:root {
  --d16b3e: #d16b3e;
  --white: white;
  --black: black;
  --stroke: #ececec;
}

.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;
}

body {
  color: #1a1b1f;
  font-family: Gilroy, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

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

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: var(--d16b3e);
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figcaption {
  opacity: 1;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.section {
  margin-left: 30px;
  margin-right: 30px;
}

.section.cc-cta {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
}

.button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button:hover {
  color: #fff;
  background-color: #32343a;
}

.button:active {
  background-color: #43464d;
}

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-contact-us {
  z-index: 5;
  position: relative;
}

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: rgba(255, 255, 255, .8);
}

.button.cc-white-button:active {
  background-color: rgba(255, 255, 255, .9);
}

.heading-jumbo {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 64px;
  line-height: 80px;
}

.heading-jumbo-small {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.menu {
  z-index: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.navigation-wrap {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.navigation {
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  padding: 30px 50px;
  display: flex;
}

.navigation-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: .9;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.logo-image {
  display: block;
}

.navigation-items {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.webflow-link {
  opacity: .5;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.cta-text {
  width: 70%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.cta-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 110px;
  padding-bottom: 120px;
  display: flex;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::-ms-input-placeholder {
  color: rgba(50, 52, 58, .4);
}

.text-field::placeholder {
  color: rgba(50, 52, 58, .4);
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

._404-wrap {
  width: 100%;
  height: 100%;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.button-2 {
  height: 50px;
  color: #fff;
  text-transform: none;
  background-color: #d16b3e;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  padding: 12px 48px 10px;
  font-weight: 600;
  line-height: 24px;
  display: flex;
}

.button-2:hover {
  color: #fff;
  background-color: #b35329;
}

.button-2.border-or {
  border: 1px solid var(--d16b3e);
  text-transform: none;
  background-color: rgba(209, 107, 62, 0);
  font-size: 14px;
}

.button-2.border-or:hover {
  background-color: rgba(209, 107, 62, .14);
}

.button-2.border-or.text-or {
  color: var(--d16b3e);
  font-size: 14px;
}

.button-2.border-or.text-or.absolute {
  position: absolute;
  top: auto;
  bottom: 10px;
  left: auto;
  right: 0%;
}

.button-2.google {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  color: #000;
  background-color: #fff;
  border: 1px solid #c4c4c4;
  padding-left: 17px;
  padding-right: 17px;
  text-decoration: none;
}

.button-2.google:hover {
  border-color: var(--d16b3e);
  background-color: rgba(209, 107, 62, .1);
}

.brand {
  width: 188px;
  align-items: center;
  margin-right: auto;
  display: flex;
}

.div-block-92 {
  z-index: 3;
  width: 100%;
  height: 2px;
  flex-direction: row;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.line {
  width: 100%;
  height: 100%;
}

.line._4 {
  background-color: #7bb863;
}

.line._2 {
  background-color: #d16b3e;
}

.line._3 {
  background-color: #587e74;
}

.line._1 {
  background-color: #bcc74b;
}

.container-2 {
  width: 1200px;
  height: 93px;
  max-width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar {
  background-color: #171b1f;
  padding-left: 20px;
  padding-right: 20px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.image {
  width: 100%;
}

.section-2 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 25px 20px 100px;
  display: flex;
  overflow: hidden;
}

.section-2.head {
  height: 100vh;
}

.section-2.head.all-light {
  height: auto;
  background-image: url('../images/Frame-416.png');
  background-position: 50% 100%;
  background-size: cover;
  padding-top: 170px;
  padding-bottom: 25px;
  overflow: visible;
}

.section-2.head.all-light.finale {
  height: 100vh;
  padding-top: 50px;
  padding-bottom: 50px;
}

.section-2.mar-up {
  padding-top: 66px;
}

.content {
  z-index: 1;
  width: 1200px;
  max-width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
  position: relative;
}

.content.small {
  align-items: center;
}

.content.horizont {
  flex-direction: row;
  justify-content: space-between;
}

.div-block-93 {
  width: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.step-text {
  font-weight: 500;
}

.step-text.select {
  color: var(--d16b3e);
  font-weight: 700;
}

.step-text.opas {
  opacity: .4;
}

.line-step {
  width: 15px;
  height: 1px;
  background-color: #171b1f;
}

.line-step.opas {
  opacity: .3;
}

.steps-blok {
  width: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.link-block {
  background-color: var(--white);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 10px 14px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.link-block.shadow {
  box-shadow: 10px 14px 40px rgba(0, 0, 0, .07);
}

.link-block.shadow.absolute {
  position: absolute;
  top: auto;
  bottom: auto;
  left: 0%;
  right: auto;
}

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

.heading {
  color: var(--d16b3e);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
}

.heading.accent {
  background-color: var(--d16b3e);
  color: var(--white);
  border-radius: 10px;
  padding: 10px 30px;
}

.heading.black {
  color: var(--black);
  text-align: center;
  font-size: 54px;
}

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

.head-div {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.head-div.vert {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
}

.div-block-95 {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-96 {
  width: 100%;
  border: 1px solid var(--d16b3e);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 40px 100px;
  display: flex;
}

.div-block-96.shadow {
  background-color: var(--white);
  padding: 30px 160px;
  box-shadow: 10px 14px 40px rgba(0, 0, 0, .07);
}

.div-block-96.shadow.wert {
  flex-direction: column;
}

.heading-2 {
  max-width: 800px;
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  line-height: 34px;
}

.div-block-97 {
  width: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.image-2, .image-3 {
  width: 105px;
}

.sape-side {
  width: 100%;
  display: flex;
}

.sape-side._2 {
  justify-content: flex-end;
}

.shape {
  width: 630px;
  max-width: 70%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid var(--stroke);
  background-color: var(--white);
  text-align: center;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
  box-shadow: 10px 14px 40px rgba(0, 0, 0, .07);
}

.shape.form {
  width: 100%;
  max-width: none;
  text-align: left;
  background-color: #f8f8f8;
  align-items: flex-start;
}

.shape.form.finale {
  width: 1000px;
  max-width: 100%;
  text-align: center;
  align-items: center;
}

.shape.second-stule {
  width: 100%;
  max-width: none;
}

.shape.left {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 0;
  overflow: hidden;
}

.text-block {
  padding-top: 10px;
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
}

.text-block.bold {
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 700;
}

.image-4 {
  z-index: -1;
  height: 100%;
  object-fit: cover;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: auto;
  overflow: visible;
}

.div-block-98 {
  width: 105px;
  min-width: 105px;
}

.text-block-2 {
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  line-height: 120%;
}

.checkbox {
  width: 32px;
  height: 32px;
  border-radius: 10px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 15px;
}

.checkbox.w--redirected-checked {
  width: 32px;
  height: 32px;
  border-color: var(--d16b3e);
  background-color: var(--d16b3e);
  background-position: 50%;
  background-size: contain;
  padding-left: 0;
}

.checkbox-field {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.checkbox-label {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  text-transform: none;
  font-size: 14px;
  display: flex;
}

.div-block-99 {
  width: 100%;
  justify-content: space-between;
  display: flex;
}

.form-2 {
  width: 100%;
}

.form-block {
  width: 100%;
  justify-content: space-between;
  margin-bottom: 0;
  display: flex;
}

.div-block-100 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  display: flex;
}

.text-block-3 {
  color: var(--d16b3e);
  font-size: 20px;
  font-weight: 400;
}

.text-block-3._2.black {
  color: var(--black);
}

.div-block-101 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  display: flex;
}

.text-block-4 {
  text-align: center;
  font-size: 18px;
}

.text-block-4._20 {
  font-size: 20px;
  line-height: 30px;
}

.text-block-4.bold {
  color: var(--d16b3e);
  font-weight: 600;
}

.form-block-2 {
  width: 690px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.image-5 {
  width: 100px;
  position: absolute;
  top: auto;
  bottom: -40px;
  left: auto;
  right: 158px;
}

.form-3 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text-field-2 {
  border: 1px solid #a9a9aa;
  border-radius: 7px;
  margin-bottom: 0;
}

.text-field-2.domaim {
  border-right-width: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.text-field-2.domaim.accton-io {
  background-color: #e9e9e9;
  border-left-width: 0;
  border-left-color: #fff;
  border-right-width: 1px;
  border-radius: 0 7px 7px 0;
  justify-content: center;
  align-items: center;
  padding-left: 14px;
  padding-right: 14px;
  display: flex;
}

.div-block-102 {
  width: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.div-block-103 {
  width: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.image-6 {
  max-width: 96%;
  position: absolute;
  top: auto;
  bottom: -14%;
  left: auto;
  right: auto;
}

.div-block-105 {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: flex-start;
  display: flex;
}

.text-block-5 {
  width: 100%;
  background-color: #f5f5f5;
  border-radius: 17px;
  padding: 10px 30px;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  box-shadow: inset 2px 4px 10px rgba(0, 0, 0, .05);
}

.text-block-5.hor {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-106 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  display: flex;
}

.form-block-3 {
  width: 45%;
}

.form-4 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-107 {
  width: 100%;
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-block-6 {
  font-size: 26px;
  font-weight: 600;
  line-height: 110%;
}

.text-block-7 {
  color: var(--black);
  font-size: 18px;
  line-height: 20px;
}

.div-block-108 {
  width: 60%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.video {
  width: 100%;
  border-radius: 20px;
}

.div-block-60 {
  width: 100%;
  height: 256px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.video-2 {
  width: 100%;
}

.image-7 {
  z-index: -1;
  min-height: 114%;
  min-width: 114%;
  position: absolute;
  top: -7%;
  bottom: 0%;
  left: -7%;
  right: 0%;
}

.div-block-109 {
  width: 80%;
  height: 256px;
  margin-bottom: 10px;
  position: relative;
}

.div-block-110 {
  width: 80%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  margin-top: 30px;
  display: flex;
}

.text-block-8 {
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}

.image-8 {
  width: 100px;
}

.text-block-9 {
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
}

.div-block-111 {
  width: 120%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.div-block-112 {
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.video-3 {
  width: 100%;
  height: 100%;
  padding-bottom: 0;
}

.div-block-113 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.sign-in-with-google {
  margin-bottom: 1px;
}

.div-block-114 {
  flex-direction: row;
  display: flex;
}

.text-block-10 {
  margin-bottom: 1px;
  line-height: 19px;
}

.link-block-2 {
  color: var(--black);
  text-decoration: none;
}

.button-3 {
  color: #fff;
  text-transform: uppercase;
  background-color: #d16b3e;
  border-radius: 60px;
  padding: 12px 48px 10px;
  font-weight: 600;
  line-height: 24px;
}

.button-3:hover {
  background-color: #b35329;
}

.success-message-2 {
  border-radius: 14px;
}

.form-block-4 {
  z-index: 2;
  background-color: #171b1f;
  border-radius: 20px;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 20px;
  padding: 50px;
  position: relative;
  box-shadow: 5px 9px 35px rgba(0, 0, 0, .2);
}

.error-message {
  border-radius: 14px;
}

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

.form._2 {
  align-items: center;
}

.image-32 {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: auto;
  right: 20px;
}

.text-block-12 {
  max-width: 340px;
  color: #c5d4c8;
  margin-bottom: 20px;
  margin-right: auto;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

.text-block-12._1 {
  width: 340px;
  color: #c5d4c8;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
}

.text-block-12._1._2 {
  text-align: center;
}

.text-block-12._1._2.ghj {
  color: #bcc74b;
  text-align: left;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 14px;
  font-weight: 600;
}

.text-block-12._2 {
  text-align: center;
  margin-left: auto;
}

.text-field-3 {
  width: 100%;
  color: #7d8182;
  background-color: #2f3336;
  border: 0 solid #000;
  border-radius: 7px;
}

.text-field-3:focus {
  border-width: 1px;
  border-color: #5d5b5b;
}

.text-field-3.area {
  height: 100px;
  max-height: 200px;
  min-height: 100px;
}

.text-field-3.check {
  grid-column-gap: 16px;
  grid-row-gap: 4px;
  background-color: rgba(47, 51, 54, .5);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 10px;
  padding: 10px 14px;
  display: grid;
}

.text-field-3.check.how {
  display: none;
}

.checkbox-2 {
  width: 14px;
  height: 14px;
  margin-top: 2px;
}

.checkbox-2:active {
  color: #171b1f;
  background-color: #bcc74b;
}

.checkbox-2.w--redirected-checked {
  color: #171b1f;
  background-color: #d16b3e;
  border-color: #d16b3e;
}

.div-block-116 {
  width: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.div-block-117 {
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: auto;
}

.popup-demo {
  z-index: 1000;
  height: 100vh;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(0, 0, 0, .5);
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.div-block-118 {
  width: auto;
  height: 100vh;
  background-color: #c06b6b;
  padding-left: 10px;
  padding-right: 10px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slide {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  margin-bottom: -10px;
  display: flex;
}

.image-33 {
  width: 24px;
  height: 24px;
  padding: 6px;
}

.div-block-119 {
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .section.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

  .button {
    justify-content: center;
  }

  .button.cc-contact-us {
    display: none;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .menu {
    margin-left: 30px;
    position: static;
  }

  .navigation-wrap {
    background-color: #fff;
  }

  .navigation {
    padding: 25px 30px;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button {
    padding: 0;
  }

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

  .navigation-items {
    background-color: #fff;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .button-2.border-or.text-or.absolute {
    position: static;
  }

  .brand {
    width: 150px;
    margin-right: auto;
  }

  .container-2 {
    width: 1200px;
    justify-content: space-between;
  }

  .section-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-top: 20px;
    padding-bottom: 50px;
  }

  .content {
    z-index: 1;
    width: 100%;
    max-width: none;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .content.small {
    width: 67%;
    max-width: none;
  }

  .step-text {
    font-size: 14px;
  }

  .steps-blok {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .link-block.shadow.absolute {
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 14px;
  }

  .heading {
    font-size: 32px;
  }

  .heading.accent {
    padding: 4px 20px;
  }

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

  .heading.center {
    line-height: 43px;
  }

  .div-block-95 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .heading-2 {
    font-size: 24px;
    line-height: 120%;
  }

  .image-2, .image-3 {
    width: 70px;
  }

  .sape-side, .sape-side._2 {
    justify-content: center;
  }

  .shape {
    max-width: 100%;
  }

  .text-block {
    font-size: 16px;
  }

  .div-block-98 {
    width: 70px;
    min-width: 70px;
    display: none;
  }

  .text-block-4 {
    text-align: center;
    font-size: 16px;
  }

  .image-5 {
    position: static;
  }

  .image-6 {
    max-width: 100%;
    bottom: -12%;
  }

  .div-block-104 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    display: flex;
  }

  .div-block-60, .div-block-109 {
    height: 180px;
  }

  .text-block-12 {
    font-size: 26px;
    line-height: 32px;
  }

  .text-block-12._1 {
    font-size: 14px;
    line-height: 16px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section.cc-cta {
    padding: 15px;
  }

  .container {
    text-align: center;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .logo-link {
    padding-left: 0;
  }

  .navigation {
    padding: 20px 30px;
  }

  .cta-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .section-2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section-2.mar-up {
    padding-top: 20px;
  }

  .content.horizont {
    flex-direction: column;
  }

  .heading.accent {
    line-height: 50px;
  }

  .heading.black {
    font-size: 30px;
    line-height: 36px;
  }

  .head-div {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .div-block-96.shadow {
    padding: 20px 40px;
  }

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

  .div-block-99 {
    align-items: flex-end;
  }

  .div-block-100 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .text-block-3._2 {
    text-align: center;
  }

  .text-block-4 {
    line-height: 24px;
  }

  .text-block-4._20 {
    font-size: 14px;
    line-height: 21px;
  }

  .div-block-105 {
    flex-direction: column;
  }

  .div-block-106 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .form-block-3, .div-block-108 {
    width: 100%;
  }

  .div-block-60 {
    height: 220px;
  }

  .div-block-109 {
    height: auto;
  }

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

  .form-block-4 {
    padding: 30px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .menu {
    margin-left: 15px;
  }

  .navigation {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .cta-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .button-2 {
    justify-content: center;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
  }

  .button-2.border-or.text-or {
    width: 100%;
  }

  .section-2 {
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-2.head.all-light {
    padding-bottom: 0;
  }

  .content {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .content.small {
    width: 100%;
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

  .content.horizont {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .step-text {
    font-size: 12px;
  }

  .line-step {
    width: 10px;
  }

  .steps-blok {
    flex-direction: row;
  }

  .link-block.shadow.absolute {
    bottom: 43px;
  }

  .heading {
    font-size: 26px;
  }

  .heading.accent {
    line-height: 40px;
  }

  .heading.center {
    line-height: 32px;
  }

  .head-div {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .div-block-96.shadow {
    padding: 10px 20px;
  }

  .image-2 {
    z-index: 2;
    width: 52px;
    position: absolute;
    top: -1%;
    bottom: auto;
    left: -10%;
    right: auto;
  }

  .image-3 {
    z-index: 1;
    width: 50px;
    position: absolute;
    top: -1%;
    bottom: auto;
    left: auto;
    right: -8%;
  }

  .shape {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .text-block {
    padding-bottom: 10px;
    font-size: 14px;
  }

  .text-block-2 {
    font-size: 18px;
  }

  .div-block-99 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .text-block-3 {
    font-size: 16px;
  }

  .text-block-3._2 {
    line-height: 24px;
  }

  .image-5 {
    width: 80px;
    transform: rotate(20deg);
  }

  .div-block-102 {
    flex-direction: column;
  }

  .image-6 {
    bottom: -16%;
  }

  .div-block-105 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .div-block-106 {
    width: 100%;
    flex-direction: column;
  }

  .text-block-6 {
    font-size: 22px;
  }

  .text-block-7 {
    font-size: 14px;
    line-height: 18px;
  }

  .div-block-60 {
    height: auto;
  }

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

  .div-block-110 {
    flex-direction: column;
  }

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

  .div-block-112 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .button-3 {
    justify-content: center;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
  }

  .form-block-4 {
    width: 100%;
    margin-right: 0;
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-12._1 {
    width: 100%;
    max-width: none;
  }

  .text-block-12._1._2 {
    font-size: 12px;
  }

  .text-block-12._2 {
    margin-bottom: 10px;
  }

  .text-field-3 {
    width: 100%;
    font-size: 16px;
  }

  .text-field-3.area {
    max-width: 100%;
    min-width: 100%;
  }
}

#w-node-_68fb59bd-d520-afaa-1fb3-b1701867b41f-d8f9130c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_68fb59bd-d520-afaa-1fb3-b1701867b421-d8f9130c {
  align-self: center;
}


@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-SemiBoldItalic.ttf') format('truetype'), url('../fonts/Gilroy-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-UltraLightItalic.ttf') format('truetype'), url('../fonts/Gilroy-UltraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Thin.ttf') format('truetype'), url('../fonts/Gilroy-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-UltraLight.ttf') format('truetype'), url('../fonts/Gilroy-UltraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-ThinItalic.ttf') format('truetype'), url('../fonts/Gilroy-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Black.ttf') format('truetype'), url('../fonts/Gilroy-Heavy.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-BoldItalic.ttf') format('truetype'), url('../fonts/Gilroy-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-ExtraBold.ttf') format('truetype'), url('../fonts/Gilroy-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-RegularItalic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-HeavyItalic.ttf') format('truetype'), url('../fonts/Gilroy-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}