body {
  margin: 0;
  padding: 0;
  background: #fff;
  overflow-x: hidden;
  height: inherit;
}

/* smooth scroll for anchor tags*/
html {
  scroll-behavior: smooth !important;
}

/* smooth scroll for anchor tags*/
.disclaimer {
  font-size: 12px;
  line-height: 16px;
}

/* clear page paddings*/
.pageContent .wrapper {
  padding: 0px;
}

.pageContent .wrapper .rowContainer .row {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.col-12 {
  padding: 0 !important;
}

/* clear page paddings*/
.CYContainer {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 0;
  margin: 0 auto !important;
  font-family: CFAstyStd-Book;
  font-weight: 400;
  font-size: 18px;
  line-height: 0;
  color: #000;
  position: relative;
  overflow-y: hidden;
  overflow-x: visible;
}

.CYContainer p {
  font-size: 16px !important;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.CYContainer li {
  font-size: 16px !important;
}

.CYContainer .outer-width {
  width: 100%;
  max-width: 1055px;
  margin: 0 auto;
}

.CYContainer .inner-width {
  width: 100%;
  max-width: 1091px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  height: inherit;
}

.CYContainer strong {
  font-family: CFAstyStd-Bold;
}

.CYContainer .fontMedium {
  font-family: CFAstyStd-Medium !important;
  font-weight: 500;
}

.CYContainer .normal {
  font-family: CFAstyStd-Book !important;
}

.CYContainer .fontLight {
  font-family: CFAstyStd-Light !important;
}

.CYContainer p, .CYContainer h1, .CYContainer h2, .CYContainer h3, .CYContainer h4, .CYContainer h5, .CYContainer li {
  color: #000;
  line-height: 130% !important;
}

.CYContainer h2 {
  -webkit-margin-before: 0.2em;
          margin-block-start: 0.2em;
  -webkit-margin-after: 0.2em;
          margin-block-end: 0.2em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
}

.CYContainer .color-white {
  color: #fff !important;
}

.CYContainer .font48 {
  font-size: 48px !important;
  line-height: 52px !important;
}

.CYContainer .font57 {
  font-size: 57px !important;
  line-height: 62px !important;
}

.CYContainer .font32 {
  font-size: 32px !important;
  line-height: 36px !important;
}

.CYContainer .font28 {
  font-size: 28px !important;
  line-height: 32px !important;
}

.CYContainer .font24 {
  font-size: 24px !important;
  line-height: 28px !important;
}

.CYContainer .font18 {
  font-size: 18px !important;
  line-height: 22px !important;
}

.CYContainer img {
  display: inline-block;
  border: none;
}

.CYContainer .resp {
  max-width: 100%;
}

.CYContainer .text-Center {
  text-align: center;
}

.CYContainer .posRelative {
  position: relative;
}

.CYContainer a {
  text-decoration: none;
}

.CYContainer .gap400 {
  height: 400px;
}

.CYContainer .gap300 {
  height: 400px;
}

.CYContainer .gap250 {
  height: 250px;
}

.CYContainer .gap200 {
  height: 200px;
}

.CYContainer .gap150 {
  height: 150px;
}

.CYContainer .gap100 {
  height: 100px;
}

.CYContainer .gap60 {
  height: 60px;
}

.CYContainer .gap40 {
  height: 40px;
}

.CYContainer .gap30 {
  height: 30px;
}

.CYContainer .gap20 {
  height: 20px;
}

.CYContainer .gap10 {
  height: 10px;
}

.CYContainer section {
  width: 100%;
  position: relative;
  line-height: 0;
}

.CYContainer sup {
  font-size: 50%;
}

.CYContainer .bgCover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 0;
}

.CYContainer .bgContain {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 0;
}

.CYContainer .genericPad {
  padding: 2vw 3vw;
}

.CYContainer .gen-btn {
  font-family: CFAstyStd-Medium;
  font-size: 22px;
  line-height: 130%;
  color: #000 !important;
  display: inline-block;
  background: #FAC51C;
  padding: 10px 40px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.CYContainer .max900 {
  max-width: 900px;
  margin: 0 auto;
}

.CYContainer .bgGray {
  background: #F5F5F5;
}

.CYContainer #custom-modal-behind {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 20000;
}

.CYContainer .text-expand {
  position: fixed;
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0.9);
  color: #fff;
  max-height: 600px;
  max-width: 600px;
  overflow: hidden;
  overflow-y: auto;
  z-index: 40001;
  left: 50%;
  top: 50%;
  font-size: 16px;
  line-height: 22px;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: scale(0) translate(-50%, -50%);
          transform: scale(0) translate(-50%, -50%);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.CYContainer .text-expand::-webkit-scrollbar {
  width: 12px;
  /* width of the entire scrollbar */
}

.CYContainer .text-expand::-webkit-scrollbar-track {
  background: #000;
  /* color of the tracking area */
}

.CYContainer .text-expand::-webkit-scrollbar-thumb {
  background-color: #fff;
  /* color of the scroll thumb */
  border-radius: 20px;
  /* roundness of the scroll thumb */
  /* creates padding around scroll thumb */
}

.CYContainer .text-expand p {
  font-size: 16px;
  line-height: 22px;
}

.CYContainer .text-expand .inner-text {
  margin: 0 auto;
  width: 94%;
  height: 100%;
  overflow-y: auto;
  padding: 20px 0;
}

.CYContainer .text-expand.opened {
  -webkit-transition: 300ms;
  transition: 300ms;
  -webkit-transform: scale(1) translate(-50%, -50%);
          transform: scale(1) translate(-50%, -50%);
}

.CYContainer .text-expand .text-expand-close {
  color: #fff;
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 30px;
  cursor: pointer;
}

.CYContainer .text-expand.generic {
  max-width: 400px;
  background-color: #DA2128;
}

.CYContainer .text-expand.generic .inner-text {
  width: 85%;
  text-align: center;
}

.CYContainer .text-expand.generic .text-expand-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  background-color: #000;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

@-webkit-keyframes float {
  from {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  to {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}

@keyframes float {
  from {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  to {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}

.CYContainer .Video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
}

.CYContainer .Video-container iframe, .CYContainer .Video-container object, .CYContainer .Video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
}

.CYContainer .Video-container .Video-overlay {
  position: absolute;
  visibility: visible;
  width: 110%;
  height: 100%;
  z-index: 2;
  pointer-events: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -55%);
          transform: translate(-50%, -55%);
  cursor: pointer;
}

.CYContainer .Video-container .Video-overlay img {
  pointer-events: none;
}

.CYContainer .HeaDeR {
  position: relative;
  text-align: center;
}

.CYContainer .pin {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 1px;
}

.CYContainer .pin .inner {
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
}

.CYContainer .Red {
  color: #DA2128 !important;
}

.CYContainer .max650 {
  max-width: 650px;
  margin: 0 auto;
}

.CYContainer .max800 {
  max-width: 800px;
  margin: 0 auto;
}

.CYContainer .bordered {
  width: 100px;
  margin: 10px auto;
  margin-bottom: 20px;
  height: 5px;
  background-color: #DA2128;
}

.CYContainer .Flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.CYContainer .Flex .img {
  width: 50%;
  text-align: right;
  height: 100%;
}

.CYContainer .Flex .img .in-line {
  display: inline-block;
  position: relative;
}

.CYContainer .Flex .img .in-line .anim {
  position: absolute;
  right: unset;
  left: -10%;
  top: -10%;
  width: 25%;
  -webkit-animation: float 1000ms 600ms ease-in-out infinite alternate;
          animation: float 1000ms 600ms ease-in-out infinite alternate;
}

.CYContainer .Flex .txt {
  width: 50%;
  background-color: #fff;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.CYContainer .Flex .txt .inner {
  padding-left: 20px;
  max-width: 610px;
}

.CYContainer .Flex .txt .inner p.border {
  border-left: 5px solid #DA2128;
  padding-left: 8px;
}

.CYContainer .Flex.reversed {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.CYContainer .Flex.reversed .img {
  text-align: left;
}

.CYContainer .Flex.reversed .img .in-line .anim {
  position: absolute;
  left: unset;
  right: -10%;
  top: -10%;
  width: 25%;
}

.CYContainer .Flex.reversed .txt {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.CYContainer .Flex.reversed .txt .inner {
  padding-right: 20px;
  padding-left: unset;
}

.CYContainer .Bottomflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0;
}

.CYContainer .Bottomflex .Txt {
  width: 45%;
}

.CYContainer .Bottomflex .Txt .Social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

.CYContainer .Bottomflex .Txt .Social .INSTA {
  margin-left: 20px;
}

.CYContainer .Bottomflex .Txt .Social .YT {
  margin-left: 20px;
}

.CYContainer .Bottomflex .Img {
  width: 50%;
}

.CYContainer .Footer {
  background-color: #363636;
  width: 100%;
  position: relative;
}

.CYContainer .Footer .fflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.CYContainer .Footer .fflex .item {
  cursor: pointer;
  font-size: 16px;
  line-height: 130%;
  margin: 0 5px;
  padding: 0 5px;
  color: #fff;
}

.CYContainer .Footer .fflex .item.border {
  border-left: 1px solid #fff;
}

.CYContainer #map {
  width: 100%;
  height: 700px;
}

@media (max-width: 1300px) {
  .CYContainer #map {
    width: 100%;
    height: 500px;
  }
  .CYContainer .inner-width {
    width: 95%;
    margin: 0 auto;
  }
  .CYContainer .font57 {
    font-size: 48px !important;
    line-height: 50px !important;
  }
  .CYContainer .font48 {
    font-size: 40px !important;
    line-height: 42px !important;
  }
  .CYContainer .font28 {
    font-size: 25px !important;
    line-height: 27px !important;
  }
  .CYContainer .Icon {
    padding: 2px;
    width: 60px;
    height: 60px;
  }
  .CYContainer .Icon img {
    max-width: 60%;
  }
  .CYContainer .Flex .txt .inner {
    max-width: 95%;
  }
}

@media (max-width: 1024px) {
  .CYContainer #map {
    width: 100%;
    height: 400px;
  }
  .CYContainer .font24 {
    font-size: 20px !important;
    line-height: 22px !important;
  }
  .CYContainer .font48 {
    font-size: 30px !important;
    line-height: 32px !important;
  }
  .CYContainer .font57 {
    font-size: 35px !important;
    line-height: 37px !important;
  }
  .CYContainer .font28 {
    font-size: 20px !important;
    line-height: 24px !important;
  }
  .CYContainer .Flex {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .CYContainer .Flex .img {
    width: 100%;
    text-align: center !important;
  }
  .CYContainer .Flex .txt {
    width: 100%;
    padding-bottom: 40px;
  }
  .CYContainer .Flex .txt .inner {
    max-width: unset;
    width: 95%;
    margin: 0 auto;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

@media (max-width: 900px) {
  .CYContainer .Flex .Item {
    width: 45%;
  }
  .CYContainer .Flex .Item .Img {
    text-align: center;
  }
}

@media (max-width: 800px) {
  .CYContainer .max800 {
    padding: 0 15px;
  }
  .CYContainer .font28 {
    font-size: 19px !important;
    line-height: 22px !important;
  }
}

@media (max-width: 768px) {
  .CYContainer .text-expand {
    max-width: 90vw;
    max-height: 500px;
  }
  .CYContainer .font32 {
    font-size: 28px !important;
    line-height: 32px !important;
  }
  .CYContainer .font24 {
    font-size: 18px !important;
    line-height: 20px !important;
  }
  .CYContainer .font48 {
    font-size: 28px !important;
    line-height: 32px !important;
  }
  .CYContainer .font57 {
    font-size: 32px !important;
    line-height: 34px !important;
  }
  .CYContainer .font28 {
    font-size: 17px !important;
    line-height: 22px !important;
  }
}

@media (max-width: 700px) {
  .CYContainer .text-expand {
    max-height: 80vh;
  }
  .CYContainer .gap40 {
    height: 20px;
  }
  .CYContainer .Bottomflex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .CYContainer .Bottomflex .Txt {
    width: 100%;
    text-align: center;
  }
  .CYContainer .Bottomflex .Txt .Social {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .CYContainer .Bottomflex .Img {
    width: 70%;
  }
  .CYContainer .topstoresflex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .CYContainer .topstoresflex > div {
    padding: 10px 0px;
    width: 98%;
  }
}

@media (max-width: 600px) {
  .CYContainer #map {
    width: 100%;
    height: 300px;
  }
  .CYContainer .font32 {
    font-size: 24px !important;
    line-height: 28px !important;
  }
  .CYContainer .font24 {
    font-size: 18px !important;
    line-height: 20px !important;
  }
  .CYContainer .font48 {
    font-size: 20px !important;
    line-height: 22px !important;
  }
  .CYContainer .font57 {
    font-size: 18px !important;
    line-height: 20px !important;
  }
  .CYContainer .font28 {
    font-size: 16px !important;
    line-height: 20px !important;
  }
  .CYContainer .font18 {
    font-size: 14px !important;
    line-height: 16px !important;
  }
  .CYContainer .gap150 {
    height: 75px;
  }
  .CYContainer .offersflex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .CYContainer .offersflex > div {
    cursor: pointer;
    padding: 10px 0;
    width: 98%;
  }
}

#terms-append * {
  color: #fff !important;
}

#cookiebanner *:not(i):not(.ab-icon):not(.icon):not(h1):not(h2):not(h3):not(h4) {
  font-family: CFAstyStd-Book !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#cookiebanner h1, #cookiebanner h2, #cookiebanner h3, #cookiebanner h4 {
  font-family: CFAstyStd-Bold !important;
}
/*# sourceMappingURL=main.css.map */