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

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

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

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

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

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

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

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

.header36_component {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0rem;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.header37_content {
  display: block;
  max-width: 40rem;
  margin: 16px 5vw 16px 5rem;
  padding-top: 2px;
  padding-bottom: 2px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.header37_component {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0rem;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.button-secondary {
  padding: 0.75rem 1.5rem;
  border: 1px solid transparent;
  background-color: transparent;
  color: transparent;
  text-align: center;
}

.button-secondary.f {
  padding: 0.5rem 1.25rem;
}

.button {
  display: block;
  padding: 0.75rem 1.5rem;
  border: 1px solid transparent;
  background-color: #daa6b7;
  color: transparent;
  text-align: center;
}

.button.is-navbar2-button {
  display: none;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.text-size-medium {
  margin-top: -4px;
  margin-bottom: 21px;
  font-family: 'Inria Sans', sans-serif;
  font-size: 1.125rem;
  text-align: center;
}

.text-size-medium.text-medium-2 {
  text-align: left;
}

.button-row {
  display: block;
  margin-left: 225px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

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

.margin-top.margin-medium {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.header37_image {
  position: static;
  width: 100%;
  height: 70%;
  max-height: 60rem;
  margin-bottom: -67px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

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

.margin-bottom.margin-small {
  position: relative;
  margin-top: 0px;
  margin-bottom: -16px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.margin-bottom.margin-xsmall {
  display: none;
}

.margin-bottom.margin-large {
  padding-top: 70px;
  padding-bottom: 30px;
}

.header36_image {
  width: 100%;
  height: 100vh;
  max-height: 60rem;
  -o-object-fit: cover;
  object-fit: cover;
}

.header36_content {
  max-width: 40rem;
  margin-right: 5rem;
  margin-left: 5vw;
}

.navbar2_container {
  display: -ms-grid;
  display: grid;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  -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;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-areas: ". . Area";
  -ms-grid-columns: 0.25fr 16px 1fr 16px 0.25fr;
  grid-template-columns: 0.25fr 1fr 0.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.navbar2_menu-button {
  padding: 0rem;
}

.dropdown-icon {
  margin-top: auto;
  margin-right: 1rem;
  margin-bottom: auto;
}

.navbar2_logo {
  margin-top: 10px;
}

.navbar2_dropdwn-toggle {
  padding: 0.5rem 2.5rem 0.5rem 1rem;
}

.navbar2_dropdown-list.w--open {
  position: absolute;
  padding: 0.5rem;
  border: 1px solid #000;
  background-color: transparent;
}

.navbar2_component {
  position: -webkit-sticky;
  position: sticky;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 4.5rem;
  padding-right: 5%;
  padding-left: 5%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0);
  background-color: transparent;
}

.navbar2_logo-link {
  padding-left: 0rem;
}

.navbar2_menu {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar2_dropdown-link {
  padding: 0.5rem 1rem;
}

.navbar2_dropdown-link.w--current {
  color: transparent;
}

.navbar2_link {
  margin-top: 10px;
  padding: 0.5rem 1rem;
  font-size: 16px;
  font-weight: 400;
}

.navbar2_link:hover {
  text-decoration: underline;
}

.navbar2_link.w--current {
  color: transparent;
}

.navbar2_button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 1rem;
  grid-column-gap: 1rem;
}

.header37_image-2 {
  width: 100%;
  height: 90vh;
  max-height: 60rem;
  padding-top: 50px;
  -o-object-fit: contain;
  object-fit: contain;
}

.heading {
  display: block;
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 15px;
  padding: 8px 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 60px;
  line-height: 60px;
  text-align: center;
}

.page-padding {
  padding: 50px 5%;
}

.max-width-medium {
  width: 100%;
  max-width: 35rem;
  margin-right: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.section-faq13 {
  background-color: #fff;
}

.padding-vertical {
  padding-right: 0rem;
  padding-left: 0rem;
}

.faq13_component {
  display: -ms-grid;
  display: grid;
  margin-right: 7px;
  margin-left: 7px;
  padding-right: 0px;
  padding-left: 0px;
  justify-items: start;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.max-width-large {
  width: 100%;
  max-width: 48rem;
  padding-bottom: 16px;
}

.paragraph {
  margin-bottom: 26px;
  padding: 20px 10px;
  background-color: rgba(242, 198, 130, 0.4);
  box-shadow: 1px 1px 3px 0 #000;
}

.paragraph-2 {
  background-color: rgba(242, 198, 130, 0.4);
  box-shadow: 1px 1px 3px 0 #000;
}

.paragraph-3 {
  padding: 20px 10px;
  background-color: rgba(242, 198, 130, 0.6);
  box-shadow: 1px 1px 3px 0 #000;
}

.paragraph-4 {
  background-color: rgba(242, 198, 130, 0.6);
  box-shadow: 1px 1px 3px 0 #000;
}

.text-span {
  font-size: 40px;
}

.faq1_icon {
  width: 2rem;
  margin-left: 1.5rem;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.page-padding-2 {
  padding-top: 100px;
  padding-right: 5%;
  padding-left: 5%;
}

.page-padding-2.footer {
  padding-top: 2%;
  padding-bottom: 2%;
  background-color: rgba(242, 198, 130, 0.5);
}

.faq1_answer {
  overflow: hidden;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-top: 65px;
  margin-right: auto;
  margin-left: auto;
}

.text-size-medium-2 {
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 1.125rem;
  text-align: left;
}

.faq1_accordion {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

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

.faq1_question {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  -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-top: 1px solid #000;
  cursor: pointer;
}

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

.faq1_component {
  border-bottom: 1px solid #000;
}

.text-weight-semibold {
  font-weight: 600;
}

.error-message {
  margin-top: 1.5rem;
  padding: 0.875rem 1rem;
}

.success-message {
  padding: 1.5rem;
  background-color: transparent;
}

.contact3_component {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.form-checkbox-icon {
  width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  min-width: 1.125rem;
  margin-top: 0px;
  margin-right: 0.5rem;
  margin-left: -1.25rem;
  border: 1px solid transparent;
  border-radius: 0px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.form-checkbox-icon.w--redirected-checked {
  border-width: 1px;
  border-color: #000;
  background-color: #000;
  background-size: 16px 16px;
  box-shadow: none;
}

.form-checkbox-icon.w--redirected-focus {
  border-color: #000;
  box-shadow: none;
}

.form-checkbox-label {
  margin-bottom: 0px;
}

.field-label {
  margin-bottom: 0.5rem;
  font-weight: 400;
}

.error-text {
  color: #e23939;
}

.button-2 {
  padding: 0.75rem 1.5rem;
  border: 0px solid transparent;
  background-color: rgba(242, 198, 130, 0.7);
  box-shadow: 1px 1px 3px 0 #000;
  color: #0e0e0e;
  text-align: center;
}

.form-input {
  height: auto;
  min-height: 2.75rem;
  margin-top: 10px;
  margin-bottom: 15px;
  padding: 0.5rem 0.75rem;
  border: 0px solid transparent;
  background-color: rgba(242, 198, 130, 0.7);
  box-shadow: 1px 1px 3px 0 #000;
  color: #6e6d6d;
  font-size: 1rem;
  line-height: 1.6;
}

.form-input:focus {
  border-color: #000;
}

.form-input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}

.form-input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}

.form-input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}

.form-input::placeholder {
  color: rgba(0, 0, 0, 0.6);
}

.form-input.is-text-area {
  overflow: auto;
  height: auto;
  min-height: 11.25rem;
  padding-top: 0.75rem;
  padding-bottom: 1.65rem;
  color: #1a1a1a;
}

.contact3_form {
  position: relative;
  display: block;
  margin-right: 0px;
  margin-bottom: 50px;
  margin-left: 9px;
  padding: 15px 28px 15px 30px;
  grid-auto-columns: 1fr;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: rgba(242, 198, 130, 0.6);
  box-shadow: 1px 1px 3px 0 #000;
}

.success-text {
  font-weight: 600;
}

.text-style-link {
  text-decoration: underline;
}

.form-field-wrapper {
  position: relative;
}

.form-checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-left: 1.25rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image {
  margin-left: 229px;
  padding-top: 241px;
  padding-bottom: 106px;
}

.layout6_item-list {
  margin-right: -148px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.layout6_text-wrapper {
  margin-right: 0px;
  padding: 15px 10px;
  background-color: rgba(242, 198, 130, 0.7);
  box-shadow: 1px 1px 3px 0 #000;
}

.layout6_text-wrapper.layout2 {
  margin-right: 0px;
  margin-left: 0px;
  padding: 15px 10px;
  background-color: rgba(242, 198, 130, 0.5);
}

.layout6_component {
  display: -ms-grid;
  display: grid;
  margin-top: -25px;
  margin-bottom: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.paragraph-5 {
  background-color: rgba(242, 198, 130, 0.6);
  box-shadow: 1px 1px 3px 0 #000;
}

.paragraph-6 {
  background-color: rgba(242, 198, 130, 0.4);
  box-shadow: 1px 1px 3px 0 #000;
}

.footer8_link-list {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: start;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  grid-column-gap: 1.5rem;
  grid-row-gap: 0px;
  -ms-grid-columns: -webkit-max-content;
  -ms-grid-columns: max-content;
  grid-template-columns: -webkit-max-content;
  grid-template-columns: max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  color: #474747;
  white-space: normal;
}

.footer8_top-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 8vw;
  grid-row-gap: 1rem;
  -ms-grid-columns: 1fr 0.5fr;
  grid-template-columns: 1fr 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.line-divider {
  width: 100%;
  height: 1px;
  background-color: transparent;
}

.footer7_legal-link {
  color: #474747;
  font-size: 0.875rem;
}

.footer8_logo-link {
  margin-bottom: 2rem;
  padding-left: 0px;
}

.text-size-tiny {
  font-size: 0.75rem;
}

.footer7_legal-link-2 {
  margin-top: 0px;
  color: #353333;
}

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

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

.footer8_right-wrapper {
  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;
}

.footer8_bottom-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.footer8_form {
  display: -ms-grid;
  display: grid;
  margin-bottom: 0.75rem;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr -webkit-max-content;
  -ms-grid-columns: 1fr max-content;
  grid-template-columns: 1fr -webkit-max-content;
  grid-template-columns: 1fr max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer8_link {
  color: #2b2b2b;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.footer8_left-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer8_form-block {
  max-width: 35rem;
  min-width: 25rem;
  margin-bottom: 0rem;
}

.footer8_legal-list {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  -ms-grid-columns: -webkit-max-content;
  -ms-grid-columns: max-content;
  grid-template-columns: -webkit-max-content;
  grid-template-columns: max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  white-space: normal;
}

.footer8_credit-text {
  font-size: 0.875rem;
}

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

.image-2 {
  display: inline-block;
  margin: 90px 150px -26px;
  padding-top: 0px;
  padding-bottom: 0px;
}

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

.heading-3 {
  font-size: 50px;
}

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

.image-3 {
  margin-top: 450px;
  margin-right: 0px;
  margin-left: 155px;
}

.image-4 {
  margin-top: 380px;
  margin-right: -38px;
  margin-left: 49px;
}

.internal-underline {
  position: relative;
  left: 80px;
  top: -221px;
  right: auto;
  bottom: -43px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(94, 55, 55, 0);
}

.hero_header {
  margin-bottom: 16px;
  font-size: 50px;
  text-align: center;
}

.main-button {
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1.16em 5.86em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-style: solid;
  border-width: 1px;
  border-color: #413a3a;
  border-radius: 1px;
  background-color: #daa6b7;
  color: #fdf3e4;
  font-size: 1.46em;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
}

.text-block {
  padding-right: 82px;
  color: #505050;
  text-decoration: none;
}

.relative {
  position: relative;
}

.internal-underline-2 {
  position: absolute;
  left: 315px;
  top: auto;
  right: auto;
  bottom: 27px;
  width: 270px;
  margin-right: 41px;
  padding-right: 6px;
}

.internal-underline-2.yellow-line {
  left: -10px;
  bottom: -51px;
}

.internal-underline-2.yellow-line.line3 {
  left: 177px;
}

.subheading {
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 24px;
}

.subheading.text-primary-1 {
  margin-top: 0px;
  color: #6941c6;
}

.section-subtitle {
  width: 100%;
  max-width: 420px;
  margin-right: auto;
  margin-left: auto;
}

.section-subtitle.text-large {
  max-width: 600px;
  margin-bottom: 36px;
  color: #384353;
  font-size: 1.25rem;
  line-height: 1.5;
}

.heading-4 {
  margin-top: 0px;
  margin-bottom: 1.5rem;
  color: #101828;
  font-size: 2.25rem;
  line-height: 1;
}

.button-3 {
  position: relative;
  padding: 12px 36px;
  border: 1px solid #222;
  border-radius: 0px;
  background-color: #daa6b7;
  box-shadow: 8px 8px 0 -2px #222;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  color: #222;
  font-weight: 700;
  text-decoration: none;
}

.button-3:hover {
  border-color: #6941c6;
  background-color: #ffe5ff;
  text-decoration: none;
}

.section-title {
  max-width: 612px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.text-span-2 {
  font-size: 3rem;
  line-height: 1.5;
}

.text-block-2 {
  font-weight: 400;
}

.text-span-3 {
  color: #424242;
  text-decoration: none;
}

.image-5 {
  margin-top: 10px;
}

.text-span-4 {
  border-style: solid;
  border-width: 0px;
  border-color: transparent;
  border-radius: 0px;
  color: #242424;
  text-decoration: underline;
}

.text-block-3 {
  margin-top: 50px;
  margin-right: -363px;
  padding-right: 0px;
  font-size: 15px;
}

.page-padding-3 {
  padding-right: 5%;
  padding-left: 5%;
}

.text-size-medium-3 {
  margin-bottom: 20px;
  padding-top: 20px;
  font-size: 1.125rem;
}

.testimonial2_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.testimonial2_logo {
  max-height: 3.5rem;
}

.testimonial2_component {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.margin-vertical {
  margin-right: 0rem;
  margin-left: 0rem;
}

.testimonial2_client-image-wrapper {
  margin-bottom: 1rem;
}

.heading-xsmall {
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 700;
}

.testimonial2_client-image {
  width: 4rem;
  height: 4rem;
  min-height: 4rem;
  min-width: 4rem;
  border-radius: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.layout351_image {
  width: 100%;
  height: 25rem;
  -o-object-fit: cover;
  object-fit: cover;
}

.section-layout351 {
  margin-top: 25px;
  padding-top: 2px;
}

.layout351_component {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 90vh;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  border-left: 1px solid transparent;
}

.layout351_accordion {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 5rem;
  height: 90vh;
  min-width: 5rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-right: 1px solid transparent;
}

.layout351_accordion.active {
  width: 100%;
}

.layout351_column-content {
  overflow: auto;
  height: 100%;
  min-width: 200vw;
}

.layout351_column {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 5rem;
  height: 90vh;
  min-width: 5rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.layout351_column-horiztonal-text {
  display: none;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 700;
}

.layout351_column-text {
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 700;
  white-space: nowrap;
}

.layout351_column-vertical-text {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 700;
}

.layout351_image-wrapper {
  margin-bottom: 4rem;
}

.layout351_content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40rem;
  height: 100%;
  padding: 4rem 3rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.heading-5 {
  padding-top: 0px;
  padding-bottom: 32px;
}

.section-gallery8 {
  margin-top: 100px;
}

.gallery8_image-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-top: 66.66%;
}

.gallery8_lightbox-link {
  display: inline-block;
  width: 100%;
  margin-bottom: 2rem;
}

.gallery8_image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  box-shadow: 1px 1px 3px 0 #000;
  -o-object-fit: cover;
  object-fit: cover;
}

.gallery8_image-wrapper-large {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-top: 100%;
}

.gallery8_component {
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 2rem;
  column-gap: 2rem;
}

.gallery7_image-wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

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

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

.gallery7_image-wrapper-large {
  position: relative;
  width: 100%;
  height: 100%;
}

.section-gallery7 {
  margin-top: 50px;
}

.text-size-medium-4 {
  font-size: 1.125rem;
}

.gallery7_lightbox-link {
  width: 100%;
}

.link {
  border-style: solid;
  border-width: 1px;
  border-color: #ececec;
}

@media screen and (max-width: 991px) {
  .header36_component {
    min-height: auto;
    padding-top: 6rem;
    grid-auto-flow: row;
    grid-row-gap: 4rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .header37_content {
    margin-right: 5%;
    margin-left: 5%;
  }

  .header37_component {
    min-height: auto;
    padding-top: 6rem;
    grid-auto-flow: row;
    grid-row-gap: 4rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

  .header37_image {
    height: auto;
    max-height: none;
  }

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

  .header36_image {
    height: auto;
    max-height: none;
  }

  .header36_content {
    margin-right: 5%;
    margin-left: 5%;
  }

  .navbar2_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-grid-columns: 0.25fr 1fr;
    grid-template-columns: 0.25fr 1fr;
  }

  .navbar2_menu-button {
    padding: 0rem;
  }

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

  .menu-icon2_line-bottom {
    width: 24px;
    height: 2px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #000;
  }

  .dropdown-icon {
    left: auto;
    top: auto;
    right: 0%;
    bottom: auto;
    margin-top: 0rem;
    margin-right: 0px;
    margin-bottom: 0rem;
  }

  .menu-icon2_line-middle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-right: 0px;
    padding-bottom: 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;
    background-color: #000;
  }

  .menu-icon2_line-top {
    width: 24px;
    height: 2px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #000;
  }

  .navbar2_dropdwn-toggle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0rem;
    margin-left: 0rem;
    padding: 1rem 2rem 1rem 0rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .navbar2_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar2_dropdown-list.w--open {
    position: static;
    padding: 0px;
    border-style: none;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
  }

  .navbar2_menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    padding: 1rem 5% 2.5rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px solid #000;
    background-color: transparent;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }

  .navbar2_dropdown-link {
    width: auto;
    padding: 0.75rem 0rem;
    font-size: 16px;
    text-align: center;
  }

  .menu-icon2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 48px;
    height: 48px;
    margin-right: -0.5rem;
    padding-right: 0rem;
    padding-bottom: 0rem;
    -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;
  }

  .navbar2_link {
    padding: 1rem 0rem;
    font-size: 1.125rem;
    text-align: center;
  }

  .navbar2_menu-dropdown {
    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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.125rem;
  }

  .navbar2_button-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header37_image-2 {
    display: none;
    height: auto;
    max-height: none;
  }

  .padding-vertical {
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .faq13_component {
    grid-column-gap: 2rem;
  }

  .layout6_component {
    min-height: auto;
    grid-auto-flow: row;
    grid-column-gap: 3rem;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .footer8_top-wrapper {
    grid-row-gap: 3.5rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

  .footer8_form-block {
    min-width: auto;
  }

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

  .image-3 {
    opacity: 0;
  }

  .image-4 {
    opacity: 0;
  }

  .main-button {
    font-size: 18px;
  }

  .internal-underline-2.yellow-line.line3 {
    left: -7px;
  }

  .section-title {
    margin-bottom: 60px;
    text-align: left;
  }

  .text-span-2 {
    text-align: left;
  }

  .image-5 {
    display: none;
  }

  .testimonial2_component {
    grid-column-gap: 2rem;
    grid-row-gap: 4rem;
  }

  .margin-vertical {
    margin-right: 0rem;
    margin-left: 0rem;
  }

  .layout351_component {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-top: 0px none transparent;
    border-right: 1px solid transparent;
  }

  .layout351_accordion {
    width: 100%;
    height: 5rem;
    min-width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-right-style: none;
  }

  .layout351_accordion.active {
    height: auto;
  }

  .layout351_column-content {
    width: 100%;
    min-width: auto;
  }

  .layout351_column {
    width: 100%;
    height: 5rem;
    min-width: 100%;
    -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;
    border-top: 1px solid transparent;
  }

  .layout351_column-horiztonal-text {
    display: block;
  }

  .layout351_column-text {
    position: absolute;
    left: 2.5rem;
  }

  .layout351_column-vertical-text {
    display: none;
  }

  .layout351_image-wrapper {
    margin-bottom: 0rem;
  }

  .layout351_content-wrapper {
    width: auto;
    padding: 3rem 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .header36_component {
    padding-top: 4rem;
  }

  .header37_component {
    padding-top: 4rem;
  }

  .button.is-navbar2-button {
    padding: 0.25rem 1rem;
  }

  .text-size-medium {
    font-size: 1rem;
  }

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

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

  .navbar2_component {
    min-height: 4rem;
  }

  .padding-vertical {
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .faq13_component {
    grid-row-gap: 3rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .faq1_icon {
    width: 1.75rem;
  }

  .text-size-medium-2 {
    font-size: 1rem;
  }

  .faq1_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .layout6_component {
    grid-row-gap: 3rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .footer8_link-list {
    width: 100%;
    justify-items: start;
    grid-auto-flow: row;
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .footer8_top-wrapper {
    grid-row-gap: 2.5rem;
  }

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

  .footer8_bottom-wrapper {
    -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;
  }

  .footer8_legal-list {
    justify-items: start;
    grid-auto-flow: row;
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
  }

  .footer8_credit-text {
    margin-top: 2rem;
  }

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

  .image-3 {
    opacity: 0;
  }

  .image-4 {
    opacity: 0;
  }

  .main-button {
    padding-right: 0.8em;
    padding-left: 0.8em;
  }

  .internal-underline-2 {
    display: none;
  }

  .section-title {
    margin-bottom: 48px;
  }

  .text-size-medium-3 {
    font-size: 1rem;
  }

  .testimonial2_component {
    grid-row-gap: 3rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .margin-vertical {
    margin-right: 0rem;
    margin-left: 0rem;
  }

  .heading-xsmall {
    font-size: 1.125rem;
  }

  .layout351_image {
    height: 20rem;
  }

  .layout351_accordion {
    height: 4rem;
  }

  .layout351_column {
    height: 4rem;
  }

  .layout351_column-horiztonal-text {
    font-size: 1.25rem;
  }

  .layout351_column-text {
    left: 1.5rem;
    font-size: 1.25rem;
  }

  .layout351_column-vertical-text {
    font-size: 1.25rem;
  }

  .layout351_content-wrapper {
    padding: 1rem 1.5rem 2rem;
  }

  .gallery8_component {
    -webkit-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 1.5rem;
    column-gap: 1.5rem;
  }

  .gallery7_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .gallery7_image-wrapper-large {
    padding-top: 100%;
  }

  .text-size-medium-4 {
    font-size: 1rem;
  }
}

@media screen and (max-width: 479px) {
  .header36_component {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

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

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

  .padding-vertical {
    padding-right: 0rem;
    padding-left: 0rem;
  }

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

  .layout6_item-list {
    display: none;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .layout6_text-wrapper.layout2 {
    position: absolute;
  }

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

  .footer8_top-wrapper {
    grid-row-gap: 48px;
  }

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

  .footer8_form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-row-gap: 12px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

  .image-2 {
    display: none;
  }

  .subheading {
    margin-bottom: 12px;
  }

  .section-title {
    margin-bottom: 36px;
  }

  .margin-vertical {
    margin-right: 0rem;
    margin-left: 0rem;
  }
}

#w-node-_57217b3e-e94b-afd1-a5f5-382d902833a9-11b45755 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_57217b3e-e94b-afd1-a5f5-382d902833bc-11b45755 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_53de70a7-7b89-e71d-b557-d63ad8944d78-11b45755 {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
  grid-area: Area;
}

#w-node-a82b4073-9749-22f1-c893-94f97e06c871-11b45755 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-b05032e4-c073-7e33-7a36-d38a646616f2-11b45755 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4745ccf7-0182-4076-4afd-9b8472ee9bb1-11b45755 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a3c11943-5e99-8e22-b28a-d84ccdcb921b-11b45755 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a8d7b7dd-5401-45be-daf1-fa848b50f52f-11b45755 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_0de27749-da24-acf7-ff13-55bb97ad752b-11b45755 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_0de27749-da24-acf7-ff13-55bb97ad752e-11b45755 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_57217b3e-e94b-afd1-a5f5-382d902833a9-fbab797b {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_57217b3e-e94b-afd1-a5f5-382d902833bc-fbab797b {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_53de70a7-7b89-e71d-b557-d63ad8944d78-fbab797b {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
  grid-area: Area;
}

#w-node-ded1e7e9-be01-e86f-28b1-57b718ec8a22-fbab797b {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d18bd66f-fb48-603d-65af-10cd79fa6ad5-fbab797b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
}

#w-node-d18bd66f-fb48-603d-65af-10cd79fa6ad8-fbab797b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d18bd66f-fb48-603d-65af-10cd79fa6adb-fbab797b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_0de27749-da24-acf7-ff13-55bb97ad752b-fbab797b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_0de27749-da24-acf7-ff13-55bb97ad752e-fbab797b {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_57217b3e-e94b-afd1-a5f5-382d902833a9-6a34928d {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_57217b3e-e94b-afd1-a5f5-382d902833bc-6a34928d {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_53de70a7-7b89-e71d-b557-d63ad8944d78-6a34928d {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
  grid-area: Area;
}

#w-node-_0de27749-da24-acf7-ff13-55bb97ad752b-6a34928d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_0de27749-da24-acf7-ff13-55bb97ad752e-6a34928d {
  -ms-grid-column-align: start;
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-a82b4073-9749-22f1-c893-94f97e06c871-11b45755 {
    -ms-grid-column-align: start;
    justify-self: start;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_0de27749-da24-acf7-ff13-55bb97ad752c-11b45755 {
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -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-node-_0de27749-da24-acf7-ff13-55bb97ad752c-fbab797b {
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -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-node-_0de27749-da24-acf7-ff13-55bb97ad752c-6a34928d {
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -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;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_0de27749-da24-acf7-ff13-55bb97ad752c-11b45755 {
    -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-node-_0de27749-da24-acf7-ff13-55bb97ad752e-11b45755 {
    -ms-grid-column-align: start;
    justify-self: start;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-_0de27749-da24-acf7-ff13-55bb97ad752c-fbab797b {
    -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-node-_0de27749-da24-acf7-ff13-55bb97ad752e-fbab797b {
    -ms-grid-column-align: start;
    justify-self: start;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-_0de27749-da24-acf7-ff13-55bb97ad752c-6a34928d {
    -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-node-_0de27749-da24-acf7-ff13-55bb97ad752e-6a34928d {
    -ms-grid-column-align: start;
    justify-self: start;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_0de27749-da24-acf7-ff13-55bb97ad752c-11b45755 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_0de27749-da24-acf7-ff13-55bb97ad752c-fbab797b {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_0de27749-da24-acf7-ff13-55bb97ad752c-6a34928d {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

