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

@font-face {
  font-family: Nexa;
  src: url('../fonts/Nexa-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --white: white;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.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 {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #5a5a5a;
  font-family: Prompt, sans-serif;
  font-size: 1rem;
  line-height: 1.7;
}

.container {
  flex: 1;
  max-width: 1560px;
  padding-left: 1rem;
  padding-right: 1rem;
}

.container.no_margin {
  z-index: 2;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block {
  position: relative;
}

.image {
  width: 250px;
}

.div-block-2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.text-span {
  color: #fb3;
  font-size: 3rem;
  font-weight: 700;
}

.heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.3;
}

.div-block-3 {
  background-color: #0000000d;
  background-image: url('../images/bg_form.avif');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-height: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
}

.div-block-3.thx {
  background-image: url('../images/bg.jpg');
  background-position: 50%;
  background-attachment: scroll;
  min-height: 550px;
  max-height: 900px;
}

.div-block-3.thx_box {
  background-image: url('../images/bg_1.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 100%;
}

.grid {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(410px, 550px) 1.25fr;
  place-items: center stretch;
  display: block;
}

.image-2 {
  width: 100%;
  min-width: 600px;
  max-width: 750px;
  margin-left: -15%;
  margin-right: auto;
}

.text-block {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.6;
}

.container-form {
  flex: 1;
  max-width: 1368px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  position: absolute;
  inset: 0% 0% auto;
}

.section {
  position: relative;
}

.box-form {
  z-index: 3;
  background-color: #fff;
  border: 2px solid #a57c40;
  border-radius: 36px;
  width: 100%;
  min-width: 0;
  margin-left: auto;
  padding: 40px;
  font-size: .9rem;
  position: relative;
  overflow: auto;
  box-shadow: 2px 2px 40px #00000040;
}

.div-block-4 {
  margin-bottom: 2rem;
}

.text-block-2 {
  text-align: center;
  text-transform: none;
  margin-bottom: 1rem;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.3;
}

.field-label {
  color: #000;
  margin-bottom: 3px;
  margin-left: 0;
  font-size: .7rem;
  font-weight: 600;
}

.text-field {
  background-color: #f2f2f2;
  border: 0 solid #000;
  border-radius: 8px;
  min-height: 58px;
  margin-bottom: 0;
  font-size: 1.1rem;
  font-weight: 500;
}

.text-field.numer_telefonu {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.text-field.big {
  min-height: 120px;
}

.text-field.big_2 {
  min-height: 178px;
}

.text-field.tel {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.box_mc_form {
  margin-bottom: 15px;
}

.text-block-3 {
  color: #5a5a5a;
  background-color: #fff;
  border: 1px solid #d8d8d8;
  border-right-width: 0;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  max-width: 48px;
  height: 48px;
  min-height: 48px;
  max-height: 48px;
  font-size: .8rem;
  font-weight: 600;
  display: flex;
}

.div-block-5 {
  display: flex;
}

.submit-button {
  background-color: #dfba74;
  border-radius: 8px;
  width: 100%;
  max-width: 162px;
  margin-left: auto;
  margin-right: 0;
  padding: .8rem;
  font-weight: 700;
  transition: background-color .3s;
  display: block;
}

.submit-button:hover {
  background-color: #000;
}

.text-block-4 {
  text-align: center;
  margin-top: 1.5rem;
}

.text-block-5 {
  text-align: center;
  font-weight: 700;
}

.checkbox {
  border: 1px solid #707070;
  border-radius: 6px;
  width: 20px;
  min-width: 20px;
  max-width: 20px;
  height: 20px;
  min-height: 20px;
  max-height: 20px;
  margin-top: 3px;
  margin-right: .5rem;
}

.checkbox:active {
  box-shadow: none;
}

.checkbox.w--redirected-checked {
  background-color: #fb3;
  background-image: url('../images/check_form.svg');
  background-position: 50%;
  background-size: 12px;
  border-color: #fb3;
}

.checkbox.w--redirected-focus, .checkbox.w--redirected-focus-visible {
  box-shadow: none;
}

.checkbox.osoba {
  background-color: #f2f2f2;
  border-width: 0;
  margin-top: 2px;
}

.checkbox-field {
  color: #5a5a5a;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 10px;
  font-size: .58rem;
  line-height: 1.4;
  display: flex;
}

.checkbox-field.osoba {
  color: #000;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 1rem;
  margin-bottom: 0;
  font-size: .8rem;
  line-height: 1.2;
  display: none;
}

.text-block-6 {
  color: #5a5a5a;
  font-size: .58rem;
  line-height: 1.4;
}

.separator {
  min-height: 1.2rem;
}

.div-block-6 {
  background-image: url('../images/bg_graf.png');
  background-position: 80%;
  background-repeat: no-repeat;
  background-size: 940px;
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-right: 400px;
}

.div-block-7 {
  margin-bottom: 0;
  padding-right: 0;
}

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

.text-span-2 {
  font-size: 1.15rem;
  font-weight: 600;
}

.div-block-8 {
  grid-column-gap: 4rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 4rem;
  margin-bottom: 4rem;
  padding-right: 0;
  display: grid;
}

.div-block-9 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  text-transform: uppercase;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  font-size: .9rem;
  font-weight: 600;
  line-height: 1.4;
  display: flex;
}

.image-3 {
  min-width: 55px;
  max-width: 55px;
  min-height: 55px;
  max-height: 55px;
}

.text-block-8 {
  color: #8f8f8f;
  font-size: .8rem;
}

.div-block-10 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  margin-top: 4rem;
  display: flex;
}

.div-block-11 {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: grid;
}

.text-block-9 {
  color: #8f8f8f;
  font-size: .7rem;
}

.div-block-12 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: minmax(650px, 1fr) minmax(460px, 650px);
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

.div-block-12.thx {
  grid-template-columns: 1fr minmax(350px, 350px);
}

.body {
  color: #000;
  font-family: Montserrat, sans-serif;
}

.button {
  background-color: #fb3;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.1rem;
  font-weight: 700;
  display: flex;
}

.text-block-10 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: .9rem;
  font-weight: 700;
}

.text-block-11 {
  text-align: center;
  margin-top: .5rem;
  margin-bottom: .5rem;
  font-size: .9rem;
}

.text-block-12 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: .6rem;
  font-size: .9rem;
}

.div-block-13 {
  background-color: #e6e6e6;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  flex: 1;
}

.link {
  color: #000;
}

.separator-small {
  min-height: .5rem;
}

.div-block-14 {
  padding: 0 2rem 0 0;
}

.text-block-13 {
  text-align: center;
  text-transform: uppercase;
  background-color: #efefef;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: .5rem 1rem;
  font-size: 1.6rem;
  font-weight: 700;
  display: inline-flex;
  box-shadow: 0 2px 15px #efefef66;
}

.text-block-14 {
  color: #fb3;
  text-align: center;
  text-shadow: 3px 6px 10px #0003;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
}

.div-block-15 {
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 695px;
  height: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  font-size: 1rem;
  display: flex;
  position: sticky;
  top: 3rem;
}

.div-block-15.thx {
  padding-top: 80px;
}

.div-block-16 {
  min-height: 400px;
}

.div-block-17 {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  font-size: .8rem;
  display: grid;
}

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

.image-5 {
  min-height: 60px;
  max-height: 60px;
  margin-bottom: .6rem;
}

.div-block-19 {
  background-image: linear-gradient(0deg, #192025, #0000);
  width: 100%;
  min-height: 230px;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-20 {
  color: #fff;
  background-color: #fb3;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-size: 1.4rem;
}

.text-block-15 {
  line-height: 1.4;
}

.section-2 {
  border-top: 2px solid #fb3;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

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

.text-block-16 {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
}

.grid-2 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  color: #5a5a5a;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 4rem;
}

.div-block-21 {
  padding: 1rem 30px 1rem 1rem;
  position: relative;
}

.div-block-22 {
  z-index: 2;
  background-image: linear-gradient(225deg, #e1e5e6, #f4f5f7);
  border: 2px solid #fff;
  border-radius: 12px;
  min-height: 100%;
  padding: 1rem;
  position: relative;
  box-shadow: 0 0 15px #00000026;
}

.div-block-23 {
  background-color: #fb3;
  border-radius: 25px 5px 5px 25px;
  width: 100%;
  max-width: 50%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.div-block-23.w2 {
  background-color: #ecaa26;
}

.div-block-23.w3 {
  background-color: #e69a00;
}

.div-block-23.w4 {
  background-color: #b77a00;
}

.image-6 {
  width: 100%;
  min-width: 30px;
  max-width: 30px;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.div-block-24 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.text-block-17 {
  font-size: 1.5rem;
  font-weight: 800;
}

.image-7 {
  min-height: 30px;
  max-height: 30px;
}

.text-block-18 {
  max-width: 150px;
  font-size: .9rem;
}

.section-4 {
  display: none;
}

.div-block-25 {
  margin-top: 1rem;
}

.bold-text {
  font-weight: 700;
}

.div-block-26 {
  background-color: #dcdcdc;
  width: 150px;
  height: 1px;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
}

.checkbox-label {
  margin-bottom: 0;
  padding-top: 2px;
}

.text-block-19 {
  text-align: center;
  line-height: 1.4;
}

.text-block-20 {
  color: #fff;
  text-align: left;
  text-shadow: 3px 6px 10px #0003;
  font-family: Great Vibes, cursive;
  font-size: 4.5rem;
  line-height: 1.4;
}

.text-block-21 {
  color: #fff;
  text-shadow: 3px 6px 10px #0003;
  margin-bottom: 1.5rem;
  font-size: 1.2rem;
  font-weight: 700;
}

.image-8 {
  max-height: 50px;
}

.div-block-27 {
  width: 160px;
  height: 1px;
  margin-top: 1rem;
  box-shadow: 0 2px 5px #0003;
}

.image-9 {
  margin-top: 1.5rem;
}

.text-block-22 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-size: 1.2rem;
}

.text-block-22.w1 {
  margin-bottom: 1.5rem;
  font-size: 1.4rem;
}

.text-block-22.color {
  color: #fb3;
}

.text-block-22.mt_1 {
  margin-top: 1.5rem;
}

.text-block-23 {
  color: #fff;
  margin-top: 1.5rem;
  font-size: 1.2rem;
}

.text-block-24 {
  color: #fb3;
  font-size: 1.8rem;
  font-weight: 700;
}

.bgox_data {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #ffffff61;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding-top: .4rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.div-block-29 {
  mix-blend-mode: overlay;
  background-color: #fff;
}

.div-block-30 {
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  font-weight: 700;
  display: flex;
}

.text-block-25 {
  text-shadow: 0 3px 12px #0003;
  font-size: 2rem;
}

.list-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  padding-top: .2rem;
  padding-bottom: .2rem;
  display: flex;
}

.text-block-26 {
  color: #f2cd97;
  font-size: 1.2rem;
  font-weight: 700;
}

.text-block-27 {
  color: #f2cd97;
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  font-weight: 700;
}

.text-block-28 {
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 700;
}

.text-block-29 {
  color: #f2cd97;
  font-weight: 700;
}

.text-block-30, .list {
  margin-bottom: 1rem;
}

.image-10 {
  margin-bottom: 5rem;
}

.grid-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.grid-5 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto auto;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-31 {
  background-color: #f2cd97;
  border-radius: 1000000px;
  justify-content: center;
  align-items: center;
  width: 24px;
  min-width: 24px;
  max-width: 24px;
  height: 24px;
  min-height: 24px;
  max-height: 24px;
  display: flex;
}

.div-block-31.szary {
  background-color: #cecece;
}

.div-block-31.akcept {
  background-color: #6cc071;
}

.text-block-31 {
  font-size: .8rem;
  font-weight: 700;
}

.div-block-32 {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  font-size: .7rem;
  line-height: 1.4;
  display: flex;
}

.div-block-32.szary {
  color: #7d7d7d;
  justify-content: flex-start;
  align-items: center;
}

.div-block-33 {
  background-color: #cecece;
  width: 100%;
  max-width: 14px;
  min-height: 2px;
  max-height: 2px;
}

.div-block-33.linia_color {
  background-color: #f2cd97;
}

.div-block-33.linia_color_green {
  background-color: #6cc071;
}

.text-block-33 {
  margin-top: 2rem;
  margin-bottom: 20px;
  font-size: .9rem;
}

.text-block-33.no_margin-top {
  margin-top: 0;
  font-size: .8rem;
}

.div-block-34 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1.5fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: start stretch;
  display: grid;
}

.div-block-35 {
  margin-top: 2rem;
}

.text-block-34 {
  margin-bottom: 1.1rem;
}

.text-block-34.no-margin-bottom {
  margin-bottom: 0;
}

.formularz-1, .formularz-2 {
  display: block;
}

.div-block-36 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.button_wstecz {
  text-align: center;
  background-color: #a8a8a8;
  border-radius: 8px;
  width: 100%;
  max-width: 162px;
  margin-left: 0;
  margin-right: auto;
  padding: .8rem;
  font-weight: 700;
  transition: background-color .3s;
  display: block;
}

.button_wstecz:hover {
  background-color: #000;
}

.formularz-3 {
  display: block;
}

.box-form-thx {
  z-index: 3;
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  text-align: center;
  background-color: #fff;
  border: 2px solid #a57c40;
  border-radius: 36px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 0;
  min-height: 750px;
  margin-top: 30px;
  margin-left: auto;
  font-size: .9rem;
  display: flex;
  position: relative;
  overflow: auto;
  box-shadow: 5px 5px 40px #0003;
}

.button-thx {
  text-align: center;
  text-transform: uppercase;
  background-color: #fb3;
  background-image: linear-gradient(315deg, #a57c40, #cd8a2f 48%, #a57c40);
  border-radius: 8px;
  width: 100%;
  max-width: 372px;
  margin-left: auto;
  margin-right: auto;
  padding: .8rem;
  font-weight: 700;
  transition: background-color .3s;
  display: block;
}

.button-thx:hover {
  background-color: #000;
}

.text-block-35 {
  letter-spacing: -1px;
  font-size: 1.4rem;
  font-weight: 700;
}

.image-11 {
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
}

.text-block-36 {
  color: #bb9051;
  font-size: 1rem;
  font-weight: 700;
}

.div-block-37 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #bb9051;
  background-color: #dfba741a;
  border-radius: 16px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  padding: 24px;
  font-size: .8rem;
  display: flex;
}

.div-block-38 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-block-37 {
  color: #8f8f8f;
  padding-right: 3rem;
  font-size: .7rem;
}

.section-5 {
  z-index: 2;
  background-color: var(--white);
  margin-top: -50px;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  inset: auto 0% 0%;
}

.div-block-39 {
  min-height: 2rem;
}

.formularz-4 {
  display: block;
}

.text-block-38 {
  font-size: .7rem;
  font-weight: 400;
}

.div-block-40 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-block-38-copy {
  font-size: .7rem;
  font-weight: 600;
}

.grid-6 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.heading-2 {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  font-size: 28px;
  font-weight: 500;
}

.heading-2.form {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
}

.grid-7 {
  grid-column-gap: 200px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto auto auto auto;
  margin-top: 65px;
}

.image-12 {
  width: 166px;
  min-width: 166px;
  max-width: 166px;
  height: 166px;
  min-height: 166px;
  max-height: 166px;
}

.text-block-39 {
  color: #dfba74;
  margin-bottom: 10px;
  font-size: 1.1rem;
  font-weight: 700;
}

.text-block-40 {
  font-size: .9rem;
  font-weight: 400;
}

.div-block-43 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section-6 {
  background-color: #f7f7f7;
  border-top: 3px solid #a57c40;
  padding-top: 50px;
  padding-bottom: 30px;
}

.text-block-41 {
  text-align: center;
  font-weight: 700;
}

.grid-8 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 65px;
}

.div-block-44 {
  text-align: center;
  border: 2px solid #dfba74;
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

.section-7 {
  border-top: 3px solid #a57c40;
  padding-top: 50px;
  padding-bottom: 50px;
}

.div-block-45 {
  background-color: #f7f7f7;
  min-height: 50px;
  position: absolute;
  inset: 0% 0% auto;
}

.div-block-45.w2 {
  background-color: #fff;
  inset: auto 0% 0%;
}

.div-block-45.thx {
  min-height: 80px;
}

.text-span-3, .bold-text-2 {
  color: #dfba74;
}

.text-block-42 {
  text-align: center;
  margin-top: 30px;
}

.code-embed {
  display: none;
}

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

.link-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #af8c57;
  background-color: #fff;
  border: 2px solid #af8c57;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  min-height: 54px;
  padding: 10px 50px 8px;
  font-size: .9rem;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
}

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

.link-block.w2 {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(270deg, #a57c40, #d2a562 57%, #a57c40);
  border: 0px solid #af8c57;
}

.div-block-46 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 30px;
  display: flex;
}

.icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

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

.text-block-44 {
  text-align: center;
  margin-top: 24px;
  margin-bottom: 0;
}

.link-2 {
  color: #dfba74;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  text-decoration: none;
  display: block;
}

.text-block-45 {
  color: #787878;
  margin-bottom: 40px;
  margin-top: 40px;
  font-size: 10px;
}

.link-3 {
  color: #787878;
}

.div-block-47 {
  color: #00000080;
  background-color: #f2f2f2;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  max-width: 64px;
  height: 58px;
  min-height: 58px;
  max-height: 58px;
  display: flex;
  position: relative;
}

.div-block-48 {
  display: flex;
}

.div-block-49 {
  background-color: #0003;
  width: 1px;
  height: 30px;
  min-height: 30px;
  max-height: 30px;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.text-block-46 {
  color: #00000080;
}

.section-9 {
  background-image: url('../images/bg-top.avif');
  background-position: 0 0;
  background-size: auto;
  padding-top: 130px;
  padding-bottom: 130px;
}

.div-block-50 {
  color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-47 {
  text-align: center;
  max-width: 1024px;
  font-size: 1.4rem;
  font-weight: 500;
}

.text-block-48 {
  text-align: center;
  max-width: 930px;
  margin: 44px auto;
  font-size: 1.1rem;
}

@media screen and (max-width: 991px) {
  .container {
    padding-bottom: 2rem;
  }

  .container.no_margin {
    justify-content: space-between;
    align-items: stretch;
    padding-right: 0;
  }

  .container.no_margin.thx {
    justify-content: center;
    align-items: center;
  }

  .div-block-2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-3 {
    background-position: 50% 0;
    background-size: cover;
    background-attachment: scroll;
    min-height: 0;
    max-height: none;
  }

  .div-block-3.thx_box {
    min-height: 100vh;
  }

  .grid {
    grid-template-columns: minmax(410px, 550px);
    place-items: center stretch;
    width: 100%;
    display: block;
  }

  .image-2 {
    min-width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .text-block {
    width: 100%;
  }

  .container-form {
    position: relative;
  }

  .text-field {
    font-size: 1.1rem;
  }

  .div-block-6 {
    padding-right: 0;
  }

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

  .div-block-11 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: auto;
    place-items: center;
  }

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

  .image-4 {
    max-width: 320px;
  }

  .div-block-12 {
    grid-template-columns: 1fr;
    overflow: hidden;
  }

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

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

  .div-block-15 {
    max-width: 100%;
  }

  .div-block-16, .div-block-17, .div-block-19 {
    display: none;
  }

  .div-block-20 {
    padding-bottom: 6rem;
  }

  .text-block-16 {
    font-size: 2rem;
  }

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

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

  .section-4 {
    padding-top: 3rem;
    display: block;
  }

  .image-10 {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-4, .div-block-38 {
    grid-template-columns: 1fr;
  }

  .section-5 {
    margin-top: 0;
  }

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

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

  .div-block-43 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .grid-8 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-45, .div-block-45.w2 {
    display: none;
  }

  .text-block-44 {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding-bottom: 2rem;
    padding-left: 1rem;
  }

  .text-span {
    font-size: 2.7rem;
  }

  .heading {
    font-size: 2.1rem;
  }

  .div-block-3.thx {
    background-size: cover;
    max-height: none;
  }

  .div-block-8 {
    grid-template-columns: 1fr;
    place-items: start center;
  }

  .div-block-9 {
    max-width: 320px;
  }

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

  .div-block-15 {
    padding-bottom: 2rem;
  }

  .image-10 {
    margin-bottom: 3rem;
  }

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

  .box-form-thx {
    min-height: 0;
  }

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

  .text-block-37 {
    padding-right: 0;
  }

  .section-5 {
    margin-top: 0;
  }

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

  .link-block {
    width: 100%;
  }

  .div-block-46 {
    flex-flow: column;
    max-width: 300px;
    margin: 30px auto;
  }
}

@media screen and (max-width: 479px) {
  .container.no_margin {
    padding-right: 1rem;
  }

  .image {
    width: 200px;
  }

  .div-block-2 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .text-span {
    font-size: 2.3rem;
  }

  .heading {
    font-size: 1.8rem;
  }

  .div-block-3 {
    min-height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-2 {
    margin-right: -20%;
  }

  .text-block {
    font-size: 1.2rem;
  }


  .submit-button {
    max-width: 100%;
  }

  .div-block-6 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .text-span-2 {
    font-size: 1.1rem;
  }

  .div-block-8 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .div-block-12 {
    padding-top: 0;
  }

  .div-block-14 {
    padding: 0 1rem;
  }

  .text-block-13 {
    padding-left: .8rem;
    padding-right: .8rem;
    font-size: 1.2rem;
  }

  .text-block-14 {
    margin-bottom: 0;
    font-size: 1.6rem;
  }

  .div-block-15 {
    font-size: .9rem;
  }

  .div-block-20 {
    padding-top: 1.5rem;
    padding-bottom: 5.5rem;
  }

  .text-block-15 {
    font-size: 1.2rem;
    line-height: 1.5;
  }

  .section-3 {
    padding-top: 3rem;
  }

  .text-block-16 {
    font-size: 1.6rem;
  }

  .grid-2 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 2rem;
    margin-top: 2rem;
  }

  .div-block-21 {
    padding: .6rem 20px .6rem .6rem;
  }

  .div-block-22 {
    padding: .6rem;
  }

  .image-6 {
    min-width: 20px;
    max-width: 20px;
  }

  .div-block-24 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .text-block-18 {
    font-size: .8rem;
  }

  .grid-3 {
    font-size: .9rem;
  }

  .text-block-20 {
    font-size: 3.85rem;
  }

  .image-9 {
    margin-top: 1rem;
  }

  .text-block-22.w1 {
    margin-bottom: 1rem;
  }

  .bgox_data {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .image-10 {
    max-width: 75%;
    margin-bottom: 2rem;
  }

  .text-block-32 {
    display: none;
  }

  .div-block-34 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .box-form-thx {
    padding: 30px;
  }

  .div-block-37 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

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

  .div-block-43 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

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

  .text-block-45 {
    margin-bottom: 24px;
  }

  .box-form {

  padding: 30px;
}

}

#w-node-d2e440be-da1a-3e3e-31c1-a5ad572eb3ce-b84cbc1e, #w-node-d2e440be-da1a-3e3e-31c1-a5ad572eb3d5-b84cbc1e, #w-node-d2e440be-da1a-3e3e-31c1-a5ad572eb3da-b84cbc1e, #w-node-d2e440be-da1a-3e3e-31c1-a5ad572eb3e0-b84cbc1e, #w-node-d2e440be-da1a-3e3e-31c1-a5ad572eb3e6-b84cbc1e, #w-node-d2e440be-da1a-3e3e-31c1-a5ad572eb3ed-b84cbc1e, #w-node-d2e440be-da1a-3e3e-31c1-a5ad572eb3f4-b84cbc1e, #w-node-d2e440be-da1a-3e3e-31c1-a5ad572eb3fa-b84cbc1e {
  order: -9999;
}

#w-node-_8dbf264a-7a66-f767-9911-c2a7558347fd-b84cbc1e, #w-node-f74b6472-151a-f97f-b88e-4b28a66841d8-b84cbc1e, #w-node-_05d11042-efab-a792-00ed-7e6648345d92-b84cbc1f, #w-node-_05d11042-efab-a792-00ed-7e6648345d95-b84cbc1f {
  align-self: stretch;
}


@font-face {
  font-family: 'Greatvibes';
  src: url('../fonts/GreatVibes-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nexa';
  src: url('../fonts/Nexa-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nexa';
  src: url('../fonts/Nexa-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}