:root {
  --black: #181918;
  --secondary: #bf9c74;
  --white: white;
  --primary: #a34f47;
  scroll-behavior: smooth;
}

.w-embed-youtubevideo {
  width: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: var(--black);
  font-family: Roboto, sans-serif;
  font-size: 1vw;
  line-height: 20px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 3.33em;
  font-style: italic;
  font-weight: 100;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5em;
  font-style: italic;
  font-weight: 100;
  line-height: 1.6;
}

p {
  margin-bottom: 0;
  font-size: 1.67em;
  font-style: italic;
  font-weight: 100;
  line-height: 1.4;
}

.page-wrap {
  font-family: Roboto, sans-serif;
  line-height: 1.6;
}

.container {
  z-index: 1;
  width: 100%;
  max-width: 97.78em;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.78em;
  padding-right: 2.78em;
  display: flex;
  position: relative;
}

.navbar-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.logo {
  height: 3.13em;
}

.navbar {
  height: 6.39em;
  border-bottom: .42em solid var(--secondary);
  background-color: var(--black);
  align-items: center;
  display: none;
}

.nav-link {
  color: var(--white);
  margin-left: 1.74em;
  font-size: 1.25em;
  font-style: italic;
  font-weight: 100;
  text-decoration: none;
}

.sticky-nav {
  z-index: 10;
  height: 5em;
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  display: none;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.sticky-nav-wrap {
  justify-content: space-between;
  align-items: center;
  display: block;
}

.label {
  color: var(--white);
  font-family: Roboto, sans-serif;
  font-size: 1.25em;
  font-style: italic;
  font-weight: 100;
}

.form {
  align-items: center;
  display: flex;
}

.form-block {
  width: 65em;
  max-width: 70em;
  margin-bottom: 0;
}

.form-fields {
  width: 50em;
  grid-column-gap: 1.67em;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-right: 1.67em;
  display: grid;
}

.form-group {
  width: 100%;
  height: 2.64em;
}

.input {
  width: 100%;
  height: 100%;
  color: var(--black);
  background-color: #e5e5e5;
  border: 0 solid #000;
  margin-bottom: 0;
  padding: 0 1em;
  font-size: 1.39em;
  font-style: italic;
  font-weight: 100;
}

.input:focus {
  border: 0 solid #000;
}

.submit-button {
  width: 100%;
  height: 100%;
  background-color: var(--primary);
  flex: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1.39em;
  font-style: italic;
  font-weight: 100;
  transition: all .25s cubic-bezier(.55, .085, .68, .53);
}

.submit-button:hover {
  background-color: var(--secondary);
}

.submit-wrap {
  height: 2.64em;
  flex: auto;
}

.header {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.header-img {
  width: 100%;
  height: 44.79em;
}

.img-fluid {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.header-lists {
  height: 100%;
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
}

.list {
  width: 26.25em;
  grid-column-gap: 16px;
  grid-row-gap: 1.39em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.list-item {
  color: var(--white);
  align-items: flex-start;
  display: flex;
}

.h-icon {
  height: 2.5em;
  margin-top: 0;
  margin-right: 1.18em;
}

.list-text {
  font-size: 1.5em;
  font-style: italic;
  font-weight: 100;
  line-height: 1.4;
}

.section {
  padding-top: 6.94em;
  padding-bottom: 6.94em;
  display: block;
  position: relative;
}

.section.bg-primary {
  background-color: var(--secondary);
}

.banner {
  background-color: var(--primary);
  padding-top: 1em;
  padding-bottom: 1em;
  display: none;
}

.banner-wrap {
  text-align: center;
}

.features {
  width: 100%;
  max-width: 72.22em;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.feature-item {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.feature-icon {
  height: 6.11em;
}

.feature-item-text {
  text-align: center;
  margin-top: 3.33em;
}

.image-wrap {
  width: 100%;
  height: 36.32em;
  display: none;
}

.section-wrap {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.block-info {
  max-width: 73.19em;
  text-align: center;
}

.grid {
  display: flex;
}

.g-image {
  width: 50%;
  height: 49.38em;
}

.g-info {
  width: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.g-info-inner {
  width: 100%;
  max-width: 36.6em;
}

.text-color-primary {
  color: var(--secondary);
}

.cards {
  z-index: 1;
  margin-top: 6.25em;
  display: flex;
  position: relative;
}

.card {
  flex-direction: column;
  flex: auto;
  align-items: center;
  display: flex;
}

.type-text {
  color: var(--white);
  font-size: 2.5em;
  font-weight: 100;
}

.text-span {
  font-family: Abhayalibre, sans-serif;
  font-weight: 700;
}

.card-image {
  width: 100%;
}

.card-info {
  width: 100%;
  padding-top: 3.06em;
}

.card-info-item {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.53em;
  display: flex;
}

.card-icon {
  height: 2.78em;
  margin-bottom: .69em;
}

.bg-block {
  width: 100%;
  height: 21.5em;
  background-color: var(--black);
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.right-arrow, .left-arrow {
  display: none;
}

.slider {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

.slide-wrap {
  height: 59.03em;
}

.slide-nav {
  justify-content: center;
  align-items: center;
  margin-top: 1em;
  display: flex;
  position: static;
}

.slide-images {
  justify-content: center;
  align-items: center;
  margin-top: 2.5em;
  display: flex;
}

.slide-link {
  width: 6.94em;
  height: 6.94em;
  margin-left: .69em;
  margin-right: .69em;
}

.footer-form {
  width: 100%;
  max-width: 79.58em;
  margin-top: 4.17em;
  margin-bottom: 0;
}

.form-grid {
  grid-column-gap: 1.39em;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 1.39em;
  display: grid;
}

.input-el {
  height: 2.99em;
}

.input-2 {
  width: 100%;
  height: 100%;
  background-color: #e5e5e5;
  border: 1px solid rgba(0, 0, 0, 0);
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 1.67em;
  font-weight: 100;
}

.input-2:focus {
  border-color: var(--secondary);
}

.textarea {
  width: 100%;
  min-height: 9em;
  background-color: #e5e5e5;
  border: 1px solid rgba(0, 0, 0, 0);
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 1.67em;
  font-weight: 100;
}

.textarea:focus {
  border-color: var(--secondary);
}

.form-bottom {
  align-items: center;
  margin-top: 1.94em;
  display: flex;
}

.submit-block {
  width: 14.79em;
  height: 3.61em;
}

.submit-button-2 {
  width: 100%;
  height: 100%;
  background-color: var(--secondary);
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1.67em;
  font-style: italic;
  font-weight: 100;
}

.checkbox-label {
  color: #b5b5b5;
  margin-bottom: 0;
  font-size: 1.39em;
  font-style: italic;
  font-weight: 100;
  text-decoration: none;
}

.checkbox {
  width: 1.94em;
  height: 1.94em;
  border-width: 2px;
  border-color: #b5b5b5;
  border-radius: 0;
  margin-top: 0;
  margin-left: 0;
  margin-right: 1.11em;
}

.checkbox.w--redirected-checked {
  background-color: var(--primary);
}

.checkbox-field {
  margin-bottom: 0;
}

.success-message {
  background-color: var(--primary);
  color: var(--white);
  padding-top: 10px;
  padding-bottom: 10px;
}

.success-message-2 {
  background-color: var(--primary);
  color: var(--white);
}

.link, .link-2, .link-3 {
  color: var(--secondary);
  text-decoration: none;
}

.section-form {
  padding-top: 6.94em;
  padding-bottom: 6.94em;
  display: block;
  position: relative;
}

.section-form.bg-primary {
  background-color: var(--secondary);
}

.heading {
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.heading-2 {
  justify-content: center;
  padding-bottom: 20px;
  display: flex;
}

.section-2 {
  padding-top: 100px;
}

.html-embed {
  display: none;
}

.heading-3 {
  color: var(--white);
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.button {
  background-color: var(--primary);
  margin-left: 20px;
  padding-left: 10px;
}

.heading-4 {
  color: var(--white);
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 60px;
  font-size: 70px;
  display: flex;
}

.section-3 {
  width: auto;
  height: auto;
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-5 {
  margin-top: 80px;
  margin-bottom: 80px;
}

.container-3 {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.banner-call {
  background-color: var(--black);
  padding-top: 1em;
  padding-bottom: 1em;
}

.button-2 {
  width: 300px;
  height: 50px;
  background-color: var(--secondary);
  text-align: center;
  object-fit: contain;
  border-radius: 11px;
  justify-content: center;
  align-items: center;
  font-size: 1.3vw;
  font-weight: 300;
  line-height: 1;
  display: flex;
  position: static;
  overflow: visible;
}

.banner-copy {
  background-color: var(--primary);
  margin-bottom: 0;
  padding-top: 2em;
  padding-bottom: 2em;
}

.img-fluid-copy {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.section-4 {
  display: none;
}

.button-3 {
  background-color: var(--secondary);
  text-align: center;
  border-radius: 11px;
  font-size: 1.5vw;
}

.sectionforma {
  padding-top: 6.94em;
  padding-bottom: 6.94em;
  display: none;
  position: relative;
}

.sectionforma.bg-primary {
  background-color: var(--secondary);
}

.section-5 {
  background-color: var(--white);
  margin-bottom: 0;
  padding-top: 20px;
}

.button-4 {
  width: 200px;
  background-color: var(--secondary);
  text-align: center;
  border-radius: 13px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 0;
  font-size: 1.2vw;
  display: flex;
}

.section-6 {
  height: 100px;
  background-color: var(--white);
  color: var(--black);
  border: 1px solid rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.section-7 {
  background-color: var(--white);
  padding-top: 20px;
  padding-bottom: 0;
}

.section-null {
  padding-top: 6.94em;
  padding-bottom: 6.94em;
  display: none;
  position: relative;
}

.section-null.bg-primary {
  background-color: var(--secondary);
}

.youtube {
  margin-bottom: 20px;
  padding-bottom: 0;
  box-shadow: 1px 1px 3px #000;
}

.youtube-2 {
  margin-bottom: 20px;
  box-shadow: 1px 1px 3px #000;
}

.html-embed-2, .html-embed-3 {
  display: block;
}

.nav-link-copy {
  color: var(--white);
  margin-left: 1.74em;
  font-size: 1.25em;
  font-style: italic;
  font-weight: 100;
  text-decoration: none;
  display: none;
}

.paragraph, .paragraph-2, .paragraph-3, .paragraph-4, .paragraph-5, .paragraph-6 {
  margin-bottom: 20px;
}

.section-copy {
  padding-top: 6.94em;
  padding-bottom: 6.94em;
  display: block;
  position: relative;
}

.section-copy.bg-primary {
  height: 50px;
  max-height: 100px;
  background-color: var(--primary);
  align-items: center;
  display: flex;
}

.heading-7 {
  color: var(--white);
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.header-2 {
  z-index: 999;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.link-block {
  color: #a2a2a2;
  align-items: center;
  margin-left: 7px;
  margin-right: 7px;
  font-weight: 200;
  text-decoration: none;
  display: flex;
}

.link-block:hover {
  color: #fff;
}

.dropdown-link {
  min-width: auto;
  color: #fff;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: 300;
}

.dropdown-link:hover, .dropdown-link.w--current {
  color: #c99903;
}

.nav-link-2 {
  color: #a2a2a2;
  padding: 5px 15px;
  font-size: 17px;
  font-weight: 300;
}

.nav-link-2:hover, .nav-link-2.w--current {
  color: #fff;
}

.div-block {
  height: 40px;
  background-color: #333232;
  padding: 6px 15px;
  display: flex;
}

.nav-menu-2 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.link-4 {
  color: #a2a2a2;
  border-left: 1px solid #a2a2a2;
  margin-left: 5px;
  padding-left: 5px;
  font-weight: 300;
  line-height: 14px;
  text-decoration: none;
}

.link-4:hover {
  color: #fff;
  border-left-color: #fff;
}

.link-4.no-border {
  border-left-style: none;
}

.link-4.no-border.active {
  color: #fff;
}

.div-block-6 {
  height: 100%;
  align-items: center;
  display: flex;
}

.text-block-2 {
  color: #a2a2a2;
  text-align: left;
  padding: 5px 15px;
  font-size: 17px;
  font-weight: 300;
}

.text-block-2:hover {
  color: #fff;
}

.paragraph-7 {
  margin-bottom: 0;
  font-weight: 300;
}

.dropdown-toggle-2 {
  padding: 0;
}

.dropdown-list {
  min-width: 210px;
  background-color: #000;
  border: 1px solid rgba(0, 0, 0, .18);
  border-radius: 4px;
  padding: 5px;
}

.dropdown-list.w--open {
  min-width: 210px;
}

.dropdown-list.max-width-260 {
  min-width: 260px;
}

.navbar-2 {
  height: auto;
  background-color: #000;
  border-bottom: 1px solid #333;
}

.div-block-7 {
  height: auto;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.container-4 {
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.icon {
  display: none;
}

.image-8 {
  margin-right: 7px;
}

.div-block-5 {
  width: 33.333%;
  justify-content: flex-end;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.div-block-4 {
  width: 66.6666%;
  justify-content: flex-end;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.div-block-8 {
  height: 40px;
  background-color: #333232;
  padding: 6px 15px;
  display: flex;
}

.nav-menu-3 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.link-5 {
  color: #a2a2a2;
  border-left: 1px solid #a2a2a2;
  margin-left: 5px;
  padding-left: 5px;
  font-weight: 300;
  line-height: 14px;
  text-decoration: none;
}

.link-5:hover {
  color: #fff;
  border-left-color: #fff;
}

.link-5.no-border {
  border-left-style: none;
}

.link-5.no-border.active {
  color: #fff;
}

.div-block-9 {
  height: 100%;
  align-items: center;
  display: flex;
}

.paragraph-8 {
  margin-bottom: 0;
  font-weight: 300;
}

.image-10 {
  margin-right: 7px;
}

.div-block-10 {
  width: 33.333%;
  justify-content: flex-end;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.div-block-11 {
  width: 66.6666%;
  justify-content: flex-end;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.paragraph-9 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 300;
  line-height: 36px;
}

.mask {
  height: 100%;
}

.div-block-12 {
  height: 100%;
  background-image: url('../images/bg-hover_1bg-hover.png'), url('../images/slider_home_2.jpg');
  background-position: 50%, 50%;
  background-size: cover, cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-12.slider1 {
  background-image: url('../images/bg-hover_1bg-hover.png'), url('../images/slider_home_1.jpg');
}

.div-block-12.slider3 {
  background-image: url('../images/bg-hover_1bg-hover.png'), url('../images/slider_home_3.jpg');
}

.slide-nav-2 {
  display: none;
}

.link-6 {
  width: 180px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border: 2px solid #d8d8d8;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
  transition: all .2s;
  display: block;
  position: static;
}

.link-6:hover {
  background-color: rgba(0, 0, 0, .2);
  border-color: #fff;
}

.slider-2 {
  height: 100vh;
}

.heading-8 {
  color: #fff;
  text-align: center;
  margin-top: 20px;
  font-size: 75px;
  font-weight: 300;
  line-height: 120%;
}

.section-8 {
  height: auto;
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .87) 50%, #000), url('../images/block-why.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding: 200px 15px;
}

.div-block-13 {
  max-width: 500px;
  min-width: auto;
}

.heading-9 {
  color: #fff;
  padding-bottom: 15px;
  font-size: 56px;
  font-weight: 300;
  line-height: 1.1em;
}

.paragraph-10 {
  color: #fff;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 300;
  line-height: 140%;
}

.paragraph-11 {
  color: #faf1bf;
  font-size: 17px;
  font-weight: 300;
  line-height: 140%;
}

.link-7 {
  width: 180px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border: 2px solid #d8d8d8;
  margin-top: 25px;
  padding: 10px;
  font-size: 15px;
  text-decoration: none;
  display: block;
  position: static;
}

.paragraph-12 {
  color: #333;
  text-align: center;
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 300;
  line-height: 120%;
}

.div-block-14 {
  padding-left: 15px;
  padding-right: 15px;
}

.checkbox-label-2 {
  color: #a2a2a2;
  margin-bottom: 0;
}

.heading-10 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 300;
  line-height: 35px;
}

.form-3 {
  display: block;
}

.checkbox-field-2 {
  color: #a2a2a2;
  margin-bottom: 0;
}

.div-block-15 {
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.submit-button-3 {
  color: #a2a2a2;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #a2a2a2;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 14px 35px;
  transition: all .2s;
  display: block;
}

.submit-button-3:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, .2);
}

.form-block-2 {
  max-width: 980px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.div-block-16 {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}

.text-field {
  width: 100%;
  height: 58px;
  color: #555;
  background-color: #fff;
  border: 1px solid #ccc;
  margin-bottom: 0;
  transition: all .2s;
}

.text-field:focus {
  border-color: #66afe9;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, .08);
}

.div-block-17 {
  width: 25%;
  margin-left: 15px;
  margin-right: 15px;
  padding-left: 0;
  padding-right: 0;
}

.div-block-17.md-2 {
  width: 16.6666%;
}

.link-8 {
  color: #000;
  font-weight: 300;
}

.section-9 {
  padding-top: 65px;
  padding-bottom: 140px;
}

.div-block-18 {
  width: 50%;
  position: relative;
}

.div-block-18.last-order {
  order: 1;
}

.paragraph-13 {
  color: #4c4c4c;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
}

.image-11 {
  width: 100%;
  display: inline-block;
}

.image-12 {
  width: 100%;
}

.div-block-19 {
  align-items: flex-start;
  display: flex;
}

.div-block-19.margin-70 {
  margin-top: 70px;
  margin-bottom: 70px;
}

.section-10 {
  background-color: #f5f7f6;
  padding-top: 70px;
  padding-bottom: 70px;
}

.div-block-20 {
  width: 50%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.lightbox-link {
  width: 100%;
}

.div-block-21 {
  text-align: left;
  background-color: #fff;
  margin-top: 60px;
  margin-left: -300px;
  padding: 40px 40px 40px 330px;
}

.div-block-21.last-order {
  margin-top: 40px;
  margin-left: 0;
  margin-right: -300px;
  padding-left: 40px;
  padding-right: 320px;
}

.heading-11 {
  color: #4c4c4c;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 400;
  line-height: 33px;
}

.paragraph-14 {
  color: #4c4c4c;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 300;
  line-height: 22px;
}

.section-11 {
  height: 650px;
}

.section-12 {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.paragraph-15 {
  color: #2a2a2a;
  margin-bottom: 15px;
  font-size: 17px;
  font-weight: 300;
  line-height: 24px;
}

.div-block-22 {
  text-align: center;
  padding: 20px;
}

.image-13 {
  width: 100%;
  transition: all .5s;
}

.image-13:hover {
  filter: grayscale();
}

.text-span-2 {
  font-size: 30px;
}

.grid-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.heading-12 {
  color: #2a2a2a;
  text-align: center;
  border-bottom: 1px solid #2a2a2a;
  margin: 0 20px 25px;
  padding: 20px 0 10px;
  font-size: 25px;
  font-weight: 300;
  line-height: 22px;
}

.link-9 {
  width: 180px;
  color: #a2a2a2;
  text-transform: uppercase;
  border: 1px solid #d8d8d8;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 7px;
  text-decoration: none;
  transition: all .2s;
  display: block;
}

.link-9:hover {
  color: #2a2a2a;
  border-color: #2a2a2a;
}

.image-14 {
  padding-bottom: 10px;
}

.link-block-3 {
  width: 100%;
  display: block;
}

.image-15 {
  padding-bottom: 10px;
}

.section-13 {
  background-color: #f4f7f6;
  padding-top: 40px;
  padding-bottom: 40px;
}

.div-block-23 {
  max-width: 780px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.heading-13 {
  color: #000;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 300;
  line-height: 1.1em;
}

.paragraph-16 {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 120%;
}

.link-10 {
  color: #4b4b4b;
  text-transform: uppercase;
  border: 1px solid #2a2a2a;
  margin-top: 25px;
  padding: 14px 35px;
  font-weight: 300;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

.link-10:hover {
  background-color: rgba(0, 0, 0, .2);
}

.section-14 {
  padding: 35px 15px;
}

.div-block-24 {
  text-align: center;
}

.image-16 {
  padding-left: 10px;
  padding-right: 10px;
}

.link-11 {
  color: #a2a2a2;
  text-transform: uppercase;
  border: 1px solid #a2a2a2;
  margin-bottom: 0;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 300;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

.link-11:hover {
  color: #fff;
  border-color: #fff;
}

.submit-button-4 {
  color: #fff;
  text-transform: uppercase;
  background-color: #000;
  border: 1px solid #fff;
  padding: 10px 35px;
  transition: all .2s;
}

.submit-button-4:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.paragraph-17 {
  color: #a2a2a2;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
}

.checkbox-label-3 {
  color: #a2a2a2;
  margin-bottom: 0;
}

.form-block-3 {
  margin-bottom: 0;
  display: none;
}

.link-12 {
  color: #fff;
  font-weight: 300;
  text-decoration: none;
}

.link-12:hover {
  text-decoration: underline;
}

.div-block-26 {
  padding: 15px 15px 10px;
}

.image-17 {
  width: auto;
  margin-top: 5px;
  margin-right: 10px;
}

.div-block-27 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr 1.25fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-form-filed {
  height: 34px;
  color: #a2a2a2;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-bottom: 1px solid #7d7d7d;
  margin-bottom: 15px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 17px;
  font-weight: 300;
  transition: all .2s;
}

.link-block-4, .link-block-4.w--current {
  margin-bottom: 15px;
}

.link-block-5 {
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 0;
  padding-right: 0;
}

.link-13 {
  color: #a2a2a2;
  text-decoration: none;
}

.div-block-28 {
  margin-top: 30px;
}

.div-block-30 {
  color: #a2a2a2;
  align-items: flex-start;
  margin-bottom: 10px;
  margin-right: 0;
  text-decoration: none;
  display: flex;
}

.div-block-30.footer-link {
  margin-bottom: 20px;
}

.div-block-30.footer-link:hover {
  text-decoration: underline;
}

.div-block-33 {
  background-image: url('../images/footer.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 55px;
  padding-bottom: 50px;
}

.div-block-25 {
  padding-bottom: 15px;
}

.paragraph-18 {
  color: #2a2a2a;
  text-align: center;
}

.heading-14 {
  color: #fff;
  margin-top: 10px;
  padding-bottom: 27px;
  font-size: 33px;
  font-weight: 300;
  line-height: 36px;
}

.checkbox-field-3 {
  margin-bottom: 10px;
}

.heading-15 {
  color: #fff;
  margin-top: 10px;
  padding-bottom: 16px;
  font-size: 33px;
  font-weight: 300;
  line-height: 33px;
  display: none;
}

.link-block-6 {
  color: #a2a2a2;
  align-items: center;
  margin-left: 7px;
  margin-right: 7px;
  font-weight: 200;
  text-decoration: none;
  display: flex;
}

.link-block-6:hover {
  color: #fff;
}

.div-block-34 {
  height: 40px;
  background-color: #333232;
  padding: 6px 15px;
  display: flex;
}

.nav-menu-4 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.link-14 {
  color: #a2a2a2;
  border-left: 1px solid #a2a2a2;
  margin-left: 5px;
  padding-left: 5px;
  font-weight: 300;
  line-height: 14px;
  text-decoration: none;
}

.link-14:hover {
  color: #fff;
  border-left-color: #fff;
}

.link-14.active {
  color: #fff;
}

.link-14.no-border {
  border-left-style: none;
}

.div-block-35 {
  height: 100%;
  align-items: center;
  display: flex;
}

.paragraph-19 {
  margin-bottom: 0;
  font-weight: 300;
}

.div-block-36 {
  height: auto;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.icon-4 {
  display: none;
}

.container-5 {
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
}

.div-block-37 {
  width: 33.333%;
  justify-content: flex-end;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.div-block-38 {
  width: 66.6666%;
  justify-content: flex-end;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.list-text-copy {
  font-size: 12px;
  font-style: italic;
  font-weight: 100;
  line-height: 1.4;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 10px;
  }

  h2 {
    font-size: 3.2em;
  }

  p {
    font-size: 1.8em;
  }

  .container {
    padding-left: 4em;
    padding-right: 4em;
  }

  .logo {
    height: 4.8em;
  }

  .navbar {
    height: 8em;
  }

  .nav-link {
    margin-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.8em;
    display: block;
  }

  .sticky-nav {
    height: auto;
  }

  .sticky-nav-wrap {
    flex-direction: column;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .label {
    font-size: 16px;
  }

  .form-block {
    width: 100%;
    max-width: none;
    margin-top: 1em;
  }

  .form-group {
    height: 40px;
    font-size: 14px;
  }

  .submit-button {
    font-size: 16px;
  }

  .submit-wrap {
    height: 40px;
  }

  .list-text {
    font-size: 1.6em;
  }

  .section {
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .feature-icon {
    height: 6em;
  }

  .feature-item-text {
    margin-top: 2em;
  }

  .heading-block {
    text-align: center;
  }

  .slide-wrap {
    height: 40em;
  }

  .input-el {
    height: 4.8em;
  }

  .input-2 {
    font-size: 1.6em;
    font-weight: 700;
  }

  .form-bottom {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 2em;
  }

  .submit-block {
    width: 16em;
    height: 4em;
  }

  .submit-button-2, .checkbox-label {
    font-size: 1.6em;
  }

  .checkbox {
    width: 2.4em;
    height: 2.4em;
  }

  .checkbox-field {
    order: -1;
    margin-bottom: 2em;
    padding-left: 0;
  }

  .menu-button {
    color: var(--white);
    padding: 2px;
    font-size: 35px;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu {
    border-top: 2px solid var(--secondary);
    background-color: var(--black);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 4em;
    padding-bottom: 4em;
    display: flex;
  }

  .section-form {
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .heading-4 {
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .section-3 {
    padding-right: 0;
    display: block;
  }

  .container-3 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .button-2 {
    width: 250px;
    align-items: center;
    font-size: 3vw;
  }

  .button-3 {
    font-size: 2vw;
  }

  .sectionforma {
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .button-4 {
    text-align: center;
    font-size: 2vw;
  }

  .section-7 {
    padding-bottom: 0;
  }

  .section-null {
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .nav-link-copy {
    margin-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.8em;
    display: block;
  }

  .section-copy {
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .nav-link-2, .text-block-2 {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px;
  }

  .image-7, .image-9 {
    width: 50px;
  }

  .div-block-14 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-15 {
    margin-bottom: 0;
    display: block;
  }

  .div-block-17 {
    width: 100%;
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-17.md-2, .div-block-18 {
    width: 100%;
  }

  .div-block-19 {
    display: block;
  }

  .div-block-20 {
    width: 100%;
  }

  .div-block-21 {
    margin-top: 20px;
    margin-left: 0;
    padding-left: 40px;
  }

  .heading-12 {
    font-size: 18px;
  }

  .div-block-27 {
    grid-template-columns: 1fr 1fr;
  }

  .image-18 {
    width: 50px;
  }

  .list-text-copy {
    font-size: 1.6em;
  }
}

@media screen and (max-width: 767px) {
  .sticky-nav {
    display: none;
  }

  .header-img {
    height: 50em;
  }

  .grid {
    flex-direction: column;
  }

  .g-image {
    width: 100%;
    height: 40em;
  }

  .g-info {
    width: 100%;
  }

  .g-info-inner {
    max-width: none;
    padding: 4em;
  }

  .cards {
    flex-direction: column;
  }

  .card {
    margin-bottom: 4em;
  }

  .type-text {
    color: var(--black);
  }

  .card-icon {
    height: 3.4em;
    margin-bottom: 1em;
  }

  .bg-block {
    height: 15em;
  }

  .slide-images {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 2em;
    padding-right: 2em;
    display: grid;
  }

  .slide-link {
    width: 100%;
    height: 8em;
    margin-left: 0;
    margin-right: 0;
  }

  .checkbox {
    min-width: 2.4em;
    margin-right: 1.4em;
  }

  .checkbox-field {
    display: flex;
  }

  .heading-4 {
    justify-content: flex-start;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .section-3 {
    padding-right: 0;
    display: block;
  }

  .heading-5 {
    margin-left: 20px;
  }

  .column {
    padding-left: 140px;
  }

  .column-2 {
    padding-left: 160px;
  }

  .column-3 {
    padding-left: 140px;
  }

  .column-4 {
    padding-left: 160px;
  }

  .container-2 {
    padding-left: 40px;
    display: inline-block;
  }

  .column-5 {
    padding-left: 140px;
  }

  .column-6, .column-7, .column-8 {
    padding-left: 160px;
  }

  .image-5, .image-6 {
    padding-left: 10px;
  }

  .heading-6 {
    padding-left: 20px;
  }

  .container-3 {
    padding-right: 0;
  }

  .button-2 {
    width: 200px;
    height: 30px;
    font-size: 3vw;
  }

  .button-3 {
    font-size: 4vw;
  }

  .button-4 {
    font-size: 3vw;
  }

  .section-7 {
    padding-bottom: 0;
  }

  .dropdown-link {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link-2 {
    padding: 10px 0;
    font-size: 17px;
  }

  .dropdown {
    width: 100%;
  }

  .nav-menu-2 {
    background-color: #000;
    border: 1px solid #000;
    margin-left: 15px;
    margin-right: 15px;
    padding: 15px;
  }

  .text-block-2 {
    padding: 10px 0;
    font-size: 17px;
  }

  .menu-button-2 {
    padding: 4px 8px;
  }

  .menu-button-2.w--open {
    background-color: #ddd;
    border-radius: 4px;
  }

  .dropdown-list.w--open {
    padding: 0;
    position: static;
  }

  .div-block-5 {
    width: 100%;
  }

  .icon-2 {
    color: #888;
    border-radius: 0;
    padding: 0;
  }

  .div-block-4 {
    display: none;
  }

  .nav-menu-3 {
    background-color: #000;
    border: 1px solid #000;
    margin-left: 15px;
    margin-right: 15px;
    padding: 15px;
  }

  .menu-button-3 {
    padding: 4px 8px;
  }

  .menu-button-3.w--open {
    background-color: #ddd;
    border-radius: 4px;
  }

  .div-block-10 {
    width: 100%;
  }

  .icon-3 {
    color: #888;
    border-radius: 0;
    padding: 0;
  }

  .div-block-11 {
    display: none;
  }

  .heading-8 {
    font-size: 45px;
  }

  .section-8 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .form-block-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-19.margin-70 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .section-10 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-21.last-order {
    margin-top: 20px;
    margin-right: 0;
    padding-right: 40px;
  }

  .grid-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .image-16 {
    width: 100px;
  }

  .submit-button-4 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .image-17 {
    display: none;
  }

  .div-block-27 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .div-block-29 {
    text-align: center;
  }

  .div-block-30 {
    justify-content: center;
  }

  .div-block-31, .div-block-32 {
    text-align: center;
  }

  .heading-14 {
    padding-bottom: 16px;
  }

  .checkbox-field-3 {
    display: inline-block;
  }

  .heading-15 {
    text-align: center;
  }

  .nav-menu-4 {
    background-color: #000;
    border: 1px solid #000;
    margin-left: 15px;
    margin-right: 15px;
    padding: 15px;
  }

  .menu-button-4 {
    padding: 4px 8px;
  }

  .menu-button-4.w--open {
    background-color: #ddd;
    border-radius: 4px;
  }

  .div-block-37 {
    width: 100%;
  }

  .div-block-38 {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 2.8em;
  }

  h3 {
    font-size: 2em;
  }

  .container {
    padding-left: 2em;
    padding-right: 2em;
  }

  .logo {
    height: 3.6em;
  }

  .header {
    grid-row-gap: 0px;
    flex-direction: column;
    display: flex;
  }

  .header-img {
    height: 35em;
  }

  .header-lists {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .features {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: start;
    display: grid;
  }

  .g-info-inner {
    padding-left: 2em;
    padding-right: 2em;
  }

  .slide-wrap {
    height: 30em;
  }

  .slide-images {
    grid-column-gap: 4px;
    grid-row-gap: 10px;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .submit-block {
    width: 100%;
  }

  .heading {
    padding-left: 40px;
  }

  .heading-4 {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .section-3 {
    justify-content: flex-start;
    align-items: center;
    padding-right: 0;
    display: flex;
  }

  .heading-5 {
    padding-left: 20px;
  }

  .image {
    margin-left: 20px;
    display: block;
  }

  .image-2, .image-3, .image-4, .image-5 {
    margin-left: 20px;
  }

  .column {
    padding-left: 20px;
  }

  .column-2 {
    padding-left: 40px;
  }

  .column-3 {
    padding-left: 20px;
  }

  .column-4, .column-5, .column-6, .column-7, .column-8 {
    padding-left: 40px;
  }

  .button-2 {
    width: 150px;
    height: 30px;
    font-size: 4vw;
  }

  .button-3 {
    font-size: 5vw;
  }

  .button-4 {
    width: 150px;
    font-size: 3vw;
  }

  .section-7 {
    padding-bottom: 0;
  }

  .div-block-12 {
    align-items: flex-start;
    padding-top: 150px;
  }

  .section-8 {
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(to top, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/block-why.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .heading-9 {
    font-size: 41px;
  }

  .form-block-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-13 {
    margin-bottom: 0;
  }

  .div-block-21 {
    padding: 30px;
  }

  .div-block-21.last-order {
    padding-left: 30px;
    padding-right: 30px;
  }

  .section-14 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

#w-node-_00a3d194-8711-4527-338b-53e4483c5b87-b968a8a1, #w-node-_27215b47-b3ee-e68b-1d3b-4792f1145f0f-b968a8a1, #w-node-_1ca940cc-55c3-3aa5-67aa-b07378d389eb-b968a8a1, #w-node-_046f457f-2964-a419-c422-d5a93af0352c-b968a8a1, #w-node-_593482e9-5fa1-4d78-6e85-071443a73a7a-b968a8a1, #w-node-_5115f398-e4ec-8854-a2f4-47efb083b70c-b968a8a1, #w-node-_09b5a8d7-92f8-3018-7df0-3e3e98d5cf6e-b968a8a1, #w-node-_21b91fa6-d6aa-56dc-51cf-547a7c7fad07-b968a8a1, #w-node-_47c5aa64-775d-249b-890d-167dc3c79894-b968a8a1, #w-node-_47c5aa64-775d-249b-890d-167dc3c79896-b968a8a1, #w-node-_00a3d194-8711-4527-338b-53e4483c5b87-116166d8, #w-node-_27215b47-b3ee-e68b-1d3b-4792f1145f0f-116166d8, #w-node-_1ca940cc-55c3-3aa5-67aa-b07378d389eb-116166d8, #w-node-_046f457f-2964-a419-c422-d5a93af0352c-116166d8, #w-node-_593482e9-5fa1-4d78-6e85-071443a73a7a-116166d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f203262-79e7-2069-e08f-fbeab5f0d36f-116166d8 {
  align-self: center;
  justify-self: start;
}

#w-node-_09b5a8d7-92f8-3018-7df0-3e3e98d5cf6e-116166d8, #w-node-_21b91fa6-d6aa-56dc-51cf-547a7c7fad07-116166d8, #w-node-_47c5aa64-775d-249b-890d-167dc3c79894-116166d8, #w-node-_47c5aa64-775d-249b-890d-167dc3c79896-116166d8, #w-node-_00a3d194-8711-4527-338b-53e4483c5b87-d3b9bb3c, #w-node-_27215b47-b3ee-e68b-1d3b-4792f1145f0f-d3b9bb3c, #w-node-_1ca940cc-55c3-3aa5-67aa-b07378d389eb-d3b9bb3c, #w-node-_046f457f-2964-a419-c422-d5a93af0352c-d3b9bb3c, #w-node-_593482e9-5fa1-4d78-6e85-071443a73a7a-d3b9bb3c, #w-node-_09b5a8d7-92f8-3018-7df0-3e3e98d5cf6e-d3b9bb3c, #w-node-_21b91fa6-d6aa-56dc-51cf-547a7c7fad07-d3b9bb3c, #w-node-_47c5aa64-775d-249b-890d-167dc3c79894-d3b9bb3c, #w-node-_47c5aa64-775d-249b-890d-167dc3c79896-d3b9bb3c, #w-node-_00a3d194-8711-4527-338b-53e4483c5b87-12f75dfe, #w-node-_27215b47-b3ee-e68b-1d3b-4792f1145f0f-12f75dfe, #w-node-_1ca940cc-55c3-3aa5-67aa-b07378d389eb-12f75dfe, #w-node-_046f457f-2964-a419-c422-d5a93af0352c-12f75dfe, #w-node-_593482e9-5fa1-4d78-6e85-071443a73a7a-12f75dfe, #w-node-_5115f398-e4ec-8854-a2f4-47efb083b70c-12f75dfe, #w-node-_09b5a8d7-92f8-3018-7df0-3e3e98d5cf6e-12f75dfe, #w-node-_21b91fa6-d6aa-56dc-51cf-547a7c7fad07-12f75dfe, #w-node-_47c5aa64-775d-249b-890d-167dc3c79894-12f75dfe, #w-node-_47c5aa64-775d-249b-890d-167dc3c79896-12f75dfe, #w-node-_00a3d194-8711-4527-338b-53e4483c5b87-79bc8b01, #w-node-_27215b47-b3ee-e68b-1d3b-4792f1145f0f-79bc8b01, #w-node-_1ca940cc-55c3-3aa5-67aa-b07378d389eb-79bc8b01, #w-node-_046f457f-2964-a419-c422-d5a93af0352c-79bc8b01, #w-node-_593482e9-5fa1-4d78-6e85-071443a73a7a-79bc8b01, #w-node-_5115f398-e4ec-8854-a2f4-47efb083b70c-79bc8b01, #w-node-_09b5a8d7-92f8-3018-7df0-3e3e98d5cf6e-79bc8b01, #w-node-_21b91fa6-d6aa-56dc-51cf-547a7c7fad07-79bc8b01, #w-node-_47c5aa64-775d-249b-890d-167dc3c79894-79bc8b01, #w-node-_47c5aa64-775d-249b-890d-167dc3c79896-79bc8b01, #w-node-_00a3d194-8711-4527-338b-53e4483c5b87-42fa053a, #w-node-_27215b47-b3ee-e68b-1d3b-4792f1145f0f-42fa053a, #w-node-_1ca940cc-55c3-3aa5-67aa-b07378d389eb-42fa053a, #w-node-_046f457f-2964-a419-c422-d5a93af0352c-42fa053a, #w-node-_593482e9-5fa1-4d78-6e85-071443a73a7a-42fa053a, #w-node-_5115f398-e4ec-8854-a2f4-47efb083b70c-42fa053a, #w-node-_09b5a8d7-92f8-3018-7df0-3e3e98d5cf6e-42fa053a, #w-node-_21b91fa6-d6aa-56dc-51cf-547a7c7fad07-42fa053a, #w-node-_47c5aa64-775d-249b-890d-167dc3c79894-42fa053a, #w-node-_47c5aa64-775d-249b-890d-167dc3c79896-42fa053a, #w-node-_00a3d194-8711-4527-338b-53e4483c5b87-6de37773, #w-node-_27215b47-b3ee-e68b-1d3b-4792f1145f0f-6de37773, #w-node-_1ca940cc-55c3-3aa5-67aa-b07378d389eb-6de37773, #w-node-_046f457f-2964-a419-c422-d5a93af0352c-6de37773, #w-node-_593482e9-5fa1-4d78-6e85-071443a73a7a-6de37773 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f203262-79e7-2069-e08f-fbeab5f0d36f-6de37773 {
  align-self: center;
  justify-self: start;
}

#w-node-_09b5a8d7-92f8-3018-7df0-3e3e98d5cf6e-6de37773, #w-node-_21b91fa6-d6aa-56dc-51cf-547a7c7fad07-6de37773, #w-node-_47c5aa64-775d-249b-890d-167dc3c79894-6de37773, #w-node-_47c5aa64-775d-249b-890d-167dc3c79896-6de37773, #w-node-_00a3d194-8711-4527-338b-53e4483c5b87-4000a3b2, #w-node-_27215b47-b3ee-e68b-1d3b-4792f1145f0f-4000a3b2, #w-node-_1ca940cc-55c3-3aa5-67aa-b07378d389eb-4000a3b2, #w-node-_046f457f-2964-a419-c422-d5a93af0352c-4000a3b2, #w-node-_593482e9-5fa1-4d78-6e85-071443a73a7a-4000a3b2, #w-node-_5115f398-e4ec-8854-a2f4-47efb083b70c-4000a3b2, #w-node-_09b5a8d7-92f8-3018-7df0-3e3e98d5cf6e-4000a3b2, #w-node-_21b91fa6-d6aa-56dc-51cf-547a7c7fad07-4000a3b2, #w-node-_47c5aa64-775d-249b-890d-167dc3c79894-4000a3b2, #w-node-_47c5aa64-775d-249b-890d-167dc3c79896-4000a3b2, #w-node-_00a3d194-8711-4527-338b-53e4483c5b87-9a60e6b5, #w-node-_27215b47-b3ee-e68b-1d3b-4792f1145f0f-9a60e6b5, #w-node-_1ca940cc-55c3-3aa5-67aa-b07378d389eb-9a60e6b5, #w-node-_046f457f-2964-a419-c422-d5a93af0352c-9a60e6b5, #w-node-_593482e9-5fa1-4d78-6e85-071443a73a7a-9a60e6b5, #w-node-_5115f398-e4ec-8854-a2f4-47efb083b70c-9a60e6b5, #w-node-_09b5a8d7-92f8-3018-7df0-3e3e98d5cf6e-9a60e6b5, #w-node-_21b91fa6-d6aa-56dc-51cf-547a7c7fad07-9a60e6b5, #w-node-_47c5aa64-775d-249b-890d-167dc3c79894-9a60e6b5, #w-node-_47c5aa64-775d-249b-890d-167dc3c79896-9a60e6b5, #w-node-_00a3d194-8711-4527-338b-53e4483c5b87-dba22a8b, #w-node-_27215b47-b3ee-e68b-1d3b-4792f1145f0f-dba22a8b, #w-node-_1ca940cc-55c3-3aa5-67aa-b07378d389eb-dba22a8b, #w-node-_046f457f-2964-a419-c422-d5a93af0352c-dba22a8b, #w-node-_593482e9-5fa1-4d78-6e85-071443a73a7a-dba22a8b, #w-node-_5115f398-e4ec-8854-a2f4-47efb083b70c-dba22a8b, #w-node-_09b5a8d7-92f8-3018-7df0-3e3e98d5cf6e-dba22a8b, #w-node-_21b91fa6-d6aa-56dc-51cf-547a7c7fad07-dba22a8b, #w-node-_47c5aa64-775d-249b-890d-167dc3c79894-dba22a8b, #w-node-_47c5aa64-775d-249b-890d-167dc3c79896-dba22a8b, #w-node-_9ce3815c-8200-eda9-9dc9-c24034adcc1e-c16cef91, #w-node-_9ce3815c-8200-eda9-9dc9-c24034adcc2e-c16cef91, #w-node-_9ce3815c-8200-eda9-9dc9-c24034adcc3e-c16cef91 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_000d601a-46b1-e6fa-8cd4-adc95df98ff9-c16cef91 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_000d601a-46b1-e6fa-8cd4-adc95df98fc9-c16cef91, #w-node-_000d601a-46b1-e6fa-8cd4-adc95df98fed-c16cef91 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Abhayalibre';
  src: url('../fonts/AbhayaLibre-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}