.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-embed {display: flex;}

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

body {
  font-family: Hahmlet, sans-serif;
  color: #3d4f5b;
  font-size: 18px;
  line-height: 29px;
}

.container {
  max-width: 1340px;
  padding-right: 20px;
  padding-left: 20px;
}

.section {
  max-width: 2600px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #cfe8f1;
}

.heading {
  max-width: 70%;
  line-height: 42px;
  font-weight: 500;
}

.heading._100 {
  max-width: 90%;
  margin-top: 0px;
  margin-bottom: 0px;
}

.heading.center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.text-block {
  max-width: 285px;
  font-family: Roboto, sans-serif;
  color: #707e8c;
  font-weight: 500;
}

.text-block.w3 {
  width: 100%;
  max-width: 450px;
  font-weight: 400;
}

.text-block.w2 {
  max-width: 550px;
  font-weight: 400;
}

.image {
  width: 100px;
  height: 100px;
  min-height: 100px;
  min-width: 100px;
  margin-bottom: 30px;
}

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

.div-block.w_3 {
  max-width: 32%;
}

.div-block.w2 {
  max-width: 50%;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  margin-bottom: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 2600px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 50%;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-image: url('../images/postac_footer.jpg');
  background-position: 50% 30%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-bottom-left-radius: 50px;
  background-color: rgba(190, 223, 230, 0.15);
}

.div-block-6 {
  width: 100%;
  max-width: 670px;
  min-height: 100px;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 20px;
}

.div-block-6.r_150 {
  padding-right: 130px;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.text-block-2 {
  margin-bottom: 30px;
  font-family: Roboto, sans-serif;
  color: #707e8c;
  font-weight: 700;
}

.text-field {
  min-height: 60px;
  border-style: solid;
  border-width: 0px 0px 1px;
  border-color: #000 #000 #8dc3c5;
  background-color: transparent;
  font-family: Roboto, sans-serif;
  color: #3d4f5b;
  font-size: 18px;
  font-weight: 500;
}

.text-field:hover {
  background-color: rgba(207, 232, 241, 0.2);
}

.text-field:focus {
  border-bottom-color: #3d4f5b;
}

.text-field::-webkit-input-placeholder {
  color: rgba(61, 79, 91, 0.9);
  font-size: 16px;
  font-weight: 400;
}

.text-field:-ms-input-placeholder {
  color: rgba(61, 79, 91, 0.9);
  font-size: 16px;
  font-weight: 400;
}

.text-field::-ms-input-placeholder {
  color: rgba(61, 79, 91, 0.9);
  font-size: 16px;
  font-weight: 400;
}

.text-field::placeholder {
  color: rgba(61, 79, 91, 0.9);
  font-size: 16px;
  font-weight: 400;
}

.checkbox-field {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 35px;
  font-family: Roboto, sans-serif;
}

.checkbox-label {
  color: rgba(61, 79, 91, 0.8);
  font-size: 11px;
  line-height: 18px;
}

.form-block {
  max-width: 460px;
}

.submit-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 200px;
  min-height: 60px;
  -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-radius: 1000px;
  background-color: #8cd0de;
  box-shadow: 0 10px 15px 0 rgba(207, 232, 241, 0.5);
  -webkit-transition: background-color 250ms ease-in-out;
  transition: background-color 250ms ease-in-out;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  text-align: center;
}

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

.submit-button.w2 {
  max-width: 250px;
  min-height: 50px;
  box-shadow: none;
  font-weight: 500;
}

.submit-button.w3 {
  margin-bottom: 90px;
}

.div-block-8 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 670px;
  padding-right: 20px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.image-2 {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: auto;
  max-width: 400px;
  margin-left: -200px;
}

.image-2.w2 {
  display: none;
}

.div-block-9 {
  position: absolute;
  bottom: 150px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 100%;
  min-height: 150px;
  margin-right: 20px;
  padding: 20px 30px 20px 110px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px 10px 10px 0px;
  background-color: #3d4f5b;
  font-family: Roboto, sans-serif;
  color: #fff;
  line-height: 32px;
}

.div-block-9.w2 {
  display: none;
}

.section-3 {
  position: relative;
  max-width: 2600px;
  margin-top: -150px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 250px;
  padding-bottom: 100px;
  background-color: rgba(190, 223, 230, 0.15);
}

.heading-2 {
  max-width: 90%;
  margin-top: 0px;
  margin-bottom: 60px;
  font-size: 36px;
  line-height: 48px;
  font-weight: 500;
}

.heading-2.center {
  max-width: 100%;
  margin-bottom: 80px;
  text-align: center;
}

.heading-2.white_txt {
  margin-bottom: 60px;
  color: #fff;
}

.div-block-12 {
  overflow: hidden;
  margin-top: 90px;
}

.right-arrow {
  left: auto;
  top: 0%;
  right: 20px;
  bottom: 0%;
  display: none;
  width: 40px;
  height: 40px;
  min-height: 440px;
  margin-top: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-26 {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  height: 120px;
  max-height: 120px;
  max-width: 120px;
  min-height: 120px;
  min-width: 120px;
  -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-radius: 100px;
  background-color: rgba(255, 255, 255, 0.95);
}

.image-17 {
  position: relative;
  width: 100%;
  min-height: 550px;
  -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-radius: 25px;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
  -o-object-fit: cover;
  object-fit: cover;
}

.text-block-13 {
  margin-top: 20px;
  color: #3d4f5b;
  font-weight: 500;
  text-align: left;
  text-transform: uppercase;
}

.slider {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 1000px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-bottom: 60px;
  padding-left: 0px;
  background-color: transparent;
}

.slider.w_wideo {
  display: none;
}

.slide {
  overflow: visible;
  width: 100%;
  max-width: 1000px;
  margin-right: 0px;
  padding: 0px 50px;
  border-style: solid;
  border-width: 0px;
  border-color: rgba(70, 137, 215, 0.2);
  border-radius: 15px;
}

.image-15 {
  margin-bottom: 5px;
  opacity: 0.5;
  -webkit-transition: opacity 250ms ease-in-out;
  transition: opacity 250ms ease-in-out;
}

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

.slide-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  text-align: center;
}

.mask {
  overflow: visible;
  background-color: transparent;
}

.text-block-14 {
  margin-top: 20px;
  margin-bottom: 15px;
  color: #fff;
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  text-transform: none;
}

.left-arrow {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: none;
  width: 40px;
  height: 40px;
  min-height: 40px;
  margin-top: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #3d4f5b;
}

.image-17-copy {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-height: 550px;
  min-height: 550px;
  -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-radius: 25px;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
  -o-object-fit: cover;
  object-fit: cover;
}

.slide_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 900px;
  min-height: 350px;
  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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
}

.slide_wrap.w_2 {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.image-18 {
  width: 100%;
  max-width: 35px;
  margin-right: -5px;
}

.grid {
  justify-items: center;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  grid-template-areas: "Area Area-2"
    "Area-4 Area-3"
    "Area-5 Area-6"
    "Area-7 Area-8";
  -ms-grid-columns: 1.5fr 1fr;
  grid-template-columns: 1.5fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.grid-2 {
  justify-items: end;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -ms-grid-columns: 1.75fr 1fr;
  grid-template-columns: 1.75fr 1fr;
}

.grid-3 {
  grid-template-areas: ". ."
    "Area Area";
}

.div-block-27 {
  width: 100%;
  min-height: 100px;
  background-color: #3d4f5b;
}

.image-19 {
  height: 100%;
}

.grid-4 {
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.grid-5 {
  height: 100%;
  grid-auto-flow: row;
  grid-auto-rows: auto;
  grid-template-areas: "Area-2"
    "Area-2"
    "Area-3";
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 1fr 0.25fr 0.75fr;
  grid-template-rows: 1fr 0.25fr 0.75fr;
}

.div-block-28 {
  overflow: hidden;
  min-height: 320px;
  border-radius: 10px;
  background-color: #dfdfdf;
  -o-object-fit: cover;
  object-fit: cover;
}

.div-block-29 {
  overflow: hidden;
  max-height: 265px;
  min-height: 265px;
  border-radius: 10px;
  background-color: #8f8f8f;
  -o-object-fit: cover;
  object-fit: cover;
}

.div-block-30 {
  overflow: hidden;
  border-radius: 10px;
  background-color: #b4b4b4;
}

.div-block-31 {
  overflow: hidden;
  min-height: 480px;
  border-radius: 10px;
  background-color: #666;
}

.div-block-32 {
  overflow: hidden;
  min-height: 100%;
  border-radius: 10px;
  background-color: #929292;
}

.div-block-33 {
  overflow: hidden;
  height: 100%;
  max-height: none;
  min-height: 100%;
  border-radius: 10px;
  background-color: #636262;
}

.div-block-34 {
  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;
}

.image-20 {
  width: 100%;
  max-width: 120px;
}

.section-4 {
  max-width: 2600px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
  background-color: rgba(190, 223, 230, 0.15);
}

.text-block-15 {
  width: 100%;
  max-width: 800px;
  margin-bottom: 40px;
  color: #707e8c;
  font-size: 22px;
  line-height: 38px;
}

.image-21 {
  width: 100%;
  max-width: 430px;
}

.div-block-35 {
  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;
}

.div-block-36 {
  margin-left: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  background-image: url('../images/opin_img.svg');
  background-position: 80% 0%;
  background-size: 120px;
  background-repeat: no-repeat;
}

.section-5 {
  position: relative;
  z-index: 2;
  max-width: 2600px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
}

.section-6 {
  position: relative;
  max-width: 2600px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  border-top-left-radius: 75px;
  background-color: rgba(190, 223, 230, 0.15);
}

.text-block-16 {
  margin-bottom: 40px;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  text-align: center;
}

.image-22 {
  display: block;
  width: 100%;
  max-width: 120px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.section-7 {
  max-width: 2600px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.text-block-17 {
  color: #707e8c;
  font-weight: 700;
  text-align: center;
}

.text-span {
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.div-block-37 {
  width: 100px;
  height: 1px;
  margin: 40px auto;
  background-color: rgba(128, 136, 155, 0.15);
}

.div-block-38 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-height: 80px;
  max-width: 120px;
  min-height: 80px;
  -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;
}

.image-23 {
  height: auto;
  max-height: 80px;
}

.image-23.w_big {
  max-height: 120px;
}

.div-block-39 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section-8 {
  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;
}

.div-block-40 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 50%;
  padding-bottom: 100px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: rgba(207, 232, 241, 0.15);
}

.div-block-41 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 50%;
  min-height: 100px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom-right-radius: 75px;
  background-color: #cfe8f1;
  background-image: url('../images/bg_w.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-42 {
  width: 100%;
  max-width: 670px;
  min-height: 100px;
  padding-top: 350px;
  padding-left: 20px;
}

.div-block-43 {
  width: 100%;
  max-width: 670px;
  min-height: 100px;
  padding-right: 20px;
}

.section-9 {
  position: relative;
  max-width: 2600px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 140px;
  padding-bottom: 300px;
  background-image: url('../images/bg_polowa.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat-y;
}

.div-block-44 {
  width: 100%;
  max-width: 50%;
  padding-right: 0px;
}

.text-block-18 {
  width: 100%;
  max-width: 430px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 18px;
}

.text-span-2 {
  font-family: Hahmlet, sans-serif;
}

.div-block-45 {
  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;
}

.image-24 {
  position: absolute;
  left: 50%;
  top: 10%;
  right: auto;
  bottom: 0%;
  width: 100%;
  max-width: 280px;
  margin-right: auto;
  margin-left: -130px;
  -webkit-transform: rotate(25deg);
  -ms-transform: rotate(25deg);
  transform: rotate(25deg);
}

.section-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 2600px;
  min-height: 650px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: rgba(207, 232, 241, 0.15);
}

.div-block-46 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-47 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 50%;
  padding-left: 160px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.text-block-19 {
  font-family: Roboto, sans-serif;
  color: #80899c;
}

.div-block-48 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 370px;
  margin-bottom: 60px;
  -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;
}

.image-25 {
  width: 100px;
  height: 100px;
  min-height: 100px;
  min-width: 100px;
  margin-right: 20px;
}

.div-block-49 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 540px;
  min-height: 190px;
  padding-top: 30px;
  padding-right: 20px;
  padding-bottom: 30px;
  -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: 10px;
  background-color: #707e8c;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-weight: 400;
}

.div-block-49.w2 {
  margin-left: 30px;
}

.image-26 {
  width: 100%;
  max-height: 160px;
  max-width: 140px;
  min-height: 160px;
  margin-top: -90px;
  margin-right: 20px;
  margin-left: -30px;
  padding-top: 0px;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 30%;
  object-position: 50% 30%;
}

.text-block-20 {
  margin-bottom: 20px;
}

.section-11 {
  position: relative;
  max-width: 2600px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
  padding-bottom: 0px;
}

.text-span-3 {
  color: #8dc3c5;
}

.div-block-50 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  margin-bottom: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section-12 {
  position: relative;
  max-width: 2600px;
  margin-top: -160px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 220px;
  padding-bottom: 100px;
  background-color: #cfe8f1;
}

.div-block-51 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-52 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 50%;
  -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;
}

.div-block-53 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 50%;
  min-height: 100px;
  -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;
}

.div-block-54 {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 550px;
  min-height: 600px;
  border-top-left-radius: 75px;
  border-bottom-right-radius: 75px;
  background-color: #3d4f5b;
  background-image: url('../images/bg_s.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-55 {
  position: absolute;
  left: auto;
  top: auto;
  right: 6%;
  bottom: auto;
  width: 200px;
  height: 200px;
  border-radius: 1000000px;
  background-color: #3d4f5b;
}

.image-27 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -18%;
  width: 100%;
  max-width: 400px;
  margin: auto auto auto 35%;
}

.html-embed {
  display: none;
}

.div-block-56 {
  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;
}

.section-13 {
  position: relative;
  z-index: 2;
  max-width: 2600px;
  margin-right: auto;
  margin-left: auto;
}

.heading-3 {
  font-size: 25px;
  font-weight: 500;
}

.heading-3.w1 {
  margin-bottom: 30px;
}

.text-block-21 {
  max-width: 500px;
  margin-bottom: 60px;
  font-family: Roboto, sans-serif;
  color: #707e8c;
  font-weight: 400;
}

.div-block-57 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 50%;
  -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;
}

.div-block-58 {
  width: 100%;
  max-width: 50%;
  padding-right: 100px;
  padding-bottom: 0px;
}

.image-28 {
  width: 100%;
  max-width: 250px;
}

.image-29 {
  max-width: 220px;
  margin-top: -300px;
  margin-right: -100px;
}

.div-block-59 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 470px;
  min-height: 160px;
  margin-top: 0px;
  padding: 20px 20px 20px 30px;
  -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;
  border-radius: 10px;
  background-color: #707e8c;
  color: #fff;
}

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

.text-block-22 {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.text-block-23 {
  margin-bottom: 20px;
  font-size: 36px;
  line-height: 46px;
}

.div-block-61 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 50%;
  min-height: 100px;
  padding: 60px 100px 60px 0px;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-bottom-left-radius: 75px;
  background-color: rgba(190, 223, 230, 0.15);
  background-image: url('../images/kolo_1.svg');
  background-position: 100% 10%;
  background-size: 300px;
  background-repeat: no-repeat;
}

.div-block-61.w2 {
  background-color: rgba(255, 255, 255, 0.15);
}

.section-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 2600px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-61-copy {
  width: 100%;
  max-width: 50%;
  min-height: 100px;
  background-color: rgba(190, 223, 230, 0.15);
}

.div-block-61-copy.w2 {
  position: relative;
  padding-bottom: 150px;
  background-color: rgba(255, 255, 255, 0.15);
}

.heading-4 {
  margin-top: 0px;
  margin-bottom: 40px;
  font-size: 40px;
  line-height: 50px;
  font-weight: 400;
}

.text-block-24 {
  max-width: 450px;
  margin-bottom: 60px;
  font-family: Roboto, sans-serif;
  color: #707e8c;
}

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

.div-block-62 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 670px;
  padding-left: 20px;
  -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;
}

.image-30 {
  width: 100%;
  max-height: 700px;
  min-height: 700px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.image-31 {
  width: 100%;
  max-width: 230px;
  margin-bottom: 100px;
}

.image-31.thx {
  display: block;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
}

.div-block-63 {
  position: absolute;
  left: -160px;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 320px;
  min-height: 200px;
  padding: 180px 20px 60px;
  -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;
  background-color: transparent;
}

.div-block-63.thx {
  position: static;
  left: auto;
  right: auto;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
}

.image-32 {
  max-width: 90%;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-height: 300px;
  max-width: 300px;
  min-height: 300px;
  margin-top: -150px;
  margin-right: 40px;
  -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-radius: 100000px;
  background-image: url('../images/oval_link.svg');
  background-position: 50% 100%;
  background-size: auto;
  background-repeat: no-repeat;
}

.div-block-64 {
  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;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-block-65 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 125px;
  height: 125px;
  -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-radius: 10000px;
  background-color: #fff;
  -webkit-transition: box-shadow 250ms ease-in-out;
  transition: box-shadow 250ms ease-in-out;
}

.div-block-65:hover {
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
}

.image-33 {
  width: auto;
  max-height: 28px;
}

.checkbox {
  width: 20px;
  height: 20px;
  margin-left: -35px;
  border-color: #cfe8f1;
}

.checkbox.w--redirected-checked {
  background-color: #3d4f5b;
  background-size: 12px;
}

.overlay {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 45;
  display: none;
  width: 100vw;
  height: 100vh;
  max-width: 1340px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 20px;
  -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;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.menu-links {
  position: static;
  left: 65px;
  z-index: 999999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-left: 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;
}

.div-block-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
  border-bottom: 1px solid #e6e6e6;
  text-decoration: none;
}

.link-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #000;
  font-size: 26px;
  line-height: 40px;
  font-weight: 700;
  text-decoration: none;
}

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

.link-2.w--current {
  opacity: 1;
}

.arrow_menu {
  display: none;
  width: 100%;
  max-width: 50px;
}

.menu-bg {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 8888;
  display: block;
  background-color: rgba(255, 255, 255, 0.95);
}

.section-15 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 2600px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: transparent;
}

.div-block-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-9 {
  width: 30px;
  height: 30px;
  min-height: 30px;
  min-width: 30px;
  margin-right: 15px;
  margin-bottom: 5px;
}

.div-block-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -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;
}

.container-2 {
  position: relative;
  max-width: 1340px;
  padding-right: 20px;
  padding-left: 20px;
}

.menu {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 99999;
  width: 30px;
  margin-left: 0px;
  cursor: pointer;
}

.menu-left-2 {
  position: static;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999999999;
  display: none;
  width: 60px;
  height: 60vh;
  max-height: 60px;
  max-width: 60px;
  min-height: 60px;
  min-width: 60px;
  margin-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -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-radius: 100px;
  background-color: #fff;
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.15);
  cursor: pointer;
}

.menu-left {
  position: static;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999999999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60vh;
  max-height: 60px;
  max-width: 60px;
  min-height: 60px;
  min-width: 60px;
  margin-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -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-radius: 100px;
  background-color: #fff;
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.15);
  cursor: pointer;
}

.link-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  padding-right: 20px;
  padding-bottom: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #f2f2f2;
  color: #000;
  text-decoration: none;
}

.image-8 {
  width: 100%;
  max-width: 110px;
}

.div-block-66 {
  position: absolute;
  left: 0%;
  top: 0px;
  right: auto;
  bottom: auto;
  width: 60px;
  height: 0px;
}

.div-block-66.w2 {
  top: 80px;
}

.thx {
  margin-bottom: 10px;
  text-align: center;
}

.image-34 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-35 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-36 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.text-span-5 {
  color: #8cd0de;
}

.image-37 {
  overflow: hidden;
  max-width: 180px;
  margin-bottom: 30px;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
}

.text-block-25 {
  font-size: 16px;
  line-height: 26px;
  text-align: left;
}

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

.section-16 {
  margin-bottom: 60px;
  padding-top: 60px;
  padding-bottom: 60px;
  border-top: 1px solid rgba(207, 232, 241, 0.5);
  border-bottom: 1px solid rgba(207, 232, 241, 0.5);
}

.grid-7 {
  grid-auto-flow: column;
  grid-column-gap: 10px;
  grid-row-gap: 1px;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.bold-text {
  padding-top: 20px;
  padding-bottom: 20px;
}

.text-block-26 {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #cfe8f1;
  text-align: center;
}

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

.text-block-27.w_big {
  font-size: 24px;
  line-height: 38px;
}

.div-block-68 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-block-69 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.text-span-6 {
  color: #3d4f5b;
  font-weight: 700;
}

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

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

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

  .heading {
    max-width: 100%;
  }

  .text-block.w3 {
    max-width: 100%;
  }

  .div-block {
    max-width: 48%;
    margin-bottom: 30px;
  }

  .div-block.w_3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    -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;
    text-align: center;
  }

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

  .div-block-2 {
    margin-top: 40px;
    margin-bottom: 40px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .section-2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: rgba(190, 223, 230, 0.15);
  }

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

  .div-block-4 {
    max-width: 100%;
    min-height: 650px;
    margin-right: auto;
    margin-left: auto;
    background-position: 50% 20%;
  }

  .div-block-6 {
    max-width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-6.r_150 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

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

  .image-2 {
    display: none;
    margin-left: 0px;
  }

  .image-2.w2 {
    display: block;
  }

  .div-block-9 {
    position: relative;
    bottom: 0px;
    display: none;
    padding-left: 30px;
    text-align: left;
  }

  .div-block-9.w2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 70%;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 10px;
  }

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

  .div-block-11 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 50%;
    -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;
  }

  .section-3 {
    margin-top: 0px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .heading-2.center {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .div-block-12 {
    margin-top: 40px;
  }

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

  .grid-5 {
    height: auto;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .div-block-32 {
    min-height: 350px;
  }

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

  .grid-6 {
    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;
    justify-items: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: start;
    -ms-flex-line-pack: start;
    align-content: start;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 100% 1fr;
    grid-template-columns: 100% 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .div-block-35 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .div-block-36 {
    width: 100%;
    margin-left: 0px;
    padding-bottom: 0px;
  }

  .section-5 {
    padding-top: 40px;
  }

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

  .text-block-16 {
    margin-bottom: 20px;
  }

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

  .div-block-40 {
    max-width: 100%;
    padding-bottom: 0px;
  }

  .div-block-41 {
    max-width: 100%;
    min-height: 450px;
  }

  .div-block-42 {
    max-width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-9 {
    padding-top: 40px;
    padding-bottom: 0px;
    background-color: #80899c;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .div-block-44 {
    max-width: 100%;
    padding-right: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
  }

  .text-block-18 {
    max-width: 100%;
  }

  .div-block-45 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-24 {
    display: none;
  }

  .section-10 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-47 {
    max-width: 100%;
    padding-top: 40px;
    padding-right: 20px;
    padding-left: 20px;
    -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;
    background-color: #cfe8f1;
  }

  .div-block-48 {
    margin-bottom: 40px;
  }

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

  .div-block-49._30 {
    margin-left: 30px;
  }

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

  .div-block-50 {
    margin-top: 40px;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-12 {
    margin-top: 0px;
    padding-top: 40px;
  }

  .div-block-51 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-52 {
    max-width: 100%;
    margin-bottom: 40px;
  }

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

  .div-block-54 {
    max-width: 100%;
    min-height: 400px;
  }

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

  .image-27 {
    bottom: -7%;
    max-width: 250px;
  }

  .div-block-56 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .text-block-21 {
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .div-block-57 {
    max-width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-58 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    padding-right: 0px;
    padding-bottom: 20px;
    -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;
  }

  .image-28 {
    margin-right: auto;
    margin-left: auto;
  }

  .image-29 {
    max-width: 180px;
    margin-top: -230px;
    margin-right: 0px;
  }

  .div-block-59 {
    width: 100%;
    max-width: 600px;
    padding-right: 0px;
  }

  .div-block-61 {
    padding-right: 50px;
    background-size: 250px;
  }

  .heading-4 {
    font-size: 29px;
    line-height: 38px;
  }

  .text-block-24 {
    width: 100%;
    max-width: 280px;
    font-size: 16px;
    line-height: 28px;
  }

  .div-block-63 {
    left: -130px;
    max-width: 260px;
  }

  .link-block {
    max-height: 200px;
    max-width: 200px;
    min-height: 200px;
    margin-top: -100px;
    margin-right: 20px;
  }

  .div-block-65 {
    width: 100px;
    height: 100px;
  }

  .image-33 {
    max-height: 22px;
  }

  .overlay {
    display: none;
    -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;
  }

  .menu-links {
    margin-left: 0px;
  }

  .menu-left-2 {
    position: relative;
    left: 0px;
  }

  .menu-left {
    position: relative;
    left: 0px;
  }

  .image-8 {
    max-width: 100px;
  }

  .div-block-66 {
    top: -40px;
    height: 40px;
  }

  .div-block-66.w2 {
    top: -60px;
  }
}

@media screen and (max-width: 767px) {
  .image {
    width: 70px;
    height: 70px;
    max-width: 70px;
    min-height: 70px;
    min-width: 70px;
  }

  .div-block-6.r_150 {
    -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;
  }

  .checkbox-label {
    text-align: left;
  }

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

  .submit-button.w3 {
    margin-bottom: 40px;
  }

  .image-2.w2 {
    margin: auto;
  }

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

  .div-block-10 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    -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;
    text-align: center;
  }

  .heading-2.center {
    max-width: 100%;
  }

  .slider {
    max-width: none;
    padding-right: 0px;
    padding-left: 0px;
  }

  .slide {
    max-width: none;
    padding-right: 20px;
    padding-left: 20px;
  }

  .slide_wrap {
    width: 100%;
    max-width: none;
  }

  .section-7 {
    padding-top: 0px;
  }

  .div-block-38 {
    max-width: 48%;
    margin-bottom: 20px;
  }

  .div-block-39 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .image-25 {
    width: 70px;
    height: 70px;
    max-width: 70px;
    min-height: 70px;
    min-width: 70px;
  }

  .div-block-61 {
    max-width: 100%;
    padding-top: 40px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-size: 200px;
  }

  .section-14 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-61-copy.w2 {
    max-width: 100%;
    padding-bottom: 120px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .text-block-24 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .div-block-62 {
    max-width: 100%;
    padding-right: 20px;
  }

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

  .image-31 {
    margin-bottom: 40px;
  }

  .div-block-63 {
    left: 0px;
  }

  .overlay {
    height: 100vh;
    -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;
  }

  .link-2.w--current {
    font-size: 48px;
  }

  .menu-bg {
    display: block;
  }

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

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

  .menu {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 25px;
    margin-top: 0px;
    margin-left: 0px;
    padding-right: 0px;
    -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;
  }

  .menu-left-2 {
    display: none;
    width: 45px;
    height: 45vh;
    max-height: 45px;
    max-width: 45px;
    min-height: 45px;
    min-width: 45px;
    margin-left: 0px;
    -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;
  }

  .menu-left {
    width: 45px;
    height: 45vh;
    max-height: 45px;
    max-width: 45px;
    min-height: 45px;
    min-width: 45px;
    margin-left: 0px;
    -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;
  }

  .link-block-5 {
    display: none;
  }

  .image-8 {
    max-width: 90px;
  }

  .grid-7 {
    grid-auto-flow: row;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .text-block-26.w_big_dwa {
    margin-top: 40px;
  }

  .div-block-68 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-block-69 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 479px) {
	
	.w-embed {display: block;}
  .section {
    padding-top: 40px;
    padding-bottom: 0px;
  }

  .heading {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
  }

  .heading._100 {
    max-width: 100%;
    font-size: 20px;
    line-height: 36px;
    text-align: center;
  }

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

  .text-block.w3 {
    font-size: 16px;
    line-height: 26px;
  }

  .image {
    margin-bottom: 15px;
  }

  .div-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    margin-bottom: 15px;
    -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;
    text-align: center;
  }

  .div-block-4 {
    min-height: 300px;
  }

  .div-block-6 {
    padding-top: 40px;
    padding-right: 20px;
    padding-bottom: 40px;
  }

  .div-block-6.r_150 {
    padding-bottom: 60px;
  }

  .checkbox-label {
    text-align: left;
  }

  .div-block-9.w2 {
    max-width: 100%;
    margin-top: 15px;
  }

  .section-3 {
    padding-bottom: 40px;
  }

  .heading-2 {
    position: relative;
    z-index: 2;
    max-width: 100%;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 34px;
  }

  .heading-2.center {
    margin-bottom: 40px;
    font-size: 24px;
    line-height: 34px;
  }

  .heading-2.white_txt {
    font-size: 24px;
    line-height: 34px;
  }

  .div-block-12 {
    margin-top: 0px;
  }

  .right-arrow {
    left: auto;
    top: 0%;
    right: 50%;
    bottom: auto;
    margin-right: -50px;
  }

  .div-block-26 {
    width: 90px;
    height: 90px;
    max-height: 90px;
    max-width: 90px;
    min-height: 90px;
    min-width: 90px;
  }

  .image-17 {
    min-height: 300px;
  }

  .slider {
    overflow: visible;
  }

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

  .left-arrow {
    left: 50%;
    top: 0%;
    right: auto;
    bottom: auto;
    margin-left: -50px;
  }

  .image-17-copy {
    max-height: 300px;
    min-height: 300px;
  }

  .slide_wrap {
    padding: 60px 0px 20px;
  }

  .image-18 {
    max-width: 25px;
  }

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

  .grid-5 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .div-block-28 {
    min-height: 250px;
  }

  .div-block-29 {
    min-height: 250px;
  }

  .div-block-30 {
    min-height: 250px;
  }

  .div-block-31 {
    min-height: 250px;
  }

  .div-block-32 {
    min-height: 250px;
  }

  .div-block-33 {
    min-height: 250px;
  }

  .div-block-34 {
    position: relative;
  }

  .image-20 {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    max-width: 80px;
  }

  .text-block-15 {
    font-size: 18px;
    line-height: 28px;
  }

  .image-21 {
    max-width: 220px;
  }

  .div-block-36 {
    margin-left: 0px;
  }

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

  .image-22 {
    max-width: 80px;
  }

  .div-block-38 {
    max-width: 50%;
  }

  .div-block-41 {
    min-height: 300px;
  }

  .div-block-42 {
    padding-right: 20px;
  }

  .div-block-43 {
    display: none;
    min-height: 0px;
    padding-right: 0px;
  }

  .text-block-18 {
    font-size: 16px;
    line-height: 26px;
  }

  .section-10 {
    display: block;
    min-height: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .div-block-47 {
    padding-top: 40px;
  }

  .image-25 {
    margin-right: 15px;
  }

  .text-span-3 {
    display: inline-block;
  }

  .div-block-54 {
    min-height: 300px;
  }

  .image-27 {
    bottom: -10%;
    max-width: 220px;
    margin-left: auto;
  }

  .heading-3.w1 {
    font-size: 24px;
    line-height: 34px;
  }

  .text-block-21 {
    font-size: 16px;
    line-height: 26px;
  }

  .image-28 {
    position: relative;
    z-index: 1;
    max-width: 160px;
    margin-bottom: -2px;
    margin-left: auto;
  }

  .image-29 {
    display: none;
    max-width: 120px;
    margin-top: 20px;
  }

  .div-block-59 {
    position: relative;
    z-index: 2;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

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

  .div-block-61 {
    background-position: 100% 50%;
    background-size: 150px;
  }

  .div-block-61-copy.w2 {
    padding-bottom: 20px;
  }

  .image-30 {
    max-height: 300px;
    min-height: 300px;
    -o-object-position: 50% 20%;
    object-position: 50% 20%;
  }

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

  .div-block-63.thx {
    display: block;
  }

  .link-block {
    position: static;
    margin-right: auto;
    margin-left: auto;
  }

  .overlay {
    left: auto;
    top: 0%;
    right: auto;
    bottom: 0%;
    display: none;
    height: 100vh;
    -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-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;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .menu-links {
    left: auto;
    margin-right: 0px;
    margin-left: 0px;
  }

  .link-2 {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 18px;
  }

  .div-block-18 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .menu-left-2 {
    padding-bottom: 0px;
  }

  .menu-left {
    padding-bottom: 0px;
  }

  .image-8 {
    max-width: 70px;
  }

  .container-3 {
    padding-right: 20px;
    padding-left: 20px;
  }

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

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

  .text-block-27.w_big {
    font-size: 18px;
    line-height: 28px;
  }
}

#w-node-cb563a7e-a703-3d2f-a922-1f78df49a49f-c8d0fa88 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_1af46991-784c-8679-efba-f3172ecfaeaa-c8d0fa88 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_2c271407-9f7b-ff71-ce3d-2d063bdcc136-c8d0fa88 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_1ae44662-4818-823a-5d33-fa893f0d9bb6-c8d0fa88 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_267778b6-4f66-99e2-1aa9-2585b614d682-c8d0fa88 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_2ee53288-783e-42b3-7e07-bd78e22cc5a9-c8d0fa88 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_66e9d5a0-0af4-0347-ad0b-5f786350f2e3-c8d0fa88 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-f42c44d8-7fc0-de1f-a543-c13c95150a38-c8d0fa88 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_1f2c99d3-106e-8f10-aa32-68221a778837-c8d0fa88 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_6ca5078a-e0ae-71e0-5ce6-778be5ea2f51-c8d0fa88 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_48f7c715-d7db-e41a-a32e-04bf1569c51e-c8d0fa88 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_82b21b24-0fbe-24d7-8679-8a8365473ecb-c8d0fa88 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_48f7c715-d7db-e41a-a32e-04bf1569c51e-c8d0fa88 {
    -ms-grid-row: span 3;
    grid-row-start: span 3;
    -ms-grid-row-span: 3;
    grid-row-end: span 3;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_82b21b24-0fbe-24d7-8679-8a8365473ecb-c8d0fa88 {
    -ms-grid-row: span 3;
    grid-row-start: span 3;
    -ms-grid-row-span: 3;
    grid-row-end: span 3;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-cb563a7e-a703-3d2f-a922-1f78df49a49f-c8d0fa88 {
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_1af46991-784c-8679-efba-f3172ecfaeaa-c8d0fa88 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_2c271407-9f7b-ff71-ce3d-2d063bdcc136-c8d0fa88 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_267778b6-4f66-99e2-1aa9-2585b614d682-c8d0fa88 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_2ee53288-783e-42b3-7e07-bd78e22cc5a9-c8d0fa88 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-dd081c7d-d72e-0cda-e0d1-3473e2314b20-c8d0fa88 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_19024d2a-f5e7-71e1-ecab-8a80a0419f5a-c8d0fa88 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
}

