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

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

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

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

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

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

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

.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

.body {
  max-width: 100vw;
  -webkit-transition: all 555ms ease;
  transition: all 555ms ease;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 120%;
}

.benefits-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100vh;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10vw;
  padding-bottom: 10vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #69695d;
  background-image: url('../images/Group-1.webp');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.heading1 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: auto;
  margin: 0px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 7.4vw;
  line-height: 110%;
  font-weight: 300;
  text-align: left;
  -o-object-fit: contain;
  object-fit: contain;
}

.main-button {
  display: inline-block;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding: 1.5vh 1.5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: #7c8a7f;
  border-radius: 10px;
  background-color: #2e3832;
  -webkit-transition: all 555ms ease;
  transition: all 555ms ease;
  font-family: Roboto, sans-serif;
  color: #95a398;
  font-size: 1em;
  line-height: 100%;
  font-weight: 500;
}

.main-button:hover {
  float: none;
  border-style: solid;
  border-width: 3px;
  border-color: #f05e24;
  border-radius: 10px;
  background-color: #2e3832;
  background-image: none;
  opacity: 1;
  color: #fff;
  text-decoration: none;
}

.subtitle-1 {
  width: 100%;
  margin-top: 0.8vh;
  margin-bottom: 0px;
  padding-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #95a398;
  font-size: 1.9vw;
  line-height: 150%;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.list {
  margin-bottom: 0px;
  padding-left: 1vw;
  color: #121111;
  font-size: 1em;
  line-height: 130%;
  font-weight: 400;
  text-decoration: none;
}

.list.services {
  margin-bottom: 2vh;
  padding-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #121111;
  font-size: 1em;
  line-height: 150%;
  font-weight: 500;
}

.list.services.double-margine {
  margin-bottom: 4vh;
}

.list.slider {
  padding-top: 2vw;
  padding-right: 1vw;
  padding-left: 0px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  color: #121111;
  font-size: 0.8em;
  line-height: 120%;
  text-decoration: none;
}

.list.dark-sea-green {
  color: #7c8a7f;
  font-size: 1em;
}

.h2 {
  display: block;
  width: auto;
  margin: 0px auto;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  font-family: Roboto, sans-serif;
  color: #121111;
  font-size: 3em;
  line-height: 120%;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.h2.white {
  display: block;
  width: 100%;
  padding-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 3em;
  font-weight: 300;
  text-align: center;
}

.h2.left {
  z-index: 1;
  width: 100%;
  text-align: left;
}

.h2.left.white {
  color: #fff;
}

.h2.slider {
  position: -webkit-sticky;
  position: sticky;
  top: 10vh;
  width: 100%;
  color: #fff;
  font-weight: 300;
}

.team-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: auto;
  padding-top: 20vh;
  padding-bottom: 20vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #2e3832;
  background-image: url('../images/Group-1.webp');
  background-position: 0px 0px;
  background-size: auto;
  color: #2e3832;
  cursor: pointer;
}

.check {
  display: inline;
  width: 3.127vw;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.list-white {
  color: #fff;
  font-size: 1em;
  line-height: 150%;
  font-weight: 400;
}

.team-content {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: auto;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.grid-5 {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  max-width: 100%;
  margin-top: 0px;
  padding-right: 0px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-auto-columns: 4.5fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -ms-grid-columns: 120px 180px 180px;
  grid-template-columns: 120px 180px 180px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: left;
}

.result-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  background-color: rgba(18, 17, 17, 0.03);
  background-image: url('../images/Group-1.webp');
  background-position: 0% 0%;
  background-size: auto;
  background-repeat: repeat-y;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.checkbox2 {
  position: static;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  width: 2vw;
  height: 2vw;
  margin-top: 0px;
  margin-right: 2vw;
  margin-left: auto;
  border-radius: 20px;
}

.checkbox2:hover {
  box-shadow: inset 0 -5px 0 0 #ec7438;
}

.checkbox2.w--redirected-checked {
  border-color: #ec7438;
  background-color: #ec7438;
  background-image: url('../images/check.svg');
  background-position: 50% 50%;
  background-size: 15px 15px;
}

.checkbox-wrapp {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: -1px;
  padding: 60px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: #d7e0e7;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-align: center;
  cursor: pointer;
  -o-object-fit: fill;
  object-fit: fill;
}

.checkbox-wrapp:hover {
  z-index: 1;
  border-color: rgba(215, 225, 231, 0);
  background-color: #fff;
  box-shadow: 0 0 60px -20px #c7aeae;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.checkbox-wrapp:active {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.checkbox-wrapp.radio {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-top: 0px;
  margin-right: -1px;
  margin-left: 0px;
  padding: 3vh 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  background-color: transparent;
}

.checkbox-wrapp.radio:hover {
  box-shadow: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.checkbox-label {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 0.95rem;
  line-height: 120%;
  font-weight: 400;
}

.checkbox-label:hover {
  border-bottom: 1px solid #ec7438;
}

.radio-button {
  width: 2.34vw;
  height: 2.34vw;
  margin-right: 3vw;
  margin-left: 3vw;
  padding-left: 0px;
  border-style: solid;
  border-width: 2px;
  border-color: #a5a3a3;
  border-radius: 20px;
  background-color: #fff;
}

.radio-button:active {
  background-color: transparent;
}

.radio-button.w--redirected-checked {
  border-color: transparent;
  background-color: #ec7438;
  background-image: url('../images/check.svg');
  background-position: 50% 50%;
  background-size: 15px 40px;
  background-repeat: no-repeat;
  color: transparent;
  cursor: pointer;
}

.quiz-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 47vw;
  margin: 4vh 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -o-object-fit: fill;
  object-fit: fill;
}

.line {
  width: 20%;
  height: 100%;
  border-radius: 20px;
  background-color: #ec7438;
}

.line._5-step {
  width: 100%;
}

.line._2-step {
  width: 40%;
}

.line._3-step {
  width: 60%;
}

.line._4-step {
  width: 80%;
}

.quiz-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding: 10vw 7vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Group-1.webp');
  background-position: 0% 0%;
  background-size: auto;
}

.quiz-form {
  position: relative;
  display: block;
  overflow: hidden;
  max-width: 40vw;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 20px;
  background-color: transparent;
  color: transparent;
}

.slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.text-skeels {
  overflow: hidden;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 0.5vh;
  padding-bottom: 0.5vh;
  background-color: #2e3832;
}

.text-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  margin: 2vh -3vw 2vh -1vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
}

.dot {
  width: 1.173vw;
  height: 1.173vw;
  min-width: 1.173vw;
  margin-right: 1.5vw;
  border-style: none;
  border-width: 1px;
  border-color: #ec7438;
  border-radius: 20px;
  background-color: #2e3832;
  color: #7c8a7f;
}

.question {
  margin-top: 1vh;
  margin-right: 2vw;
  font-family: Roboto, sans-serif;
  color: rgba(201, 206, 163, 0.1);
  font-size: 2em;
  font-weight: 300;
  text-transform: uppercase;
}

.name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1vh;
  margin-right: 2vw;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  box-shadow: inset 0 1px 0 0 transparent;
  font-family: Roboto, sans-serif;
  color: rgba(236, 116, 56, 0.2);
  font-size: 2em;
  font-weight: 300;
  text-transform: uppercase;
}

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

.mask-quiz {
  opacity: 1;
}

.slider-3 {
  height: 55vh;
  background-color: transparent;
}

.button-for-quiz {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 5%;
  width: 4vw;
  height: 4vw;
  min-height: 4vw;
  min-width: 4vw;
  margin-left: 2vw;
  padding-top: 0px;
  border-top: 1px none #ec7438;
  border-radius: 50px;
  -webkit-transition: all 555ms ease;
  transition: all 555ms ease;
  color: #ec7438;
  text-align: center;
}

.button-for-quiz:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #ec7438;
  background-size: 20px 20px;
}

.button-for-quiz:active {
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.form {
  overflow: hidden;
  height: 55vh;
  border-radius: 0px;
  background-color: #2e3832;
  opacity: 0.95;
  color: transparent;
  mix-blend-mode: normal;
}

.progress-line {
  height: 10px;
  background-color: #3e78cf;
}

.div-block-12 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 3;
  height: 1vw;
  border-radius: 20px;
  background-color: #e4e4e4;
}

.form-block-2 {
  height: 55vh;
  margin-bottom: 1.5vh;
}

.quiz-items {
  display: block;
  margin: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.checkbox-label-2 {
  display: block;
  margin-right: auto;
  margin-bottom: 2.5vh;
  margin-left: auto;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 400;
}

.checkbox-label-2:hover {
  margin-right: 40px;
  margin-left: 40px;
  box-shadow: 0 1px 0 0 #ec7438;
}

.checkbox-field {
  display: block;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-left: 2vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.quiz-subtitle {
  max-width: 62.5vw;
  margin-right: auto;
  margin-bottom: 3vh;
  margin-left: auto;
  color: #90947e;
  font-size: 1em;
  font-style: italic;
  font-weight: 400;
  text-align: center;
}

.button-for-quiz-2 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 5%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 4vw;
  height: 4vw;
  min-height: 4vw;
  min-width: 4vw;
  margin-right: 2vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  -webkit-transition: all 555ms ease;
  transition: all 555ms ease;
  color: transparent;
}

.button-for-quiz-2:hover {
  border-style: solid;
  border-width: 0.5px;
  border-color: #ec7438;
  background-color: #ec7438;
  color: #ec7438;
}

.text-field-2 {
  display: block;
  width: 26vw;
  height: 6vh;
  margin: 8vh auto 0px;
  padding-right: 1vw;
  padding-bottom: 1vh;
  padding-left: 4.7vw;
  border-style: none;
  border-width: 3px;
  border-color: #ec7438;
  border-radius: 20px;
  background-image: url('../images/carbon_phone-1.svg');
  background-position: 5% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
  box-shadow: 0 -2px 0 2px #ec7438;
}

.submit-button-2 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 5%;
  min-height: 4vw;
  min-width: 4vw;
  margin-top: auto;
  margin-right: 2vw;
  margin-bottom: 0px;
  padding: 0px;
  border-radius: 50px;
  background-color: transparent;
  background-image: url('../images/ci_check.svg');
  background-position: 50% 50%;
  background-size: 40px;
  background-repeat: no-repeat;
  -webkit-transition: all 555ms ease;
  transition: all 555ms ease;
}

.submit-button-2:hover {
  border-style: solid;
  border-width: 0.5px;
  border-color: #fff;
  color: #ec7438;
}

.nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 1.5vw;
  margin-left: 1.5vw;
  padding: 0.5vw 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -webkit-transition: all 555ms ease;
  transition: all 555ms ease;
  font-family: Roboto, sans-serif;
  color: #95a398;
  font-size: 0.9em;
  line-height: 120%;
  font-weight: 400;
  letter-spacing: normal;
}

.nav-link:hover {
  bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  box-shadow: 0 3px 0 0 #ec7438;
  color: #ec7438;
  text-decoration: none;
}

.nav-link.phone {
  display: block;
  margin-left: 2vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Roboto, sans-serif;
  font-size: 1.1em;
  line-height: 120%;
  font-weight: 500;
}

.navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 83.6vw;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.nav-menu {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.guarantees-section {
  position: relative;
  height: auto;
  padding-top: 12vh;
  padding-bottom: 14vh;
  background-color: #2e3832;
  background-image: url('../images/Group-1.webp');
  background-position: 50% 0%;
  background-size: auto;
  background-repeat: repeat;
}

.guarantees-greed {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: auto auto auto;
  grid-template-columns: auto auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.guarantees-card {
  padding: 4vw 2vw;
  border-right: 1px solid #fff;
  background-color: transparent;
  -webkit-transition: all 555ms ease;
  transition: all 555ms ease;
}

.guarantees-card:hover {
  box-shadow: 1px 0 0 5px #fff;
}

.services-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 12vh;
  padding-bottom: 12vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/Group-1.webp');
  background-position: 50% 50%;
  background-size: auto;
}

.services-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 83.6vw;
  margin-top: 4vh;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.services-block-2 {
  width: 50%;
  margin-right: 3vw;
  margin-left: 3vw;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  justify-items: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.services-block-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-right: 3vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.paragraph {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #121111;
  font-size: 1.1em;
  line-height: 150%;
  font-weight: 400;
  text-transform: uppercase;
}

.paragraph.slider {
  margin-right: auto;
  margin-bottom: 3vw;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.phase-project-conteiner {
  max-width: 83.6vw;
}

.phase-project-grid {
  margin-top: 7vw;
  grid-column-gap: 1.6vw;
  grid-row-gap: 1.6vw;
  -ms-grid-columns: 60px auto 60px auto 60px auto;
  grid-template-columns: 60px auto 60px auto 60px auto;
  -ms-grid-rows: 100px 100px;
  grid-template-rows: 100px 100px;
}

.phase-project-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding-top: 12vh;
  padding-bottom: 10vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #2e3832;
  background-image: url('../images/Group-1.webp');
  background-position: 0px 0px;
  background-size: auto;
  color: #2e3832;
}

.list-2 {
  overflow: hidden;
  float: none;
  clear: none;
  color: #ec7438;
  letter-spacing: 0px;
  text-indent: 0px;
  -webkit-column-count: auto;
  column-count: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.number {
  color: #2e3832;
  font-size: 6em;
  text-align: right;
  text-shadow: 0 1px 0 #ec7438, 0 -1px 0 #ec7438;
}

.number._1 {
  position: static;
  top: -24px;
  color: #fff;
  font-size: 5em;
  line-height: 100%;
  text-align: left;
  text-shadow: 1px 0 0 #ec7438, -1px 1px 0 #ec7438;
}

.number._2 {
  position: static;
  left: 10px;
  top: 10px;
  margin-right: 1.5vw;
  color: #fff;
  font-size: 5em;
  line-height: 100%;
  text-align: left;
}

.number._3 {
  position: static;
  left: 40px;
  top: 40px;
  margin-right: 1.5vw;
  color: #fff;
  font-size: 5em;
  line-height: 100%;
  text-align: left;
}

.container-quiz {
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #2e3832;
}

.h3 {
  margin-top: 3vh;
  margin-bottom: 3vh;
  font-family: Roboto, sans-serif;
  color: #2e3832;
  font-size: 2em;
  line-height: 120%;
  font-weight: 300;
}

.h3.white {
  margin-right: auto;
  margin-bottom: 4vh;
  margin-left: auto;
  color: #fff;
  font-weight: 400;
}

.h3.white.centered {
  margin-top: 5vh;
  margin-bottom: 2.5vh;
  padding-right: 4vw;
  padding-left: 4vw;
  font-size: 1.5em;
  text-align: center;
}

.h3.white._3em {
  font-size: 3em;
  font-weight: 300;
}

.hero-title-icons {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 2vh;
  margin-top: 0px;
  margin-bottom: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 1em;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.5px;
  text-indent: 0px;
  white-space: normal;
  -o-object-fit: fill;
  object-fit: fill;
}

.hero-title-icons:hover {
  color: #fff;
}

.block {
  color: #ff8812;
  font-size: 3.2rem;
  font-weight: 700;
}

.block.perevagi {
  color: #ec7438;
  font-size: 1.1em;
}

.image-icons {
  overflow: visible;
  height: 10vh;
  margin-top: 3vh;
  border-radius: 0px;
}

.image-icons:hover {
  opacity: 1;
}

.benefits-grid {
  align-self: baseline;
  grid-auto-columns: 90%;
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  -ms-grid-columns: 10%;
  grid-template-columns: 10%;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.text-logo {
  display: block;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Roboto, sans-serif;
  color: #ec7438;
  font-size: 1.1em;
  line-height: 120%;
  font-weight: 500;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5vw;
  padding-bottom: 5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #2e3832;
  color: #2e3832;
}

.footer-text {
  margin-bottom: 1vh;
  padding-top: 1.2vh;
  padding-bottom: 1.2vh;
  color: #90947e;
  font-size: 0.9em;
  line-height: 120%;
  font-weight: 400;
  text-align: left;
}

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

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.wrapper {
  width: 100vw;
  max-width: 80vw;
  margin: auto;
}

.wrapper.navbar {
  padding: 0.5vw 1vw;
}

.form-2 {
  width: 100%;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.form-field {
  min-width: 15.637vw;
  margin-bottom: 2vh;
  padding: 3vh 1vw;
  border-radius: 15px;
  opacity: 0.2;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #121111;
  font-size: 1em;
  cursor: text;
}

.form-field:hover {
  opacity: 0.8;
  color: #121111;
}

.form-field::-webkit-input-placeholder {
  color: #096ad0;
}

.form-field:-ms-input-placeholder {
  color: #096ad0;
}

.form-field::-ms-input-placeholder {
  color: #096ad0;
}

.form-field::placeholder {
  color: #096ad0;
}

.col {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
}

.col.lg-6 {
  width: 50%;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.button {
  padding: 1vh 2vw;
  border: 1px solid transparent;
  border-radius: 15px;
  background-color: #ec7438;
  box-shadow: 0 4px 11px 0 rgba(1, 58, 117, 0.33);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 1em;
  font-weight: 300;
}

.button:hover {
  border: 1px solid transparent;
  background-color: #ec7438;
  box-shadow: 0 6px 20px 0 rgba(1, 58, 117, 0.33);
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
  color: #fff;
}

.contact-form-container {
  width: 100%;
  border-radius: 6px;
}

.contacts-grid {
  margin-top: 0px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.quiz-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60vh;
  max-width: 83.6vw;
  margin-right: auto;
  margin-left: auto;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.quiz-heading-container {
  margin-right: 7vw;
}

.arrow_right {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-image: url('../images/arrow-white-right.svg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.arrow_right:hover {
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.arrow_left {
  width: 50px;
  height: 50px;
  background-image: url('../images/arrow-white-back.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.hero-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(46, 56, 50, 0.3)), to(rgba(46, 56, 50, 0.3))), url('../images/Hero-image.webp');
  background-image: linear-gradient(180deg, rgba(46, 56, 50, 0.3), rgba(46, 56, 50, 0.3)), url('../images/Hero-image.webp');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 100vw;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
  -webkit-transition: all 555ms ease;
  transition: all 555ms ease;
}

.hero-section-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70vw;
  height: 75vh;
  margin: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.list-item---grid {
  width: 50%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-grid-columns: 10% 1fr;
  grid-template-columns: 10% 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.benefints {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.quiz-list {
  margin-bottom: 4vh;
  color: #2e3832;
  font-size: 1em;
  line-height: 150%;
  font-weight: 500;
}

.quiz-heading {
  display: block;
  width: auto;
  margin: 0px auto 2vh;
  font-family: Roboto, sans-serif;
  color: #2e3832;
  font-size: 3em;
  line-height: 120%;
  font-weight: 500;
  text-align: left;
}

.guarantees-header-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-bottom: 2vh;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.guarantees-icons {
  display: block;
  margin-right: 20px;
  margin-left: auto;
}

.footer-text-logo {
  display: block;
  margin-right: auto;
  margin-left: 0px;
  padding-top: 1vh;
  padding-bottom: 1vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #ec7438;
  font-size: 1.1em;
  line-height: 120%;
  font-weight: 500;
  text-align: left;
}

.success-message {
  padding: 2vw;
  background-color: #2e3832;
  font-family: Roboto, sans-serif;
  color: #ec7438;
  font-size: 2em;
  line-height: 150%;
  font-weight: 500;
}

.error-message {
  margin-top: 0.8vw;
  padding: 0.8vw;
  background-color: #2e3832;
}

.success-message-text {
  width: 40vw;
  max-width: 40vw;
  margin-right: auto;
  margin-left: auto;
  color: #ec7438;
  font-size: 2rem;
  line-height: 150%;
  font-weight: 500;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.success-message-2 {
  width: 40vw;
  height: 55vh;
  max-width: 40vw;
  margin-right: auto;
  margin-left: auto;
  padding: 20vh 0px 0px;
  background-color: transparent;
  text-align: left;
}

.error-message-text {
  color: #ec7438;
  font-weight: 600;
}

.error-message-2 {
  margin-top: 0.782vw;
  padding: 0.782vw;
  border-radius: 20px;
  background-color: #fff;
  text-align: center;
}

.benefits-content {
  -ms-grid-columns: 50% 50%;
  grid-template-columns: 50% 50%;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.burger-icon {
  display: none;
  overflow: visible;
}

.nav-bar {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-top: 1vw;
  padding-bottom: 1vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.menu-button-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.menu-button-2.w--open {
  background-color: #fff;
  color: rgba(9, 106, 208, 0.2);
}

.nav-logo {
  text-decoration: none;
}

.nav-logo-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero-conteiner-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 12vw;
  height: auto;
  margin-bottom: 1vw;
  padding: 1vw 1vw 0vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.5;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
}

.hero-conteiner-icons:hover {
  opacity: 1;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.guarantees-content {
  margin-top: 4vh;
}

.result-section_holder-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.image-before {
  z-index: 2;
  display: block;
  width: 100%;
  margin-top: 130px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 5px;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-after {
  width: 100%;
  height: 70vh;
  margin-right: auto;
  margin-left: auto;
  border-radius: 0px;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-results {
  z-index: 0;
  height: 70vh;
  background-color: #7c8a7f;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  -o-object-fit: cover;
  object-fit: cover;
}

.result-card-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  background-color: #2e3832;
  text-align: center;
}

.result-card-text._1 {
  position: -webkit-sticky;
  position: sticky;
  top: 1.5vh;
  bottom: 1.5vh;
  z-index: 1;
  width: 50%;
  height: auto;
  padding-right: 10vw;
  padding-left: 10vw;
  background-color: #2e3832;
}

.result-card-text._2 {
  position: -webkit-sticky;
  position: sticky;
  top: 0vh;
  z-index: 3;
  width: 50%;
  padding-right: 10vw;
  padding-left: 10vw;
  background-color: #2e3832;
}

.result-card-text._3 {
  z-index: 5;
  width: 50%;
  padding-right: 10vw;
  padding-left: 10vw;
  background-color: #7c8a7f;
}

.result-card-photo {
  border-radius: 0px;
}

.result-card-photo._1 {
  z-index: 2;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.result-card-photo._2 {
  z-index: 4;
  width: 50%;
}

.result-card-photo._3 {
  z-index: 6;
  width: 50%;
}

.margin-bottom {
  margin-top: 0rem;
  margin-right: 0rem;
  margin-left: 0rem;
}

.padding-section-large {
  padding-top: 10vh;
  padding-bottom: 10vh;
}

.gallery21_component {
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.gallery21_image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.gallery21_image-wrapper {
  position: relative;
  width: 100%;
  padding-top: 80%;
}

.gallery21_arrow {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 3rem;
  height: 3rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 100%;
  background-color: transparent;
}

.gallery21_arrow:hover {
  border-color: #ec7438;
}

.gallery21_arrow.is-left {
  right: 4rem;
  margin-top: auto;
}

.gallery21_arrow.is-left:hover {
  border-color: #ec7438;
  background-color: transparent;
}

.padding-global {
  padding-right: 5%;
  padding-left: 5%;
}

.gallery21_slide-nav {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  height: 1.75rem;
  background-color: transparent;
  color: #90947e;
  font-size: 0.5rem;
}

.gallery21_slider {
  position: relative;
  height: 80%;
  padding-bottom: 7vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.gallery21_slide {
  padding-right: 2rem;
}

.section_gallery21 {
  overflow: hidden;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.container-large {
  width: 100%;
  max-width: 83.6vw;
  margin-right: auto;
  margin-left: auto;
}

.gallery21_mask {
  overflow: visible;
  width: 50%;
}

.slider-heading {
  display: block;
  width: auto;
  margin: 0px auto;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  font-family: Roboto, sans-serif;
  color: #121111;
  font-size: 3em;
  line-height: 120%;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.slider-heading.left {
  z-index: 1;
  width: 100%;
  margin-bottom: 2vw;
  text-align: left;
}

.result-section-card {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70vh;
}

.result-section-card._1 {
  position: -webkit-sticky;
  position: sticky;
  top: 10vh;
}

.result-section-card._2 {
  position: -webkit-sticky;
  position: sticky;
  top: 10vh;
}

.result-section-card._3 {
  top: 10vh;
  bottom: auto;
}

.result-section-card._0 {
  top: 10vh;
  padding-right: 10vw;
  padding-left: 10vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #7c8a7f;
  background-image: url('../images/Group-1.webp');
  background-position: 0px 0px;
  background-size: auto;
}

.text-span-5 {
  margin-right: auto;
  margin-left: 3px;
  color: #ec7438;
  font-weight: 700;
}

.team-header {
  width: 50%;
  margin-left: 18px;
  padding-right: 0px;
  padding-left: 0px;
}

html.w-mod-js *[data-ix="new-interaction-2"] {
  opacity: 1;
  -webkit-transform: skewX(0deg) skewY(0deg);
  -ms-transform: skewX(0deg) skewY(0deg);
  transform: skewX(0deg) skewY(0deg);
}

@media screen and (min-width: 1280px) {
  .heading1 {
    padding-right: 0px;
  }

  .main-button:hover {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }

  .list {
    margin-bottom: 0px;
    padding-left: 0px;
  }

  .paragraph {
    margin-top: 0px;
    padding-right: 72px;
  }

  .container-quiz {
    margin-top: 0px;
  }

  .benefits-grid {
    grid-column-gap: 18px;
  }

  .quiz-list {
    margin-bottom: 0px;
    padding-left: 0px;
  }

  .quiz-heading {
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 1440px) {
  .list {
    padding-bottom: 40px;
  }

  .list.services {
    margin-bottom: 20px;
    color: #121111;
  }

  .list-2 {
    margin-top: 20px;
  }

  .quiz-list {
    padding-bottom: 40px;
  }

  .container-large {
    max-width: 80vw;
  }
}

@media screen and (min-width: 1920px) {
  .body {
    font-size: 1.2rem;
  }

  .slider-3 {
    background-size: 30px;
  }

  .phase-project-grid {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
  }

  .arrow_right {
    background-position: 100% 50%;
    background-size: 30px;
  }

  .hero-section-content {
    width: 1440px;
  }
}

@media screen and (max-width: 991px) {
  .benefits-section {
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading1 {
    font-size: 9vw;
  }

  .subtitle-1 {
    font-size: 2.5vw;
  }

  .list {
    font-size: 0.9em;
  }

  .h2 {
    font-size: 2em;
  }

  .h2.white {
    font-size: 2em;
  }

  .h2.left {
    font-size: 2em;
  }

  .team-section {
    height: auto;
    padding-top: 15vh;
    padding-bottom: 15vh;
  }

  .team-content {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .grid-5 {
    -ms-grid-columns: 1.2fr 1.2fr 1.2fr;
    grid-template-columns: 1.2fr 1.2fr 1.2fr;
  }

  .result-section {
    height: auto;
  }

  .quiz-2 {
    margin-right: auto;
    margin-left: auto;
    padding: 60px 0px;
  }

  .quiz-form {
    max-width: 60vw;
    margin-bottom: auto;
  }

  .quiz-slide {
    padding-top: 10px;
    padding-left: 0px;
  }

  .button-for-quiz {
    margin-left: 4vw;
    background-size: 25px;
  }

  .quiz-items {
    margin-top: 0px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .checkbox-label-2 {
    float: none;
    letter-spacing: normal;
    white-space: normal;
  }

  .checkbox-field {
    padding-left: 0vw;
  }

  .quiz-subtitle {
    padding-right: 20px;
    padding-left: 20px;
  }

  .button-for-quiz-2 {
    margin-right: 4vw;
  }

  .guarantees-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .guarantees-greed {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .guarantees-card {
    margin-bottom: 40px;
  }

  .services-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .services-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .services-block-2 {
    width: auto;
    margin-right: auto;
    margin-left: 0px;
  }

  .services-block-1 {
    width: auto;
  }

  .paragraph.slider {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .phase-project-grid {
    grid-row-gap: 3vw;
    -ms-grid-columns: 60px 1fr 60px 1fr;
    grid-template-columns: 60px 1fr 60px 1fr;
    -ms-grid-rows: 80px 100px;
    grid-template-rows: 80px 100px;
  }

  .phase-project-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .number {
    font-size: 5em;
  }

  .h3.white {
    margin: auto auto auto 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .h3.white._3em {
    font-size: 2em;
  }

  .text-logo {
    position: relative;
    z-index: 10;
  }

  .wrapper {
    max-width: 90vw;
  }

  .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .col {
    width: 50%;
    margin-bottom: 0px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .quiz-container {
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .quiz-heading-container {
    margin-right: 0px;
  }

  .arrow_right {
    background-size: 25px;
  }

  .hero-section {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/Hero-image.webp');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/Hero-image.webp');
    background-size: auto, auto 100vh;
  }

  .hero-section-content {
    width: 90vw;
  }

  .list-item---grid {
    width: 100%;
    margin-top: 20px;
  }

  .quiz-heading {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 2em;
  }

  .guarantees-icons {
    margin-right: 0px;
    margin-left: 0px;
  }

  .benefits-content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .burger-icon {
    z-index: 10;
    color: #7c8a7f;
    font-size: 3rem;
  }

  .burger-icon:hover {
    color: #ec7438;
  }

  .menu-button-2 {
    padding: 0px;
    color: #ec7438;
  }

  .menu-button-2.w--open {
    background-color: transparent;
  }

  .nav-logo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .margin-bottom {
    margin-top: 0rem;
    margin-right: 0rem;
    margin-left: 0rem;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 4rem;
  }

  .gallery21_image-wrapper {
    padding-top: 100%;
  }

  .gallery21_slide-nav {
    display: none;
  }

  .gallery21_slider {
    padding-bottom: 10vh;
  }

  .gellery21_title {
    padding-top: 0px;
  }

  .slider-heading {
    font-size: 2em;
  }

  .slider-heading.left {
    font-size: 2em;
  }

  .team-header {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .heading1 {
    font-size: 11.2vw;
  }

  .main-button {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }

  .subtitle-1 {
    font-size: 3vw;
  }

  .list.services {
    font-size: 0.9em;
  }

  .list.dark-sea-green {
    font-size: 0.9em;
  }

  .h2.left {
    font-size: 2em;
  }

  .h2.left.white {
    font-size: 2em;
  }

  .list-white {
    font-size: 0.9em;
  }

  .result-section {
    display: none;
    overflow: visible;
  }

  .quiz-form {
    max-width: 80vw;
  }

  .checkbox-label-2 {
    font-size: 0.9em;
  }

  .nav-link {
    padding-top: 3vh;
    padding-bottom: 3vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 2em;
  }

  .nav-link.phone {
    padding-top: 2vh;
    font-size: 2em;
    text-align: center;
  }

  .nav-menu {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 0;
    width: 100vw;
    height: 100vh;
    padding-top: 20px;
    padding-left: 20px;
    background-color: #2e3832;
    background-image: url('../images/Group-1.webp');
    background-position: 0px 0px;
    background-size: auto;
  }

  .paragraph {
    font-size: 1em;
  }

  .paragraph.slider {
    display: inline-block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .phase-project-grid {
    grid-auto-rows: 66px;
    grid-row-gap: 4vw;
    grid-template-rows: 95px repeat(auto-fit, minmax(100px, 1fr));
  }

  .number {
    font-size: 3em;
  }

  .number._1 {
    font-size: 3em;
  }

  .number._2 {
    font-size: 3em;
  }

  .number._3 {
    font-size: 3em;
  }

  .h3.white {
    font-size: 1.8em;
    font-weight: 300;
  }

  .hero-title-icons {
    font-size: 0.9em;
  }

  .benefits-grid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    grid-auto-columns: minmax(118px, 2fr);
    -ms-grid-columns: 0.25fr;
    grid-template-columns: 0.25fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .text-logo {
    font-size: 1em;
  }

  .footer-text {
    font-size: 0.8em;
  }

  .form-2 {
    width: 80%;
  }

  .row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .col.lg-6 {
    width: 100%;
  }

  .button {
    font-size: 1em;
  }

  .contacts-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .quiz-heading {
    font-size: 1.8em;
    font-weight: 400;
    text-transform: uppercase;
  }

  .burger-icon {
    position: static;
    display: block;
    font-size: 3rem;
  }

  .nav-bar {
    position: relative;
  }

  .menu-button-2 {
    width: 50px;
    height: 50px;
  }

  .menu-button-2.w--open {
    z-index: 10;
    background-color: transparent;
    color: transparent;
  }

  .margin-bottom {
    margin-top: 0rem;
    margin-right: 0rem;
    margin-left: 0rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .gallery21_arrow.is-left {
    right: 3.5rem;
  }

  .gallery21_slide {
    padding-right: 1.5rem;
  }

  .gallery21_mask {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .body {
    font-size: 0.8rem;
  }

  .heading1 {
    font-size: 11vw;
  }

  .subtitle-1 {
    font-size: 5vw;
  }

  .team-section {
    padding-top: 10vh;
    padding-bottom: 10vh;
  }

  .grid-5 {
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }

  .checkbox2 {
    width: 20px;
    height: 20px;
    background-color: #fff;
  }

  .checkbox-wrapp.radio {
    width: 60%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .checkbox-label {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: left;
  }

  .radio-button {
    width: 20px;
    height: 20px;
  }

  .quiz-block {
    max-width: 80vw;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .quiz-form {
    max-width: 90vw;
  }

  .slider-3 {
    height: 60vh;
    padding-right: 10px;
    padding-left: 10px;
  }

  .button-for-quiz {
    width: 7vw;
    height: 7vw;
    margin-left: 10vw;
  }

  .form {
    height: 60vh;
  }

  .form-block-2 {
    height: 60vh;
  }

  .quiz-items {
    padding-right: 20px;
    padding-left: 20px;
  }

  .checkbox-label-2 {
    padding-left: 30px;
    font-size: 0.9rem;
  }

  .checkbox-field {
    padding-bottom: 10px;
  }

  .button-for-quiz-2 {
    width: 7vw;
    height: 7vw;
    min-height: 7vw;
    min-width: 7vw;
    margin-right: 10vw;
  }

  .text-field-2 {
    width: 75vw;
    padding-left: 18.7vw;
  }

  .submit-button-2 {
    min-height: 8vw;
    min-width: 8vw;
  }

  .guarantees-card {
    padding-top: 0vh;
    padding-bottom: 2vh;
  }

  .guarantees-card:hover {
    box-shadow: 1px 0 0 2px #fff;
  }

  .paragraph.slider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .phase-project-conteiner {
    max-width: 90vw;
  }

  .phase-project-grid {
    display: -ms-grid;
    display: grid;
    margin-top: 45px;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-auto-columns: 0.75fr;
    grid-column-gap: 0vw;
    grid-row-gap: 2rem;
    -ms-grid-columns: 40px 1fr 40px 1fr;
    grid-template-columns: 40px 1fr 40px 1fr;
    -ms-grid-rows: 74px 99px 60px;
    grid-template-rows: 74px 99px 60px;
  }

  .phase-project-section {
    padding-bottom: 40px;
  }

  .list-2 {
    padding-left: 20px;
  }

  .number {
    text-align: center;
  }

  .h3.white.centered {
    margin-top: 20px;
    margin-left: auto;
    padding-left: 20px;
  }

  .hero-title-icons {
    margin-bottom: 0px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .image-icons {
    margin-top: 1vh;
  }

  .text-logo {
    font-size: 1.2em;
  }

  .footer-text {
    font-size: 0.8rem;
  }

  .footer-text.mobile {
    display: none;
  }

  .wrapper.navbar {
    position: relative;
  }

  .form-field {
    padding-top: 1vh;
    padding-bottom: 1vh;
  }

  .col {
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .col.lg-6 {
    width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .contact-form-container {
    padding: 0px;
  }

  .contacts-grid {
    -ms-grid-columns: 124px 1fr;
    grid-template-columns: 124px 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .contacts-grid.mobile {
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .quiz-container {
    max-width: 90vw;
  }

  .arrow_right {
    width: 7vh;
    height: 7vh;
    text-align: right;
  }

  .arrow_left {
    width: 6vh;
    height: 6vh;
  }

  .hero-section {
    position: relative;
    height: 90vh;
  }

  .hero-section-content {
    height: 70vh;
  }

  .nav-bar {
    position: relative;
  }

  .nav-logo-content {
    z-index: 3;
  }

  .hero-conteiner-icons {
    width: 15vw;
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .margin-bottom {
    margin-top: 0rem;
    margin-right: 0rem;
    margin-left: 0rem;
  }

  .gallery21_arrow {
    border-color: #fff;
  }

  .gallery21_arrow.is-left {
    right: 4rem;
    border-color: #fff;
  }

  .gallery21_slide-nav {
    margin-bottom: 8px;
    font-size: 0.3rem;
  }

  .gallery21_slider {
    padding-bottom: 4rem;
  }

  .gallery21_slide {
    padding-right: 0.6rem;
  }
}

#w-node-d05ce3d6-d7b6-eeeb-16e4-699aa98bae55-004457e6 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c4b2158a-97ce-f38c-f419-5e86fc92dceb-004457e6 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-_5651fc53-a9b3-20a6-21a9-858949b339e6-004457e6 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c4b2158a-97ce-f38c-f419-5e86fc92dcef-004457e6 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c4b2158a-97ce-f38c-f419-5e86fc92dcec-004457e6 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-_901a2fd1-83d5-accb-26fb-4c20299115ed-004457e6 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c4b2158a-97ce-f38c-f419-5e86fc92dced-004457e6 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c4b2158a-97ce-f38c-f419-5e86fc92dcea-004457e6 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-_85963d5b-2f2f-1af3-b41d-66e7f5beadc2-004457e6 {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
}

#w-node-fbb0cbe2-b090-ecae-ea6d-0e5b815cc99e-004457e6 {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-fbb0cbe2-b090-ecae-ea6d-0e5b815cc9a2-004457e6 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-fbb0cbe2-b090-ecae-ea6d-0e5b815cc9a6-004457e6 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_16b38011-1083-4923-e400-a977454fcc3e-004457e6 {
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-_5b7bb4ee-20a1-4222-816f-71ba0828f9aa-004457e6 {
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
}

#w-node-_5a37fbe5-d140-f783-48e7-abb574165718-004457e6 {
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
  -ms-grid-row: 4;
  grid-row-start: 4;
}

#w-node-eacc12a9-256f-0bbc-b9b4-343184ebda9c-004457e6 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_0ccb815d-28b1-8924-8587-a0d9f5cf1855-004457e6 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_86e22de7-c895-dbd5-387d-d6ea92471437-004457e6 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5e0f91f5-fd31-4ab2-45de-823bc75c63b3-004457e6 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d0263766-d35a-0e04-5708-5d52e51d5460-004457e6 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_687b6a09-a8bc-9c81-d24c-bb9905cdb5ff-004457e6 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_20a252b2-834f-df24-04a4-6fe26a488e57-004457e6 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d6211cff-053c-6317-8a43-e15c9805ec4d-004457e6 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e543c1d9-ee15-2579-489f-7edd38566d0a-004457e6 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_10f4ffe9-d54c-1182-4eef-ede09591fc51-004457e6 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_43873cc1-657c-2d5c-14fc-4bd567b59cc0-004457e6 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_18f4f292-53cf-dd56-3f69-bcec88e8954f-004457e6 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_46348f0f-0061-148c-4a7d-c53a09a9010e-004457e6 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_2c590d5f-c40a-9cca-6b55-4af097c668d8-004457e6 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_2f4f7da7-af06-904b-5d17-47636d0d31f9-004457e6 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_2d168a80-688b-4d0f-090a-59f8319e2583-004457e6 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_07819617-731f-d7ae-4ffe-4cb0a47f74e8-004457e6 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_186f384b-8b64-db79-cf87-9f7fd3b12882-004457e6 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e732c41c-f501-4947-c53b-e01b2980aac3-004457e6 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-de34ea88-e58d-5bba-6967-1b96ee960171-004457e6 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_326af959-31ee-a9d0-b7ac-e3bec1b8e731-004457e6 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7e1d6fbd-f4b8-7ee2-521c-759f994b553f-004457e6 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d26fddfa-cd05-d7c9-494a-6c4efe994a5f-004457e6 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_489e0bc9-2a8d-dc5a-cd0a-d24993e24c42-004457e6 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_82e2bade-c387-9626-9485-b3b8fa853c99-004457e6 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_817dccf2-dfbf-f622-d27b-aa4f7395f36e-004457e6 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7dd3076b-2ee8-f337-d6e5-0506a5adc628-004457e6 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-dd150310-6b37-8712-031b-dfd9b249252b-004457e6 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_6d8a9842-1054-21c3-989c-6166fb8f8ac8-004457e6 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-adb69698-d770-d14e-c4a1-2c591c0d7d77-004457e6 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_75c07f56-33cb-353b-182d-c090eaaabd93-004457e6 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-aa93334b-2eb0-8ff3-f128-4268ef8d3929-004457e6 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-aabe6a23-0e36-04a7-301b-42e0d48f57aa-004457e6 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-row-align: center;
  align-self: center;
}

@media screen and (min-width: 1920px) {
  #w-node-_2d168a80-688b-4d0f-090a-59f8319e2583-004457e6 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_07819617-731f-d7ae-4ffe-4cb0a47f74e8-004457e6 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_85963d5b-2f2f-1af3-b41d-66e7f5beadc2-004457e6 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-fbb0cbe2-b090-ecae-ea6d-0e5b815cc99e-004457e6 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-fbb0cbe2-b090-ecae-ea6d-0e5b815cc9a2-004457e6 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-fbb0cbe2-b090-ecae-ea6d-0e5b815cc9a6-004457e6 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }

  #w-node-_16b38011-1083-4923-e400-a977454fcc3e-004457e6 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_5b7bb4ee-20a1-4222-816f-71ba0828f9aa-004457e6 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-_5a37fbe5-d140-f783-48e7-abb574165718-004457e6 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }

  #w-node-_75c07f56-33cb-353b-182d-c090eaaabd93-004457e6 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column-align: start;
    justify-self: start;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  #w-node-aa93334b-2eb0-8ff3-f128-4268ef8d3929-004457e6 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_6d8a9842-1054-21c3-989c-6166fb8f8ac8-004457e6 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  #w-node-aabe6a23-0e36-04a7-301b-42e0d48f57aa-004457e6 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-column-align: start;
    justify-self: start;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

