*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::-moz-selection {
  color: #fff;
  background: #000;
}

::selection {
  color: #fff;
  background: #000;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 62.5%;
}
@media (max-width: 87.5em) {
  html {
    font-size: 55%;
  }
}

body {
  font-weight: 400;
  line-height: 1.2;
  padding: 3rem 0 0 0;
  font-family: "DM Sans", sans-serif;
  background-color: #010623;
  background-image: url(../img/bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}
@media (max-width: 50em) {
  body {
    padding-top: 0;
    background-image: none;
    background: linear-gradient(135deg, #0A1A3A 0%, #0C2A5A 30%, #0D447A 60%, #D1553F 80%, #3B7693 100%);
  }
}

/* Scrollbar Styling 
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background-color: $color-back-1;
    -webkit-border-radius: 0;
    border-radius: 0
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: $color-primary; 
}
*/
a:link,
a:visited {
  text-decoration: none;
  color: #fff;
  font-family: "DM Sans", sans-serif;
}

img {
  max-width: 100%;
  height: auto;
}

.wpml-ls-statics-footer.wpml-ls,
.otgs-development-site-front-end {
  display: none !important;
}

.grecaptcha-badge {
  visibility: hidden !important;
}

td, th {
  font-size: 1.6rem;
  color: #fff;
}

a {
  display: inline-block;
  font-size: inherit;
  color: #fff;
}

p {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.4;
  color: #fff;
  padding-bottom: 1rem;
}
@media (max-width: 50em) {
  p {
    font-size: 1.8rem;
  }
}
p:last-of-type {
  margin-bottom: 1rem;
}

h2, h3, h4, h5, h6 {
  font-size: 2rem;
  margin-bottom: 1rem;
  margin-top: 0;
  line-height: 1.1;
  color: #fff;
  font-family: "DM Sans", sans-serif;
  font-weight: 600 !important;
}

h1 {
  font-weight: 100;
  font-size: 16rem;
  text-transform: uppercase;
  font-family: "DM Sans", sans-serif;
  margin-top: 2rem;
  margin-bottom: 0;
}
@media (max-width: 1300px) {
  h1 {
    font-size: 13rem;
  }
}
@media (max-width: 50em) {
  h1 {
    font-size: 4rem;
    margin-bottom: 0;
  }
}

h2 {
  font-size: 6rem;
  margin-bottom: 5rem;
  text-transform: uppercase;
  margin-top: 1rem;
  font-weight: 400 !important;
}
@media (max-width: 50em) {
  h2 {
    font-size: 3rem;
  }
}

h3 {
  font-size: 2.6rem;
  margin-bottom: 1rem;
  font-weight: normal !important;
}
@media (max-width: 50em) {
  h3 {
    font-size: 2rem;
  }
}

h4 {
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 3rem;
}

.text-bigger {
  font-size: 2.6rem;
}
@media (max-width: 50em) {
  .text-bigger {
    font-size: 2rem;
  }
}

.btn {
  margin-top: 3rem;
}
@media (max-width: 50em) {
  .btn {
    margin-top: 1rem;
  }
}
.btn a {
  display: inline-block;
  padding: 1.5rem 3rem 1.5rem 3rem;
  background-color: transparent;
  font-size: 1.5rem !important;
  font-weight: 500;
  text-align: left;
  border-radius: 0;
  color: #fff !important;
  background-color: #4545e6;
  position: relative;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border: 1px solid #4545e6;
  border-radius: 3rem;
  font-weight: bold;
  text-transform: uppercase;
  /*
  &::after {
      content: "";
      width: 2.5rem;
      height: 1.2rem;
      position: absolute;
      top: 50%;
      right: .5rem;
      margin-top: -.6rem;
      background-image: url(../img/icns/arrow-right-white.svg);
      background-size: contain;
      background-repeat: no-repeat;
      transition: $transition;
      backface-visibility: hidden;

  }

  */
}
.btn a:hover {
  background-color: #fff !important;
  color: #1e1e1e !important;
}
.btn a:hover::after {
  -webkit-transform: translateX(0.5rem);
          transform: translateX(0.5rem);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.btn.btn-white {
  margin-right: 1rem;
}
.btn.btn-white a {
  background: rgba(255, 255, 255, 0.2) !important;
  font-weight: 400;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border: none !important;
  color: #fff !important;
  font-size: 1.4rem !important;
  text-transform: none;
}
.btn.btn-white a:hover {
  background: rgba(255, 255, 255, 0.4) !important;
  color: #fff !important;
}

@media (max-width: 1300px) {
  .btn {
    width: 100%;
  }
}
.btn .btn-nav a {
  width: 100%;
}
@media (max-width: 1300px) {
  .btn .btn-nav a {
    padding: 2rem 2rem;
    font-size: 1.6rem;
  }
}
.btn .btn-more {
  margin: 0;
  padding: 0;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.container {
  max-width: 164rem !important;
  margin: 0 auto;
  padding: 0 4rem;
}
@media (max-width: 50em) {
  .container {
    padding: 0 2rem;
  }
}

.container-mini {
  max-width: 90rem;
  margin: 0 auto;
  padding: 0 4rem;
}
@media (max-width: 50em) {
  .container-mini {
    padding: 0;
  }
}
.container-mini .container-mini {
  padding: 0;
}

.text-small-width {
  max-width: 70%;
}
@media (max-width: 50em) {
  .text-small-width {
    max-width: 100%;
  }
}

.border-top {
  border-top: 1px solid #8d8d8d;
}

.padd-top-md {
  padding-top: 4rem;
}

@media (max-width: 50em) {
  .order-last-mobile {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
}

.hide-from-page {
  position: absolute;
  left: -1000rem;
}

.color-img {
  max-width: 80%;
}

.clear {
  display: block;
}
.clear::after {
  content: "";
  clear: both;
  display: table;
}

.no-margin {
  margin: 0;
}

.remove-space {
  padding: 0 !important;
  margin: 0;
}
.remove-space .wp-block-columns {
  margin-bottom: 0;
}

.remove-space-bottom {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.remove-space-bottom .wp-block-columns {
  margin-bottom: 0;
}

.remove-space-top {
  padding-top: 0 !important;
  margin: 0;
}
.remove-space-top .wp-block-columns {
  margin-bottom: 0;
}

.remove-padd-top {
  padding-top: 0 !important;
}

.margin-top {
  margin-top: 2rem;
}

.a-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.block-center {
  margin-left: auto !important;
  margin-right: auto !important;
}

.relative {
  position: relative;
}

.yt-video,
.is-provider-youtube .wp-block-embed__wrapper {
  width: 100%;
  padding-bottom: 56.2%;
  position: relative;
  margin-bottom: 2rem;
}
.yt-video iframe,
.is-provider-youtube .wp-block-embed__wrapper iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 0 none;
}

.mobile-only {
  display: none !important;
}

@media (max-width: 50em) {
  .mobile-only {
    display: block !important;
  }
  .desktop-only {
    display: none !important;
  }
}
@media (max-width: 37.5em) {
  .order-mobile-1st {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
.hide-for-now {
  display: none !important;
}

/*
.loading {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 5px solid rgba(26, 108, 97, .56);
    border-radius: 50%;
    border-top-color: #fff;
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
    position: fixed;
    top: 50%;
    left: 50%;
  }

  @keyframes spin {
    to {
      -webkit-transform: rotate(360deg);
    }
  }

  @-webkit-keyframes spin {
    to {
      -webkit-transform: rotate(360deg);
    }
  }
  */
.map iframe {
  width: 100% !important;
  border: none;
  margin-bottom: 0;
}
@media (max-width: 50em) {
  .map iframe {
    height: 400px !important;
  }
}

.scroll-down-icon {
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-animation: taadaa 4s infinite;
          animation: taadaa 4s infinite;
}
.scroll-down-icon img {
  width: 3rem;
}
@media (max-width: 1400px) {
  .scroll-down-icon {
    margin-top: -2rem;
  }
}
@media (max-width: 50em) {
  .scroll-down-icon {
    margin-top: 0;
  }
}
.scroll-down-icon:hover {
  opacity: 0.3;
}

@-webkit-keyframes taadaa {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes taadaa {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.scroll-section .scroll-effect {
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translateY(10rem);
          transform: translateY(10rem);
}
.scroll-section .scroll-effect-active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.slick-slider {
  overflow-x: hidden;
  position: relative;
  display: block !important;
}
.slick-slider img {
  max-width: 100%;
}
.slick-slider .slick-slide {
  position: relative;
  margin-bottom: 0;
}
.slick-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0;
}
.slick-slider .slick-list {
  display: block !important;
}
@supports (display: flex) {
  .slick-slider .slick-list {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.slick-slider .slick-list + .slick-dots {
  display: none !important;
}
.slick-slider .slick-dots {
  position: absolute;
  bottom: 4rem;
  right: 11rem;
  list-style: none;
}
@media (max-width: 50em) {
  .slick-slider .slick-dots {
    right: auto;
    left: 0;
    -webkit-transform: none;
            transform: none;
    width: 100%;
    text-align: center;
  }
}
.slick-slider .slick-dots li {
  display: inline-block;
  margin-right: 1rem;
  margin-left: 0;
  opacity: 0.6;
  border: none;
}
.slick-slider .slick-dots li button {
  color: transparent;
  background-color: transparent;
  border: none !important;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
  cursor: pointer;
  border: none;
  background-color: #fff;
}
.slick-slider .slick-dots li.slick-active {
  opacity: 1;
}
.slick-slider .slick-prev,
.slick-slider .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: auto;
  bottom: 1rem;
  display: block;
  width: 4rem;
  height: 4rem;
  padding: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  z-index: 9;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  opacity: 1;
  background-color: transparent;
  border-radius: 0.5rem;
}
@media (max-width: 50em) {
  .slick-slider .slick-prev,
  .slick-slider .slick-next {
    width: 3rem;
    height: 3rem;
    bottom: 2rem;
  }
}
.slick-slider .slick-prev::before,
.slick-slider .slick-next::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  width: 4rem;
  height: 4rem;
  background-image: url(../img/arrow-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 50em) {
  .slick-slider .slick-prev::before,
  .slick-slider .slick-next::before {
    width: 3rem;
    height: 3rem;
  }
}
.slick-slider .slick-prev {
  left: 4rem;
}
@media (max-width: 50em) {
  .slick-slider .slick-prev {
    left: 2rem;
  }
}
.slick-slider .slick-prev::before {
  -webkit-transform: translate(-50%, -50%) scale(-1);
          transform: translate(-50%, -50%) scale(-1);
}
.slick-slider .slick-next {
  right: 5rem;
}
@media (max-width: 50em) {
  .slick-slider .slick-next {
    right: 2rem;
  }
}

.slick-mobile .slick-list {
  padding-right: 10rem;
}

.glightbox-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999 !important;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: none;
  overflow: hidden;
}

.glightbox-container.inactive {
  display: none;
}

.glightbox-container .gcontainer {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden;
}

.glightbox-container .gslider {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.glightbox-container .gslide {
  width: 100%;
  position: absolute;
  opacity: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
}

.glightbox-container .gslide.current {
  opacity: 1;
  z-index: 99999;
  position: relative;
}

.glightbox-container .gslide.prev {
  opacity: 1;
  z-index: 9999;
}

.glightbox-container .gslide-inner-content {
  width: 100%;
}

.glightbox-container .ginner-container {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  margin: auto;
  height: 100vh;
}

.glightbox-container .ginner-container.gvideo-container {
  width: 100%;
}

.glightbox-container .ginner-container.desc-bottom,
.glightbox-container .ginner-container.desc-top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.glightbox-container .ginner-container.desc-left,
.glightbox-container .ginner-container.desc-right {
  max-width: 100% !important;
}

.gslide iframe,
.gslide video {
  outline: none !important;
  border: none;
  min-height: 165px;
  -webkit-overflow-scrolling: touch;
  -ms-touch-action: auto;
  touch-action: auto;
}

.gslide:not(.current) {
  pointer-events: none;
}

.gslide-image {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gslide-image img {
  max-height: 100vh;
  display: block;
  padding: 0;
  float: none;
  outline: none;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 100vw;
  width: auto;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -ms-touch-action: none;
  touch-action: none;
  margin: auto;
  min-width: 200px;
}

.desc-top .gslide-image img,
.desc-bottom .gslide-image img {
  width: auto;
}

.desc-left .gslide-image img,
.desc-right .gslide-image img {
  width: auto;
  max-width: 100%;
}

.gslide-image img.zoomable {
  position: relative;
}

.gslide-image img.dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  -webkit-transition: none;
  transition: none;
}

.gslide-video {
  position: relative;
  max-width: 100vh;
  width: 100% !important;
}

.gslide-video .gvideo-wrapper {
  width: 100%;
  /* max-width: 160vmin; */
  margin: auto;
}

.gslide-video::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 0, 0, 0.34);
  display: none;
}

.gslide-video.playing::before {
  display: none;
}

.gslide-video.fullscreen {
  max-width: 100% !important;
  min-width: 100%;
  height: 75vh;
}

.gslide-video.fullscreen video {
  max-width: 100% !important;
  width: 100% !important;
}

.gslide-inline {
  background: #fff;
  text-align: left;
  max-height: calc(100vh - 40px);
  overflow: auto;
  max-width: 100%;
}

.gslide-inline .ginlined-content {
  padding: 20px;
  width: 100%;
}

.gslide-inline .dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  -webkit-transition: none;
  transition: none;
}

.ginlined-content {
  overflow: auto;
  display: block !important;
  opacity: 1;
}

.gslide-external {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 100%;
  background: #fff;
  padding: 0;
  overflow: auto;
  max-height: 75vh;
  height: 100%;
}

.gslide-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
}

.zoomed .gslide-media {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.desc-top .gslide-media,
.desc-bottom .gslide-media {
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.gslide-description {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}

.gslide-description.description-left,
.gslide-description.description-right {
  max-width: 100%;
}

.gslide-description.description-bottom,
.gslide-description.description-top {
  margin: 0 auto;
  width: 100%;
}

.gslide-description p {
  margin-bottom: 12px;
}

.gslide-description p:last-child {
  margin-bottom: 0;
}

.zoomed .gslide-description {
  display: none;
}

.glightbox-button-hidden {
  display: none;
}

/*
 * Description for mobiles
 * something like facebook does the description
 * for the photos
*/
.glightbox-mobile .glightbox-container .gslide-description {
  height: auto !important;
  width: 100%;
  background: transparent;
  position: absolute;
  bottom: 0;
  padding: 19px 11px;
  max-width: 100vw !important;
  -webkit-box-ordinal-group: 3 !important;
  -ms-flex-order: 2 !important;
  order: 2 !important;
  max-height: 78vh;
  overflow: auto !important;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.75)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  padding-bottom: 50px;
}

.glightbox-mobile .glightbox-container .gslide-title {
  color: #fff;
  font-size: 1em;
}

.glightbox-mobile .glightbox-container .gslide-desc {
  color: #a1a1a1;
}

.glightbox-mobile .glightbox-container .gslide-desc a {
  color: #fff;
  font-weight: bold;
}

.glightbox-mobile .glightbox-container .gslide-desc * {
  color: inherit;
}

.glightbox-mobile .glightbox-container .gslide-desc string {
  color: #fff;
}

.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
  color: #fff;
  opacity: 0.4;
}

.gdesc-open .gslide-media {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 0.4;
}

.gdesc-open .gdesc-inner {
  padding-bottom: 30px;
}

.gdesc-closed .gslide-media {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 1;
}

.greset {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.gabsolute {
  position: absolute;
}

.grelative {
  position: relative;
}

.glightbox-desc {
  display: none !important;
}

.glightbox-open {
  overflow: hidden;
}

.gloader {
  height: 25px;
  width: 25px;
  -webkit-animation: lightboxLoader 0.8s infinite linear;
  animation: lightboxLoader 0.8s infinite linear;
  border: 2px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  position: absolute;
  display: block;
  z-index: 9999;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 47%;
}

.goverlay {
  width: 100%;
  height: calc(100vh + 1px);
  position: fixed;
  top: -1px;
  left: 0;
  background: #000;
  will-change: opacity;
}

.glightbox-mobile .goverlay {
  background: #000;
}

.gprev,
.gnext,
.gclose {
  z-index: 99999;
  cursor: pointer;
  width: 26px;
  height: 44px;
  border: none;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.gprev svg,
.gnext svg,
.gclose svg {
  display: block;
  width: 25px;
  height: auto;
  margin: 0;
  padding: 0;
}

.gprev.disabled,
.gnext.disabled,
.gclose.disabled {
  opacity: 0.1;
}

.gprev .garrow,
.gnext .garrow,
.gclose .garrow {
  stroke: #fff;
}

.gbtn.focused {
  outline: 2px solid #0f3d81;
}

iframe.wait-autoplay {
  opacity: 0;
}

.glightbox-closing .gnext,
.glightbox-closing .gprev,
.glightbox-closing .gclose {
  opacity: 0 !important;
}

/*Skin */
.glightbox-clean .gslide-description {
  background: #fff;
}

.glightbox-clean .gdesc-inner {
  padding: 22px 20px;
}

.glightbox-clean .gslide-title {
  font-size: 1em;
  font-weight: normal;
  font-family: arial;
  color: #000;
  margin-bottom: 19px;
  line-height: 1.4em;
}

.glightbox-clean .gslide-desc {
  font-size: 0.86em;
  margin-bottom: 0;
  font-family: arial;
  line-height: 1.4em;
}

.glightbox-clean .gslide-video {
  background: #000;
}

.glightbox-clean .gprev,
.glightbox-clean .gnext,
.glightbox-clean .gclose {
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 4px;
}

.glightbox-clean .gprev path,
.glightbox-clean .gnext path,
.glightbox-clean .gclose path {
  fill: #fff;
}

.glightbox-clean .gprev {
  position: absolute;
  top: -100%;
  left: 30px;
  width: 40px;
  height: 50px;
}

.glightbox-clean .gnext {
  position: absolute;
  top: -100%;
  right: 30px;
  width: 40px;
  height: 50px;
}

.glightbox-clean .gclose {
  width: 35px;
  height: 35px;
  top: 15px;
  right: 10px;
  position: absolute;
}

.glightbox-clean .gclose svg {
  width: 18px;
  height: auto;
}

.glightbox-clean .gclose:hover {
  opacity: 1;
}

/*CSS Animations*/
.gfadeIn {
  -webkit-animation: gfadeIn 0.5s ease;
  animation: gfadeIn 0.5s ease;
}

.gfadeOut {
  -webkit-animation: gfadeOut 0.5s ease;
  animation: gfadeOut 0.5s ease;
}

.gslideOutLeft {
  -webkit-animation: gslideOutLeft 0.3s ease;
  animation: gslideOutLeft 0.3s ease;
}

.gslideInLeft {
  -webkit-animation: gslideInLeft 0.3s ease;
  animation: gslideInLeft 0.3s ease;
}

.gslideOutRight {
  -webkit-animation: gslideOutRight 0.3s ease;
  animation: gslideOutRight 0.3s ease;
}

.gslideInRight {
  -webkit-animation: gslideInRight 0.3s ease;
  animation: gslideInRight 0.3s ease;
}

.gzoomIn {
  -webkit-animation: gzoomIn 0.5s ease;
  animation: gzoomIn 0.5s ease;
}

.gzoomOut {
  -webkit-animation: gzoomOut 0.5s ease;
  animation: gzoomOut 0.5s ease;
}

@-webkit-keyframes lightboxLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes lightboxLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}
@-webkit-keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}
@keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}
@-webkit-keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}
@keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@media (min-width: 769px) {
  .glightbox-container .ginner-container {
    width: auto;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .glightbox-container .ginner-container.desc-top .gslide-description {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .glightbox-container .ginner-container.desc-top .gslide-image,
  .glightbox-container .ginner-container.desc-top .gslide-image img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .glightbox-container .ginner-container.desc-left .gslide-description {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .glightbox-container .ginner-container.desc-left .gslide-image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .gslide-image img {
    max-height: 97vh;
    max-width: 100%;
  }
  .gslide-image img.zoomable {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
  }
  .zoomed .gslide-image img.zoomable {
    cursor: -webkit-grab;
    cursor: grab;
  }
  .gslide-inline {
    max-height: 95vh;
  }
  .gslide-external {
    max-height: 100vh;
  }
  .gslide-description.description-left,
  .gslide-description.description-right {
    max-width: 275px;
  }
  .glightbox-open {
    height: auto;
  }
  .goverlay {
    background: rgba(0, 0, 0, 0.92);
  }
  .glightbox-clean .gslide-media {
    -webkit-box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65);
    box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65);
  }
  .glightbox-clean .description-left .gdesc-inner,
  .glightbox-clean .description-right .gdesc-inner {
    position: absolute;
    height: 100%;
    overflow-y: auto;
  }
  .glightbox-clean .gprev,
  .glightbox-clean .gnext,
  .glightbox-clean .gclose {
    background-color: rgba(0, 0, 0, 0.32);
  }
  .glightbox-clean .gprev:hover,
  .glightbox-clean .gnext:hover,
  .glightbox-clean .gclose:hover {
    background-color: rgba(0, 0, 0, 0.7);
  }
  .glightbox-clean .gprev {
    top: 45%;
  }
  .glightbox-clean .gnext {
    top: 45%;
  }
}
@media (min-width: 992px) {
  .glightbox-clean .gclose {
    opacity: 0.7;
    right: 20px;
  }
}
@media screen and (max-height: 420px) {
  .goverlay {
    background: #000;
  }
}
input[type=text],
input[type=email],
input[type=tel],
input[type=date],
.wpcf7-select,
textarea {
  width: 100%;
  max-width: 100%;
  height: 5rem;
  padding: 1.5rem 1.5rem;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
  color: #fff;
  background-color: transparent;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.34);
}
@media (max-width: 50em) {
  input[type=text],
  input[type=email],
  input[type=tel],
  input[type=date],
  .wpcf7-select,
  textarea {
    font-size: 1.4rem;
    margin-top: 0;
  }
}
input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=date]::-webkit-input-placeholder, .wpcf7-select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #fff;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=date]::-moz-placeholder, .wpcf7-select::-moz-placeholder, textarea::-moz-placeholder {
  color: #fff;
}
input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=date]:-ms-input-placeholder, .wpcf7-select:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #fff;
}
input[type=text]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder, input[type=date]::-ms-input-placeholder, .wpcf7-select::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #fff;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=date]::placeholder,
.wpcf7-select::placeholder,
textarea::placeholder {
  color: #fff;
}
input[type=text]:focus-visible,
input[type=email]:focus-visible,
input[type=tel]:focus-visible,
input[type=date]:focus-visible,
.wpcf7-select:focus-visible,
textarea:focus-visible {
  outline: none;
}

textarea {
  margin-top: 4rem;
}

::-webkit-calendar-picker-indicator {
  -webkit-filter: invert(1);
          filter: invert(1);
  opacity: 1;
}

.main-form-select {
  position: relative;
  display: block;
}
.main-form-select::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  pointer-events: none;
  width: 1.4rem;
  height: 0.5rem;
  margin-top: -0.25rem;
  background-image: url(../img/icns/arrow-down.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

textarea {
  height: 20rem;
  min-width: 100%;
  max-width: 100%;
  max-height: 20rem;
  min-height: 20rem;
}

input[type=checkbox] {
  width: 2.6rem;
  height: 2.6rem;
  cursor: pointer;
  margin-right: 1rem;
  -webkit-transform: translateY(7px);
          transform: translateY(7px);
}

.wpcf7-form::after {
  content: "";
  display: table;
  clear: both;
}
.wpcf7-form .btn {
  float: none;
  height: 4.8rem;
  position: relative;
  text-align: left;
  cursor: pointer;
  margin-top: 0;
  width: 100%;
}
@media (max-width: 50em) {
  .wpcf7-form .btn {
    width: auto;
  }
}
.wpcf7-form .btn p {
  padding-right: 0;
}
.wpcf7-form .btn::after {
  content: "";
  width: 1.5rem;
  height: 2rem;
  position: absolute;
  top: 50%;
  right: 2.5rem;
  margin-top: -0.25rem;
  background-image: url(../img/arrow-dark-right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.wpcf7-form .btn:hover::after {
  -webkit-transform: translateX(0.5rem);
          transform: translateX(0.5rem);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.wpcf7-form::after {
  content: "";
  display: table;
  clear: both;
}
.wpcf7-form .wpcf7-submit {
  display: inline-block;
  padding: 2rem 3rem;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 1px;
  text-align: left;
  border-radius: 0 !important;
  color: #1e1e1e !important;
  background-color: #D6BF5E !important;
  border: none !important;
  border-radius: 3rem !important;
  font-weight: bold;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
  width: 100%;
  text-align: center;
}
.wpcf7-form .wpcf7-spinner {
  position: absolute;
  bottom: 1rem;
  right: 20rem;
  display: block;
}

.contact-form-checkbox span {
  color: #000;
}

.wpcf7-select {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
}

.select-div {
  position: relative;
}
.select-div::after {
  content: "";
  width: 1.6rem;
  height: 2rem;
  background-image: url(../img/arrow-pink.svg);
  background-size: contain;
  background-repeat: no-repeat;
  top: 2.8rem;
  right: 1.8rem;
  position: absolute;
  pointer-events: none;
}

option {
  background-color: #101511;
  font-size: 1.6rem;
  cursor: pointer;
}

.contact-form-confirm {
  margin: -2rem 0 3rem -1.5rem;
  display: block;
}
.contact-form-confirm span {
  font-size: 1.5rem;
  line-height: 2;
}

.screen-reader-response {
  display: none;
}

.wpcf7-not-valid-tip {
  display: inline-block;
  font-size: 1.1rem;
  margin-top: 0;
  padding-left: 0;
}

.wpcf7-response-output {
  font-size: 1.4rem;
  text-align: center;
  margin-top: 0rem;
  display: none !important;
}

.grecaptcha-badge {
  visibility: hidden;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
  border: none !important;
  color: #fff;
  text-align: left;
  padding-left: 0;
  margin-left: 0;
}

.acceptance-form {
  margin-top: 2rem;
}
.acceptance-form span, .acceptance-form a {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.4;
}
.acceptance-form a {
  text-decoration: underline;
}
.acceptance-form input {
  margin-right: 0.5rem;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}

.wpcf7 form.sent .wpcf7-response-output {
  border: none !important;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.row-cols-4 > * {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
          flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  -ms-flex: 0 0 20%;
  -webkit-box-flex: 0;
          flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  -ms-flex: 0 0 16.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  -webkit-box-flex: 0;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
          order: -1;
}

.order-last {
  -ms-flex-order: 13;
  -webkit-box-ordinal-group: 14;
          order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  -webkit-box-ordinal-group: 1;
          order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
          order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
          order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  -webkit-box-ordinal-group: 4;
          order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  -webkit-box-ordinal-group: 5;
          order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  -webkit-box-ordinal-group: 6;
          order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  -webkit-box-ordinal-group: 7;
          order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  -webkit-box-ordinal-group: 8;
          order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  -webkit-box-ordinal-group: 9;
          order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  -webkit-box-ordinal-group: 10;
          order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  -webkit-box-ordinal-group: 11;
          order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  -webkit-box-ordinal-group: 12;
          order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  -webkit-box-ordinal-group: 13;
          order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 37.5em) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-sm-4 > * {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 50em) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-md-4 > * {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1300px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-lg-4 > * {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
.cli-style-v2 .cli-bar-btn_container .cli-plugin-button {
  border-radius: 2rem 0 2rem 2rem !important;
}

#cookie-law-info-bar[data-cli-style=cli-style-v2][data-cli-type=widget] {
  border-radius: 4rem 0 4rem 4rem;
  width: 40rem !important;
}

.cli-tab-footer .wt-cli-privacy-accept-btn {
  background-color: #4545e6;
  border-radius: 2rem 0 2rem 2rem;
}

#cookie-law-info-bar[data-cli-type=widget] .cli-bar-message, #cookie-law-info-bar[data-cli-type=popup] .cli-bar-message {
  font-size: 1.4rem !important;
}

.slider {
  position: relative;
}
.slider .slider-content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 37.5em) {
  .slider .slider-content {
    position: relative;
    top: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    padding: 20px;
  }
}
.slider .slider-content .slider-text {
  max-width: 70%;
}
@media (max-width: 37.5em) {
  .slider .slider-content .slider-text {
    max-width: 100%;
  }
}

.columns {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0 !important;
}
.columns-no-space .wp-block-columns .wp-block-column {
  margin: 0 !important;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.columns img {
  display: block;
}

.accordian {
  list-style: none;
  margin: 2rem 0;
  padding-bottom: 6rem;
}
@media (max-width: 50em) {
  .accordian {
    padding-bottom: 0;
  }
}
.accordian p {
  margin-bottom: 2rem;
  padding-bottom: 0;
}
.accordian ul, .accordian ol {
  padding-left: 2rem;
  margin-bottom: 2rem;
}
.accordian ul li, .accordian ol li {
  font-size: 1.8rem;
  color: #fff;
  line-height: 1.3;
}
.accordian:not(.accordian-iside) .accordian-row {
  position: relative;
}
.accordian:not(.accordian-iside) .accordian-row:first-of-type {
  margin-top: 4rem;
  /*
  .accordian-a {
      display: block;
  }
  */
}

.accordian-row {
  border-bottom: 1px solid #3C559B;
}
.accordian-row:first-of-type {
  border-top: 1px solid #3C559B;
}
.accordian-row .accordian-q::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.5rem;
  height: 2rem;
  background-image: url(../img/plus.svg);
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
@media (max-width: 50em) {
  .accordian-row .accordian-q::before {
    width: 1.8rem;
    height: 2rem;
    right: 2rem;
  }
}
.accordian-row .accordian-q span {
  background-color: #4545e6;
  display: inline-block;
  padding: 0.5rem 1rem;
  font-size: 1.4rem;
  text-transform: uppercase;
  margin-left: 2rem;
}
.accordian-row .accordian-q h4 {
  font-size: 2.4rem;
}
@media (max-width: 50em) {
  .accordian-row .accordian-q h4 {
    font-size: 2rem;
  }
}

.accordian-row-arrow-active .accordian-q::before {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  background-image: url(../img/minus.svg);
}

.accordian-q {
  text-transform: unset;
  cursor: pointer;
  padding: 3rem 0;
  margin-bottom: 1rem;
  position: relative;
  color: #1e1e1e;
  font-size: 2.6rem;
  margin-bottom: 0 !important;
}
@media (max-width: 50em) {
  .accordian-q {
    padding: 2.5rem 3rem 2.5rem 3rem;
    font-size: 1.6rem;
    margin-left: -2rem;
    margin-right: -2rem;
  }
}
.accordian-q.accordian-visited::after {
  display: none !important;
}
.accordian-q h4 {
  line-height: 1.4;
  margin-bottom: 0;
}

.accordian-a {
  display: none;
  padding: 0 0 3rem;
}
@media (max-width: 50em) {
  .accordian-a {
    font-size: 1.5rem;
    padding: 0 0 2rem;
  }
}

.accordian .wp-block-columns {
  margin-bottom: 0;
}

.main-search {
  position: relative;
}
@media (max-width: 50em) {
  .main-search {
    position: absolute;
    width: 100%;
    inset: 7rem 0 auto;
    background-color: #1e1e1e;
    padding: 1rem;
    border-top: 1px solid #8d8d8d;
    display: none;
  }
}
.main-search form {
  position: relative;
}
.main-search form input[type=search] {
  background-color: #dbdbdb;
  border: #dbdbdb;
  padding: 1.5rem 4rem 1.5rem 3rem;
  min-width: 32rem;
  border-radius: 3rem;
}
@media (max-width: 87.5em) {
  .main-search form input[type=search] {
    min-width: 25rem;
  }
}
.main-search form input[type=search]:focus {
  outline: none;
}
@media (max-width: 50em) {
  .main-search form input[type=search] {
    width: 100%;
  }
}
.main-search form input[type=submit] {
  width: 4rem;
  height: 5rem;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  opacity: 0;
  cursor: pointer;
}
.main-search .search-img {
  display: block;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.2rem;
}

.popup {
  position: fixed;
  z-index: 9999;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  max-width: 70rem;
  background-color: #fff;
  padding: 3rem 3rem 0 3rem;
  border-radius: 3rem;
  -webkit-box-shadow: 1px 2px 20px 1px rgba(0, 0, 0, 0.21);
          box-shadow: 1px 2px 20px 1px rgba(0, 0, 0, 0.21);
  display: none;
}
@media (max-width: 50em) {
  .popup {
    width: 93%;
  }
}
.popup .popup-close {
  position: absolute;
  top: 3rem;
  right: 3rem;
  font-size: 3rem;
  color: #dbdbdb;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.popup .popup-close:hover {
  color: #333;
}
.popup h2, .popup .popup-text {
  text-align: center;
}
.popup h2 {
  margin-bottom: 1rem;
}
.popup .popup-text {
  max-width: 90%;
  margin: 0 auto 2rem;
}
.popup input, .popup textarea {
  background-color: #dbdbdb;
  border: none;
}
.popup br {
  display: none !important;
}

.popup-back {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 999;
  inset: 0 0 0 0;
  width: 100%;
  height: 100%;
  display: none;
}

.section {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.section .section-products {
  padding-top: 5rem;
}

@media (max-width: 50em) {
  .section-break-small {
    height: 2rem;
  }
}

.section-desc {
  max-width: 80rem;
  margin: 0 auto 4rem auto;
}

.add-light-1 {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.add-light-1::after {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 116vw;
  height: 104vw;
  left: -68%;
  bottom: -42vw;
  z-index: -1;
  background-image: url(../img/light-purple.png);
}
@media (max-width: 50em) {
  .add-light-1::after {
    width: 100rem;
    height: 100rem;
    left: -144%;
    bottom: 51rem;
  }
}

@-webkit-keyframes floatEffect {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(-100px, 0) rotate(-90deg);
            transform: translate(-100px, 0) rotate(-90deg);
  }
  50% {
    -webkit-transform: translate(0, -100px) rotate(-180deg);
            transform: translate(0, -100px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translate(100px, 0) rotate(-270deg);
            transform: translate(100px, 0) rotate(-270deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-360deg);
            transform: translate(0, 0) rotate(-360deg);
  }
}

@keyframes floatEffect {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(-100px, 0) rotate(-90deg);
            transform: translate(-100px, 0) rotate(-90deg);
  }
  50% {
    -webkit-transform: translate(0, -100px) rotate(-180deg);
            transform: translate(0, -100px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translate(100px, 0) rotate(-270deg);
            transform: translate(100px, 0) rotate(-270deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-360deg);
            transform: translate(0, 0) rotate(-360deg);
  }
}
.add-light-2 {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.add-light-2::after {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 100vw;
  height: 100vw;
  left: -39%;
  bottom: -40vw;
  z-index: -1;
  background-image: url(../img/light-purple.png);
}
@media (max-width: 50em) {
  .add-light-2::after {
    width: 137rem;
    height: 115rem;
    left: -167%;
    bottom: -35rem;
  }
}

.add-light-3 {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.add-light-3::after {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 116vw;
  height: 104vw;
  right: -80%;
  bottom: -65vw;
  z-index: -1;
  background-image: url(../img/light-blue.png);
}
@media (max-width: 50em) {
  .add-light-3::after {
    width: 107rem;
    height: 123rem;
    right: -166%;
    bottom: 44rem;
  }
}

.add-light-4 {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.add-light-4::after {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 140vw;
  height: 140vw;
  right: -80%;
  bottom: -60vw;
  z-index: -1;
  background-image: url(../img/light-blue.png);
}
@media (max-width: 50em) {
  .add-light-4::after {
    width: 124rem;
    height: 124rem;
    right: -177%;
    bottom: -46rem;
  }
}

.full-slider {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  /*.slick-slider .slick-list {
      display: block !important;
  }
  */
}
.full-slider .full-slider-slick .slick-list .slick-track {
  padding-left: calc((100vw - 132rem) / 2);
}
.full-slider .full-slider-slick .slick-list .slick-track img {
  padding: 0.5rem;
}
.full-slider .full-slider-slick .slick-list img {
  border-radius: 2px;
}
.full-slider .full-slider-slick .slick-prev {
  left: 7%;
  width: 4rem;
  height: 5rem;
}
.full-slider .full-slider-slick .slick-prev::before {
  width: 1.2rem;
  height: 1.5rem;
}
.full-slider .full-slider-slick .slick-next {
  right: 7%;
  width: 4rem;
  height: 5rem;
}
.full-slider .full-slider-slick .slick-next::before {
  width: 1.2rem;
  height: 1.5rem;
}

/*
.wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image) {
    width: auto !important;
}

*/
.pop-up-back {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.53);
  z-index: 9999;
  overflow-y: auto;
}
.pop-up-back figure img {
  margin-bottom: 5rem;
}
@media (max-width: 50em) {
  .pop-up-back figure img {
    margin-bottom: 3rem;
    max-width: 5rem;
  }
}
.pop-up-back h3 {
  font-weight: bold;
  margin-bottom: 2rem;
}
.pop-up-back p {
  font-size: 1.8rem;
}
@media (max-width: 50em) {
  .pop-up-back p {
    font-size: 1.4rem;
  }
}
.pop-up-back h2 {
  font-size: 4rem !important;
  padding: 3rem 5rem 0 5rem;
}
@media (max-width: 50em) {
  .pop-up-back h2 {
    font-size: 2.2rem !important;
    padding: 0 2rem;
  }
}
.pop-up-back .btn-close {
  margin-top: 2rem;
}

.read-more a {
  text-transform: uppercase;
  font-size: 1.6rem;
  background-color: transparent !important;
  font-weight: bold;
  padding-left: 0;
  position: relative;
}
.read-more a::after {
  content: "";
  background-image: url(../img/arrow-right-read-more.svg);
  width: 1.5rem;
  height: 2rem;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-45%) rotate(-50deg);
          transform: translateY(-45%) rotate(-50deg);
  background-size: contain;
  background-repeat: no-repeat;
}

.popup-content {
  background-color: #4545e6;
  max-width: 80rem !important;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  padding: 8rem 10rem;
  border-radius: 2rem;
  display: none;
  max-width: 100%;
}
@media (max-width: 50em) {
  .popup-content {
    padding: 4rem;
  }
}
@media (max-width: 50em) {
  .popup-content {
    left: 1rem;
    right: 1rem;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    padding: 3rem;
  }
}

.popup-title {
  margin-top: 0;
}

.popup-thumbnail img {
  max-width: 100%;
  height: auto;
}

.popup-description {
  margin-bottom: 20px;
  padding: 1rem 5rem 5rem;
}
@media (max-width: 50em) {
  .popup-description {
    padding: 1rem 2rem 5rem;
    margin-bottom: 0;
  }
}

.popup-contact {
  margin: 0 auto;
}

.close-popup {
  display: inline-block;
  text-decoration: none;
  font-size: 1.6rem;
  position: absolute;
  top: 2rem;
  right: 2rem;
  cursor: pointer;
}
.close-popup svg {
  width: 2.5rem;
  height: 3rem;
}

html.overflow-hidden,
body.overflow-hidden {
  overflow: hidden;
}

.popup-welcome-back {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
}

.popup-welcome {
  position: fixed;
  top: 50%;
  left: 50%;
  background-color: #fff;
  padding: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 9999;
  width: 100%;
  max-width: 90rem;
  display: none;
}
@media (max-width: 50em) {
  .popup-welcome {
    width: 90%;
  }
}
.popup-welcome .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.popup-welcome .popup-form-left {
  padding: 9rem;
}
@media (max-width: 50em) {
  .popup-welcome .popup-form-left {
    padding: 5rem;
  }
}
.popup-welcome form p {
  margin-bottom: 0;
}
.popup-welcome .contact-form-confirm {
  margin: -2rem 0 0rem -1.5rem;
}
.popup-welcome input[type=text], .popup-welcome input[type=email], .popup-welcome input[type=tel], .popup-welcome input[type=date], .popup-welcome .wpcf7-select, .popup-welcome textarea {
  border: 1px solid #1e1e1e;
  color: #1e1e1e;
}
.popup-welcome input[type=text]::-webkit-input-placeholder, .popup-welcome input[type=email]::-webkit-input-placeholder, .popup-welcome input[type=tel]::-webkit-input-placeholder, .popup-welcome input[type=date]::-webkit-input-placeholder, .popup-welcome .wpcf7-select::-webkit-input-placeholder, .popup-welcome textarea::-webkit-input-placeholder {
  color: #1e1e1e;
}
.popup-welcome input[type=text]::-moz-placeholder, .popup-welcome input[type=email]::-moz-placeholder, .popup-welcome input[type=tel]::-moz-placeholder, .popup-welcome input[type=date]::-moz-placeholder, .popup-welcome .wpcf7-select::-moz-placeholder, .popup-welcome textarea::-moz-placeholder {
  color: #1e1e1e;
}
.popup-welcome input[type=text]:-ms-input-placeholder, .popup-welcome input[type=email]:-ms-input-placeholder, .popup-welcome input[type=tel]:-ms-input-placeholder, .popup-welcome input[type=date]:-ms-input-placeholder, .popup-welcome .wpcf7-select:-ms-input-placeholder, .popup-welcome textarea:-ms-input-placeholder {
  color: #1e1e1e;
}
.popup-welcome input[type=text]::-ms-input-placeholder, .popup-welcome input[type=email]::-ms-input-placeholder, .popup-welcome input[type=tel]::-ms-input-placeholder, .popup-welcome input[type=date]::-ms-input-placeholder, .popup-welcome .wpcf7-select::-ms-input-placeholder, .popup-welcome textarea::-ms-input-placeholder {
  color: #1e1e1e;
}
.popup-welcome input[type=text]::placeholder, .popup-welcome input[type=email]::placeholder, .popup-welcome input[type=tel]::placeholder, .popup-welcome input[type=date]::placeholder, .popup-welcome .wpcf7-select::placeholder, .popup-welcome textarea::placeholder {
  color: #1e1e1e;
}
.popup-welcome h2, .popup-welcome p {
  text-align: center;
}
.popup-welcome .wpcf7-form .wpcf7-submit {
  color: #fff !important;
  position: relative !important;
  padding: 1.3rem 5rem 1.5rem 2rem;
  cursor: pointer;
}
.popup-welcome .btn {
  float: none;
  position: relative;
  border: none !important;
  max-width: 18rem;
  margin: 0 auto;
}
.popup-welcome .btn:after {
  content: "";
  width: 2.5rem;
  height: 1.2rem;
  position: absolute;
  top: 50%;
  right: 2rem;
  margin-top: -0.6rem;
  background-image: url(../img/icns/arrow-right-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media (max-width: 50em) {
  .popup-welcome .popup-form-right {
    display: none;
  }
}
.popup-welcome .popup-form-right p {
  padding-bottom: 0;
  height: 100%;
}
.popup-welcome .popup-form-right img {
  height: 60rem;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: none;
  display: block;
  width: 100%;
}
.popup-welcome .popup-welcome-close {
  position: absolute;
  top: -4rem;
  right: 0;
  font-size: 1.6rem;
  color: #fff;
  cursor: pointer;
}
.popup-welcome .popup-welcome-close span {
  display: inline-block;
  padding-right: 1rem;
  -webkit-transform: translateY(-0.1rem);
          transform: translateY(-0.1rem);
}
.popup-welcome .wpcf7 form.invalid .wpcf7-response-output, .popup-welcome .wpcf7 form.unaccepted .wpcf7-response-output, .popup-welcome .wpcf7 form.payment-required .wpcf7-response-output, .popup-welcome .wpcf7 form.failed .wpcf7-response-output, .popup-welcome .wpcf7 form.aborted .wpcf7-response-output {
  bottom: 2rem;
  position: absolute;
  left: 7rem;
  max-width: 38rem;
  text-align: center;
  color: #1e1e1e;
}
.popup-welcome .wpcf7 form.sent .wpcf7-response-output {
  position: absolute;
  bottom: 0;
  color: #000 !important;
  width: 100%;
  max-width: 59%;
  text-align: center;
}

.header-wrapper {
  position: sticky;
  z-index: 99;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 10;
  padding: 0 0;
  -webkit-transition: padding 0.4s;
  transition: padding 0.4s;
}
.header-wrapper.header-wrapper-scrolled {
  background-color: rgba(1, 6, 36, 0.9);
}
.header-wrapper .header {
  padding: 0;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1300px) {
  .header-wrapper .header {
    height: 7rem;
  }
}
.header-wrapper .header .header-logo {
  margin: 0;
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
}
@media (max-width: 50em) {
  .header-wrapper .header .header-logo {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
  }
}
.header-wrapper .header .header-logo a {
  font-size: 2rem;
}
.header-wrapper .header .header-logo img {
  width: 100%;
  max-height: 7rem;
  padding: 1.5rem 0;
  margin-top: 0.5rem;
}
@media (max-width: 87.5em) {
  .header-wrapper .header .header-logo img {
    max-height: 6rem;
  }
}
@media (max-width: 50em) {
  .header-wrapper .header .header-logo img {
    max-width: 15rem;
    margin-left: 0;
    padding: 1rem 0;
  }
}
.header-wrapper .header .header-right {
  margin-left: auto;
  padding-right: 2rem;
  display: none;
}
@media (max-width: 1300px) {
  .header-wrapper .header .header-right {
    padding-right: 0;
    width: 3rem;
  }
}
.header-wrapper .header .header-search-mobile {
  cursor: pointer;
}
@media (max-width: 50em) {
  .header-wrapper .header .header-search-mobile {
    width: 3rem;
  }
}
.header-wrapper .header .header-search-mobile .search-img {
  width: 2.5rem;
}
.header-wrapper .header .header-cta {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  /*
  @media (max-width: $bp-large) {
      position: absolute;
      top: 7rem;
      left: 0;
      width: 100%;
      background: #1f2028;
      border: 1px solid;
  }

  ul {
      list-style: none;
  }

  margin-right: -3rem;

  a {
      color: $gray-links;
      display: inline-block;
      border-left: 1px solid $gray-border;
      padding: 3rem;
      padding-right: 3rem;
      min-width: 26rem;
      text-align: center;
      font-size: 1.6rem;
      transition: $transition;
      position: relative;

      @media (max-width: $bp-large) {
          width: 100%;
          padding: 2rem;
          border-left: none;
      }

      &::before {
          @include sudo-icon;
          top: 50%;
          margin-top: -1rem;
          width: 1.5rem;
          height: 2rem;
          transform: translate(-3rem, 3px);
          background-image: url(../img/icons/letter-send.svg);
          transition: $transition;
      }
  }

  &:hover {
      background-color: $color-primary;
      color: #fff;

      a {
          color: #fff;

          &::before {
              background-image: url(../img/icons/letter-send-white.svg)
          }
      }


  }
  */
}
@media (max-width: 1300px) {
  .header-wrapper .header .header-cta {
    -ms-flex-preferred-size: content;
        flex-basis: content;
  }
}
@media (max-width: 50em) {
  .header-wrapper .header .header-cta {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
  }
}
.header-wrapper .header .header-cta ul {
  list-style: none;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 50em) {
  .header-wrapper .header .header-cta ul .btn-white {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
.header-wrapper .header .header-cta ul .btn {
  margin-top: 0;
}
.header-wrapper .header .header-cta ul .btn a {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.header-wrapper .header .header-cta ul .btn a.active {
  background-color: rgba(255, 255, 255, 0.4) !important;
}
@media (max-width: 50em) {
  .header-wrapper .header .header-cta ul .btn a {
    padding: 1rem 1.5rem;
    font-size: 1.3rem !important;
  }
}
.header-wrapper .header .header-cta ul .sub-menu {
  display: none;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.2);
  width: 5.5rem;
  text-align: center;
  padding: 2rem 0.5rem 0.5rem 0.5rem;
  border-radius: 1.5rem;
  left: 0.5rem;
  -webkit-transform: translateY(1.5rem);
          transform: translateY(1.5rem);
  margin-top: -0.25rem;
}
.header-wrapper .header .header-cta ul .sub-menu li {
  height: 3rem;
}
.header-wrapper .header .header-cta ul .lang-switch {
  font-size: 1.4rem;
  padding: 1.25rem 3rem 1.25rem 1.5rem;
  border-radius: 2rem;
  position: relative;
  background-color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 50em) {
  .header-wrapper .header .header-cta ul .lang-switch {
    padding: 1rem 3rem 1rem 1.5rem;
  }
}
@media (max-width: 50em) {
  .header-wrapper .header .header-cta ul .lang-switch a {
    font-size: 1.4rem;
  }
}
.header-wrapper .header .header-cta ul .lang-switch::after {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  background-image: url(../img/arrow-white-down.svg);
  width: 1.2rem;
  height: 0.7rem;
  right: 1rem;
  top: 50%;
  margin-top: -0.35rem;
}
.header-wrapper .header .header-cta ul .lang-switch:hover .sub-menu {
  display: block;
}

.mobile-search-icon {
  position: absolute;
  top: 5rem;
  right: 2rem;
}
.mobile-search-icon svg {
  width: 2.6rem;
}

.header-mega-menu {
  background: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  display: none;
}

.mobile-lang-switch {
  position: absolute;
  right: 7rem;
  display: none;
}
.mobile-lang-switch #lang-switch {
  list-style: none;
  position: relative;
}
.mobile-lang-switch #lang-switch > li > a {
  display: block;
  padding: 1rem 2rem 1rem 1rem;
}
.mobile-lang-switch #lang-switch::before {
  content: "";
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  background-image: url(../img/arrow-down.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 3px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 50em) {
  .mobile-lang-switch {
    display: block;
  }
}
.mobile-lang-switch .sub-menu {
  display: none;
  list-style: none;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  padding: 1rem;
  width: 5rem;
  left: 0;
  text-align: center;
}

.extra-mobile-nav {
  display: none;
  background-color: #4545e6;
}
@media (max-width: 50em) {
  .extra-mobile-nav {
    display: block;
  }
}
.extra-mobile-nav #menu-2-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.extra-mobile-nav #menu-2-mobile a {
  display: block;
  padding: 1rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
}

.header-above {
  padding: 1rem 3rem;
}
.header-above .header-above-text {
  font-size: 1.2rem;
}

.footer {
  padding: 0 0 6rem;
  color: #fff;
  margin-top: 10rem;
}
@media (max-width: 50em) {
  .footer {
    padding: 0 0 4rem;
    margin-top: 0;
  }
}
.footer p {
  margin-bottom: 0;
  padding-bottom: 0;
}
.footer .footer-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
@media (max-width: 50em) {
  .footer .footer-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.footer .footer-info .footer-info-right {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 50em) {
  .footer .footer-info .footer-info-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 0;
    margin-top: 6rem;
  }
}
.footer .footer-info .footer-info-right p {
  font-size: 1.4rem;
}
.footer .footer-nav {
  padding-left: 3rem;
}
.footer .footer-nav a:hover {
  text-decoration: underline;
}
@media (max-width: 50em) {
  .footer .footer-nav {
    padding-left: 0;
    margin-top: 1rem;
  }
  .footer .footer-nav a {
    text-decoration: underline;
  }
}
.footer .footer-col {
  width: 50%;
}
.footer .footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}
.footer .footer-social br {
  display: none;
}
.footer .footer-social li {
  width: 3rem;
  height: 3rem;
  margin-left: 1rem;
}
.footer .footer-social li a br {
  display: none;
}
.footer .footer-social li a svg {
  width: 100%;
}
.footer .footer-social li a svg path {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.footer .footer-social li a svg:hover path {
  fill: #4545e6;
}
.footer .footer-logo {
  max-width: 22rem;
  margin-bottom: 3rem;
}
.footer .footer-logo img {
  width: 100%;
}
@media (max-width: 50em) {
  .footer .footer-logo {
    margin-top: 3rem;
  }
}
.footer .footer-nav .menu {
  margin: 0;
}
.footer .footer-nav .menu a {
  padding-left: 0;
  font-weight: normal;
  font-size: 1.4rem;
}
.footer .footer-contact h2 {
  margin: 3rem 0 1rem;
}
@media (max-width: 50em) {
  .footer .menu-footer-menu-container a {
    padding: 0.5rem !important;
  }
}
.footer .footer-address {
  margin-top: 5rem;
}
.footer .footer-first {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.footer-copy {
  padding: 4rem 0 5rem;
  color: #1e1e1e;
  font-size: 1.2rem;
}
@media (max-width: 50em) {
  .footer-copy {
    padding-bottom: 2rem;
  }
}
@media (max-width: 50em) {
  .footer-copy .footer-copy-1 {
    margin-bottom: 2rem;
  }
}
.footer-copy .footer-copy-2 {
  text-align: center;
}
@media (max-width: 50em) {
  .footer-copy .footer-copy-2 {
    text-align: left;
    margin-bottom: 2rem;
  }
}
.footer-copy .footer-copy-3 {
  text-align: right;
}
@media (max-width: 50em) {
  .footer-copy .footer-copy-3 {
    text-align: left;
  }
}
.footer-copy .footer-copy-3 .footer-icon-mail {
  width: 1.5rem;
  margin-right: 0.5rem;
  -webkit-transform: translateY(0.3rem);
          transform: translateY(0.3rem);
}

.footer-signature {
  margin-bottom: 2rem;
}
.footer-signature h2 {
  font-size: 6rem;
  max-width: 30rem;
  font-weight: bold;
}
@media (max-width: 50em) {
  .footer-signature h2 {
    font-size: 3rem;
  }
}
@media (max-width: 50em) {
  .footer-signature img {
    max-width: 22rem;
  }
}

.footer-contact li {
  line-height: 1.8;
}
.footer-contact li span {
  margin-right: 1rem;
}

.default-page {
  padding: 6rem 0 4rem;
}
@media (max-width: 50em) {
  .default-page {
    padding: 3rem 0 4rem;
  }
}
.default-page h1 {
  padding: 0.25em 0;
}
.default-page .default-page-img {
  margin: 4rem 0 6rem;
}
@media (max-width: 50em) {
  .default-page .default-page-img {
    margin: 0 0 4rem;
  }
}
.default-page p {
  padding-bottom: 2em;
}
@media (max-width: 50em) {
  .default-page p.text-small-width {
    padding-bottom: 0;
  }
}
.default-page .defalut-page-back {
  background-color: #E9EAE8;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 6rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 50em) {
  .default-page .defalut-page-back {
    width: 4rem;
    height: 4rem;
    margin-bottom: 3rem;
  }
}
.default-page .defalut-page-back:hover {
  background-color: #cbcbcb;
}
.default-page .defalut-page-back img {
  width: 1.2rem;
}
@media (max-width: 50em) {
  .default-page .defalut-page-back img {
    width: 0.9rem;
  }
}
.default-page .defalut-page-parent-title {
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: normal;
}

.custom-post-archive {
  padding: 8rem 0 10rem;
  min-height: 100rem;
  position: relative;
}
@media (max-width: 50em) {
  .custom-post-archive {
    padding-bottom: 4rem;
    padding-top: 4rem;
  }
}
.custom-post-archive .post-type-title {
  padding-right: 34rem;
  font-size: 10rem;
}
@media (max-width: 50em) {
  .custom-post-archive .post-type-title {
    padding-right: 0;
    font-size: 4rem;
  }
}
.custom-post-archive .page-description p {
  font-size: 1.8rem;
  max-width: 75rem;
  padding-right: 3rem;
}
@media (max-width: 50em) {
  .custom-post-archive .page-description p {
    font-size: 1.4rem;
  }
}
.custom-post-archive .page-description-with-sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 50em) {
  .custom-post-archive .page-description-with-sort {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.custom-post-archive .page-description-with-sort .custom-dropdown {
  margin-left: auto;
}
@media (max-width: 50em) {
  .custom-post-archive .page-description-with-sort .custom-dropdown {
    margin-left: 0;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
.custom-post-archive .blog-pagination-nav {
  padding: 3rem;
  text-align: center;
  margin-top: 12rem;
  font-size: 3rem;
  border-bottom: 1px solid #8d8d8d;
  border-top: 1px solid #8d8d8d;
}
.custom-post-archive .blog-pagination-nav ul {
  list-style: none;
  display: block;
}
.custom-post-archive .blog-pagination-nav ul:after {
  content: "";
  display: table;
  clear: both;
}
.custom-post-archive .blog-pagination-nav ul li {
  font-size: 2rem;
  padding: 0.75rem 1.5rem;
  display: none;
}
.custom-post-archive .blog-pagination-nav ul li.current {
  padding: 0.75rem 1.5rem;
  border-radius: 1rem;
  border: 1px solid #8d8d8d;
}
.custom-post-archive .blog-pagination-nav ul li.blog-pagination-text {
  display: block;
  font-size: 2.6rem;
  font-weight: 400;
  color: #1e1e1e;
  position: relative;
}
.custom-post-archive .blog-pagination-nav ul li.blog-pagination-text::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 3.5rem;
  height: 4rem;
  background-image: url(../img/icons/arrow-special-down.svg);
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1;
}
.custom-post-archive .blog-pagination-nav ul li.blog-pagination-text.blog-pagination-next {
  float: right;
  padding-right: 6rem;
}
.custom-post-archive .blog-pagination-nav ul li.blog-pagination-text.blog-pagination-next::after {
  right: 0;
  -webkit-transform: translateY(-50%) rotate(270deg);
          transform: translateY(-50%) rotate(270deg);
}
.custom-post-archive .blog-pagination-nav ul li.blog-pagination-text.blog-pagination-prev {
  float: left;
  padding-left: 6rem;
}
.custom-post-archive .blog-pagination-nav ul li.blog-pagination-text.blog-pagination-prev::after {
  left: 0;
  top: 60%;
  -webkit-transform: translateY(-50%) rotate(-270deg);
          transform: translateY(-50%) rotate(-270deg);
}

.main-navigation {
  -ms-flex-preferred-size: content;
      flex-basis: content;
}
@media (max-width: 1300px) {
  .main-navigation {
    display: none;
  }
}
.main-navigation #primary-menu {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 3rem;
}
.main-navigation .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /*
  .current-menu-item,
  .current_page_parent,
  .current-menu-ancestor {
      a {

          border-top: 3px solid $color-primary;
      }

      .sub-menu {
          a {
              border-top: none !important;

              &:hover {
                  color: $color-primary;
                  border-top: none !important;
              }
          }
      }
  }
  */
}
@media (max-width: 1300px) {
  .main-navigation .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    background-color: #1e1e1e;
    text-align: center;
    padding: 3rem 1rem;
    padding-top: 13rem;
  }
}
.main-navigation .menu > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}
.main-navigation .menu li:first-of-type {
  display: none !important;
}
@media (max-width: 50em) {
  .main-navigation .menu li {
    padding-left: 0;
  }
}
.main-navigation .menu li.menu-item-has-children a {
  position: relative;
  text-align: left;
}
@media (max-width: 1300px) {
  .main-navigation .menu li.menu-item-has-children a {
    text-align: center;
  }
}
.main-navigation .menu li.menu-item-has-children a::after {
  content: "";
  position: absolute;
  width: 1.2rem;
  height: 1rem;
  top: 50%;
  margin-top: -0.4rem;
  right: 0;
  background-image: url(../img/icons/simple-arrow-down.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 1300px) {
  .main-navigation .menu li.menu-item-has-children a::after {
    right: auto;
    -webkit-transform: translateX(13px);
            transform: translateX(13px);
  }
}
.main-navigation .menu a {
  display: block;
  padding: 1.2rem 1.75rem;
  color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
  text-align: center;
  font-size: 1.4rem;
  position: relative;
  border-radius: 2.5rem;
}
@media (max-width: 1600px) {
  .main-navigation .menu a {
    font-size: 1.3rem;
  }
}
.main-navigation .menu a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.main-navigation .menu a:hover, .main-navigation .menu a.active-nav {
  background-color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 50em) {
  .main-navigation .menu a {
    font-size: 1.8rem;
    font-weight: normal;
    padding: 1.5rem 2rem;
  }
}
.main-navigation .sub-menu {
  position: absolute;
  opacity: 0;
  display: none;
  list-style: none;
  z-index: 9;
  background-color: #fff;
  padding: 2rem 3rem 2rem 2rem;
  text-align: center;
  border-top: 1px solid #8d8d8d;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 0.5rem;
  -webkit-box-shadow: 1px 2px 10px 1px rgba(0, 0, 0, 0.21);
          box-shadow: 1px 2px 10px 1px rgba(0, 0, 0, 0.21);
  min-width: 19rem;
}
@media (max-width: 50em) {
  .main-navigation .sub-menu {
    position: relative;
    text-align: center;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 2rem;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    border: none;
  }
  .main-navigation .sub-menu.sub-menu-open {
    display: block;
    opacity: 1;
  }
}
.main-navigation .sub-menu a {
  padding: 0.5rem 1rem;
  font-size: 1.6rem;
  color: #1e1e1e;
  text-align: left;
  border-top: none !important;
}
.main-navigation .sub-menu a:hover {
  color: #4545e6;
  border-top: none !important;
}
@media (min-width: 50em) {
  .main-navigation .menu-item-has-children:hover .sub-menu {
    opacity: 1;
    display: block;
  }
}

.nav-toggle {
  color: #000;
}
.nav-toggle-active {
  display: block;
}

.menu-icon {
  width: 25px;
  height: 19px;
  z-index: 10;
  cursor: pointer;
  position: relative;
  z-index: 10;
  display: none;
}
@media (max-width: 1300px) {
  .menu-icon {
    display: block;
  }
}
.menu-icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 3px;
  background-color: #1e1e1e;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.menu-icon-middle {
  position: absolute;
  top: 8px;
  left: 0;
  width: 25px;
  height: 3px;
  background-color: #1e1e1e;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
}
.menu-icon::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 25px;
  height: 3px;
  background-color: #1e1e1e;
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.menu-icon--close-x::before {
  -webkit-transform: rotate(45deg) scaleX(1.25);
          transform: rotate(45deg) scaleX(1.25);
  width: 20px;
}
.menu-icon--close-x .menu-icon-middle {
  opacity: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
.menu-icon--close-x::after {
  -webkit-transform: rotate(-45deg) scaleX(1.25) translateY(1px);
          transform: rotate(-45deg) scaleX(1.25) translateY(1px);
  width: 20px;
}

.basic-page {
  padding: 14rem 0 10rem;
}
.basic-page ul, .basic-page ol {
  padding-left: 2rem;
  margin-bottom: 3rem;
}
.basic-page ul li, .basic-page ol li {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
@media (max-width: 50em) {
  .basic-page ul li, .basic-page ol li {
    font-size: 1.4rem;
  }
}
@media (max-width: 50em) {
  .basic-page {
    padding: 4rem 0 6rem;
  }
}
.basic-page .basic-page-inner {
  max-width: 100rem;
  margin: 0 auto;
}

.hero-new {
  padding-top: 6rem;
}
@media (max-width: 50em) {
  .hero-new {
    padding-top: 3rem;
  }
}
.hero-new .hero-new-row {
  margin-bottom: 6rem;
}
@media (max-width: 1300px) {
  .hero-new .hero-new-row {
    margin-bottom: 4rem;
  }
}
@media (max-width: 50em) {
  .hero-new .hero-new-row {
    margin-bottom: 2rem;
  }
}
.hero-new .hero-new-row.hero-new-row-2 {
  text-align: right;
}
.hero-new .hero-new-row a {
  display: block;
}
.hero-new h3 {
  font-size: 8vw;
  font-weight: 100 !important;
  font-family: "DM Sans", sans-serif;
  /*
          @media (max-width: $bp-large) {
              font-size: 10rem;
          }
  */
}
@media (min-width: 1920px) {
  .hero-new h3 {
    font-size: 13rem;
  }
}
@media (max-width: 50em) {
  .hero-new h3 {
    font-size: 7vw;
  }
}
.hero-new img {
  border-radius: 30rem;
  width: 100%;
  height: 17rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1300px) {
  .hero-new img {
    font-size: 12rem;
  }
}
@media (max-width: 50em) {
  .hero-new img {
    height: 6rem;
  }
}

.hero {
  padding-top: 4rem;
}
@media (max-width: 50em) {
  .hero {
    padding-top: 1rem;
  }
}
.hero .btn {
  margin-top: 3rem;
}
@media (max-width: 50em) {
  .hero .btn {
    display: none;
  }
}
.hero img {
  width: 100%;
  margin-top: 10rem;
}
@media (max-width: 50em) {
  .hero img {
    margin-top: 2rem;
    border-radius: 2rem;
  }
}
@media (max-width: 50em) {
  .hero h1 {
    max-width: 26rem;
    margin: 0 0 0 0 !important;
  }
}

.why {
  padding: 14rem 0 0;
}
@media (max-width: 50em) {
  .why {
    padding-top: 6rem;
  }
}
@media (max-width: 50em) {
  .why h2 {
    margin-bottom: 0;
  }
}
@media (max-width: 50em) {
  .why .why-list {
    margin-bottom: 2rem;
  }
}
.why .why-list > .wp-block-column {
  background-color: #4545e6;
  border-radius: 2rem;
  padding: 4rem 3rem;
  margin-bottom: 2rem;
}
@media (max-width: 50em) {
  .why .why-list > .wp-block-column {
    margin-bottom: 0;
  }
}
.why .why-list > .wp-block-column p {
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 1.5rem;
}
@media (max-width: 50em) {
  .why .why-list img {
    max-width: 4rem;
  }
}

.services {
  padding-top: 7rem;
  padding-bottom: 10rem;
}
@media (max-width: 50em) {
  .services {
    padding-top: 3rem;
    padding-bottom: 4rem;
  }
}
@media (max-width: 50em) {
  .services h2 {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 50em) {
  .services .services-list {
    margin-bottom: 2rem;
  }
}
.services .services-list .services-item {
  border: 1px solid #2F427F;
  background: rgba(11, 34, 105, 0.8);
  border-radius: 2rem;
  padding: 8rem 3rem 4rem;
  margin-bottom: 2rem;
}
@media (max-width: 50em) {
  .services .services-list .services-item {
    margin-bottom: 0;
    padding: 4rem 3rem 2rem;
  }
}
.services .services-list .services-item p {
  font-size: 1.7rem;
  margin-bottom: 0;
}
.services .services-list .services-item img {
  margin-bottom: 3rem;
  width: auto;
  max-height: 6rem;
}
@media (max-width: 50em) {
  .services .services-list .services-item img {
    max-height: 3.5rem;
  }
}
.services .services-list .services-item h3 {
  margin-bottom: 2rem;
  font-size: 2.4rem;
  font-weight: bold !important;
}
@media (max-width: 50em) {
  .services .services-list .services-item h3 {
    margin-bottom: 1rem;
  }
}

.one-stop {
  padding-top: 10rem;
}
@media (max-width: 50em) {
  .one-stop {
    padding-top: 3rem;
  }
}
.one-stop .one-stop-gallery {
  padding-left: 12rem;
}
@media (max-width: 50em) {
  .one-stop .one-stop-gallery {
    padding-left: 0;
    padding-top: 5rem;
  }
}
.one-stop .one-stop-gallery img {
  border-radius: 3rem;
  margin: 1rem 0;
}
.one-stop .one-stop-gallery .one-stop-gallery-col-2 {
  -webkit-transform: translateY(-6rem);
          transform: translateY(-6rem);
}
.one-stop .one-stop-text {
  padding-top: 8vw;
}
@media (max-width: 87.5em) {
  .one-stop .one-stop-text {
    padding-top: 3vw;
  }
}
@media (max-width: 50em) {
  .one-stop .one-stop-text {
    padding-top: 0;
  }
}
@media (max-width: 50em) {
  .one-stop h2 {
    margin-bottom: 0;
  }
  .one-stop h2 br {
    display: none;
  }
}

.reviews {
  padding-top: 10rem;
}
.reviews .reviews-item {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 8rem;
  border-radius: 2rem;
}
@media (max-width: 50em) {
  .reviews .reviews-item {
    padding: 3rem 2rem 8rem;
  }
}
.reviews .reviews-item p {
  font-size: 3rem;
}
@media (max-width: 50em) {
  .reviews .reviews-item p {
    font-size: 1.8rem;
  }
}

.reviews {
  padding-top: 10rem;
}
.reviews .reviews-item {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 8rem;
  border-radius: 2rem;
}
@media (max-width: 50em) {
  .reviews .reviews-item {
    padding: 3rem 2rem 8rem;
  }
}
.reviews .reviews-item p {
  font-size: 3rem;
}
@media (max-width: 50em) {
  .reviews .reviews-item p {
    font-size: 1.8rem;
  }
}

.contact {
  padding: 14rem 0 0;
}
@media (max-width: 50em) {
  .contact {
    padding: 5rem 0 3rem;
  }
}
.contact h2 {
  font-size: 4.8rem;
  text-transform: none;
  padding-right: 5rem !important;
}
@media (max-width: 1300px) {
  .contact h2 {
    padding-right: 0 !important;
  }
}
@media (max-width: 50em) {
  .contact h2 {
    font-size: 3rem;
  }
}
.contact .contact-section-text {
  padding-top: 10rem;
}
@media (max-width: 50em) {
  .contact .contact-section-text {
    padding-top: 0;
  }
}
.contact .contact-section-text p {
  position: relative;
  font-size: 3rem;
  padding-bottom: 0;
  margin-bottom: 2rem;
}
@media (max-width: 50em) {
  .contact .contact-section-text p {
    font-size: 1.8rem;
  }
}
.contact .contact-section-text p:not(.contact-section-title) {
  padding-left: 4rem;
}
.contact .contact-section-text p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 2rem;
  width: 2rem;
  background-size: contain;
}
.contact .contact-section-text p.contact-section-tel::before {
  background-image: url(../img/phone-contact.svg);
}
.contact .contact-section-text p.contact-section-zoom::before {
  background-image: url(../img/zoom.svg);
}
.contact .contact-section-text p.contact-section-mail::before {
  background-image: url(../img/mail-contact.svg);
}
.contact .main-form {
  background-color: rgba(0, 0, 0, 0.3);
  padding: 6rem;
  border-radius: 3rem;
}
@media (max-width: 50em) {
  .contact .main-form {
    padding: 4rem 3rem;
  }
}
.contact .main-form h3 {
  margin-bottom: 3rem;
  font-weight: bold !important;
}
.contact .wpcf7-form .form-ty-msg {
  display: none;
  text-align: center;
}
.contact .wpcf7-form.sent .main-form {
  display: none;
}
.contact .wpcf7-form.sent .form-ty-msg {
  display: block;
}
.contact h2 {
  margin-top: 0 !important;
}
.contact p {
  font-size: 2rem;
}
@media (max-width: 50em) {
  .contact p {
    font-size: 1.4rem;
  }
}

.logos {
  padding: 10rem 0 8rem;
}
@media (max-width: 50em) {
  .logos {
    padding-top: 6rem;
  }
  .logos .wp-container-core-columns-is-layout-12.wp-container-core-columns-is-layout-12 {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .logos .wp-container-core-columns-is-layout-12.wp-container-core-columns-is-layout-12 .wp-block-column {
    -ms-flex-preferred-size: 22% !important;
        flex-basis: 22% !important;
    text-align: center;
  }
  .logos .wp-container-core-columns-is-layout-12.wp-container-core-columns-is-layout-12 .wp-block-column img {
    max-width: 70%;
  }
}

.team {
  padding: 15rem 0 5rem;
}
@media (max-width: 50em) {
  .team {
    padding: 8rem 0 4rem;
  }
}
.team h2 {
  margin-top: 0;
}
@media (max-width: 50em) {
  .team h2 {
    margin-bottom: 2rem;
  }
}
.team .team-list-joinus {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
  padding-right: 4rem !important;
}
@media (max-width: 50em) {
  .team .team-list-joinus {
    padding-right: 0 !important;
  }
}
.team .team-col .team-item-join {
  background-color: rgba(1, 6, 36, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 3rem;
  padding: 4rem 3rem;
}
@media (max-width: 50em) {
  .team .team-col .team-item-join {
    margin-top: 5rem;
  }
}
.team .team-col .team-item-join h3 {
  margin-bottom: 0;
}
@media (max-width: 50em) {
  .team .team-col .team-list {
    gap: 0 !important;
  }
}
.team .team-col .team-list .team-item {
  margin-bottom: 5rem;
}
@media (max-width: 50em) {
  .team .team-col .team-list .team-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 1rem;
  }
}
.team .team-col .team-list .team-item img {
  border-radius: 4.3rem;
  overflow: hidden;
  margin-bottom: 1.5rem;
}
@media (max-width: 1300px) {
  .team .team-col .team-list .team-item img {
    max-width: 100% !important;
  }
}
@media (max-width: 50em) {
  .team .team-col .team-list .team-item img {
    width: 14rem;
    margin-right: 3rem;
  }
}
.team .team-col .team-list .team-item h4 {
  font-size: 1.6rem;
}
.team .team-col .team-list .team-item p, .team .team-col .team-list .team-item a {
  font-size: 1.4rem;
  padding-bottom: 0;
}
.team .team-col .team-list .team-item h4 {
  margin-bottom: 0.5rem;
}
.team .team-col .team-list .team-item p {
  margin-bottom: 0;
}
.team .meet-contact-info {
  display: none;
}
.team .meet-contact-info.active {
  display: block;
}
@media (max-width: 50em) {
  .team .show-more {
    margin-bottom: 6rem;
  }
}
.team .show-more a {
  background-color: transparent !important;
  padding: 1.5rem 3rem 1.5rem 6rem;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 3rem;
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 2rem;
  margin-bottom: 5rem;
  min-width: 22rem;
  position: relative;
}
@media (max-width: 50em) {
  .team .show-more a {
    margin-top: 2rem;
    margin-bottom: 0;
  }
}
.team .show-more a::before {
  content: "";
  position: absolute;
  width: 2.5rem;
  height: 2.5rem;
  background-image: url(../img/eye.svg);
  background-size: contain;
  background-repeat: no-repeat;
  left: 2.5rem;
}
.team .show-more a.active {
  background-color: #fff !important;
  color: #1e1e1e;
}
.team .show-more a.active::before {
  background-image: url(../img/eye-black.svg);
}

.sponsors {
  padding: 16rem 0 10rem;
}
@media (max-width: 50em) {
  .sponsors {
    padding: 6rem 0 8rem;
  }
}
.sponsors h3 {
  font-size: 2.8rem;
}
.sponsors h2 {
  font-size: 4.8rem;
  text-transform: none;
}
@media (max-width: 50em) {
  .sponsors h2 {
    font-size: 3rem;
  }
}
@media (max-width: 50em) {
  .sponsors h4 {
    margin-bottom: 0;
  }
}
.sponsors .sponsors-list {
  padding-top: 3rem;
}
@media (max-width: 50em) {
  .sponsors .sponsors-list {
    padding-top: 1rem;
  }
}
.sponsors .sponsors-list .sponsors-item img {
  border-radius: 2rem;
  width: 100%;
  overflow: hidden;
  margin-bottom: 3rem;
}
.sponsors .sponsors-list .sponsors-item h4 {
  font-size: 2.2rem;
  margin-bottom: 2rem;
  text-transform: none;
}
.sponsors .sponsors-list .sponsors-item p {
  font-size: 1.6rem;
}
.sponsors .sponsors-list .sponsors-item.sponsors-item-2 {
  margin-top: 2.5rem;
}

.subscribe {
  padding: 12rem 0 7rem;
  position: relative;
}
@media (max-width: 50em) {
  .subscribe {
    padding: 5rem 0 2rem;
  }
}
.subscribe h2 {
  font-size: 4rem;
  text-transform: none;
}
@media (max-width: 50em) {
  .subscribe h2 {
    text-align: left;
    font-size: 3rem;
  }
}
.subscribe .subscribe-form {
  max-width: 60rem;
  margin: 0 auto;
}
.subscribe .subscribe-form .btn {
  float: none !important;
  text-align: center;
  max-width: 21em;
  margin: 0 auto;
}
.subscribe .wpcf7-form .form-ty-msg {
  display: none;
  text-align: center;
}
.subscribe .wpcf7-form.sent .subscribe-form {
  display: none;
}
.subscribe .wpcf7-form.sent .form-ty-msg {
  display: block;
}
.subscribe .subsribe-social {
  max-width: 30rem;
  margin: 10rem auto 5rem;
}
@media (max-width: 50em) {
  .subscribe .subsribe-social {
    max-width: 20rem;
  }
  .subscribe .subsribe-social img {
    max-width: 3rem;
  }
}

.slim-banner {
  background-color: #e11b4c;
  width: 100%;
  text-align: center;
  color: #fff;
  border-radius: 2rem;
  padding: 1.5rem;
  position: relative;
  margin-bottom: 7rem;
  margin-top: -2rem;
}
@media (max-width: 50em) {
  .slim-banner {
    margin-bottom: 5rem;
    padding-right: 6rem;
  }
}
.slim-banner .close-slimbanner {
  position: absolute;
  right: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}
.slim-banner .close-slimbanner svg {
  width: 3rem;
  height: 2rem;
}
.slim-banner p {
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 1.6rem;
}
@media (max-width: 50em) {
  .slim-banner p {
    font-size: 1.4rem;
  }
}
.slim-banner a {
  text-decoration: underline;
  font-weight: bold !important;
}

.how {
  padding-top: 12rem;
}
@media (max-width: 50em) {
  .how {
    padding-top: 8rem;
  }
}
.how p {
  font-size: 4rem;
  line-height: 1.4;
}
@media (max-width: 50em) {
  .how p {
    font-size: 1.8rem;
  }
}

.brands {
  padding-top: 10rem;
}
@media (max-width: 50em) {
  .brands {
    padding-top: 0;
  }
}
.brands .brands-header p {
  font-size: 4rem;
  margin-bottom: 0;
}
@media (max-width: 50em) {
  .brands .brands-header p {
    font-size: 1.8rem;
  }
}
.brands .brands-header h2 {
  margin: 0;
}
.brands .brands-list {
  border-bottom: 1px solid rgba(255, 255, 255, 0.32);
  padding-top: 7rem;
}
@media (max-width: 50em) {
  .brands .brands-list {
    padding-top: 3rem;
  }
}
.brands .brands-list img {
  width: 100%;
  border-radius: 2rem;
}
.brands .brands-list .brands-list-item {
  padding-bottom: 2rem;
  margin-bottom: 3rem;
  position: relative;
}
.brands .brands-list .brands-list-item .arrow-link {
  position: absolute;
  width: 3.5rem;
  height: 3.5rem;
  bottom: 0;
  right: 1rem;
}
.brands .brands-list .brands-list-item .arrow-link img {
  border-radius: 0;
}
.brands .brands-list .brands-list-item h3 {
  font-size: 3.4rem;
  margin-top: 3rem;
  margin-bottom: 2rem;
}
@media (max-width: 50em) {
  .brands .brands-list .brands-list-item h3 {
    font-size: 2.8rem;
  }
}

.service-acc {
  padding-top: 15rem;
}