@-webkit-keyframes spinAround {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spinAround {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.button,
.is-unselectable,
form [type="submit"] {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.progress:not(:last-child) {
  margin-bottom: 1.5rem;
}
.button.is-loading:after,
form .is-loading[type="submit"]:after {
  -webkit-animation: spinAround 0.5s linear infinite;
  animation: spinAround 0.5s linear infinite;
  border-radius: 290486px;
  border-color: transparent transparent #dbdbdb #dbdbdb;
  border-style: solid;
  border-width: 2px;
  content: "";
  display: block;
  height: 1em;
  position: relative;
  width: 1em;
}
.is-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.button,
form [type="submit"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-align: center;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: none;
  display: -webkit-inline-box;
  display: inline-flex;
  font-size: 1rem;
  height: 2.25em;
  -webkit-box-pack: start;
  justify-content: flex-start;
  line-height: 1.5;
  padding: calc(0.375em - 1px) calc(0.625em - 1px);
  position: relative;
  vertical-align: top;
}
.button:active,
.button:focus,
.is-active.button,
.is-focused.button,
form .is-active[type="submit"],
form .is-focused[type="submit"],
form [type="submit"]:active,
form [type="submit"]:focus {
  outline: none;
}
[disabled].button,
fieldset[disabled] .button,
fieldset[disabled] form [type="submit"],
form [disabled][type="submit"],
form fieldset[disabled] [type="submit"] {
  cursor: not-allowed;
} /*! minireset.css v0.0.4 | MIT License | github.com/jgthms/minireset.css */
blockquote,
body,
dd,
dl,
dt,
fieldset,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
html,
iframe,
legend,
li,
ol,
p,
pre,
textarea,
ul {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 400;
}
ul {
  list-style: none;
}
button,
input,
select,
textarea {
  margin: 0;
}
html {
  box-sizing: border-box;
}
*,
:after,
:before {
  box-sizing: inherit;
}
embed,
iframe,
img,
object,
video {
  height: auto;
  max-width: 100%;
}
audio {
  max-width: 100%;
}
iframe {
  border: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
td:not([align]),
th:not([align]) {
  text-align: left;
}
html {
  background-color: #fff;
  font-size: 14px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  min-width: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
article,
aside,
figure,
footer,
header,
hgroup,
section {
  display: block;
}
body,
button,
input,
select,
textarea {
  font-family: aktiv-grotesk-extended, sans-serif;
}
code,
pre {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: auto;
  font-family: monospace;
}
body {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
}
a,
body {
  color: #2c2c2c;
}

.button.is-primary a {
	color:#fff;
}
a {
  cursor: pointer;
  text-decoration: none;
}
a strong {
  color: currentColor;
}
a:hover {
  color: #363636;
}
code {
  color: #ff3860;
  font-size: 0.875em;
  font-weight: 400;
  padding: 0.25em 0.5em;
}
code,
hr {
  background-color: #f5f5f5;
}
hr {
  border: none;
  display: block;
  height: 2px;
  margin: 1.5rem 0;
}
img {
  height: auto;
  max-width: 100%;
}
input[type="checkbox"],
input[type="radio"] {
  vertical-align: baseline;
}
small {
  font-size: 0.875em;
}
span {
  font-style: inherit;
  font-weight: inherit;
}
strong {
  color: #363636;
  font-weight: 700;
}
fieldset {
  border: none;
}
pre {
  -webkit-overflow-scrolling: touch;
  background-color: #f5f5f5;
  color: #2c2c2c;
  font-size: 0.875em;
  overflow-x: auto;
  padding: 1.25rem 1.5rem;
  white-space: pre;
  word-wrap: normal;
}
pre code {
  background-color: transparent;
  color: currentColor;
  font-size: 1em;
  padding: 0;
}
table td,
table th {
  vertical-align: top;
}
table td:not([align]),
table th:not([align]) {
  text-align: left;
}
table th {
  color: #363636;
}
.is-pulled-left {
  float: left !important;
}
.is-pulled-right {
  float: right !important;
}
.featured-logos a:first-child img {
  max-width: 320px;
}
.is-clipped {
  overflow: hidden !important;
}
.is-size-1 {
  font-size: 3rem !important;
}
.is-size-2 {
  font-size: 2.5rem !important;
}
.is-size-3 {
  font-size: 2rem !important;
}
.is-size-4 {
  font-size: 1.5rem !important;
}
.is-size-5 {
  font-size: 1.25rem !important;
}
.is-size-6 {
  font-size: 1rem !important;
}
.is-size-7 {
  font-size: 0.75rem !important;
}
@media screen and (max-width: 768px) {
  .is-size-1-mobile {
    font-size: 3rem !important;
  }
  .is-size-2-mobile {
    font-size: 2.5rem !important;
  }
  .is-size-3-mobile {
    font-size: 2rem !important;
  }
  .is-size-4-mobile {
    font-size: 1.5rem !important;
  }
  .is-size-5-mobile {
    font-size: 1.25rem !important;
  }
  .is-size-6-mobile {
    font-size: 1rem !important;
  }
  .is-size-7-mobile {
    font-size: 0.75rem !important;
  }
}
@media print, screen and (min-width: 769px) {
  .is-size-1-tablet {
    font-size: 3rem !important;
  }
  .is-size-2-tablet {
    font-size: 2.5rem !important;
  }
  .is-size-3-tablet {
    font-size: 2rem !important;
  }
  .is-size-4-tablet {
    font-size: 1.5rem !important;
  }
  .is-size-5-tablet {
    font-size: 1.25rem !important;
  }
  .is-size-6-tablet {
    font-size: 1rem !important;
  }
  .is-size-7-tablet {
    font-size: 0.75rem !important;
  }
}
@media screen and (max-width: 1039px) {
  .is-size-1-touch {
    font-size: 3rem !important;
  }
  .is-size-2-touch {
    font-size: 2.5rem !important;
  }
  .is-size-3-touch {
    font-size: 2rem !important;
  }
  .is-size-4-touch {
    font-size: 1.5rem !important;
  }
  .is-size-5-touch {
    font-size: 1.25rem !important;
  }
  .is-size-6-touch {
    font-size: 1rem !important;
  }
  .is-size-7-touch {
    font-size: 0.75rem !important;
  }
}
@media screen and (min-width: 1040px) {
  .is-size-1-desktop {
    font-size: 3rem !important;
  }
  .is-size-2-desktop {
    font-size: 2.5rem !important;
  }
  .is-size-3-desktop {
    font-size: 2rem !important;
  }
  .is-size-4-desktop {
    font-size: 1.5rem !important;
  }
  .is-size-5-desktop {
    font-size: 1.25rem !important;
  }
  .is-size-6-desktop {
    font-size: 1rem !important;
  }
  .is-size-7-desktop {
    font-size: 0.75rem !important;
  }
}
@media screen and (min-width: 1232px) {
  .is-size-1-widescreen {
    font-size: 3rem !important;
  }
  .is-size-2-widescreen {
    font-size: 2.5rem !important;
  }
  .is-size-3-widescreen {
    font-size: 2rem !important;
  }
  .is-size-4-widescreen {
    font-size: 1.5rem !important;
  }
  .is-size-5-widescreen {
    font-size: 1.25rem !important;
  }
  .is-size-6-widescreen {
    font-size: 1rem !important;
  }
  .is-size-7-widescreen {
    font-size: 0.75rem !important;
  }
}
@media screen and (min-width: 1424px) {
  .is-size-1-fullhd {
    font-size: 3rem !important;
  }
  .is-size-2-fullhd {
    font-size: 2.5rem !important;
  }
  .is-size-3-fullhd {
    font-size: 2rem !important;
  }
  .is-size-4-fullhd {
    font-size: 1.5rem !important;
  }
  .is-size-5-fullhd {
    font-size: 1.25rem !important;
  }
  .is-size-6-fullhd {
    font-size: 1rem !important;
  }
  .is-size-7-fullhd {
    font-size: 0.75rem !important;
  }
}
.has-text-centered {
  text-align: center !important;
}
.has-text-justified {
  text-align: justify !important;
}
.has-text-left {
  text-align: left !important;
}
.has-text-right {
  text-align: right !important;
}
@media screen and (max-width: 768px) {
  .has-text-centered-mobile {
    text-align: center !important;
  }
}
@media print, screen and (min-width: 769px) {
  .has-text-centered-tablet {
    text-align: center !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1039px) {
  .has-text-centered-tablet-only {
    text-align: center !important;
  }
}
@media screen and (max-width: 1039px) {
  .has-text-centered-touch {
    text-align: center !important;
  }
}
@media screen and (min-width: 1040px) {
  .has-text-centered-desktop {
    text-align: center !important;
  }
}
@media screen and (min-width: 1040px) and (max-width: 1231px) {
  .has-text-centered-desktop-only {
    text-align: center !important;
  }
}
@media screen and (min-width: 1232px) {
  .has-text-centered-widescreen {
    text-align: center !important;
  }
}
@media screen and (min-width: 1232px) and (max-width: 1423px) {
  .has-text-centered-widescreen-only {
    text-align: center !important;
  }
}
@media screen and (min-width: 1424px) {
  .has-text-centered-fullhd {
    text-align: center !important;
  }
}
@media screen and (max-width: 768px) {
  .has-text-justified-mobile {
    text-align: justify !important;
  }
}
@media print, screen and (min-width: 769px) {
  .has-text-justified-tablet {
    text-align: justify !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1039px) {
  .has-text-justified-tablet-only {
    text-align: justify !important;
  }
}
@media screen and (max-width: 1039px) {
  .has-text-justified-touch {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1040px) {
  .has-text-justified-desktop {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1040px) and (max-width: 1231px) {
  .has-text-justified-desktop-only {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1232px) {
  .has-text-justified-widescreen {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1232px) and (max-width: 1423px) {
  .has-text-justified-widescreen-only {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1424px) {
  .has-text-justified-fullhd {
    text-align: justify !important;
  }
}
@media screen and (max-width: 768px) {
  .has-text-left-mobile {
    text-align: left !important;
  }
}
@media print, screen and (min-width: 769px) {
  .has-text-left-tablet {
    text-align: left !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1039px) {
  .has-text-left-tablet-only {
    text-align: left !important;
  }
}
@media screen and (max-width: 1039px) {
  .has-text-left-touch {
    text-align: left !important;
  }
}
@media screen and (min-width: 1040px) {
  .has-text-left-desktop {
    text-align: left !important;
  }
}
@media screen and (min-width: 1040px) and (max-width: 1231px) {
  .has-text-left-desktop-only {
    text-align: left !important;
  }
}
@media screen and (min-width: 1232px) {
  .has-text-left-widescreen {
    text-align: left !important;
  }
}
@media screen and (min-width: 1232px) and (max-width: 1423px) {
  .has-text-left-widescreen-only {
    text-align: left !important;
  }
}
@media screen and (min-width: 1424px) {
  .has-text-left-fullhd {
    text-align: left !important;
  }
}
@media screen and (max-width: 768px) {
  .has-text-right-mobile {
    text-align: right !important;
  }
}
@media screen and (max-width: 1024px) {
  .featured-logos a:first-child img {
    max-width: 240px;
  }
}
@media screen and (max-width: 767px) {
  .countdown-timer {
    font-size: 15px;
  }
  .countdown-timer > div:first-child:after,
  .countdown-timer > div:nth-child(2):after,
  .countdown-timer > div:nth-child(3):after,
  .countdown-timer > div:last-child:after {
    font-size: 10px;
  }
  .featured-logos a:first-child img {
    max-width: 175px;
  }
  .featured-logos a:first-child img {
    max-width: 275px;
  }
  a.column.is-narrow.link > div {
    min-height: auto;
  }
  .footer-main__featured a {
    max-width: 100% !important;
    display: block !important;
  }
}
@media print, screen and (min-width: 769px) {
  .has-text-right-tablet {
    text-align: right !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1039px) {
  .has-text-right-tablet-only {
    text-align: right !important;
  }
}
@media screen and (max-width: 1039px) {
  .has-text-right-touch {
    text-align: right !important;
  }
}
@media screen and (min-width: 1040px) {
  .has-text-right-desktop {
    text-align: right !important;
  }
}
@media screen and (min-width: 1040px) and (max-width: 1231px) {
  .has-text-right-desktop-only {
    text-align: right !important;
  }
}
@media screen and (min-width: 1232px) {
  .has-text-right-widescreen {
    text-align: right !important;
  }
}
@media screen and (min-width: 1232px) and (max-width: 1423px) {
  .has-text-right-widescreen-only {
    text-align: right !important;
  }
}
@media screen and (min-width: 1424px) {
  .has-text-right-fullhd {
    text-align: right !important;
  }
}
.is-capitalized {
  text-transform: capitalize !important;
}
.is-lowercase {
  text-transform: lowercase !important;
}
.is-uppercase {
  text-transform: uppercase !important;
}
.is-italic {
  font-style: italic !important;
}
.has-text-white {
  color: #fff !important;
}
a.has-text-white:focus,
a.has-text-white:hover {
  color: #e6e6e6 !important;
}
.has-background-white {
  background-color: #fff !important;
}
.has-text-black {
  color: #2c2c2c !important;
}
a.has-text-black:focus,
a.has-text-black:hover {
  color: #131313 !important;
}
.has-background-black {
  background-color: #2c2c2c !important;
}
.has-text-light {
  color: #f5f5f5 !important;
}
a.has-text-light:focus,
a.has-text-light:hover {
  color: #dbdbdb !important;
}
.has-background-light {
  background-color: #f5f5f5 !important;
}
.has-text-dark {
  color: #363636 !important;
}
a.has-text-dark:focus,
a.has-text-dark:hover {
  color: #1c1c1c !important;
}
.has-background-dark {
  background-color: #363636 !important;
}
.has-text-primary {
  color: #ff0000 !important;
}
a.has-text-primary:focus,
a.has-text-primary:hover {
  color: #d8c207 !important;
}
.has-background-primary {
  background-color: #ff0000 !important;
}
.has-text-link {
  color: #2c2c2c !important;
}
a.has-text-link:focus,
a.has-text-link:hover {
  color: #131313 !important;
}
.has-background-link {
  background-color: #2c2c2c !important;
}
.has-text-info {
  color: #209cee !important;
}
a.has-text-info:focus,
a.has-text-info:hover {
  color: #0f81cc !important;
}
.has-background-info {
  background-color: #209cee !important;
}
.has-text-success {
  color: #23d160 !important;
}
a.has-text-success:focus,
a.has-text-success:hover {
  color: #1ca64c !important;
}
.has-background-success {
  background-color: #23d160 !important;
}
.has-text-warning {
  color: #ffdd57 !important;
}
a.has-text-warning:focus,
a.has-text-warning:hover {
  color: #ffd324 !important;
}
.has-background-warning {
  background-color: #ffdd57 !important;
}
.has-text-danger {
  color: #ff3860 !important;
}
a.has-text-danger:focus,
a.has-text-danger:hover {
  color: #ff0537 !important;
}
.has-background-danger {
  background-color: #ff3860 !important;
}
.has-text-black-bis {
  color: #121212 !important;
}
.has-background-black-bis {
  background-color: #121212 !important;
}
.has-text-black-ter {
  color: #242424 !important;
}
.has-background-black-ter {
  background-color: #242424 !important;
}
.has-text-grey-darker {
  color: #363636 !important;
}
.has-background-grey-darker {
  background-color: #363636 !important;
}
.has-text-grey-dark {
  color: #4a4a4a !important;
}
.has-background-grey-dark {
  background-color: #4a4a4a !important;
}
.has-text-grey {
  color: #6b6b6b !important;
}
.has-background-grey {
  background-color: #6b6b6b !important;
}
.has-text-grey-light {
  color: #b5b5b5 !important;
}
.has-background-grey-light {
  background-color: #b5b5b5 !important;
}
.has-text-grey-lighter {
  color: #dbdbdb !important;
}
.has-background-grey-lighter {
  background-color: #dbdbdb !important;
}
.has-text-white-ter {
  color: #f5f5f5 !important;
}
.has-background-white-ter {
  background-color: #f5f5f5 !important;
}
.has-text-white-bis {
  color: #fafafa !important;
}
.has-background-white-bis {
  background-color: #fafafa !important;
}
.has-text-weight-light {
  font-weight: 300 !important;
}
.has-text-weight-normal {
  font-weight: 400 !important;
}
.has-text-weight-medium {
  font-weight: 500 !important;
}
.has-text-weight-semibold {
  font-weight: 600 !important;
}
.has-text-weight-bold {
  font-weight: 700 !important;
}
.is-family-primary,
.is-family-sans-serif,
.is-family-secondary {
  font-family: aktiv-grotesk-extended, sans-serif !important;
}
.is-family-code,
.is-family-monospace {
  font-family: monospace !important;
}
.is-block {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .is-block-mobile {
    display: block !important;
  }
}
@media print, screen and (min-width: 769px) {
  .is-block-tablet {
    display: block !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1039px) {
  .is-block-tablet-only {
    display: block !important;
  }
}
@media screen and (max-width: 1039px) {
  .is-block-touch {
    display: block !important;
  }
}
@media screen and (min-width: 1040px) {
  .is-block-desktop {
    display: block !important;
  }
}
@media screen and (min-width: 1040px) and (max-width: 1231px) {
  .is-block-desktop-only {
    display: block !important;
  }
}
@media screen and (min-width: 1232px) {
  .is-block-widescreen {
    display: block !important;
  }
}
@media screen and (min-width: 1232px) and (max-width: 1423px) {
  .is-block-widescreen-only {
    display: block !important;
  }
}
@media screen and (min-width: 1424px) {
  .is-block-fullhd {
    display: block !important;
  }
}
.is-flex {
  display: -webkit-box !important;
  display: flex !important;
}
@media screen and (max-width: 480px) {
  .header-main .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .header-main .column.is-6-mobile {
    padding-left: 0;
  }
  .countdown-timer > div:after {
    margin-right: 5px !important;
  }
}
@media screen and (max-width: 768px) {
  .is-flex-mobile {
    display: -webkit-box !important;
    display: flex !important;
  }
}
@media print, screen and (min-width: 769px) {
  .is-flex-tablet {
    display: -webkit-box !important;
    display: flex !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1039px) {
  .is-flex-tablet-only {
    display: -webkit-box !important;
    display: flex !important;
  }
}
@media screen and (max-width: 1039px) {
  .is-flex-touch {
    display: -webkit-box !important;
    display: flex !important;
  }
}
@media screen and (min-width: 1040px) {
  .is-flex-desktop {
    display: -webkit-box !important;
    display: flex !important;
  }
}
@media screen and (min-width: 1040px) and (max-width: 1231px) {
  .is-flex-desktop-only {
    display: -webkit-box !important;
    display: flex !important;
  }
}
@media screen and (min-width: 1232px) {
  .is-flex-widescreen {
    display: -webkit-box !important;
    display: flex !important;
  }
}
@media screen and (min-width: 1232px) and (max-width: 1423px) {
  .is-flex-widescreen-only {
    display: -webkit-box !important;
    display: flex !important;
  }
}
@media screen and (min-width: 1424px) {
  .is-flex-fullhd {
    display: -webkit-box !important;
    display: flex !important;
  }
}
.is-inline {
  display: inline !important;
}
@media screen and (max-width: 768px) {
  .is-inline-mobile {
    display: inline !important;
  }
}
@media print, screen and (min-width: 769px) {
  .is-inline-tablet {
    display: inline !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1039px) {
  .is-inline-tablet-only {
    display: inline !important;
  }
}
@media screen and (max-width: 1039px) {
  .is-inline-touch {
    display: inline !important;
  }
}
@media screen and (min-width: 1040px) {
  .is-inline-desktop {
    display: inline !important;
  }
}
@media screen and (min-width: 1040px) and (max-width: 1231px) {
  .is-inline-desktop-only {
    display: inline !important;
  }
}
@media screen and (min-width: 1232px) {
  .is-inline-widescreen {
    display: inline !important;
  }
}
@media screen and (min-width: 1232px) and (max-width: 1423px) {
  .is-inline-widescreen-only {
    display: inline !important;
  }
}
@media screen and (min-width: 1424px) {
  .is-inline-fullhd {
    display: inline !important;
  }
}
.is-inline-block {
  display: inline-block !important;
}
@media screen and (max-width: 768px) {
  .is-inline-block-mobile {
    display: inline-block !important;
  }
}
@media print, screen and (min-width: 769px) {
  .is-inline-block-tablet {
    display: inline-block !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1039px) {
  .is-inline-block-tablet-only {
    display: inline-block !important;
  }
}
@media screen and (max-width: 1039px) {
  .is-inline-block-touch {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1040px) {
  .is-inline-block-desktop {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1040px) and (max-width: 1231px) {
  .is-inline-block-desktop-only {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1232px) {
  .is-inline-block-widescreen {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1232px) and (max-width: 1423px) {
  .is-inline-block-widescreen-only {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1424px) {
  .is-inline-block-fullhd {
    display: inline-block !important;
  }
}
.is-in line-flex {
  display: -webkit-inline-box !important;
  display: inline-flex !important;
}
@media screen and (max-width: 768px) {
  .is-inline-flex-mobile {
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
@media print, screen and (min-width: 769px) {
  .is-inline-flex-tablet {
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1039px) {
  .is-inline-flex-tablet-only {
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
@media screen and (max-width: 1039px) {
  .is-inline-flex-touch {
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1040px) {
  .is-inline-flex-desktop {
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1040px) and (max-width: 1231px) {
  .is-inline-flex-desktop-only {
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1232px) {
  .is-inline-flex-widescreen {
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1232px) and (max-width: 1423px) {
  .is-inline-flex-widescreen-only {
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1424px) {
  .is-inline-flex-fullhd {
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
.is-hidden {
  display: none !important;
}
.is-sr-only {
  border: none !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 0.01em !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 0.01em !important;
}
@media screen and (max-width: 768px) {
  .is-hidden-mobile {
    display: none !important;
  }
}
@media print, screen and (min-width: 769px) {
  .is-hidden-tablet {
    display: none !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1039px) {
  .is-hidden-tablet-only {
    display: none !important;
  }
}
@media screen and (max-width: 1039px) {
  .is-hidden-touch {
    display: none !important;
  }
}
@media screen and (min-width: 1040px) {
  .is-hidden-desktop {
    display: none !important;
  }
}
@media screen and (min-width: 1040px) and (max-width: 1231px) {
  .is-hidden-desktop-only {
    display: none !important;
  }
}
@media screen and (min-width: 1232px) {
  .is-hidden-widescreen {
    display: none !important;
  }
}
@media screen and (min-width: 1232px) and (max-width: 1423px) {
  .is-hidden-widescreen-only {
    display: none !important;
  }
}
@media screen and (min-width: 1424px) {
  .is-hidden-fullhd {
    display: none !important;
  }
}
.is-invisible {
  visibility: hidden !important;
}
@media screen and (max-width: 768px) {
  .is-invisible-mobile {
    visibility: hidden !important;
  }
}
@media print, screen and (min-width: 769px) {
  .is-invisible-tablet {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1039px) {
  .is-invisible-tablet-only {
    visibility: hidden !important;
  }
}
@media screen and (max-width: 1039px) {
  .is-invisible-touch {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1040px) {
  .is-invisible-desktop {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1040px) and (max-width: 1231px) {
  .is-invisible-desktop-only {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1232px) {
  .is-invisible-widescreen {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1232px) and (max-width: 1423px) {
  .is-invisible-widescreen-only {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1424px) {
  .is-invisible-fullhd {
    visibility: hidden !important;
  }
}
.is-marginless {
  margin: 0 !important;
}
.is-paddingless {
  padding: 0 !important;
}
.is-radiusless {
  border-radius: 0 !important;
}
.is-shadowless {
  box-shadow: none !important;
}
.is-relative {
  position: relative !important;
}
.column {
  display: block;
  flex-basis: 0;
  -webkit-box-flex: 1;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 0.75rem;
}
.columns.is-mobile > .column.is-narrow {
  -webkit-box-flex: 0;
  flex: none;
}
.columns.is-mobile > .column.is-full {
  -webkit-box-flex: 0;
  flex: none;
  width: 100%;
}
.columns.is-mobile > .column.is-three-quarters {
  -webkit-box-flex: 0;
  flex: none;
  width: 75%;
}
.columns.is-mobile > .column.is-two-thirds {
  -webkit-box-flex: 0;
  flex: none;
  width: 66.6666%;
}
.columns.is-mobile > .column.is-half {
  -webkit-box-flex: 0;
  flex: none;
  width: 50%;
}
.columns.is-mobile > .column.is-one-third {
  -webkit-box-flex: 0;
  flex: none;
  width: 33.3333%;
}
.columns.is-mobile > .column.is-one-quarter {
  -webkit-box-flex: 0;
  flex: none;
  width: 25%;
}
.columns.is-mobile > .column.is-one-fifth {
  -webkit-box-flex: 0;
  flex: none;
  width: 20%;
}
.columns.is-mobile > .column.is-two-fifths {
  -webkit-box-flex: 0;
  flex: none;
  width: 40%;
}
.columns.is-mobile > .column.is-three-fifths {
  -webkit-box-flex: 0;
  flex: none;
  width: 60%;
}
.columns.is-mobile > .column.is-four-fifths {
  -webkit-box-flex: 0;
  flex: none;
  width: 80%;
}
.columns.is-mobile > .column.is-offset-three-quarters {
  margin-left: 75%;
}
.columns.is-mobile > .column.is-offset-two-thirds {
  margin-left: 66.6666%;
}
.columns.is-mobile > .column.is-offset-half {
  margin-left: 50%;
}
.columns.is-mobile > .column.is-offset-one-third {
  margin-left: 33.3333%;
}
.columns.is-mobile > .column.is-offset-one-quarter {
  margin-left: 25%;
}
.columns.is-mobile > .column.is-offset-one-fifth {
  margin-left: 20%;
}
.columns.is-mobile > .column.is-offset-two-fifths {
  margin-left: 40%;
}
.columns.is-mobile > .column.is-offset-three-fifths {
  margin-left: 60%;
}
.columns.is-mobile > .column.is-offset-four-fifths {
  margin-left: 80%;
}
.columns.is-mobile > .column.is-0 {
  -webkit-box-flex: 0;
  flex: none;
  width: 0;
}
.columns.is-mobile > .column.is-offset-0 {
  margin-left: 0;
}
.columns.is-mobile > .column.is-1 {
  -webkit-box-flex: 0;
  flex: none;
  width: 8.3333333333%;
}
.columns.is-mobile > .column.is-offset-1 {
  margin-left: 8.3333333333%;
}
.columns.is-mobile > .column.is-2 {
  -webkit-box-flex: 0;
  flex: none;
  width: 16.6666666667%;
}
.columns.is-mobile > .column.is-offset-2 {
  margin-left: 16.6666666667%;
}
.columns.is-mobile > .column.is-3 {
  -webkit-box-flex: 0;
  flex: none;
  width: 25%;
}
.columns.is-mobile > .column.is-offset-3 {
  margin-left: 25%;
}
.columns.is-mobile > .column.is-4 {
  -webkit-box-flex: 0;
  flex: none;
  width: 33.3333333333%;
}
.columns.is-mobile > .column.is-offset-4 {
  margin-left: 33.3333333333%;
}
.columns.is-mobile > .column.is-5 {
  -webkit-box-flex: 0;
  flex: none;
  width: 41.6666666667%;
}
.columns.is-mobile > .column.is-offset-5 {
  margin-left: 41.6666666667%;
}
.columns.is-mobile > .column.is-6 {
  -webkit-box-flex: 0;
  flex: none;
  width: 50%;
}
.columns.is-mobile > .column.is-offset-6 {
  margin-left: 50%;
}
.columns.is-mobile > .column.is-7 {
  -webkit-box-flex: 0;
  flex: none;
  width: 58.3333333333%;
}
.columns.is-mobile > .column.is-offset-7 {
  margin-left: 58.3333333333%;
}
.columns.is-mobile > .column.is-8 {
  -webkit-box-flex: 0;
  flex: none;
  width: 66.6666666667%;
}
.columns.is-mobile > .column.is-offset-8 {
  margin-left: 66.6666666667%;
}
.columns.is-mobile > .column.is-9 {
  -webkit-box-flex: 0;
  flex: none;
  width: 75%;
}
.columns.is-mobile > .column.is-offset-9 {
  margin-left: 75%;
}
.columns.is-mobile > .column.is-10 {
  -webkit-box-flex: 0;
  flex: none;
  width: 83.3333333333%;
}
.columns.is-mobile > .column.is-offset-10 {
  margin-left: 83.3333333333%;
}
.columns.is-mobile > .column.is-11 {
  -webkit-box-flex: 0;
  flex: none;
  width: 91.6666666667%;
}
.columns.is-mobile > .column.is-offset-11 {
  margin-left: 91.6666666667%;
}
.columns.is-mobile > .column.is-12 {
  -webkit-box-flex: 0;
  flex: none;
  width: 100%;
}
.columns.is-mobile > .column.is-offset-12 {
  margin-left: 100%;
}
@media screen and (max-width: 768px) {
  .column.is-full-mobile,
  .column.is-narrow-mobile {
    -webkit-box-flex: 0;
    flex: none;
  }
  .column.is-full-mobile {
    width: 100%;
  }
  .column.is-three-quarters-mobile {
    -webkit-box-flex: 0;
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-mobile {
    -webkit-box-flex: 0;
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-mobile {
    -webkit-box-flex: 0;
    flex: none;
    width: 50%;
  }
  .column.is-one-third-mobile {
    -webkit-box-flex: 0;
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-mobile {
    -webkit-box-flex: 0;
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-mobile {
    -webkit-box-flex: 0;
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-mobile {
    -webkit-box-flex: 0;
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-mobile {
    -webkit-box-flex: 0;
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-mobile {
    -webkit-box-flex: 0;
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-mobile {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-mobile {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-mobile {
    margin-left: 50%;
  }
  .column.is-offset-one-third-mobile {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-mobile {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-mobile {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-mobile {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-mobile {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-mobile {
    margin-left: 80%;
  }
  .column.is-0-mobile {
    -webkit-box-flex: 0;
    flex: none;
    width: 0;
  }
  .column.is-offset-0-mobile {
    margin-left: 0;
  }
  .column.is-1-mobile {
    -webkit-box-flex: 0;
    flex: none;
    width: 8.3333333333%;
  }
  .column.is-offset-1-mobile {
    margin-left: 8.3333333333%;
  }
  .column.is-2-mobile {
    -webkit-box-flex: 0;
    flex: none;
    width: 16.6666666667%;
  }
  .column.is-offset-2-mobile {
    margin-left: 16.6666666667%;
  }
  .column.is-3-mobile {
    -webkit-box-flex: 0;
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-mobile {
    margin-left: 25%;
  }
  .column.is-4-mobile {
    -webkit-box-flex: 0;
    flex: none;
    width: 33.3333333333%;
  }
  .column.is-offset-4-mobile {
    margin-left: 33.3333333333%;
  }
  .column.is-5-mobile {
    -webkit-box-flex: 0;
    flex: none;
    width: 41.6666666667%;
  }
  .column.is-offset-5-mobile {
    margin-left: 41.6666666667%;
  }
  .column.is-6-mobile {
    -webkit-box-flex: 0;
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-mobile {
    margin-left: 50%;
  }
  .column.is-7-mobile {
    -webkit-box-flex: 0;
    flex: none;
    width: 58.3333333333%;
  }
  .column.is-offset-7-mobile {
    margin-left: 58.3333333333%;
  }
  .column.is-8-mobile {
    -webkit-box-flex: 0;
    flex: none;
    width: 66.6666666667%;
  }
  .column.is-offset-8-mobile {
    margin-left: 66.6666666667%;
  }
  .column.is-9-mobile {
    -webkit-box-flex: 0;
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-mobile {
    margin-left: 75%;
  }
  .column.is-10-mobile {
    -webkit-box-flex: 0;
    flex: none;
    width: 83.3333333333%;
  }
  .column.is-offset-10-mobile {
    margin-left: 83.3333333333%;
  }
  .column.is-11-mobile {
    -webkit-box-flex: 0;
    flex: none;
    width: 91.6666666667%;
  }
  .column.is-offset-11-mobile {
    margin-left: 91.6666666667%;
  }
  .column.is-12-mobile {
    -webkit-box-flex: 0;
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-mobile {
    margin-left: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  .column.is-narrow,
  .column.is-narrow-tablet {
    -webkit-box-flex: 0;
    flex: none;
  }
  .column.is-full,
  .column.is-full-tablet {
    -webkit-box-flex: 0;
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters,
  .column.is-three-quarters-tablet {
    -webkit-box-flex: 0;
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds,
  .column.is-two-thirds-tablet {
    -webkit-box-flex: 0;
    flex: none;
    width: 66.6666%;
  }
  .column.is-half,
  .column.is-half-tablet {
    -webkit-box-flex: 0;
    flex: none;
    width: 50%;
  }
  .column.is-one-third,
  .column.is-one-third-tablet {
    -webkit-box-flex: 0;
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter,
  .column.is-one-quarter-tablet {
    -webkit-box-flex: 0;
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth,
  .column.is-one-fifth-tablet {
    -webkit-box-flex: 0;
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths,
  .column.is-two-fifths-tablet {
    -webkit-box-flex: 0;
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths,
  .column.is-three-fifths-tablet {
    -webkit-box-flex: 0;
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths,
  .column.is-four-fifths-tablet {
    -webkit-box-flex: 0;
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters,
  .column.is-offset-three-quarters-tablet {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds,
  .column.is-offset-two-thirds-tablet {
    margin-left: 66.6666%;
  }
  .column.is-offset-half,
  .column.is-offset-half-tablet {
    margin-left: 50%;
  }
  .column.is-offset-one-third,
  .column.is-offset-one-third-tablet {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter,
  .column.is-offset-one-quarter-tablet {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth,
  .column.is-offset-one-fifth-tablet {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths,
  .column.is-offset-two-fifths-tablet {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths,
  .column.is-offset-three-fifths-tablet {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths,
  .column.is-offset-four-fifths-tablet {
    margin-left: 80%;
  }
  .column.is-0,
  .column.is-0-tablet {
    -webkit-box-flex: 0;
    flex: none;
    width: 0;
  }
  .column.is-offset-0,
  .column.is-offset-0-tablet {
    margin-left: 0;
  }
  .column.is-1,
  .column.is-1-tablet {
    -webkit-box-flex: 0;
    flex: none;
    width: 8.3333333333%;
  }
  .column.is-offset-1,
  .column.is-offset-1-tablet {
    margin-left: 8.3333333333%;
  }
  .column.is-2,
  .column.is-2-tablet {
    -webkit-box-flex: 0;
    flex: none;
    width: 16.6666666667%;
  }
  .column.is-offset-2,
  .column.is-offset-2-tablet {
    margin-left: 16.6666666667%;
  }
  .column.is-3,
  .column.is-3-tablet {
    -webkit-box-flex: 0;
    flex: none;
    width: 25%;
  }
  .column.is-offset-3,
  .column.is-offset-3-tablet {
    margin-left: 25%;
  }
  .column.is-4,
  .column.is-4-tablet {
    -webkit-box-flex: 0;
    flex: none;
    width: 33.3333333333%;
  }
  .column.is-offset-4,
  .column.is-offset-4-tablet {
    margin-left: 33.3333333333%;
  }
  .column.is-5,
  .column.is-5-tablet {
    -webkit-box-flex: 0;
    flex: none;
    width: 41.6666666667%;
  }
  .column.is-offset-5,
  .column.is-offset-5-tablet {
    margin-left: 41.6666666667%;
  }
  .column.is-6,
  .column.is-6-tablet {
    -webkit-box-flex: 0;
    flex: none;
    width: 50%;
  }
  .column.is-offset-6,
  .column.is-offset-6-tablet {
    margin-left: 50%;
  }
  .column.is-7,
  .column.is-7-tablet {
    -webkit-box-flex: 0;
    flex: none;
    width: 58.3333333333%;
  }
  .column.is-offset-7,
  .column.is-offset-7-tablet {
    margin-left: 58.3333333333%;
  }
  .column.is-8,
  .column.is-8-tablet {
    -webkit-box-flex: 0;
    flex: none;
    width: 66.6666666667%;
  }
  .column.is-offset-8,
  .column.is-offset-8-tablet {
    margin-left: 66.6666666667%;
  }
  .column.is-9,
  .column.is-9-tablet {
    -webkit-box-flex: 0;
    flex: none;
    width: 75%;
  }
  .column.is-offset-9,
  .column.is-offset-9-tablet {
    margin-left: 75%;
  }
  .column.is-10,
  .column.is-10-tablet {
    -webkit-box-flex: 0;
    flex: none;
    width: 83.3333333333%;
  }
  .column.is-offset-10,
  .column.is-offset-10-tablet {
    margin-left: 83.3333333333%;
  }
  .column.is-11,
  .column.is-11-tablet {
    -webkit-box-flex: 0;
    flex: none;
    width: 91.6666666667%;
  }
  .column.is-offset-11,
  .column.is-offset-11-tablet {
    margin-left: 91.6666666667%;
  }
  .column.is-12,
  .column.is-12-tablet {
    -webkit-box-flex: 0;
    flex: none;
    width: 100%;
  }
  .column.is-offset-12,
  .column.is-offset-12-tablet {
    margin-left: 100%;
  }
}
@media screen and (max-width: 1039px) {
  .column.is-full-touch,
  .column.is-narrow-touch {
    -webkit-box-flex: 0;
    flex: none;
  }
  .column.is-full-touch {
    width: 100%;
  }
  .column.is-three-quarters-touch {
    -webkit-box-flex: 0;
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-touch {
    -webkit-box-flex: 0;
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-touch {
    -webkit-box-flex: 0;
    flex: none;
    width: 50%;
  }
  .column.is-one-third-touch {
    -webkit-box-flex: 0;
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-touch {
    -webkit-box-flex: 0;
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-touch {
    -webkit-box-flex: 0;
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-touch {
    -webkit-box-flex: 0;
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-touch {
    -webkit-box-flex: 0;
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-touch {
    -webkit-box-flex: 0;
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-touch {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-touch {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-touch {
    margin-left: 50%;
  }
  .column.is-offset-one-third-touch {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-touch {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-touch {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-touch {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-touch {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-touch {
    margin-left: 80%;
  }
  .column.is-0-touch {
    -webkit-box-flex: 0;
    flex: none;
    width: 0;
  }
  .column.is-offset-0-touch {
    margin-left: 0;
  }
  .column.is-1-touch {
    -webkit-box-flex: 0;
    flex: none;
    width: 8.3333333333%;
  }
  .column.is-offset-1-touch {
    margin-left: 8.3333333333%;
  }
  .column.is-2-touch {
    -webkit-box-flex: 0;
    flex: none;
    width: 16.6666666667%;
  }
  .column.is-offset-2-touch {
    margin-left: 16.6666666667%;
  }
  .column.is-3-touch {
    -webkit-box-flex: 0;
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-touch {
    margin-left: 25%;
  }
  .column.is-4-touch {
    -webkit-box-flex: 0;
    flex: none;
    width: 33.3333333333%;
  }
  .column.is-offset-4-touch {
    margin-left: 33.3333333333%;
  }
  .column.is-5-touch {
    -webkit-box-flex: 0;
    flex: none;
    width: 41.6666666667%;
  }
  .column.is-offset-5-touch {
    margin-left: 41.6666666667%;
  }
  .column.is-6-touch {
    -webkit-box-flex: 0;
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-touch {
    margin-left: 50%;
  }
  .column.is-7-touch {
    -webkit-box-flex: 0;
    flex: none;
    width: 58.3333333333%;
  }
  .column.is-offset-7-touch {
    margin-left: 58.3333333333%;
  }
  .column.is-8-touch {
    -webkit-box-flex: 0;
    flex: none;
    width: 66.6666666667%;
  }
  .column.is-offset-8-touch {
    margin-left: 66.6666666667%;
  }
  .column.is-9-touch {
    -webkit-box-flex: 0;
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-touch {
    margin-left: 75%;
  }
  .column.is-10-touch {
    -webkit-box-flex: 0;
    flex: none;
    width: 83.3333333333%;
  }
  .column.is-offset-10-touch {
    margin-left: 83.3333333333%;
  }
  .column.is-11-touch {
    -webkit-box-flex: 0;
    flex: none;
    width: 91.6666666667%;
  }
  .column.is-offset-11-touch {
    margin-left: 91.6666666667%;
  }
  .column.is-12-touch {
    -webkit-box-flex: 0;
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-touch {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1040px) {
  .column.is-full-desktop,
  .column.is-narrow-desktop {
    -webkit-box-flex: 0;
    flex: none;
  }
  .column.is-full-desktop {
    width: 100%;
  }
  .column.is-three-quarters-desktop {
    -webkit-box-flex: 0;
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-desktop {
    -webkit-box-flex: 0;
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-desktop {
    -webkit-box-flex: 0;
    flex: none;
    width: 50%;
  }
  .column.is-one-third-desktop {
    -webkit-box-flex: 0;
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-desktop {
    -webkit-box-flex: 0;
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-desktop {
    -webkit-box-flex: 0;
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-desktop {
    -webkit-box-flex: 0;
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-desktop {
    -webkit-box-flex: 0;
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-desktop {
    -webkit-box-flex: 0;
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-desktop {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-desktop {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-desktop {
    margin-left: 50%;
  }
  .column.is-offset-one-third-desktop {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-desktop {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-desktop {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-desktop {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-desktop {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-desktop {
    margin-left: 80%;
  }
  .column.is-0-desktop {
    -webkit-box-flex: 0;
    flex: none;
    width: 0;
  }
  .column.is-offset-0-desktop {
    margin-left: 0;
  }
  .column.is-1-desktop {
    -webkit-box-flex: 0;
    flex: none;
    width: 8.3333333333%;
  }
  .column.is-offset-1-desktop {
    margin-left: 8.3333333333%;
  }
  .column.is-2-desktop {
    -webkit-box-flex: 0;
    flex: none;
    width: 16.6666666667%;
  }
  .column.is-offset-2-desktop {
    margin-left: 16.6666666667%;
  }
  .column.is-3-desktop {
    -webkit-box-flex: 0;
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-desktop {
    margin-left: 25%;
  }
  .column.is-4-desktop {
    -webkit-box-flex: 0;
    flex: none;
    width: 33.3333333333%;
  }
  .column.is-offset-4-desktop {
    margin-left: 33.3333333333%;
  }
  .column.is-5-desktop {
    -webkit-box-flex: 0;
    flex: none;
    width: 41.6666666667%;
  }
  .column.is-offset-5-desktop {
    margin-left: 41.6666666667%;
  }
  .column.is-6-desktop {
    -webkit-box-flex: 0;
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-desktop {
    margin-left: 50%;
  }
  .column.is-7-desktop {
    -webkit-box-flex: 0;
    flex: none;
    width: 58.3333333333%;
  }
  .column.is-offset-7-desktop {
    margin-left: 58.3333333333%;
  }
  .column.is-8-desktop {
    -webkit-box-flex: 0;
    flex: none;
    width: 66.6666666667%;
  }
  .column.is-offset-8-desktop {
    margin-left: 66.6666666667%;
  }
  .column.is-9-desktop {
    -webkit-box-flex: 0;
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-desktop {
    margin-left: 75%;
  }
  .column.is-10-desktop {
    -webkit-box-flex: 0;
    flex: none;
    width: 83.3333333333%;
  }
  .column.is-offset-10-desktop {
    margin-left: 83.3333333333%;
  }
  .column.is-11-desktop {
    -webkit-box-flex: 0;
    flex: none;
    width: 91.6666666667%;
  }
  .column.is-offset-11-desktop {
    margin-left: 91.6666666667%;
  }
  .column.is-12-desktop {
    -webkit-box-flex: 0;
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-desktop {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1232px) {
  .column.is-full-widescreen,
  .column.is-narrow-widescreen {
    -webkit-box-flex: 0;
    flex: none;
  }
  .column.is-full-widescreen {
    width: 100%;
  }
  .column.is-three-quarters-widescreen {
    -webkit-box-flex: 0;
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-widescreen {
    -webkit-box-flex: 0;
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-widescreen {
    -webkit-box-flex: 0;
    flex: none;
    width: 50%;
  }
  .column.is-one-third-widescreen {
    -webkit-box-flex: 0;
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-widescreen {
    -webkit-box-flex: 0;
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-widescreen {
    -webkit-box-flex: 0;
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-widescreen {
    -webkit-box-flex: 0;
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-widescreen {
    -webkit-box-flex: 0;
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-widescreen {
    -webkit-box-flex: 0;
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-widescreen {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-widescreen {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-widescreen {
    margin-left: 50%;
  }
  .column.is-offset-one-third-widescreen {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-widescreen {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-widescreen {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-widescreen {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-widescreen {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-widescreen {
    margin-left: 80%;
  }
  .column.is-0-widescreen {
    -webkit-box-flex: 0;
    flex: none;
    width: 0;
  }
  .column.is-offset-0-widescreen {
    margin-left: 0;
  }
  .column.is-1-widescreen {
    -webkit-box-flex: 0;
    flex: none;
    width: 8.3333333333%;
  }
  .column.is-offset-1-widescreen {
    margin-left: 8.3333333333%;
  }
  .column.is-2-widescreen {
    -webkit-box-flex: 0;
    flex: none;
    width: 16.6666666667%;
  }
  .column.is-offset-2-widescreen {
    margin-left: 16.6666666667%;
  }
  .column.is-3-widescreen {
    -webkit-box-flex: 0;
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-widescreen {
    margin-left: 25%;
  }
  .column.is-4-widescreen {
    -webkit-box-flex: 0;
    flex: none;
    width: 33.3333333333%;
  }
  .column.is-offset-4-widescreen {
    margin-left: 33.3333333333%;
  }
  .column.is-5-widescreen {
    -webkit-box-flex: 0;
    flex: none;
    width: 41.6666666667%;
  }
  .column.is-offset-5-widescreen {
    margin-left: 41.6666666667%;
  }
  .column.is-6-widescreen {
    -webkit-box-flex: 0;
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-widescreen {
    margin-left: 50%;
  }
  .column.is-7-widescreen {
    -webkit-box-flex: 0;
    flex: none;
    width: 58.3333333333%;
  }
  .column.is-offset-7-widescreen {
    margin-left: 58.3333333333%;
  }
  .column.is-8-widescreen {
    -webkit-box-flex: 0;
    flex: none;
    width: 66.6666666667%;
  }
  .column.is-offset-8-widescreen {
    margin-left: 66.6666666667%;
  }
  .column.is-9-widescreen {
    -webkit-box-flex: 0;
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-widescreen {
    margin-left: 75%;
  }
  .column.is-10-widescreen {
    -webkit-box-flex: 0;
    flex: none;
    width: 83.3333333333%;
  }
  .column.is-offset-10-widescreen {
    margin-left: 83.3333333333%;
  }
  .column.is-11-widescreen {
    -webkit-box-flex: 0;
    flex: none;
    width: 91.6666666667%;
  }
  .column.is-offset-11-widescreen {
    margin-left: 91.6666666667%;
  }
  .column.is-12-widescreen {
    -webkit-box-flex: 0;
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-widescreen {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1424px) {
  .column.is-full-fullhd,
  .column.is-narrow-fullhd {
    -webkit-box-flex: 0;
    flex: none;
  }
  .column.is-full-fullhd {
    width: 100%;
  }
  .column.is-three-quarters-fullhd {
    -webkit-box-flex: 0;
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-fullhd {
    -webkit-box-flex: 0;
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-fullhd {
    -webkit-box-flex: 0;
    flex: none;
    width: 50%;
  }
  .column.is-one-third-fullhd {
    -webkit-box-flex: 0;
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-fullhd {
    -webkit-box-flex: 0;
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-fullhd {
    -webkit-box-flex: 0;
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-fullhd {
    -webkit-box-flex: 0;
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-fullhd {
    -webkit-box-flex: 0;
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-fullhd {
    -webkit-box-flex: 0;
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-fullhd {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-fullhd {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-fullhd {
    margin-left: 50%;
  }
  .column.is-offset-one-third-fullhd {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-fullhd {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-fullhd {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-fullhd {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-fullhd {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-fullhd {
    margin-left: 80%;
  }
  .column.is-0-fullhd {
    -webkit-box-flex: 0;
    flex: none;
    width: 0;
  }
  .column.is-offset-0-fullhd {
    margin-left: 0;
  }
  .column.is-1-fullhd {
    -webkit-box-flex: 0;
    flex: none;
    width: 8.3333333333%;
  }
  .column.is-offset-1-fullhd {
    margin-left: 8.3333333333%;
  }
  .column.is-2-fullhd {
    -webkit-box-flex: 0;
    flex: none;
    width: 16.6666666667%;
  }
  .column.is-offset-2-fullhd {
    margin-left: 16.6666666667%;
  }
  .column.is-3-fullhd {
    -webkit-box-flex: 0;
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-fullhd {
    margin-left: 25%;
  }
  .column.is-4-fullhd {
    -webkit-box-flex: 0;
    flex: none;
    width: 33.3333333333%;
  }
  .column.is-offset-4-fullhd {
    margin-left: 33.3333333333%;
  }
  .column.is-5-fullhd {
    -webkit-box-flex: 0;
    flex: none;
    width: 41.6666666667%;
  }
  .column.is-offset-5-fullhd {
    margin-left: 41.6666666667%;
  }
  .column.is-6-fullhd {
    -webkit-box-flex: 0;
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-fullhd {
    margin-left: 50%;
  }
  .column.is-7-fullhd {
    -webkit-box-flex: 0;
    flex: none;
    width: 58.3333333333%;
  }
  .column.is-offset-7-fullhd {
    margin-left: 58.3333333333%;
  }
  .column.is-8-fullhd {
    -webkit-box-flex: 0;
    flex: none;
    width: 66.6666666667%;
  }
  .column.is-offset-8-fullhd {
    margin-left: 66.6666666667%;
  }
  .column.is-9-fullhd {
    -webkit-box-flex: 0;
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-fullhd {
    margin-left: 75%;
  }
  .column.is-10-fullhd {
    -webkit-box-flex: 0;
    flex: none;
    width: 83.3333333333%;
  }
  .column.is-offset-10-fullhd {
    margin-left: 83.3333333333%;
  }
  .column.is-11-fullhd {
    -webkit-box-flex: 0;
    flex: none;
    width: 91.6666666667%;
  }
  .column.is-offset-11-fullhd {
    margin-left: 91.6666666667%;
  }
  .column.is-12-fullhd {
    -webkit-box-flex: 0;
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-fullhd {
    margin-left: 100%;
  }
}
.columns {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem;
}
.columns:last-child {
  margin-bottom: -0.75rem;
}
.columns:not(:last-child) {
  margin-bottom: 0.75rem;
}
.columns.is-centered {
  -webkit-box-pack: center;
  justify-content: center;
}
.columns.is-gapless {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}
.columns.is-gapless > .column {
  margin: 0;
  padding: 0 !important;
}
.columns.is-gapless:not(:last-child) {
  margin-bottom: 1.5rem;
}
.columns.is-gapless:last-child {
  margin-bottom: 0;
}
.columns.is-mobile {
  display: -webkit-box;
  display: flex;
}
.columns.is-multiline {
  flex-wrap: wrap;
}
.columns.is-vcentered {
  -webkit-box-align: center;
  align-items: center;
}
@media print, screen and (min-width: 769px) {
  .columns:not(.is-desktop) {
    display: -webkit-box;
    display: flex;
  }
}
@media screen and (min-width: 1040px) {
  .columns.is-desktop {
    display: -webkit-box;
    display: flex;
  }
}
.columns.is-variable {
  --columnGap: 0.75rem;
  margin-left: calc(-1 * var(--columnGap));
  margin-right: calc(-1 * var(--columnGap));
}
.columns.is-variable .column {
  padding-left: var(--columnGap);
  padding-right: var(--columnGap);
}
.columns.is-variable.is-0 {
  --columnGap: 0rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-0-mobile {
    --columnGap: 0rem;
  }
}
@media print, screen and (min-width: 769px) {
  .columns.is-variable.is-0-tablet {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1039px) {
  .columns.is-variable.is-0-tablet-only {
    --columnGap: 0rem;
  }
}
@media screen and (max-width: 1039px) {
  .columns.is-variable.is-0-touch {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1040px) {
  .columns.is-variable.is-0-desktop {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1040px) and (max-width: 1231px) {
  .columns.is-variable.is-0-desktop-only {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1232px) {
  .columns.is-variable.is-0-widescreen {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1232px) and (max-width: 1423px) {
  .columns.is-variable.is-0-widescreen-only {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1424px) {
  .columns.is-variable.is-0-fullhd {
    --columnGap: 0rem;
  }
}
.columns.is-variable.is-1 {
  --columnGap: 0.25rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-1-mobile {
    --columnGap: 0.25rem;
  }
}
@media print, screen and (min-width: 769px) {
  .columns.is-variable.is-1-tablet {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1039px) {
  .columns.is-variable.is-1-tablet-only {
    --columnGap: 0.25rem;
  }
}
@media screen and (max-width: 1039px) {
  .columns.is-variable.is-1-touch {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1040px) {
  .columns.is-variable.is-1-desktop {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1040px) and (max-width: 1231px) {
  .columns.is-variable.is-1-desktop-only {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1232px) {
  .columns.is-variable.is-1-widescreen {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1232px) and (max-width: 1423px) {
  .columns.is-variable.is-1-widescreen-only {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1424px) {
  .columns.is-variable.is-1-fullhd {
    --columnGap: 0.25rem;
  }
}
.columns.is-variable.is-2 {
  --columnGap: 0.5rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-2-mobile {
    --columnGap: 0.5rem;
  }
}
@media print, screen and (min-width: 769px) {
  .columns.is-variable.is-2-tablet {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1039px) {
  .columns.is-variable.is-2-tablet-only {
    --columnGap: 0.5rem;
  }
}
@media screen and (max-width: 1039px) {
  .columns.is-variable.is-2-touch {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1040px) {
  .columns.is-variable.is-2-desktop {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1040px) and (max-width: 1231px) {
  .columns.is-variable.is-2-desktop-only {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1232px) {
  .columns.is-variable.is-2-widescreen {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1232px) and (max-width: 1423px) {
  .columns.is-variable.is-2-widescreen-only {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1424px) {
  .columns.is-variable.is-2-fullhd {
    --columnGap: 0.5rem;
  }
}
.columns.is-variable.is-3 {
  --columnGap: 0.75rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-3-mobile {
    --columnGap: 0.75rem;
  }
}
@media print, screen and (min-width: 769px) {
  .columns.is-variable.is-3-tablet {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1039px) {
  .columns.is-variable.is-3-tablet-only {
    --columnGap: 0.75rem;
  }
}
@media screen and (max-width: 1039px) {
  .columns.is-variable.is-3-touch {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1040px) {
  .columns.is-variable.is-3-desktop {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1040px) and (max-width: 1231px) {
  .columns.is-variable.is-3-desktop-only {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1232px) {
  .columns.is-variable.is-3-widescreen {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1232px) and (max-width: 1423px) {
  .columns.is-variable.is-3-widescreen-only {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1424px) {
  .columns.is-variable.is-3-fullhd {
    --columnGap: 0.75rem;
  }
}
.columns.is-variable.is-4 {
  --columnGap: 1rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-4-mobile {
    --columnGap: 1rem;
  }
}
@media print, screen and (min-width: 769px) {
  .columns.is-variable.is-4-tablet {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1039px) {
  .columns.is-variable.is-4-tablet-only {
    --columnGap: 1rem;
  }
}
@media screen and (max-width: 1039px) {
  .columns.is-variable.is-4-touch {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1040px) {
  .columns.is-variable.is-4-desktop {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1040px) and (max-width: 1231px) {
  .columns.is-variable.is-4-desktop-only {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1232px) {
  .columns.is-variable.is-4-widescreen {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1232px) and (max-width: 1423px) {
  .columns.is-variable.is-4-widescreen-only {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1424px) {
  .columns.is-variable.is-4-fullhd {
    --columnGap: 1rem;
  }
}
.columns.is-variable.is-5 {
  --columnGap: 1.25rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-5-mobile {
    --columnGap: 1.25rem;
  }
}
@media print, screen and (min-width: 769px) {
  .columns.is-variable.is-5-tablet {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1039px) {
  .columns.is-variable.is-5-tablet-only {
    --columnGap: 1.25rem;
  }
}
@media screen and (max-width: 1039px) {
  .columns.is-variable.is-5-touch {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1040px) {
  .columns.is-variable.is-5-desktop {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1040px) and (max-width: 1231px) {
  .columns.is-variable.is-5-desktop-only {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1232px) {
  .columns.is-variable.is-5-widescreen {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1232px) and (max-width: 1423px) {
  .columns.is-variable.is-5-widescreen-only {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1424px) {
  .columns.is-variable.is-5-fullhd {
    --columnGap: 1.25rem;
  }
}
.columns.is-variable.is-6 {
  --columnGap: 1.5rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-6-mobile {
    --columnGap: 1.5rem;
  }
}
@media print, screen and (min-width: 769px) {
  .columns.is-variable.is-6-tablet {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1039px) {
  .columns.is-variable.is-6-tablet-only {
    --columnGap: 1.5rem;
  }
}
@media screen and (max-width: 1039px) {
  .columns.is-variable.is-6-touch {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1040px) {
  .columns.is-variable.is-6-desktop {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1040px) and (max-width: 1231px) {
  .columns.is-variable.is-6-desktop-only {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1232px) {
  .columns.is-variable.is-6-widescreen {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1232px) and (max-width: 1423px) {
  .columns.is-variable.is-6-widescreen-only {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1424px) {
  .columns.is-variable.is-6-fullhd {
    --columnGap: 1.5rem;
  }
}
.columns.is-variable.is-7 {
  --columnGap: 1.75rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-7-mobile {
    --columnGap: 1.75rem;
  }
}
@media print, screen and (min-width: 769px) {
  .columns.is-variable.is-7-tablet {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1039px) {
  .columns.is-variable.is-7-tablet-only {
    --columnGap: 1.75rem;
  }
}
@media screen and (max-width: 1039px) {
  .columns.is-variable.is-7-touch {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1040px) {
  .columns.is-variable.is-7-desktop {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1040px) and (max-width: 1231px) {
  .columns.is-variable.is-7-desktop-only {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1232px) {
  .columns.is-variable.is-7-widescreen {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1232px) and (max-width: 1423px) {
  .columns.is-variable.is-7-widescreen-only {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1424px) {
  .columns.is-variable.is-7-fullhd {
    --columnGap: 1.75rem;
  }
}
.columns.is-variable.is-8 {
  --columnGap: 2rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-8-mobile {
    --columnGap: 2rem;
  }
}
@media print, screen and (min-width: 769px) {
  .columns.is-variable.is-8-tablet {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1039px) {
  .columns.is-variable.is-8-tablet-only {
    --columnGap: 2rem;
  }
}
@media screen and (max-width: 1039px) {
  .columns.is-variable.is-8-touch {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1040px) {
  .columns.is-variable.is-8-desktop {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1040px) and (max-width: 1231px) {
  .columns.is-variable.is-8-desktop-only {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1232px) {
  .columns.is-variable.is-8-widescreen {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1232px) and (max-width: 1423px) {
  .columns.is-variable.is-8-widescreen-only {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1424px) {
  .columns.is-variable.is-8-fullhd {
    --columnGap: 2rem;
  }
}
.tile {
  -webkit-box-align: stretch;
  align-items: stretch;
  display: block;
  flex-basis: 0;
  -webkit-box-flex: 1;
  flex-grow: 1;
  flex-shrink: 1;
  min-height: -webkit-min-content;
  min-height: -moz-min-content;
  min-height: min-content;
}
.tile.is-ancestor {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem;
}
.tile.is-ancestor:last-child {
  margin-bottom: -0.75rem;
}
.tile.is-ancestor:not(:last-child) {
  margin-bottom: 0.75rem;
}
.tile.is-child {
  margin: 0 !important;
}
.tile.is-parent {
  padding: 0.75rem;
}
.tile.is-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.tile.is-vertical > .tile.is-child:not(:last-child) {
  margin-bottom: 1.5rem !important;
}
@media print, screen and (min-width: 769px) {
  .tile:not(.is-child) {
    display: -webkit-box;
    display: flex;
  }
  .tile.is-1 {
    width: 8.3333333333%;
  }
  .tile.is-1,
  .tile.is-2 {
    -webkit-box-flex: 0;
    flex: none;
  }
  .tile.is-2 {
    width: 16.6666666667%;
  }
  .tile.is-3 {
    width: 25%;
  }
  .tile.is-3,
  .tile.is-4 {
    -webkit-box-flex: 0;
    flex: none;
  }
  .tile.is-4 {
    width: 33.3333333333%;
  }
  .tile.is-5 {
    width: 41.6666666667%;
  }
  .tile.is-5,
  .tile.is-6 {
    -webkit-box-flex: 0;
    flex: none;
  }
  .tile.is-6 {
    width: 50%;
  }
  .tile.is-7 {
    width: 58.3333333333%;
  }
  .tile.is-7,
  .tile.is-8 {
    -webkit-box-flex: 0;
    flex: none;
  }
  .tile.is-8 {
    width: 66.6666666667%;
  }
  .tile.is-9 {
    width: 75%;
  }
  .tile.is-9,
  .tile.is-10 {
    -webkit-box-flex: 0;
    flex: none;
  }
  .tile.is-10 {
    width: 83.3333333333%;
  }
  .tile.is-11 {
    width: 91.6666666667%;
  }
  .tile.is-11,
  .tile.is-12 {
    -webkit-box-flex: 0;
    flex: none;
  }
  .tile.is-12 {
    width: 100%;
  }
}
.progress {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  border-radius: 290486px;
  display: block;
  height: 1rem;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.progress::-webkit-progress-bar {
  background-color: #dbdbdb;
}
.progress::-webkit-progress-value {
  background-color: #2c2c2c;
}
.progress::-moz-progress-bar {
  background-color: #2c2c2c;
}
.progress::-ms-fill {
  background-color: #2c2c2c;
  border: none;
}
.progress.is-white::-webkit-progress-value {
  background-color: #fff;
}
.progress.is-white::-moz-progress-bar {
  background-color: #fff;
}
.progress.is-white::-ms-fill {
  background-color: #fff;
}
.progress.is-white:indeterminate {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(30%, #fff),
    color-stop(30%, #dbdbdb)
  );
  background-image: linear-gradient(90deg, #fff 30%, #dbdbdb 0);
}
.progress.is-black::-webkit-progress-value {
  background-color: #2c2c2c;
}
.progress.is-black::-moz-progress-bar {
  background-color: #2c2c2c;
}
.progress.is-black::-ms-fill {
  background-color: #2c2c2c;
}
.progress.is-black:indeterminate {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(30%, #2c2c2c),
    color-stop(30%, #dbdbdb)
  );
  background-image: linear-gradient(90deg, #2c2c2c 30%, #dbdbdb 0);
}
.progress.is-light::-webkit-progress-value {
  background-color: #f5f5f5;
}
.progress.is-light::-moz-progress-bar {
  background-color: #f5f5f5;
}
.progress.is-light::-ms-fill {
  background-color: #f5f5f5;
}
.progress.is-light:indeterminate {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(30%, #f5f5f5),
    color-stop(30%, #dbdbdb)
  );
  background-image: linear-gradient(90deg, #f5f5f5 30%, #dbdbdb 0);
}
.progress.is-dark::-webkit-progress-value {
  background-color: #363636;
}
.progress.is-dark::-moz-progress-bar {
  background-color: #363636;
}
.progress.is-dark::-ms-fill {
  background-color: #363636;
}
.progress.is-dark:indeterminate {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(30%, #363636),
    color-stop(30%, #dbdbdb)
  );
  background-image: linear-gradient(90deg, #363636 30%, #dbdbdb 0);
}
.progress.is-primary::-webkit-progress-value,
form .progress[type="submit"]::-webkit-progress-value {
  background-color: #ff0000;
}
.progress.is-primary::-moz-progress-bar,
form .progress[type="submit"]::-moz-progress-bar {
  background-color: #ff0000;
}
.progress.is-primary::-ms-fill,
form .progress[type="submit"]::-ms-fill {
  background-color: #ff0000;
}
.progress.is-primary:indeterminate,
form .progress[type="submit"]:indeterminate {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(30%, #ff0000),
    color-stop(30%, #dbdbdb)
  );
  background-image: linear-gradient(90deg, #ff0000 30%, #dbdbdb 0);
}
.progress.is-link::-webkit-progress-value {
  background-color: #2c2c2c;
}
.progress.is-link::-moz-progress-bar {
  background-color: #2c2c2c;
}
.progress.is-link::-ms-fill {
  background-color: #2c2c2c;
}
.progress.is-link:indeterminate {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(30%, #2c2c2c),
    color-stop(30%, #dbdbdb)
  );
  background-image: linear-gradient(90deg, #2c2c2c 30%, #dbdbdb 0);
}
.progress.is-info::-webkit-progress-value {
  background-color: #209cee;
}
.progress.is-info::-moz-progress-bar {
  background-color: #209cee;
}
.progress.is-info::-ms-fill {
  background-color: #209cee;
}
.progress.is-info:indeterminate {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(30%, #209cee),
    color-stop(30%, #dbdbdb)
  );
  background-image: linear-gradient(90deg, #209cee 30%, #dbdbdb 0);
}
.progress.is-success::-webkit-progress-value {
  background-color: #23d160;
}
.progress.is-success::-moz-progress-bar {
  background-color: #23d160;
}
.progress.is-success::-ms-fill {
  background-color: #23d160;
}
.progress.is-success:indeterminate {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(30%, #23d160),
    color-stop(30%, #dbdbdb)
  );
  background-image: linear-gradient(90deg, #23d160 30%, #dbdbdb 0);
}
.progress.is-warning::-webkit-progress-value {
  background-color: #ffdd57;
}
.progress.is-warning::-moz-progress-bar {
  background-color: #ffdd57;
}
.progress.is-warning::-ms-fill {
  background-color: #ffdd57;
}
.progress.is-warning:indeterminate {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(30%, #ffdd57),
    color-stop(30%, #dbdbdb)
  );
  background-image: linear-gradient(90deg, #ffdd57 30%, #dbdbdb 0);
}
.progress.is-danger::-webkit-progress-value {
  background-color: #ff3860;
}
.progress.is-danger::-moz-progress-bar {
  background-color: #ff3860;
}
.progress.is-danger::-ms-fill {
  background-color: #ff3860;
}
.progress.is-danger:indeterminate {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(30%, #ff3860),
    color-stop(30%, #dbdbdb)
  );
  background-image: linear-gradient(90deg, #ff3860 30%, #dbdbdb 0);
}
.progress:indeterminate {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: moveIndeterminate;
  animation-name: moveIndeterminate;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  background-color: #dbdbdb;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(30%, #2c2c2c),
    color-stop(30%, #dbdbdb)
  );
  background-image: linear-gradient(90deg, #2c2c2c 30%, #dbdbdb 0);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 150% 150%;
}
.progress:indeterminate::-webkit-progress-bar {
  background-color: transparent;
}
.progress:indeterminate::-moz-progress-bar {
  background-color: transparent;
}
.progress.is-small {
  height: 0.75rem;
}
.progress.is-medium {
  height: 1.25rem;
}
.progress.is-large {
  height: 1.5rem;
}
@-webkit-keyframes moveIndeterminate {
  0% {
    background-position: 200% 0;
  }
  to {
    background-position: -200% 0;
  }
}
@keyframes moveIndeterminate {
  0% {
    background-position: 200% 0;
  }
  to {
    background-position: -200% 0;
  }
}
.button,
form [type="submit"] {
  background-color: transparent;
  border-color: #dbdbdb;
  border-width: 0;
  color: inherit;
  cursor: pointer;
  -webkit-box-pack: center;
  justify-content: center;
  padding: 0.375em 1.8em;
  text-align: center;
  white-space: nowrap;
}
.button strong,
form [type="submit"] strong {
  color: inherit;
}
.button .icon,
.button .icon.is-large,
.button .icon.is-medium,
.button .icon.is-small,
form [type="submit"] .icon {
  height: 1.5em;
  width: 1.5em;
}
.button .icon:first-child:not(:last-child),
form [type="submit"] .icon:first-child:not(:last-child) {
  margin-left: -0.375em;
  margin-right: 0.1875em;
}
.button .icon:last-child:not(:first-child),
form [type="submit"] .icon:last-child:not(:first-child) {
  margin-left: 0.1875em;
  margin-right: -0.375em;
}
.button .icon:first-child:last-child,
form [type="submit"] .icon:first-child:last-child {
  margin-left: -0.375em;
  margin-right: -0.375em;
}
.button.is-hovered,
.button:hover,
form .is-hovered[type="submit"],
form [type="submit"]:hover {
  border-color: #b5b5b5;
  color: inherit;
}
.button.is-focused,
.button:focus,
form .is-focused[type="submit"],
form [type="submit"]:focus {
  border-color: none;
  color: none;
}
.button.is-focused:not(:active),
.button:focus:not(:active),
form .is-focused[type="submit"]:not(:active),
form [type="submit"]:focus:not(:active) {
  box-shadow: 0 rgba(44, 44, 44, 0.25);
}
.button.is-active,
.button:active,
form .is-active[type="submit"],
form [type="submit"]:active {
  border-color: #4a4a4a;
  color: #363636;
}
.button.is-text,
form .is-text[type="submit"] {
  background-color: transparent;
  border-color: transparent;
  color: #2c2c2c;
  text-decoration: underline;
}
.button.is-text.is-focused,
.button.is-text.is-hovered,
.button.is-text:focus,
.button.is-text:hover,
form .is-text.is-focused[type="submit"],
form .is-text.is-hovered[type="submit"],
form .is-text[type="submit"]:focus,
form .is-text[type="submit"]:hover {
  background-color: #f5f5f5;
  color: #363636;
}
.button.is-text.is-active,
.button.is-text:active,
form .is-text.is-active[type="submit"],
form .is-text[type="submit"]:active {
  background-color: #e8e8e8;
  color: #363636;
}
.button.is-text[disabled],
fieldset[disabled] .button.is-text,
fieldset[disabled] form .is-text[type="submit"],
form .is-text[disabled][type="submit"],
form fieldset[disabled] .is-text[type="submit"] {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}
.button.is-white,
form .is-white[type="submit"] {
  background-color: #fff;
  border-color: transparent;
  color: #2c2c2c;
}
.button.is-white.is-hovered,
.button.is-white:hover,
form .is-white.is-hovered[type="submit"],
form .is-white[type="submit"]:hover {
  background-color: #f9f9f9;
  border-color: transparent;
  color: #2c2c2c;
}
.button.is-white.is-focused,
.button.is-white:focus,
form .is-white.is-focused[type="submit"],
form .is-white[type="submit"]:focus {
  border-color: transparent;
  color: #2c2c2c;
}
.button.is-white.is-focused:not(:active),
.button.is-white:focus:not(:active),
form .is-white.is-focused[type="submit"]:not(:active),
form .is-white[type="submit"]:focus:not(:active) {
  box-shadow: 0 hsla(0, 0%, 100%, 0.25);
}
.button.is-white.is-active,
.button.is-white:active,
form .is-white.is-active[type="submit"],
form .is-white[type="submit"]:active {
  background-color: #f2f2f2;
  border-color: transparent;
  color: #2c2c2c;
}
.button.is-white[disabled],
fieldset[disabled] .button.is-white,
fieldset[disabled] form .is-white[type="submit"],
form .is-white[disabled][type="submit"],
form fieldset[disabled] .is-white[type="submit"] {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
}
.button.is-white.is-inverted,
form .is-white.is-inverted[type="submit"] {
  background-color: #2c2c2c;
  color: #fff;
}
.button.is-white.is-inverted.is-hovered,
.button.is-white.is-inverted:hover,
form .is-white.is-inverted.is-hovered[type="submit"],
form .is-white.is-inverted[type="submit"]:hover {
  background-color: #1f1f1f;
}
.button.is-white.is-inverted[disabled],
fieldset[disabled] .button.is-white.is-inverted,
fieldset[disabled] form .is-white.is-inverted[type="submit"],
form .is-white.is-inverted[disabled][type="submit"],
form fieldset[disabled] .is-white.is-inverted[type="submit"] {
  background-color: #2c2c2c;
  border-color: transparent;
  box-shadow: none;
  color: #fff;
}
.button.is-white.is-loading:after,
form .is-white.is-loading[type="submit"]:after {
  border-color: transparent transparent #2c2c2c #2c2c2c !important;
}
.button.is-white.is-outlined,
form .is-white.is-outlined[type="submit"] {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.button.is-white.is-outlined.is-focused,
.button.is-white.is-outlined.is-hovered,
.button.is-white.is-outlined:focus,
.button.is-white.is-outlined:hover,
form .is-white.is-outlined.is-focused[type="submit"],
form .is-white.is-outlined.is-hovered[type="submit"],
form .is-white.is-outlined[type="submit"]:focus,
form .is-white.is-outlined[type="submit"]:hover {
  background-color: #fff;
  border-color: #fff;
  color: #2c2c2c;
}
.button.is-white.is-outlined.is-loading:after,
form .is-white.is-outlined.is-loading[type="submit"]:after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-white.is-outlined.is-loading.is-focused:after,
.button.is-white.is-outlined.is-loading.is-hovered:after,
.button.is-white.is-outlined.is-loading:focus:after,
.button.is-white.is-outlined.is-loading:hover:after,
form .is-white.is-outlined.is-loading.is-focused[type="submit"]:after,
form .is-white.is-outlined.is-loading.is-hovered[type="submit"]:after,
form .is-white.is-outlined.is-loading[type="submit"]:focus:after,
form .is-white.is-outlined.is-loading[type="submit"]:hover:after {
  border-color: transparent transparent #2c2c2c #2c2c2c !important;
}
.button.is-white.is-outlined[disabled],
fieldset[disabled] .button.is-white.is-outlined,
fieldset[disabled] form .is-white.is-outlined[type="submit"],
form .is-white.is-outlined[disabled][type="submit"],
form fieldset[disabled] .is-white.is-outlined[type="submit"] {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}
.button.is-white.is-inverted.is-outlined,
form .is-white.is-inverted.is-outlined[type="submit"] {
  background-color: transparent;
  border-color: #2c2c2c;
  color: #2c2c2c;
}
.button.is-white.is-inverted.is-outlined.is-focused,
.button.is-white.is-inverted.is-outlined.is-hovered,
.button.is-white.is-inverted.is-outlined:focus,
.button.is-white.is-inverted.is-outlined:hover,
form .is-white.is-inverted.is-outlined.is-focused[type="submit"],
form .is-white.is-inverted.is-outlined.is-hovered[type="submit"],
form .is-white.is-inverted.is-outlined[type="submit"]:focus,
form .is-white.is-inverted.is-outlined[type="submit"]:hover {
  background-color: #2c2c2c;
  color: #fff;
}
.button.is-white.is-inverted.is-outlined.is-loading.is-focused:after,
.button.is-white.is-inverted.is-outlined.is-loading.is-hovered:after,
.button.is-white.is-inverted.is-outlined.is-loading:focus:after,
.button.is-white.is-inverted.is-outlined.is-loading:hover:after,
form
  .is-white.is-inverted.is-outlined.is-loading.is-focused[type="submit"]:after,
form
  .is-white.is-inverted.is-outlined.is-loading.is-hovered[type="submit"]:after,
form .is-white.is-inverted.is-outlined.is-loading[type="submit"]:focus:after,
form .is-white.is-inverted.is-outlined.is-loading[type="submit"]:hover:after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-white.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-white.is-inverted.is-outlined,
fieldset[disabled] form .is-white.is-inverted.is-outlined[type="submit"],
form .is-white.is-inverted.is-outlined[disabled][type="submit"],
form fieldset[disabled] .is-white.is-inverted.is-outlined[type="submit"] {
  background-color: transparent;
  border-color: #2c2c2c;
  box-shadow: none;
  color: #2c2c2c;
}
.button.is-black,
form .is-black[type="submit"] {
  background-color: #2c2c2c;
  border-color: transparent;
  color: #fff;
}
.button.is-black.is-hovered,
.button.is-black:hover,
form .is-black.is-hovered[type="submit"],
form .is-black[type="submit"]:hover {
  background-color: #262626;
  border-color: transparent;
  color: #fff;
}
.button.is-black.is-focused,
.button.is-black:focus,
form .is-black.is-focused[type="submit"],
form .is-black[type="submit"]:focus {
  border-color: transparent;
  color: #fff;
}
.button.is-black.is-focused:not(:active),
.button.is-black:focus:not(:active),
form .is-black.is-focused[type="submit"]:not(:active),
form .is-black[type="submit"]:focus:not(:active) {
  box-shadow: 0 rgba(44, 44, 44, 0.25);
}
.button.is-black.is-active,
.button.is-black:active,
form .is-black.is-active[type="submit"],
form .is-black[type="submit"]:active {
  background-color: #1f1f1f;
  border-color: transparent;
  color: #fff;
}
.button.is-black[disabled],
fieldset[disabled] .button.is-black,
fieldset[disabled] form .is-black[type="submit"],
form .is-black[disabled][type="submit"],
form fieldset[disabled] .is-black[type="submit"] {
  background-color: #2c2c2c;
  border-color: transparent;
  box-shadow: none;
}
.button.is-black.is-inverted,
form .is-black.is-inverted[type="submit"] {
  background-color: #fff;
  color: #2c2c2c;
}
.button.is-black.is-inverted.is-hovered,
.button.is-black.is-inverted:hover,
form .is-black.is-inverted.is-hovered[type="submit"],
form .is-black.is-inverted[type="submit"]:hover {
  background-color: #f2f2f2;
}
.button.is-black.is-inverted[disabled],
fieldset[disabled] .button.is-black.is-inverted,
fieldset[disabled] form .is-black.is-inverted[type="submit"],
form .is-black.is-inverted[disabled][type="submit"],
form fieldset[disabled] .is-black.is-inverted[type="submit"] {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #2c2c2c;
}
.button.is-black.is-loading:after,
form .is-black.is-loading[type="submit"]:after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-black.is-outlined,
form .is-black.is-outlined[type="submit"] {
  background-color: transparent;
  border-color: #2c2c2c;
  color: #2c2c2c;
}
.button.is-black.is-outlined.is-focused,
.button.is-black.is-outlined.is-hovered,
.button.is-black.is-outlined:focus,
.button.is-black.is-outlined:hover,
form .is-black.is-outlined.is-focused[type="submit"],
form .is-black.is-outlined.is-hovered[type="submit"],
form .is-black.is-outlined[type="submit"]:focus,
form .is-black.is-outlined[type="submit"]:hover {
  background-color: #2c2c2c;
  border-color: #2c2c2c;
  color: #fff;
}
.button.is-black.is-outlined.is-loading:after,
form .is-black.is-outlined.is-loading[type="submit"]:after {
  border-color: transparent transparent #2c2c2c #2c2c2c !important;
}
.button.is-black.is-outlined.is-loading.is-focused:after,
.button.is-black.is-outlined.is-loading.is-hovered:after,
.button.is-black.is-outlined.is-loading:focus:after,
.button.is-black.is-outlined.is-loading:hover:after,
form .is-black.is-outlined.is-loading.is-focused[type="submit"]:after,
form .is-black.is-outlined.is-loading.is-hovered[type="submit"]:after,
form .is-black.is-outlined.is-loading[type="submit"]:focus:after,
form .is-black.is-outlined.is-loading[type="submit"]:hover:after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-black.is-outlined[disabled],
fieldset[disabled] .button.is-black.is-outlined,
fieldset[disabled] form .is-black.is-outlined[type="submit"],
form .is-black.is-outlined[disabled][type="submit"],
form fieldset[disabled] .is-black.is-outlined[type="submit"] {
  background-color: transparent;
  border-color: #2c2c2c;
  box-shadow: none;
  color: #2c2c2c;
}
.button.is-black.is-inverted.is-outlined,
form .is-black.is-inverted.is-outlined[type="submit"] {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.button.is-black.is-inverted.is-outlined.is-focused,
.button.is-black.is-inverted.is-outlined.is-hovered,
.button.is-black.is-inverted.is-outlined:focus,
.button.is-black.is-inverted.is-outlined:hover,
form .is-black.is-inverted.is-outlined.is-focused[type="submit"],
form .is-black.is-inverted.is-outlined.is-hovered[type="submit"],
form .is-black.is-inverted.is-outlined[type="submit"]:focus,
form .is-black.is-inverted.is-outlined[type="submit"]:hover {
  background-color: #fff;
  color: #2c2c2c;
}
.button.is-black.is-inverted.is-outlined.is-loading.is-focused:after,
.button.is-black.is-inverted.is-outlined.is-loading.is-hovered:after,
.button.is-black.is-inverted.is-outlined.is-loading:focus:after,
.button.is-black.is-inverted.is-outlined.is-loading:hover:after,
form
  .is-black.is-inverted.is-outlined.is-loading.is-focused[type="submit"]:after,
form
  .is-black.is-inverted.is-outlined.is-loading.is-hovered[type="submit"]:after,
form .is-black.is-inverted.is-outlined.is-loading[type="submit"]:focus:after,
form .is-black.is-inverted.is-outlined.is-loading[type="submit"]:hover:after {
  border-color: transparent transparent #2c2c2c #2c2c2c !important;
}
.button.is-black.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-black.is-inverted.is-outlined,
fieldset[disabled] form .is-black.is-inverted.is-outlined[type="submit"],
form .is-black.is-inverted.is-outlined[disabled][type="submit"],
form fieldset[disabled] .is-black.is-inverted.is-outlined[type="submit"] {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}
.button.is-light,
form .is-light[type="submit"] {
  background-color: #f5f5f5;
  border-color: transparent;
  color: #363636;
}
.button.is-light.is-hovered,
.button.is-light:hover,
form .is-light.is-hovered[type="submit"],
form .is-light[type="submit"]:hover {
  background-color: #eee;
  border-color: transparent;
  color: #363636;
}
.button.is-light.is-focused,
.button.is-light:focus,
form .is-light.is-focused[type="submit"],
form .is-light[type="submit"]:focus {
  border-color: transparent;
  color: #363636;
}
.button.is-light.is-focused:not(:active),
.button.is-light:focus:not(:active),
form .is-light.is-focused[type="submit"]:not(:active),
form .is-light[type="submit"]:focus:not(:active) {
  box-shadow: 0 hsla(0, 0%, 96.1%, 0.25);
}
.button.is-light.is-active,
.button.is-light:active,
form .is-light.is-active[type="submit"],
form .is-light[type="submit"]:active {
  background-color: #e8e8e8;
  border-color: transparent;
  color: #363636;
}
.button.is-light[disabled],
fieldset[disabled] .button.is-light,
fieldset[disabled] form .is-light[type="submit"],
form .is-light[disabled][type="submit"],
form fieldset[disabled] .is-light[type="submit"] {
  background-color: #f5f5f5;
  border-color: transparent;
  box-shadow: none;
}
.button.is-light.is-inverted,
form .is-light.is-inverted[type="submit"] {
  background-color: #363636;
  color: #f5f5f5;
}
.button.is-light.is-inverted.is-hovered,
.button.is-light.is-inverted:hover,
form .is-light.is-inverted.is-hovered[type="submit"],
form .is-light.is-inverted[type="submit"]:hover {
  background-color: #292929;
}
.button.is-light.is-inverted[disabled],
fieldset[disabled] .button.is-light.is-inverted,
fieldset[disabled] form .is-light.is-inverted[type="submit"],
form .is-light.is-inverted[disabled][type="submit"],
form fieldset[disabled] .is-light.is-inverted[type="submit"] {
  background-color: #363636;
  border-color: transparent;
  box-shadow: none;
  color: #f5f5f5;
}
.button.is-light.is-loading:after,
form .is-light.is-loading[type="submit"]:after {
  border-color: transparent transparent #363636 #363636 !important;
}
.button.is-light.is-outlined,
form .is-light.is-outlined[type="submit"] {
  background-color: transparent;
  border-color: #f5f5f5;
  color: #f5f5f5;
}
.button.is-light.is-outlined.is-focused,
.button.is-light.is-outlined.is-hovered,
.button.is-light.is-outlined:focus,
.button.is-light.is-outlined:hover,
form .is-light.is-outlined.is-focused[type="submit"],
form .is-light.is-outlined.is-hovered[type="submit"],
form .is-light.is-outlined[type="submit"]:focus,
form .is-light.is-outlined[type="submit"]:hover {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  color: #363636;
}
.button.is-light.is-outlined.is-loading:after,
form .is-light.is-outlined.is-loading[type="submit"]:after {
  border-color: transparent transparent #f5f5f5 #f5f5f5 !important;
}
.button.is-light.is-outlined.is-loading.is-focused:after,
.button.is-light.is-outlined.is-loading.is-hovered:after,
.button.is-light.is-outlined.is-loading:focus:after,
.button.is-light.is-outlined.is-loading:hover:after,
form .is-light.is-outlined.is-loading.is-focused[type="submit"]:after,
form .is-light.is-outlined.is-loading.is-hovered[type="submit"]:after,
form .is-light.is-outlined.is-loading[type="submit"]:focus:after,
form .is-light.is-outlined.is-loading[type="submit"]:hover:after {
  border-color: transparent transparent #363636 #363636 !important;
}
.button.is-light.is-outlined[disabled],
fieldset[disabled] .button.is-light.is-outlined,
fieldset[disabled] form .is-light.is-outlined[type="submit"],
form .is-light.is-outlined[disabled][type="submit"],
form fieldset[disabled] .is-light.is-outlined[type="submit"] {
  background-color: transparent;
  border-color: #f5f5f5;
  box-shadow: none;
  color: #f5f5f5;
}
.button.is-light.is-inverted.is-outlined,
form .is-light.is-inverted.is-outlined[type="submit"] {
  background-color: transparent;
  border-color: #363636;
  color: #363636;
}
.button.is-light.is-inverted.is-outlined.is-focused,
.button.is-light.is-inverted.is-outlined.is-hovered,
.button.is-light.is-inverted.is-outlined:focus,
.button.is-light.is-inverted.is-outlined:hover,
form .is-light.is-inverted.is-outlined.is-focused[type="submit"],
form .is-light.is-inverted.is-outlined.is-hovered[type="submit"],
form .is-light.is-inverted.is-outlined[type="submit"]:focus,
form .is-light.is-inverted.is-outlined[type="submit"]:hover {
  background-color: #363636;
  color: #f5f5f5;
}
.button.is-light.is-inverted.is-outlined.is-loading.is-focused:after,
.button.is-light.is-inverted.is-outlined.is-loading.is-hovered:after,
.button.is-light.is-inverted.is-outlined.is-loading:focus:after,
.button.is-light.is-inverted.is-outlined.is-loading:hover:after,
form
  .is-light.is-inverted.is-outlined.is-loading.is-focused[type="submit"]:after,
form
  .is-light.is-inverted.is-outlined.is-loading.is-hovered[type="submit"]:after,
form .is-light.is-inverted.is-outlined.is-loading[type="submit"]:focus:after,
form .is-light.is-inverted.is-outlined.is-loading[type="submit"]:hover:after {
  border-color: transparent transparent #f5f5f5 #f5f5f5 !important;
}
.button.is-light.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-light.is-inverted.is-outlined,
fieldset[disabled] form .is-light.is-inverted.is-outlined[type="submit"],
form .is-light.is-inverted.is-outlined[disabled][type="submit"],
form fieldset[disabled] .is-light.is-inverted.is-outlined[type="submit"] {
  background-color: transparent;
  border-color: #363636;
  box-shadow: none;
  color: #363636;
}
.button.is-dark,
form .is-dark[type="submit"] {
  background-color: #363636;
  border-color: transparent;
  color: #f5f5f5;
}
.button.is-dark.is-hovered,
.button.is-dark:hover,
form .is-dark.is-hovered[type="submit"],
form .is-dark[type="submit"]:hover {
  background-color: #2f2f2f;
  border-color: transparent;
  color: #f5f5f5;
}
.button.is-dark.is-focused,
.button.is-dark:focus,
form .is-dark.is-focused[type="submit"],
form .is-dark[type="submit"]:focus {
  border-color: transparent;
  color: #f5f5f5;
}
.button.is-dark.is-focused:not(:active),
.button.is-dark:focus:not(:active),
form .is-dark.is-focused[type="submit"]:not(:active),
form .is-dark[type="submit"]:focus:not(:active) {
  box-shadow: 0 rgba(54, 54, 54, 0.25);
}
.button.is-dark.is-active,
.button.is-dark:active,
form .is-dark.is-active[type="submit"],
form .is-dark[type="submit"]:active {
  background-color: #292929;
  border-color: transparent;
  color: #f5f5f5;
}
.button.is-dark[disabled],
fieldset[disabled] .button.is-dark,
fieldset[disabled] form .is-dark[type="submit"],
form .is-dark[disabled][type="submit"],
form fieldset[disabled] .is-dark[type="submit"] {
  background-color: #363636;
  border-color: transparent;
  box-shadow: none;
}
.button.is-dark.is-inverted,
form .is-dark.is-inverted[type="submit"] {
  background-color: #f5f5f5;
  color: #363636;
}
.button.is-dark.is-inverted.is-hovered,
.button.is-dark.is-inverted:hover,
form .is-dark.is-inverted.is-hovered[type="submit"],
form .is-dark.is-inverted[type="submit"]:hover {
  background-color: #e8e8e8;
}
.button.is-dark.is-inverted[disabled],
fieldset[disabled] .button.is-dark.is-inverted,
fieldset[disabled] form .is-dark.is-inverted[type="submit"],
form .is-dark.is-inverted[disabled][type="submit"],
form fieldset[disabled] .is-dark.is-inverted[type="submit"] {
  background-color: #f5f5f5;
  border-color: transparent;
  box-shadow: none;
  color: #363636;
}
.button.is-dark.is-loading:after,
form .is-dark.is-loading[type="submit"]:after {
  border-color: transparent transparent #f5f5f5 #f5f5f5 !important;
}
.button.is-dark.is-outlined,
form .is-dark.is-outlined[type="submit"] {
  background-color: transparent;
  border-color: #363636;
  color: #363636;
}
.button.is-dark.is-outlined.is-focused,
.button.is-dark.is-outlined.is-hovered,
.button.is-dark.is-outlined:focus,
.button.is-dark.is-outlined:hover,
form .is-dark.is-outlined.is-focused[type="submit"],
form .is-dark.is-outlined.is-hovered[type="submit"],
form .is-dark.is-outlined[type="submit"]:focus,
form .is-dark.is-outlined[type="submit"]:hover {
  background-color: #363636;
  border-color: #363636;
  color: #f5f5f5;
}
.button.is-dark.is-outlined.is-loading:after,
form .is-dark.is-outlined.is-loading[type="submit"]:after {
  border-color: transparent transparent #363636 #363636 !important;
}
.button.is-dark.is-outlined.is-loading.is-focused:after,
.button.is-dark.is-outlined.is-loading.is-hovered:after,
.button.is-dark.is-outlined.is-loading:focus:after,
.button.is-dark.is-outlined.is-loading:hover:after,
form .is-dark.is-outlined.is-loading.is-focused[type="submit"]:after,
form .is-dark.is-outlined.is-loading.is-hovered[type="submit"]:after,
form .is-dark.is-outlined.is-loading[type="submit"]:focus:after,
form .is-dark.is-outlined.is-loading[type="submit"]:hover:after {
  border-color: transparent transparent #f5f5f5 #f5f5f5 !important;
}
.button.is-dark.is-outlined[disabled],
fieldset[disabled] .button.is-dark.is-outlined,
fieldset[disabled] form .is-dark.is-outlined[type="submit"],
form .is-dark.is-outlined[disabled][type="submit"],
form fieldset[disabled] .is-dark.is-outlined[type="submit"] {
  background-color: transparent;
  border-color: #363636;
  box-shadow: none;
  color: #363636;
}
.button.is-dark.is-inverted.is-outlined,
form .is-dark.is-inverted.is-outlined[type="submit"] {
  background-color: transparent;
  border-color: #f5f5f5;
  color: #f5f5f5;
}
.button.is-dark.is-inverted.is-outlined.is-focused,
.button.is-dark.is-inverted.is-outlined.is-hovered,
.button.is-dark.is-inverted.is-outlined:focus,
.button.is-dark.is-inverted.is-outlined:hover,
form .is-dark.is-inverted.is-outlined.is-focused[type="submit"],
form .is-dark.is-inverted.is-outlined.is-hovered[type="submit"],
form .is-dark.is-inverted.is-outlined[type="submit"]:focus,
form .is-dark.is-inverted.is-outlined[type="submit"]:hover {
  background-color: #f5f5f5;
  color: #363636;
}
.button.is-dark.is-inverted.is-outlined.is-loading.is-focused:after,
.button.is-dark.is-inverted.is-outlined.is-loading.is-hovered:after,
.button.is-dark.is-inverted.is-outlined.is-loading:focus:after,
.button.is-dark.is-inverted.is-outlined.is-loading:hover:after,
form
  .is-dark.is-inverted.is-outlined.is-loading.is-focused[type="submit"]:after,
form
  .is-dark.is-inverted.is-outlined.is-loading.is-hovered[type="submit"]:after,
form .is-dark.is-inverted.is-outlined.is-loading[type="submit"]:focus:after,
form .is-dark.is-inverted.is-outlined.is-loading[type="submit"]:hover:after {
  border-color: transparent transparent #363636 #363636 !important;
}
.button.is-dark.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-dark.is-inverted.is-outlined,
fieldset[disabled] form .is-dark.is-inverted.is-outlined[type="submit"],
form .is-dark.is-inverted.is-outlined[disabled][type="submit"],
form fieldset[disabled] .is-dark.is-inverted.is-outlined[type="submit"] {
  background-color: transparent;
  border-color: #f5f5f5;
  box-shadow: none;
  color: #f5f5f5;
}
.button.is-primary,
form [type="submit"] {
  background-color: #ff0000;
  border-color: transparent;
  color: #fff;
}
.button.is-primary.is-hovered,
.button.is-primary:hover,
form .is-hovered[type="submit"],
form [type="submit"]:hover {
  background-color: #f8de0e;
  border-color: transparent;
  color: #fff;
}
.button.is-primary.is-focused,
.button.is-primary:focus,
form .is-focused[type="submit"],
form [type="submit"]:focus {
  border-color: transparent;
  color: #fff;
}
.button.is-primary.is-focused:not(:active),
.button.is-primary:focus:not(:active),
form .is-focused[type="submit"]:not(:active),
form [type="submit"]:focus:not(:active) {
  box-shadow: 0 rgba(248, 224, 26, 0.25);
}
.button.is-primary.is-active,
.button.is-primary:active,
form .is-active[type="submit"],
form [type="submit"]:active {
  background-color: #f1d807;
  border-color: transparent;
  color: #fff;
}
.button.is-primary[disabled],
fieldset[disabled] .button.is-primary,
fieldset[disabled] form [type="submit"],
form [disabled][type="submit"],
form fieldset[disabled] [type="submit"] {
  background-color: #ff0000;
  border-color: transparent;
  box-shadow: none;
}
.button.is-primary.is-inverted,
form .is-inverted[type="submit"] {
  background-color: #fff;
  color: #ff0000;
}
.button.is-primary.is-inverted.is-hovered,
.button.is-primary.is-inverted:hover,
form .is-inverted.is-hovered[type="submit"],
form .is-inverted[type="submit"]:hover {
  background-color: #f2f2f2;
}
.button.is-primary.is-inverted[disabled],
fieldset[disabled] .button.is-primary.is-inverted,
fieldset[disabled] form .is-inverted[type="submit"],
form .is-inverted[disabled][type="submit"],
form fieldset[disabled] .is-inverted[type="submit"] {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #ff0000;
}
.button.is-primary.is-loading:after,
form .is-loading[type="submit"]:after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-primary.is-outlined,
form .is-outlined[type="submit"] {
  background-color: transparent;
  border-color: #ff0000;
  color: #ff0000;
}
.button.is-primary.is-outlined.is-focused,
.button.is-primary.is-outlined.is-hovered,
.button.is-primary.is-outlined:focus,
.button.is-primary.is-outlined:hover,
form .is-outlined.is-focused[type="submit"],
form .is-outlined.is-hovered[type="submit"],
form .is-outlined[type="submit"]:focus,
form .is-outlined[type="submit"]:hover {
  background-color: #ff0000;
  border-color: #ff0000;
  color: #fff;
}
.button.is-primary.is-outlined.is-loading:after,
form .is-outlined.is-loading[type="submit"]:after {
  border-color: transparent transparent #ff0000 #ff0000 !important;
}
.button.is-primary.is-outlined.is-loading.is-focused:after,
.button.is-primary.is-outlined.is-loading.is-hovered:after,
.button.is-primary.is-outlined.is-loading:focus:after,
.button.is-primary.is-outlined.is-loading:hover:after,
form .is-outlined.is-loading.is-focused[type="submit"]:after,
form .is-outlined.is-loading.is-hovered[type="submit"]:after,
form .is-outlined.is-loading[type="submit"]:focus:after,
form .is-outlined.is-loading[type="submit"]:hover:after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-primary.is-outlined[disabled],
fieldset[disabled] .button.is-primary.is-outlined,
fieldset[disabled] form .is-outlined[type="submit"],
form .is-outlined[disabled][type="submit"],
form fieldset[disabled] .is-outlined[type="submit"] {
  background-color: transparent;
  border-color: #ff0000;
  box-shadow: none;
  color: #ff0000;
}
.button.is-primary.is-inverted.is-outlined,
form .is-inverted.is-outlined[type="submit"] {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.button.is-primary.is-inverted.is-outlined.is-focused,
.button.is-primary.is-inverted.is-outlined.is-hovered,
.button.is-primary.is-inverted.is-outlined:focus,
.button.is-primary.is-inverted.is-outlined:hover,
form .is-inverted.is-outlined.is-focused[type="submit"],
form .is-inverted.is-outlined.is-hovered[type="submit"],
form .is-inverted.is-outlined[type="submit"]:focus,
form .is-inverted.is-outlined[type="submit"]:hover {
  background-color: #fff;
  color: #ff0000;
}
.button.is-primary.is-inverted.is-outlined.is-loading.is-focused:after,
.button.is-primary.is-inverted.is-outlined.is-loading.is-hovered:after,
.button.is-primary.is-inverted.is-outlined.is-loading:focus:after,
.button.is-primary.is-inverted.is-outlined.is-loading:hover:after,
form .is-inverted.is-outlined.is-loading.is-focused[type="submit"]:after,
form .is-inverted.is-outlined.is-loading.is-hovered[type="submit"]:after,
form .is-inverted.is-outlined.is-loading[type="submit"]:focus:after,
form .is-inverted.is-outlined.is-loading[type="submit"]:hover:after {
  border-color: transparent transparent #ff0000 #ff0000 !important;
}
.button.is-primary.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-primary.is-inverted.is-outlined,
fieldset[disabled] form .is-inverted.is-outlined[type="submit"],
form .is-inverted.is-outlined[disabled][type="submit"],
form fieldset[disabled] .is-inverted.is-outlined[type="submit"] {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}
.button.is-link,
form .is-link[type="submit"] {
  background-color: #2c2c2c;
  border-color: transparent;
  color: #fff;
}
.button.is-link.is-hovered,
.button.is-link:hover,
form .is-link.is-hovered[type="submit"],
form .is-link[type="submit"]:hover {
  background-color: #262626;
  border-color: transparent;
  color: #fff;
}
.button.is-link.is-focused,
.button.is-link:focus,
form .is-link.is-focused[type="submit"],
form .is-link[type="submit"]:focus {
  border-color: transparent;
  color: #fff;
}
.button.is-link.is-focused:not(:active),
.button.is-link:focus:not(:active),
form .is-link.is-focused[type="submit"]:not(:active),
form .is-link[type="submit"]:focus:not(:active) {
  box-shadow: 0 rgba(44, 44, 44, 0.25);
}
.button.is-link.is-active,
.button.is-link:active,
form .is-link.is-active[type="submit"],
form .is-link[type="submit"]:active {
  background-color: #1f1f1f;
  border-color: transparent;
  color: #fff;
}
.button.is-link[disabled],
fieldset[disabled] .button.is-link,
fieldset[disabled] form .is-link[type="submit"],
form .is-link[disabled][type="submit"],
form fieldset[disabled] .is-link[type="submit"] {
  background-color: #2c2c2c;
  border-color: transparent;
  box-shadow: none;
}
.button.is-link.is-inverted,
form .is-link.is-inverted[type="submit"] {
  background-color: #fff;
  color: #2c2c2c;
}
.button.is-link.is-inverted.is-hovered,
.button.is-link.is-inverted:hover,
form .is-link.is-inverted.is-hovered[type="submit"],
form .is-link.is-inverted[type="submit"]:hover {
  background-color: #f2f2f2;
}
.button.is-link.is-inverted[disabled],
fieldset[disabled] .button.is-link.is-inverted,
fieldset[disabled] form .is-link.is-inverted[type="submit"],
form .is-link.is-inverted[disabled][type="submit"],
form fieldset[disabled] .is-link.is-inverted[type="submit"] {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #2c2c2c;
}
.button.is-link.is-loading:after,
form .is-link.is-loading[type="submit"]:after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-link.is-outlined,
form .is-link.is-outlined[type="submit"] {
  background-color: transparent;
  border-color: #2c2c2c;
  color: #2c2c2c;
}
.button.is-link.is-outlined.is-focused,
.button.is-link.is-outlined.is-hovered,
.button.is-link.is-outlined:focus,
.button.is-link.is-outlined:hover,
form .is-link.is-outlined.is-focused[type="submit"],
form .is-link.is-outlined.is-hovered[type="submit"],
form .is-link.is-outlined[type="submit"]:focus,
form .is-link.is-outlined[type="submit"]:hover {
  background-color: #2c2c2c;
  border-color: #2c2c2c;
  color: #fff;
}
.button.is-link.is-outlined.is-loading:after,
form .is-link.is-outlined.is-loading[type="submit"]:after {
  border-color: transparent transparent #2c2c2c #2c2c2c !important;
}
.button.is-link.is-outlined.is-loading.is-focused:after,
.button.is-link.is-outlined.is-loading.is-hovered:after,
.button.is-link.is-outlined.is-loading:focus:after,
.button.is-link.is-outlined.is-loading:hover:after,
form .is-link.is-outlined.is-loading.is-focused[type="submit"]:after,
form .is-link.is-outlined.is-loading.is-hovered[type="submit"]:after,
form .is-link.is-outlined.is-loading[type="submit"]:focus:after,
form .is-link.is-outlined.is-loading[type="submit"]:hover:after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-link.is-outlined[disabled],
fieldset[disabled] .button.is-link.is-outlined,
fieldset[disabled] form .is-link.is-outlined[type="submit"],
form .is-link.is-outlined[disabled][type="submit"],
form fieldset[disabled] .is-link.is-outlined[type="submit"] {
  background-color: transparent;
  border-color: #2c2c2c;
  box-shadow: none;
  color: #2c2c2c;
}
.button.is-link.is-inverted.is-outlined,
form .is-link.is-inverted.is-outlined[type="submit"] {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.button.is-link.is-inverted.is-outlined.is-focused,
.button.is-link.is-inverted.is-outlined.is-hovered,
.button.is-link.is-inverted.is-outlined:focus,
.button.is-link.is-inverted.is-outlined:hover,
form .is-link.is-inverted.is-outlined.is-focused[type="submit"],
form .is-link.is-inverted.is-outlined.is-hovered[type="submit"],
form .is-link.is-inverted.is-outlined[type="submit"]:focus,
form .is-link.is-inverted.is-outlined[type="submit"]:hover {
  background-color: #fff;
  color: #2c2c2c;
}
.button.is-link.is-inverted.is-outlined.is-loading.is-focused:after,
.button.is-link.is-inverted.is-outlined.is-loading.is-hovered:after,
.button.is-link.is-inverted.is-outlined.is-loading:focus:after,
.button.is-link.is-inverted.is-outlined.is-loading:hover:after,
form
  .is-link.is-inverted.is-outlined.is-loading.is-focused[type="submit"]:after,
form
  .is-link.is-inverted.is-outlined.is-loading.is-hovered[type="submit"]:after,
form .is-link.is-inverted.is-outlined.is-loading[type="submit"]:focus:after,
form .is-link.is-inverted.is-outlined.is-loading[type="submit"]:hover:after {
  border-color: transparent transparent #2c2c2c #2c2c2c !important;
}
.button.is-link.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-link.is-inverted.is-outlined,
fieldset[disabled] form .is-link.is-inverted.is-outlined[type="submit"],
form .is-link.is-inverted.is-outlined[disabled][type="submit"],
form fieldset[disabled] .is-link.is-inverted.is-outlined[type="submit"] {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}
.button.is-info,
form .is-info[type="submit"] {
  background-color: #000;
  border-color: transparent;
  color: #fff;
}
.button.is-info.is-hovered,
.button.is-info:hover,
form .is-info.is-hovered[type="submit"],
form .is-info[type="submit"]:hover {
  background-color: #1496ed;
  border-color: transparent;
  color: #fff;
}
.button.is-info.is-focused,
.button.is-info:focus,
form .is-info.is-focused[type="submit"],
form .is-info[type="submit"]:focus {
  border-color: transparent;
  color: #fff;
}
.button.is-info.is-focused:not(:active),
.button.is-info:focus:not(:active),
form .is-info.is-focused[type="submit"]:not(:active),
form .is-info[type="submit"]:focus:not(:active) {
  box-shadow: 0 rgba(32, 156, 238, 0.25);
}
.button.is-info.is-active,
.button.is-info:active,
form .is-info.is-active[type="submit"],
form .is-info[type="submit"]:active {
  background-color: #118fe4;
  border-color: transparent;
  color: #fff;
}
.button.is-info[disabled],
fieldset[disabled] .button.is-info,
fieldset[disabled] form .is-info[type="submit"],
form .is-info[disabled][type="submit"],
form fieldset[disabled] .is-info[type="submit"] {
  background-color: #209cee;
  border-color: transparent;
  box-shadow: none;
}
.button.is-info.is-inverted,
form .is-info.is-inverted[type="submit"] {
  background-color: #fff;
  color: #209cee;
}
.button.is-info.is-inverted.is-hovered,
.button.is-info.is-inverted:hover,
form .is-info.is-inverted.is-hovered[type="submit"],
form .is-info.is-inverted[type="submit"]:hover {
  background-color: #f2f2f2;
}
.button.is-info.is-inverted[disabled],
fieldset[disabled] .button.is-info.is-inverted,
fieldset[disabled] form .is-info.is-inverted[type="submit"],
form .is-info.is-inverted[disabled][type="submit"],
form fieldset[disabled] .is-info.is-inverted[type="submit"] {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #209cee;
}
.button.is-info.is-loading:after,
form .is-info.is-loading[type="submit"]:after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-info.is-outlined,
form .is-info.is-outlined[type="submit"] {
  background-color: transparent;
  border-color: #209cee;
  color: #209cee;
}
.button.is-info.is-outlined.is-focused,
.button.is-info.is-outlined.is-hovered,
.button.is-info.is-outlined:focus,
.button.is-info.is-outlined:hover,
form .is-info.is-outlined.is-focused[type="submit"],
form .is-info.is-outlined.is-hovered[type="submit"],
form .is-info.is-outlined[type="submit"]:focus,
form .is-info.is-outlined[type="submit"]:hover {
  background-color: #209cee;
  border-color: #209cee;
  color: #fff;
}
.button.is-info.is-outlined.is-loading:after,
form .is-info.is-outlined.is-loading[type="submit"]:after {
  border-color: transparent transparent #209cee #209cee !important;
}
.button.is-info.is-outlined.is-loading.is-focused:after,
.button.is-info.is-outlined.is-loading.is-hovered:after,
.button.is-info.is-outlined.is-loading:focus:after,
.button.is-info.is-outlined.is-loading:hover:after,
form .is-info.is-outlined.is-loading.is-focused[type="submit"]:after,
form .is-info.is-outlined.is-loading.is-hovered[type="submit"]:after,
form .is-info.is-outlined.is-loading[type="submit"]:focus:after,
form .is-info.is-outlined.is-loading[type="submit"]:hover:after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-info.is-outlined[disabled],
fieldset[disabled] .button.is-info.is-outlined,
fieldset[disabled] form .is-info.is-outlined[type="submit"],
form .is-info.is-outlined[disabled][type="submit"],
form fieldset[disabled] .is-info.is-outlined[type="submit"] {
  background-color: transparent;
  border-color: #209cee;
  box-shadow: none;
  color: #209cee;
}
.button.is-info.is-inverted.is-outlined,
form .is-info.is-inverted.is-outlined[type="submit"] {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.button.is-info.is-inverted.is-outlined.is-focused,
.button.is-info.is-inverted.is-outlined.is-hovered,
.button.is-info.is-inverted.is-outlined:focus,
.button.is-info.is-inverted.is-outlined:hover,
form .is-info.is-inverted.is-outlined.is-focused[type="submit"],
form .is-info.is-inverted.is-outlined.is-hovered[type="submit"],
form .is-info.is-inverted.is-outlined[type="submit"]:focus,
form .is-info.is-inverted.is-outlined[type="submit"]:hover {
  background-color: #fff;
  color: #209cee;
}
.button.is-info.is-inverted.is-outlined.is-loading.is-focused:after,
.button.is-info.is-inverted.is-outlined.is-loading.is-hovered:after,
.button.is-info.is-inverted.is-outlined.is-loading:focus:after,
.button.is-info.is-inverted.is-outlined.is-loading:hover:after,
form
  .is-info.is-inverted.is-outlined.is-loading.is-focused[type="submit"]:after,
form
  .is-info.is-inverted.is-outlined.is-loading.is-hovered[type="submit"]:after,
form .is-info.is-inverted.is-outlined.is-loading[type="submit"]:focus:after,
form .is-info.is-inverted.is-outlined.is-loading[type="submit"]:hover:after {
  border-color: transparent transparent #209cee #209cee !important;
}
.button.is-info.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-info.is-inverted.is-outlined,
fieldset[disabled] form .is-info.is-inverted.is-outlined[type="submit"],
form .is-info.is-inverted.is-outlined[disabled][type="submit"],
form fieldset[disabled] .is-info.is-inverted.is-outlined[type="submit"] {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}
.button.is-success,
form .is-success[type="submit"] {
  background-color: #23d160;
  border-color: transparent;
  color: #fff;
}
.button.is-success.is-hovered,
.button.is-success:hover,
form .is-success.is-hovered[type="submit"],
form .is-success[type="submit"]:hover {
  background-color: #22c65b;
  border-color: transparent;
  color: #fff;
}
.button.is-success.is-focused,
.button.is-success:focus,
form .is-success.is-focused[type="submit"],
form .is-success[type="submit"]:focus {
  border-color: transparent;
  color: #fff;
}
.button.is-success.is-focused:not(:active),
.button.is-success:focus:not(:active),
form .is-success.is-focused[type="submit"]:not(:active),
form .is-success[type="submit"]:focus:not(:active) {
  box-shadow: 0 rgba(35, 209, 96, 0.25);
}
.button.is-success.is-active,
.button.is-success:active,
form .is-success.is-active[type="submit"],
form .is-success[type="submit"]:active {
  background-color: #20bc56;
  border-color: transparent;
  color: #fff;
}
.button.is-success[disabled],
fieldset[disabled] .button.is-success,
fieldset[disabled] form .is-success[type="submit"],
form .is-success[disabled][type="submit"],
form fieldset[disabled] .is-success[type="submit"] {
  background-color: #23d160;
  border-color: transparent;
  box-shadow: none;
}
.button.is-success.is-inverted,
form .is-success.is-inverted[type="submit"] {
  background-color: #fff;
  color: #23d160;
}
.button.is-success.is-inverted.is-hovered,
.button.is-success.is-inverted:hover,
form .is-success.is-inverted.is-hovered[type="submit"],
form .is-success.is-inverted[type="submit"]:hover {
  background-color: #f2f2f2;
}
.button.is-success.is-inverted[disabled],
fieldset[disabled] .button.is-success.is-inverted,
fieldset[disabled] form .is-success.is-inverted[type="submit"],
form .is-success.is-inverted[disabled][type="submit"],
form fieldset[disabled] .is-success.is-inverted[type="submit"] {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #23d160;
}
.button.is-success.is-loading:after,
form .is-success.is-loading[type="submit"]:after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-success.is-outlined,
form .is-success.is-outlined[type="submit"] {
  background-color: transparent;
  border-color: #23d160;
  color: #23d160;
}
.button.is-success.is-outlined.is-focused,
.button.is-success.is-outlined.is-hovered,
.button.is-success.is-outlined:focus,
.button.is-success.is-outlined:hover,
form .is-success.is-outlined.is-focused[type="submit"],
form .is-success.is-outlined.is-hovered[type="submit"],
form .is-success.is-outlined[type="submit"]:focus,
form .is-success.is-outlined[type="submit"]:hover {
  background-color: #23d160;
  border-color: #23d160;
  color: #fff;
}
.button.is-success.is-outlined.is-loading:after,
form .is-success.is-outlined.is-loading[type="submit"]:after {
  border-color: transparent transparent #23d160 #23d160 !important;
}
.button.is-success.is-outlined.is-loading.is-focused:after,
.button.is-success.is-outlined.is-loading.is-hovered:after,
.button.is-success.is-outlined.is-loading:focus:after,
.button.is-success.is-outlined.is-loading:hover:after,
form .is-success.is-outlined.is-loading.is-focused[type="submit"]:after,
form .is-success.is-outlined.is-loading.is-hovered[type="submit"]:after,
form .is-success.is-outlined.is-loading[type="submit"]:focus:after,
form .is-success.is-outlined.is-loading[type="submit"]:hover:after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-success.is-outlined[disabled],
fieldset[disabled] .button.is-success.is-outlined,
fieldset[disabled] form .is-success.is-outlined[type="submit"],
form .is-success.is-outlined[disabled][type="submit"],
form fieldset[disabled] .is-success.is-outlined[type="submit"] {
  background-color: transparent;
  border-color: #23d160;
  box-shadow: none;
  color: #23d160;
}
.button.is-success.is-inverted.is-outlined,
form .is-success.is-inverted.is-outlined[type="submit"] {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.button.is-success.is-inverted.is-outlined.is-focused,
.button.is-success.is-inverted.is-outlined.is-hovered,
.button.is-success.is-inverted.is-outlined:focus,
.button.is-success.is-inverted.is-outlined:hover,
form .is-success.is-inverted.is-outlined.is-focused[type="submit"],
form .is-success.is-inverted.is-outlined.is-hovered[type="submit"],
form .is-success.is-inverted.is-outlined[type="submit"]:focus,
form .is-success.is-inverted.is-outlined[type="submit"]:hover {
  background-color: #fff;
  color: #23d160;
}
.button.is-success.is-inverted.is-outlined.is-loading.is-focused:after,
.button.is-success.is-inverted.is-outlined.is-loading.is-hovered:after,
.button.is-success.is-inverted.is-outlined.is-loading:focus:after,
.button.is-success.is-inverted.is-outlined.is-loading:hover:after,
form
  .is-success.is-inverted.is-outlined.is-loading.is-focused[type="submit"]:after,
form
  .is-success.is-inverted.is-outlined.is-loading.is-hovered[type="submit"]:after,
form .is-success.is-inverted.is-outlined.is-loading[type="submit"]:focus:after,
form .is-success.is-inverted.is-outlined.is-loading[type="submit"]:hover:after {
  border-color: transparent transparent #23d160 #23d160 !important;
}
.button.is-success.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-success.is-inverted.is-outlined,
fieldset[disabled] form .is-success.is-inverted.is-outlined[type="submit"],
form .is-success.is-inverted.is-outlined[disabled][type="submit"],
form fieldset[disabled] .is-success.is-inverted.is-outlined[type="submit"] {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}
.button.is-warning,
form .is-warning[type="submit"] {
  background-color: #ffdd57;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-warning.is-hovered,
.button.is-warning:hover,
form .is-warning.is-hovered[type="submit"],
form .is-warning[type="submit"]:hover {
  background-color: #ffdb4a;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-warning.is-focused,
.button.is-warning:focus,
form .is-warning.is-focused[type="submit"],
form .is-warning[type="submit"]:focus {
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-warning.is-focused:not(:active),
.button.is-warning:focus:not(:active),
form .is-warning.is-focused[type="submit"]:not(:active),
form .is-warning[type="submit"]:focus:not(:active) {
  box-shadow: 0 rgba(255, 221, 87, 0.25);
}
.button.is-warning.is-active,
.button.is-warning:active,
form .is-warning.is-active[type="submit"],
form .is-warning[type="submit"]:active {
  background-color: #ffd83d;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-warning[disabled],
fieldset[disabled] .button.is-warning,
fieldset[disabled] form .is-warning[type="submit"],
form .is-warning[disabled][type="submit"],
form fieldset[disabled] .is-warning[type="submit"] {
  background-color: #ffdd57;
  border-color: transparent;
  box-shadow: none;
}
.button.is-warning.is-inverted,
form .is-warning.is-inverted[type="submit"] {
  background-color: rgba(0, 0, 0, 0.7);
  color: #ffdd57;
}
.button.is-warning.is-inverted.is-hovered,
.button.is-warning.is-inverted:hover,
form .is-warning.is-inverted.is-hovered[type="submit"],
form .is-warning.is-inverted[type="submit"]:hover {
  background-color: rgba(0, 0, 0, 0.7);
}
.button.is-warning.is-inverted[disabled],
fieldset[disabled] .button.is-warning.is-inverted,
fieldset[disabled] form .is-warning.is-inverted[type="submit"],
form .is-warning.is-inverted[disabled][type="submit"],
form fieldset[disabled] .is-warning.is-inverted[type="submit"] {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: transparent;
  box-shadow: none;
  color: #ffdd57;
}
.button.is-warning.is-loading:after,
form .is-warning.is-loading[type="submit"]:after {
  border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
}
.button.is-warning.is-outlined,
form .is-warning.is-outlined[type="submit"] {
  background-color: transparent;
  border-color: #ffdd57;
  color: #ffdd57;
}
.button.is-warning.is-outlined.is-focused,
.button.is-warning.is-outlined.is-hovered,
.button.is-warning.is-outlined:focus,
.button.is-warning.is-outlined:hover,
form .is-warning.is-outlined.is-focused[type="submit"],
form .is-warning.is-outlined.is-hovered[type="submit"],
form .is-warning.is-outlined[type="submit"]:focus,
form .is-warning.is-outlined[type="submit"]:hover {
  background-color: #ffdd57;
  border-color: #ffdd57;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-warning.is-outlined.is-loading:after,
form .is-warning.is-outlined.is-loading[type="submit"]:after {
  border-color: transparent transparent #ffdd57 #ffdd57 !important;
}
.button.is-warning.is-outlined.is-loading.is-focused:after,
.button.is-warning.is-outlined.is-loading.is-hovered:after,
.button.is-warning.is-outlined.is-loading:focus:after,
.button.is-warning.is-outlined.is-loading:hover:after,
form .is-warning.is-outlined.is-loading.is-focused[type="submit"]:after,
form .is-warning.is-outlined.is-loading.is-hovered[type="submit"]:after,
form .is-warning.is-outlined.is-loading[type="submit"]:focus:after,
form .is-warning.is-outlined.is-loading[type="submit"]:hover:after {
  border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
}
.button.is-warning.is-outlined[disabled],
fieldset[disabled] .button.is-warning.is-outlined,
fieldset[disabled] form .is-warning.is-outlined[type="submit"],
form .is-warning.is-outlined[disabled][type="submit"],
form fieldset[disabled] .is-warning.is-outlined[type="submit"] {
  background-color: transparent;
  border-color: #ffdd57;
  box-shadow: none;
  color: #ffdd57;
}
.button.is-warning.is-inverted.is-outlined,
form .is-warning.is-inverted.is-outlined[type="submit"] {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.7);
  color: rgba(0, 0, 0, 0.7);
}
.button.is-warning.is-inverted.is-outlined.is-focused,
.button.is-warning.is-inverted.is-outlined.is-hovered,
.button.is-warning.is-inverted.is-outlined:focus,
.button.is-warning.is-inverted.is-outlined:hover,
form .is-warning.is-inverted.is-outlined.is-focused[type="submit"],
form .is-warning.is-inverted.is-outlined.is-hovered[type="submit"],
form .is-warning.is-inverted.is-outlined[type="submit"]:focus,
form .is-warning.is-inverted.is-outlined[type="submit"]:hover {
  background-color: rgba(0, 0, 0, 0.7);
  color: #ffdd57;
}
.button.is-warning.is-inverted.is-outlined.is-loading.is-focused:after,
.button.is-warning.is-inverted.is-outlined.is-loading.is-hovered:after,
.button.is-warning.is-inverted.is-outlined.is-loading:focus:after,
.button.is-warning.is-inverted.is-outlined.is-loading:hover:after,
form
  .is-warning.is-inverted.is-outlined.is-loading.is-focused[type="submit"]:after,
form
  .is-warning.is-inverted.is-outlined.is-loading.is-hovered[type="submit"]:after,
form .is-warning.is-inverted.is-outlined.is-loading[type="submit"]:focus:after,
form .is-warning.is-inverted.is-outlined.is-loading[type="submit"]:hover:after {
  border-color: transparent transparent #ffdd57 #ffdd57 !important;
}
.button.is-warning.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-warning.is-inverted.is-outlined,
fieldset[disabled] form .is-warning.is-inverted.is-outlined[type="submit"],
form .is-warning.is-inverted.is-outlined[disabled][type="submit"],
form fieldset[disabled] .is-warning.is-inverted.is-outlined[type="submit"] {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.7);
  box-shadow: none;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-danger,
form .is-danger[type="submit"] {
  background-color: #ff3860;
  border-color: transparent;
  color: #fff;
}
.button.is-danger.is-hovered,
.button.is-danger:hover,
form .is-danger.is-hovered[type="submit"],
form .is-danger[type="submit"]:hover {
  background-color: #ff2b56;
  border-color: transparent;
  color: #fff;
}
.button.is-danger.is-focused,
.button.is-danger:focus,
form .is-danger.is-focused[type="submit"],
form .is-danger[type="submit"]:focus {
  border-color: transparent;
  color: #fff;
}
.button.is-danger.is-focused:not(:active),
.button.is-danger:focus:not(:active),
form .is-danger.is-focused[type="submit"]:not(:active),
form .is-danger[type="submit"]:focus:not(:active) {
  box-shadow: 0 rgba(255, 56, 96, 0.25);
}
.button.is-danger.is-active,
.button.is-danger:active,
form .is-danger.is-active[type="submit"],
form .is-danger[type="submit"]:active {
  background-color: #ff1f4b;
  border-color: transparent;
  color: #fff;
}
.button.is-danger[disabled],
fieldset[disabled] .button.is-danger,
fieldset[disabled] form .is-danger[type="submit"],
form .is-danger[disabled][type="submit"],
form fieldset[disabled] .is-danger[type="submit"] {
  background-color: #ff3860;
  border-color: transparent;
  box-shadow: none;
}
.button.is-danger.is-inverted,
form .is-danger.is-inverted[type="submit"] {
  background-color: #fff;
  color: #ff3860;
}
.button.is-danger.is-inverted.is-hovered,
.button.is-danger.is-inverted:hover,
form .is-danger.is-inverted.is-hovered[type="submit"],
form .is-danger.is-inverted[type="submit"]:hover {
  background-color: #f2f2f2;
}
.button.is-danger.is-inverted[disabled],
fieldset[disabled] .button.is-danger.is-inverted,
fieldset[disabled] form .is-danger.is-inverted[type="submit"],
form .is-danger.is-inverted[disabled][type="submit"],
form fieldset[disabled] .is-danger.is-inverted[type="submit"] {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #ff3860;
}
.button.is-danger.is-loading:after,
form .is-danger.is-loading[type="submit"]:after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-danger.is-outlined,
form .is-danger.is-outlined[type="submit"] {
  background-color: transparent;
  border-color: #ff3860;
  color: #ff3860;
}
.button.is-danger.is-outlined.is-focused,
.button.is-danger.is-outlined.is-hovered,
.button.is-danger.is-outlined:focus,
.button.is-danger.is-outlined:hover,
form .is-danger.is-outlined.is-focused[type="submit"],
form .is-danger.is-outlined.is-hovered[type="submit"],
form .is-danger.is-outlined[type="submit"]:focus,
form .is-danger.is-outlined[type="submit"]:hover {
  background-color: #ff3860;
  border-color: #ff3860;
  color: #fff;
}
.button.is-danger.is-outlined.is-loading:after,
form .is-danger.is-outlined.is-loading[type="submit"]:after {
  border-color: transparent transparent #ff3860 #ff3860 !important;
}
.button.is-danger.is-outlined.is-loading.is-focused:after,
.button.is-danger.is-outlined.is-loading.is-hovered:after,
.button.is-danger.is-outlined.is-loading:focus:after,
.button.is-danger.is-outlined.is-loading:hover:after,
form .is-danger.is-outlined.is-loading.is-focused[type="submit"]:after,
form .is-danger.is-outlined.is-loading.is-hovered[type="submit"]:after,
form .is-danger.is-outlined.is-loading[type="submit"]:focus:after,
form .is-danger.is-outlined.is-loading[type="submit"]:hover:after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-danger.is-outlined[disabled],
fieldset[disabled] .button.is-danger.is-outlined,
fieldset[disabled] form .is-danger.is-outlined[type="submit"],
form .is-danger.is-outlined[disabled][type="submit"],
form fieldset[disabled] .is-danger.is-outlined[type="submit"] {
  background-color: transparent;
  border-color: #ff3860;
  box-shadow: none;
  color: #ff3860;
}
.button.is-danger.is-inverted.is-outlined,
form .is-danger.is-inverted.is-outlined[type="submit"] {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.button.is-danger.is-inverted.is-outlined.is-focused,
.button.is-danger.is-inverted.is-outlined.is-hovered,
.button.is-danger.is-inverted.is-outlined:focus,
.button.is-danger.is-inverted.is-outlined:hover,
form .is-danger.is-inverted.is-outlined.is-focused[type="submit"],
form .is-danger.is-inverted.is-outlined.is-hovered[type="submit"],
form .is-danger.is-inverted.is-outlined[type="submit"]:focus,
form .is-danger.is-inverted.is-outlined[type="submit"]:hover {
  background-color: #fff;
  color: #ff3860;
}
.button.is-danger.is-inverted.is-outlined.is-loading.is-focused:after,
.button.is-danger.is-inverted.is-outlined.is-loading.is-hovered:after,
.button.is-danger.is-inverted.is-outlined.is-loading:focus:after,
.button.is-danger.is-inverted.is-outlined.is-loading:hover:after,
form
  .is-danger.is-inverted.is-outlined.is-loading.is-focused[type="submit"]:after,
form
  .is-danger.is-inverted.is-outlined.is-loading.is-hovered[type="submit"]:after,
form .is-danger.is-inverted.is-outlined.is-loading[type="submit"]:focus:after,
form .is-danger.is-inverted.is-outlined.is-loading[type="submit"]:hover:after {
  border-color: transparent transparent #ff3860 #ff3860 !important;
}
.button.is-danger.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-danger.is-inverted.is-outlined,
fieldset[disabled] form .is-danger.is-inverted.is-outlined[type="submit"],
form .is-danger.is-inverted.is-outlined[disabled][type="submit"],
form fieldset[disabled] .is-danger.is-inverted.is-outlined[type="submit"] {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}
.button.is-small,
form .is-small[type="submit"] {
  border-radius: 2px;
  font-size: 0.75rem;
}
.button.is-normal,
form .is-normal[type="submit"] {
  font-size: 1rem;
}
.button.is-medium,
form .is-medium[type="submit"] {
  font-size: 1.25rem;
}
.button.is-large,
form .is-large[type="submit"] {
  font-size: 1.5rem;
}
.button[disabled],
fieldset[disabled] .button,
fieldset[disabled] form [type="submit"],
form [disabled][type="submit"],
form fieldset[disabled] [type="submit"] {
  background-color: #fff;
  border-color: #dbdbdb;
  box-shadow: none;
  opacity: 0.5;
}
.button.is-fullwidth,
form .is-fullwidth[type="submit"] {
  display: -webkit-box;
  display: flex;
  width: 100%;
}
.button.is-loading,
form .is-loading[type="submit"] {
  color: transparent !important;
  pointer-events: none;
}
.button.is-loading:after,
form .is-loading[type="submit"]:after {
  position: absolute;
  left: calc(50% - 0.5em);
  top: calc(50% - 0.5em);
  position: absolute !important;
}
.button.is-static,
form .is-static[type="submit"] {
  background-color: #f5f5f5;
  border-color: #dbdbdb;
  color: #6b6b6b;
  box-shadow: none;
  pointer-events: none;
}
.button.is-rounded,
form .is-rounded[type="submit"] {
  border-radius: 290486px;
  padding-left: 1em;
  padding-right: 1em;
}
.buttons {
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.buttons .button,
.buttons form [type="submit"],
form .buttons [type="submit"] {
  margin-bottom: 0.5rem;
}
.buttons .button:not(:last-child):not(.is-fullwidth),
.buttons form [type="submit"]:not(:last-child):not(.is-fullwidth),
form .buttons [type="submit"]:not(:last-child):not(.is-fullwidth) {
  margin-right: 0.5rem;
}
.buttons:last-child {
  margin-bottom: -0.5rem;
}
.buttons:not(:last-child) {
  margin-bottom: 1rem;
}
.buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large),
.buttons.are-small
  form
  [type="submit"]:not(.is-normal):not(.is-medium):not(.is-large),
form
  .buttons.are-small
  [type="submit"]:not(.is-normal):not(.is-medium):not(.is-large) {
  border-radius: 2px;
  font-size: 0.75rem;
}
.buttons.are-medium .button:not(.is-small):not(.is-normal):not(.is-large),
.buttons.are-medium
  form
  [type="submit"]:not(.is-small):not(.is-normal):not(.is-large),
form
  .buttons.are-medium
  [type="submit"]:not(.is-small):not(.is-normal):not(.is-large) {
  font-size: 1.25rem;
}
.buttons.are-large .button:not(.is-small):not(.is-normal):not(.is-medium),
.buttons.are-large
  form
  [type="submit"]:not(.is-small):not(.is-normal):not(.is-medium),
form
  .buttons.are-large
  [type="submit"]:not(.is-small):not(.is-normal):not(.is-medium) {
  font-size: 1.5rem;
}
.buttons.has-addons .button:not(:first-child),
.buttons.has-addons form [type="submit"]:not(:first-child),
form .buttons.has-addons [type="submit"]:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.buttons.has-addons .button:not(:last-child),
.buttons.has-addons form [type="submit"]:not(:last-child),
form .buttons.has-addons [type="submit"]:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  margin-right: -1px;
}
.buttons.has-addons .button:last-child,
.buttons.has-addons form [type="submit"]:last-child,
form .buttons.has-addons [type="submit"]:last-child {
  margin-right: 0;
}
.buttons.has-addons .button.is-hovered,
.buttons.has-addons .button:hover,
.buttons.has-addons form .is-hovered[type="submit"],
.buttons.has-addons form [type="submit"]:hover,
form .buttons.has-addons .is-hovered[type="submit"],
form .buttons.has-addons [type="submit"]:hover {
  z-index: 2;
}
.buttons.has-addons .button.is-active,
.buttons.has-addons .button.is-focused,
.buttons.has-addons .button.is-selected,
.buttons.has-addons .button:active,
.buttons.has-addons .button:focus,
.buttons.has-addons form .is-active[type="submit"],
.buttons.has-addons form .is-focused[type="submit"],
.buttons.has-addons form .is-selected[type="submit"],
.buttons.has-addons form [type="submit"]:active,
.buttons.has-addons form [type="submit"]:focus,
form .buttons.has-addons .is-active[type="submit"],
form .buttons.has-addons .is-focused[type="submit"],
form .buttons.has-addons .is-selected[type="submit"],
form .buttons.has-addons [type="submit"]:active,
form .buttons.has-addons [type="submit"]:focus {
  z-index: 3;
}
.buttons.has-addons .button.is-active:hover,
.buttons.has-addons .button.is-focused:hover,
.buttons.has-addons .button.is-selected:hover,
.buttons.has-addons .button:active:hover,
.buttons.has-addons .button:focus:hover,
.buttons.has-addons form .is-active[type="submit"]:hover,
.buttons.has-addons form .is-focused[type="submit"]:hover,
.buttons.has-addons form .is-selected[type="submit"]:hover,
.buttons.has-addons form [type="submit"]:active:hover,
.buttons.has-addons form [type="submit"]:focus:hover,
form .buttons.has-addons .is-active[type="submit"]:hover,
form .buttons.has-addons .is-focused[type="submit"]:hover,
form .buttons.has-addons .is-selected[type="submit"]:hover,
form .buttons.has-addons [type="submit"]:active:hover,
form .buttons.has-addons [type="submit"]:focus:hover {
  z-index: 4;
}
.buttons.has-addons .button.is-expanded,
.buttons.has-addons form .is-expanded[type="submit"],
form .buttons.has-addons .is-expanded[type="submit"] {
  -webkit-box-flex: 1;
  flex-grow: 1;
  flex-shrink: 1;
}
.buttons.is-centered {
  -webkit-box-pack: center;
  justify-content: center;
}
.buttons.is-centered:not(.has-addons) .button:not(.is-fullwidth),
.buttons.is-centered:not(.has-addons) form [type="submit"]:not(.is-fullwidth),
form .buttons.is-centered:not(.has-addons) [type="submit"]:not(.is-fullwidth) {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.buttons.is-right {
  -webkit-box-pack: end;
  justify-content: flex-end;
}
.buttons.is-right:not(.has-addons) .button:not(.is-fullwidth),
.buttons.is-right:not(.has-addons) form [type="submit"]:not(.is-fullwidth),
form .buttons.is-right:not(.has-addons) [type="submit"]:not(.is-fullwidth) {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.load-hidden {
  visibility: hidden;
}
ul:not([class]) li {
  position: relative;
  padding-left: 1.7em;
}
ul:not([class]) li:before {
  content: "";
  position: absolute;
  left: 0;
  width: 18px;
  height: 18px;
  background: url("data:image/svg+xml;utf8,<?xml version='1.0' encoding='utf-8'?><svg width='18' height='18' viewBox='0 0 106 106' xmlns='http://www.w3.org/2000/svg'><path d='M44.7,85.2C45.4,84,82.1,12.1,83,10.1c3.4-7.4,13.7-11.9,21.5-9.5c1.6,0.5,2.4,1.2,1.6,3.1C93.7,30.6,65.2,90.2,62.4,93.7 c-4,5-13.3,8-19.5,9.4c-6.3,1.4-11.9,0.1-16.1-4.9c-3.5-4.2-7-8.5-9.9-13.2C11.3,75.9,6.2,66.6,1,57.3C-0.6,54.5-0.3,53,2.3,51 c4.5-3.5,9.7-5.2,15.4-5.1c2.7,0,4.5,1.4,5.9,3.8C29.5,60.4,43.5,83.6,44.7,85.2z'/></svg>")
    no-repeat;
}
@media screen and (min-width: 1040px) {
  ul:not([class]) li:before {
    top: 0.2em;
  }
}
.content-page__intro,
.content-page__intro a {
  color: #fff;
}
.content-page__intro h2 {
  max-width: 200px;
  margin: 0 0 30px;
}
.content-page__intro-text {
  max-width: 700px;
}
.content-page__content {
  padding: 80px 0 0;
  background-attachment: fixed;
}
@media screen and (min-width: 1040px) {
  .content-page__content {
    padding: 80px 0 120px;
  }
}
.content-page__content h2 {
  margin: 60px 0 40px;
  color: #fff;
}
.content-page__content-text-after {
  color: #fff;
  max-width: 940px;
  padding: 1px;
}
.content-page__content-text-after > div {
  margin: 120px 0 50px;
}
.wrap {
  min-width: 320px;
  min-height: 100vh;
}
.section {
  margin-top: 5rem;
  margin-bottom: 5rem;
  position: relative;
  width: 100%;
}
.section.is-static {
  position: static;
}
.section.is-spacing-l {
  margin-top: 7.5rem;
  margin-bottom: 7.5rem;
}
.section.no-marg-top {
  margin-top: 0;
}
.section.no-marg-bottom {
  margin-bottom: 0;
}
.container {
  padding-left: 20px;
  padding-right: 20px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1352px;
}
@media print, screen and (min-width: 769px) {
  .container {
    padding-left: 40px;
  }
}
@media screen and (min-width: 1040px) {
  .container {
    padding-left: 60px;
  }
}
@media print, screen and (min-width: 769px) {
  .container {
    padding-right: 40px;
  }
}
@media screen and (min-width: 1040px) {
  .container {
    padding-right: 60px;
  }
}
.container.is-spacing-sm {
  padding-left: 20px;
  padding-right: 20px;
}
@media print, screen and (min-width: 769px) {
  .container.is-spacing-sm {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.container.is-spacing-l {
  padding-left: 20px;
  padding-right: 20px;
}
@media print, screen and (min-width: 769px) {
  .container.is-spacing-l {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 1040px) {
  .container.is-spacing-l {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (min-width: 1232px) {
  .container.is-spacing-l {
    padding-left: 160px;
    padding-right: 160px;
  }
}
.container.is-fixed {
  padding-left: 20px;
  padding-right: 20px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1544px;
}
@media print, screen and (min-width: 769px) {
  .container.is-fixed {
    padding-left: 40px;
  }
}
@media screen and (min-width: 1040px) {
  .container.is-fixed {
    padding-left: 60px;
  }
}
@media print, screen and (min-width: 769px) {
  .container.is-fixed {
    padding-right: 40px;
  }
}
@media screen and (min-width: 1040px) {
  .container.is-fixed {
    padding-right: 60px;
  }
}
.container.is-fixed.m-widescreen {
  max-width: 1352px;
}
.container.is-fixed.m-desktop {
  max-width: 1160px;
}
.container.is-fixed.m-tablet {
  max-width: 809px;
}
.container.is-fixed.m-mobile {
  max-width: 499px;
}
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
textarea {
  display: block;
  height: auto;
  width: 100%;
  max-width: 100%;
  padding: 0.375rem 0.75rem !important;
  line-height: 1.5;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
  border-radius: 0.25rem;
}
[type="checkbox"],
[type="radio"] {
  width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
  border-radius: 2px;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  cursor: pointer;
  outline: 0;
  margin-right: 10px !important;
  display: inline-block !important;
  vertical-align: middle;
  top: -1px;
  border: 1.2px solid transparent !important;
  background: hsla(0, 0%, 50.2%, 0.25);
  box-shadow: none;
  opacity: 0.6;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
[type="checkbox"]:hover,
[type="radio"]:hover {
  opacity: 1;
}
[type="checkbox"]:checked,
[type="radio"]:checked {
  opacity: 1;
  border-color: inherit !important;
  background: transparent !important;
}
[type="checkbox"]:checked:after,
[type="radio"]:checked:after {
  content: "";
  display: block;
  line-height: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform-origin: center;
  transform-origin: center;
}
[type="radio"] {
  border-radius: 100%;
}
[type="radio"]:checked:after {
  width: 4px;
  height: 4px;
  border-radius: 100%;
  border: 2px solid;
  border-color: inherit;
}
[type="checkbox"]:checked:after {
  width: 4px;
  height: 7px;
  border-style: solid;
  border-color: inherit;
  border-width: 0 2px 2px 0;
  top: -1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
select {
  display: inline-block;
  padding: 0.375rem 1.75rem 0.375rem 0.75rem !important;
  line-height: 1.5;
  vertical-align: middle;
  background: #fff
    url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E")
    no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  max-width: 100%;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
.validation_error {
  margin: 20px 0;
}
.validation_message {
  font-size: 12px;
  margin: 5px 0 20px;
  opacity: 0.7;
  color: red;
}
.ginput_complex {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.ginput_complex > * {
  -webkit-box-flex: 1;
  flex: 1 1 100%;
  max-width: calc(50% - 5px);
}
.gform_confirmation_message {
  margin-bottom: 20px;
}
.gform_confirmation_message h2 {
  font-size: 24px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.gform_confirmation_message h2 i {
  zoom: 0.7;
  margin-left: 10px;
}
.hidden_label > label {
  display: none;
}
form {
  margin-bottom: 30px;
}
form label {
  font-size: 8px;
  letter-spacing: 1.6px;
  color: #a8a8a8;
  padding-left: 15px;
  text-transform: uppercase;
}
form button,
form input,
form select {
  height: 40px !important;
}
form [type="submit"] {
  width: 100%;
  height: 50px !important;
}
form [type="submit"] i {
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMS4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMxLjQ5IDMxLjQ5IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMS40OSAzMS40OTsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSI1MTJweCIgaGVpZ2h0PSI1MTJweCI+CjxwYXRoIGQ9Ik0yMS4yMDUsNS4wMDdjLTAuNDI5LTAuNDQ0LTEuMTQzLTAuNDQ0LTEuNTg3LDBjLTAuNDI5LDAuNDI5LTAuNDI5LDEuMTQzLDAsMS41NzFsOC4wNDcsOC4wNDdIMS4xMTEgIEMwLjQ5MiwxNC42MjYsMCwxNS4xMTgsMCwxNS43MzdjMCwwLjYxOSwwLjQ5MiwxLjEyNywxLjExMSwxLjEyN2gyNi41NTRsLTguMDQ3LDguMDMyYy0wLjQyOSwwLjQ0NC0wLjQyOSwxLjE1OSwwLDEuNTg3ICBjMC40NDQsMC40NDQsMS4xNTksMC40NDQsMS41ODcsMGw5Ljk1Mi05Ljk1MmMwLjQ0NC0wLjQyOSwwLjQ0NC0xLjE0MywwLTEuNTcxTDIxLjIwNSw1LjAwN3oiIGZpbGw9IiMwMDAwMDAiLz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
  background-size: 100%;
}
.gform_fields {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: end;
  align-items: flex-end;
}
.gform_fields > li {
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
  margin-bottom: 5px;
}
.gform_fields > li.country-select {
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  width: auto;
  max-width: 170px;
}
.gform_fields > li.country-select select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.gform_fields > li.phone-input {
  -webkit-box-flex: 1;
  flex: 1 0 auto;
  width: auto;
  max-width: calc(100% - 170px);
}
.gform_fields > li.phone-input input {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.gform_footer {
  margin-top: 20px;
}
.modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.modal .form-confirmation {
  text-transform: uppercase;
  max-width: 490px;
  margin: auto;
  font-size: 13px;
}
.modal .form-confirmation .fb-send-to-messenger {
  width: 140px !important;
  display: block !important;
  margin: auto;
}
.modal .form-confirmation .button-fb {
  background: #0084ff;
  color: #fff;
  font-size: 13px;
  min-height: 45px;
}
.modal .form-confirmation .button-fb:hover {
  background: #007aea;
}
.modal .form-confirmation .button-fb i {
  margin: 0 15px 0 0;
}
.modal .form-confirmation h2 {
  font-size: 25px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.modal .form-confirmation h2 i {
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
}
.modal .form-confirmation h3 {
  font-size: 20px;
  color: #0092ff;
  margin-top: 20px;
  letter-spacing: 0;
}
.modal .form-confirmation ul {
  letter-spacing: 1.6px;
  list-style: disc;
  margin-left: 15px;
}
.modal .form-confirmation ul li {
  margin-top: 2px;
}
.modal .form-confirmation b {
  letter-spacing: 1.6px;
  font-weight: 900;
}
.modal .form-confirmation p {
  letter-spacing: 1.6px;
  margin-top: 25px;
}
.enter-code-active .modal[data-modal="enter-code"],
.enter-vip-code-active .modal[data-modal="enter-vip-code"],
.get-vip-access-active .modal[data-modal="get-vip-access"] {
  opacity: 1;
  pointer-events: auto;
}
.modal .close-modal {
  cursor: pointer;
  color: #a8a8a8;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.modal .close-modal:hover {
  color: #fff;
}
.modal .close-modal-after-submit {
  display: block;
}
.modal__background {
  background: rgba(0, 0, 0, 0.8);
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal__content {
  position: absolute;
  z-index: 2;
  background: #fff;
  border: 10px solid #000;
  width: calc(100% - 20px);
  max-width: 650px;
  padding: 20px;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  max-height: 100vh;
  overflow: unset;
}
@media screen and (min-width: 1040px) {
  .modal__content {
    padding: 40px 40px 50px;
  }
}
[data-modal="enter-vip-code"] .modal__content,
[data-modal="enter-code"] .modal__content {
  max-width: 568px;
}
.modal__content-error {
  text-transform: uppercase;
  font-size: 10px;
  color: #a5653b;
}
.modal__content-text {
  text-align: center;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 1.6px;
}
.modal__content-text h2 {
  font-size: 24px;
  margin-bottom: 15px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.modal__content-text h2 i {
  zoom: 0.6;
}
.modal__content-text h3 {
  font-size: 18px;
  letter-spacing: 0;
  margin-bottom: 20px;
  line-height: 1;
}
[data-modal="get-vip-access"] .modal__content-text h3 {
  margin-top: 20px;
}
.modal__content-text div {
  max-width: 300px;
  margin: auto;
}
.modal__content-text button {
  background-color: #1994fc !important;
  color: #fff !important;
  border-color: #1994fc !important;
  margin: 10px 0;
  font-size: 13px !important;
  letter-spacing: 3px !important;
}
.modal__content-text button i {
  display: none;
}
.modal__close {
  position: absolute;
  background: #000;
  height: 35px;
  width: 35px;
  top: -22px;
  right: -22px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  border-radius: 90px;
  cursor: pointer;
}
.modal__close svg {
  height: 12px;
  width: 12px;
  color: #fff;
}
.modal form.apply-vip {
  margin-top: 15px;
}
.modal form.apply-vip button {
  margin-left: 14px;
  font-size: 8px !important;
  letter-spacing: 2px;
  height: 40px !important;
  -webkit-box-flex: 0 !important;
  flex: 0 0 auto !important;
  width: auto;
}
.modal .gform_confirmation_message {
  text-align: center;
  margin: 30px 0;
}
.enter-code-active .footer-main,
.enter-vip-code-active .footer-main,
.enter-vip-code-active .wrap,
.enter-code-active .wrap,
.get-vip-access-active .footer-main,
.get-vip-access-active .wrap {
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.form-id-2-submitted [data-modal="get-vip-access"] .modal__content-intro,
.form-id-2-submitted [data-modal="get-vip-access"] .no-thanks {
  display: none;
}
.form-id-2-submitted [data-modal="get-vip-access"] .close-modal-after-submit {
  display: block;
}
.menu .menu-item {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.menu .menu-item:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.menu .menu-item.menu-item-has-children > a > span {
  padding-right: 15px;
}
.menu .menu-item.menu-item-has-children > a[href="#"] {
  pointer-events: none;
}
.menu .menu-item.menu-item-has-children > a:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  margin-left: auto;
  border-bottom: 1px solid;
  border-right: 1px solid;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: center;
  transform-origin: center;
  position: absolute;
  right: 1px;
  top: calc(50% - 7px);
}
.menu-desktop-state .sub-menu {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.2s 0.3s;
  transition: 0.2s 0.3s;
  background: #fff;
  border-radius: 4px;
  left: 0;
  top: 100%;
}
.menu-desktop-state .sub-menu .sub-menu {
  left: 100%;
  top: 0;
}
.menu-desktop-state .sub-menu .menu-item-has-children > a:after {
  right: 10px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.menu-mobile-state .sub-menu {
  width: 100%;
  -webkit-box-flex: 1;
  flex: 1 1 100%;
  display: none;
}
.menu-mobile-state li {
  display: block;
  -webkit-box-flex: 1;
  flex: 1 1 100%;
}
.menu-mobile-state .menu-item-has-children.active > .sub-menu {
  display: block;
}
.accordion {
  margin-left: -20px;
  margin-right: -20px;
  max-width: 940px;
}
@media screen and (min-width: 1040px) {
  .accordion {
    margin-left: 0;
    margin-right: 0;
  }
}
.accordion-contents {
  background: #fff;
  margin-top: -1px;
}
.accordion-contents:nth-child(2n) {
  background: #f7f7f7;
}
.accordion-title {
  cursor: pointer;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 24px 20px;
  font-weight: 600;
}
@media screen and (min-width: 1040px) {
  .accordion-title {
    padding: 35px;
  }
}
.accordion-title span {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.active .accordion-title span {
  -webkit-transform: translateX(0) !important;
  transform: translateX(0) !important;
}
.accordion-title span i {
  margin-right: 10px;
}
.accordion-title:hover span {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}
.accordion-title svg {
  width: 13px;
  height: 13px;
  -webkit-box-flex: 0;
  flex: 0 0 16px;
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@media screen and (min-width: 1040px) {
  .accordion-title svg {
    width: 16px;
    height: 16px;
  }
}
.active .accordion-title svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.accordion-content {
  padding-bottom: 5px;
}
.accordion-content-wrapper {
  overflow: hidden;
  opacity: 0;
  max-height: 0;
  -webkit-transition: max-height 0.3s, opacity 1s;
  transition: max-height 0.3s, opacity 1s;
  will-change: max-height, opacity;
  z-index: 8;
  position: relative;
  margin: 0 20px;
  top: -5px;
}
@media screen and (min-width: 1040px) {
  .accordion-content-wrapper {
    top: -15px;
    margin: 0 10px;
  }
}
.active .accordion-content-wrapper {
  opacity: 1;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.fade-enter-active,
.fade-leave-active {
  -webkit-transition: opacity 0.7s ease-out;
  transition: opacity 0.7s ease-out;
}
.fade-enter,
.fade-leave-to {
  opacity: 0;
}
@font-face {
  font-family: aktiv-grotesk-condensed;
  src: url(fonts/aktiv-grotesk-condensed-700.woff2) format("woff2"),
    url(fonts/aktiv-grotesk-condensed-700.woff) format("woff");
  font-display: auto;
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: aktiv-grotesk-extended;
  src: url(fonts/aktiv-grotesk-extended-300.woff2) format("woff2"),
    url(fonts/aktiv-grotesk-extended-300.woff) format("woff");
  font-display: auto;
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: aktiv-grotesk-extended;
  src: url(fonts/aktiv-grotesk-extended-500.woff2) format("woff2"),
    url(fonts/aktiv-grotesk-extended-500.woff) format("woff");
  font-display: auto;
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: aktiv-grotesk-extended;
  src: url(fonts/aktiv-grotesk-extended-700.woff2) format("woff2"),
    url(fonts/aktiv-grotesk-extended-700.woff) format("woff");
  font-display: auto;
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: aktiv-grotesk-extended;
  src: url(fonts/aktiv-grotesk-extended-900.woff2) format("woff2"),
    url(fonts/aktiv-grotesk-extended-900.woff) format("woff");
  font-display: auto;
  font-style: normal;
  font-weight: 900;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: aktiv-grotesk-extended, sans-serif;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media screen and (min-width: 1040px) {
  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    letter-spacing: 3px;
  }
}
@media screen and (min-width: 1040px) {
  html {
    font-size: 18px;
  }
}
.h1,
h1 {
  font-size: 24px;
}
@media print, screen and (min-width: 769px) {
  .h1,
  h1 {
    font-size: 48px;
  }
}
.h2,
h2 {
  font-size: 18px;
  line-height: 1;
}
@media screen and (min-width: 1040px) {
  .h2,
  h2 {
    font-size: 36px;
  }
}
.h3,
h3 {
  font-size: 16px;
}
@media screen and (min-width: 1040px) {
  .h3,
  h3 {
    font-size: 26px;
  }
}
strong {
  font-weight: 600;
}
p {
  margin-bottom: 30px;
}
.content h2 {
  margin-bottom: 20px;
}
.content h3 {
  margin: 30px 0;
}
#main {
  padding-top: 68px;
}
@media print, screen and (min-width: 769px) {
  #main {
    padding-top: 100px;
  }
}
a:not(.button):not(.nav__link):not(.link) {
  text-decoration: underline;
}
a:not(.button):not(.nav__link):not(.link):hover {
  color: #ff0000;
}
.has-marg-top-auto {
  margin-top: auto;
}
.has-marg-top {
  margin-top: 1rem;
}
@media print, screen and (min-width: 769px) {
  .has-marg-top {
    margin-top: 1.25rem;
  }
}
@media screen and (min-width: 1040px) {
  .has-marg-top {
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 1232px) {
  .has-marg-top {
    margin-top: 1.75rem;
  }
}
@media screen and (min-width: 1424px) {
  .has-marg-top {
    margin-top: 2rem;
  }
}
.has-marg-top-xs {
  margin-top: 0.5rem;
}
@media print, screen and (min-width: 769px) {
  .has-marg-top-xs {
    margin-top: 0.625rem;
  }
}
@media screen and (min-width: 1040px) {
  .has-marg-top-xs {
    margin-top: 0.75rem;
  }
}
@media screen and (min-width: 1232px) {
  .has-marg-top-xs {
    margin-top: 0.875rem;
  }
}
@media screen and (min-width: 1424px) {
  .has-marg-top-xs {
    margin-top: 1rem;
  }
}
.has-marg-top-s {
  margin-top: 0.75rem;
}
@media print, screen and (min-width: 769px) {
  .has-marg-top-s {
    margin-top: 0.9375rem;
  }
}
@media screen and (min-width: 1040px) {
  .has-marg-top-s {
    margin-top: 1.125rem;
  }
}
@media screen and (min-width: 1232px) {
  .has-marg-top-s {
    margin-top: 1.3125rem;
  }
}
@media screen and (min-width: 1424px) {
  .has-marg-top-s {
    margin-top: 1.5rem;
  }
}
.has-marg-top-l {
  margin-top: 1.5rem;
}
@media print, screen and (min-width: 769px) {
  .has-marg-top-l {
    margin-top: 1.875rem;
  }
}
@media screen and (min-width: 1040px) {
  .has-marg-top-l {
    margin-top: 2.25rem;
  }
}
@media screen and (min-width: 1232px) {
  .has-marg-top-l {
    margin-top: 2.625rem;
  }
}
@media screen and (min-width: 1424px) {
  .has-marg-top-l {
    margin-top: 3rem;
  }
}
.has-marg-top-xl {
  margin-top: 1.75rem;
}
@media print, screen and (min-width: 769px) {
  .has-marg-top-xl {
    margin-top: 2.1875rem;
  }
}
@media screen and (min-width: 1040px) {
  .has-marg-top-xl {
    margin-top: 2.625rem;
  }
}
@media screen and (min-width: 1232px) {
  .has-marg-top-xl {
    margin-top: 3.0625rem;
  }
}
@media screen and (min-width: 1424px) {
  .has-marg-top-xl {
    margin-top: 3.5rem;
  }
}
.has-marg-top-xxl {
  margin-top: 2rem;
}
@media print, screen and (min-width: 769px) {
  .has-marg-top-xxl {
    margin-top: 2.5rem;
  }
}
@media screen and (min-width: 1040px) {
  .has-marg-top-xxl {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 1232px) {
  .has-marg-top-xxl {
    margin-top: 3.5rem;
  }
}
@media screen and (min-width: 1424px) {
  .has-marg-top-xxl {
    margin-top: 4rem;
  }
}
.has-pad-top {
  padding-top: 1rem;
}
@media print, screen and (min-width: 769px) {
  .has-pad-top {
    padding-top: 1.25rem;
  }
}
@media screen and (min-width: 1040px) {
  .has-pad-top {
    padding-top: 1.5rem;
  }
}
@media screen and (min-width: 1232px) {
  .has-pad-top {
    padding-top: 1.75rem;
  }
}
@media screen and (min-width: 1424px) {
  .has-pad-top {
    padding-top: 2rem;
  }
}
.has-pad-top-xs {
  padding-top: 0.5rem;
}
@media print, screen and (min-width: 769px) {
  .has-pad-top-xs {
    padding-top: 0.625rem;
  }
}
@media screen and (min-width: 1040px) {
  .has-pad-top-xs {
    padding-top: 0.75rem;
  }
}
@media screen and (min-width: 1232px) {
  .has-pad-top-xs {
    padding-top: 0.875rem;
  }
}
@media screen and (min-width: 1424px) {
  .has-pad-top-xs {
    padding-top: 1rem;
  }
}
.has-pad-top-s {
  padding-top: 0.75rem;
}
@media print, screen and (min-width: 769px) {
  .has-pad-top-s {
    padding-top: 0.9375rem;
  }
}
@media screen and (min-width: 1040px) {
  .has-pad-top-s {
    padding-top: 1.125rem;
  }
}
@media screen and (min-width: 1232px) {
  .has-pad-top-s {
    padding-top: 1.3125rem;
  }
}
@media screen and (min-width: 1424px) {
  .has-pad-top-s {
    padding-top: 1.5rem;
  }
}
.has-pad-top-l {
  padding-top: 1.5rem;
}
@media print, screen and (min-width: 769px) {
  .has-pad-top-l {
    padding-top: 1.875rem;
  }
}
@media screen and (min-width: 1040px) {
  .has-pad-top-l {
    padding-top: 2.25rem;
  }
}
@media screen and (min-width: 1232px) {
  .has-pad-top-l {
    padding-top: 2.625rem;
  }
}
@media screen and (min-width: 1424px) {
  .has-pad-top-l {
    padding-top: 3rem;
  }
}
.has-pad-top-xl {
  padding-top: 1.75rem;
}
@media print, screen and (min-width: 769px) {
  .has-pad-top-xl {
    padding-top: 2.1875rem;
  }
}
@media screen and (min-width: 1040px) {
  .has-pad-top-xl {
    padding-top: 2.625rem;
  }
}
@media screen and (min-width: 1232px) {
  .has-pad-top-xl {
    padding-top: 3.0625rem;
  }
}
@media screen and (min-width: 1424px) {
  .has-pad-top-xl {
    padding-top: 3.5rem;
  }
}
.has-pad-top-xxl {
  padding-top: 2rem;
}
@media print, screen and (min-width: 769px) {
  .has-pad-top-xxl {
    padding-top: 2.5rem;
  }
}
@media screen and (min-width: 1040px) {
  .has-pad-top-xxl {
    padding-top: 3rem;
  }
}
@media screen and (min-width: 1232px) {
  .has-pad-top-xxl {
    padding-top: 3.5rem;
  }
}
@media screen and (min-width: 1424px) {
  .has-pad-top-xxl {
    padding-top: 4rem;
  }
}
.has-marg-bottom-auto {
  margin-bottom: auto;
}
.has-marg-bottom {
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 769px) {
  .has-marg-bottom {
    margin-bottom: 1.25rem;
  }
}
@media screen and (min-width: 1040px) {
  .has-marg-bottom {
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 1232px) {
  .has-marg-bottom {
    margin-bottom: 1.75rem;
  }
}
@media screen and (min-width: 1424px) {
  .has-marg-bottom {
    margin-bottom: 2rem;
  }
}
.has-marg-bottom-xs {
  margin-bottom: 0.5rem;
}
@media print, screen and (min-width: 769px) {
  .has-marg-bottom-xs {
    margin-bottom: 0.625rem;
  }
}
@media screen and (min-width: 1040px) {
  .has-marg-bottom-xs {
    margin-bottom: 0.75rem;
  }
}
@media screen and (min-width: 1232px) {
  .has-marg-bottom-xs {
    margin-bottom: 0.875rem;
  }
}
@media screen and (min-width: 1424px) {
  .has-marg-bottom-xs {
    margin-bottom: 1rem;
  }
}
.has-marg-bottom-s {
  margin-bottom: 0.75rem;
}
@media print, screen and (min-width: 769px) {
  .has-marg-bottom-s {
    margin-bottom: 0.9375rem;
  }
}
@media screen and (min-width: 1040px) {
  .has-marg-bottom-s {
    margin-bottom: 1.125rem;
  }
}
@media screen and (min-width: 1232px) {
  .has-marg-bottom-s {
    margin-bottom: 1.3125rem;
  }
}
@media screen and (min-width: 1424px) {
  .has-marg-bottom-s {
    margin-bottom: 1.5rem;
  }
}
.has-marg-bottom-l {
  margin-bottom: 1.5rem;
}
@media print, screen and (min-width: 769px) {
  .has-marg-bottom-l {
    margin-bottom: 1.875rem;
  }
}
@media screen and (min-width: 1040px) {
  .has-marg-bottom-l {
    margin-bottom: 2.25rem;
  }
}
@media screen and (min-width: 1232px) {
  .has-marg-bottom-l {
    margin-bottom: 2.625rem;
  }
}
@media screen and (min-width: 1424px) {
  .has-marg-bottom-l {
    margin-bottom: 3rem;
  }
}
.has-marg-bottom-xl {
  margin-bottom: 1.75rem;
}
@media print, screen and (min-width: 769px) {
  .has-marg-bottom-xl {
    margin-bottom: 2.1875rem;
  }
}
@media screen and (min-width: 1040px) {
  .has-marg-bottom-xl {
    margin-bottom: 2.625rem;
  }
}
@media screen and (min-width: 1232px) {
  .has-marg-bottom-xl {
    margin-bottom: 3.0625rem;
  }
}
@media screen and (min-width: 1424px) {
  .has-marg-bottom-xl {
    margin-bottom: 3.5rem;
  }
}
.has-marg-bottom-xxl {
  margin-bottom: 2rem;
}
@media print, screen and (min-width: 769px) {
  .has-marg-bottom-xxl {
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 1040px) {
  .has-marg-bottom-xxl {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1232px) {
  .has-marg-bottom-xxl {
    margin-bottom: 3.5rem;
  }
}
@media screen and (min-width: 1424px) {
  .has-marg-bottom-xxl {
    margin-bottom: 4rem;
  }
}
.has-pad-bottom {
  padding-bottom: 1rem;
}
@media print, screen and (min-width: 769px) {
  .has-pad-bottom {
    padding-bottom: 1.25rem;
  }
}
@media screen and (min-width: 1040px) {
  .has-pad-bottom {
    padding-bottom: 1.5rem;
  }
}
@media screen and (min-width: 1232px) {
  .has-pad-bottom {
    padding-bottom: 1.75rem;
  }
}
@media screen and (min-width: 1424px) {
  .has-pad-bottom {
    padding-bottom: 2rem;
  }
}
.has-pad-bottom-xs {
  padding-bottom: 0.5rem;
}
@media print, screen and (min-width: 769px) {
  .has-pad-bottom-xs {
    padding-bottom: 0.625rem;
  }
}
@media screen and (min-width: 1040px) {
  .has-pad-bottom-xs {
    padding-bottom: 0.75rem;
  }
}
@media screen and (min-width: 1232px) {
  .has-pad-bottom-xs {
    padding-bottom: 0.875rem;
  }
}
@media screen and (min-width: 1424px) {
  .has-pad-bottom-xs {
    padding-bottom: 1rem;
  }
}
.has-pad-bottom-s {
  padding-bottom: 0.75rem;
}
@media print, screen and (min-width: 769px) {
  .has-pad-bottom-s {
    padding-bottom: 0.9375rem;
  }
}
@media screen and (min-width: 1040px) {
  .has-pad-bottom-s {
    padding-bottom: 1.125rem;
  }
}
@media screen and (min-width: 1232px) {
  .has-pad-bottom-s {
    padding-bottom: 1.3125rem;
  }
}
@media screen and (min-width: 1424px) {
  .has-pad-bottom-s {
    padding-bottom: 1.5rem;
  }
}
.has-pad-bottom-l {
  padding-bottom: 1.5rem;
}
@media print, screen and (min-width: 769px) {
  .has-pad-bottom-l {
    padding-bottom: 1.875rem;
  }
}
@media screen and (min-width: 1040px) {
  .has-pad-bottom-l {
    padding-bottom: 2.25rem;
  }
}
@media screen and (min-width: 1232px) {
  .has-pad-bottom-l {
    padding-bottom: 2.625rem;
  }
}
@media screen and (min-width: 1424px) {
  .has-pad-bottom-l {
    padding-bottom: 3rem;
  }
}
.has-pad-bottom-xl {
  padding-bottom: 1.75rem;
}
@media print, screen and (min-width: 769px) {
  .has-pad-bottom-xl {
    padding-bottom: 2.1875rem;
  }
}
@media screen and (min-width: 1040px) {
  .has-pad-bottom-xl {
    padding-bottom: 2.625rem;
  }
}
@media screen and (min-width: 1232px) {
  .has-pad-bottom-xl {
    padding-bottom: 3.0625rem;
  }
}
@media screen and (min-width: 1424px) {
  .has-pad-bottom-xl {
    padding-bottom: 3.5rem;
  }
}
.has-pad-bottom-xxl {
  padding-bottom: 2rem;
}
@media print, screen and (min-width: 769px) {
  .has-pad-bottom-xxl {
    padding-bottom: 2.5rem;
  }
}
@media screen and (min-width: 1040px) {
  .has-pad-bottom-xxl {
    padding-bottom: 3rem;
  }
}
@media screen and (min-width: 1232px) {
  .has-pad-bottom-xxl {
    padding-bottom: 3.5rem;
  }
}
@media screen and (min-width: 1424px) {
  .has-pad-bottom-xxl {
    padding-bottom: 4rem;
  }
}
.has-marg-left-auto {
  margin-left: auto;
}
.has-marg-left {
  margin-left: 1rem;
}
@media print, screen and (min-width: 769px) {
  .has-marg-left {
    margin-left: 1.25rem;
  }
}
@media screen and (min-width: 1040px) {
  .has-marg-left {
    margin-left: 1.5rem;
  }
}
@media screen and (min-width: 1232px) {
  .has-marg-left {
    margin-left: 1.75rem;
  }
}
@media screen and (min-width: 1424px) {
  .has-marg-left {
    margin-left: 2rem;
  }
}
.has-marg-left-xs {
  margin-left: 0.5rem;
}
@media print, screen and (min-width: 769px) {
  .has-marg-left-xs {
    margin-left: 0.625rem;
  }
}
@media screen and (min-width: 1040px) {
  .has-marg-left-xs {
    margin-left: 0.75rem;
  }
}
@media screen and (min-width: 1232px) {
  .has-marg-left-xs {
    margin-left: 0.875rem;
  }
}
@media screen and (min-width: 1424px) {
  .has-marg-left-xs {
    margin-left: 1rem;
  }
}
.has-marg-left-s {
  margin-left: 0.75rem;
}
@media print, screen and (min-width: 769px) {
  .has-marg-left-s {
    margin-left: 0.9375rem;
  }
}
@media screen and (min-width: 1040px) {
  .has-marg-left-s {
    margin-left: 1.125rem;
  }
}
@media screen and (min-width: 1232px) {
  .has-marg-left-s {
    margin-left: 1.3125rem;
  }
}
@media screen and (min-width: 1424px) {
  .has-marg-left-s {
    margin-left: 1.5rem;
  }
}
.has-marg-left-l {
  margin-left: 1.5rem;
}
@media print, screen and (min-width: 769px) {
  .has-marg-left-l {
    margin-left: 1.875rem;
  }
}
@media screen and (min-width: 1040px) {
  .has-marg-left-l {
    margin-left: 2.25rem;
  }
}
@media screen and (min-width: 1232px) {
  .has-marg-left-l {
    margin-left: 2.625rem;
  }
}
@media screen and (min-width: 1424px) {
  .has-marg-left-l {
    margin-left: 3rem;
  }
}
.has-marg-left-xl {
  margin-left: 1.75rem;
}
@media print, screen and (min-width: 769px) {
  .has-marg-left-xl {
    margin-left: 2.1875rem;
  }
}
@media screen and (min-width: 1040px) {
  .has-marg-left-xl {
    margin-left: 2.625rem;
  }
}
@media screen and (min-width: 1232px) {
  .has-marg-left-xl {
    margin-left: 3.0625rem;
  }
}
@media screen and (min-width: 1424px) {
  .has-marg-left-xl {
    margin-left: 3.5rem;
  }
}
.has-marg-left-xxl {
  margin-left: 2rem;
}
@media print, screen and (min-width: 769px) {
  .has-marg-left-xxl {
    margin-left: 2.5rem;
  }
}
@media screen and (min-width: 1040px) {
  .has-marg-left-xxl {
    margin-left: 3rem;
  }
}
@media screen and (min-width: 1232px) {
  .has-marg-left-xxl {
    margin-left: 3.5rem;
  }
}
@media screen and (min-width: 1424px) {
  .has-marg-left-xxl {
    margin-left: 4rem;
  }
}
.has-pad-left {
  padding-left: 1rem;
}
@media print, screen and (min-width: 769px) {
  .has-pad-left {
    padding-left: 1.25rem;
  }
}
@media screen and (min-width: 1040px) {
  .has-pad-left {
    padding-left: 1.5rem;
  }
}
@media screen and (min-width: 1232px) {
  .has-pad-left {
    padding-left: 1.75rem;
  }
}
@media screen and (min-width: 1424px) {
  .has-pad-left {
    padding-left: 2rem;
  }
}
.has-pad-left-xs {
  padding-left: 0.5rem;
}
@media print, screen and (min-width: 769px) {
  .has-pad-left-xs {
    padding-left: 0.625rem;
  }
}
@media screen and (min-width: 1040px) {
  .has-pad-left-xs {
    padding-left: 0.75rem;
  }
}
@media screen and (min-width: 1232px) {
  .has-pad-left-xs {
    padding-left: 0.875rem;
  }
}
@media screen and (min-width: 1424px) {
  .has-pad-left-xs {
    padding-left: 1rem;
  }
}
.has-pad-left-s {
  padding-left: 0.75rem;
}
@media print, screen and (min-width: 769px) {
  .has-pad-left-s {
    padding-left: 0.9375rem;
  }
}
@media screen and (min-width: 1040px) {
  .has-pad-left-s {
    padding-left: 1.125rem;
  }
}
@media screen and (min-width: 1232px) {
  .has-pad-left-s {
    padding-left: 1.3125rem;
  }
}
@media screen and (min-width: 1424px) {
  .has-pad-left-s {
    padding-left: 1.5rem;
  }
}
.has-pad-left-l {
  padding-left: 1.5rem;
}
@media print, screen and (min-width: 769px) {
  .has-pad-left-l {
    padding-left: 1.875rem;
  }
}
@media screen and (min-width: 1040px) {
  .has-pad-left-l {
    padding-left: 2.25rem;
  }
}
@media screen and (min-width: 1232px) {
  .has-pad-left-l {
    padding-left: 2.625rem;
  }
}
@media screen and (min-width: 1424px) {
  .has-pad-left-l {
    padding-left: 3rem;
  }
}
.has-pad-left-xl {
  padding-left: 1.75rem;
}
@media print, screen and (min-width: 769px) {
  .has-pad-left-xl {
    padding-left: 2.1875rem;
  }
}
@media screen and (min-width: 1040px) {
  .has-pad-left-xl {
    padding-left: 2.625rem;
  }
}
@media screen and (min-width: 1232px) {
  .has-pad-left-xl {
    padding-left: 3.0625rem;
  }
}
@media screen and (min-width: 1424px) {
  .has-pad-left-xl {
    padding-left: 3.5rem;
  }
}
.has-pad-left-xxl {
  padding-left: 2rem;
}
@media print, screen and (min-width: 769px) {
  .has-pad-left-xxl {
    padding-left: 2.5rem;
  }
}
@media screen and (min-width: 1040px) {
  .has-pad-left-xxl {
    padding-left: 3rem;
  }
}
@media screen and (min-width: 1232px) {
  .has-pad-left-xxl {
    padding-left: 3.5rem;
  }
}
@media screen and (min-width: 1424px) {
  .has-pad-left-xxl {
    padding-left: 4rem;
  }
}
.has-marg-right-auto {
  margin-right: auto;
}
.has-marg-right {
  margin-right: 1rem;
}
@media print, screen and (min-width: 769px) {
  .has-marg-right {
    margin-right: 1.25rem;
  }
}
@media screen and (min-width: 1040px) {
  .has-marg-right {
    margin-right: 1.5rem;
  }
}
@media screen and (min-width: 1232px) {
  .has-marg-right {
    margin-right: 1.75rem;
  }
}
@media screen and (min-width: 1424px) {
  .has-marg-right {
    margin-right: 2rem;
  }
}
.has-marg-right-xs {
  margin-right: 0.5rem;
}
@media print, screen and (min-width: 769px) {
  .has-marg-right-xs {
    margin-right: 0.625rem;
  }
}
@media screen and (min-width: 1040px) {
  .has-marg-right-xs {
    margin-right: 0.75rem;
  }
}
@media screen and (min-width: 1232px) {
  .has-marg-right-xs {
    margin-right: 0.875rem;
  }
}
@media screen and (min-width: 1424px) {
  .has-marg-right-xs {
    margin-right: 1rem;
  }
}
.has-marg-right-s {
  margin-right: 0.75rem;
}
@media print, screen and (min-width: 769px) {
  .has-marg-right-s {
    margin-right: 0.9375rem;
  }
}
@media screen and (min-width: 1040px) {
  .has-marg-right-s {
    margin-right: 1.125rem;
  }
}
@media screen and (min-width: 1232px) {
  .has-marg-right-s {
    margin-right: 1.3125rem;
  }
}
@media screen and (min-width: 1424px) {
  .has-marg-right-s {
    margin-right: 1.5rem;
  }
}
.has-marg-right-l {
  margin-right: 1.5rem;
}
@media print, screen and (min-width: 769px) {
  .has-marg-right-l {
    margin-right: 1.875rem;
  }
}
@media screen and (min-width: 1040px) {
  .has-marg-right-l {
    margin-right: 2.25rem;
  }
}
@media screen and (min-width: 1232px) {
  .has-marg-right-l {
    margin-right: 2.625rem;
  }
}
@media screen and (min-width: 1424px) {
  .has-marg-right-l {
    margin-right: 3rem;
  }
}
.has-marg-right-xl {
  margin-right: 1.75rem;
}
@media print, screen and (min-width: 769px) {
  .has-marg-right-xl {
    margin-right: 2.1875rem;
  }
}
@media screen and (min-width: 1040px) {
  .has-marg-right-xl {
    margin-right: 2.625rem;
  }
}
@media screen and (min-width: 1232px) {
  .has-marg-right-xl {
    margin-right: 3.0625rem;
  }
}
@media screen and (min-width: 1424px) {
  .has-marg-right-xl {
    margin-right: 3.5rem;
  }
}
.has-marg-right-xxl {
  margin-right: 2rem;
}
@media print, screen and (min-width: 769px) {
  .has-marg-right-xxl {
    margin-right: 2.5rem;
  }
}
@media screen and (min-width: 1040px) {
  .has-marg-right-xxl {
    margin-right: 3rem;
  }
}
@media screen and (min-width: 1232px) {
  .has-marg-right-xxl {
    margin-right: 3.5rem;
  }
}
@media screen and (min-width: 1424px) {
  .has-marg-right-xxl {
    margin-right: 4rem;
  }
}
.has-pad-right {
  padding-right: 1rem;
}
@media print, screen and (min-width: 769px) {
  .has-pad-right {
    padding-right: 1.25rem;
  }
}
@media screen and (min-width: 1040px) {
  .has-pad-right {
    padding-right: 1.5rem;
  }
}
@media screen and (min-width: 1232px) {
  .has-pad-right {
    padding-right: 1.75rem;
  }
}
@media screen and (min-width: 1424px) {
  .has-pad-right {
    padding-right: 2rem;
  }
}
.has-pad-right-xs {
  padding-right: 0.5rem;
}
@media print, screen and (min-width: 769px) {
  .has-pad-right-xs {
    padding-right: 0.625rem;
  }
}
@media screen and (min-width: 1040px) {
  .has-pad-right-xs {
    padding-right: 0.75rem;
  }
}
@media screen and (min-width: 1232px) {
  .has-pad-right-xs {
    padding-right: 0.875rem;
  }
}
@media screen and (min-width: 1424px) {
  .has-pad-right-xs {
    padding-right: 1rem;
  }
}
.has-pad-right-s {
  padding-right: 0.75rem;
}
@media print, screen and (min-width: 769px) {
  .has-pad-right-s {
    padding-right: 0.9375rem;
  }
}
@media screen and (min-width: 1040px) {
  .has-pad-right-s {
    padding-right: 1.125rem;
  }
}
@media screen and (min-width: 1232px) {
  .has-pad-right-s {
    padding-right: 1.3125rem;
  }
}
@media screen and (min-width: 1424px) {
  .has-pad-right-s {
    padding-right: 1.5rem;
  }
}
.has-pad-right-l {
  padding-right: 1.5rem;
}
@media print, screen and (min-width: 769px) {
  .has-pad-right-l {
    padding-right: 1.875rem;
  }
}
@media screen and (min-width: 1040px) {
  .has-pad-right-l {
    padding-right: 2.25rem;
  }
}
@media screen and (min-width: 1232px) {
  .has-pad-right-l {
    padding-right: 2.625rem;
  }
}
@media screen and (min-width: 1424px) {
  .has-pad-right-l {
    padding-right: 3rem;
  }
}
.has-pad-right-xl {
  padding-right: 1.75rem;
}
@media print, screen and (min-width: 769px) {
  .has-pad-right-xl {
    padding-right: 2.1875rem;
  }
}
@media screen and (min-width: 1040px) {
  .has-pad-right-xl {
    padding-right: 2.625rem;
  }
}
@media screen and (min-width: 1232px) {
  .has-pad-right-xl {
    padding-right: 3.0625rem;
  }
}
@media screen and (min-width: 1424px) {
  .has-pad-right-xl {
    padding-right: 3.5rem;
  }
}
.has-pad-right-xxl {
  padding-right: 2rem;
}
@media print, screen and (min-width: 769px) {
  .has-pad-right-xxl {
    padding-right: 2.5rem;
  }
}
@media screen and (min-width: 1040px) {
  .has-pad-right-xxl {
    padding-right: 3rem;
  }
}
@media screen and (min-width: 1232px) {
  .has-pad-right-xxl {
    padding-right: 3.5rem;
  }
}
@media screen and (min-width: 1424px) {
  .has-pad-right-xxl {
    padding-right: 4rem;
  }
}
.has-marg-auto {
  margin: auto;
}
.is-c-white {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .is-c-white-mobile {
    color: #fff;
  }
}
@media screen and (max-width: 1039px) {
  .is-c-white-touch {
    color: #fff;
  }
}
@media print, screen and (min-width: 769px) {
  .is-c-white-tablet {
    color: #fff;
  }
}
@media screen and (min-width: 1040px) {
  .is-c-white-desktop {
    color: #fff;
  }
}
@media screen and (min-width: 1232px) {
  .is-c-white-widescreen {
    color: #fff;
  }
}
@media screen and (min-width: 1424px) {
  .is-c-white-fullhd {
    color: #fff;
  }
}
.is-c-black {
  color: #2c2c2c;
}
@media screen and (max-width: 768px) {
  .is-c-black-mobile {
    color: #2c2c2c;
  }
}
@media screen and (max-width: 1039px) {
  .is-c-black-touch {
    color: #2c2c2c;
  }
}
@media print, screen and (min-width: 769px) {
  .is-c-black-tablet {
    color: #2c2c2c;
  }
}
@media screen and (min-width: 1040px) {
  .is-c-black-desktop {
    color: #2c2c2c;
  }
}
@media screen and (min-width: 1232px) {
  .is-c-black-widescreen {
    color: #2c2c2c;
  }
}
@media screen and (min-width: 1424px) {
  .is-c-black-fullhd {
    color: #2c2c2c;
  }
}
.button,
form [type="submit"] {
  font-size: 8px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  height: 36px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media print, screen and (min-width: 769px) {
  .button,
  form [type="submit"] {
    letter-spacing: 4px;
    font-size: 10px;
  }
}
.button *,
form [type="submit"] * {
  pointer-events: none;
}
.button i,
form [type="submit"] i {
  margin-left: 15px;
}
.button i,
.button svg,
form [type="submit"] i,
form [type="submit"] svg {
  width: 20px;
  height: 20px;
  display: block;
}
.button.is-primary,
form [type="submit"] {
  border-width: 2px;
  border-color: #ff0000;
  color: #fff;
}
.button.is-primary.is-off,
.button.is-primary.is-off:focus,
form .is-off[type="submit"],
form .is-off[type="submit"]:focus {
  background: #f3f2ee;
  border-color: #fff;
}
.button.is-primary.is-off:hover,
form .is-off[type="submit"]:hover {
  background: #d2d2d2;
  color: #fff;
}
.button.is-primary:focus,
form [type="submit"]:focus {
  border-color: #ff0000;
  color: #fff;
}
.button.is-primary:hover,
form [type="submit"]:hover {
  background: #ec0707;
  color: #fff;
}
@media print, screen and (min-width: 769px) {
  .button.is-primary,
  form [type="submit"] {
    font-size: 15px;
    height: 50px;
  }
}
.button-scroll-to {
  padding-left: 0;
  padding-right: 0;
  font-size: 15px;
}
.button-scroll-to i,
.button-scroll-to svg {
  width: 12px;
  height: 12px;
}
.button-scroll-to:hover {
  opacity: 0.7;
}
.button.get-vip-access,
form .get-vip-access[type="submit"] {
  font-size: 14px;
  letter-spacing: 4px;
  height: 50px;
}
@media print, screen and (min-width: 769px) {
  .button.get-vip-access,
  form .get-vip-access[type="submit"] {
    font-size: 16px;
  }
}
.button.login,
form .login[type="submit"] {
  padding: 0;
  font-size: 10px;
}
.button.login i,
form .login[type="submit"] i {
  display: block;
  margin: 0 10px 0 0;
}
.is-a-left {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .is-a-left-mobile {
    text-align: left;
  }
}
@media screen and (max-width: 1039px) {
  .is-a-left-touch {
    text-align: left;
  }
}
@media print, screen and (min-width: 769px) {
  .is-a-left-tablet {
    text-align: left;
  }
}
@media screen and (min-width: 1040px) {
  .is-a-left-desktop {
    text-align: left;
  }
}
@media screen and (min-width: 1232px) {
  .is-a-left-widescreen {
    text-align: left;
  }
}
@media screen and (min-width: 1424px) {
  .is-a-left-fullhd {
    text-align: left;
  }
}
.is-a-right {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .is-a-right-mobile {
    text-align: right;
  }
}
@media screen and (max-width: 1039px) {
  .is-a-right-touch {
    text-align: right;
  }
}
@media print, screen and (min-width: 769px) {
  .is-a-right-tablet {
    text-align: right;
  }
}
@media screen and (min-width: 1040px) {
  .is-a-right-desktop {
    text-align: right;
  }
}
@media screen and (min-width: 1232px) {
  .is-a-right-widescreen {
    text-align: right;
  }
}
@media screen and (min-width: 1424px) {
  .is-a-right-fullhd {
    text-align: right;
  }
}
.is-a-center {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .is-a-center-mobile {
    text-align: center;
  }
}
@media screen and (max-width: 1039px) {
  .is-a-center-touch {
    text-align: center;
  }
}
@media print, screen and (min-width: 769px) {
  .is-a-center-tablet {
    text-align: center;
  }
}
@media screen and (min-width: 1040px) {
  .is-a-center-desktop {
    text-align: center;
  }
}
@media screen and (min-width: 1232px) {
  .is-a-center-widescreen {
    text-align: center;
  }
}
@media screen and (min-width: 1424px) {
  .is-a-center-fullhd {
    text-align: center;
  }
}
:focus {
  outline: none;
}
.only-mobile,
.screen-reader-text,
body.wp-is-mobile .only-desktop {
  display: none;
}
body.wp-is-mobile .only-mobile {
  display: block;
}
.navigation {
  font-weight: 900;
}
.navigation a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  text-decoration: none !important;
}
.navigation .current {
  opacity: 0.7;
}
.navigation .nav-links > * {
  display: inline-block;
  margin: 0 5px 5px 0;
}
.is-noscroll {
  position: fixed;
  overflow-y: hidden;
  width: 100%;
  bottom: 0;
}
.is-clipped {
  overflow: hidden;
}
.is-clearfix:after {
  clear: both;
  content: " ";
  display: table;
}
.is-relative {
  position: relative;
}
.is-auto {
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.is-ml-auto {
  margin-left: auto;
}
.bg-set {
  background-size: cover;
  background-position: 50%;
  width: 100%;
}
.header-mobile__nav .menu-item:before,
.icon-bg-set {
  background-image: url(images/embg.png);
  background-size: 967px 60px;
  background-repeat: no-repeat;
  display: inline-block;
  width: 60px;
  height: 60px;
  -webkit-box-flex: 0;
  flex: 0 0 60px;
  background-position-x: 0;
  background-position-y: 0;
}
.accommodation .homepage__included-title i,
.icon-bed {
  background-position-x: -60px;
}
.icon-plate {
  background-position-x: -120px;
}
.icon-island,
.island .homepage__included-title i {
  background-position-x: -180px;
}
.icon-boat {
  background-position-x: -240px;
}
.access .homepage__included-title i,
.icon-ticket {
  background-position-x: -300px;
}
.icon-umbrella {
  background-position-x: -360px;
}
.icon-cry {
  background-position-x: -420px;
}
.icon-fire,
.parties .homepage__included-title i {
  background-position-x: -480px;
}
.icon-celebration {
  background-position-x: -540px;
}
.header-mobile__nav .menu-item-57:before,
.icon-safety {
  background-position-x: -600px;
}
.header-mobile__nav .menu-item-60:before,
.icon-comment {
  background-position-x: -660px;
}
.header-mobile__nav .menu-item-58:before,
.icon-captain {
  background-position-x: -720px;
}
.header-mobile__nav .menu-item-59:before,
.icon-mermaid {
  background-position-x: -780px;
}
.header-mobile__nav .menu-item-61:before,
.icon-palm {
  background-position-x: -840px;
}
.icon-surf,
.meals .homepage__included-title i {
  background-position-x: -900px;
}
.visually-hidden,
.visually-shown {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(transparent)
  );
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.5)),
    to(transparent)
  );
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(transparent)
  );
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.5)),
    to(transparent)
  );
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  touch-action: pan-x;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: top 0.2s, -webkit-transform 0.2s;
  transition: top 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, top 0.2s;
  transition: transform 0.2s, top 0.2s, -webkit-transform 0.2s;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition: left 0.2s, -webkit-transform 0.2s;
  transition: left 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, left 0.2s;
  transition: transform 0.2s, left 0.2s, -webkit-transform 0.2s;
}
.swiper-container-horizontal.swiper-container-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition: right 0.2s, -webkit-transform 0.2s;
  transition: right 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, right 0.2s;
  transition: transform 0.2s, right 0.2s, -webkit-transform 0.2s;
}
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: hsla(0, 0%, 100%, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white
  .swiper-pagination-progressbar-fill {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black
  .swiper-pagination-progressbar-fill {
  background: #000;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-container {
  width: 100%;
}
.swiper-container .counter,
.swiper-container .swiper-pagination-fraction {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 2;
  font-size: 14px;
  background: hsla(0, 0%, 100%, 0.7);
  padding: 5px 10px;
  border-radius: 90px;
  height: auto;
  bottom: auto;
  left: auto;
  width: auto;
}
.swiper-pagination {
  position: relative;
  margin: 4px 0;
}
.swiper-pagination span {
  margin: 0 4px;
}
.swiper-nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  padding: 20px;
  cursor: pointer;
  display: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (min-width: 1040px) {
  .swiper-nav {
    display: block;
  }
}
.swiper-nav:hover {
  opacity: 0.7;
}
.swiper-nav.swiper-button-next {
  right: 0;
}
.swiper-nav svg {
  width: 30px;
  height: 30px;
  color: #fff;
}
.header-mobile {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 20px 0;
  background: #fff;
  z-index: 33;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  will-change: transform, opacity;
}
.header-mobile .container {
  max-height: 100vh;
  height: 100%;
  overflow: auto;
}
.mobile-header-active .header-mobile {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  pointer-events: auto;
}
.header-mobile .close svg {
  width: 15px;
  height: 15px;
}
.header-mobile__nav {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  letter-spacing: 4px;
  font-size: 16px;
  text-transform: uppercase;
}
.header-mobile__nav .menu-item {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  flex-wrap: wrap;
}
.header-mobile__nav .menu-item a {
  padding: 10px 0;
  text-decoration: none !important;
  max-width: calc(100% - 90px);
}
.header-mobile__nav .menu-item:before {
  content: "";
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
}
.header-mobile__nav .sub-menu {
  margin-bottom: 10px;
}
.header-mobile__nav .sub-menu .menu-item:before {
  visibility: hidden;
  height: 45px;
}
.header-mobile__nav .menu-item.menu-item-has-children > a {
  pointer-events: none;
}
.header-mobile__nav .menu-item.menu-item-has-children > a:after {
  position: relative;
  display: -webkit-inline-box;
  display: inline-flex;
  right: -20px;
  top: -5px;
  border-bottom: 2px solid;
  border-right: 2px solid;
  width: 10px;
  height: 10px;
}
.header-mobile__nav__extra {
  border: solid #d8d8d8;
  border-width: 1px 0 0;
  margin-top: 30px;
  padding: 6px 0;
}
.header-mobile__nav__extra .menu-item:before {
  visibility: hidden;
  height: 45px;
}
.header-mobile .get-vip-access {
  margin-top: 20px;
  width: 100%;
}
.header-mobile__login {
  border: solid #d8d8d8;
  border-width: 1px 0;
  padding: 10px 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.header-mobile__login .button,
.header-mobile__login form [type="submit"],
form .header-mobile__login [type="submit"] {
  font-size: 13px !important;
}
.header-mobile__login .button i,
.header-mobile__login .button svg,
.header-mobile__login form [type="submit"] i,
.header-mobile__login form [type="submit"] svg,
form .header-mobile__login [type="submit"] i,
form .header-mobile__login [type="submit"] svg {
  width: 28px;
  height: 28px;
}
.header-mobile__social nav {
  display: -webkit-box;
  display: flex;
}
.header-mobile__social a {
  margin-left: 20px;
}
.header-mobile__social svg {
  width: 24px;
  height: 24px;
}
.header-main {
  position: fixed;
  z-index: 22;
  background: #fff;
  width: 100%;
}
.header-main__logo .logo-image {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  background: #fff;
  z-index: 2;
  top: 0;
  left: 0;
  opacity: 1;
  -webkit-transition: opacity 0.7s;
  transition: opacity 0.7s;
  will-change: opacity;
}
.header-main__logo .logo-image.active {
  opacity: 0;
}
.header-main__logo .logo-image.active + div {
  opacity: 1;
}
.header-main__logo .logo-image img {
  width: 100%;
}
.accordion-content a {
color:#fff0000;
}
@media (max-width: 767px) {
    .header-main__logo .logo-image img {
        width: 150px;
        height: auto;
    }
}
.header-main__logo .countdown-wrapper {
  opacity: 0;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
@media screen and (min-width: 1040px) {
  .header-main__logo .countdown-wrapper {
    width: 270px;
  }
}
.header-main__logo .countdown-title {
  font-size: 6px;
  letter-spacing: 1px;
  -webkit-box-align: center;
  align-items: center;
  line-height: 1;
  margin-top: 5px;
  height: 15px;
  white-space: nowrap;
}
@media print, screen and (min-width: 769px) {
  .header-main__logo .countdown-title {
    letter-spacing: 1.7px;
    font-size: 13px;
  }
}
.header-main__logo .countdown-title i {
  -webkit-transform: scale(0.25);
  transform: scale(0.25);
  left: -10px;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .header-main__logo .countdown-title i {
    -webkit-transform: scale(0.45);
    transform: scale(0.45);
  }
}
.header-main__nav {
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  display: none;
}
@media screen and (min-width: 1170px) {
  .header-main__nav {
    display: -webkit-box;
    display: flex;
  }
}
.header-main__nav__menu {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.7px;
}
.header-main__nav__menu a {
  display: block;
  margin-right: 20px;
  padding: 10px 0;
  border-bottom: 3px solid transparent;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  text-decoration: none !important;
}
.header-main__nav__menu a:hover {
  color: #ff0000;
}
.header-main__nav__menu .is-current a:not([href="/#packages"]) {
  border-color: #ff0000;
}
.header-main__nav__menu .menu-item-has-children {
  margin-right: 20px;
}
.header-main__nav__menu .sub-menu {
  padding: 20px 0;
  min-width: 250px;
  border: 1px solid #ddd;
}
.header-main__nav__menu .sub-menu .sub-menu {
  top: -21px;
}
.header-main__nav__menu .sub-menu a {
  padding: 5px 20px;
}
.header-main__extra__menu .sub-menu {
  right: 0;
  left: auto;
}
.header-main__mobile {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
@media screen and (min-width: 1170px) {
  .header-main__mobile {
    display: none;
  }
}
.header-main__mobile button {
  width: 20px;
  padding: 0;
  height: auto;
  margin-left: 10px;
}
.header-main__mobile button svg {
  width: 20px;
  height: 20px;
  color: #000;
}
.footer-main h4 {
  font-size: 36px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 900;
  line-height: 1;
  margin: 20px 0;
}
.footer-main__facebook {
  padding: 75px 0;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#00c6ff),
    to(#0068ff)
  );
  background-image: linear-gradient(180deg, #00c6ff, #0068ff);
}
.footer-main__facebook h4 {
  color: #fff;
  opacity: 0.4;
}
.footer-main__facebook .button,
.footer-main__facebook form [type="submit"],
form .footer-main__facebook [type="submit"] {
  background: #fff;
  color: #1c1c1c;
  font-size: 13px;
  height: 45px;
  letter-spacing: 1.5px;
  padding: 10px 20px;
}
.footer-main__facebook .button i,
.footer-main__facebook form [type="submit"] i,
form .footer-main__facebook [type="submit"] i {
  margin: 0 15px 0 0;
}
.footer-main__facebook .button svg,
.footer-main__facebook form [type="submit"] svg,
form .footer-main__facebook [type="submit"] svg {
  display: block;
  width: 24px;
  height: 24px;
}
.footer-main__instagram {
  padding: 90px 0 0;
  color: #1994fc;
}
.footer-main__instagram a {
  font-size: 14px;
  color: #000;
}
.footer-main__instagram-button {
  margin-left: auto;
}
@media screen and (min-width: 1040px) {
  .footer-main__instagram-button {
    margin: 0;
  }
}
.footer-main__instagram #insta-feed {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}
.footer-main__instagram #insta-feed:empty {
  display: none;
}
.footer-main__instagram #insta-feed > div {
  -webkit-box-flex: 0;
  flex: 0 0 33.33333%;
  width: 33.33333%;
}
@media screen and (min-width: 1040px) {
  .footer-main__instagram #insta-feed > div {
    -webkit-box-flex: 0;
    flex: 0 0 16.66667%;
    width: 16.66667%;
  }
  .footer-main__instagram #insta-feed > div:nth-child(7),
  .footer-main__instagram #insta-feed > div:nth-child(8),
  .footer-main__instagram #insta-feed > div:nth-child(9) {
    display: none;
  }
}
.footer-main__instagram #insta-feed > div .insta-img {
  background-size: cover;
  background-position: 50%;
  padding-top: 100%;
}
.footer-main__featured {
  padding: 100px 0;
}
.footer-main__featured .featured-title {
  font-size: 16px;
  letter-spacing: 4px;
  text-align: center;
  color: #2c2c2c;
  margin-bottom: 25px;
}
@media screen and (min-width: 1040px) {
  .footer-main__featured .featured-title {
    font-size: 24px;
  }
}
.footer-main__featured .featured-logos {
  max-width: 1080px;
  margin: auto;
  font-family: Raleway, sans-serif;
}
.footer-main__featured a {
  max-width: 50%;
  font-size: 11px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  line-height: 1.4;
}
@media print, screen and (min-width: 769px) {
  .footer-main__featured a {
    font-size: 14px;
    max-width: 33.33333%;
  }
}
.footer-main__featured a:hover img {
  opacity: 1;
}
.footer-main__featured span {
  margin-top: 0;
}
.footer-main__featured img {
  display: block;
  max-width: 260px;
  margin: auto;
  opacity: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  will-change: opacity;
  padding: 10px 5px 10px;
}
.footer-main__inner {
  position: relative;
  overflow: hidden;
  padding: 90px 0 50px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1.65px;
}
.footer-main__inner-bg {
  z-index: -1;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.footer-main__nav__menu {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.footer-main__nav__menu a {
  color: #fff;
  font-size: 10px;
  margin: 0 22px 10px 0;
}
.footer-main__social {
  border: solid hsla(0, 0%, 100%, 0.4);
  border-width: 1px 0;
  padding: 11px 0;
  margin-top: 25px;
}
.footer-main__social svg {
  width: 20px;
  height: 20px;
  color: #fff;
  display: block;
}
.footer-main__social-buttons nav {
  display: -webkit-box;
  display: flex;
}
.footer-main__social-buttons nav a {
  margin-left: 20px;
}
.footer-main__copyright {
  margin-top: 20px;
  font-size: 7px;
}
.footer-main__copyright a {
  font-size: 7px;
}
.footer-main__partners {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}
.footer-main__partners img {
  height: 40px;
  width: auto;
  margin: 0 40px 10px 0;
  opacity: 0.4;
}
.countdown-timer {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  font-weight: 700;
  font-size: 18px;
  font-family: aktiv-grotesk-condensed, sans-serif;
}
@media print, screen and (min-width: 769px) {
  .countdown-timer {
    font-size: 36px;
  }
}
.countdown-timer > div:not(:last-child):after {
  display: -webkit-inline-box;
  display: inline-flex;
  margin: 0 2px;
}
@media print, screen and (min-width: 769px) {
  .countdown-timer>div:not(: last-child):after {
    margin: 0 5px;
  }
}
.home #fb-root,
.single-packages #fb-root {
  display: none !important;
}
@media screen and (min-width: 1040px) {
  .home #fb-root,
  .single-packages #fb-root {
    display: block !important;
  }
}
@media print, screen and (min-width: 769px) {
  .ps-media-text__inner {
    display: -webkit-box;
    display: flex;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    align-items: center;
  }
}
.ps-media-text__media {
  -webkit-box-flex: 1;
  flex: 1;
  -webkit-box-ordinal-group: 11;
  order: 10;
}
.is-text-media .ps-media-text__media {
  -webkit-box-ordinal-group: 21;
  order: 20;
}
@media screen and (max-width: 768px) {
  .is-text-media .ps-media-text__embed {
    padding-right: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .is-text-media .ps-media-text__embed {
    padding-right: 5rem;
  }
}
@media screen and (min-width: 1040px) {
  .is-text-media .ps-media-text__embed {
    padding-right: 7rem;
  }
}
@media screen and (min-width: 1232px) {
  .is-text-media .ps-media-text__embed {
    padding-right: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .is-media-text .ps-media-text__embed {
    padding-left: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .is-media-text .ps-media-text__embed {
    padding-left: 5rem;
  }
}
@media screen and (min-width: 1040px) {
  .is-media-text .ps-media-text__embed {
    padding-left: 7rem;
  }
}
@media screen and (min-width: 1232px) {
  .is-media-text .ps-media-text__embed {
    padding-left: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .is-media-text .ps-media-text__embed {
    padding-right: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .is-media-text .ps-media-text__embed {
    padding-right: 5rem;
  }
}
@media screen and (min-width: 1040px) {
  .is-media-text .ps-media-text__embed {
    padding-right: 7rem;
  }
}
@media screen and (min-width: 1232px) {
  .is-media-text .ps-media-text__embed {
    padding-right: 10rem;
  }
}
.ps-media-text__image img {
  display: block;
}
@media screen and (max-width: 768px) {
  .ps-media-text__text {
    margin-top: 2rem;
  }
}
@media print, screen and (min-width: 769px) {
  .ps-media-text__text {
    -webkit-box-flex: 1.25;
    flex: 1.25;
    -webkit-box-ordinal-group: 21;
    order: 20;
    position: relative;
  }
  .is-text-media .ps-media-text__text {
    -webkit-box-ordinal-group: 11;
    order: 10;
  }
}
.ps-media-text__title {
  font-weight: 900;
  font-size: 1.5rem;
  margin-bottom: 2rem;
  color: #005d83;
}
@media screen and (max-width: 768px) {
  .ps-media-text__content,
  .ps-media-text__title {
    padding-left: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .ps-media-text__content,
  .ps-media-text__title {
    padding-left: 5rem;
  }
}
@media screen and (min-width: 1040px) {
  .ps-media-text__content,
  .ps-media-text__title {
    padding-left: 7rem;
  }
}
@media screen and (min-width: 1232px) {
  .ps-media-text__content,
  .ps-media-text__title {
    padding-left: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .ps-media-text__content,
  .ps-media-text__title {
    padding-right: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .ps-media-text__content,
  .ps-media-text__title {
    padding-right: 5rem;
  }
}
@media screen and (min-width: 1040px) {
  .ps-media-text__content,
  .ps-media-text__title {
    padding-right: 7rem;
  }
}
@media screen and (min-width: 1232px) {
  .ps-media-text__content,
  .ps-media-text__title {
    padding-right: 10rem;
  }
}
.ps-media-text__content {
  position: relative;
}
.ps-media-text__content:after {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 6px;
  background: #b5b7b9;
  content: "";
}
@media print, screen and (min-width: 769px) {
  .ps-media-text__content:after {
    width: 8px;
  }
}
@media screen and (min-width: 1040px) {
  .ps-media-text__content:after {
    width: 10px;
  }
}
.is-text-media .ps-media-text__content:after {
  left: 0;
}
.is-media-text .ps-media-text__content:after {
  right: 0;
}
.ps-spacing {
  height: 0;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
@media print, screen and (min-width: 769px) {
  .ps-spacing {
    margin-top: 3.125rem;
  }
}
@media screen and (min-width: 1040px) {
  .ps-spacing {
    margin-top: 3.75rem;
  }
}
@media screen and (min-width: 1232px) {
  .ps-spacing {
    margin-top: 4.375rem;
  }
}
@media screen and (min-width: 1424px) {
  .ps-spacing {
    margin-top: 5rem;
  }
}
@media print, screen and (min-width: 769px) {
  .ps-spacing {
    margin-bottom: 3.125rem;
  }
}
@media screen and (min-width: 1040px) {
  .ps-spacing {
    margin-bottom: 3.75rem;
  }
}
@media screen and (min-width: 1232px) {
  .ps-spacing {
    margin-bottom: 4.375rem;
  }
}
@media screen and (min-width: 1424px) {
  .ps-spacing {
    margin-bottom: 5rem;
  }
}
.ps-spacing--line {
  height: 1px;
  background: #f2f4f6;
}
.ps-spacing--small {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
@media print, screen and (min-width: 769px) {
  .ps-spacing--small {
    margin-top: 1.5625rem;
  }
}
@media screen and (min-width: 1040px) {
  .ps-spacing--small {
    margin-top: 1.875rem;
  }
}
@media screen and (min-width: 1232px) {
  .ps-spacing--small {
    margin-top: 2.1875rem;
  }
}
@media screen and (min-width: 1424px) {
  .ps-spacing--small {
    margin-top: 2.5rem;
  }
}
@media print, screen and (min-width: 769px) {
  .ps-spacing--small {
    margin-bottom: 1.5625rem;
  }
}
@media screen and (min-width: 1040px) {
  .ps-spacing--small {
    margin-bottom: 1.875rem;
  }
}
@media screen and (min-width: 1232px) {
  .ps-spacing--small {
    margin-bottom: 2.1875rem;
  }
}
@media screen and (min-width: 1424px) {
  .ps-spacing--small {
    margin-bottom: 2.5rem;
  }
}
.ps-spacing--large {
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}
@media print, screen and (min-width: 769px) {
  .ps-spacing--large {
    margin-top: 4.6875rem;
  }
}
@media screen and (min-width: 1040px) {
  .ps-spacing--large {
    margin-top: 5.625rem;
  }
}
@media screen and (min-width: 1232px) {
  .ps-spacing--large {
    margin-top: 6.5625rem;
  }
}
@media screen and (min-width: 1424px) {
  .ps-spacing--large {
    margin-top: 7.5rem;
  }
}
@media print, screen and (min-width: 769px) {
  .ps-spacing--large {
    margin-bottom: 4.6875rem;
  }
}
@media screen and (min-width: 1040px) {
  .ps-spacing--large {
    margin-bottom: 5.625rem;
  }
}
@media screen and (min-width: 1232px) {
  .ps-spacing--large {
    margin-bottom: 6.5625rem;
  }
}
@media screen and (min-width: 1424px) {
  .ps-spacing--large {
    margin-bottom: 7.5rem;
  }
}
.ps-spacing--xlarge {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
@media print, screen and (min-width: 769px) {
  .ps-spacing--xlarge {
    margin-top: 6.25rem;
  }
}
@media screen and (min-width: 1040px) {
  .ps-spacing--xlarge {
    margin-top: 7.5rem;
  }
}
@media screen and (min-width: 1232px) {
  .ps-spacing--xlarge {
    margin-top: 8.75rem;
  }
}
@media screen and (min-width: 1424px) {
  .ps-spacing--xlarge {
    margin-top: 10rem;
  }
}
@media print, screen and (min-width: 769px) {
  .ps-spacing--xlarge {
    margin-bottom: 6.25rem;
  }
}
@media screen and (min-width: 1040px) {
  .ps-spacing--xlarge {
    margin-bottom: 7.5rem;
  }
}
@media screen and (min-width: 1232px) {
  .ps-spacing--xlarge {
    margin-bottom: 8.75rem;
  }
}
@media screen and (min-width: 1424px) {
  .ps-spacing--xlarge {
    margin-bottom: 10rem;
  }
}
.ps-cta-button__container {
  text-align: center;
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.ps-text--center {
  text-align: center;
}
.homepage__title {
  font-size: 24px;
  padding: 50px 0 30px;
  margin: 0;
  line-height: 1.1;
  text-transform: uppercase;
}
@media print, screen and (min-width: 769px) {
  .homepage__title {
    font-size: 36px;
    padding: 70px 0;
  }
}
.homepage__intro,
.homepage__intro .container {
  position: relative;
  overflow: hidden;
}
.homepage__intro .container {
  z-index: 2;
  text-align: center;
  color: #fff;
  padding-top: 130px;
  padding-bottom: 130px;
}
.homepage__intro .container button {
  background: #fff;
  color: #000;
  border: none;
}
.homepage__intro #volume-toggle {
  position: absolute;
  top: 40px;
  right: 20px;
  background: #000;
  color: #fff;
  border-radius: 90px;
  height: 35px;
  width: 35px;
  padding: 0;
}
@media print, screen and (min-width: 769px) {
  .homepage__intro #volume-toggle {
    right: 40px;
  }
}
@media screen and (min-width: 1040px) {
  .homepage__intro #volume-toggle {
    right: 60px;
  }
}
.homepage__intro #volume-toggle svg {
  width: 15px;
  height: 15px;
}
.homepage__intro #volume-toggle.active svg .icon-volume-off,
.homepage__intro #volume-toggle svg .icon-volume-on {
  display: none;
}
.homepage__intro #volume-toggle.active svg .icon-volume-on {
  display: block;
}
.homepage__intro-subheading {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 10px 0 30px;
}
@media print, screen and (min-width: 769px) {
  .homepage__intro-subheading {
    font-size: 22px;
    letter-spacing: 3px;
  }
}
.homepage__intro-logo,
.homepage__intro-subheading {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.video-volume-active .homepage__intro-logo,
.video-volume-active .homepage__intro-subheading {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  opacity: 0;
}
.homepage__intro-video {
  position: absolute;
  display: block;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.homepage__included {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .homepage__included {
    padding-bottom: 300px;
  }
}
.homepage__included:after,
.homepage__included:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  z-index: -1;
}
@media print, screen and (min-width: 769px) {
  .homepage__included:after,
  .homepage__included:before {
    height: 770px;
  }
}
/*.homepage__included:before {top: 0; background-image: url(/wp-content/uploads/2020/01/in-bg-top.jpg) }*/
.homepage__included:after {
  bottom: 0;
  background-image: url(images/in-bg.jpg);
}
.homepage__included .container {
  overflow: hidden;
}
.homepage__included .columns {
  margin: 0 0 40px;
}
@media print, screen and (min-width: 769px) {
  .homepage__included .columns {
    margin: 0 !important;
  }
}
.homepage__included .columns.access {
  flex-wrap: wrap;
  -webkit-box-pack: end;
  justify-content: flex-end;
}
@media print, screen and (min-width: 769px) {
  .homepage__included .columns.access .column {
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
.homepage__included-slider {
  display: -webkit-box;
  display: flex;
  max-width: 100%;
  width: 100%;
}
.homepage__included-slider .swiper-container {
  overflow: inherit;
}
.homepage__included-slider .swiper-slide {
  height: 60vw;
}
.homepage__included .fade-gallery {
  padding-top: 100%;
  position: relative;
}
.homepage__included .fade-gallery-image {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  left: 0;
  top: 0;
}
.homepage__included .fade-gallery-image:first-of-type {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  z-index: 20;
}
.homepage__included .fade-gallery-image:nth-of-type(n + 3) {
  display: none;
}
.homepage__included-title {
  text-align: center;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  background: #fff;
}
@media print, screen and (min-width: 769px) {
  .homepage__included-title i {
    margin: 0 0 15px;
  }
}
.homepage__included-title-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  .homepage__included-title-wrapper {
    padding: 40px;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}
.homepage__included-title-wrapper div {
  margin: 20px;
  max-width: 100%;
}
@media print, screen and (min-width: 769px) {
  .homepage__included-title-wrapper div {
    margin: 0;
  }
}
@media print, screen and (min-width: 769px) {
  .homepage__included-title {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    letter-spacing: 3px;
  }
}
@media screen and (min-width: 1040px) {
  .homepage__included-title {
    font-size: 22px;
  }
}
.homepage__included-description {
  background-size: cover;
  background-position: 50%;
  background-size: auto;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.homepage__included-description div {
  padding: 40px;
}
.airport .homepage__included-description div {
  align-self: flex-end;
}
.access .homepage__included-description {
  background-image: none !important;
  background: #ff7f8f !important;
}
.airport .homepage__included-description,
.island .homepage__included-description {
  color: #fff;
}
.homepage__included-promo-text {
  margin: 140px auto 0;
  color: #fff;
  text-shadow: 0 5px 60px #226182, 0 5px 20px #a9b5b5;
  text-align: center;
}
.homepage__included-promo-text strong {
  color: #2c2c2c;
  background: #ffee6a;
}
.homepage__included-promo-text span {
  display: block;
}
@media screen and (min-width: 1040px) {
  .homepage__included-promo-text span {
    display: inline;
  }
}
.homepage__included-promo-text br {
  display: none;
}
@media screen and (min-width: 1040px) {
  .homepage__included-promo-text br {
    display: inline;
  }
}
.homepage__included-promo-text button {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 150px;
}
@media print, screen and (min-width: 769px) {
  .homepage__included-promo-text button {
    margin-top: 50px;
  }
}
.homepage__included-promo-text button i,
.homepage__included-promo-text button svg {
  width: 30px;
  height: 30px;
}
.homepage__reviews {
  background-image: url(/wp-content/uploads/2020/01/rev-bg.jpg);
}
.homepage__reviews .homepage__title {
  color: #fff;
}
.homepage__reviews-percentage {
  padding: 70px 30px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 900;
  background-image: url(images/rev-ocean-bg.gif);
}
.homepage__reviews-percentage strong {
  font-weight: 900;
  color: #ffee6a;
}
.homepage__reviews-percentage .percentage {
  font-size: 140px;
  line-height: 1;
}
.homepage__reviews-percentage .percentage span {
  font-size: 30%;
}
.homepage__reviews-percentage .subtitle {
  font-size: 14px;
  letter-spacing: 2px;
  margin-top: 10px;
}
.homepage__reviews .swiper-pagination {
  background: #000;
  color: #fff;
}
.homepage__reviews .button,
.homepage__reviews form [type="submit"],
form .homepage__reviews [type="submit"] {
  position: absolute;
  z-index: 2;
  bottom: 23px;
}
.homepage__reviews .button.slider-next,
.homepage__reviews form .slider-next[type="submit"],
form .homepage__reviews .slider-next[type="submit"] {
  right: 20px;
}
.homepage__reviews .button.slider-prev,
.homepage__reviews form .slider-prev[type="submit"],
form .homepage__reviews .slider-prev[type="submit"] {
  left: 20px;
}
.homepage__reviews .swiper-slide {
  background: #fff;
  height: auto;
  display: -webkit-box;
  display: flex;
  padding-bottom: 50px;
}
.homepage__reviews .swiper-slide:nth-child(2n) {
  background: #ffee6a;
}
.homepage__reviews .swiper-slide:nth-child(2n) strong {
  background: #fff;
}
.homepage__reviews .swiper-slide > div {
  padding: 80px 30px 10px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.homepage__reviews .swiper-slide > div div {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin: 0 0 20px;
}
.homepage__reviews .swiper-slide .name {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2px;
}
.homepage__reviews .swiper-slide img {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  margin-right: 10px;
}
.homepage__reviews .swiper-slide strong {
  font-weight: 400;
  background: #ffee6a;
}
.homepage__waves {
  padding: 100px 0 0;
}
.homepage__waves__cities button {
  margin: 35px 5px 30px;
  min-width: 100px;
}
@media print, screen and (min-width: 769px) {
  .homepage__waves__cities button {
    min-width: 190px;
  }
}
.homepage__packages {
  padding-top: 40px;
}
.homepage__packages-wave-dates {
  margin-bottom: 20px;
  text-transform: uppercase;
}
.homepage__vip {
  position: relative;
  padding: 120px 0 200px;
}
@media screen and (min-width: 1040px) {
  .homepage__vip {
    padding: 120px 0 350px;
  }
}
.homepage__vip:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding-top: 47%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  z-index: -1;
  background-image: url(images/vip-bg.webp);
}
.homepage__vip-title {
  letter-spacing: 3px;
  text-transform: uppercase;
}
@media screen and (min-width: 1040px) {
  .homepage__vip-title {
    font-size: 21px;
  }
}
.homepage__vip-text {
  font-weight: 600;
  margin: 20px 0;
  max-width: 870px;
}
@media screen and (min-width: 1040px) {
  .homepage__vip-text {
    margin: 40px 0;
    font-size: 22px;
  }
}
.homepage__vip-text strong {
  font-weight: inherit;
  background: #ec0707;
  color:#fff;
}
.about h2,
.about p {
  margin-bottom: 15px;
}
.about__intro {
  position: relative;
  color: #fff;
  background: #001f5e;
}
.about__intro .container {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1039px) {
  .about__intro .container {
    -webkit-box-align: center;
    align-items: center;
  }
}
@media screen and (min-width: 1040px) {
  .about__intro .container {
    position: absolute;
  }
}
.about__intro:after,
.about__intro:before {
  content: "";
  display: block;
  left: 0;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
}
.about__intro:before {
  padding-top: 111%;
  background-image: url(images/about-bg-top.jpg);
  position: absolute;
}
@media screen and (min-width: 1040px) {
  .about__intro:before {
    position: relative;
  }
}
.about__intro:after {
  padding-top: 177%;
  background-image: url(images/about-bg-bottom.jpg);
}
@media screen and (min-width: 1040px) {
  .about__intro:after {
    display: none;
  }
}
.about__intro-hashtags {
  padding-top: 100vw;
  font-weight: 900;
  line-height: 1;
  zoom: 0.9;
}
@media screen and (min-width: 1040px) {
  .about__intro-hashtags {
    zoom: 1;
    padding-top: 120px;
  }
}
.about__intro-hashtags div:first-child {
  font-size: 54px;
}
.about__intro-hashtags div:nth-child(2) {
  font-size: 50px;
}
.about__intro-hashtags div:nth-child(3) {
  font-size: 47px;
}
.about__intro-featured {
  max-width: 360px;
  text-align: center;
}
.about__intro-featured .featured-title {
  font-size: 16px;
  letter-spacing: 2px;
  margin: 50px 0 20px;
}
.about__intro-featured .featured-logos {
  margin-bottom: 40px;
}
@media screen and (max-width: 1039px) {
  .about__intro-featured .featured-logos {
    background: #001f5e;
  }
}
.about__intro-featured .featured-logos span {
  display: none;
}
.about__intro-featured img {
  max-width: 100px;
}
.about__intro h1 {
  line-height: 1.2;
  margin-bottom: 30px;
}
.about__intro-text {
  max-width: 600px;
  margin: 50px auto -150px;
}
@media screen and (min-width: 1040px) {
  .about__intro-text {
    text-align: right;
    margin: auto 0 150px auto;
    align-self: flex-end;
  }
}
.about__content {
  position: relative;
}
.about__content:before {
  display: block;
  left: 0;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  background-image: url(images/about-bg-bottom.jpg);
  z-index: -1;
  padding-top: 177%;
}
@media screen and (min-width: 1040px) {
  .about__content:before {
    content: "";
  }
}
.about__content h2 {
  font-size: 18px;
  letter-spacing: 0;
  margin-bottom: 30px;
}
.about__content h3 {
  font-size: 16px;
  letter-spacing: 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 1039px) {
  .about__content .container {
    padding: 0;
  }
}
@media screen and (min-width: 1040px) {
  .about__content .container {
    position: absolute;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 100%;
  }
}
.about__content-image,
.about__content .columns {
  -webkit-box-pack: end;
  justify-content: flex-end;
}
.about__content-image {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
@media screen and (max-width: 1039px) {
  .about__content-image.last {
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
}
.about__content-image div {
  padding-top: 65%;
}
.about__content-text {
  padding: 60px 30px;
  background: #ffee6a;
}
.about__content-textblock {
  padding: 100px 60px 100px 30px;
  background: #ff7f8f;
}
.team-captain h2 {
  margin-bottom: 30px;
}
@media screen and (min-width: 1040px) {
  .team-captain h2 {
    margin-bottom: 70px;
  }
}
.team-captain__intro .column > div {
  max-width: 460px;
  margin: auto;
  text-align: center;
  padding: 35px 20px;
}
@media print, screen and (min-width: 769px) {
  .team-captain__intro .column > div {
    padding: 70px 20px;
  }
}
.team-captain__intro .column:first-child {
  background-image: url(images/tc-1.jpg);
  min-height: 400px;
}
.team-captain__intro .column:nth-child(2) {
  background-image: url(/wp-content/uploads/2020/01/in-bg-top.jpg);
}
.team-captain__intro-content div {
  font-size: 14px;
  max-width: 330px;
  margin: auto;
}
.team-captain__intro-title {
  color: #fff;
}
.team-captain__form {
  position: relative;
}
.team-captain__form .container {
  position: absolute;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
  padding-top: 40px;
}
@media screen and (min-width: 1040px) {
  .team-captain__form .container {
    padding-top: 100px;
  }
}
.team-captain__form-content {
  max-width: 400px;
}
.team-captain__form:before {
  content: "";
  display: block;
  left: 0;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100%;
  background-image: url(images/tc-bg.jpg);
  z-index: -1;
  padding-top: 206%;
}
@media screen and (min-width: 1040px) {
  .team-captain__form:before {
    background-position: 50%;
    padding-top: 66%;
  }
}
.team-captain__form h2 {
  max-width: 800px;
}
.is-404 {
  text-align: center;
  padding-bottom: 50px;
}
.is-404 h1 {
  font-size: 67px;
  line-height: 1;
}
.faqs__intro {
  padding: 80px 0 300px;
}
@media screen and (min-width: 1040px) {
  .faqs__intro {
    padding: 80px 0 800px;
  }
}
.faqs__content .container {
  margin-top: -300px;
}
@media screen and (min-width: 1040px) {
  .faqs__content .container {
    margin-top: -600px;
  }
}
.safety__intro {
  background-position: 100% 100% !important;
  padding: 80px 0 400px;
}
@media screen and (min-width: 1040px) {
  .safety__intro {
    padding: 80px 0 600px;
    background-position: bottom !important;
  }
}
.safety__content {
  background-position: 100% 0 !important;
}
.safety__content .container {
  margin-top: -200px;
}
@media screen and (min-width: 1040px) {
  .safety__content .container {
    margin-top: -350px;
  }
}
.safety__content-text-after {
  font-size: 14px;
}
@media screen and (min-width: 1040px) {
  .safety__content-text-after {
    padding: 35px 35px 15px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background: rgba(1, 5, 4, 0.85);
  }
}
.safety__content-text-after > div {
  max-width: 570px;
}
.single-package h1 {
  line-height: 1;
  margin: 10px 0;
}
.single-package h1 .button,
.single-package h1 form [type="submit"],
form .single-package h1 [type="submit"] {
  vertical-align: middle;
  margin-right: 30px;
}
.single-package h1 span {
  vertical-align: middle;
  margin-right: 20px;
}
@media screen and (min-width: 1040px) {
  .single-package h1 span {
    margin-right: 40px;
  }
}
.single-package h2 {
  margin-bottom: 30px;
  max-width: 720px;
}
@media screen and (min-width: 1040px) {
  .single-package h2 {
    margin-bottom: 70px;
  }
}
.single-package .swiper-slide {
  height: 100vw;
}
@media screen and (min-width: 1040px) {
  .single-package__slider {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 222;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: 0.25s;
    transition: 0.25s;
  }
  .single-package__slider .swiper-container {
    max-width: 1024px;
    max-height: 80vh;
    z-index: 20;
  }
  .single-package__slider .swiper-container .swiper-slide {
    height: 75vh;
    max-height: 768px;
  }
  .show-gallery .single-package__slider {
    opacity: 1;
    pointer-events: auto;
  }
}
@media screen and (min-width: 1040px) {
  .single-package__slider-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
  }
}
.single-package__slider .swiper-pagination {
  margin: 12px 0 0;
}
.single-package__gallery {
  position: relative;
}
.single-package__gallery-images {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 200px 200px;
  grid-template-rows: 200px 200px;
  -ms-grid-columns: 45% 1fr 1fr;
  grid-template-columns: 45% 1fr 1fr;
}
.single-package__gallery-images .bg-set {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  pointer-events: none;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.single-package__gallery-image {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.single-package__gallery-image:hover .bg-set {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}
.single-package__gallery-image:first-child {
  -ms-grid-row-span: 2;
  grid-row: span 2;
  -ms-grid-column: 1;
  grid-column: 1;
}
.single-package__gallery-image:nth-child(2) {
  -ms-grid-row-span: 2;
  grid-row: span 2;
  -ms-grid-column: 2;
  grid-column: 2;
}
.single-package__gallery-image:nth-child(3) {
  -ms-grid-column: 3;
  grid-column: 3;
}
.single-package__gallery-image:nth-child(4) {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 2;
  grid-row: 2;
}
.single-package__gallery-button {
  position: absolute;
  right: 40px;
  bottom: 40px;
}
.single-package__gallery-button button {
  background: #fff;
}
.single-package .content {
  font-weight: 600;
  max-width: 700px;
}
@media print, screen and (min-width: 769px) {
  .single-package .content {
    font-size: 22px;
  }
}
.single-package .details {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
}
@media screen and (min-width: 1040px) {
  .single-package .details {
    margin-bottom: 70px;
  }
}
.single-package .details__price {
  display: flex;
  align-items: baseline;
  font-weight: 300;
  font-size: 42px;
  -webkit-box-flex: 1;
  flex: 1 1 100%;
  width: 100%;
  letter-spacing: -3px;
}
@media print, screen and (min-width: 769px) {
  .single-package .details__price {
    font-size: 60px;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    margin-right: 70px;
  }
}
.single-package .details__price small {
  font-weight: 300;
  font-size: 50%;
  letter-spacing: 0;
}
.single-package .details__guests {
  -webkit-box-flex: 1;
  flex: 1 1 100%;
  width: 100%;
  border: solid rgba(0, 0, 0, 0.1);
  border-width: 1px 0;
  font-size: 14px;
  line-height: 1;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  padding: 15px 0;
  margin: 0px 0;
}
@media print, screen and (min-width: 769px) {
  .single-package .details__guests {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
  }
}
.single-package .details__guests > div {
  -webkit-box-flex: 1;
  flex: 1;
  position: relative;
  text-indent: -34px;
  padding-left: 30px;
}
.single-package .details__guests > div.is-number:first-letter {
  font-size: 42px;
  font-weight: 300;
}
@media print, screen and (min-width: 769px) {
  .single-package .details__guests > div {
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    white-space: nowrap;
  }
}
.single-package .details__guests-amount {
  margin-left: 40px;
}
.single-package .details__guests .guests-icons {
  position: absolute;
  top: 7px;
  left: 30px;
}
.single-package__included {
  background: url(/wp-content/uploads/2020/01/in-bg-top.jpg);
  background-size: cover;
  background-position: top;
  padding-top: 70px;
  margin-top: 70px;
}
.single-package__included i {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
.single-package__included .accordion-title {
  padding: 20px 35px;
}
.single-package__included .accordion-content-wrapper {
  margin: 0 35px 0 105px;
}
.single-package__included .accordion-content {
  padding-bottom: 25px;
  font-size: 16px;
}
.single-package__additional {
  padding: 60px 0;
  font-weight: 300;
}
.single-package__additional .mark {
  background: #ffee6a;
}
@media screen and (min-width: 1040px) {
  .single-package__additional {
    padding: 60px 0;
  }
}
.single-package__additional .container > div {
  max-width: 720px;
}
.single-package__book {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 22;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
  letter-spacing: 1.5px;
  line-height: 1.2;
}
@media screen and (min-width: 1040px) {
  .single-package__book {
    right: 150px;
  }
}
.single-package__book__wrapper {
  padding: 15px;
  background: #fff;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 100%;
  box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 1040px) {
  .single-package__book__wrapper {
    border-radius: 10px 10px 0 0;
    width: auto;
    right: 150px;
    font-size: 15px;
    padding: 20px 35px;
  }
}
.single-package__book [data-countdown] {
  display: -webkit-box;
  display: flex;
  white-space: nowrap;
}
.single-package__book [data-countdown] div:after {
  margin: 0 5px 0 0 !important;
}
.single-package__book [data-countdown] .countdown-days {
  margin-left: 5px;
  color: red;
}
.single-package__book [data-countdown] .countdown-days:after {
  content: "d";
}
.single-package__book [data-countdown] .countdown-hours {
  color: red;
}
.single-package__book [data-countdown] .countdown-hours:after {
  content: "h";
}
.single-package__book-text {
  margin-right: 20px;
}
.single-package__book-text small {
  font-size: 10px;
  text-transform: uppercase;
}
.single-package__book-text div {
  font-weight: 900;
}
.single-package__book-sold-out,
.single-package__book-text div span {
  color: red;
}
.single-package__intro {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-top: 30px;
}
@media screen and (min-width: 1040px) {
  .single-package__intro {
    margin-top: 70px;
  }
}
.single-package__intro-wave {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: stretch;
  align-items: stretch;
  margin: 10px 0;
}
.single-package__intro select {
  height: auto;
  min-width: 150px;
  margin-right: 20px;
  min-height: 36px;
  -webkit-box-flex: 1;
  flex: 1;
  font-weight: 600;
  margin-bottom: 20px;
}
.single-package__intro select option:disabled {
  color: red;
}
@media print, screen and (min-width: 769px) {
  .single-package__intro select {
    min-height: 50px;
    padding: 12px 30px 12px 12px !important;
  }
}
.guests-icons {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  font-weight: 300;
}
.guests-icons svg {
  width: 12px;
  height: 12px;
  margin: 0 2px;
}
@media print, screen and (min-width: 769px) {
  .guests-icons svg {
    width: 14px;
    height: 14px;
  }
}
.single-post__header {
  margin-bottom: 60px;
}
.single-post .published {
  font-size: 14px;
  opacity: 0.7;
}
.page-title {
  margin-bottom: 50px;
}
.package-excerpt {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid #d8d8d8;
  position: relative;
}
.package-excerpt:hover .package-excerpt__intro {
  -webkit-transform: translateX(15px);
  transform: translateX(15px);
}
.package-excerpt progress {
  width: 100px;
  height: 10px;
}
.package-excerpt > a {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 22;
}
.package-excerpt__intro {
  font-size: 14px;
  margin-bottom: 25px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-flex: 1;
  flex: 1 1 100%;
  width: 100%;
}
@media screen and (min-width: 1040px) {
  .package-excerpt__intro {
    margin-bottom: 0;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
  }
}
.package-excerpt__intro-title {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 8px;
}
.package-excerpt__details {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  flex: 1 1 100%;
  width: 100%;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
@media screen and (min-width: 1040px) {
  .package-excerpt__details {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
  }
}
.package-excerpt__details-guests {
  min-width: 150px;
  -webkit-box-pack: end;
  justify-content: flex-end;
  display: -webkit-box;
  display: flex;
}
.package-excerpt__details .buttons {
  flex-wrap: nowrap !important;
}
.package-excerpt__details .buttons:last-child {
  margin: 0 !important;
}
.package-excerpt__details .button,
.package-excerpt__details form [type="submit"],
form .package-excerpt__details [type="submit"] {
  margin: 0;
  height: 30px;
  padding: 0 12px;
  letter-spacing: 0;
}
.package-excerpt__details .package-sold-out {
  color: #e50029;
}
.package-excerpt__details .package-price {
  font-size: 14px;
  box-shadow: inset 0 0 0 1px #209cee;
}
.package-excerpt__details .package-price small {
  font-size: 50%;
  margin-top: 5px;
}
.wave-excerpt.column {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.wave-excerpt.column:after {
  content: "";
  display: block;
  padding-top: 100%;
}
.wave-excerpt.is-sold-out .wave-excerpt-image {
  opacity: 0.4;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.wave-excerpt.is_on_sale_soon .wave-excerpt-image {
  opacity: 0.6;
  -webkit-filter: blur(3px);
  filter: blur(3px);
}
.wave-excerpt * {
  pointer-events: none;
}
.wave-excerpt:hover .wave-excerpt-image {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.wave-excerpt-image {
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}
.wave-excerpt-wrapper {
  position: absolute;
  height: 100%;
  width: 100%;
  padding: 25px;
  color: #fff;
}
.wave-excerpt-sold-out {
  color: #e50029;
  text-align: center;
  max-width: 90px;
  font-size: 20px;
  margin: auto;
  line-height: 1;
  letter-spacing: 2.5px;
  top: 50%;
  font-weight: 700;
  position: absolute;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.wave-excerpt-sale-soon {
  color: #000000;
  text-align: center;
  max-width: 90px;
  font-size: 20px;
  margin: auto;
  line-height: 1;
  letter-spacing: 2.5px;
  top: 50%;
  font-weight: 700;
  position: absolute;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.wave-excerpt-sold-out:after,
.wave-excerpt-sold-out:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  border: solid #e50029;
  position: absolute;
}
.wave-excerpt-sale-soon:after,
.wave-excerpt-sale-soon:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  border: solid #000;
  position: absolute;
}
.wave-excerpt-sold-out:before,
.wave-excerpt-sale-soon:before {
  border-width: 3px 0 0 3px;
  left: -20px;
  top: -25px;
}
.wave-excerpt-sold-out:after,
.wave-excerpt-sale-soon:after {
  border-width: 0 3px 3px 0;
  right: -20px;
  bottom: -25px;
}
.wave-excerpt-title {
  font-size: 16px;
  letter-spacing: 3px;
}
.wave-excerpt-date {
  font-size: 10px;
  font-weight: 700;
}
.post-excerpt {
  margin-bottom: 40px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.post-excerpt:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.post-excerpt:hover img {
  -webkit-filter: brightness(1.12);
  filter: brightness(1.12);
}
.post-excerpt:hover a {
  color: #005d83;
}
.post-excerpt img {
  width: 100%;
  border-radius: 10px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.post-excerpt .entry-title,
.post-excerpt img {
  margin-bottom: 20px;
}
.post-excerpt .entry-footer {
  font-size: 14px;
}
.countdown-timer > div:first-child:after {
  content: "D";
  font-size: 16px;
  margin-right: 10px;
}
.countdown-timer > div:nth-child(2):after {
  content: "H";
  font-size: 16px;
  margin-right: 10px;
}
.countdown-timer > div:nth-child(3):after {
  content: "M";
  font-size: 16px;
  margin-right: 10px;
}
.countdown-timer > div:last-child:after {
  content: "S";
  font-size: 16px;
  margin-right: 10px;
  margin-left: 3px;
}
@media screen and (max-width: 640px) {
  .message-button {
    width: 100% !important;
  }
  a.vip-accessbtn {
    font-size: 12px;
  }
  .countdown-timer {
    font-size: 15px;
  }
  .countdown-timer > div:first-child:after,
  .countdown-timer > div:nth-child(2):after,
  .countdown-timer > div:nth-child(3):after,
  .countdown-timer > div:last-child:after {
    font-size: 10px;
  }
}
.message-button {
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 50px;
  width: 60%;
}
button#gform_submit_button_22 {
  background: url(https://www.springbreakfiji.com/wp-content/uploads/2019/09/button_GS.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  border: none;
  height: 68px !important;
}
button#gform_submit_button_22 i {
  display: none;
}
@font-face {
  font-family: "Gotham";
  src: url("fonts/GothamBlack.eot");
  src: url("fonts/GothamBlack.eot?#iefix") format("embedded-opentype"),
    url("fonts/GothamBlack.woff2") format("woff2"),
    url("fonts/GothamBlack.woff") format("woff"),
    url("fonts/GothamBlack.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "gotham_book";
  src: url("fonts/gotham-book-webfont.eot");
  src: url("fonts/gotham-book-webfont.eot?#iefix") format("embedded-opentype"),
    url("fonts/gotham-book-webfont.woff2") format("woff2"),
    url("fonts/gotham-book-webfont.woff") format("woff"),
    url("fonts/gotham-book-webfont.ttf") format("truetype"),
    url("fonts/gotham-book-webfont.svg#gotham_bookregular") format("svg");
  font-weight: normal;
  font-style: normal;
} /*@font-face {font-family: 'Gotham-Book'; src: url('fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'), url('fonts/Gotham-Book.woff') format('woff'), url('fonts/Gotham-Book.ttf')  format('truetype'), url('fonts/Gotham-Book.svg#Gotham-Book') format('svg'); font-weight: normal; font-style: normal; }*/ /*div.lazy {background-image: url(https://www.springbreakfiji.com/wp-content/uploads/2020/01/placeholder.png); background-size: auto;background-repeat: no-repeat; } .homepage__intro-video {background: url(https://www.springbreakfiji.com/wp-content/uploads/2020/01/video.png) no-repeat center center; background-size: auto;background-repeat: no-repeat; } */
.homepage__intro-video {
  top: 0;
} /*.footer-main__partners img:last-child {height: 42px; }*/
.button span {
  display: block;
  overflow: hidden;
  line-height: 32px;
  text-align: center;
}
.scroll {
  overflow: hidden;
}
.modal .close-modal-after-submit {
  position: absolute;
  height: 26px;
  width: 26px;
  left: auto;
  right: -13px;
  bottom: auto;
  top: -13px;
  padding: 0px;
  color: #ffffff;
  font-family: Arial;
  font-weight: 100;
  font-size: 13px;
  line-height: 24px;
  border: 2px solid #ffffff;
  border-radius: 26px;
  box-shadow: 0px 0px 15px 1px rgba(2, 2, 2, 0.75);
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.23);
  background-color: rgba(0, 0, 0, 1);
  z-index: 9999999;
  padding: 0 7px !important;
}
.pum-theme-3859 .pum-container,
.pum-theme-lightbox .pum-container {
  border: 10px solid #000000 !important;
}
.price_increase span {
  float: left;
  display: block;
  padding-right: 6px;
  overflow: hidden;
  text-transform: uppercase;
  font-weight: 400;
}
.price_increase {
  display: block;
  overflow: hidden;
  width: 100%;
  font-size: 15px;
  margin-top: 10px;
}
.price_increase .countdown-days,
.price_increase .countdown-hours {
  display: inline-block;
  margin-left: 5px;
  color: red;
  font-weight: 900;
}
.price_increase .countdown-days:after {
  content: "d";
}
.price_increase .countdown-hours:after {
  content: "h";
}
.details > span {
  display: block;
  overflow: hidden;
  width: 100%;
  font-size: 25px;
  color: black;
  padding-bottom: 5px;
  padding-top: 10px;
  font-weight: 700;
} /*------------------------Popup on Home Page------------------------*/
#packages .homepage__waves .columns .column,
#packages .homepage__waves .homepage__waves__cities {
  display: none;
}
#gform_wrapper_2 {
  position: relative;
}
.pum-open.pum-open-overlay.pum-open-scrollable .wrap {
  ilter: blur(2px);
  -webkit-filter: blur(8px);
} /*.pum-theme-3859.pum-theme-lightbox::before {content: ''; position: fixed; background: URL(/wp-content/uploads/2019/11/blr80.png); filter: blur(15px); z-index: 999; left: 0; top: 0; bottom: 0; right: 0; }*/
#popmake-3864 .gform_fields > li#field_2_9,
#popmake-4129 .gform_fields > li#field_2_9 {
  position: absolute;
  bottom: -70px;
  z-index: 999;
}
.pum-theme-3859,
.pum-theme-lightbox {
  background-color: rgba(255, 255, 255, 0.5) !important;
}
#popmake-3864 a.button.button-fb i,
#popmake-4129 a.button.button-fb i {
  margin: 0 15px 0 0;
}
#popmake-3864 a.button.button-fb,
#popmake-4129 a.button.button-fb {
  background: #0084ff;
  color: #fff;
  font-size: 13px;
  min-height: 45px;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 220px;
}
#popmake-3864,
#popmake-4129 {
  padding: 40px;
  box-shadow: none !important;
  margin: 0;
  margin: 15px 0;
}
#popmake-3864 .gform_fields > li#field_2_9 button,
#popmake-4129 .gform_fields > li#field_2_9 button {
  background-color: transparent !important;
  border: none;
  margin-top: 0;
  cursor: pointer;
  color: #a8a8a8 !important;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-size: 10px !important;
}
#popmake-3864 .modal__content-text h3,
#popmake-4129 .modal__content-text h3 {
  margin-top: 20px;
  color: #2c2c2c;
  margin-bottom: 10px;
}
#popmake-3864 h2,
#popmake-4129 h2 {
  color: #2c2c2c;
}
#popmake-3864 form label,
#popmake-4129 form label {
  font-weight: bold;
  line-height: 2.5;
  display: inline-block;
  width: 100%;
}
#popmake-4129 form .ginput_container_radio ul li label {
  padding: 6px 0;
  border-radius: 5px;
}
#popmake-3864 .validation_message,
#popmake-4129 .validation_message {
  font-size: 12px;
  margin: 5px 0 0px;
  opacity: 0.7;
  color: red;
  font-weight: normal;
}
#popmake-3864 form#gform_3 .validation_error,
#popmake-4129 form#gform_3 .validation_error {
  display: none;
}
#popmake-3864 li#field_3_9,
#popmake-4129 li#field_3_9 {
  position: absolute;
  bottom: -25px;
  margin-bottom: 0;
}
#popmake-3864 li#field_3_9 button,
#popmake-4129 li#field_3_9 button {
  background: transparent !important;
  color: #a8a8a8 !important;
  font-size: 10px !important;
  border: none;
  margin: 0;
  width: auto;
  max-width: 300px;
  text-transform: unset;
}
#popmake-3864 li#field_3_9 button:hover,
#popmake-4129 li#field_3_9 button:hover {
  color: black !important;
}
#popmake-3864 #gform_confirmation_message_3,
#popmake-3864 #gform_confirmation_message_3 p:last-child,
#popmake-4129 #gform_confirmation_message_3,
#popmake-4129 #gform_confirmation_message_3 p:last-child {
  padding-bottom: 0;
  margin-bottom: 7px !important;
  display: block;
  overflow: hidden;
}
#popmake-3864 .form-confirmation h3,
#popmake-4129 .form-confirmation h3 {
  font-size: 20px;
  color: #0092ff;
  margin-top: 20px;
  letter-spacing: 0;
  margin-bottom: 25px;
}
#popmake-3864 form#gform_3,
#popmake-4129 form#gform_3 {
  padding-bottom: 40px;
}
.form-confirmation.is-a-center p {
  color: #2c2c2c;
  font-size: 13px;
  letter-spacing: 1.6px;
  font-weight: 600;
}
#popmake-3864 .form-confirmation.is-a-center b {
  font-weight: 900;
  color: #2c2c2c;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1.6px;
}
.packages_tab {
  padding-top: 70px;
}
ul.d-flex li a:hover {
  border-color: transparent !important;
  color: #2c2c2c !important;
  background-color: #d2d2d2;
}
ul.d-flex li a {
  text-decoration: none !important;
  font-family: aktiv-grotesk-extended, sans-serif;
  font-size: 15px;
  line-height: 26px !important;
  padding: 10px 0 !important;
  display: block;
  overflow: hidden;
  height: 50px;
  letter-spacing: 4px;
  border: 2px solid #d2d2d2;
  border-radius: 5px;
  color: #2c2c2c;
  background-color: transparent !important;
  margin-bottom: 10px !important;
}
ul.d-flex li.active a {
  background-color: #ff0000 !important;
  border-color: #ff0000;
}
ul.d-flex li {
  display: inline-block;
  text-transform: uppercase;
  min-width: 190px;
}
ul.d-flex {
  text-align: center;
}
.packages_tab h2 {
  text-align: center;
  margin-bottom: 50px;
} /*------------------------------  Form-2 Only ---------------------------------------*/
#popmake-3864 #gform_wrapper_2 li#field_2_8 .close-modal.no-thanks,
#popmake-4129 #gform_wrapper_2 li#field_2_8 .close-modal.no-thanks {
  display: block;
}
button.close-modal.no-thanks.pum-close.popmake-close {
  max-width: 300px;
  margin: auto;
  background: transparent !important;
  background-color: transparent !important;
  border: none;
  margin-top: 0;
  cursor: pointer;
  color: #a8a8a8 !important;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-size: 10px !important;
}
#popmake-3864 .modal__content-text .close-modal-after-submit,
#popmake-3864 .close-modal.no-thanks.hide,
#popmake-4129 .modal__content-text .close-modal-after-submit,
#popmake-4129 .close-modal.no-thanks.hide {
  display: none;
}
#popmake-3864 #gform_2 .gform_fields > li#field_2_9,
#popmake-4129 #gform_2 .gform_fields > li#field_2_9 {
  position: relative;
  bottom: 0;
  z-index: 999;
}
#popmake-3864 #gform_wrapper_2 li#field_2_8,
#popmake-4129 #gform_wrapper_2 li#field_2_8 {
  position: absolute;
  bottom: -25px;
  margin-bottom: 0;
}
#popmake-3864 form#gform_2,
#popmake-4129 form#gform_2 {
  padding-bottom: 24px;
}
#popmake-3864 #gform_2 button.close-modal.no-thanks,
#popmake-4129 #gform_2 button.close-modal.no-thanks {
  background: transparent !important;
  color: #a8a8a8 !important;
  font-size: 10px !important;
  border: none;
  margin: 0;
  width: auto;
  max-width: 300px;
  text-transform: unset;
}
#popmake-3864 a.button.button-fb,
#popmake-4129 a.button.button-fb {
  display: none;
}
#popmake-3864 #gform_wrapper_2 .close-modal.close-modal-after-submit,
#popmake-4129 #gform_wrapper_2 .close-modal.close-modal-after-submit {
  display: none;
} /*---------------------------------------------------------------------*/ /*.modal__content {overflow: hidden !important; }*/
.modal #gform_wrapper_2 .validation_error {
  display: none;
}
.modal #gform_wrapper_2 .validation_message {
  margin-bottom: 0px;
}
.modal #gform_wrapper_2 li#field_2_8 {
  /* position: absolute; */ /* bottom: -25px; */ /* margin-bottom: 0; */
  display: none;
}
.modal
  #gform_wrapper_2
  .form-confirmation.is-a-center
  .close-modal.close-modal-after-submit {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
}
.about__intro-text h1 {
  line-height: 1.2;
}
.about__intro-text p {
  margin-top: 20px;
}
.about-us p {
  font-family: "gotham_book";
}
.about-us .about__content h3 {
  font-family: Gotham;
  line-height: 1.2;
}
.package-remaining .remaining span {
  color: #e50029;
}
a.column.is-narrow.link > div {
  /* min-height: 140px;*/
  vertical-align: middle;
  display: flex;
}
.experiance_fizi {
  margin: 120px 0;
}
.single-package__book-text.early {
  order: 2;
}
.single-package__book-text.remain {
  order: 1;
}
button.button.is-primary {
  order: 3;
}
.traveller_image span {
  display: block;
  overflow: hidden;
  color: white;
  position: relative !important;
  background: url(/wp-content/uploads/2019/10/btn-bg1.png);
  background-position: center;
  margin: 0 auto;
  background-repeat: no-repeat;
  padding: 22px 0;
  margin-top: -40px;
  text-transform: uppercase;
  font-family: Gotham;
  background-size: contain;
  font-size: 28px;
}
.culture_community p {
  text-align: right;
  display: block;
  overflow: hidden;
  font-size: 13px;
  padding-left: 70px;
}
.feedback-img img {
  height: auto;
  min-height: 60px;
}
.feedback-img {
  border-radius: 201px;
  display: block;
  overflow: hidden;
  max-width: 60px;
  height: 60px;
  margin: 0px auto;
}
.traveller_title {
  /*  background: url(https://www.springbreakfiji.com/wp-content/uploads/2019/10/shape-2.png);*/
  background-size: 100% 100%;
  background-repeat: no-repeat !important;
  text-align: center;
  margin: 0 auto 50px 0px;
}
.traveller_image {
  padding-right: 0;
  z-index: 9;
  text-align: center;
}
.left-testimonial .traveller_title {
  margin-right: 0px;
  margin-left: 0;
}
.fizi-groups .heading-header {
  padding: 20px 0;
}
.heading-header {
  max-width: 530px;
  margin: 0 auto;
  padding: 34px 0;
}
.fizi-groups:before {
  bottom: 36px !important;
}
.about-us .experiance_fizi .columns.is-multiline.fizi-groups {
  margin-bottom: 0px !important;
}
.experiance_fizi .description {
  font-size: 18px;
  font-family: "gotham_book";
  line-height: 25px;
}
.experiance_fizi .heading {
  font-size: 18px;
  font-family: "gotham_book";
  color: black;
}
.experiance_fizi .item {
  overflow: hidden;
} /* Enter Your Custom CSS Here */
.future_question {
  background: url(/wp-content/uploads/2019/10/further_background.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px 0;
}
.footer-main__facebook,
.footer-main__instagram {
  display: none;
}
.left-testimonial,
.right-testimonial {
  position: relative;
}
.right-testimonial:before {
  content: "";
  background: url(/wp-content/uploads/2019/10/solo-bg-1.png);
  background-size: 91% auto;
  width: 100%;
  height: 310px;
  position: absolute;
  background-position: bottom;
  background-repeat: no-repeat;
  left: 110px;
  bottom: 67px;
}
.left-testimonial:before {
  content: "";
  background: url(/wp-content/uploads/2019/10/couple-bg.png);
  background-size: 93% auto;
  width: 100%;
  height: 310px;
  position: absolute;
  background-position: bottom;
  background-repeat: no-repeat;
  right: 110px;
  bottom: 61px;
}
.add_free_activities .owl-dots {
  display: none;
}
a.btn_add {
  text-transform: uppercase;
}
a.btn_add:hover {
  color: black;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #ff0000;
}
.owl-dots {
  text-align: center;
  margin-left: -110px;
  margin-top: -20px;
}
.left-testimonial .owl-dots {
  margin-left: 0;
  margin-right: -110px;
}
.left-testimonial .d-flex {
  margin-left: 0;
  margin-right: -110px;
}
.left-testimonial .traveller_image {
  padding-right: 0.75rem;
  padding-left: 0;
}
.free_activities .item {
  background-repeat: no-repeat;
  background-size: 100% auto;
  height: 550px;
  background-position: center;
}
.culture_community .title-style {
  text-align: right;
}
.title-style h3 {
  display: inline-block;
  background: url(/wp-content/uploads/2019/10/head-bg.png);
  background-size: 100% 100%;
  padding: 45px 75px 30px;
  color: #002168 !important;
  background-repeat: no-repeat;
}
.What_icluded .title-style.included h3 {
  padding: 40px 100px;
}
.team h3 {
  padding: 40px 70px;
}
.free_activities .owl-item .item {
  text-align: center;
  margin: 0 auto 60px;
  display: block;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.free_activities_heading p {
  font-size: 18px;
  font-family: "gotham_book";
}
.free_activities_heading b {
  color: yellow;
  font-family: Gotham;
  font-size: 28px;
}
.free_activities_heading {
  max-width: 80%;
  text-align: center;
  background: url(/wp-content/uploads/2019/10/large-bg.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  bottom: 0;
  padding: 50px 0 40px;
  margin: 0 auto;
  display: block; /* overflow: hidden; */
  background-position: center; /* float: none; */
  width: 100%;
  left: 0;
  right: 0;
}
.free_activities .owl-nav {
  display: block;
}
.free_activities button.owl-prev,
.free_activities button.owl-next {
  position: absolute;
  top: 42%;
  line-height: 56px !important;
  margin: 0 20px;
}
.free_activities button.owl-next {
  right: 0;
}
.add_free_activities .owl-nav span {
  background-color: #707e9f;
  border-radius: 30pc;
  color: white;
  font-size: 72px;
  width: 72px;
  display: block;
  overflow: hidden;
  height: 72px;
}
.culture p {
  color: #002168 !important;
  font-size: 18px;
}
.team p {
  color: #002168 !important;
  font-size: 18px;
}
.What_icluded .title-style p {
  font-family: "gotham_book";
}
.What_icluded .owl-nav {
  display: block !important;
}
.What_icluded .owl-nav span,
.traveller_title .owl-nav span {
  background-color: #707e9f;
  border-radius: 30pc;
  color: white;
  font-size: 42px;
  width: 52px;
  display: block;
  overflow: hidden;
  height: 52px;
}
.What_icluded button.owl-next {
  right: 0;
}
.What_icluded button.owl-prev,
.What_icluded button.owl-next {
  position: absolute;
  top: 42%;
  line-height: 42px !important;
  margin: 0 20px;
}
.traveller_title button.owl-prev,
.traveller_title button.owl-next {
  position: absolute;
  top: 42%;
  line-height: 42px !important;
  margin: 0 20px;
}
.traveller_title button.owl-next {
  right: 0;
}
.traveller_title button.owl-prev {
  left: 0;
}
.team p {
  font-family: "gotham_book";
} /*------------------------------------------------ Talent Page------------------------------*/
.our-perk {
  display: block;
  overflow: hidden;
  margin-top: 130px;
}
.perk {
  display: flex;
  overflow: hidden;
  width: 100%;
  border-bottom: 3px solid #fff;
  margin-bottom: 30px;
  text-align: right;
  justify-content: flex-end;
}
.talent-heading h1 {
  text-align: center;
  color: white;
  font-family: Gotham;
  line-height: 70px;
  font-size: 62px;
}
ul.icons {
  display: inline-block;
  overflow: hidden;
  float: right;
  margin-left: 10px;
}
ul.icons li {
  display: inline-block;
}
.perk {
  display: block;
}
.our-perk .perk h2 {
  text-align: right;
  color: white;
  font-size: 49px; /* display: block; */ /* overflow: hidden; */ /* border-bottom: 3px solid; */
  padding-bottom: 10px;
  display: inline-block; /* float: right; */
}
.perk-row {
  display: block;
  overflow: hidden;
  width: 100%;
}
.perk-gallery {
  display: flex;
  overflow: hidden;
}
.perk-img {
  min-height: 238px;
  display: block;
  overflow: hidden;
  max-height: 238px;
}
.perk-description {
  min-height: 238px;
  max-height: 238px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-family: "gotham_book";
  color: #000;
}
.perk-row:first-child .perk-description {
  background-color: #ffee6a;
}
.perk-row:nth-child(2) .perk-description {
  background-color: #ff7f8f;
}
.perk-row:last-child .perk-description {
  background-color: #fff;
}
.perk-row:nth-child(2) .perk-block {
  display: flex;
  width: 100%;
  flex-flow: column;
}
.perk-row:nth-child(2) .perk-block .perk-description {
  order: 2;
}
.perk-row:nth-child(2) .perk-block .perk-img {
  order: 1;
}
.perk-row:nth-child(2) .perk-block > div {
  width: 100%;
  overflow: hidden;
}
.job h2 {
  color: white;
  font-size: 49px;
  display: block;
  overflow: hidden;
  border-bottom: 3px solid;
  padding-bottom: 10px;
  margin-bottom: 40px;
  text-align: left !important;
}
.job-block {
  display: flex;
  width: 100%;
  margin-bottom: 30px;
  height: 100%;
}
.job-block .job-img,
.job-block .job-desc {
  width: 50%;
  text-align: center;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  background-color: #fff;
}
.video iframe {
  height: 100%;
  border: 0; /* min-height: 347px;*/
  width: 100%;
}
.video .job-img {
  background-color: black;
}
.our-jobs.browse {
  margin-top: 30px;
  display: block;
  overflow: hidden;
}
.job-heading {
  font-size: 50px;
  font-family: Gotham;
}
.job-description p {
  font-family: "gotham_book";
  font-size: 25px;
  margin-bottom: 0;
} /*.job-description a {background-color: #ff0000; padding: 17px 68px; border-radius: 10px; text-decoration: none !important; display: inline-block; overflow: hidden; border: 2px solid #ff0000; font-family: Gotham; font-size: 24px; margin-top: 25px; }*/
.job-description a {
  background-color: #ff0000;
  padding: 12px 30px 13px;
  border-radius: 5px;
  text-decoration: none !important;
  display: inline-block;
  overflow: hidden;
  border: 2px solid #ff0000;
  font-family: aktiv-grotesk-extended, sans-serif;
  font-size: 15px;
  margin-top: 25px;
  text-transform: uppercase;
  letter-spacing: 4px;
  line-height: 22px;
  color: #2c2c2c !important;
}
.job-row:first-child .job-block .job-desc {
  background-color: #ffee6a;
}
.job-row:nth-child(2) .job-block .job-desc {
  background-color: #ff7f8f;
}
.job-row:nth-child(4) .job-block .job-desc {
  background-color: #ffee6a;
} /*.job-row:nth-child(5) .job-block .job-desc {background-color: #ff7f8f; } .job-row:nth-child(7) .job-block .job-desc {background-color: #ffee6a; } .job-row:nth-child(8) .job-block .job-desc {background-color: #ff7f8f; }*/
.browse .job-row:first-child .job-block .job-desc {
  background-color: #fff;
}
.browse .job-row:nth-child(2) .job-block .job-desc {
  background-color: #ffee6a;
}
.browse .job-row:nth-child(3) .job-block .job-desc {
  background-color: #ff7f8f;
}
.question {
  margin-bottom: 140px;
  margin-top: 160px;
}
.question p {
  background: url(/wp-content/uploads/2019/10/ques-bg_new.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  font-size: 45px;
  font-family: Gotham;
  padding: 40px 0;
  line-height: 52px;
  background-position: center;
}
.question p a {
  color: #0303fa;
  text-decoration: none !important;
}
.video .job-row:first-child .job-block .job-desc {
  background-color: #ff7f8f;
}
.job-heading {
  font-size: 50px;
  font-family: Gotham;
  padding-top: 45px;
  display: block;
  overflow: hidden;
  width: 100%;
  line-height: 60px;
  padding-bottom: 20px;
}
.job-description {
  padding-bottom: 24px;
}
.right-testimonial .traveller_image img {
  margin: 0 auto;
}
.earlybird {
  display: flex;
}
.job-description a:hover {
  background-color: #ec0707;
  border-color: transparent;
} /*----------------------------------------- Package Single Page---------*/
.review {
  position: relative;
}
.review img {
  max-width: 80px;
  margin: 0 auto 10px;
  border-radius: 80px;
  min-height: 80px;
}
.review-content.item {
  text-align: center;
  position: relative;
  padding: 10px 0 60px;
}
.review-content.item p {
  font-weight: 300;
}
.review-content.item .review-title {
  font-size: 18px;
  margin-bottom: 10px;
  display: block;
  overflow: hidden;
  font-weight: 300;
}
.review .owl-carousel:before {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  background: url(/wp-content/uploads/2019/10/quote-left.png);
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: contain;
}
.review .owl-carousel:after {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  background: url(/wp-content/uploads/2020/01/quote-right.png);
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: contain;
} /* .review .owl-carousel .owl-nav button.owl-prev {left: 0; right: 0; bottom: 100px; position: absolute; margin: 0 auto; padding-right: 10px !important; } .owl-nav span {position: relative; } .owl-carousel .owl-nav button.owl-next {position: absolute; left: 0; right: 0; bottom: 100px; margin: 0 auto; padding-left: 10px !important; } .owl-nav .owl-next span:before {background: url(/wp-content/uploads/2019/10/left-arrow.png); content: ""; width: 50px; height: 50px; position: absolute; left: -40px; background-repeat: no-repeat; background-size: 30px; } .owl-nav .owl-prev span:before {background: url(/wp-content/uploads/2019/10/right-arrow.png); content: ""; width: 50px; height: 50px; position: absolute; left: -40px; background-repeat: no-repeat; background-size: 30px; }*/
.review .owl-nav {
  max-width: 200px;
  margin: 0 auto;
  position: relative;
  bottom: 50px;
}
.review .owl-carousel .owl-nav button {
  color: transparent;
}
.review .owl-carousel .owl-nav button.owl-prev {
  width: 50px;
  height: 50px;
  position: relative !important;
  margin-right: 28px;
  top: 0;
  bottom: 0;
  overflow: hidden;
  float: right;
  transform: rotate(180deg);
  z-index: 1000;
}
.review .owl-carousel .owl-nav button.owl-next {
  width: 50px;
  height: 50px;
  position: relative !important;
  overflow: hidden;
  margin-left: 0;
  top: 0;
  bottom: 0;
  float: left;
  transform: rotate(180deg);
}
.review .owl-nav .owl-prev span:before {
  background: url(/wp-content/uploads/2020/01/left-arrow.png);
  content: "";
  width: 50px;
  height: 40px;
  position: absolute;
  left: 0;
  background-repeat: no-repeat;
  background-size: 30px;
  z-index: 9999;
  bottom: 0;
}
.review .owl-nav .owl-next span:before {
  background: url(/wp-content/uploads/2020/01/right-arrow.png);
  content: "";
  width: 50px;
  height: 40px;
  position: absolute;
  right: 0;
  background-repeat: no-repeat;
  background-size: 30px;
  left: auto;
  z-index: 99999;
  bottom: 0;
}
.footer-main__featured .featured-logos a > div {
  min-height: 130px;
  align-items: center;
  vertical-align: middle;
  display: flex !important;
}
.single-package__book-text.early.new.display {
  opacity: 1;
  background-color: white;
}
.single-package__book-text.early {
  order: 2;
  opacity: 0;
  position: absolute;
  padding: 0px 10px 0 0;
}
.single-package__book-text.new {
  min-width: 215px;
}
.remaining span,
.remaining b {
  font-family: aktiv-grotesk-extended, sans-serif !important;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 900;
} /*------------------------------------- VIP BUTTON----------------------*/
.message-button a.vip-accessbtn {
  color: #fff !important;
  background-color: #0084ff;
  padding: 10px 0;
  text-decoration: none !important;
  text-transform: uppercase;
  display: block;
  overflow: hidden;
  text-align: center;
  border-radius: 8px;
  position: relative;
  font-size: 22px;
  font-family: gotham_book;
}
#popmake-3864 a.vip-accessbtn,
#popmake-4129 a.vip-accessbtn {
  padding: 14px 0;
}
#popmake-3864 a.vip-accessbtn:before,
#popmake-4129 a.vip-accessbtn:before {
  top: 10px;
}
a.vip-accessbtn:before {
  content: "";
  width: 32px;
  height: 32px;
  background: url(https://www.springbreakfiji.com/wp-content/uploads/2019/10/fbicn.png);
  position: absolute;
  background-size: 100% auto;
  left: 20px;
}
@media screen and (min-width: 1600px) {
  .talent {
    background-size: 100% 100% !important;
  }
}
@media screen and (min-width: 1100px) {
  .talent-heading h1 {
    padding: 140px 0px;
  }
  .about__content h3 {
    font-size: 48px !important;
  }
  .title-style h3 {
    font-size: 36px !important;
  }
  .about-us .package-description {
    max-width: 340px;
    margin: 0 auto;
  }
  .experiance_fizi .description {
    max-height: 112px !important;
    min-height: 112px !important;
    line-height: 21px !important;
    padding-top: 2px;
  }
  .fizi-groups .heading-header {
    padding: 20px 0 30px;
  }
  .about-us .owl-dots {
    bottom: -30px !important;
  }
  .package-iframe iframe {
    width: 100%;
    height: 750px !important;
  }
}
@media screen and (max-width: 1099px) {
  .about-us .about__intro {
    background: #001f5e !important;
    margin-bottom: -1px;
    padding-bottom: 0 !important;
  }
  .about__intro-featured {
    background: #001f5e;
    padding: 30px 0;
    margin-top: 30px;
  }
  .about-us .spacer:nth-child(2) {
    display: none;
  }
}
@media all and (max-width: 1024px) and (min-width: 768px) {
  .job-img img {
    min-height: 300px;
    max-width: 100%;
  }
  .about-us .traveller_image span {
    font-size: 26px;
  }
  .talent-heading h1 {
    padding: 80px 0px;
  }
  .about__content h3 {
    font-size: 26px;
  }
  .remaining {
    text-align: center;
  }
  .package-excerpt__details-price {
    line-height: 31px !important;
    display: block;
    width: 100%;
    text-align: center;
  }
  .experiance_fizi .heading-header {
    padding: 28px 0;
  }
  .package-excerpt__details {
    width: 27%;
    flex: unset !important;
    display: block;
    overflow: hidden;
    text-align: center;
  }
  .guests-icons {
    text-align: center;
    margin: 0 auto;
    display: block;
  }
  .package-excerpt__details-guests {
    float: none !important;
  }
  .What_icluded .title-style.included h3 {
    padding: 26px 100px 30px;
  }
  .package-excerpt__details .buttons.has-addons {
    /* text-align: center; */
    margin: 6px auto !important; /* float: none; */ /* flex-wrap: unset !important; */
    display: block;
  }
  .about-us .column.is-12-mobile {
    flex: inherit;
  }
  .about-us .about__content-image,
  .about-us .about__content .columns {
    -webkit-box-pack: start;
    justify-content: start;
  }
  .about-us .culture_community p {
    text-align: left !important;
  }
  .about-us .team,
  .about-us .culture {
    padding-bottom: 0;
    padding-top: 50px;
  }
  .about-us .experiance_fizi .columns.is-multiline.fizi-groups .heading {
    padding-bottom: 10px;
  }
  .about-us .team .columns.is-multiline {
    flex-wrap: nowrap;
  }
  .about-us p {
    font-family: "gotham_book";
  }
  .about-us .team p {
    max-width: 90%;
  }
  .experiance_fizi .description,
  .about-us .package-description {
    font-family: "gotham_book";
  }
  .about-us .about__content h3 {
    text-align: left;
  }
  .about-us .experiance_fizi .heading {
    font-family: "gotham_book";
  }
  .about-us .about__intro-featured img {
    height: auto !important;
  }
  .about-us a.column.is-narrow.link > div {
    min-height: 55px !important;
    display: block;
  }
  .footer-main__featured .featured-logos a {
    max-width: 48%;
  }
  .about-us .package-description {
    /* max-width: 340px; */
    margin: 0 auto;
    padding: 0 45px;
  }
  .perk-description {
    font-size: 20px;
    padding: 0 15px;
  }
  .job-heading {
    font-size: 32px;
  }
  .job-description p {
    font-family: "gotham_book";
    font-size: 18px;
    padding: 0 15px;
  }
  .question p {
    background-size: 100%;
    font-size: 25px;
    line-height: 32px;
  }
  .job-description p {
    font-family: "gotham_book";
  }
  .perk-description {
    font-family: "gotham_book";
  }
  .question {
    margin-bottom: 170px;
    margin-top: 80px;
  }
  .left-testimonial .heading-header {
    padding: 27px 0 39px !important;
  }
  .experiance_fizi .description {
    line-height: 19px;
    padding-top: 14px;
  }
  .experiance_fizi .description {
    max-height: 110px !important;
    display: block;
    overflow: hidden;
    min-height: 110px !important;
  }
  .feedback-img {
    margin: 5px auto 0;
  }
  .our-perk {
    margin-top: 480px;
  }
  .about-us .What_icluded p {
    padding-top: 60px;
  }
  .add_free_activities .title-style.text-right p {
    color: #002168 !important;
  }
  .about-section-1 {
    background-color: #001f5e;
    padding: 40px 30px !important;
    text-align: center;
  }
  .about__content {
    background: linear-gradient(
      to bottom,
      rgba(0, 31, 94, 1) 45%,
      rgba(0, 31, 94, 0.67) 63%,
      rgba(255, 255, 255, 0.44) 76%,
      rgba(255, 255, 255, 0) 100%
    );
    display: block;
    overflow: hidden;
    margin-top: -10px;
  }
  .about-us .about__intro-text {
    margin: 0 auto !important;
  }
  .review-content.item {
    text-align: center;
    position: relative;
    padding: 10px 0 60px;
    max-width: 75%;
    margin: 0 auto;
  }
  .columns.review-carousel {
    flex-flow: column;
  }
  .header-mobile .menu-mobile-state li {
    flex: auto !important;
  }
  .swiper-wrapper {
    height: auto !important;
    padding-bottom: 10px;
  }
  .single-package .details__guests .guests-icons {
    display: flex;
  }
  .about-us .What_icluded .item.column {
    padding: 0.85rem !important;
  }
  body .about__intro-hashtags div:nth-child(1) {
    font-size: 38px;
    text-align: center;
  }
  body .about__intro-hashtags div:nth-child(2) {
    font-size: 36px;
    text-align: center;
  }
  body .about__intro-hashtags div:nth-child(3) {
    font-size: 34px;
    text-align: center;
  }
  body .about__content-image div {
    margin-bottom: 20px;
  }
  .about-us .owl-dots {
    bottom: -25px !important;
  }
  .about-us .What_icluded p {
    padding-top: 20px !important;
  }
  body .experiance_fizi {
    margin: 50px 0;
  }
  body .about-us .add_free_activities,
  .about-us .culture {
    padding: 40px 0px;
  }
  .about__intro-featured .featured-title {
    margin: 0 0 20px !important;
  }
}
@media screen and (max-width: 850px) {
  .about-us .package-description {
    color: #002168 !important;
  }
  .What_icluded .text-blue br {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .job-description a {
    padding: 5px 16px;
    font-size: 8px;
    letter-spacing: 1.6px;
  }
  .review-content.item {
    max-width: 75%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .single-package .details__guests {
    margin-top: 0;
  }
  .single-package .details__price {
    line-height: 52px;
  }
  #pum-3864 {
    overflow: hidden;
  } /*----------------------------------- About Us Page ----------------------------------------*/
  ul.icons li {
    margin: 0 5px;
  }
  .right {
    text-align: right;
  }
  .right-testimonial .traveller_image img {
    max-width: 396px;
    max-height: 233px;
    display: block;
    overflow: hidden;
    min-width: 396px;
  }
  .traveller_image {
    padding: 0 !important;
    z-index: 9;
    text-align: center;
  }
  .future_question h3 {
    font-size: 33px !important;
    margin-bottom: 0 !important;
    color: #fff;
  }
  .future_question p {
    color: #fff;
  }
  .about__content h3 {
    font-size: 26px;
  }
  .team p {
    color: #002168 !important;
    font-size: 18px;
    max-width: 60%;
  }
  .about__content h3 {
    letter-spacing: 0;
    margin-bottom: 20px;
    color: White;
  }
  .about_multiline {
    flex-wrap: unset !important;
    justify-content: unset !important;
  }
  .about_spring_break {
    max-width: 650px;
  }
  .about__content p,
  .about__content p strong {
    color: White;
  }
  .experiance_fizi .description {
    max-height: 102px;
    display: block;
    overflow: hidden;
    min-height: 102px;
  } /*-----------------------------------------------------------------------------------------*/
  .package-excerpt {
    display: block;
    flex-wrap: unset;
    overflow: hidden;
  }
  .package-remaining {
    margin-bottom: 20px;
  }
  .package-excerpt__intro {
    width: 58%;
    float: left;
    margin-right: 10px;
  }
  .package-remaining {
    width: 13%;
    float: left;
    display: block;
  }
  .package-excerpt__details-price {
    display: block;
    overflow: hidden;
    float: right;
    line-height: 30px;
    padding-right: 15px;
  }
  .package-remaining .buttons:last-child {
    margin-bottom: 0;
  }
  .package-excerpt__details-guests {
    padding-top: 0px;
    display: block;
    overflow: hidden;
    float: right;
  }
  .package-excerpt__details {
    width: 27%;
  }
  .p-t-150 {
    padding-top: 150px;
  }
  .p-b-150 {
    padding-bottom: 150px;
  }
  .spacer {
    height: 350px;
  }
  .our-jobs {
    margin-top: 80px;
  }
  .job-description p {
    font-family: "gotham_book";
    font-size: 24px;
    margin-bottom: 0;
    max-width: 470px;
    line-height: 28px;
  }
  .icons img {
    max-width: 60px;
  }
  .job-gallery .job-row:nth-child(even) .job-img {
    order: 2;
  }
  .job-gallery .job-row:nth-child(even) .job-desc {
    order: 1;
  }
  .browse .job-gallery .job-row:nth-child(even) .job-img {
    order: 1;
  }
  .browse .job-gallery .job-row:nth-child(even) .job-desc {
    order: 2;
  }
  .browse .job-gallery .job-row:nth-child(odd) .job-img {
    order: 2;
  }
  .browse .job-gallery .job-row:nth-child(odd) .job-desc {
    order: 1;
  }
  .solo .heading-header {
    padding: 10px 0 40px;
  }
  .left-testimonial .heading-header {
    padding: 16px 0 39px;
  }
}
@media screen and (max-width: 1100px) {
  .package-remaining {
    margin-bottom: 10px;
  }
  .about-us .about_multiline > .column {
    padding-right: 20px;
    padding-left: 0;
  }
  .about-us .about__intro-hashtags {
    padding-top: 50px;
  }
  .about-us .about__intro:after {
    padding-top: 0;
    background-image: none;
  }
  .about-us .about__content h3 {
    color: #fff;
  }
  .about-us .traveller_title {
    margin: 40px 0 20px;
    padding: 30px 0 10px !important;
  }
  .about-us .culture_community p {
    text-align: center;
    padding-left: 0;
  }
  .about-us .add_free_activities,
  .about-us .culture {
    padding: 80px 0px;
  }
  .about-us .about__intro-text {
    margin: 0;
  }
  .about-us .container {
    padding: 0 15px;
  }
  .about-us .free_activities_heading {
    max-width: 100%;
    background-size: 100% 100%;
    padding: 25px 30px;
  }
  .about-us .right-testimonial:before {
    background-size: 100% 100%;
    left: 0;
    bottom: 0;
  }
  .about-us .left-testimonial:before {
    background-size: 100% 100%;
    right: 0;
    bottom: 0;
    top: 0;
  }
  .about-us .about__content .about_spring_break p {
    color: #fff;
  }
  .about-us .What_icluded {
    margin: 50px 0;
  }
  .about-us .left-testimonial .owl-dots {
    margin-right: 0;
  }
  .about-us .left-testimonial .d-flex {
    margin-right: 0;
  }
  .about-us .What_icluded p {
    color: #fff;
  }
  .about-us .title-style {
    text-align: center;
    color: #fff;
  }
  .about-us .free_activities_heading p {
    color: #fff;
  }
  .about-us .experiance_fizi h3 {
    text-align: center;
  }
  .about-us .fizi-groups:before {
    bottom: 20px !important;
  }
  .about-us .right-testimonial:before {
    bottom: 20px !important;
  }
  .about-us .package-heading {
    font-size: 18px !important;
  }
  .left-testimonial {
    display: flex !important;
    width: 100%;
  }
  .left-testimonial .traveller_title {
    order: 2;
    content: "";
    background: url(/wp-content/uploads/2019/10/couple-bg.png);
    background-size: 100% 99%;
    width: 100%;
  }
  .left-testimonial .traveller_image {
    order: 1;
  }
  .left-testimonial:before {
    content: none;
  }
  .right-testimonial .traveller_image {
    padding-left: 0;
  }
  .video iframe {
    min-height: 327px;
  }
  .package-iframe iframe {
    height: 1450px !important;
  }
}
@media screen and (max-width: 767px) {
  ul.d-flex li {
    display: block;
    max-width: 190px;
    margin: 0 auto;
  }
  .about-us .about-section-1 {
    background-color: #001f5e;
    display: block;
    overflow: hidden;
    margin-bottom: -1px;
    padding-top: 30px;
  }
  .add_free_activities .title-style > p {
    color: #002168 !important;
  }
  .about-us a.column.is-narrow.link > div {
    min-height: auto;
  }
  .about-us a.column.is-narrow.link > div {
    min-height: inherit !important;
  } /*.title-style h3 {padding: 30px 75px 30px; }*/
  .about-us .about__intro-featured .featured-title {
    margin: 0px 0 20px;
  }
  .about-us .about__intro-featured .featured-logos {
    background: transparent;
  }
  .about-us .about__content {
    position: relative;
    background: linear-gradient(
      to bottom,
      rgba(0, 31, 94, 1) 45%,
      rgba(0, 31, 94, 0.67) 63%,
      rgba(255, 255, 255, 0.44) 76%,
      rgba(255, 255, 255, 0) 100%
    );
    display: block;
    overflow: hidden;
    padding-top: 10px;
  }
  .about-us .about_multiline > .column {
    padding: 0;
  }
  .about-us .traveller_image span {
    font-size: 16px;
  }
  .package-remaining {
    margin-bottom: 20px;
  }
  .future_question p {
    color: white;
  }
  .future_question h3 {
    margin-bottom: 0;
    color: #fff;
  }
  .about-us .experiance_fizi .description {
    font-size: 14px;
    line-height: 1.1;
    padding: 0 40px 0;
    max-height: 111px;
    display: block;
    overflow: hidden;
    min-height: 111px;
  }
  .about-us .free_activities_heading b {
    line-height: 1.1;
    font-size: 20px;
  }
  .about-us .free_activities_heading p {
    font-size: 14px;
    line-height: 1.1;
  }
  .about-us .team p {
    max-width: 100%;
    text-align: center;
  }
  .about-us .about__content h3 {
    text-align: center;
    font-size: 20px;
  }
  .about-us .about_spring_break h3 {
    text-align: left;
  }
  .traveller_title button.owl-prev,
  .traveller_title button.owl-next {
    line-height: 24px !important;
    margin: 0 !important;
  }
  .about-us .package-heading {
    padding: 35px 30px 30px;
  }
  .What_icluded .owl-nav span,
  .traveller_title .owl-nav span {
    font-size: 32px;
    width: 32px;
    height: 32px;
  }
  .What_icluded button.owl-prev,
  .What_icluded button.owl-next {
    line-height: 24px !important;
    margin: 0;
  }
  .solo .feedback-img {
    margin-top: 10px;
  }
  .solo .heading {
    padding-bottom: 10px;
  }
  .solo .description {
    padding-top: 5px !important;
  }
  .about-us .left-testimonial .description {
    padding-top: 36px !important;
    min-height: auto;
    max-height: none;
  } /*.about-us .experiance_fizi .columns.is-multiline.fizi-groups .feedback-img {margin-bottom: 30px !important; } .experiance_fizi .feedback-img {margin: 0 20px -26px 59px; float: left; } .about-us .solo .description {min-height: auto; max-height: none; padding-top: 10px !important; padding-bottom: 10px; } .experiance_fizi .solo .feedback-img {margin: 0 20px 30px; float: left; } .experiance_fizi .heading {display: inline-block; float: left; padding: 15px 0; }*/
  .about-us .owl-dots {
    bottom: -30px !important;
  }
  .about-us .fizi-groups .heading {
    padding-bottom: 20px;
  }
  .left-testimonial .heading-header {
    margin: 0 auto;
    padding: 34px 0 100px;
  }
  .add_free_activities .owl-nav span {
    font-size: 42px;
    width: 42px;
    height: 42px;
  }
  .free_activities button.owl-prev,
  .free_activities button.owl-next {
    line-height: 35px !important;
    margin: 0 !important;
  }
  .free_activities > .column {
    padding: 0;
  }
  .What_icluded .title-style.included h3,
  .title-style h3 {
    padding: 26px 30px 30px;
    width: 100%;
    max-width: 320px;
  }
  .What_icluded p.text-blue {
    color: #002168 !important;
  }
  .page .about-us .left-testimonial .heading-header {
    padding: 34px 0 40px;
  }
  .about-us .left-testimonial .feedback-img {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto !important;
    top: 30px;
  }
  .about-us .left-testimonial .heading {
    position: absolute;
    left: 0;
    right: 0;
    top: 93px;
    font-weight: bold;
  }
  .page .about-us .left-testimonial .description {
    padding-top: 90px !important;
  }
  .experiance_fizi .solo .feedback-img {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 10px;
  }
  .solo .heading-header {
    max-width: 530px;
    margin: 0 auto;
    padding: 0 0 90px;
  }
  .about-us .solo .traveller_title {
    padding: 10px 0 !important;
    margin-top: 0;
  }
  .about-us .solo .description {
    min-height: auto;
    max-height: none;
    padding-top: 100px !important;
    padding-bottom: 10px;
  }
  .experiance_fizi .solo .heading {
    position: absolute;
    top: 65px;
    left: 0;
    right: 0;
  }
  .fizi-groups .feedback-img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
  }
  .fizi-groups .heading {
    position: absolute;
    left: 0;
    right: 0;
    top: 60px;
  }
  .fizi-groups .heading-header {
    overflow: hidden;
    padding: 0px 0 70px;
    display: block;
  }
  .about-us .experiance_fizi .columns.is-multiline.fizi-groups .description {
    max-height: none;
    min-height: auto;
    margin-bottom: 5px;
    margin-bottom: 5px;
    padding-top: 90px;
  }
  .fizi-groups .traveller_title {
    margin: 0;
    padding: 10px 0 !important;
  }
  .experiance_fizi .heading {
    font-weight: bold;
  } /*----------Talent Responsive-------*/
  .talent-heading h1 {
    line-height: 50px;
    font-size: 42px;
    margin-bottom: 110px;
    padding-top: 80px;
  }
  .our-perk {
    margin-bottom: 100px;
  }
  .our-perk .perk h2,
  .job h2 {
    font-size: 35px;
  }
  .perk-block {
    display: flex;
    flex-flow: column;
    flex-direction: column-reverse;
  }
  .perk-row:nth-child(2) .perk-block {
    display: flex;
  }
  .perk-gallery {
    display: block;
    overflow: hidden;
  }
  ul.icons img {
    max-width: 40px;
  }
  .perk-img {
    min-height: 238px;
    display: flex;
    max-height: none;
  }
  .perk-img img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  .perk-description {
    padding: 0 15px;
  }
  .job-block {
    /* display: block; */ /* overflow: hidden; */
    flex-flow: column;
  }
  .job-block .job-img,
  .job-block .job-desc {
    overflow: hidden;
    width: 100%;
    min-height: 327px;
  }
  .job-img img {
    height: auto;
    width: 100%;
  }
  .job-heading {
    font-size: 30px;
    padding-top: 0;
    padding-bottom: 10px;
  }
  .job-description p {
    font-size: 18px;
    padding: 0 15px;
  } /*.job-description a {padding: 9px 30px; font-size: 18px; }*/
  .question p {
    background-size: 100% 100%;
    font-size: 15px;
    padding: 10px 0 20px;
    line-height: 22px;
  }
  .talent .spacer {
    height: 350px;
  }
  .job-description {
    padding-bottom: 0px;
    max-width: 290px;
  }
  .job-description {
    padding-bottom: 0px;
    max-width: 290px;
    margin: 0 auto;
  }
  .about-us .right-testimonial:before {
    bottom: 25px !important;
  }
  .about-us .traveller_title {
    padding: 10px 0 !important;
  }
  .What_icluded br {
    display: none;
  }
  .text-blue {
    font-size: 16px;
  }
  .page .talent {
    background: url(/wp-content/uploads/2019/10/mobile-background.jpg) !important;
    background-size: 100% 100% !important;
    background-position: right;
    background-repeat: no-repeat !important;
  }
  .feedback-img {
    max-width: 50px;
    height: 50px;
  }
  .single-package .single-package__slider .swiper-wrapper {
    height: auto;
    margin-bottom: 20px;
  }
  .header-mobile .menu-mobile-state li {
    flex: auto !important;
  }
  .footer-main__partners img:nth-child(2) {
    background: linear-gradient(
      to right,
      rgba(1, 82, 120, 1) 0%,
      rgba(4, 79, 114, 1) 39%,
      rgba(7, 78, 108, 1) 73%,
      rgba(7, 78, 108, 1) 100%
    );
    padding: 10px 10px;
    box-sizing: content-box;
  }
  .footer-main__partners img:nth-child(3) {
    order: 2;
    background-color: #07546e;
    padding: 10px 0;
    box-sizing: content-box;
  }
  .footer-main__partners img:nth-child(4) {
    background-color: #013148;
    padding: 10px 10px;
    box-sizing: content-box;
  }
  .footer-main__partners {
    justify-content: center;
  }
  .footer-main__partners img {
    margin: 0 10px 10px !important;
  }
  .price_increase {
    margin-bottom: 10px;
  } /*------------------------------ popup Responsive-----------------------------*/
  #popmake-3864 .modal__content-text h2,
  #popmake-4129 .modal__content-text h2,
  #gform_wrapper_2 .modal__content-text h2 {
    font-size: 18px;
  }
  #popmake-3864 .modal__content-text h3,
  #popmake-4129 .modal__content-text h3,
  #gform_wrapper_2 .modal__content-text h3 {
    font-size: 16px;
  }
  #popmake-3864 .gform_fields > li,
  #popmake-4129 .gform_fields > li,
  #gform_wrapper_2 .gform_fields > li {
    margin-bottom: 2px;
  }
  #popmake-3864 form input,
  #popmake-4129 form input,
  #gform_wrapper_2 form input {
    height: 31px !important;
  }
  #popmake-3864 form [type="submit"],
  #popmake-4129 form [type="submit"],
  #gform_wrapper_2 form [type="submit"] {
    height: 42px !important;
  }
  #popmake-3864,
  #popmake-4129 {
    padding: 20px;
  }
  body .about__intro-hashtags div:nth-child(1) {
    font-size: 36px;
    text-align: center;
  }
  body .about__intro-hashtags div:nth-child(2) {
    font-size: 34px;
    text-align: center;
  }
  body .about__intro-hashtags div:nth-child(3) {
    font-size: 32px;
    text-align: center;
  }
  body .experiance_fizi {
    margin: 70px 0;
  }
  .traveller_image span {
    margin: 20px 0 40px !important;
  }
  body .about__content-image div {
    margin-bottom: 20px;
  }
  .about-us .add_free_activities,
  .about-us .culture {
    padding: 40px 0px !important;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  #popmake-3864,
  #popmake-4129 {
    top: 0 !important;
    bottom: 0;
    height: 100%;
    overflow-y: scroll;
    margin: 0;
  }
  #pum-3864,
  #pum-4129 {
    z-index: 1999999999;
    overflow: hidden;
  }
  #pum-3864 button.pum-close.popmake-close,
  #pum-4129 button.pum-close.popmake-close {
    z-index: 9999999;
    top: 0;
    right: 0;
  }
  .modal .modal__content {
    overflow-y: scroll !important;
  }
}
@media all and (max-width: 767px) and (min-width: 450px) {
  #popmake-3864,
  #popmake-4129 {
    top: 0 !important;
    bottom: 0;
    height: 100%;
    overflow-y: scroll;
    margin: 0;
  }
  #pum-3864,
  #pum-4129 {
    z-index: 1999999999;
    overflow: hidden;
  }
  #pum-3864 button.pum-close.popmake-close,
  #pum-4129 button.pum-close.popmake-close {
    z-index: 9999999;
    top: 0;
    right: 0;
  } /*.modal .modal__content {overflow-y: scroll !important; } */
}
@media screen and (max-width: 420px) {
  .package-iframe iframe {
    height: 1600px !important;
  }
  .video iframe {
    min-height: 247px;
  }
  .our-perk .perk h2,
  .job h2 {
    font-size: 20px;
    padding-bottom: 0 !important;
    padding-top: 5px;
  }
  .job-description p {
    font-size: 15px;
    padding: 0 15px;
  }
  ul.icons img {
    max-width: 30px;
  }
  .question p {
    font-size: 13px;
    padding: 30px 40px;
    line-height: 17px;
  }
  .question {
    margin-bottom: 0;
    margin-top: 0px;
  }
  .job-heading {
    /*  margin-bottom: 10px;*/
    font-size: 20px;
    line-height: 30px;
  }
  .perk-img {
    min-height: 210px;
  }
  .job-block .job-img,
  .job-block .job-desc {
    overflow: hidden;
    width: 100%;
    min-height: 247px;
  }
  .earlybird {
    flex-flow: column;
  }
  .earlybird .single-package__book-text {
    margin-bottom: 10px;
    text-align: center;
    margin-left: 0 !important;
    margin-right: 0;
  }
  .talent .spacer:last-child {
    display: none;
  }
  .talent-heading h1 {
    line-height: 40px;
    font-size: 36px;
    margin-bottom: 110px;
    padding-top: 20px;
    padding-bottom: 80px;
  }
  .talent .spacer:nth-child(2) {
    display: none;
  }
  .our-perk {
    display: block;
    overflow: hidden;
    margin-top: 220px;
  } /*.solo .heading-header {max-width: 530px; margin: 0 auto; padding: 0 0 110px; }*/
  .feedback-img img {
    height: auto;
    min-height: 60px;
  }
  .about-us .experiance_fizi .feedback-img {
    width: 50px !important;
    max-height: 50px !important;
  }
}
@media screen and (max-width: 400px) {
  .about-us .experiance_fizi .feedback-img {
    width: 40px !important;
    max-height: 40px !important;
  }
  .experiance_fizi .heading {
    padding: 0px 0;
  } /* .experiance_fizi .feedback-img {margin: 0px 20px -26px 30px; float: left; } */
  .experiance_fizi .heading {
    font-size: 16px;
  } /*.about-us .experiance_fizi .columns.is-multiline.fizi-groups .description {min-height: auto; margin-bottom: 0px; max-height: none; }*/ /*.about-us .experiance_fizi .heading {padding-top: 5px; padding-bottom: 0; font-size: 14px; }*/
  .left-testimonial .heading-header {
    margin: 0 auto;
    padding: 34px 0 70px;
  }
  .about-us .left-testimonial .description {
    padding-top: 36px !important;
    min-height: auto !important;
    max-height: none !important;
    margin-bottom: 10px;
  }
  .solo .feedback-img img {
    height: auto;
    min-height: 40px;
  } /*.fizi-groups .heading-header {padding: 0px 0 50px; }*/
  .feedback-img img {
    height: auto;
    min-height: auto;
  }
  .fizi-groups .heading {
    top: 44px;
  }
  .about-us .experiance_fizi .columns.is-multiline.fizi-groups .description {
    padding-top: 70px;
  }
  .about-us .left-testimonial .heading {
    top: 75px;
  }
  .page .about-us .left-testimonial .description {
    padding-top: 70px !important;
  }
  .solo .heading-header {
    padding: 0 0 70px;
  }
  .about-us .solo .description {
    padding-top: 80px !important;
  }
  .experiance_fizi .solo .heading {
    top: 45px;
  }
  .experiance_fizi .solo .feedback-img {
    top: 0px;
  }
  .gfield_radio input[type="radio"]:checked + label {
    color: #000;
  }
  .gfield_radio li {
    padding: 0px 0 !important;
    margin: 0 4px 0 0 !important;
  }
  .gfield_radio label {
    font-size: 6px !important;
  }
  .modal__content-text {
    font-size: 8px;
    line-height: 14px;
  }
}
@media screen and (max-width: 330px) {
  .fizi-groups .heading-header {
    padding: 0px 0 50px;
  }
  #popmake-3864,
  #popmake-4129 {
    top: 0 !important;
    bottom: 0;
    height: auto; /* overflow-y: scroll;*/
    padding: 20px;
  }
  #pum-3864,
  #pum-4129 {
    z-index: 1999999999;
    overflow: hidden;
  }
  #pum-3864 button.pum-close.popmake-close,
  #pum-4129 button.pum-close.popmake-close {
    z-index: 9999999; /*    top: 0; right: 0;*/
  }
  #popmake-3864 a.vip-accessbtn,
  #popmake-4129 a.vip-accessbtn {
    padding: 16px 0;
    font-size: 17px;
  }
  .package-iframe iframe {
    height: 1800px !important;
  }
} /*====new about-us page====*/
.container {
  width: 100%;
  max-width: 1352px !important;
}
.text-right {
  text-align: right;
}
.text-blue {
  color: #002168 !important;
}
.text-white {
  color: #fff !important;
}
.cover {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center top !important;
}
.about-us .about__content .container {
  position: static;
}
.about-us .about__content:before {
  background: none;
  padding-top: 0;
}
.about-us .about__intro .container {
  position: static;
}
.about-us .about__intro:before {
  background-image: none;
  padding-top: 0;
}
.about-us .about__intro {
  background: transparent;
} /*.about-us a.column.is-narrow.link > div { min-height: auto;}*/
.about-us .columns.packages {
  margin-top: 20px;
}
.about-us .experiance_fizi .columns.is-multiline {
  margin-bottom: 40px !important;
  margin-top: 40px !important;
}
.add_free_activities,
.culture {
  padding: 80px 60px;
}
.about-us .owl-dots {
  text-align: center;
  margin-left: 0;
  margin-top: 0;
  position: absolute;
  left: 0;
  right: 0px;
  bottom: 0px;
}
.What_icluded .owl-dots {
  bottom: -30px !important;
}
.about-us .package-description {
  color: #fff;
  text-align: center;
  font-size: 16px;
  margin-top: 20px;
  font-family: "gotham_book";
}
.about-us .package-heading {
  color: #ff0000;
  text-align: center;
  margin: 20px 0;
  background: url(/wp-content/uploads/2019/10/col-bg1.png);
  background-repeat: no-repeat;
  background-size: 100% 100%; /* display: block; */
  padding: 30px 30px;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  margin: -12% auto 0;
  text-align: center;
  font-family: Gotham;
  max-width: 390px;
  font-size: 28px;
  line-height: 1.2;
}
.about-us .team {
  padding-bottom: 80px;
}
.about-us .What_icluded .item a {
  font-weight: bold;
  overflow: hidden;
  display: block;
  background: #ff0000;
  text-decoration: none;
  text-align: left;
  width: 100px;
  margin: 20px auto 0;
  border-radius: 30px;
  padding: 6px 15px;
  font-size: 16px;
}
.about-us .What_icluded .item a span {
  position: absolute;
  right: 0;
  top: 0;
  background: #e6d22b;
  height: 38px;
  width: 38px;
}
.about-us .What_icluded .item .btn_add img {
  width: 18px;
  height: 18px;
  margin: 8px;
}
.about-us .What_icluded .item .btn_add {
  position: relative;
}
.about-us .What_icluded .item.column {
  padding: 0;
}
a.column.is-narrow.link > div {
  display: inline-block;
}
a.column.is-narrow.link > div img {
  height: auto !important;
}
.single-post .published {
  font-size: 14px;
  display: none;
} /* Radio Btn style  */
.gfield_radio {
  display: flex;
}
.gfield_radio li {
  position: relative; /* display: inline-block; */
  padding: 0px;
  margin: 0 9px 0 0;
  text-align: center;
  width: 100%;
}
.gfield_radio li:last-child {
  margin-right: 0;
}
.gfield_radio li input:hover,
.gfield_radio li input + label:hover {
  cursor: pointer;
}
.gfield_radio input[type="radio"] {
  width: 100%;
  position: absolute;
  height: 100%;
  border-radius: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 5px;
  border: 2px solid #a8a8a8 !important;
  min-height: 100%;
  z-index: 2;
}
.gfield_radio label {
  font-size: 12px;
  letter-spacing: unset;
  color: #454242;
  padding-left: 0;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  display: block;
  height: 100%;
  padding: 10px 0;
}
.gfield_radio input[type="radio"]:checked + label {
  color: #000;
}
.gfield_radio input[type="radio"]:checked:after {
  display: none;
} /*.gfield_radio input[type="radio"]:hover, .gfield_radio input[type="radio"]:checked {border-color: #ff0000 !important; background: #fff6a8 !important; }*/
.gfield_radio input[type="radio"] label:hover,
.gfield_radio input[type="radio"]:checked ~ label {
  border-color: #ff0000 !important;
  background: #fff6a8 !important;
  border: 2px solid;
  z-index: 2;
  border-radius: 5px;
  padding: 8.8px 0;
} /*#field_2_10{display: none; }*/
@media screen and (max-width: 660px) {
  .gfield_radio li {
    margin: 0 2px 10px;
    width: 23.8%;
  }
  .gfield_radio li {
    padding: 0 0 0;
  }
  .gfield_radio label {
    font-size: 8px;
  }
}
.gfield_label.gfield_label_before_complex {
  display: none !important;
}
/* splendour */
.splendour,
.page-id-4307,
.page-id-4307 #wrap,
.page-id-4307 #main {
  position: relative;
  z-index: -9999999;
}

@font-face {
  font-family: "aktivgrotesk";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/AktivGroteskCorp-Regular.woff") format("woff");
}
@font-face {
  font-family: "aktivgrotesk";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/AktivGroteskCorp-Medium.woff") format("woff");
}
@font-face {
  font-family: "aktivgrotesk";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/AktivGroteskCorp-Bold.woff") format("woff");
}

* {
  padding: 0;
  margin: 0;
  text-decoration: none;
  box-sizing: border-box;
}
ul {
  list-style: none;
}
a:not(.button):not(.nav__link):not(.link) {
  text-decoration: none;
}
.wholepage {
  overflow: hidden;
  font-family: "aktivgrotesk";
  position: relative;
}
p {
  font-size: 14px;
}
.it-container {
  max-width: 1228px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
.row-100,
.menu-section,
.menu ul,
.tiki-hunt-content,
.footer-menu ul,
.center-footer-menu {
  display: flex;
  flex-wrap: wrap;
}
.splendour {
  overflow-x: hidden;
}
.col-50 {
  width: 50%;
  flex: 0 0 50%;
}
.col-33 {
  width: 33.33%;
  flex: 0 0 33.33%;
}
.col-15 {
  width: 15%;
  flex: 0 0 15%;
}
.col-70 {
  width: 70%;
  flex: 0 0 70%;
}
.col-30 {
  width: 30%;
  flex: 0 0 30%;
}
/* herobanner */
.splendour #herobanner {
  background-image: url("../images/Rectangle\ 38.png");
  background-size: cover;
  position: relative;
  z-index: 10;
}
.splendour #herobanner .row-100,
#featured .row-100 {
  margin: 0 -15px;
}
.splendour #herobanner .row-100 > div,
#featured .row-100 > div {
  padding: 0 15px;
}
.herobanner-content {
  padding-top: 60px;
  padding-bottom: 60px;
}
.herobanner-heading {
  position: relative;
  padding-bottom: 40px;
}
.herobanner-heading h1 {
  font-size: 70px;
  font-weight: 700;
  color: #fff;
  position: relative;
  z-index: 2;
  line-height: 80px;
  letter-spacing: 0;
}
.heading-bg,
.headingtwo-bg {
  height: 110px;
  background-color: #0142ce;
  position: absolute;
  left: -75px;
  top: 26px;
  width: 415px !important;
}
.heading-bg {
  width: 481px !important;
}
.herobanner-heading h1:before {
  content: "";
  position: absolute;
  right: 399px;
  top: 26px;
  height: 110px;
  display: inline-block;
  width: 3000px;
  background-color: #0142ce;
  z-index: -2;
}
.herobanner-caption p {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  line-height: 1.5;
}
.herobanner-btn {
  padding-top: 25px;
}
.herobanner-btn a {
  padding: 15px 30px;
  border: 2px solid #fff;
  border-radius: 4px;
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  position: relative;
}
.herobanner-btn a span {
  margin-left: 15px;
}
.herobanner-btn a img {
  position: absolute;
  right: 10px;
  top: 14px;
  width: 20px;
}
.herobanner-image-content {
  position: relative;
}
.herobanner-image {
  position: absolute;
  right: -75px;
  top: -35px;
  max-width: 700px;
}
.herobanner-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/* dayone */
.dayone-image-wrap,
.daythree-image-wrap,
.dayfive-image-wrap {
  margin-left: calc(650px - 50vw);
  position: relative;
}
.dayone-image-inner,
.daythree-image-inner,
.dayfive-image-inner {
  width: 100%;
}
.dayone-image-inner img,
.daythree-image-inner img,
.dayfive-image-inner img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#dayone {
  padding: 120px 0;
  background-image: url("../images/in-bg-top\ 1.png");
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -5;
  position: relative;
}
.splendour .lineone,
.splendour .linedayone {
  position: relative;
  z-index: -1;
}
.splendour .line-image-one {
  position: absolute;
  top: -145px;
  left: 150px;
}
.splendour .line-image-one-bottom {
  position: absolute;
  left: 150px;
  bottom: -290px;
}
.dayone-image {
  position: relative;
}
.dayone-vector {
  width: 100%;
  position: absolute;
  left: 42px;
  top: -5px;
  z-index: -1;
}

.dayone-heading h2,
.daythree-heading h2,
.dayfive-heading h2 {
  font-size: 70px;
  font-weight: 700;
  color: #fff;
  line-height: 1.6;
  position: relative;
  margin-top: -25px;
}
.dayone-heading h2::before,
.daythree-heading h2::before,
.dayfive-heading h2::before {
  content: "";
  position: absolute;
  left: -145px;
  top: 0;
  background-color: #feb617;
  width: 415px;
  height: 112px;
  z-index: -1;
}
.dayone-list,
.daytwo-list,
.daythree-list,
.dayfour-list,
.dayfive-list,
.daysix-list {
  padding-top: 40px;
}
.dayone-list ul li,
.daytwo-list ul li,
.daythree-list ul li,
.dayfour-list ul li,
.dayfive-list ul li,
.daysix-list ul li {
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 500;
  color: #0e192e;
  position: relative;
  padding-left: 20px;
}
.dayone-list ul li:before,
.daytwo-list ul li:before,
.daythree-list ul li:before,
.dayfour-list ul li:before,
.dayfive-list ul li:before,
.daysix-list ul li:before {
  content: "";
  position: absolute;
  top: 16px;
  left: 0;
  width: 10px;
  height: 2px;
  background-color: #0e192e;
}
.dayone-explain p,
.daytwo-explain p,
.daythree-explain p,
.dayfour-explain p,
.dayfive-explain p,
.daysix-explain p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  color: #063351;
}
.dayone-heading {
  padding-top: 116px;
}
.dayone-image-inner {
  margin-left: -43px;
}
.dayone-vector-one,
.daythree-vector-three,
.dayfive-vector-five,
.daytwo-vector-two,
.dayfour-vector-four,
.daysix-vector-six {
  width: 100%;
}
.dayone-vector-one img,
.daythree-vector-three img,
.dayfive-vector-five img,
.daytwo-vector-two img,
.dayfour-vector-four img,
.daysix-vector-six img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.daytwo-vector,
.dayfour-vector,
.daysix-vector {
  width: 120%;
}
.dayone-vector-one {
  width: 120%;
}
/* daytwo */
#daytwo {
  padding: 120px 0;
}
.daytwo-image-wrap,
.dayfour-image-wrap,
.daysix-image-wrap {
  margin-right: calc(650px - 50vw);
  position: relative;
}
.daytwo-image-two,
.dayfour-image-four,
.daysix-image-six {
  width: 100%;
}
.daytwo-image-two img,
.dayfour-image-four img,
.daysix-image-six img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.daytwo-image-two,
.dayfour-image-four {
  margin-left: 94px;
}
.daytwo-vector {
  position: absolute;
  left: -110px;
  top: -110px;
  z-index: -1;
}
.daytwo-image-two {
  width: 120%;
  flex: 0 0 120%;
  margin-left: 30px;
}
.daytwo-bg,
.dayfour-bg,
.daysix-bg {
  position: relative;
}
.daytwo-bg:before,
.dayfour-bg:before,
.daysix-bg:before {
  content: "";
  position: absolute;
  left: -40px;
  top: 0;
  width: 80%;
  height: 600px;
  background-color: #e2f2ff;
  z-index: -4;
  border-radius: 15px;
}
.daytwo-heading h2 {
  position: relative;
  z-index: 2;
  font-size: 75px;
  color: #ffffff;
  font-weight: 700;
  top: -12px !important;
  padding-top: 7px;
}
.daytwo-heading h2:before {
  content: "";
  position: absolute;
  top: -9px;
  right: 50%;
  height: 110px;
  display: inline-block;
  width: 3000px;
  background-color: #0b75d8;
  z-index: -2;
}
.daytwo-image-two img {
  margin-top: -45px;
}
.daytwo-bg:before {
  height: 662px;
}
.daytwo-heading {
  position: relative;
}
.headingtwo-bg {
  left: -116px;
  top: -21px;
  background: #0b75d8;
}
/* daythree */
#daythree {
  padding: 120px 0;
}
.daythree-image-inner {
  margin-top: -160px;
  margin-left: -43px;
}
.daythree-vector-three {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
.daythree-bg,
.dayfive-bg {
  position: relative;
}
.daythree-bg:before,
.dayfive-bg:before {
  content: "";
  position: absolute;
  right: -55px;
  top: 0;
  width: 80%;
  height: 600px;
  background-color: #fffaef;
  z-index: -4;
}
.splendour .line3,
.splendour .line4,
.splendour .line5 {
  position: relative;
}
.splendour .line-image-three {
  position: absolute;
  left: 50%;
  top: -342px;
  z-index: -5;
}
.splendour .line-image-four {
  position: absolute;
  left: 0;
  bottom: -261px;
  z-index: -3;
}
.splendour .line-image-five {
  position: absolute;
  left: 50%;
  top: -275px;
  z-index: -6;
}

/* dayfour */
#dayfour {
  padding: 120px 0;
}
.dayfour-vector {
  position: absolute;
  left: -105px;
  top: -240px;
  z-index: -2;
  width: 130%;
}
.dayfour-bg:before {
  height: 700px;
}
.dayfour-image-four img {
  margin-top: 15px;
}
.mobile {
  display: none;
}
/* dayfive */
#dayfive {
  padding: 120px 0;
}
.dayfive-vector {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
}
.dayfive-image-inner {
  margin-top: -155px;
  margin-left: -43px;
}
.dayfive-heading h2::before {
  width: 470px;
  left: -194px;
}
/* daysix */
#daysix {
  padding: 120px 0;
}
.daysix-image-six {
  margin-left: -22px;
}
.daysix-vector {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
  width: 120%;
}
.daysix-image-six img {
  margin-top: -70px;
}
/* tiki */
.tiki-hunt-wrap {
  margin-top: 100px;
}
.tiki-hunt {
  max-width: 1000px;
  background-color: #fff1d0;
  margin: 0 auto;
  padding: 30px 20px;
}
.tiki-hunt-icon {
  width: 86px;
  margin: 0 auto;
}
.tiki-hunt-text {
  text-align: center;
}
.tiki-hunt-text h3 {
  font-size: 33px;
  color: #063351;
}
.tiki-hunt-text p {
  font-size: 20px;
  color: #063351;
  font-weight: 400;
}
.springbreak-email {
  margin-top: 40px;
}

/* responsive at 1024 */
@media screen and (max-width: 1024px) {
  #dayone,
  #daytwo,
  #daythree,
  #dayfour,
  #dayfive,
  #daysix {
    padding: 80px 0;
  }
  .dayone-image-wrap,
  .daythree-image-wrap,
  .dayfive-image-wrap {
    margin: 0;
  }
  .daytwo-image-wrap,
  .dayfour-image-wrap,
  .daysix-image-wrap {
    margin: 0;
  }

  .daythree-image-inner {
    margin-top: 0;
  }
  .springbreak-email {
    margin-top: 185px;
  }
  .splendour .line-image-five {
    top: -116px;
  }
  .dayone-list ul li,
  .daytwo-list ul li,
  .daythree-list ul li,
  .dayfour-list ul li,
  .dayfive-list ul li,
  .daysix-list ul li {
    font-size: 18px;
  }
  .dayone-explain p,
  .daytwo-explain p,
  .daythree-explain p,
  .dayfour-explain p,
  .dayfive-explain p,
  .daysix-explain p {
    font-size: 15px;
  }
  .dayone-heading h2::before,
  .daythree-heading h2::before,
  .dayfive-heading h2::before {
    height: 100px;
  }
  .dayone-list,
  .daytwo-list,
  .daythree-list,
  .dayfour-list,
  .dayfive-list,
  .daysix-list {
    padding-top: 20px;
  }
  .daytwo-bg:before,
  .dayfour-bg:before,
  .daysix-bg:before {
    height: 500px;
  }
  .daythree-bg:before,
  .dayfive-bg:before {
    height: 450px;
  }
  .dayfour-bg:before,
  .daysix-bg:before {
    height: 570px;
  }
  .tiki-hunt {
    max-width: 800px;
  }
  .tiki-hunt-text h3 {
    font-size: 30px;
  }
  .tiki-hunt-text p {
    font-size: 18px;
  }
}
/*responsive at 768px */
@media screen and (max-width: 768px) {
  .splendour .col-50 {
    width: 100%;
    flex: 0 0 100%;
  }
  .splendour .col-20 {
    width: 100%;
    flex: 0 0 100%;
  }
  .splendour .col-60 {
    width: 100%;
    flex: 0 0 100%;
  }
  .herobanner-image {
    position: unset;
  }
  .herobanner-image {
    position: relative;
    top: 20px;
    left: 53px;
  }
  .herobanner-content {
    margin-top: -106px;
    padding-top: 0;
  }
  .splendour #herobanner .row-100,
  #dayone .row-100,
  #daythree .row-100,
  #dayfive .row-100 {
    flex-direction: column-reverse;
  }
  .dayone-image-wrap,
  .daythree-image-wrap,
  .dayfive-image-wrap {
    margin-left: 0;
  }
  .daytwo-image-wrap,
  .dayfour-image-wrap,
  .daysix-image-wrap {
    margin-right: 0;
  }
  #dayone,
  #daytwo,
  #daythree,
  #dayfour,
  #dayfive,
  #daysix {
    padding-top: 50px;
    padding-bottom: 0;
  }
  .splendour .lineone,
  .splendour .linedayone,
  .splendour .line3,
  .splendour .line4,
  .splendour .line5 {
    display: none;
  }
  .dayone-image-wrap,
  .daythree-image-wrap,
  .dayfive-image-wrap {
    margin-left: 0;
  }
  .daytwo-image-wrap,
  .dayfour-image-wrap,
  .daysix-image-wrap {
    margin-right: 0;
  }
  #dayone,
  #daytwo,
  #daythree,
  #dayfour,
  #dayfive,
  #daysix {
    padding-top: 50px;
    padding-bottom: 0;
  }
  .splendour .lineone,
  .splendour .linedayone,
  .splendour .line3,
  .splendour .line4,
  .splendour .line5 {
    display: none;
  }
  .dayone-heading {
    padding-top: 0;
  }
  .daytwo-image-two img,
  .daythree-image-inner,
  .dayfive-image-inner,
  .daysix-image-six img {
    margin-top: 0;
  }
  #daytwo,
  #dayfour,
  #daysix {
    background-color: #e2f2ff;
    z-index: -3;
    position: relative;
  }
  #dayone,
  #daythree,
  #dayfive {
    background-color: #fff;
    z-index: -3;
    position: relative;
  }

  .mob-hide {
    display: none;
  }
  .daytwo-image-two,
  .dayfour-image-four {
    margin-left: 0;
  }
  .daythree-image-inner,
  .dayfive-image-inner,
  .dayone-image-inner {
    margin-left: 0;
  }
  .dayone-heading h2,
  .daythree-heading h2,
  .dayfive-heading h2 {
    z-index: 2;
  }
  .dayone-image-wrap,
  .daythree-image-wrap,
  .dayfive-image-wrap {
    padding-top: 50px;
  }
  .daytwo-vector {
    left: -56px;
    top: -28px;
  }
  .daythree-bg:before,
  .dayfive-bg:before {
    display: none;
  }
  .daytwo-image-wrap,
  .dayfour-image-wrap,
  .daysix-image-wrap {
    padding-top: 50px;
  }
  .dayfour-vector {
    top: -96px;
  }
  .desktop {
    display: none;
  }
  .mobile {
    display: block;
    margin-bottom: 50px;
    text-align: center;
  }
  .springbreak-email {
    margin-top: 60px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .tiki-hunt-wrap {
    margin-left: -15px;
    margin-right: -15px;
  }
}
/* responsive at 480px */
@media screen and (max-width: 480px) {
  .splendour .col-50 {
    width: 100%;
    flex: 0 0 100%;
  }
  .splendour .col-15 {
    width: 100%;
    flex: 0 0 100%;
  }
  .splendour .col-70 {
    width: 100%;
    flex: 0 0 100%;
  }
  .herobanner-image {
    position: unset;
  }
  .herobanner-image {
    position: relative;
    top: 20px;
    left: 0;
  }
  .herobanner-content {
    margin-top: -106px;
    padding-top: 0;
  }
  .herobanner-heading h1 {
    font-size: 60px;
    line-height: 70px;
  }
  .splendour #herobanner .row-100,
  #dayone .row-100,
  #daythree .row-100,
  #dayfive .row-100 {
    flex-direction: column-reverse;
  }
  .dayone-image-wrap,
  .daythree-image-wrap,
  .dayfive-image-wrap {
    margin-left: 0;
  }
  .daytwo-image-wrap,
  .dayfour-image-wrap,
  .daysix-image-wrap {
    margin-right: 0;
  }
  #dayone,
  #daytwo,
  #daythree,
  #dayfour,
  #dayfive,
  #daysix {
    padding-top: 50px;
    padding-bottom: 0;
  }
  .splendour .lineone,
  .splendour .linedayone,
  .splendour .line3,
  .splendour .line4,
  .splendour .line5 {
    display: none;
  }
  .dayone-heading {
    padding-top: 0;
  }
  .daytwo-image-two img,
  .daythree-image-inner,
  .dayfive-image-inner,
  .daysix-image-six img {
    margin-top: 0;
  }
  #daytwo,
  #dayfour,
  #daysix {
    background-color: #e2f2ff;
    z-index: -3;
    position: relative;
  }
  #dayone,
  #daythree,
  #dayfive {
    background-color: #fff;
    z-index: -3;
    position: relative;
  }

  .mob-hide {
    display: none;
  }
  .daytwo-image-two,
  .dayfour-image-four {
    margin-left: 0;
  }
  .daythree-image-inner,
  .dayfive-image-inner,
  .dayone-image-inner {
    margin-left: 0;
  }
  .dayone-heading h2,
  .daythree-heading h2,
  .dayfive-heading h2 {
    z-index: 2;
  }
  .dayone-image-wrap,
  .daythree-image-wrap,
  .dayfive-image-wrap {
    padding-top: 50px;
  }
  .daytwo-vector {
    left: -56px;
    top: -28px;
  }
  .daythree-bg:before,
  .dayfive-bg:before {
    display: none;
  }
  .daytwo-image-wrap,
  .dayfour-image-wrap,
  .daysix-image-wrap {
    padding-top: 50px;
  }
  .dayfour-vector {
    top: -96px;
  }
  .springbreak-email {
    margin-top: 60px;
  }
  .dayfour-ticket button {
    padding: 3px 15px;
    font-size: 8px;
    letter-spacing: 0px;
  }
}
@media screen and (max-width: 480px) {
  .herobanner-image {
    left: 15px;
  }
  .headingtwo-bg {
    width: 350px;
    height: 85px;
    left: -180px;
  }
  .daytwo-heading h2 {
    font-size: 60px;
  }
  .daytwo-heading h2:before {
    height: 85px;
  }
  .dayone-heading h2,
  .daythree-heading h2,
  .dayfive-heading h2 {
    font-size: 60px;
  }
  .dayone-heading h2::before,
  .daythree-heading h2::before,
  .dayfive-heading h2::before {
    height: 85px;
  }
  .dayone-heading h2::before,
  .daythree-heading h2::before,
  .dayfive-heading h2::before {
    top: 7px;
    left: -163px;
  }
  .dayfive-heading h2::before {
    left: -165px;
  }
  .herobanner-heading h1 {
    font-size: 50px;
  }
  .herobanner-btn {
    text-align: center;
  }
  .tiki-hunt-text h3 {
    font-size: 17px;
    padding: 10px 0;
  }
  .tiki-hunt-text p {
    font-size: 14px;
  }
  .dayfour-ticket a {
    padding: 20px 90px;
  }
  .dayone-heading h2::before,
  .daythree-heading h2::before,
  .dayfive-heading h2::before {
    width: 400px;
  }
  .dayone-list ul li:before,
  .daytwo-list ul li:before,
  .daythree-list ul li:before,
  .dayfour-list ul li:before,
  .dayfive-list ul li:before,
  .daysix-list ul li:before {
    top: 14px;
  }
}
@media screen and (max-width: 388px) {
  .dayfour-ticket a {
    padding: 20px 75px;
  }
  .herobanner-heading h1 {
    font-size: 50px;
    line-height: 60px;
  }
}

/*responsive at 375px */
@media screen and (max-width: 375px) {
  .herobanner-heading h1 {
    font-size: 65px;
  }
  .herobanner-image {
    position: unset;
    margin-right: -15px;
  }
  .herobanner-heading h1 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media screen and (max-width: 358px) {
  .dayfour-ticket a {
    padding: 20px 60px;
  }
  .herobanner-heading h1 {
    line-height: 50px;
  }
}
@media screen and (max-width: 327px) {
  .dayfour-ticket a {
    padding: 20px 45px;
  }
}
@media screen and (max-width: 320px) {
  .herobanner-heading h1 {
    font-size: 45px;
    line-height: 70px;
  }

  .herobanner-btn a {
    padding: 15px 20px;
  }
}
/* 4/2/2021 */
.whole-page {
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
}
.my-container {
  max-width: 1268px; /*define container width*/
  width: 100%;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}
.my-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.my-col-75,
.my-col-70,
.my-col-60,
.my-col-55,
.my-col-50,
.my-col-45,
.my-col-40,
.my-col-33,
.my-col-30,
.my-col-15,
.my-col-10,
.my-col-66 {
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}
.my-col-75 {
  width: 75%;
  flex: 0 0 75%;
}
.my-col-70 {
  width: 70%;
  flex: 0 0 70%;
}
.my-col-66 {
  width: 66.66%;
  flex: 0 0 66.66%;
}
.my-col-45 {
  width: 45%;
  flex: 0 0 45%;
}
.my-col-33 {
  width: 33.33%;
  flex: 0 0 33.33;
}
.my-col-15 {
  width: 15%;
  flex: 0 0 15%;
}
.my-col-10 {
  width: 10%;
  flex: 0 0 10%;
}
.my-flex {
  display: flex;
  flex-wrap: wrap;
}

/*.......................Bannner-section...............................*/
.banner-text h1,
.refresh-btn a,
.reg-col-text p {
  font-size: aktiv-grotesk-extended, sans-serif;
}

.banner-section {
  position: relative;
  z-index: 9;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 120px 0px;
}
.banner-img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.banner-img figure {
  width: 100%;
  height: 670px;
  margin: 0px !important;
  display: block;
}
.banner-img figure img {
  object-fit: cover;
  object-position: center left;
  width: 100%;
}
.banner-container {
  text-align: center;
}
.banner-cpt-img figure {
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
}
.banner-cpt-img figure img {
  object-fit: contain;
}

.banner-text h1 {
  font-size: 33px;
  font-weight: 500;
  color: #ffffff;
  line-height: 42px;
  text-align: center;
  padding-top: 45px;
}
.refresh-btn {
  font-size: 20px;
  font-weight: 500;
  align-items: center;
  text-transform: uppercase;
  color: #000000;
  padding: 20px 30px;
  background: #f7db1a;
  border: 2px solid #ffb216;
  border-radius: 5px;
  display: inline-block;
  margin-top: 60px;
}
.refresh-btn a {
  color: #000000;
  letter-spacing: 5px;
}

/*.....................................Included-Section.....................*/

/*.....................................Register-Section.....................*/
.register-section {
  margin-top: 50px;
  margin-bottom: 75px;
}
.register-section .my-container {
  max-width: 1116px;
  width: 100%;
}
.register-section .my-row,
.testimonial-section .my-row {
  margin-left: 0px;
  margin-right: 0px;
}
.register-section .my-col-33,
.testimonial-section .my-col-33,
.testimonial-section .my-col-66 {
  padding-left: 0px;
  padding-right: 0px;
}

.reg-col-img figure {
  width: 76px;
  margin: 0 auto;
}
.reg-col-img img {
  width: 100%;
  object-fit: contain;
}
.reg-col-text p {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  padding-top: 40px;
}
.reg-col1,
.reg-col2,
.reg-col3,
.reg-col4,
.reg-col5,
.reg-col6,
.reg-col7,
.reg-col8,
.reg-col9 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 373px;
}
.reg-col1 {
  background-image: url(../assets/images/tour-img1.png);
  background-size: cover;
}
.reg-col2 {
  background-image: url(../assets/images/plane.png);
  background-size: cover;
}
.reg-col3 {
  background-image: url(../assets/images/tour-img2.png);
  background-size: cover;
}
.reg-col4 {
  background-image: url(../assets/images/sea.png);
  background-size: cover;
}
.reg-col5,
.reg-col7 {
  background-image: url(../assets/images/tour-img3.png);
  background-size: cover;
}
.reg-col6 {
  background-image: url(../assets/images/laugh.png);
  background-size: cover;
}
.reg-col8 {
  background-image: url(../assets/images/smile.png);
  background-size: cover;
}
.reg-col9 {
  background-image: url(../assets/images/tour-img4.png);
  background-size: cover;
}
/*.....................................testimonial-Section.....................*/
.testimonial-section {
  background-image: url(../assets/images/testinomial.png);
  background-size: cover;
  padding: 65px 0px 85px 0px;
}
.atedes-col {
  background-image: url(../assets/images/per.png);
  background-size: cover;
  background-position: center;
  height: 339px;
  padding: 90px 35px 25px;
}
.atedes-txt h5 {
  font-size: 23px;
  font-weight: 700;
  line-height: 30px;
  color: #ffffff;
}
.atedes-txt h5 span {
  background-color: #f7db1a;
}

/* splendour */
.col-25 {
  width: 25%;
  flex: 0 0 25%;
}
#teamcaptain-herobanner {
  background-repeat: no-repeat;
  background-size: cover;
}
.teamcaptain-herobanner-content {
  position: relative;
}
.teamcaptain-herobanner-image-wrap {
  margin-left: calc(650px - 50vw);
}
.teamcaptain-herobanner-image-wrap figure {
  width: 100%;
  margin-left: -43px;
}
.teamcaptain-herobanner-image-wrap figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#teamcaptain-herobanner .herobanner-heading {
  position: absolute;
  bottom: 24px;
}
#teamcaptain-herobanner .heading-bg {
  top: 2px;
}
#teamcaptain-herobanner .herobanner-main-heading h1 {
  font-size: 50px;
  line-height: 56px;
  max-width: 488px;
}
#teamcaptain-herobanner .herobanner-heading h1:before {
  top: 2px;
  right: 10px;
}

.teamcaptain-herobanner-form {
  max-width: 430px;
  width: 100%;
  margin-left: auto;
  background-color: #eaf6fd;
  padding: 30px;
  border-radius: 20px;
}
.teamcaptain-herobanner-heading h2 {
  font-size: 22px;
  line-height: 24px;
  letter-spacing: 1.3px;
  padding-bottom: 10px;
}
.teamcaptain-fullname {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.teamcaptain-fullname > div {
  width: 50%;
  flex: 0 0 50%;
}
.teamcaptain-herobanner-form-wrap form > div {
  margin-bottom: 10px;
}
.teamcaptain-fullname input {
  width: 96%;
  flex: 0 0 96%;
}
.teamcaptain-lastname input {
  margin-left: auto;
}
.teamcaptain-herobanner-form-col-wrap {
  padding: 35px 0px;
}
/* unlock */
#teamcaptain-unlock {
  padding-top: 80px;
  background-repeat: no-repeat;
  background-size: cover;
}
.teamcaptain-unlock-heading h2,
.teamcaptain-faq-qa-heading h2,
.teamcaptain-works-heading h2 {
  font-size: 30px;
  text-align: center;
  padding-bottom: 60px;
}
#teamcaptain-unlock .row-100,
#teamcaptain-register .row-100,
#teamcaptain-works .row-100 {
  margin: 0 -15px;
}
#teamcaptain-unlock .row-100 > div,
#teamcaptain-register .row-100 > div,
#teamcaptain-works .row-100 > div {
  padding: 0 15px;
}
.teamcaptain-unlock-image img {
  display: block;
  object-fit: cover;
}
.teamcaptain-unlock-people {
  background: #3897f0;
  margin-top: -5px;
  z-index: 6;
  position: relative;
  padding: 10px 0;
  color: #fff;
  text-align: center;
}
.teamcaptain-unlock-sandbank {
  background: #c7eaff;
}
.teamcaptain-unlock-sandbank-title h3 {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: none;
  padding: 15px 15px;
  text-align: center;
}
.teamcaptain-unlock-sandbank-row {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 0;
}
.teamcaptain-unlock-score-wrap {
  background: linear-gradient(
    180deg,
    rgba(122, 181, 235, 0.33) 0%,
    #3897f0 62.36%
  );
  background-blend-mode: multiply;
  background: #469dd0;
  border-radius: 0 0 20px 20px;
}
.teamcaptain-unlock-score-number h4 {
  color: #fff;
  text-transform: none;
  letter-spacing: 1px;
  font-size: 20px;
}
.teamcaptain-unlock-score {
  display: flex;
  align-items: center;
  padding: 20px 0;
}
.teamcaptain-unlock-score-icon {
  width: 20%;
  flex: 0 0 20%;
}
.teamcaptain-unlock-score-number {
  width: 80%;
  flex: 0 0 80%;
}
.sandbank-content {
  max-width: 180px;
  text-align: left;
}
.sandbank-image {
  margin-right: 15px;
  margin-left: 15px;
}
.teamcaptain-unlock-score-icon figure {
  text-align: center;
}
.teamcaptain-unlock-score-icon figure img {
  width: 38px;
}
.teamcaptain-unlock-sandbank-col {
  text-align: center;
}
.sandbank-text h4 {
  font-size: 14px;
  letter-spacing: 1.2px;
}
.third-col .teamcaptain-unlock-people {
  background: #ff0000;
}
.third-col .teamcaptain-unlock-sandbank {
  background: #fff1d0;
}
.third-col .teamcaptain-unlock-score-wrap {
  background: linear-gradient(180deg, rgba(254, 153, 35, 0) 0%, #fe9923 62.36%);
  background-blend-mode: multiply;
  background: #ff0000;
}
.second-col .teamcaptain-unlock-people {
  background: #0f71c3;
}
.second-col .teamcaptain-unlock-sandbank {
  background: #acd6ef;
}
.second-col .teamcaptain-unlock-score-wrap {
  background: linear-gradient(
    180deg,
    rgba(23, 120, 209, 0.33) 0%,
    #0b5696 62.36%
  );
  background-blend-mode: multiply;
  background: #469dd0;
}
/* how it works */
#teamcaptain-works {
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -126px;
}
.teamcaptain-works-heading h2 {
  color: #fff;
  padding: 160px 0 20px;
}
#teamcaptain-works .row-100 {
  position: relative;
}
#teamcaptain-works .row-100:before {
  content: "";
  position: absolute;
  left: 180px;
  top: 55px;
  width: 70%;
  height: 1px;
  border-top: dashed 2px #83bdf2;
}
.teamcaptain-works-explain p {
  max-width: 600px;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  color: #fff;
}
.teamcaptain-works-col {
  padding: 40px 0;
}
.teamcaptain-icon-inner {
  text-align: center;
  width: 105px;
  margin: 0 auto;
  position: relative;
}
.teamcaptain-icon-inner img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.teamcaptain-icon-number {
  width: 40px;
  position: absolute;
  left: -8px;
  bottom: -10px;
}
.teamcaptain-icon {
  padding-bottom: 30px;
}
figure.teamcaptain-icon-number {
  position: absolute;
  left: 95px;
  top: 83px;
}
.teamcaptain-work-content {
  text-align: center;
}
.teamcaptain-work-content h3 {
  font-size: 14px;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 1.2px;
  color: #ffe722;
}
.teamcaptain-work-content p {
  font-size: 14px;
  font-weight: 400;
  color: #e5e5e5;
}

/* call to action */
section#teamcaptain-call-to-action {
  padding: 45px 0;
  background: #c7eaff;
}
#teamcaptain-call-to-action .row-100 {
  align-items: center;
}
.teamcaptain-call-to-action-text h2 {
  font-size: 20px;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 1.2px;
}
.teamcaptain-call-to-action-btn a {
  padding: 20px 50px 20px 90px;
  background: #0084fe;
  position: relative;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1.3px;
  color: #fff;
}
.teamcaptain-call-to-action-btn a img {
  position: absolute;
  left: 20px;
  top: 12px;
}
/* faq */
section#teamcaptain-faq {
  padding: 100px 0;
}
.teamcaptain-faq-image {
  position: relative;
}
figure.teamcaptain-faq-bg {
  position: absolute;
  left: 0px;
  top: -143px;
  z-index: -1;
}
.teamcaptain-faq-dontmiss {
  position: absolute;
  right: 280px;
  bottom: -20px;
}
.teamcaptin-faq-qa-wrap {
  padding-top: 70px;
}
.teamcaptain-faq-qa-content-question h3 {
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: none;
}
#teamcaptain-faq .accordion {
  max-width: 100%;
}
#teamcaptain-faq .accordion-contents {
  border-bottom: 1px solid #000;
  padding: 0 30px;
  margin-top: 0;
}
#teamcaptain-faq .accordion-contents:nth-child(2n) {
  background: #fff;
}
#teamcaptain-faq .accordion-title {
  padding: 20px 0;
}
#teamcaptain-faq .accordion-content {
  font-size: 14px;
}
#teamcaptain-faq .accordion-content-wrapper {
  margin: 0;
}
/* teamcaptain post */
#teamcaptain-post {
  background-size: cover;
}
.homepage__reviews {
  background-image: none;
}
#teamcaptain-post .homepage__title {
  padding: 24px 0;
}
#teamcaptain-post .swiper-container {
  padding-bottom: 50px;
}
#teamcaptain-post .homepage__reviews .swiper-slide:nth-child(2n) {
  background: #edf9ff;
}
/* bottom form */
#teamcaptain-register {
  padding: 40px 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.teamcaptain-register-form-heading h2 {
  font-size: 19px;
  font-weight: 800;
  max-width: 330px;
  padding-top: 10px;
  padding-bottom: 20px;
}

.teamcaptain-register-form-heading p {
  margin-bottom: 10px;
}
.teamcaptain-register-form-wrap {
  width: 85%;
  flex: 0 0 85%;
  margin: 0 auto;
  padding: 30px;
  background: #eaf6fd;
  border-radius: 20px;
}
.teamcaptain-register-col-wrap input {
  width: 100%;
  flex: 0 0 100%;
}
#teamcaptain-register .teamcaptain-fullname > div {
  width: 50%;
  flex: 0 0 50%;
}
#teamcaptain-register .teamcaptain-fullname input {
  width: 95%;
  flex: 0 0 95%;
}

/* responsive at 768px */
@media screen and (max-width: 768px) {
  .teamcaptain-herobanner-form {
    max-width: 100% !important;
  }
  .teamcaptain-herobanner-form .team-captain__form-content,
  #teamcaptain-register .team-captain__form-content {
    max-width: 100%;
    margin-top: 35px;
  }
  .col-50 {
    width: 100%;
    flex: 0 0 100%;
  }
  .col-33 {
    width: 100%;
    flex: 0 0 100%;
  }
  .col-25 {
    width: 100%;
    flex: 0 0 100%;
  }
  .col-30 {
    width: 100%;
    flex: 0 0 100%;
  }
  .col-70 {
    width: 100%;
    flex: 0 0 100%;
  }
  .teamcaptain-herobanner-image-wrap {
    margin-left: 0;
  }
  #teamcaptain-herobanner .herobanner-main-heading h1 {
    font-size: 40px;
    bottom: -45px;
  }
  #teamcaptain-unlock .row-100 > div {
    margin-bottom: 50px;
  }
  #teamcaptain-works {
    margin-top: -60px;
  }
  .teamcaptain-unlock-image {
    max-width: 100%;
  }
  .teamcaptain-unlock-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .teamcaptain-call-to-action-text {
    margin-bottom: 45px;
    text-align: center;
  }
  .teamcaptain-call-to-action-btn {
    text-align: center;
  }
  figure.teamcaptain-icon-number {
    left: 139px;
    top: 80px;
  }
  #teamcaptain-works .row-100:before {
    display: none;
  }
  #teamcaptain-faq .accordion {
    margin-left: 0;
    margin-right: 0;
  }
  #teamcaptain-herobanner .heading-bg {
    width: 300px !important;
  }
  #teamcaptain-herobanner .heading-bg {
    top: 47px;
  }
  #teamcaptain-herobanner .herobanner-main-heading h1 {
    max-width: 100%;
  }
  .teamcaptain-fullname > div,
  #teamcaptain-register .teamcaptain-fullname > div {
    width: 100%;
    flex: 0 0 100%;
  }
  .teamcaptain-firstname {
    margin-bottom: 10px;
  }
  .teamcaptain-fullname input,
  #teamcaptain-register .teamcaptain-fullname input {
    width: 100%;
    flex: 0 0 100%;
  }
  .teamcaptain-work-col-wrap {
    display: flex;
    padding-bottom: 40px;
  }
  .teamcaptain-icon,
  .teamcaptain-work-content {
    width: 50%;
    flex: 0 0 50%;
  }
  #teamcaptain-works .row-100:after {
    content: "";
    position: absolute;
    left: 26%;
    top: 0;
    border-left: dashed 2px #83bdf2;
    height: 85%;
    width: 1px;
  }
  #teamcaptain-works .row-100 > div {
    position: relative;
    z-index: 2;
  }
  .teamcaptain-register-form-heading h2 {
    padding-top: 0px;
  }
}

@media screen and (max-width: 480px) {
  .col-50 {
    width: 100%;
    flex: 0 0 100%;
  }
  .col-33 {
    width: 100%;
    flex: 0 0 100%;
  }
  .col-25 {
    width: 100%;
    flex: 0 0 100%;
  }
  .col-30 {
    width: 100%;
    flex: 0 0 100%;
  }
  .col-70 {
    width: 100%;
    flex: 0 0 100%;
  }
  .teamcaptain-herobanner-image-wrap {
    margin-left: 0;
  }
  #teamcaptain-herobanner .herobanner-main-heading h1 {
    font-size: 40px;
    bottom: -45px;
  }
  #teamcaptain-unlock .row-100 > div {
    margin-bottom: 50px;
  }
  #teamcaptain-works {
    margin-top: -60px;
  }
  .teamcaptain-call-to-action-text {
    margin-bottom: 45px;
    text-align: center;
  }
  .teamcaptain-call-to-action-btn {
    text-align: center;
  }
  figure.teamcaptain-icon-number {
    left: 42px;
    top: 80px;
  }
  #teamcaptain-works .row-100:before {
    display: none;
  }
  #teamcaptain-faq .accordion {
    margin-left: 0;
    margin-right: 0;
  }
  #teamcaptain-herobanner .heading-bg {
    width: 300px !important;
  }
  #teamcaptain-herobanner .heading-bg {
    top: 47px;
  }
  #teamcaptain-herobanner .herobanner-main-heading h1 {
    max-width: 100%;
  }
  .teamcaptain-fullname > div,
  #teamcaptain-register .teamcaptain-fullname > div {
    width: 100%;
    flex: 0 0 100%;
  }
  .teamcaptain-firstname {
    margin-bottom: 10px;
  }
  .teamcaptain-fullname input,
  #teamcaptain-register .teamcaptain-fullname input {
    width: 100%;
    flex: 0 0 100%;
  }
  #teamcaptain-register .ginput_complex,
  #teamcaptain-herobanner .ginput_complex {
    flex-wrap: wrap;
  }
  #teamcaptain-register .ginput_complex > *,
  #teamcaptain-herobanner .ginput_complex > * {
    max-width: 100%;
  }
  .teamcaptain-unlock-heading h2,
  .teamcaptain-works-heading h2,
  .teamcaptain-faq-qa-heading h2 {
    font-size: 20px;
  }
  .teamcaptain-unlock-score-number h4 {
    font-size: 18px;
  }
  .teamcaptain-call-to-action-btn a {
    padding: 20px 20px 20px 60px;
    font-size: 14px;
  }
  .teamcaptain-call-to-action-text h2 {
    font-size: 16px;
  }
  #input_1_5_3_container {
    padding-bottom: 15px !important;
  }
}
/* responsive at 375px */
@media screen and (max-width: 375px) {
  #teamcaptain-herobanner .herobanner-main-heading h1 {
    font-size: 35px;
  }
}
/* responsive at 320px */
@media screen and (max-width: 320px) {
  #teamcaptain-herobanner .herobanner-main-heading h1 {
    font-size: 30px;
  }
  section#teamcaptain-faq {
    padding: 50px 0;
  }
  figure.teamcaptain-faq-bg {
    top: -44px;
  }
}

/*.............Package Page......................*/
.my_row,
.inner_row {
  display: flex !important;
  flex-wrap: wrap;
}
.my_col-85 {
  max-width: 85%;
  flex: 0 0 85%;
  width: 100%;
}
.my_col-60 {
  max-width: 60%;
  flex: 0 0 60%;
  width: 100%;
}
.my_col-50 {
  max-width: 50%;
  flex: 0 0 50%;
  width: 100%;
}
.my_col-40 {
  max-width: 40%;
  flex: 0 0 40%;
  width: 100%;
}
.my_col-35 {
  max-width: 35%;
  flex: 0 0 35%;
  width: 100%;
}
.my_col-30 {
  max-width: 30%;
  flex: 0 0 30%;
  width: 100%;
}
.my_col-20 {
  max-width: 20%;
  flex: 0 0 20%;
  width: 100%;
}
.my_col-25 {
  max-width: 25%;
  flex: 0 0 25%;
  width: 100%;
}
.my_col-15 {
  max-width: 15%;
  flex: 0 0 15%;
  width: 100%;
}
/*.........party-section............*/
.party-section .party_col-wrap,
.party-section .party-img {
  height: 100%;
}
.party-img figure {
  max-height: 422px;
  height: 100%;
}
.party-img figure img,
.inner_img figure img {
  height: 100% !important;
  width: 100%;
  object-fit: cover;
}
.inner_img figure {
  max-height: 211px;
  height: 100%;
}
.inner_img figure img {
  display: block;
}
.party-inner-row {
  display: flex;
  flex-wrap: wrap;
}
.party-inner-row > div {
  width: 100%;
  flex: 0 0 100%;
}
.party-section {
  position: relative;
}
.page-id-4478 .include_section-title {
  display: flex;
  position: absolute;
  top: 350px;
  left: 0px;
  right: 0px;
}
.single-packages .include_section-title {
  top: 350px;
}
.page-id-4478 .include_section-title .homepage__title {
  flex: 0 0 50%;
  max-width: 50%;
  text-align: right;
}
.page-id-4478 .include_bg {
  flex: 0 0 50%;
  max-width: 50%;
}
.page-id-4478 .include_section-title .homepage__title {
  background-color: #0b75d8 !important;
  padding: 17px 0px;
}
.page-id-4478 .include_section-title {
  top: unset;
  bottom: -50px;
}
.page-id-4478 .include_section-title h2.homepage__title {
  font-family: aktiv-grotesk-extended, sans-serif;
  font-size: 55px;
  font-weight: 700;
  color: #ffffff;
  line-height: 70px;
  text-transform: uppercase;
  padding-right: 65px;
  z-index: 9;
}

/*...................ticker-section............*/
.ticket_section {
  background-image: url(https://www.springbreakfiji.com/wp-content/uploads/2021/04/in-bg-top.png);
  background-size: cover;
  padding-top: 110px;
  padding-bottom: 80px;
  position: relative;
}
.ticket_section:before {
  content: "";
  background-image: url(https://www.springbreakfiji.com/wp-content/uploads/2021/04/ticket_section_bg.png);
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding-top: 47%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 -775%;
}
.ticket_price-row {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 40px 45px 35px 30px;
  z-index: 9;
  position: relative;
}
.ticket_inner_wrap h2 {
  font-family: aktiv-grotesk-extended, sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #000000;
  line-height: 30px;
  letter-spacing: 0px !important;
}
.ticket_inner_wrap h4 {
  font-family: aktiv-grotesk-extended, sans-serif;
  font-size: 45px;
  font-weight: 300;
  color: #000000;
  line-height: 61px;
  letter-spacing: 0px;
  text-transform: uppercase;
}
p.price-tag {
  font-family: aktiv-grotesk-extended, sans-serif;
  font-size: 60px;
  font-weight: 300;
  color: #000000;
  line-height: 76px;
  margin-bottom: 0px;
}
p.price-tag span {
  font-size: 30px;
  line-height: 38px;
}
.ticket_inner_wrap h4 span {
  font-size: 16px;
  line-height: 16px;
}
.inner_row .my_col-25 .ticket_inner_wrap {
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  padding-top: 3px;
  padding-bottom: 10px;
}
.claim-title p {
  font-family: aktiv-grotesk-extended, sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #000000;
  line-height: 25px;
  text-align: right;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.ticket_accord-wrap {
  border-radius: 10px;
  border: 1px solid #c7c7c7c7;
  color: pointer;
}
.ticket_accord_title h3 {
  font-family: aktiv-grotesk-extended, sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  line-height: 25px;
  letter-spacing: 0px;
  text-transform: capitalize;
  padding: 10px 35px 10px 10px;
  position: relative;
}
.ticket_accord-wrap p {
  padding: 10px;
}
.ticket_accord_title h3:before {
  content: "";
  position: absolute;
  background-image: url(https://www.springbreakfiji.com/wp-content/uploads/2021/04/down-arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  right: 8px;
  top: 18px;
  width: 15px;
  height: 12px;
}
.ticket_accord_dis {
  display: none;
}
.ticket_dis p {
  font-family: aktiv-grotesk-extended, sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #000000;
  line-height: 25px;
  letter-spacing: 0px;
  padding-top: 30px;
}
.ticket-status h3 {
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #ff0000;
  padding-bottom: 30px;
}
.day_price {
  display: none;
}
.ticket_price-row .my_row:first-child {
  margin-left: -20px;
  margin-right: -20px;
}
.ticket_price-row .my_row:first-child .my_col-50 {
  padding-left: 20px;
  padding-right: 20px;
}
.inner_row .my_col-50 {
  padding-right: 0px !important;
  padding-left: 0px !important;
}
.ticket_slider_img figure {
  height: 450px;
  width: 100%;
}
.ticket_slider_img figure img {
  height: 100% !important;
  width: 100%;
  object-fit: cover;
}

/*...............package-section.......................*/
.pack_list-dot {
  display: none;
}
.page-id-4478 {
  overflow-x: hidden;
}
.package_include-section {
  background-image: url("https://www.springbreakfiji.com/wp-content/uploads/2021/04/pac_inc_bg.png");
  background-size: cover;
  padding-top: 85px;
  padding-bottom: 85px;
  position: relative;
}
.package_content {
  background-color: #ffffff;
  padding: 55px 90px 45px 40px;
  border-radius: 20px;
}
.package_include-title h2.homepage__title {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  line-height: 46px;
}
.package_include-title h2.homepage__title span,
.pack-bking-dis p span {
  background-color: #ec0707;
  color:#fff;
}
.package_include-list li {
  list-style: none;
  position: relative;
  margin: 30px 0px;
  padding-bottom: 30px;
  border-bottom: 1px solid #000000;
  cursor: pointer;
}
.package_list-img img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}
.package_list-title {
  display: flex;
  align-items: center;
}
.package_list-text p {
  font-size: 19px;
  font-weight: 500;
  margin-bottom: 0px;
  padding-left: 10px;
}
.package_include-list li:before {
  content: "";
  position: absolute;
  background-image: url("https://www.springbreakfiji.com/wp-content/uploads/2021/04/down-arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
  right: 0;
  top: 23px;
  width: 15px;
  height: 12px;
}
.package_list-title-dis {
  display: none;
}
.package_list-title-dis {
  padding-left: 75px;
  padding-top: 20px;
}

.packages-booking .my_row {
  align-items: center;
}
.pack-bking-dis p {
  font-size: 26px;
  font-weight: 700;
  color: #000000;
  padding-top: 40px;
  margin-bottom: 0px;
}
.pack-bking-dis p a {
  text-decoration: underline !important;
  color: #3897f0;
}
.packages-booking {
  margin-top: 50px;
}
.packages-booking .my_row {
  margin-left: -40px;
  margin-right: -40px;
}
.packages-booking .my_row > div {
  padding-left: 40px;
  padding-right: 40px;
}
.fight_booking_section {
  margin-top: 75px;
  position: relative;
  z-index: 9;
}
.fight_booking_section .container {
  padding: 0px !important;
}
.flight_col-wrap-details {
  background-color: #ffffff;
  padding: 65px 105px 29px 40px;
}
.flight_contain .flight_col-img,
.flight_contain .flight_col-wrap,
.flight_contain .flight_col-img figure {
  height: 100%;
}
.flight_col-img figure img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: block;
}
.fight_title h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}
.fight_dis p {
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 25px !important;
}
.package_include-section:after {
  content: "";
  background-image: url(https://www.springbreakfiji.com/wp-content/uploads/2021/04/sea_imgs.png);
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding-top: 47%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 -775%;
  z-index: 0;
}
.ticket_rw_section {
  padding-top: 70px;
  position: relative;
  z-index: 9;
}
.ticket_rw-wrap {
  height: 100%;
}
.ticket_clnt-title {
  background-color: #0b75d8;
  padding-left: 75px;
  display: flex;
  align-items: center;
}
.ticket_clnt-title h3 {
  font-weight: 700;
  font-size: 30px;
  color: #ffffff;
  letter-spacing: 0px;
  text-transform: none;
}
.ticket_clnt-dis {
  background-color: #ffffff;
  padding: 25px 0px;
}
.ticket_clnt-img {
  padding: 25px 0px;
  background: linear-gradient(to right bottom, #0b75d8 50%, #ffffff 50%);
}
.ticket_clnt-img img {
  border-radius: 50%;
}
.ticket_clnt-dis p,
.ticket_clnt-dis h4 {
  font-size: 16px;
  line-height: 24px;
}
.ticket_clnt-dis p {
  font-weight: 400;
}
.ticket_clnt-dis h4 {
  font-weight: 700;
}

.right-arrow,
.left-arrow {
  height: 50%;
}
.right-arrow {
  background-color: #0b75d8;
  padding-top: 35px;
}
.left-arrow {
  background-color: #348de0;
}
.right-arrow,
.left-arrow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-left: 20px;
}
.right-arrow img,
.left-arrow img {
  width: 105px;
  height: 30px;
  object-fit: contain;
}
.ticket_rw_cont .my_row .my_col-85,
.ticket_rw_cont .my_row .my_col-15 {
  position: relative;
}
.ticket_rw_cont .my_row .my_col-85:after {
  content: "";
  position: absolute;
  background-color: #fff;
  height: calc(50% + 3.5px);
  top: -0.5px;
  width: 90px;
  right: -89px;
  z-index: 9;
  clip-path: polygon(100% 0, 0 100%, 0 0);
}
.ticket_rw_cont .my_row .my_col-15:before {
  content: "";
  position: absolute;
  background-color: #348de0;
  height: 50%;
  top: 50%;
  width: 88px;
  left: -87px;
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
}
.ticket_clnt_slider {
  position: relative;
}
.ticket_clnt_slider .slick-prev {
  position: absolute;
  right: -184px;
  top: 38px;
  z-index: 99;
  padding: 40px 34px;
  opacity: 0;
  cursor: pointer;
}
.ticket_clnt_slider .slick-next {
  position: absolute;
  right: -182px;
  top: 150px;
  z-index: 99;
  padding: 50px 72px;
  opacity: 0;
  cursor: pointer;
}
/*...........slider..................*/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  /*height: 100%;*/
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.ticket_slider .slick-arrow.slick-hidden {
  display: none;
}
.ticket_slider .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.ticket_slider ul.slick-dots {
  display: flex;
  justify-content: center;
}
.ticket_slider .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  border: 0;
  outline: none;
  background: rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  margin-top: 25px;
}
@media (max-width: 1024px) {
  .page-id-4478 .include_section-title h2.homepage__title {
    font-size: 35px;
    line-height: 45px;
    text-align: left;
    padding-left: 30px;
  }
  .include_section-title .homepage__title {
    flex: 0 0 45%;
    max-width: 45%;
  }
  .page-id-4478 .include_section-title {
    bottom: -140px;
  }
  .ticket_price-row .my_row > div,
  .inner_row .my_col-50 {
    max-width: 100%;
    width: 100%;
    flex: 0 0 100%;
  }
  .ticket_price-row .my_row .my_col-50:nth-child(2) {
    display: none;
  }
  .ticket_price-row {
    padding: 40px 20px 50px 20px;
    margin-top: 60px;
  }
  .ticket_inner_wrap h2,
  p.price-tag {
    text-align: center;
  }
  .ticket_inner_wrap h2 {
    padding-bottom: 20px;
  }
  p.price-tag {
    background-color: #ffee64;
  }
  .inner_row .my_col-25 {
    max-width: 50%;
    width: 100%;
    flex: 0 0 100%;
    margin-top: 25px;
  }
  .claim-title p {
    text-align: left;
    padding-left: 15px;
    padding-top: 15px;
  }
  .ticket_accord_title h3 {
    font-size: 14px;
  }
  .day_price {
    display: block;
  }
  .day_price {
    padding-top: 35px;
  }
  .day_price h3 {
    font-size: 26px;
    font-weight: 700;
    color: #000;
    line-height: 33px;
  }
  .day_price a {
    font-size: 20px;
    font-weight: 400;
    color: #0b75d8;
    text-decoration: underline !important;
    line-height: 25px;
  }
  .right-arrow img,
  .left-arrow img {
    width: 85px;
  }
  /*...............ticket_rw_section......................*/
  .ticket_rw_cont .my_row .my_col-85,
  .ticket_rw_cont .my_row .my_col-15 {
    max-width: 100%;
    width: 100%;
    flex: 0 0 100%;
  }

  .ticket_clnt-wrap.my_row div:first-child {
    max-width: 75%;
    width: 100%;
    flex: 0 0 75%;
  }
  .ticket_clnt-wrap.my_row div:nth-child(2) {
    max-width: 25%;
    width: 100%;
    flex: 0 0 25%;
  }
  .ticket_clnt-wrap.my_row div:last-child {
    max-width: 100%;
    width: 100%;
    flex: 0 0 100%;
    padding: 25px;
  }
  .ticket_clnt-title h3 {
    font-size: 23px;
    line-height: 28px;
  }
  .right-arrow,
  .left-arrow {
    height: 100%;
  }
  .ticket_rw_cont .my_row .my_col-15 .ticket_rw-wrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    background: linear-gradient(-27deg, #348de0 50%, #0b75d8 50%);
    align-items: center;
  }
  .ticket_rw_cont .my_row .my_col-15 .ticket_rw-wrap > div {
    max-width: 50%;
    width: 100%;
    flex: 0 0 50%;
  }
  .right-arrow,
  .left-arrow {
    background-color: unset;
    padding: 35px 0px;
  }
  .ticket_rw_cont .my_row .my_col-15:before {
    left: -86;
  }
  .ticket_clnt_slider .slick-prev {
    top: unset;
    left: 0px;
    bottom: -100px;
    padding: 40px 73px;
  }
  .ticket_clnt_slider .slick-next {
    top: unset;
    right: 0px;
    bottom: -100px;
    padding: 40px 90px;
  }
  /*...............package_include-section.................*/
  .package_content {
    padding: 0px 25px 45px 24px;
  }
  .ticket_rw_cont .my_row .my_col-85:after,
  .ticket_rw_cont .my_row .my_col-15:before {
    display: none;
  }
  .package_include-title {
    padding-bottom: 25px;
  }
  .package_include-title h2.homepage__title {
    font-size: 23px;
    position: relative;
    text-align: left;
    padding-bottom: 35px;
  }
  .package_include-title h2.homepage__title span {
    position: absolute;
    left: -65px;
    top: 120px;
    padding-left: 62px;
  }
  .package_list-title-dis {
    padding-left: 60px;
    padding-top: 10px;
  }
  .pack-bking-dis p {
    font-size: 21px;
    padding-top: 40px;
  }
  /*.............fight_booking_section...............*/
  .flight_contain .my_row {
    flex-direction: column-reverse;
  }
  .flight_contain .my_row > div {
    max-width: 100%;
    flex: 0 0 100%;
    width: 100%;
  }
  .flight_col-wrap-details {
    padding: 65px 25px 29px 25px;
  }
  .fight_title h3,
  .fight_dis p {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .party-section .my_row > div {
    max-width: 100%;
    width: 100%;
    flex: 0 0 100%;
  }
  .pack_list-dot {
    display: block;
  }
  .pack_list-dot ul:not([class]) li:before {
    display: none;
  }
  .pack_list-dot ul {
    display: flex;
    justify-content: center;
  }
  .pack_list-dot ul li {
    height: 25px;
    width: 25px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    margin: 10px 5px;
  }
  .package_slider-img {
    display: none;
  }
  #pack_img1 {
    display: block;
  }
  .inner_img figure,
  .party-img figure {
    max-height: 375px;
  }
  figure.package_slider-img {
    width: 100%;
    height: 375px !important;
  }
  .include_section-title .homepage__title {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .page-id-4478 .dayfour-ticket .button.is-primary {
    padding: 30px 90px;
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .page-id-4478 .dayfour-ticket .button.is-primary {
    width: 100%;
    padding: 30px 0px;
  }
  .include_section-title .homepage__title {
    flex: 0 0 95%;
    max-width: 95%;
  }
  .page-id-4478 .include_section-title h2.homepage__title {
    letter-spacing: 0px;
  }
  .page-id-4478 .include_section-title h2.homepage__title {
    font-size: 30px;
  }
  p.price-tag,
  .ticket_inner_wrap h4 {
    font-size: 50px;
  }
  .ticket_inner_wrap h4 span {
    font-size: 12px;
  }
  .ticket_dis p {
    font-size: 16px;
  }
  .ticket_clnt-title {
    padding-left: 15px;
  }
  .ticket_clnt-dis p,
  .ticket_clnt-dis h4 {
    font-size: 18px;
  }
  .ticket-status h3 {
    font-size: 40px;
    letter-spacing: -2px;
  }
  .ticket_clnt_slider .slick-next {
    padding: 40px 56px;
  }
  .ticket_clnt_slider .slick-prev,
  .ticket_clnt_slider .slick-next {
    padding: 26px 26px;
    bottom: -70px;
  }
  .right-arrow,
  .left-arrow {
    padding: 32px 0px;
  }
  .package_include-title h2.homepage__title {
    font-size: 16px;
  }
  .package_list-text p {
    font-size: 17px;
    padding-right: 30px;
  }
  .flight_col-wrap-details {
    padding: 30px 25px 20px 25px;
  }
  .booking-btn {
    display: block;
    width: 100%;
  }
}

/*2020/04/26 HomePage New Include Section */
.single-package {
  position: relative;
}
.include-section {
  background-color: #fffaef;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 50px;
  margin-bottom: 50px;
  z-index: 9;
  border-radius: 25px;
}
.include_section {
  position: relative;
  padding-top: 75px;
}
.include_section-title {
  display: flex;
  position: absolute;
  top: 30px;
  left: 0px;
  right: 0px;
}
.include_section-title .homepage__title {
  flex: 0 0 50%;
  max-width: 50%;
  text-align: right;
  background-color: #000 !important;
  line-height: 1;
  padding: 25px 0px;
  padding-right: 50px;
  color: #ffffff;
  z-index: 10;
}
.include_bg {
  flex: 0 0 50%;
  max-width: 50%;
}
.include-list {
  padding: 75px 0px 20px 55px;
}
.include-list li {
  font-family: aktiv-grotesk-extended, sans-serif;
  font-size: 22px;
  font-weight: 500;
  color: #000000;
  line-height: 39px;
  position: relative;
}
.include-list li:before {
  content: "";
  position: absolute;
  top: 12px !important;
  left: 0 !important;
  background-image: url(https://www.rockislandfiji.com/wp-content/uploads/2025/12/check-img.png) !important;
  background-repeat: no-repeat !important;
  width: 23px !important;
  height: 18px !important;
  background-size: cover !important;
}
.include-dis {
  padding-left: 55px;
}
.include-dis p {
  font-family: aktiv-grotesk-extended, sans-serif;
  font-size: 22px;
  font-weight: 700;
}
.include-dis p span {
  background-color: #ec0707;
  color:#fff !important;
}
.include-dis p a {
  text-decoration: underline !important;
  color: #0b75d8;
}
.include-col-wrap .is-primary {
  margin-left: 55px;
}
.page-id-4358 .homepage__reviews {
  margin-bottom: 140px;
}
.page-id-4358 .daytwo-heading h2,
.page-id-4349 .daytwo-heading h2 {
  font-size: 35px;
  text-align: left;
  letter-spacing: 0px;
}
.page-id-4358 .daytwo-heading h2:before,
.page-id-4349 .daytwo-heading h2:before {
  background-color: #ff7f8f !important;
  right: 315px;
  top: -35px;
}
.include-section-title h2 {
  font-family: aktiv-grotesk-extended, sans-serif;
  font-size: 35px;
  font-weight: 700;
  color: #ffffff;
  line-height: 49px;
}
.include-col-wrap .button * {
  pointer-events: auto !important;
}
.include-img {
  position: relative;
  right: -95px;
}
@media (max-width: 768px) {
  .include-img {
    display: none;
  }
  .include-dis span br {
    display: none;
  }
  .include-col-wrap .is-primary {
    display: block;
    margin: 0 20px;
    font-size: 16px;
    height: 60px;
    line-height: 45px;
  }
  figure.teamcaptain-unlock-image {
    height: 100% !important;
  }
}
@media (max-width: 480px) {
  .include_section-title .homepage__title {
    flex: 0 0 80%;
    max-width: 80%;
  }
  .include_bg {
    display: none;
  }
  .include-list,
  .include-dis {
    padding-left: 20px;
  }
  .include-list li {
    font-size: 18px;
  }
  .include_section .homepage__title {
    font-size: 21px;
    text-align: left;
    padding-left: 27px;
  }
  .button.get-vip-access {
    letter-spacing: 0px;
    font-size: 10px;
  }
}

/*2021/04/27*/
.header-main .container {
  max-width: 1450px !important;
}
.daytwo-bg:before,
.daythree-bg:before,
.dayfive-bg:before,
.dayfour-bg:before {
  height: 100% !important;
}
.daytwo-content {
  padding-bottom: 20px;
}
figure.teamcaptain-unlock-image {
  width: 100%;
  height: 250px;
}
.page-id-4430 .homepage__reviews .button {
  bottom: 70px;
}
.about__intro-text h1 {
  font-size: 70px !important;
}
.about-us p,
.about__content p {
  font-size: 18px !important;
}
.about-us .about__content h3 {
  font-size: 33px !important;
}
.header-main {
  font-family: aktiv-grotesk-extended, sans-serif;
}
@media (max-width: 1024px) {
  .include-list {
    padding-top: 110px;
  }
  .include-img {
    left: -35px;
  }
}
@media (max-width: 768px) {
  .include-list {
    padding-top: 75px;
  }
}
@media (max-width: 480px) {
  .header-main .button {
    letter-spacing: 0px;
    margin-left: 0px;
  }
  .about__intro-text h1 {
    font-size: 35px !important;
  }
  .about-us .about__content h3 {
    font-size: 24px !important;
  }
  .about-us p,
  .about__content p {
    font-size: 15px !important;
  }
}

/*03/05/2021*/
.header-main__nav__menu a {
  border-bottom: 0px !important;
}
.header-mobile__nav .menu-item-4552:before {
  background-position-x: -483px;
}
.header-main ul.sub-menu li {
  width: 100%;
}
.swiper-pagination.swiper-pagination-fraction {
  display: none;
}
ul#gform_fields_1 li {
  padding-bottom: 10px;
}
ul#gform_fields_1 li input {
  border-radius: 10px !important;
  border: 1px solid #c4c4c4;
  height: 53px;
  line-height: 53px;
  padding: 27px 12px 22px !important;
}
ul#gform_fields_1 li ::placeholder {
  font-family: aktiv-grotesk-extended, sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #7c7b7b;
  line-height: 25.5px;
  text-transform: uppercase;
}
.team-captain__form-content {
  max-width: unset !important;
}
.teamcaptain-herobanner-form {
  max-width: 540px;
  padding: 50px 35px 25px 35px;
}
#gform_wrapper_1 .gform_footer {
  margin-top: 0px !important;
}
.teamcaptain-herobanner-form-wrap form > div {
  margin-bottom: 0px;
}

div#gform_confirmation_message_1 strong {
  color: #ffc0cb;
}
@media (max-width: 1250px) {
  .header-main .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .new-header-main .columns .column .button {
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  ul#gform_fields_1 li ::placeholder {
    font-size: 14px;
  }
  ul#gform_fields_1 li input {
    padding: 22px 12px 17px !important;
    border-radius: 6px !important;
  }
}
.page-id-4430 ul#gform_fields_1 li input {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.page-id-4430 ul#gform_fields_1 li input::placeholder {
  color: rgba(0, 0, 0, 0) !important;
}
.page-id-4430 .gfield_label.gfield_label_before_complex {
  display: block !important;
  padding-left: 0px !important;
}

/*06/05/2021 Email Page Template*/
.page-id-4694 .footer-main__featured {
  background-color: #ffffff;
}
.page-id-4694 .footer-main__inner-bg {
  z-index: 0;
}
.page-id-4694 .footer-main__copyright,
.page-id-4694 .footer-main__social-buttons,
.page-id-4694 .footer-main__social,
.page-id-4694 .footer-main__primary {
  position: relative;
}
.page-id-4694 ul:not([class]) li:before {
  display: none;
}
.page-id-4694 ul:not([class]) li {
  padding-left: 0px;
}
.page-id-4694 table {
  border-collapse: separate;
}
.imagetwo img {
  max-width: unset !important;
}
/*......................*/
#gform_wrapper_1 form label {
  padding-left: 0px;
}
#gform_wrapper_1 form label span {
  color: #ff0000;
}

@media (min-width: 768px) {
  .ticket_clnt-img {
    position: relative;
  }
  .ticket_clnt-img img {
    width: 160px;
    height: 160px;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
  }
  .row-reverse {
    display: flex;
    flex-direction: row-reverse;
  }
}

/* Party Dorms page */
.custom-row .ticket_inner_wrap span {
  font-weight: 800;
}
.custom-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(267px, 1fr));
  gap: 4%;
  align-items: center;
}
.ticket_dis .price > span {
  font-size: 26px;
  font-weight: 800;
  line-height: 30px;
  display: block;
}
.ticket_dis .price a {
  color: #0b75d8;
  text-decoration: underline !important;
}
.ticket-notavailable {
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 56px;
  color: #ff0000;
  margin-bottom: 40px;
  padding-top: 10px;
  display: block;
}

.ticket_slider .slick-dots li.slick-active button {
  background: rgba(0, 0, 0, 0.25);
}
/*.ticket_slider_new .ticket_clnt-dis p {min-height: 174px;}*/
.slick-track {
  display: flex;
}
/* bootstrep classes */
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.m-0 {
  margin: 0 !important;
}
.mb-0 {
  margin-bottom: 0rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.p-0 {
  padding: 0 !important;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-40 {
  margin-bottom: 40px;
}
.pr-68 {
  padding-right: 68px;
}
.pl-68 {
  padding-left: 68px;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.text-center {
  text-align: center;
}

/* package section */
.single-package .custom-row .is-number {
  white-space: normal;
  margin: 0;
  max-width: 50%;
  font-weight: 300;
}
.spring-break-package .homepage__title {
  max-width: 100%;
}
.spring-break-package .accordion {
  max-width: 1170px;
}
.spring-break-package .accordion-contents:nth-child(2n) {
  background: #fff;
}
.spring-break-package .accordion-contents {
  margin-top: 0;
  border-bottom: 1px solid;
}
.spring-break-package .accordion-title:hover span {
  -webkit-transform: none;
  transform: none;
}
.spring-break-package .accordion-title {
  padding: 20px 20px 20px 0;
  font-size: 19px;
}
.spring-break-package .accordion-title span i {
  margin-right: 18px;
}
.spring-break-package .packages-booking {
  margin-top: 33px;
}
.spring-break-package .pack-bking-dis p {
  font-weight: normal;
}
.spring-break-package .pack-bking-dis p a,
.spring-break-package .pack-bking-dis p span {
  font-weight: 800;
}

.single-package__intro select {
  appearance: none;
  -webkit-appearance: none;
  background: url(https://www.springbreakfiji.com/wp-content/uploads/2021/06/arrow-down-sign-to-navigate.png);
  background-repeat: no-repeat;
  background-position: center right 10px;
  background-size: 12px;
  border-radius: 12px;
}

.fight_booking_section-custom .flight-detail strong {
  font-weight: 800;
}
.fight_booking_section-custom .flight_col-wrap-details {
  padding: 58px 95px 29px 40px;
}

@media only screen and (min-width: 1500px) {
  .ticket_clnt-dis p,
  .ticket_clnt-dis h4 {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .include_section-title {
    position: static;
  }
  .ticket_section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .ticket_price-row {
    margin-top: 30px;
  }
  .button.is-primary,
  form [type="submit"] {
    font-size: 21px;
    height: auto;
    padding: 20px 50px;
  }
  .ticket_rw_section {
    padding-top: 30px;
  }
  .ticket_slider_new .ticket_clnt-dis p {
    min-height: auto;
  }
  .ticket_clnt-img {
    min-height: 200px;
  }
  .package_include-title h2.homepage__title {
    font-weight: 800;
  }
  .package_include-title h2.homepage__title span {
    top: 50px;
    padding-right: 20px;
  }
  .packages-booking .my_row > div {
    padding-top: 30px;
  }
  .flight-detail p {
    font-size: 21px;
  }
  .footer-main__featured .featured-title {
    font-size: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .include_section-title {
    position: static;
  }
  .ticket_price-row {
    margin-top: 0;
    padding: 0;
    background-color: transparent;
    border-radius: 0;
  }
  .ticket_section {
    padding-top: 56px;
    padding-bottom: 30px;
  }
  .ticket_inner_wrap {
    text-align: center;
  }
  .custom-row .ticket_inner_wrap span {
    font-size: 24px;
  }
  .ticket_price-row .my_row:first-child .my_col-50 {
    padding-right: 0;
  }
  .include_section-title .homepage__title {
    text-align: left;
    padding: 25px 15px;
  }
  .single-package .details__price {
    background: #ffee64;
  }
  .guests-icons svg {
    display: none;
  }
  .booking_btns button.button.is-primary {
    font-size: 20px;
    padding: 15px 30px;
    display: block;
    height: auto;
    margin-bottom: 16px;
  }
  .ticket-notavailable {
    margin-bottom: 15px;
  }

  .ticket_slider_new .ticket_clnt-dis p {
    text-align: center;
    margin: 0 0 10px;
    min-height: auto;
  }
  .ticket_clnt-dis h4 {
    font-weight: 800;
    text-transform: capitalize;
    letter-spacing: 1px;
    text-align: center;
  }

  .package_include-title h2.homepage__title span {
    top: 40px;
    font-weight: 800;
    padding-right: 15px;
  }
  .package_include-title h2.homepage__title {
    font-weight: 800;
  }
  .spring-break-package .accordion-title span i {
    margin-right: 10px;
  }
  .spring-break-package .accordion-title {
    font-size: 17px;
  }
  .packages-booking .my_row > div {
    flex: 100%;
    padding: 0;
  }
  .spring-break-package .pack-bking-dis p a,
  .spring-break-package .pack-bking-dis p span {
    font-weight: 500;
  }
  .spring-break-package .pack-bking-dis p br {
    display: none;
  }
  .package_content {
    padding: 0px 17px 45px 17px;
  }
  .fight_booking_section {
    margin-top: 30px;
  }
  .fight_booking_section-custom .flight_col-wrap-details {
    padding: 30px 21px;
  }
  .package_include-section {
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .flight-detail p:last-child {
    margin: 0;
  }
  .accordion {
    margin-left: -10px;
    margin-right: -10px;
  }

  .slick-slider {
    background: #fff;
  }
  .ticket_clnt_slider .slick-prev {
    position: static !important;
  }
}

@media only screen and (max-width: 480px) {
  .booking_btns button.button.is-primary {
    font-size: 20px;
    padding: 15px 0;
    display: block;
    height: auto;
    width: 100%;
    margin-bottom: 16px;
  }
}

/*new home header page */
.button.is-secondary {
  border-width: 2px;
  border-color: #ec0707;
  color: #fff;
  background: #ec0707;
}
.button.is-secondary:hover {
  background-color: #ff0000;
  border-color: #ff0000;
}

/*new home page */
.pt-90 {
  padding-top: 90px !important;
}
.new-homepage__banner {
  padding-top: 35%;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: relative;
}
.new-homepage .homepage__vip .container {
  display: none !important;
}
.new-homepage .homepage__packages .homepage__title {
  display: none !important;
}
.new-homepage .side-strip {
  background: #ffb216;
  position: absolute;
  width: 735px;
  height: 96px;
  line-height: 96px;
  bottom: 72px;
}
.new-homepage .side-strip .strip-title {
  font-style: normal;
  font-weight: 900;
  font-size: 50px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #ffffff;
}
.new-homepage .step-strip-section,
.page-id-5 .step-strip-section {
  background: #3897f0;
  padding: 25px 0;
  display: inline-block;
}
.new-homepage .step-strip-section .step-strip-title {
  font-style: normal;
  font-weight: 800;
  font-size: 35px;
  line-height: 1.3;
  text-transform: uppercase;
  color: #ffffff;
}
.new-homepage .step-strip-section .step-strip-title {
  display: flex;
  gap: 30px;
  align-items: center;
}
.new-homepage .step-strip-section .step-strip-title .step-2-next-heading {
  font-size: 28px;
}
.new-homepage .step-strip-section .step-strip-title .step-2-title {
  font-size: 28px;
}
.page-id-5 .step-strip-section .step-strip-title .step-2-title {
  font-size: 28px;
}
.page-id-5 .step-2-section .step-strip-title {
  gap: 30px;
  align-items: center;
  display: flex;
  color: #fff;
}
.step-home .step-strip-title {
  font-size: 28px;
  color: #fff;
  display: flex;
  gap: 30px;
}
.step-home .step-strip-section .container {
  padding-right: 43px;
}
.page-id-5 .step-2-section .step-strip-title .step-2-next-heading {
  font-size: 28px;
}
.page-id-5 .mb-82 {
  margin-bottom: 82px !important;
}
.new-homepage .packages_tab {
  padding-top: 74px;
}
.new-homepage .packages_tab ul li a {
  margin-bottom: 0 !important;
}
.new-homepage .packages_tab ul li {
  vertical-align: middle;
}

@media only screen and (min-width: 767px) {
  .new-mobile-header {
    display: none;
  }
  .new-homepage #packages div .homepage__packages {
    padding-top: 148px;
  }
  .new-homepage #packages div .homepage__packages .step-2-section {
    margin-bottom: 82px;
  }
  .new-homepage .step-strip-section .container {
    padding-right: 43px;
  }
  .new-homepage .side-strip .container {
    padding-right: 43px;
  }
  .button.is-secondary {
    font-size: 15px;
    height: 50px;
  }
}

/*start new home page Responsive */
@media only screen and (min-width: 768px) and (max-width: 1040px) {
  .new-header-main .columns .column .button {
    padding: 10px 15px;
    font-size: 12px;
    height: 40px;
  }
  .new-header-main .columns .header-main__mobile .trigger-mobile-header {
    padding: 0;
  }
  .new-homepage .side-strip {
    width: 480px;
    height: 60px;
    line-height: 60px;
    bottom: 20px;
  }
  .new-homepage .side-strip .strip-title {
    font-size: 24px;
  }
  .new-homepage .step-strip-section .step-strip-title {
    font-size: 24px;
  }
  .new-homepage .step-strip-section {
    padding: 15px 0;
  }
  .new-homepage .packages_tab ul.d-flex li {
    min-width: 170px;
  }
}

@media only screen and (max-width: 767px) {
  .header-main__logo {
    display: flex;
    width: 55%;
    align-items: center;
  }
  .header-main__logo .logo-image {
    left: 55px;
    width: auto;
    top: 3px;
  }
  .new-mobile-header .columns .column {
    padding: 7px 0;
    width: 50%;
  }
  .header-mobile {
    z-index: 999;
  }
  .pt-90 {
    padding-top: 50px !important;
  }
  .new-header-main {
    display: none;
  }
  .new-mobile-header {
    position: fixed;
    width: 100%;
    padding: 15px 0;
    background: #fff;
    z-index: 99;
  }
  .new-mobile-header .columns {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .new-mobile-header .columns .d-flex {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .new-mobile-header .columns .column .button {
    order: inherit;
  }
  .new-mobile-header .columns .column .button {
    margin-right: 10px;
  }

  .new-homepage__banner {
    height: 330px;
    background-position: center center !important;
  }
  .new-homepage .side-strip .strip-title {
    font-size: 20px;
  }
  .new-homepage .side-strip {
    width: 98%;
    height: 50px;
    line-height: 50px;
    bottom: 27px;
  }
  .new-homepage .step-strip-section .step-strip-title {
    font-size: 20px;
  }
  .new-homepage .step-strip-section .container {
    padding-right: 20px;
  }
  .new-homepage .packages_tab ul li {
    margin: 0 auto 9px;
    min-width: 304px;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.6);
  }
  .new-homepage .homepage__waves {
    padding: 21px 0 0;
  }
  .new-homepage .packages_tab {
    padding-top: 50px;
  }
  .new-homepage .homepage__packages {
    padding-top: 60px;
  }
  .new-homepage .homepage__packages-wave {
    padding-top: 50px;
  }
  .new-homepage .step-strip-section .step-strip-title {
    align-items: start;
    gap: 20px;
  }
  .page-id-5 .step-strip-section .step-strip-title {
    align-items: start;
    gap: 20px;
  }
  .new-homepage .step-strip-section .step-strip-title .step-2-next-heading {
    font-size: 20px;
  }
  .page-id-5 .step-2-section .step-strip-title .step-2-next-heading {
    font-size: 20px;
  }
  .page-id-5 .step-2-section .step-strip-title {
    font-size: 25px;
    gap: 20px;
  }
  .step-home .step-strip-title {
    font-size: 20px;
    gap: 20px;
  }
  .footer-main .footer-main__partners img {
    height: 50px;
  }
}

@media only screen and (max-width: 560px) {
  .new-homepage__banner {
    background: url(https://www.springbreakfiji.com/wp-content/uploads/2021/06/new-home-banner-image.jpg) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
  }
}

/*end new home page Responsive */

#access-code-form .apply-page-access {
  text-align: center;
}
#access-code-form .apply-page-access label {
  font-style: normal;
  font-weight: 800;
  font-size: 15px;
  line-height: 19px;
  text-align: center;
  letter-spacing: 0.12em;
  color: #000000;
  margin-bottom: 20px;
  display: block;
}
#access-code-form .apply-page-access button {
  background: #f7db1a;
  border: 1.29857px solid #ffb216;
  height: 46px !important;
  box-sizing: border-box;
  border-radius: 3.24642px;
  font-style: normal;
  font-weight: 500;
  font-size: 12.9857px !important;
  opacity: 1;
  line-height: 17px;
  text-align: center;
  letter-spacing: 0.29em;
  text-transform: uppercase;
  color: #000000;
  margin: 27px 0 0;
  width: 233px;
}
#access-code-form .apply-page-access button:hover {
  background: #ec0707;
}
#access-code-form .apply-page-access {
  margin-top: 60px;
}
.modal[data-modal="enter-code"] .modal__content .modal__content-text h3 {
  font-style: normal;
  font-weight: 800;
  font-size: 22px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 0.12em;
  color: #000000;
  margin-bottom: 60px;
}
.modal[data-modal="enter-code"] .modal__content {
  width: 100%;
  margin: auto;
  padding: 38px 50px 34px 50px;
}
#access-code-form .apply-page-access {
  margin: 0;
}

/*--your-addons page--*/
.youraddon-heading .youraddon-main-heading h1:before {
  content: "" !important;
  position: absolute;
  right: 30px;
  top: 26px;
  height: 110px;
  display: inline-block;
  width: 3000px;
  background-color: #59b1cf;
  z-index: -2;
}
.youraddon-banner .herobanner-content {
  padding-top: 119px;
  padding-bottom: 98px;
}
.youraddon-banner .herobanner-caption p {
  font-weight: 400;
}
.youraddon-banner .herobanner-image {
  top: -75px;
  width: 750px;
  max-width: inherit;
}
.herobanner-heading.youraddon-heading {
  padding-bottom: 25px;
}
.addon-available-section {
  background-image: url(https://www.springbreakfiji.com/wp-content/uploads/2021/06/Group-229.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}

/*.youraddon-main-heading h1 {font-weight: 800;}*/
.addon-available-section {
  padding-top: 150px;
  padding-bottom: 180px;
}
.addon-section-header {
  margin-bottom: 100px;
}
.addon-section-header .title {
  font-style: normal;
  font-weight: bold;
  font-size: 50px;
  line-height: 64px;
  text-align: center;
  color: #2c2c2c;
}
.addon-section-header .title .yellow-bg {
  background: #ffee6a;
  padding: 1px 6px;
}

.addon-container {
  width: 100%;
  max-width: 1100px;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.addon-strip-title {
  background: #3897f0;
  display: block;
  padding: 25px 20px 25px 75px;
  font-style: normal;
  font-weight: bold;
  font-size: 44px;
  line-height: 1.1;
  color: #ffffff;
  margin-left: -80px;
  margin-bottom: 42px;
  position: relative;
  z-index: 1;
}

.available-sandbank-man {
  background: #fffaef;
}
.addon-available-section .col-item ul li:before {
  display: none;
}
.addon-available-section .col-item ul li {
  padding: 0;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 15px;
}
.addon-available-section .col-item ul li strong {
  font-weight: 800;
  color: #0e192e;
}
.addon-available-section .col-item p {
  font-size: 18px;
}
.addon-available-section .col-item-image {
  position: relative;
  z-index: 2;
}
.addon-available-section-2 {
  padding-top: 90px;
}
.addon-available-section strong {
  font-weight: 800;
}
.addon-available-section .col-item-image img,
.addon-sandbank-section .col-item-image img {
  height: 100%;
}

.addon-sandbank-section {
  padding-bottom: 104px;
}
.addon-sandbank-section .col-item ul li:before {
  display: none;
}
.addon-sandbank-section .col-item ul li {
  padding: 0;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 15px;
}
.addon-sandbank-section .col-item ul li strong {
  font-weight: 800;
  color: #0e192e;
}
.addon-sandbank-section .col-item-image {
  position: relative;
  z-index: 2;
}
.addon-sandbank-section .addon-strip-title {
  margin-left: 0;
  margin-right: -80px;
  padding-right: 36px;
  padding-left: 36px;
  background: #ff0000;
}
.addon-sandbank-section .addon-sandbank-content {
  padding-left: 36px;
}
.addon-sandbank-section .addon-sandbank-content p {
  font-size: 18px;
}

.zigzag-section {
  padding-top: 60px;
}
.zigzag-section .row-100 .col-50 {
  padding-left: 30px;
  padding-right: 30px;
}
.zigzag-section .zig-zag-title {
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 38px;
  text-transform: uppercase;
  color: #3897f0;
  margin-bottom: 12px;
}
.zigzag-col-content ul li:before {
  display: none;
}
.zigzag-col-content ul li {
  padding-left: 0;
}
.zigzag-section .zigzag-col-content {
  width: 438px;
  margin: 50px 0 auto;
}
.zigzag-section .row-reverse .zigzag-col-content {
  margin: 60px 0 0 auto !important;
}
.zigzag-section .zigzag-col-content p {
  font-size: 18px;
}
.addon-button-section {
  padding: 30px 0 120px;
}

@media only screen and (min-width: 991px) and (max-width: 1040px) {
  .youraddon-banner .herobanner-caption p br {
    display: none;
  }
  .herobanner-heading h1 {
    font-size: 54px;
  }
  .addon-strip-title {
    font-size: 40px;
  }
  .youraddon-banner .herobanner-image {
    top: -30px;
    right: -35px;
    width: 570px;
  }
}

@media only screen and (min-width: 991px) {
  .mobile-image {
    display: none;
  }
  .addon-section-header .title .yellow-bg:first-child {
    padding-right: 25px;
  }
  .addon-section-header .title .yellow-bg:last-child {
    padding-left: 25px;
  }
  .addon-section-header .title .yellow-bg {
    display: inline-block;
  }
}

@media only screen and (max-width: 991px) {
  .addon-container {
    padding-left: 29px;
    padding-right: 29px;
  }
  .pr-68 {
    padding-right: 0 !important;
  }
  .pl-68 {
    padding-left: 0 !important;
  }
  .desktop-image {
    display: none;
  }
  .youraddon-banner .container {
    padding-left: 0px;
    padding-right: 0px;
  }
  .youraddon-banner .container .herobanner-content {
    padding-left: 20px;
    padding-right: 20px;
  }
  .youraddon-heading .youraddon-main-heading h1 {
    font-size: 40px;
    line-height: 1.2;
  }
  .youraddon-heading .youraddon-main-heading h1:before {
    height: 72px;
    top: 15px;
  }
  .youraddon-banner .herobanner-image {
    width: 100%;
    right: 0;
    left: 0;
    position: relative;
  }
  .youraddon-banner .herobanner-content {
    padding-top: 0px;
    padding-bottom: 0;
    margin-top: -215px;
  }
  .youraddon-banner .herobanner-caption p br {
    display: none;
  }
  .youraddon-heading .youraddon-main-heading h1:before {
    right: 0;
  }

  .addon-section-header .title {
    font-size: 30px;
    line-height: 1.3;
  }
  .addon-section-header {
    margin-bottom: 50px;
  }
  body .addon-available-section {
    padding-top: 40px;
    padding-bottom: 100px;
    background: url(https://www.springbreakfiji.com/wp-content/uploads/2021/06/mobile-bg.png) !important;
    background-size: cover !important;
    background-position: center bottom !important;
  }
  .addon-available-section .col-item-image {
    margin-bottom: 30px;
  }
  .addon-available-section .col-item-image img {
    width: 100%;
  }
  .addon-available-section .col-item ul li {
    font-size: 18px;
  }

  .available-sandbank-man .button.is-primary {
    width: 100%;
    font-size: 13px;
    height: 49px;
  }
  .zigzag-section {
    padding-top: 0;
  }
  .zigzag-section .row-100 .col-50 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .zigzag-section .zigzag-col-content {
    width: 100%;
    margin: -40px 0 auto;
    padding: 0 18px;
    position: relative;
  }
  .zigzag-section .row-reverse .zigzag-col-content {
    margin: -40px 0 0 auto !important;
  }
  .zigzag-section .zigzag-col-image img {
    width: 100%;
  }
  .zigzag-section .row-100 {
    margin-bottom: 40px;
  }
  .addon-sandbank-section .col-item-image img {
    width: 100%;
  }
  .addon-sandbank-section {
    padding-bottom: 50px;
  }
  .addon-sandbank-section .col-item-image {
    margin-bottom: 30px;
  }
  .addon-sandbank-section .addon-sandbank-content {
    padding-left: 0;
  }
  .addon-sandbank-section .addon-strip-title,
  .addon-available-section .addon-strip-title {
    margin-left: -80px;
    margin-right: 0;
    max-width: 380px;
    padding: 12px 20px 12px 80px;
    font-size: 34px;
    display: inline-block;
  }
  .addon-button-section {
    padding: 30px 0 0px;
  }
  .addon-button-section .button.is-primary {
    width: 100%;
    font-size: 13px;
    height: 49px;
  }
  .addon-button-section .container {
    padding: 0 29px;
  }
}

.zigzag-col-image {
  position: relative;
}
.fishing-bg-shap {
  position: absolute;
  z-index: -1;
  top: 80px;
  left: 100px;
  width: 100%;
  max-width: 590px;
}

.price-shap {
  position: relative;
}
.price-shap:before {
  content: "";
  background: url(images/red-paint-brush-stroke-6.png) no-repeat center center /
    50px;
  position: absolute;
  opacity: 0.9;
  width: 84px;
  height: 25px;
  transform: rotate(-30deg);
  left: 10px;
  bottom: 0;
}

.custom-get-ready p {
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 1.5;
  font-size: 1em;
}
.custom-get-ready p:last-child {
  margin-bottom: 0;
}
.custom-get-ready p strong {
  text-transform: uppercase;
}

@media only screen and (min-width: 991px) {
  .mt-5 {
    margin-top: 3rem;
  }
  .mb-5 {
    margin-bottom: 3rem;
  }
  .zigzag-section .row-reverse .zigzag-col-content.fishing-content {
    margin: 40px 0 0 auto !important;
    max-width: 380px;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1024px) {
  .fishing-bg-shap {
    top: 140px;
    left: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .mobile-hide {
    display: none;
  }
  body {
    overflow-x: hidden;
  }
  .zigzag-col-content > br {
    display: none;
  }
  .zigzag-section .zigzag-col-content p {
    margin: 0;
  }
  .zigzag-section + .addon-button-section {
    padding-top: 0;
  }
  .custom-get-ready p br {
    display: none;
  }
  #volume-toggle-mobile .pausebutton {
    display: none;
  }
  #volume-toggle-mobile.active .pausebutton {
    display: block;
  }
}


@media only screen and (min-width: 320px) and (max-width: 767px) {
 .button.desktop-hide.active .homepage__intro-logo .homepage__intro-subheading{
    transition: 0.5s !important;
    transition-delay: 0s !important;
    opacity: 0 !important;
    display : none;
  }  
 }