@font-face {
  font-family: Interdisplay;
  src: url('../fonts/InterDisplay-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Interdisplay;
  src: url('../fonts/InterDisplay-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Interdisplay;
  src: url('../fonts/InterDisplay-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Interdisplay;
  src: url('../fonts/InterDisplay-ExtraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Bodonimoda 28 Pt";
  src: url('../fonts/BodoniModa_28pt-ExtraBold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Bodonimoda 9 Pt";
  src: url('../fonts/BodoniModa_9pt-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Bodonimoda 28 Pt";
  src: url('../fonts/BodoniModa_28pt-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Bodonimoda 18 Pt";
  src: url('../fonts/BodoniModa_18pt-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Bodonimoda 48 Pt";
  src: url('../fonts/BodoniModa_48pt-BoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Bodonimoda 9 Pt";
  src: url('../fonts/BodoniModa_9pt-ExtraBoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Bodonimoda 72 Pt";
  src: url('../fonts/BodoniModa_72pt-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Bodonimoda 48 Pt";
  src: url('../fonts/BodoniModa_48pt-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Interdisplay;
  src: url('../fonts/InterDisplay-SemiBold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Interdisplay;
  src: url('../fonts/InterDisplay-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Interdisplay;
  src: url('../fonts/InterDisplay-ExtraLightItalic.otf') format("opentype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Interdisplay;
  src: url('../fonts/InterDisplay-ThinItalic.otf') format("opentype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Interdisplay;
  src: url('../fonts/InterDisplay-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

body {
  color: #072c3b;
  font-family: Interdisplay, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 20px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

.block-quote {
  background-color: #e5e5e5;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.btn-header {
  text-transform: uppercase;
  margin-right: 0;
  padding: .7rem 2rem;
  font-size: 1rem;
}

.btn-small {
  text-transform: uppercase;
  margin-right: 0;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: .875rem;
  display: block;
}

.btn-medium {
  text-transform: uppercase;
  margin-right: 0;
  padding: .7rem 2rem;
  font-size: 1.125rem;
}

.btn-large {
  text-transform: uppercase;
  margin-right: 0;
  padding: 1rem 2rem;
  font-size: 1.25rem;
}

.btn-bottom {
  text-transform: uppercase;
  margin-right: 15px;
  font-size: 1rem;
}

.txt14 {
  font-size: .875rem;
  line-height: 1.2em;
}

.txt16 {
  color: #fff;
  font-size: 1rem;
  line-height: 1.4em;
  text-decoration: none;
}

.txt18 {
  font-size: 1.3rem;
  line-height: 1.4em;
}

.txt18.cc20up {
  padding-top: 20px;
}

.txt21 {
  font-size: 1.313rem;
  font-weight: 500;
  line-height: 1.4em;
}

.cc-mt16 {
  margin-top: 1rem;
}

.cc-pt36 {
  margin-top: 0;
  padding-top: 2rem;
}

.cc-pt48 {
  margin-top: 0;
  padding-top: 3rem;
}

.cc-mb16 {
  margin-bottom: 1rem;
  font-size: 1rem;
}

.cc-mb24 {
  margin-bottom: 1.66em;
  font-size: 1.5rem;
}

.cc-mb36 {
  margin-bottom: 2rem;
  font-size: 2.25rem;
}

.cc-mb40 {
  margin-bottom: 2.77em;
  font-size: 2.5rem;
}

.cc-mb56 {
  margin-bottom: 3.5rem;
}

.cc-mb100 {
  margin-bottom: 6.94444em;
}

.cc-mb140 {
  margin-bottom: 9.72222em;
}

.cc-text-gray {
  font-size: 1vw;
}

.cc-txt-strong {
  font-size: 1vw;
  font-weight: 700;
}

.cc-wrap-bg-dark {
  background-color: #000;
}

.list-item {
  color: #000;
  font-size: 1vw;
}

.section {
  max-width: 1680px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
}

.section.cc-bg-grey {
  max-width: 100%;
}

.section.cc-bin {
  background-color: #e4abab;
}

.section.cc-mb56 {
  display: block;
}

.container {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  display: block;
}

.par0 {
  font-size: 1vw;
  line-height: 1.2em;
}

.par16 {
  color: #000;
  margin-bottom: 5px;
  font-size: 1rem;
  line-height: 1.4em;
}

.par16.cc-mt6 {
  padding-top: 6px;
}

.par18 {
  margin-bottom: 0;
  font-size: 1.125rem;
  line-height: 1.4em;
}

.cc-wrap-bg-light {
  background-color: #f8f3f0;
}

.cc-mb6 {
  margin-bottom: .41em;
  font-size: .375rem;
}

.cc-mb12 {
  margin-bottom: .83em;
  font-size: .75rem;
}

.cc-wrap-bg-empty {
  background-color: #e0dfde;
}

.wrap-fix {
  border: 3px solid #e5e5e5;
  min-width: 100px;
  max-width: 100px;
  min-height: 100px;
  max-height: 100px;
  display: block;
}

.img-p-right-10 {
  text-align: left;
  max-width: 100%;
  padding-right: 10px;
  display: block;
}

.img-100per {
  text-align: left;
  max-width: 100%;
  display: block;
}

.img-80per {
  text-align: left;
  max-width: 80%;
  display: block;
}

.img-60per {
  text-align: left;
  max-width: 60%;
  display: block;
}

.wrap-img-v-cen-h-left {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.wrap-img-v-cen-h-cen {
  justify-content: center;
  align-items: center;
  min-height: 200px;
  display: flex;
}

.cc-mt8 {
  margin-top: .5rem;
}

.cc-mt8:hover {
  text-decoration: underline;
}

.par-empty {
  margin-bottom: 0;
  font-size: 1vw;
  line-height: 1.2em;
  display: none;
}

.cc-card-mar-left20right20 {
  flex-wrap: wrap;
  place-content: flex-start center;
  align-items: center;
  margin: 0 20px;
  display: inline-block;
}

.cc-card-mar-left20btn10 {
  flex-wrap: wrap;
  place-content: flex-start center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 10px;
  margin-left: 20px;
  display: inline-block;
}

.par24 {
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4em;
}

.par24.cc-text-blue {
  font-weight: 900;
}

.par21 {
  margin-bottom: 0;
  font-size: 1.313rem;
  line-height: 1.4em;
}

.h1 {
  font-size: 3rem;
  font-weight: 600;
}

.h2 {
  text-align: left;
  font-size: 2.625rem;
  font-weight: 500;
}

.h3 {
  font-size: 1.5rem;
  font-weight: 500;
}

.h4 {
  margin-bottom: 5px;
  font-size: 1.313rem;
  font-weight: 500;
}

.blackquote {
  color: #d4d4bc;
  background-color: #2e2d29;
  border: 1px #000;
  justify-content: center;
  align-items: center;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.blackquote.cc-tm0 {
  margin-top: 0;
}

.link-block, .link-block-2, .link-block-3 {
  display: block;
}

.cc-pt24 {
  margin-top: 0;
  padding-top: 1.5rem;
}

.cc-wrap-color-white {
  color: #fff;
}

.list {
  font-size: 1rem;
  line-height: 1.4em;
}

.btn-footer {
  text-transform: uppercase;
  margin-right: 0;
  padding: .7rem 2rem;
  font-size: 1rem;
}

.btn-footer:hover {
  background-color: #000;
}

.btn-content {
  text-transform: uppercase;
  margin-right: 0;
  padding: .5rem 2rem;
  font-size: 1rem;
}

.wrap-btn {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  margin-bottom: 0;
  padding-top: 1rem;
  padding-bottom: 2rem;
  display: flex;
}

.ico32 {
  color: red;
}

.txt18-copy {
  font-size: 1.125rem;
  line-height: 1.4em;
}

.txt24 {
  color: #072c3b;
  font-size: 1.5rem;
  font-weight: 500;
  text-decoration: none;
}

.txt27 {
  font-size: 1.688rem;
  font-weight: 500;
  line-height: 1.4em;
}

.cell {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.wrap-link-expore {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #072c3b;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.quick-stack {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  padding: 0;
}

.wrap-explore-content {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.wrap-explore-content.none {
  display: none;
}

.wrap-blocktitle-center {
  text-align: left;
  max-width: 1440px;
  margin-bottom: 2rem;
  margin-left: 10%;
  margin-right: 10%;
  padding-left: 0;
  padding-right: 0;
}

.wrap-block-texts {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  width: 80%;
  height: auto;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.wrap-block-texts.cc-mb24.cc-mt32 {
  margin-top: 100px;
}

.wrap-3img-content {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.txt35 {
  font-size: 2.188rem;
  font-weight: 500;
  line-height: 1.4em;
}

.link16bold {
  font-family: "Bodonimoda 18 Pt", Palatino Linotype, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4em;
}

.img-middle {
  border-radius: 7px;
  padding-bottom: 0;
}

.wrap-link-card {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #072c3b;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.quickstackx4 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  padding: 0;
}

.cc-bg-grey {
  background-color: #f4f4f4;
}

.wrap-content-4col {
  max-width: 1440px;
  padding-top: 1rem;
  padding-bottom: 2rem;
}

.wrap-content-top-btn {
  height: auto;
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

.wrap-content-on-dark {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: left;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 1440px;
  height: 70vh;
  margin-left: 15%;
  margin-right: 10%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.background-video {
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: 80vh;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.navbar {
  background-color: #fff;
  max-width: 100%;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  position: fixed;
  inset: 0% 0% auto;
}

.wrap-header {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  height: 120px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 5%;
  padding-right: 5%;
  font-weight: 300;
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

.wrap-header:hover {
  font-weight: 300;
}

.wrap-header-left {
  margin-left: 0;
  margin-right: 0;
}

.link16nav {
  border-radius: 7px;
  font-size: 1rem;
}

.link16nav:hover {
  color: #072c3b;
  background-color: #f4f4f4;
  border-radius: 7px;
}

.link16nav.w--current {
  color: #7c5b04;
}

.link16nav.mob {
  display: none;
}

.nav-link-2 {
  font-size: 1rem;
}

.background-video-2 {
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
}

.h1bodon {
  text-transform: uppercase;
  font-family: "Bodonimoda 28 Pt", Palatino Linotype, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1em;
}

.wrap-content-hero {
  z-index: 998;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: left;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 1440px;
  height: 100vh;
  margin-left: 10%;
  margin-right: 10%;
  padding-bottom: 4.5rem;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: absolute;
}

.text-span {
  font-family: "Bodonimoda 18 Pt", Palatino Linotype, sans-serif;
  font-weight: 700;
}

.wrap-content-on-dark2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: left;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 1440px;
  height: 70vh;
  margin-left: 15%;
  margin-right: 10%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.wrap-content-hero2 {
  z-index: 998;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: left;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 100%;
  height: 80vh;
  margin-left: 15%;
  margin-right: 15%;
  padding-bottom: 4.5rem;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.h2bodon {
  text-transform: uppercase;
  font-family: "Bodonimoda 28 Pt", Palatino Linotype, sans-serif;
  font-size: 2.625rem;
  font-weight: 600;
  line-height: 1em;
}

.image-6 {
  z-index: 997;
  width: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.h2soo {
  text-align: left;
  text-transform: none;
  font-family: "Bodonimoda 48 Pt", Palatino Linotype, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2em;
}

.h4bodon {
  text-transform: uppercase;
  font-family: "Bodonimoda 48 Pt", Palatino Linotype, sans-serif;
  font-size: 1.688rem;
  font-weight: 700;
  line-height: 1.2em;
}

.wrap-content-top-btn2 {
  height: auto;
  padding-top: 2rem;
  padding-bottom: 0;
}

.wrap-kroshki {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.txt12 {
  color: #000;
  font-family: "Bodonimoda 18 Pt", Palatino Linotype, sans-serif;
  font-size: .75rem;
  line-height: 1.2em;
  text-decoration: none;
}

.link-block-4 {
  text-decoration: none;
}

.wrap-content-inner {
  padding-top: 0;
  padding-bottom: 0;
}

.wrap-photo-gallery {
  max-width: 1680px;
  padding-bottom: 2.5rem;
}

.quick-4col-gallery {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  padding: 3rem 0 2rem;
}

.navbar-copy {
  max-width: 1680px;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
  position: static;
  inset: 0% 0% auto;
}

.wrap-footer {
  height: auto;
}

.txt68 {
  color: #fff;
  font-family: "Bodonimoda 28 Pt", Palatino Linotype, sans-serif;
  font-size: 4.25rem;
  font-weight: 500;
  line-height: 1.4em;
}

.quick-stack-2 {
  padding: 0;
}

.cell-2 {
  justify-content: center;
  align-items: flex-start;
}

.link-block-5 {
  color: #072c3b;
  text-decoration: none;
}

.sectionfooter {
  color: #fff;
  background-color: #072c3b;
  max-width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 4.5rem 5% 2.5rem;
}

.sectionfooter.cc-bg-grey {
  max-width: 100%;
}

.sectionfooter.cc-bin {
  background-color: #e4abab;
}

.txt24white {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2em;
  text-decoration: none;
}

.wrap-submenue {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  flex-flow: column;
  display: flex;
}

.quick-stack-3 {
  padding: 0;
}

.quick-footer {
  padding: 2rem 0;
}

.wrap-madeby {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.cell-3 {
  justify-content: center;
  align-items: flex-start;
}

.wrap-footer-right {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.wrap-social {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  display: flex;
}

.link-block-6 {
  color: #fff;
  text-decoration: none;
}

.wrap-li {
  flex-flow: column;
  display: flex;
}

.wrap-fullscreen-media {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.wrap-media {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.quick2col {
  height: auto;
  padding: 0;
}

.image-7 {
  border-radius: 7px;
}

.wrap-block-texts-chess {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  width: 100%;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.quick-stack-4 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  padding: 0;
}

.wrap-content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  margin-left: 10%;
  margin-right: 10%;
  display: flex;
}

.cell-4, .cell-5, .cell-6 {
  justify-content: center;
  align-items: center;
}

.background-video-3 {
  border-radius: 14px;
}

.slide {
  width: auto;
  height: auto;
}

.slider {
  border-radius: 14px;
  height: auto;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.slide-2 {
  width: auto;
}

.li-text {
  line-height: 1.4em;
}

.h4bodon-contact {
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: "Bodonimoda 48 Pt", Palatino Linotype, sans-serif;
  font-size: 1.688rem;
  font-weight: 700;
  line-height: 1.2em;
}

.wrap-cta-widget {
  color: #fff;
  background-color: #0000;
  background-image: url('../images/bg1-min.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  border-radius: 14px;
  height: auto;
  margin-top: 2rem;
  margin-bottom: 20px;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.wrap-cta-widget.cc-bg2 {
  background-image: url('../images/bg2-min.png');
}

.wrap-cta-widget.cc-bg3 {
  background-image: url('../images/bg3-min.png');
  background-position: 100%;
}

.wrap-cta-widget.cc-bg4 {
  background-image: url('../images/bg4-min.png');
  background-attachment: scroll;
}

.image-8 {
  width: auto;
}

.par21bold {
  margin-bottom: 0;
  font-size: 1.313rem;
  font-weight: 600;
  line-height: 1.4em;
}

.link-block-7 {
  color: #fff;
  text-decoration: none;
}

.wrap-howtofound {
  background-color: #f4f4f4;
  border-radius: 14px;
  flex-flow: column;
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding: 3rem 10%;
  display: flex;
}

.udesly-overline-large {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
}

.udesly-display-large {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 52px;
  font-weight: 500;
  line-height: 56px;
}

.udesly-display-large.udesly-text-extrabold {
  font-size: 52px;
}

.udesly-paragraph-small {
  color: #525252;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.udesly-text-extrabold {
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 800;
}

.udesly-paragraph-large {
  color: #404040;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.udesly-column {
  width: 100%;
  position: relative;
}

.udesly-section {
  background-color: #f4f4f4;
  padding: 50px 0;
  position: relative;
}

.udesly-title-wrapper-centered {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.udesly-title-wrapper-centered.udesly-margin-bottom {
  border-bottom: 1px solid #e6e6e6;
  max-width: none;
  margin-bottom: 50px;
  padding-bottom: 50px;
}

.udesly-faq-content-wrap {
  background-color: #0000;
  width: 100%;
  max-width: 100%;
  margin-bottom: 16px;
  display: block;
  position: static;
  overflow: hidden;
}

.udesly-span-black {
  color: #171717;
}

.udesly-tab-content {
  color: #737373;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  line-height: 36px;
}

.udesly-faq-arrow {
  font-size: 1.2rem;
}

.udesly-faq-title-wrapper {
  white-space: pre-wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.udesly-faq-item {
  border-bottom: 1px solid #e6e6e6;
  padding: 16px 0 0;
  transition: all .3s;
  display: block;
}

.udesly-faq-item.udesly-last-item {
  border-bottom-style: none;
}

.udesly-faq-item-toggle {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0;
  display: flex;
}

.udeslylist-item {
  margin-bottom: 4px;
}

.udeslylist-item.udesly-last-item {
  margin-bottom: 0;
}

.udesly-list {
  color: #737373;
  margin-bottom: 0;
  padding-left: 20px;
  font-size: 14px;
  line-height: 24px;
}

.udesly-faq-title {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 24px;
}

.text-block {
  color: #072c3b;
  line-height: 1.2em;
}

.copy-map {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.link-block-8, .link-block-9 {
  color: #072c3b;
  text-decoration: none;
}

.link-block-10 {
  text-decoration: none;
}

.wrap-block-cta1, .wrap-cta-widget-content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  width: 80%;
  height: auto;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.h4bodonru {
  text-transform: uppercase;
  font-family: "Bodonimoda 48 Pt", Palatino Linotype, sans-serif;
  font-size: 1.688rem;
  font-weight: 700;
  line-height: 1.2em;
}

.h3bodonru {
  text-transform: uppercase;
  font-family: "Bodonimoda 48 Pt", Palatino Linotype, sans-serif;
  font-size: 2.125rem;
  font-weight: 700;
  line-height: 1.2em;
}

.navbar-ru {
  background-color: #fff;
  max-width: 100%;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  position: fixed;
  inset: 0% 0% auto;
}

.wrap-header-right-mob {
  display: none;
}

.sectionfooterru {
  color: #fff;
  background-color: #072c3b;
  max-width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 4.5rem 5% 2.5rem;
}

.sectionfooterru.cc-bg-grey {
  max-width: 100%;
}

.sectionfooterru.cc-bin {
  background-color: #e4abab;
}

.udesly-overline-large-2 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
}

.udesly-display-large-2 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 52px;
  font-weight: 500;
  line-height: 56px;
}

.udesly-display-large-2.udesly-text-extrabold-2 {
  font-size: 52px;
}

.udesly-text-extrabold-2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 800;
}

.udesly-paragraph-xsmall {
  color: #333;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.udesly-paragraph-large-2 {
  color: #404040;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.udesly-success-message {
  color: #157f3c;
  background-color: #f2fdf5;
  border: 1px solid #bbf7d0;
  border-radius: 6px;
}

.udesly-error-message {
  color: #dc2828;
  background-color: #fef1f1;
  border: 1px solid #fec8c8;
  border-radius: 6px;
  margin-top: 16px;
  padding: 12px 20px;
}

.udesly-column-2 {
  width: 100%;
  position: relative;
}

.udesly-submit-button {
  background-color: #171717;
  border-radius: 6px;
  flex: none;
  min-height: 40px;
  padding: 10px 16px;
  transition: all .25s ease-out;
}

.udesly-submit-button:hover {
  background-color: #171717d9;
}

.udesly-submit-button.udesly-mb-24 {
  margin-bottom: 24px;
}

.udesly-section-2 {
  background-color: #fff;
  padding: 50px 5%;
  position: relative;
}

.udesly-title-wrapper-centered-2 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.udesly-title-wrapper-centered-2.udesly-margin-bottom {
  border-bottom: 1px solid #e6e6e6;
  max-width: none;
  margin-bottom: 50px;
  padding-bottom: 50px;
}

.udesly-field-label {
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.udesly-company-info {
  color: #737373;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  position: absolute;
  inset: auto 0% 10px auto;
}

.udesly-text-fiel-contact {
  border: 1px #000;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 32px;
  padding: 10px 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.udesly-text-fiel-contact:focus {
  border-bottom-color: #141414;
}

.udesly-text-fiel-contact::placeholder {
  color: #a3a3a3;
}

.udesly-checkbox-wrapper {
  margin-bottom: 32px;
}

.udesly-textarea {
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  min-height: 155px;
  margin-bottom: 32px;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  position: relative;
}

.udesly-textarea::placeholder {
  color: #a3a3a3;
}

.udesly-checkbox-label {
  color: #737373;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.udesly-relative-block {
  position: relative;
}

.udesly-checkbox-text {
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.udesly-select-field {
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 32px;
  padding: 10px 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.udesly-select-field:focus {
  border-bottom-color: #141414;
}

.udesly-checkbox-field {
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.udesly-checkbox-field.udesly-mb-12 {
  margin-bottom: 12px;
}

.udesly-checkbox {
  border-width: 1.5px;
  border-color: #d4d4d4;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  margin-top: 0;
  margin-right: 12px;
}

.udesly-checkbox.w--redirected-checked {
  background-color: #fff;
  background-image: url('../images/Inner-Circle.svg');
  background-size: 10px 10px;
  border-color: #000;
  border-radius: 50%;
}

.udesly-form-flex {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: flex-start;
  display: flex;
}

.udesly-input {
  width: 100%;
}

.udesly-text-area {
  color: #737373;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  position: absolute;
  inset: 8px 12px auto auto;
}

.link-block-11 {
  color: #072c3b;
  text-decoration: underline;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.cell-7 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.h3soo {
  text-transform: none;
  font-family: "Bodonimoda 48 Pt", Palatino Linotype, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.2em;
}

.txt16d {
  color: #000;
  font-size: 1rem;
  line-height: 1.4em;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .section {
    margin-left: auto;
    margin-right: auto;
    padding-left: 5%;
    padding-right: 5%;
  }

  .section.cc-mb56 {
    flex-flow: row;
    display: flex;
  }

  .container {
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    display: block;
  }

  .img-p-right-10 {
    display: none;
  }

  .par-empty {
    font-size: 2.10526em;
  }

  .cc-card-mar-left20right20, .cc-card-mar-left20btn10 {
    place-content: flex-start center;
    align-items: flex-start;
  }

  .wrap-blocktitle-center {
    margin-left: 0;
    margin-right: 0;
  }

  .wrap-block-texts {
    width: auto;
    height: auto;
    padding-left: 5%;
    padding-right: 5%;
  }

  .wrap-block-texts.cc-mb24.cc-mt32 {
    margin-top: 60px;
  }

  .background-video {
    margin-left: auto;
    margin-right: auto;
    padding-left: 5%;
    padding-right: 5%;
  }

  .navbar {
    height: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
    inset: 0% 0% auto;
  }

  .wrap-header {
    justify-content: space-between;
    width: 100%;
    height: auto;
    padding-left: 0;
  }

  .wrap-header-right, .link16nav.mob {
    display: block;
  }

  .background-video-2 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .wrap-content-hero {
    margin-left: 0;
    margin-right: 0;
  }

  .wrap-content-hero2 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 5%;
    padding-right: 5%;
  }

  .h2soo {
    font-size: 1.8rem;
    font-weight: 500;
  }

  .wrap-content-top-btn2 {
    padding-top: 1rem;
  }

  .txt68 {
    font-size: 2.6rem;
  }

  .txt24white {
    font-size: 1rem;
    line-height: 1.2em;
  }

  .wrap-block-texts-chess {
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .wrap-content {
    height: auto;
    margin-left: 0;
    margin-right: 0%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .wrap-cta-widget {
    background-size: cover;
    background-attachment: scroll;
    margin-bottom: 40px;
    padding-top: 1rem;
    padding-bottom: 2rem;
  }

  .wrap-cta-widget.cc-bg2 {
    background-attachment: scroll;
  }

  .wrap-cta-widget.cc-bg4 {
    background-image: none;
  }

  .wrap-howtofound {
    margin-bottom: 3rem;
  }

  .udesly-display-large.udesly-text-extrabold {
    font-size: 32px;
    line-height: 1.2;
  }

  .udesly-section {
    padding-top: 20px;
  }

  .udesly-title-wrapper-centered {
    margin-bottom: 0;
  }

  .udesly-faq-content-wrap {
    width: 100%;
  }

  .wrap-block-cta1 {
    background-image: url('../images/bg2-min.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: auto;
    height: 220px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .wrap-cta-widget-content {
    width: auto;
    height: auto;
    padding-left: 5%;
    padding-right: 5%;
  }

  .h4bodonru {
    font-weight: 500;
  }

  .h3bodonru {
    font-size: 1.8rem;
    font-weight: 500;
  }

  .navbar-ru {
    height: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
    inset: 0% 0% auto;
  }

  .udesly-display-large-2.udesly-text-extrabold-2 {
    font-size: 32px;
    line-height: 1.2;
  }

  .udesly-title-wrapper-centered-2 {
    margin-bottom: 0;
  }

  .h3soo {
    font-size: 1.8rem;
    font-weight: 500;
  }
}

@media screen and (max-width: 767px) {
  body {
    max-width: 100%;
  }

  .txt14 {
    font-size: 14px;
  }

  .txt16 {
    font-size: 16px;
    line-height: 1.2em;
  }

  .txt18 {
    padding-right: 5%;
    font-size: 16px;
    line-height: 1.2em;
  }

  .container {
    margin-bottom: 0;
  }

  .par16 {
    font-size: 16px;
    line-height: 1.2em;
  }

  .par-empty {
    font-size: 14px;
  }

  .par24 {
    font-size: 21px;
  }

  .par21, .txt24 {
    font-size: 18px;
  }

  .txt27 {
    font-size: 21px;
  }

  .wrap-block-texts {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .wrap-block-texts.cc-mb24.cc-mt32 {
    margin-top: 60px;
  }

  .link16bold {
    font-size: 15px;
    line-height: 1.2em;
  }

  .wrap-header {
    justify-content: space-between;
    align-items: center;
    margin-right: 5%;
    padding-left: 0;
    padding-right: 0;
  }

  .background-video-2 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 5%;
    padding-right: 5%;
  }

  .h1bodon {
    font-size: 42px;
  }

  .wrap-content-hero {
    padding-bottom: 20px;
  }

  .wrap-content-hero2 {
    padding-bottom: 40px;
  }

  .h2soo {
    font-size: 32px;
  }

  .h4bodon {
    font-size: 24px;
  }

  .quick-4col-gallery {
    padding-top: 2rem;
    padding-bottom: 1rem;
  }

  .txt68 {
    font-size: 54px;
  }

  .txt24white {
    font-size: 18px;
  }

  .wrap-submenue {
    grid-column-gap: .3rem;
    grid-row-gap: .3rem;
  }

  .wrap-block-texts-chess {
    width: 100%;
  }

  .quick-stack-4 {
    margin-bottom: 0;
  }

  .wrap-content {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .h4bodon-contact {
    font-size: 27px;
  }

  .par21bold {
    font-size: 18px;
  }

  .wrap-howtofound {
    margin-bottom: 3rem;
  }

  .udesly-display-large {
    font-size: 56px;
    line-height: 64px;
  }

  .udesly-paragraph-small {
    font-size: 12px;
  }

  .wrap-block-cta1 {
    background-position: 0%;
    width: 100%;
    height: 250px;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .wrap-cta-widget-content {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    padding-left: 0;
    padding-right: 0;
  }

  .h4bodonru {
    font-size: 24px;
  }

  .h3bodonru {
    font-size: 32px;
  }

  .udesly-display-large-2 {
    font-size: 56px;
    line-height: 64px;
  }

  .udesly-form-flex {
    flex-direction: column;
  }

  .h3soo {
    font-size: 32px;
  }

  .txt16d {
    font-size: 16px;
    line-height: 1.2em;
  }
}

@media screen and (max-width: 479px) {
  body {
    max-width: 100%;
  }

  .cc-m-mb0 {
    margin-bottom: 0;
  }

  .cc-m-hide {
    display: none;
  }

  .body {
    min-width: 320px;
    max-width: 567px;
  }

  .par24 {
    line-height: 1.2em;
  }

  .quick-stack {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .wrap-blocktitle-center {
    margin-bottom: 0;
  }

  .wrap-block-texts.cc-mb24.cc-mt32 {
    margin-top: 20px;
  }

  .wrap-header {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .wrap-header-center {
    width: 200px;
  }

  .h1bodon {
    font-size: 28px;
  }

  .wrap-content-hero {
    max-width: 320px;
  }

  .h2soo {
    font-size: 24px;
  }

  .h4bodon {
    font-size: 22px;
  }

  .txt12, .txt12.w--current {
    font-size: 12px;
  }

  .txt68 {
    font-size: 30px;
  }

  .txt24white {
    font-size: 15px;
  }

  .wrap-block-texts-chess, .quick-stack-4 {
    margin-bottom: 0;
  }

  .h4bodon-contact {
    font-size: 23px;
  }

  .wrap-cta-widget {
    margin-bottom: 20px;
  }

  .wrap-cta-widget.cc-bg3 {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }

  .wrap-howtofound {
    margin-bottom: 3rem;
  }

  .udesly-display-large {
    font-size: 44px;
    line-height: 54px;
  }

  .udesly-display-large.udesly-text-extrabold {
    font-size: 28px;
  }

  .udesly-title-wrapper-centered {
    margin-bottom: 40px;
  }

  .udesly-faq-title {
    margin-right: 20px;
    font-size: 16px;
    line-height: 32px;
  }

  .wrap-block-cta1 {
    height: 320px;
  }

  .wrap-cta-widget-content {
    width: 100%;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .h3bodonru {
    font-size: 27px;
  }

  .brand {
    width: 170px;
  }

  .brand.w--current {
    width: 200px;
  }

  .udesly-display-large-2 {
    font-size: 44px;
    line-height: 54px;
  }

  .udesly-display-large-2.udesly-text-extrabold-2 {
    font-size: 28px;
  }

  .udesly-title-wrapper-centered-2 {
    margin-bottom: 40px;
  }

  .udesly-form-flex {
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .h3soo {
    font-size: 24px;
  }
}

#w-node-_1f30e384-c0ef-4704-feba-1b245408124a-71866095 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-a9e8e33b-0fa6-efc9-d573-7ebe376df5fd-71866095, #w-node-_97f88a09-8aae-77d9-7da2-70253cb2b3a5-71866095 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_8f9640b1-3fe1-a6c1-76bf-89a0a0b77f92-71866095 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-a37750b8-868b-d225-7ecd-1c2ff180208a-f1802086, #w-node-a37750b8-868b-d225-7ecd-1c2ff1802093-f1802086, #w-node-a37750b8-868b-d225-7ecd-1c2ff18020ca-f1802086, #w-node-_17e188ed-6424-2af6-5d1e-9cef03aa33cd-710df56d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_3d53f17f-ddca-6ee6-79ee-4a0cdf881c41-710df56d {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-e89cabfe-f43d-1ff7-387e-9dffdc9c2fb9-84656b92, #w-node-_2fe3583f-6793-8051-fd76-0d4a446a5431-53e3f837 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_6b49d693-23c6-4747-657b-232207985af9-dd6acfbf {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_84efffdf-65e7-b37b-5c9f-cf7bbc12773a-0cf169a1, #w-node-adc0b1f2-f898-e69c-f9ea-7d74e30c5822-0cf169a1, #w-node-_7a493fd4-8cde-0d8b-c492-4b424e3e54a6-0cf169a1, #w-node-ce765a2d-cad9-80e1-8f9c-b2d853956e64-4ecfc028 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-a74ffa25-e181-e1e1-52b3-b1809e55cc33-914fae82, #w-node-b8d57216-3f80-9aeb-3cf2-99818797fc03-963682ba, #w-node-_227508ed-8894-f735-a5a3-ad6a58a56a72-4fcc5c82, #w-node-bc163dfa-8e21-8515-7c8d-88c4d3344c6e-b59d066e, #w-node-fa0592b9-df4c-10ef-4713-6afcd6ddd412-cab85eec, #w-node-c8f068a8-4104-0280-d320-a5d34c97f584-3d462371, #w-node-_31a70649-36b6-0676-0ff2-6f384668a8af-28b76d8d, #w-node-f7efae22-6990-0efa-2491-27f728698f16-55dd10bd {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_9bb6908a-d857-0fc4-7285-fc7b341166e3-dcf67806, #w-node-_05b123da-1e4d-2e95-8fe6-862f949aac61-dcf67806, #w-node-_84efffdf-65e7-b37b-5c9f-cf7bbc12773a-17025f1e, #w-node-adc0b1f2-f898-e69c-f9ea-7d74e30c5822-17025f1e, #w-node-_73f6f514-7908-5a88-aad1-c27de1f88e67-e1f88e63, #w-node-_73f6f514-7908-5a88-aad1-c27de1f88e72-e1f88e63, #w-node-_73f6f514-7908-5a88-aad1-c27de1f88ea7-e1f88e63 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_1f30e384-c0ef-4704-feba-1b245408124a-1f511fc1, #w-node-a9e8e33b-0fa6-efc9-d573-7ebe376df5fd-1f511fc1, #w-node-_97f88a09-8aae-77d9-7da2-70253cb2b3a5-1f511fc1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_26648610-0856-63bd-117f-57419a7a6914-9a7a6914 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_47a741ef-0d84-aa89-4ee1-90be88e4977a-247cec92 {
  grid-template-rows: auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_84efffdf-65e7-b37b-5c9f-cf7bbc12773a-b8560630, #w-node-adc0b1f2-f898-e69c-f9ea-7d74e30c5822-b8560630, #w-node-_84efffdf-65e7-b37b-5c9f-cf7bbc12773a-0eab0b14, #w-node-adc0b1f2-f898-e69c-f9ea-7d74e30c5822-0eab0b14, #w-node-_84efffdf-65e7-b37b-5c9f-cf7bbc12773a-072b1864, #w-node-_84efffdf-65e7-b37b-5c9f-cf7bbc12773a-995a6e84, #w-node-adc0b1f2-f898-e69c-f9ea-7d74e30c5822-995a6e84, #w-node-_84efffdf-65e7-b37b-5c9f-cf7bbc12773a-208f7720, #w-node-adc0b1f2-f898-e69c-f9ea-7d74e30c5822-208f7720, #w-node-_84efffdf-65e7-b37b-5c9f-cf7bbc12773a-118d6e98, #w-node-adc0b1f2-f898-e69c-f9ea-7d74e30c5822-118d6e98, #w-node-_17e188ed-6424-2af6-5d1e-9cef03aa33cd-85edc50e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_756659b0-0041-1d2b-87ff-514073defe31-85edc50e {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-e89cabfe-f43d-1ff7-387e-9dffdc9c2fb9-1f52a5d7 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_84efffdf-65e7-b37b-5c9f-cf7bbc12773a-bc836bb0, #w-node-adc0b1f2-f898-e69c-f9ea-7d74e30c5822-bc836bb0, #w-node-_7a493fd4-8cde-0d8b-c492-4b424e3e54a6-bc836bb0, #w-node-_9bb6908a-d857-0fc4-7285-fc7b341166e3-f51dbf7d, #w-node-_05b123da-1e4d-2e95-8fe6-862f949aac61-f51dbf7d, #w-node-ce765a2d-cad9-80e1-8f9c-b2d853956e64-baadec02 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-a74ffa25-e181-e1e1-52b3-b1809e55cc33-c3dac0be, #w-node-b8d57216-3f80-9aeb-3cf2-99818797fc03-4b12bcbc, #w-node-_227508ed-8894-f735-a5a3-ad6a58a56a72-ceff986d, #w-node-bc163dfa-8e21-8515-7c8d-88c4d3344c6e-90cb5f59, #w-node-fa0592b9-df4c-10ef-4713-6afcd6ddd412-49fa05da, #w-node-c8f068a8-4104-0280-d320-a5d34c97f584-90cb698f, #w-node-_31a70649-36b6-0676-0ff2-6f384668a8af-0fe26d81, #w-node-f7efae22-6990-0efa-2491-27f728698f16-8b88ff44 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_2fe3583f-6793-8051-fd76-0d4a446a5431-f710df18 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  display: none;
}

#w-node-_243f6c9e-5319-cb70-86f1-a403ff41da46-f710df18 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_84efffdf-65e7-b37b-5c9f-cf7bbc12773a-ad3e95cf, #w-node-_84efffdf-65e7-b37b-5c9f-cf7bbc12773a-8b1dd651, #w-node-adc0b1f2-f898-e69c-f9ea-7d74e30c5822-8b1dd651, #w-node-_84efffdf-65e7-b37b-5c9f-cf7bbc12773a-3bea75a6, #w-node-_84efffdf-65e7-b37b-5c9f-cf7bbc12773a-485fc23b, #w-node-_84efffdf-65e7-b37b-5c9f-cf7bbc12773a-f2d4f280, #w-node-_84efffdf-65e7-b37b-5c9f-cf7bbc12773a-a0d6bb10, #w-node-_84efffdf-65e7-b37b-5c9f-cf7bbc12773a-dca50b48, #w-node-_84efffdf-65e7-b37b-5c9f-cf7bbc12773a-a1bd67c7, #w-node-_84efffdf-65e7-b37b-5c9f-cf7bbc12773a-cbb19f60, #w-node-adc0b1f2-f898-e69c-f9ea-7d74e30c5822-cbb19f60, #w-node-_84efffdf-65e7-b37b-5c9f-cf7bbc12773a-74445dbd, #w-node-adc0b1f2-f898-e69c-f9ea-7d74e30c5822-74445dbd, #w-node-_84efffdf-65e7-b37b-5c9f-cf7bbc12773a-168487e6, #w-node-adc0b1f2-f898-e69c-f9ea-7d74e30c5822-168487e6, #w-node-_84efffdf-65e7-b37b-5c9f-cf7bbc12773a-3a954a5b, #w-node-adc0b1f2-f898-e69c-f9ea-7d74e30c5822-3a954a5b, #w-node-_84efffdf-65e7-b37b-5c9f-cf7bbc12773a-61c2dd53, #w-node-_84efffdf-65e7-b37b-5c9f-cf7bbc12773a-2f61b300, #w-node-a0fc15a4-9ce4-4e21-baf1-951fd0e5b502-e1a61266, #w-node-_84efffdf-65e7-b37b-5c9f-cf7bbc12773a-a1bd099b, #w-node-_84efffdf-65e7-b37b-5c9f-cf7bbc12773a-b818f119 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_47a741ef-0d84-aa89-4ee1-90be88e4977a-f9b20906 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_84efffdf-65e7-b37b-5c9f-cf7bbc12773a-dabd108b, #w-node-_84efffdf-65e7-b37b-5c9f-cf7bbc12773a-3523c652, #w-node-adc0b1f2-f898-e69c-f9ea-7d74e30c5822-3523c652, #w-node-_7a493fd4-8cde-0d8b-c492-4b424e3e54a6-3523c652 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_8f9640b1-3fe1-a6c1-76bf-89a0a0b77f92-71866095, #w-node-_6b49d693-23c6-4747-657b-232207985af9-dd6acfbf, #w-node-_26648610-0856-63bd-117f-57419a7a6914-9a7a6914 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-_47a741ef-0d84-aa89-4ee1-90be88e4977a-247cec92, #w-node-_47a741ef-0d84-aa89-4ee1-90be88e4977a-f9b20906 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a9e8e33b-0fa6-efc9-d573-7ebe376df5fd-71866095 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_8f9640b1-3fe1-a6c1-76bf-89a0a0b77f92-71866095 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-a37750b8-868b-d225-7ecd-1c2ff180208a-f1802086 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_6b49d693-23c6-4747-657b-232207985af9-dd6acfbf {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-a74ffa25-e181-e1e1-52b3-b1809e55cc33-914fae82, #w-node-b8d57216-3f80-9aeb-3cf2-99818797fc03-963682ba, #w-node-_227508ed-8894-f735-a5a3-ad6a58a56a72-4fcc5c82, #w-node-bc163dfa-8e21-8515-7c8d-88c4d3344c6e-b59d066e, #w-node-fa0592b9-df4c-10ef-4713-6afcd6ddd412-cab85eec, #w-node-c8f068a8-4104-0280-d320-a5d34c97f584-3d462371, #w-node-_31a70649-36b6-0676-0ff2-6f384668a8af-28b76d8d, #w-node-f7efae22-6990-0efa-2491-27f728698f16-55dd10bd {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_73f6f514-7908-5a88-aad1-c27de1f88e67-e1f88e63 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_26648610-0856-63bd-117f-57419a7a6914-9a7a6914 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_47a741ef-0d84-aa89-4ee1-90be88e4977a-247cec92 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-a74ffa25-e181-e1e1-52b3-b1809e55cc33-c3dac0be, #w-node-b8d57216-3f80-9aeb-3cf2-99818797fc03-4b12bcbc, #w-node-_227508ed-8894-f735-a5a3-ad6a58a56a72-ceff986d, #w-node-bc163dfa-8e21-8515-7c8d-88c4d3344c6e-90cb5f59, #w-node-fa0592b9-df4c-10ef-4713-6afcd6ddd412-49fa05da, #w-node-c8f068a8-4104-0280-d320-a5d34c97f584-90cb698f, #w-node-_31a70649-36b6-0676-0ff2-6f384668a8af-0fe26d81, #w-node-f7efae22-6990-0efa-2491-27f728698f16-8b88ff44 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_47a741ef-0d84-aa89-4ee1-90be88e4977a-f9b20906 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_1f30e384-c0ef-4704-feba-1b245408124a-71866095 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-a9e8e33b-0fa6-efc9-d573-7ebe376df5fd-71866095, #w-node-_97f88a09-8aae-77d9-7da2-70253cb2b3a5-71866095 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_8f9640b1-3fe1-a6c1-76bf-89a0a0b77f92-71866095 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-a37750b8-868b-d225-7ecd-1c2ff1802093-f1802086, #w-node-a37750b8-868b-d225-7ecd-1c2ff18020ca-f1802086 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_17e188ed-6424-2af6-5d1e-9cef03aa33cd-710df56d, #w-node-_3d53f17f-ddca-6ee6-79ee-4a0cdf881c41-710df56d, #w-node-e89cabfe-f43d-1ff7-387e-9dffdc9c2fb9-84656b92, #w-node-_2fe3583f-6793-8051-fd76-0d4a446a5431-53e3f837 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_6b49d693-23c6-4747-657b-232207985af9-dd6acfbf {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_84efffdf-65e7-b37b-5c9f-cf7bbc12773a-0cf169a1, #w-node-adc0b1f2-f898-e69c-f9ea-7d74e30c5822-0cf169a1, #w-node-_7a493fd4-8cde-0d8b-c492-4b424e3e54a6-0cf169a1, #w-node-ce765a2d-cad9-80e1-8f9c-b2d853956e64-4ecfc028 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_73f6f514-7908-5a88-aad1-c27de1f88e72-e1f88e63, #w-node-_73f6f514-7908-5a88-aad1-c27de1f88ea7-e1f88e63 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_1f30e384-c0ef-4704-feba-1b245408124a-1f511fc1 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-a9e8e33b-0fa6-efc9-d573-7ebe376df5fd-1f511fc1, #w-node-_97f88a09-8aae-77d9-7da2-70253cb2b3a5-1f511fc1 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_26648610-0856-63bd-117f-57419a7a6914-9a7a6914 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_47a741ef-0d84-aa89-4ee1-90be88e4977a-247cec92 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_17e188ed-6424-2af6-5d1e-9cef03aa33cd-85edc50e, #w-node-_756659b0-0041-1d2b-87ff-514073defe31-85edc50e, #w-node-e89cabfe-f43d-1ff7-387e-9dffdc9c2fb9-1f52a5d7, #w-node-_2fe3583f-6793-8051-fd76-0d4a446a5431-f710df18, #w-node-_243f6c9e-5319-cb70-86f1-a403ff41da46-f710df18 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_47a741ef-0d84-aa89-4ee1-90be88e4977a-f9b20906 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Interdisplay';
  src: url('../fonts/InterDisplay-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Interdisplay';
  src: url('../fonts/InterDisplay-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Interdisplay';
  src: url('../fonts/InterDisplay-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Interdisplay';
  src: url('../fonts/InterDisplay-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bodonimoda 28 Pt';
  src: url('../fonts/BodoniModa_28pt-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bodonimoda 9 Pt';
  src: url('../fonts/BodoniModa_9pt-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bodonimoda 28 Pt';
  src: url('../fonts/BodoniModa_28pt-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bodonimoda 18 Pt';
  src: url('../fonts/BodoniModa_18pt-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Bodonimoda 48 Pt';
  src: url('../fonts/BodoniModa_48pt-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Bodonimoda 9 Pt';
  src: url('../fonts/BodoniModa_9pt-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Bodonimoda 72 Pt';
  src: url('../fonts/BodoniModa_72pt-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bodonimoda 48 Pt';
  src: url('../fonts/BodoniModa_48pt-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Interdisplay';
  src: url('../fonts/InterDisplay-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Interdisplay';
  src: url('../fonts/InterDisplay-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Interdisplay';
  src: url('../fonts/InterDisplay-ExtraLightItalic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Interdisplay';
  src: url('../fonts/InterDisplay-ThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Interdisplay';
  src: url('../fonts/InterDisplay-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}