.elementor-278 .elementor-element.elementor-element-53401f9{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:135px;--margin-bottom:70px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:30px;--padding-right:30px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-278 .elementor-element.elementor-element-49f70c2{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;text-align:center;}.elementor-278 .elementor-element.elementor-element-49f70c2 .elementor-heading-title{font-family:"Inter", Sans-serif;font-size:62px;font-weight:600;line-height:1em;}.elementor-278 .elementor-element.elementor-element-00699f7{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:30px;--padding-right:30px;}@media(min-width:768px){.elementor-278 .elementor-element.elementor-element-00699f7{--content-width:940px;}}@media(max-width:1024px){.elementor-278 .elementor-element.elementor-element-53401f9{--margin-top:135px;--margin-bottom:70px;--margin-left:0px;--margin-right:0px;}.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-278 .elementor-element.elementor-element-49f70c2 .elementor-heading-title{font-size:50px;}}@media(max-width:767px){.elementor-278 .elementor-element.elementor-element-53401f9{--margin-top:100px;--margin-bottom:40px;--margin-left:0px;--margin-right:0px;}.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-278 .elementor-element.elementor-element-49f70c2 .elementor-heading-title{font-size:31px;}}/* Start custom CSS for heading, class: .elementor-element-49f70c2 */header.entry-header .entry-title {
    display: none;
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-f84d8f0 */.contact {
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.contact-dl {
  display: grid;
  grid-template-columns: 235px 1fr;
  margin-bottom: 50px;
  align-items: center;
}
.contact-dl dt {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #000;
}
.contact-dl dt span {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #f29700;
  font-size: 15px;
  border: solid 1px #f29700;
  margin-left: 10px;
  border-radius: 3px;
  padding: 1px 6px;
}
.contact-dl dd {
  margin: 0;
  color: #000;
  font-weight: 500;
}
.contact-dl dd input, .contact-dl dd textarea {
  box-shadow: none;
  border: solid 1px #000;
  border-radius: 6px;
  font-size: 20px;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  padding: 1.2em 1.5em;
  height: auto;
}
.contact-dl dd input:focus, .contact-dl dd textarea:focus {
  border-color: #000;
  border-style: solid;
}
.contact-dl dd input::placeholder, .contact-dl dd textarea::placeholder {
  color: #c3c3c3;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}

.contact-check {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 480px;
  gap: 30px 0;
}

.contact-check .mwform-radio-field {
  margin-left: 0 !important;
}

.contact-check .mwform-radio-field label {
  position: relative;
  padding-left: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.contact-check .mwform-radio-field label:before  {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 36px;
  height: 36px;
  border: solid 1px #f29700;
  border-radius: 18px;
}

.contact-check .mwform-radio-field label:has(input:checked):after {
  position: absolute;
  top: 8px;
  left: 8px;
  content: "";
  width: 20px;
  height: 20px;
  background-color: #f29700;
  border-radius: 10px;
}

.contact-check .mwform-radio-field input {
  display: none;
}

.contact-check .mwform-radio-field .mwform-radio-field-text {
  font-size: 20px;
  font-weight: 500;
}

.contact-consent .mwform-checkbox-field {
  margin-left: 0 !important;
}

.contact-consent .mwform-checkbox-field label {
  position: relative;
  padding-left: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.contact-consent .mwform-checkbox-field label:before  {
  position: absolute;
  top: 6px;
  left: 0;
  content: "";
  width: 36px;
  height: 36px;
  border: solid 1px #f29700;
  border-radius: 18px;
}

.contact-consent .mwform-checkbox-field label:has(input:checked):after {
  position: absolute;
  top: 14px;
  left: 8px;
  content: "";
  width: 20px;
  height: 20px;
  background-color: #f29700;
  border-radius: 10px;
}

.contact-consent .mwform-checkbox-field input {
  display: none;
}

.contact-consent .mwform-checkbox-field .mwform-checkbox-field-text {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}

.contact-consent .mwform-checkbox-field .mwform-checkbox-field-text a {
  color: #f29700;
}

.contact-btns {
  display: flex;
  gap: 50px;
  justify-content: center;
  margin-top: 90px;
}

.contact-btns br {
  display: none;
}

.contact-btn {
  width: 260px;
  font-size: 23px;
  color: #000;
  background: #fccf00;
  font-weight: 400;
  border: solid 1px #000;
  border-radius: 6px;
  padding: 0.4em 1em;
  line-height: 1;
  position: relative;
  transition: all 0.3s ease;
  text-align: center;
  text-decoration: none !important;
}

.contact-btn:hover {
  background: #f29700;
  color: #000;
  border-color: #000;
}

.contact-btn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1em; 
  width: 0.5em;
  height: 0.5em;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: translateY(-50%) rotate(45deg);
}

.contact-btn.--back:after {
  right: auto;
  left: 1em;
  border-top: none;
  border-right: none;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  transform: translateY(-50%) rotate(45deg);
}

@media (max-width: 767px) {

  .contact-dl {
    grid-template-columns: 1fr;
    margin-bottom: 25px;
  }

  .contact-dl dt {
    margin-bottom: 12px;
    font-size: 14px;
  }

  .contact-dl dt span {
    font-size: 11px;
  }

  .contact-dl dd input, .contact-dl dd textarea {
    font-size: 14px;
    border-radius: 3px;
  }

  .contact-check {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: none;
    gap: 10px 0;
  }

  .contact-check .mwform-radio-field label {
    position: relative;
    padding-left: 30px;
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .contact-check .mwform-radio-field label:before  {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 22px;
    height: 22px;
    border: solid 1px #f29700;
    border-radius: 11px;
  }

  .contact-check .mwform-radio-field label:has(input:checked):after {
    position: absolute;
    top: 6px;
    left: 6px;
    content: "";
    width: 10px;
    height: 10px;
    background-color: #f29700;
    border-radius: 5px;
  }

  .contact-check .mwform-radio-field .mwform-radio-field-text {
    font-size: 14px;
    font-weight: 500;
  }

  .contact-consent .mwform-checkbox-field label {
    position: relative;
    padding-left: 30px;
    padding-top: 1px;
    padding-bottom: 1px;
    display: block;
  }

  .contact-consent .mwform-checkbox-field label:before  {
    position: absolute;
    top: 0px;
    left: 0;
    content: "";
    width: 22px;
    height: 22px;
    border: solid 1px #f29700;
    border-radius: 11px;
  }

  .contact-consent .mwform-checkbox-field label:has(input:checked):after {
    position: absolute;
    top: 6px;
    left: 6px;
    content: "";
    width: 10px;
    height: 10px;
    background-color: #f29700;
    border-radius: 5px;
  }

  .contact-consent .mwform-checkbox-field input {
    display: none;
  }

  .contact-consent .mwform-checkbox-field .mwform-checkbox-field-text {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
  }

  .contact-btns {
    display: flex;
    gap: 30px;
    justify-content: center;
    margin-top: 60px;
  }

  .contact-btn {
    width: 140px;
    font-size: 13px;
  }
}

.mw_wp_form_confirm .contact-consent {
  display: none;
}

.mw_wp_form_confirm .contact-dl {
  margin-bottom: 90px;
}

@media (max-width: 767px) {
  .mw_wp_form_confirm .contact-dl {
    margin-bottom: 50px;
  }
}

.contact-text {
  text-align: center;
  color: #000;
  margin-bottom: 100px !important;
}

@media (max-width: 767px) {
  .contact-text {
    font-size: 14px;
    margin-bottom: 60px !important;
  }
}/* End custom CSS */