@charset "UTF-8";
*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html, body {
  height: 100%;
  overflow-x: hidden;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

#root, #__next {
  isolation: isolate;
}

body {
  font-family: "Montserrat", sans-serif;
}
body {
  font-size: 14px;
}
@media screen and (min-width: 320px) {
  body {
    font-size: calc(
            14px + 8 *
              ((100vw - 320px) / 400)
          );
  }
}
@media screen and (min-width: 720px) {
  body {
    font-size: 22px;
  }
}

.lang-fix {
  top: 0 !important;
  position: static !important;
}

h1, h2, h3 {
  font-weight: 600;
  text-transform: uppercase;
  line-height: 48px;
  letter-spacing: 1px;
}

h1 {
  font-size: 24px;
}
@media screen and (min-width: 320px) {
  h1 {
    font-size: calc(
            24px + 10 *
              ((100vw - 320px) / 400)
          );
  }
}
@media screen and (min-width: 720px) {
  h1 {
    font-size: 34px;
  }
}
h1 > span {
  font-weight: 400;
}
h1 > span {
  font-size: 30px;
}
@media screen and (min-width: 320px) {
  h1 > span {
    font-size: calc(
            30px + 10 *
              ((100vw - 320px) / 400)
          );
  }
}
@media screen and (min-width: 720px) {
  h1 > span {
    font-size: 40px;
  }
}

h2 {
  font-size: 26px;
}
@media screen and (min-width: 320px) {
  h2 {
    font-size: calc(
            26px + 14 *
              ((100vw - 320px) / 400)
          );
  }
}
@media screen and (min-width: 720px) {
  h2 {
    font-size: 40px;
  }
}

h3 {
  font-size: 24px;
}
@media screen and (min-width: 320px) {
  h3 {
    font-size: calc(
            24px + 10 *
              ((100vw - 320px) / 400)
          );
  }
}
@media screen and (min-width: 720px) {
  h3 {
    font-size: 34px;
  }
}

.page {
  margin: 0 auto;
  max-width: 720px;
  background-color: #FFF;
}
.page .content {
  padding: 35px;
}
.page .header {
  width: 100%;
  background-color: #000;
}
.page .header .content {
  display: grid;
  grid-auto-columns: 1fr;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 0px 0px;
  grid-template-areas: "left right";
}
.page .header .content .right .dropdown {
  float: right;
  position: relative;
}
.page .header .content .right .dropdown .dropbtn {
  background-color: #000;
  color: #FFF;
  padding: 40px 0px 0px;
  font-size: 20px;
  font-weight: bold;
  border: none;
  cursor: pointer;
}
.page .header .content .right .dropdown .dropbtn img {
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
}
.page .header .content .right .dropdown .dropbtn .chevron-down {
  text-orientation: mixed;
  writing-mode: vertical-lr;
  font-size: 30px;
  font-weight: bold;
}
.page .header .content .right .dropdown .dropdown-content {
  display: none;
  position: absolute;
  right: 0;
  background-color: #f9f9f9;
  min-width: 200px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  font-size: 20px;
}
.page .header .content .right .dropdown .dropdown-content a {
  color: black;
  padding: 6px 14px;
  font-size: 14px;
  text-decoration: none;
  display: block;
}
.page .header .content .right .dropdown .dropdown-content a:hover {
  background-color: #f1f1f1;
}
.page .header .content .right .dropdown .dropdown-content a img {
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
}
.page .header .content .right .dropdown:hover .dropdown-content {
  display: block;
}
.page .banner {
  width: 100%;
}
.page .banner .content {
  display: grid;
  grid-auto-columns: 1fr;
  grid-template-columns: 3fr 1fr;
  grid-template-rows: 1fr;
  gap: 0px 0px;
  grid-template-areas: "left right";
  background-color: #FFD204;
}
.page .banner.banner-img .content {
  padding: 0;
}
.page .banner.banner-img .content .left {
  padding: 35px 20px 0;
}
.page .banner.banner-img .content .right img {
  padding: 0;
  max-width: initial;
}
.page .main {
  width: 100%;
}
.page .main .content {
  padding: 20px;
}
.page .main .content .top-content {
  margin-bottom: 40px;
}
.page .main .content .top-content > .top {
  margin-top: 30px;
  margin-bottom: 20px;
}
.page .main .content .top-content > .bottom {
  display: grid;
  grid-auto-columns: 1fr;
  grid-template-columns: 2fr 7fr;
  grid-template-rows: 1fr;
  gap: 0px 0px;
  grid-template-areas: "left right";
  height: 5px;
}
.page .main .content .top-content > .bottom .left {
  background-color: #FFD204;
}
.page .main .content .bottom-content .top, .page .main .content .bottom-content .bottom {
  display: grid;
  grid-auto-columns: 1fr;
  grid-template-columns: 2fr 7fr;
  grid-template-rows: 1fr;
  gap: 0px 0px;
  grid-template-areas: "left right";
}
.page .main .content .bottom-content .top .right {
  margin-bottom: 40px;
}
.page .main .content .bottom-content .top .right h3 {
  line-height: 40px;
  margin-top: 10px;
}
.page .main .content .bottom-content .top .right h3.single-line {
  margin-top: 30px;
}
.page .main .content .bottom-content .bottom .right {
  margin-bottom: 40px;
}
.page .main .content .bottom-content .bottom .right .featured-image {
  margin: 40px 0;
}
.page .cta {
  background-image: url("../assets/images/wimse-form-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 80px;
}
.page .cta .content {
  padding: 20px 40px;
  text-align: center;
}
.page .cta .content .cta-btns {
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
  font-size: 34px;
  font-weight: 600;
  width: 100%;
  padding: 20px 60px;
  background-color: #FFD204;
  border: none;
  color: #000;
  cursor: pointer;
}
.page .cta .content .cta-btns img {
  width: 64px;
  height: 64px;
  margin-left: 40px;
  vertical-align: middle;
}
.page .cta .content #cta-section {
  text-align: left;
  color: #FFF;
  overflow: hidden;
}
.page .cta .content #cta-section .close-btn-container {
  display: flex;
  align-items: center;
}
.page .cta .content #cta-section .close-btn-container h2 {
  margin-right: auto;
}
.page .cta .content #cta-section .close-btn-container #close-btn {
  margin-left: 10px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  color: #FFF;
  font-size: 60px;
  text-align: right;
}
.page .cta .content #cta-section .close-btn-container #close-btn:after {
  display: inline-block;
  content: "×";
}
.page .cta .content #cta-section .close-btn-container #close-btn:hover {
  color: #ccc;
}
.page .cta .content #cta-section .cta-h2-decoration {
  display: grid;
  grid-auto-columns: 1fr;
  grid-template-columns: 2fr 7fr;
  grid-template-rows: 1fr;
  gap: 0px 0px;
  grid-template-areas: "left right";
  height: 5px;
  margin-bottom: 40px;
}
.page .cta .content #cta-section .cta-h2-decoration .left {
  background-color: #FFD204;
}
.page .cta .content #cta-section #cta-form-message {
  text-align: center;
}
.page .cta .content #cta-form ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #FFF;
  opacity: 1; /* Firefox */
}
.page .cta .content #cta-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #FFF;
}
.page .cta .content #cta-form ::-ms-input-placeholder { /* Microsoft Edge */
  color: #FFF;
}
.page .cta .content #cta-form input {
  font-size: 36px;
  font-weight: 500;
  color: #FFF;
  background-color: transparent;
  border: 3px solid #FFF;
  margin-bottom: 20px;
  padding: 20px;
  width: 100%;
}
.page .cta .content #cta-form input:focus {
  color: #FFD204;
  border: 3px solid #FFD204;
  box-sizing: border-box;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  outline: none;
}
.page .cta .content #cta-form input:focus::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #FFD204;
  opacity: 1; /* Firefox */
}
.page .cta .content #cta-form input:focus:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #FFD204;
}
.page .cta .content #cta-form input:focus::-ms-input-placeholder { /* Microsoft Edge */
  color: #FFD204;
}
.page .cta .hidden {
  height: 0;
}
.page .cta .visible {
  height: 640px;
}
.page .cta .visible #cta-btn {
  display: block;
}
.page .footer {
  width: 100%;
}
.page .footer .content {
  padding: 20px;
  text-align: center;
  background-color: #000;
  color: #FFF;
}
.page .footer .content p {
  margin-top: 10px;
}

.skiptranslate {
  display: none !important;
}

@media only screen and (min-width: 320px) and (max-width: 380px) {
  body {
    max-width: 380px;
    overflow-x: hidden !important;
  }
  .page {
    max-width: 100% !important;
    overflow-x: hidden !important;
  }
  .page .banner.banner.banner-img .content .left {
    padding: 35px 25px;
  }
  .page .banner.banner.banner-img .content .left h1 {
    font-size: 24px;
    line-height: 36px;
  }
  .page .main .content .top-content .top h2 {
    font-size: 25px;
    line-height: 36px;
  }
  .page .main .content .top-content .top h2 br {
    display: inline;
  }
  .page .main .content .bottom-content .top .right {
    margin-bottom: 10px;
    margin-left: 10px;
  }
  .page .main .content .bottom-content .top .right h3 {
    font-size: 22px;
    line-height: 36px;
    margin-top: 15px;
    margin-left: 5px;
  }
  .page .main .content .bottom-content .top .right h3.h3-9 {
    margin-top: 15px;
  }
  .page .main .content .bottom-content .bottom .right p {
    margin-left: 17px;
  }
}
@media only screen and (min-width: 381px) and (max-width: 480px) {
  body {
    max-width: 480px;
    overflow-x: hidden !important;
  }
  .page {
    max-width: 100% !important;
    overflow-x: hidden !important;
  }
  .page .banner.banner-img .content .left {
    padding: 32px 26px;
  }
  .page .banner.banner-img .content .left h1 {
    font-size: 24px;
    line-height: 36px;
  }
  .page .main .content .top-content .top h2 {
    font-size: 26px;
    line-height: 36px;
  }
  .page .main .content .top-content .top h2 br {
    display: inline;
  }
  .page .main .content .bottom-content .top .right {
    margin-bottom: 10px;
    margin-left: 10px;
  }
  .page .main .content .bottom-content .top .right h3 {
    font-size: 23px;
    line-height: 36px;
    margin-top: 15px;
    margin-left: 5px;
  }
  .page .main .content .bottom-content .top .right h3.h3-3 {
    margin-top: 15px;
  }
  .page .main .content .bottom-content .top .right h3.h3-9 {
    margin-top: 15px;
  }
  .page .main .content .bottom-content .bottom .right p {
    margin-left: 17px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 600px) {
  body {
    overflow-x: hidden !important;
    max-width: 600px;
  }
  .page {
    max-width: 100% !important;
    overflow-x: hidden !important;
  }
  .page .banner.banner-img .content .left {
    padding: 35px 26px;
  }
  .page .banner.banner-img .content .left h1 {
    font-size: 24px;
    line-height: 36px;
  }
  .page .main .content .top-content .top h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .page .main .content .top-content .top h2 br {
    display: inline;
  }
  .page .main .content .bottom-content .top .right h3 {
    font-size: 24px;
    line-height: 36px;
    margin-top: 15px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 600px) {
  .page .cta .content .cta-btns {
    font-size: 18px;
    padding: 10px;
  }
  .page .cta .content #cta-section .close-btn-container h2 {
    font-size: 18px;
  }
  .page .cta .content #cta-form input {
    font-size: 24px;
  }
}
#loading-spinner {
  display: none;
}

@keyframes ldio-md2d2p85cqr {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loadingio-spinner-eclipse-jrp67ksmoue {
  width: 200px;
  height: 200px;
  margin: auto;
  display: block;
  overflow: hidden;
  background: transparent;
}

.ldio-md2d2p85cqr {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(1);
  backface-visibility: hidden;
  transform-origin: 0 0; /* see note above */
}
.ldio-md2d2p85cqr div {
  position: absolute;
  animation: ldio-md2d2p85cqr 1s linear infinite;
  width: 60px;
  height: 60px;
  top: 70px;
  left: 70px;
  border-radius: 50%;
  box-shadow: 0 4px 0 0 #facc15;
  transform-origin: 30px 32px;
  box-sizing: content-box;
}

/*# sourceMappingURL=style.css.map */
