.theme-banner__title {
  font-size: var(--tdfs-display);
  line-height: 1.2;
}
@media (max-width: 1024px) {
  .theme-banner__title {
    line-height: 1.1;
  }
}
.modal-document__title {
  font-size: var(--tdfs-card-title-1);
  line-height: 1.25;
}
@media (max-width: 1024px) {
  .modal-document__title {
    line-height: 1.25;
  }
}
.theme-banner__sub-title {
  font-size: var(--tdfs-sub-title-2);
  font-weight: 700;
  line-height: 1.2;
}
.document__date, .modal-document__species-label, .modal-document__species-name {
  font-size: var(--tdfs-body);
  line-height: 1.5;
}
.document__title {
  font-size: var(--tdfs-body-bold);
  font-weight: 700;
  line-height: 1.2;
}
.document__download {
  font-size: var(--tdfs-button);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
.modal-document__info strong {
  font-size: var(--tdfs-body-2-bold);
  font-weight: 700;
  line-height: 1.2;
}
.modal-document__info {
  font-size: var(--tdfs-body-2);
  line-height: 1.2;
}
.contact__form-input {
  font-size: var(--tdfs-form-input);
}
.contact .wpcf7-not-valid-tip, .contact .wpcf7-response-output, .contact__form-label {
  font-size: var(--tdfs-form-title);
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 1024px) {
  .contact .wpcf7-not-valid-tip, .contact .wpcf7-response-output, .contact__form-label {
    line-height: 1.1428571429;
  }
}
.document__header-row {
  font-size: var(--tdfs-table-title);
  font-weight: 700;
  line-height: 1.5;
}
.theme-banner {
  position: relative;
  overflow: hidden;
}
.theme-banner__image-container {
  position: relative;
  width: 100%;
  display: block;
}
.theme-banner__image-container:before {
  content: "";
  display: block;
  padding-top: 28.125%;
}
.theme-banner__image-container .ratio-item {
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1024px) {
  .theme-banner {
    margin-top: 3.3333333333vw;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .theme-banner {
    margin-top: 6.25vw;
  }
}
@media screen and (max-width: 1024px) and (max-width: 820px) {
  .theme-banner {
    margin-top: 7.8048780488vw;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .theme-banner {
    margin-top: 8.3333333333vw;
  }
}
@media screen and (max-width: 1024px) and (max-width: 570px) {
  .theme-banner {
    margin-top: 11.2280701754vw;
  }
}
@media screen and (max-width: 1024px) and (max-width: 480px) {
  .theme-banner {
    margin-top: 13.3333333333vw;
  }
}
@media screen and (max-width: 1024px) and (max-width: 430px) {
  .theme-banner {
    margin-top: 14.8837209302vw;
  }
}
@media screen and (max-width: 1024px) and (max-width: 390px) {
  .theme-banner {
    margin-top: 16.4102564103vw;
  }
}
@media (max-width: 575px) {
  .theme-banner {
    display: flex;
    align-items: center;
    height: 20.5729166667vw;
  }
}
@media screen and (max-width: 575px) and (max-width: 1024px) {
  .theme-banner {
    height: 38.57421875vw;
  }
}
@media screen and (max-width: 575px) and (max-width: 820px) {
  .theme-banner {
    height: 48.1707317073vw;
  }
}
@media screen and (max-width: 575px) and (max-width: 768px) {
  .theme-banner {
    height: 51.4322916667vw;
  }
}
@media screen and (max-width: 575px) and (max-width: 570px) {
  .theme-banner {
    height: 69.298245614vw;
  }
}
@media screen and (max-width: 575px) and (max-width: 480px) {
  .theme-banner {
    height: 82.2916666667vw;
  }
}
@media screen and (max-width: 575px) and (max-width: 430px) {
  .theme-banner {
    height: 91.8604651163vw;
  }
}
@media screen and (max-width: 575px) and (max-width: 390px) {
  .theme-banner {
    height: 101.2820512821vw;
  }
}
.theme-banner__image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #d9d8d8;
}
.theme-banner__image-wrapper::before, .theme-banner__image-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.theme-banner__image-wrapper::before {
  background: linear-gradient(180deg, #000000 -26.05%, rgba(0, 0, 0, 0) 23.08%);
  z-index: 2;
}
.theme-banner__image-wrapper::after {
  background: #000000;
  opacity: 0.3;
  z-index: 1;
}
.theme-banner__image-container {
  height: 100%;
  -o-object-position: center;
     object-position: center;
}
.theme-banner__content-wrapper {
  position: relative;
  z-index: 3;
  padding: 14.4270833333vw 0vw 7.2916666667vw;
}
@media screen and (max-width: 1024px) {
  .theme-banner__content-wrapper {
    padding: 20.99609375vw 0vw 14.6484375vw;
  }
}
@media screen and (max-width: 820px) {
  .theme-banner__content-wrapper {
    padding: 26.2195121951vw 0vw 18.2926829268vw;
  }
}
@media screen and (max-width: 768px) {
  .theme-banner__content-wrapper {
    padding: 27.9947916667vw 0vw 19.53125vw;
  }
}
@media screen and (max-width: 570px) {
  .theme-banner__content-wrapper {
    padding: 37.7192982456vw 0vw 26.3157894737vw;
  }
}
@media screen and (max-width: 480px) {
  .theme-banner__content-wrapper {
    padding: 44.7916666667vw 0vw 31.25vw;
  }
}
@media screen and (max-width: 430px) {
  .theme-banner__content-wrapper {
    padding: 50vw 0vw 34.8837209302vw;
  }
}
@media screen and (max-width: 390px) {
  .theme-banner__content-wrapper {
    padding: 55.1282051282vw 0vw 38.4615384615vw;
  }
}
@media (max-width: 575px) {
  .theme-banner__content-wrapper {
    padding: 0;
  }
}
.theme-banner__title {
  margin-bottom: 0.4166666667vw;
  color: #ffffff;
}
@media screen and (max-width: 1024px) {
  .theme-banner__title {
    margin-bottom: 0.78125vw;
  }
}
@media screen and (max-width: 820px) {
  .theme-banner__title {
    margin-bottom: 0.9756097561vw;
  }
}
@media screen and (max-width: 768px) {
  .theme-banner__title {
    margin-bottom: 1.0416666667vw;
  }
}
@media screen and (max-width: 570px) {
  .theme-banner__title {
    margin-bottom: 1.4035087719vw;
  }
}
@media screen and (max-width: 480px) {
  .theme-banner__title {
    margin-bottom: 1.6666666667vw;
  }
}
@media screen and (max-width: 430px) {
  .theme-banner__title {
    margin-bottom: 1.8604651163vw;
  }
}
@media screen and (max-width: 390px) {
  .theme-banner__title {
    margin-bottom: 2.0512820513vw;
  }
}
.theme-banner__sub-title {
  margin-bottom: 0;
  color: #00b3b0;
}
.resources-header {
  padding-bottom: 3.125vw;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .resources-header {
    padding-bottom: 5.859375vw;
  }
}
@media screen and (max-width: 820px) {
  .resources-header {
    padding-bottom: 7.3170731707vw;
  }
}
@media screen and (max-width: 768px) {
  .resources-header {
    padding-bottom: 7.8125vw;
  }
}
@media screen and (max-width: 570px) {
  .resources-header {
    padding-bottom: 10.5263157895vw;
  }
}
@media screen and (max-width: 480px) {
  .resources-header {
    padding-bottom: 12.5vw;
  }
}
@media screen and (max-width: 430px) {
  .resources-header {
    padding-bottom: 13.9534883721vw;
  }
}
@media screen and (max-width: 390px) {
  .resources-header {
    padding-bottom: 15.3846153846vw;
  }
}
.resources-header__title {
  margin-bottom: 2.0833333333vw;
}
@media screen and (max-width: 1024px) {
  .resources-header__title {
    margin-bottom: 2.9296875vw;
  }
}
@media screen and (max-width: 820px) {
  .resources-header__title {
    margin-bottom: 3.6585365854vw;
  }
}
@media screen and (max-width: 768px) {
  .resources-header__title {
    margin-bottom: 3.90625vw;
  }
}
@media screen and (max-width: 570px) {
  .resources-header__title {
    margin-bottom: 5.2631578947vw;
  }
}
@media screen and (max-width: 480px) {
  .resources-header__title {
    margin-bottom: 6.25vw;
  }
}
@media screen and (max-width: 430px) {
  .resources-header__title {
    margin-bottom: 6.976744186vw;
  }
}
@media screen and (max-width: 390px) {
  .resources-header__title {
    margin-bottom: 7.6923076923vw;
  }
}

.document {
  padding-top: 0;
}
.document__header-row, .document__body-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.9375vw 0vw;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1019607843);
}
@media screen and (max-width: 1024px) {
  .document__header-row, .document__body-row {
    padding: 1.3671875vw 0vw;
  }
}
@media screen and (max-width: 820px) {
  .document__header-row, .document__body-row {
    padding: 1.7073170732vw 0vw;
  }
}
@media screen and (max-width: 768px) {
  .document__header-row, .document__body-row {
    padding: 1.8229166667vw 0vw;
  }
}
@media screen and (max-width: 570px) {
  .document__header-row, .document__body-row {
    padding: 2.4561403509vw 0vw;
  }
}
@media screen and (max-width: 480px) {
  .document__header-row, .document__body-row {
    padding: 2.9166666667vw 0vw;
  }
}
@media screen and (max-width: 430px) {
  .document__header-row, .document__body-row {
    padding: 3.2558139535vw 0vw;
  }
}
@media screen and (max-width: 390px) {
  .document__header-row, .document__body-row {
    padding: 3.5897435897vw 0vw;
  }
}
.document__header-row {
  padding: 0.4166666667vw 0.9375vw;
  margin-bottom: 0.625vw;
  background: rgba(0, 0, 0, 0.1019607843);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1019607843);
  color: #767474;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .document__header-row {
    padding: 0.5859375vw;
  }
}
@media screen and (max-width: 820px) {
  .document__header-row {
    padding: 0.7317073171vw;
  }
}
@media screen and (max-width: 768px) {
  .document__header-row {
    padding: 0.78125vw;
  }
}
@media screen and (max-width: 570px) {
  .document__header-row {
    padding: 1.0526315789vw;
  }
}
@media screen and (max-width: 480px) {
  .document__header-row {
    padding: 1.25vw;
  }
}
@media screen and (max-width: 430px) {
  .document__header-row {
    padding: 1.3953488372vw;
  }
}
@media screen and (max-width: 390px) {
  .document__header-row {
    padding: 1.5384615385vw;
  }
}
@media screen and (max-width: 1024px) {
  .document__header-row {
    margin-bottom: 1.171875vw;
  }
}
@media screen and (max-width: 820px) {
  .document__header-row {
    margin-bottom: 1.4634146341vw;
  }
}
@media screen and (max-width: 768px) {
  .document__header-row {
    margin-bottom: 1.5625vw;
  }
}
@media screen and (max-width: 570px) {
  .document__header-row {
    margin-bottom: 2.1052631579vw;
  }
}
@media screen and (max-width: 480px) {
  .document__header-row {
    margin-bottom: 2.5vw;
  }
}
@media screen and (max-width: 430px) {
  .document__header-row {
    margin-bottom: 2.7906976744vw;
  }
}
@media screen and (max-width: 390px) {
  .document__header-row {
    margin-bottom: 3.0769230769vw;
  }
}
@media (max-width: 991px) {
  .document__header-row {
    border-radius: 5px;
  }
  .document__header-row > *:last-child {
    display: none;
  }
}
@media (max-width: 991px) {
  .document__body-row {
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
.document__header-date, .document__date {
  display: inline-block;
}
.document__header-date {
  flex-basis: 12.5vw;
}
@media screen and (max-width: 1024px) {
  .document__header-date {
    flex-basis: 23.4375vw;
  }
}
@media screen and (max-width: 820px) {
  .document__header-date {
    flex-basis: 29.2682926829vw;
  }
}
@media screen and (max-width: 768px) {
  .document__header-date {
    flex-basis: 31.25vw;
  }
}
@media screen and (max-width: 570px) {
  .document__header-date {
    flex-basis: 42.1052631579vw;
  }
}
@media screen and (max-width: 480px) {
  .document__header-date {
    flex-basis: 50vw;
  }
}
@media screen and (max-width: 430px) {
  .document__header-date {
    flex-basis: 55.8139534884vw;
  }
}
@media screen and (max-width: 390px) {
  .document__header-date {
    flex-basis: 61.5384615385vw;
  }
}
@media (max-width: 991px) {
  .document__header-date {
    flex-basis: auto;
  }
}
.document__date {
  flex: 0 0 16%;
  color: #433f3e;
}
@media screen and (max-width: 991px) and (max-width: 1024px) {
  .document__date {
    flex-basis: 9.765625vw;
  }
}
@media screen and (max-width: 991px) and (max-width: 820px) {
  .document__date {
    flex-basis: 12.1951219512vw;
  }
}
@media screen and (max-width: 991px) and (max-width: 768px) {
  .document__date {
    flex-basis: 13.0208333333vw;
  }
}
@media screen and (max-width: 991px) and (max-width: 570px) {
  .document__date {
    flex-basis: 17.5438596491vw;
  }
}
@media screen and (max-width: 991px) and (max-width: 480px) {
  .document__date {
    flex-basis: 20.8333333333vw;
  }
}
@media screen and (max-width: 991px) and (max-width: 430px) {
  .document__date {
    flex-basis: 23.2558139535vw;
  }
}
@media screen and (max-width: 991px) and (max-width: 390px) {
  .document__date {
    flex-basis: 25.641025641vw;
  }
}
.document__header-title, .document__title {
  flex-grow: 1;
  display: inline-block;
}
@media (max-width: 991px) {
  .document__header-title {
    flex: 0 0 62%;
  }
}
.document__title {
  margin-bottom: 0;
  padding-right: 1.5625vw;
  padding-left: 0vw;
}
@media screen and (max-width: 1024px) {
  .document__title {
    padding-right: 1.46484375vw;
  }
}
@media screen and (max-width: 820px) {
  .document__title {
    padding-right: 1.8292682927vw;
  }
}
@media screen and (max-width: 768px) {
  .document__title {
    padding-right: 1.953125vw;
  }
}
@media screen and (max-width: 570px) {
  .document__title {
    padding-right: 2.6315789474vw;
  }
}
@media screen and (max-width: 480px) {
  .document__title {
    padding-right: 3.125vw;
  }
}
@media screen and (max-width: 430px) {
  .document__title {
    padding-right: 3.488372093vw;
  }
}
@media screen and (max-width: 390px) {
  .document__title {
    padding-right: 3.8461538462vw;
  }
}
@media screen and (max-width: 1024px) {
  .document__title {
    padding-left: 1.46484375vw;
  }
}
@media screen and (max-width: 820px) {
  .document__title {
    padding-left: 1.8292682927vw;
  }
}
@media screen and (max-width: 768px) {
  .document__title {
    padding-left: 1.953125vw;
  }
}
@media screen and (max-width: 570px) {
  .document__title {
    padding-left: 2.6315789474vw;
  }
}
@media screen and (max-width: 480px) {
  .document__title {
    padding-left: 3.125vw;
  }
}
@media screen and (max-width: 430px) {
  .document__title {
    padding-left: 3.488372093vw;
  }
}
@media screen and (max-width: 390px) {
  .document__title {
    padding-left: 3.8461538462vw;
  }
}
@media (max-width: 991px) {
  .document__title {
    flex: 0 0 62%;
  }
}
@media screen and (max-width: 991px) and (max-width: 1024px) {
  .document__title {
    padding-right: 0vw;
  }
}
@media screen and (max-width: 991px) and (max-width: 820px) {
  .document__title {
    padding-right: 0vw;
  }
}
@media screen and (max-width: 991px) and (max-width: 768px) {
  .document__title {
    padding-right: 0vw;
  }
}
@media screen and (max-width: 991px) and (max-width: 570px) {
  .document__title {
    padding-right: 0vw;
  }
}
@media screen and (max-width: 991px) and (max-width: 480px) {
  .document__title {
    padding-right: 0vw;
  }
}
@media screen and (max-width: 991px) and (max-width: 430px) {
  .document__title {
    padding-right: 0vw;
  }
}
@media screen and (max-width: 991px) and (max-width: 390px) {
  .document__title {
    padding-right: 0vw;
  }
}
@media screen and (max-width: 991px) and (max-width: 1024px) {
  .document__title {
    padding-left: 0vw;
  }
}
@media screen and (max-width: 991px) and (max-width: 820px) {
  .document__title {
    padding-left: 0vw;
  }
}
@media screen and (max-width: 991px) and (max-width: 768px) {
  .document__title {
    padding-left: 0vw;
  }
}
@media screen and (max-width: 991px) and (max-width: 570px) {
  .document__title {
    padding-left: 0vw;
  }
}
@media screen and (max-width: 991px) and (max-width: 480px) {
  .document__title {
    padding-left: 0vw;
  }
}
@media screen and (max-width: 991px) and (max-width: 430px) {
  .document__title {
    padding-left: 0vw;
  }
}
@media screen and (max-width: 991px) and (max-width: 390px) {
  .document__title {
    padding-left: 0vw;
  }
}
@media screen and (max-width: 991px) and (max-width: 1024px) {
  .document__title {
    margin-bottom: 1.3671875vw;
  }
}
@media screen and (max-width: 991px) and (max-width: 820px) {
  .document__title {
    margin-bottom: 1.7073170732vw;
  }
}
@media screen and (max-width: 991px) and (max-width: 768px) {
  .document__title {
    margin-bottom: 1.8229166667vw;
  }
}
@media screen and (max-width: 991px) and (max-width: 570px) {
  .document__title {
    margin-bottom: 2.4561403509vw;
  }
}
@media screen and (max-width: 991px) and (max-width: 480px) {
  .document__title {
    margin-bottom: 2.9166666667vw;
  }
}
@media screen and (max-width: 991px) and (max-width: 430px) {
  .document__title {
    margin-bottom: 3.2558139535vw;
  }
}
@media screen and (max-width: 991px) and (max-width: 390px) {
  .document__title {
    margin-bottom: 3.5897435897vw;
  }
}
.document__header-download {
  flex-basis: 8.3333333333vw;
}
@media screen and (max-width: 1024px) {
  .document__header-download {
    flex-basis: 15.625vw;
  }
}
@media screen and (max-width: 820px) {
  .document__header-download {
    flex-basis: 19.512195122vw;
  }
}
@media screen and (max-width: 768px) {
  .document__header-download {
    flex-basis: 20.8333333333vw;
  }
}
@media screen and (max-width: 570px) {
  .document__header-download {
    flex-basis: 28.0701754386vw;
  }
}
@media screen and (max-width: 480px) {
  .document__header-download {
    flex-basis: 33.3333333333vw;
  }
}
@media screen and (max-width: 430px) {
  .document__header-download {
    flex-basis: 37.2093023256vw;
  }
}
@media screen and (max-width: 390px) {
  .document__header-download {
    flex-basis: 41.0256410256vw;
  }
}
.document__download {
  display: inline-flex;
  align-items: center;
  gap: 0.2083333333vw;
  text-decoration: none;
  color: #00b3b0;
  text-transform: uppercase;
  transition: 0.5s;
  border-bottom: 1px solid transparent;
}
@media screen and (max-width: 1024px) {
  .document__download {
    gap: 0.390625vw;
  }
}
@media screen and (max-width: 820px) {
  .document__download {
    gap: 0.487804878vw;
  }
}
@media screen and (max-width: 768px) {
  .document__download {
    gap: 0.5208333333vw;
  }
}
@media screen and (max-width: 570px) {
  .document__download {
    gap: 0.701754386vw;
  }
}
@media screen and (max-width: 480px) {
  .document__download {
    gap: 0.8333333333vw;
  }
}
@media screen and (max-width: 430px) {
  .document__download {
    gap: 0.9302325581vw;
  }
}
@media screen and (max-width: 390px) {
  .document__download {
    gap: 1.0256410256vw;
  }
}
.document__download img {
  width: 1.25vw;
  height: 1.25vw;
}
@media screen and (max-width: 1024px) {
  .document__download img {
    width: 1.953125vw;
  }
}
@media screen and (max-width: 820px) {
  .document__download img {
    width: 2.4390243902vw;
  }
}
@media screen and (max-width: 768px) {
  .document__download img {
    width: 2.6041666667vw;
  }
}
@media screen and (max-width: 570px) {
  .document__download img {
    width: 3.5087719298vw;
  }
}
@media screen and (max-width: 480px) {
  .document__download img {
    width: 4.1666666667vw;
  }
}
@media screen and (max-width: 430px) {
  .document__download img {
    width: 4.6511627907vw;
  }
}
@media screen and (max-width: 390px) {
  .document__download img {
    width: 5.1282051282vw;
  }
}
@media screen and (max-width: 1024px) {
  .document__download img {
    height: 1.953125vw;
  }
}
@media screen and (max-width: 820px) {
  .document__download img {
    height: 2.4390243902vw;
  }
}
@media screen and (max-width: 768px) {
  .document__download img {
    height: 2.6041666667vw;
  }
}
@media screen and (max-width: 570px) {
  .document__download img {
    height: 3.5087719298vw;
  }
}
@media screen and (max-width: 480px) {
  .document__download img {
    height: 4.1666666667vw;
  }
}
@media screen and (max-width: 430px) {
  .document__download img {
    height: 4.6511627907vw;
  }
}
@media screen and (max-width: 390px) {
  .document__download img {
    height: 5.1282051282vw;
  }
}
.document__download span {
  display: inline-block;
  padding-top: 0.15625vw;
  text-wrap: nowrap;
}
@media screen and (max-width: 1024px) {
  .document__download span {
    padding-top: 0.29296875vw;
  }
}
@media screen and (max-width: 820px) {
  .document__download span {
    padding-top: 0.3658536585vw;
  }
}
@media screen and (max-width: 768px) {
  .document__download span {
    padding-top: 0.390625vw;
  }
}
@media screen and (max-width: 570px) {
  .document__download span {
    padding-top: 0.5263157895vw;
  }
}
@media screen and (max-width: 480px) {
  .document__download span {
    padding-top: 0.625vw;
  }
}
@media screen and (max-width: 430px) {
  .document__download span {
    padding-top: 0.6976744186vw;
  }
}
@media screen and (max-width: 390px) {
  .document__download span {
    padding-top: 0.7692307692vw;
  }
}
.document__download:hover {
  border-bottom: 1px solid #00b3b0;
}
@media (max-width: 991px) {
  .document__download {
    flex: 0 0 62%;
    margin-left: auto;
  }
}
.document__pagination {
  margin-top: 3.125vw;
}
@media screen and (max-width: 1024px) {
  .document__pagination {
    margin-top: 3.90625vw;
  }
}
@media screen and (max-width: 820px) {
  .document__pagination {
    margin-top: 4.8780487805vw;
  }
}
@media screen and (max-width: 768px) {
  .document__pagination {
    margin-top: 5.2083333333vw;
  }
}
@media screen and (max-width: 570px) {
  .document__pagination {
    margin-top: 7.0175438596vw;
  }
}
@media screen and (max-width: 480px) {
  .document__pagination {
    margin-top: 8.3333333333vw;
  }
}
@media screen and (max-width: 430px) {
  .document__pagination {
    margin-top: 9.3023255814vw;
  }
}
@media screen and (max-width: 390px) {
  .document__pagination {
    margin-top: 10.2564102564vw;
  }
}

.modal-document__dialog {
  max-width: 41.6666666667vw;
}
@media screen and (max-width: 1024px) {
  .modal-document__dialog {
    max-width: 78.125vw;
  }
}
@media screen and (max-width: 820px) {
  .modal-document__dialog {
    max-width: 97.5609756098vw;
  }
}
@media screen and (max-width: 768px) {
  .modal-document__dialog {
    max-width: 104.1666666667vw;
  }
}
@media screen and (max-width: 570px) {
  .modal-document__dialog {
    max-width: 140.350877193vw;
  }
}
@media screen and (max-width: 480px) {
  .modal-document__dialog {
    max-width: 166.6666666667vw;
  }
}
@media screen and (max-width: 430px) {
  .modal-document__dialog {
    max-width: 186.0465116279vw;
  }
}
@media screen and (max-width: 390px) {
  .modal-document__dialog {
    max-width: 205.1282051282vw;
  }
}
@media (max-width: 1024px) {
  .modal-document__dialog {
    max-width: initial;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .modal-document__dialog {
    margin-right: 1.5625vw;
  }
}
@media screen and (max-width: 1024px) and (max-width: 820px) {
  .modal-document__dialog {
    margin-right: 1.9512195122vw;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .modal-document__dialog {
    margin-right: 2.0833333333vw;
  }
}
@media screen and (max-width: 1024px) and (max-width: 570px) {
  .modal-document__dialog {
    margin-right: 2.8070175439vw;
  }
}
@media screen and (max-width: 1024px) and (max-width: 480px) {
  .modal-document__dialog {
    margin-right: 3.3333333333vw;
  }
}
@media screen and (max-width: 1024px) and (max-width: 430px) {
  .modal-document__dialog {
    margin-right: 3.7209302326vw;
  }
}
@media screen and (max-width: 1024px) and (max-width: 390px) {
  .modal-document__dialog {
    margin-right: 4.1025641026vw;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .modal-document__dialog {
    margin-left: 1.5625vw;
  }
}
@media screen and (max-width: 1024px) and (max-width: 820px) {
  .modal-document__dialog {
    margin-left: 1.9512195122vw;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .modal-document__dialog {
    margin-left: 2.0833333333vw;
  }
}
@media screen and (max-width: 1024px) and (max-width: 570px) {
  .modal-document__dialog {
    margin-left: 2.8070175439vw;
  }
}
@media screen and (max-width: 1024px) and (max-width: 480px) {
  .modal-document__dialog {
    margin-left: 3.3333333333vw;
  }
}
@media screen and (max-width: 1024px) and (max-width: 430px) {
  .modal-document__dialog {
    margin-left: 3.7209302326vw;
  }
}
@media screen and (max-width: 1024px) and (max-width: 390px) {
  .modal-document__dialog {
    margin-left: 4.1025641026vw;
  }
}
.modal-document__content {
  border-radius: 18px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .modal-document__content {
    border-radius: 25px;
  }
}
.modal-document__image-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 27.34375vw;
}
@media screen and (max-width: 1024px) {
  .modal-document__image-container {
    width: 43.9453125vw;
  }
}
@media screen and (max-width: 820px) {
  .modal-document__image-container {
    width: 54.8780487805vw;
  }
}
@media screen and (max-width: 768px) {
  .modal-document__image-container {
    width: 58.59375vw;
  }
}
@media screen and (max-width: 570px) {
  .modal-document__image-container {
    width: 78.9473684211vw;
  }
}
@media screen and (max-width: 480px) {
  .modal-document__image-container {
    width: 93.75vw;
  }
}
@media screen and (max-width: 430px) {
  .modal-document__image-container {
    width: 104.6511627907vw;
  }
}
@media screen and (max-width: 390px) {
  .modal-document__image-container {
    width: 115.3846153846vw;
  }
}
@media (max-width: 991px) {
  .modal-document__image-container {
    position: relative;
    width: 100%;
  }
}
@media screen and (max-width: 991px) and (max-width: 1024px) {
  .modal-document__image-container {
    height: 41.015625vw;
  }
}
@media screen and (max-width: 991px) and (max-width: 820px) {
  .modal-document__image-container {
    height: 51.2195121951vw;
  }
}
@media screen and (max-width: 991px) and (max-width: 768px) {
  .modal-document__image-container {
    height: 54.6875vw;
  }
}
@media screen and (max-width: 991px) and (max-width: 570px) {
  .modal-document__image-container {
    height: 73.6842105263vw;
  }
}
@media screen and (max-width: 991px) and (max-width: 480px) {
  .modal-document__image-container {
    height: 87.5vw;
  }
}
@media screen and (max-width: 991px) and (max-width: 430px) {
  .modal-document__image-container {
    height: 97.6744186047vw;
  }
}
@media screen and (max-width: 991px) and (max-width: 390px) {
  .modal-document__image-container {
    height: 107.6923076923vw;
  }
}
@media screen and (max-width: 575px) and (max-width: 1024px) {
  .modal-document__image-container {
    height: 21.875vw;
  }
}
@media screen and (max-width: 575px) and (max-width: 820px) {
  .modal-document__image-container {
    height: 27.3170731707vw;
  }
}
@media screen and (max-width: 575px) and (max-width: 768px) {
  .modal-document__image-container {
    height: 29.1666666667vw;
  }
}
@media screen and (max-width: 575px) and (max-width: 570px) {
  .modal-document__image-container {
    height: 39.298245614vw;
  }
}
@media screen and (max-width: 575px) and (max-width: 480px) {
  .modal-document__image-container {
    height: 46.6666666667vw;
  }
}
@media screen and (max-width: 575px) and (max-width: 430px) {
  .modal-document__image-container {
    height: 52.0930232558vw;
  }
}
@media screen and (max-width: 575px) and (max-width: 390px) {
  .modal-document__image-container {
    height: 57.4358974359vw;
  }
}
.modal-document__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.modal-document__content-container {
  height: 100%;
  padding: 3.125vw;
  background-color: #ffffff;
}
@media screen and (max-width: 1024px) {
  .modal-document__content-container {
    padding: 3.90625vw;
  }
}
@media screen and (max-width: 820px) {
  .modal-document__content-container {
    padding: 4.8780487805vw;
  }
}
@media screen and (max-width: 768px) {
  .modal-document__content-container {
    padding: 5.2083333333vw;
  }
}
@media screen and (max-width: 570px) {
  .modal-document__content-container {
    padding: 7.0175438596vw;
  }
}
@media screen and (max-width: 480px) {
  .modal-document__content-container {
    padding: 8.3333333333vw;
  }
}
@media screen and (max-width: 430px) {
  .modal-document__content-container {
    padding: 9.3023255814vw;
  }
}
@media screen and (max-width: 390px) {
  .modal-document__content-container {
    padding: 10.2564102564vw;
  }
}
@media (max-width: 991px) {
  .modal-document__content-container {
    min-height: auto;
  }
}
@media screen and (max-width: 991px) and (max-width: 1024px) {
  .modal-document__content-container {
    padding: 2.9296875vw 2.34375vw;
  }
}
@media screen and (max-width: 991px) and (max-width: 820px) {
  .modal-document__content-container {
    padding: 3.6585365854vw 2.9268292683vw;
  }
}
@media screen and (max-width: 991px) and (max-width: 768px) {
  .modal-document__content-container {
    padding: 3.90625vw 3.125vw;
  }
}
@media screen and (max-width: 991px) and (max-width: 570px) {
  .modal-document__content-container {
    padding: 5.2631578947vw 4.2105263158vw;
  }
}
@media screen and (max-width: 991px) and (max-width: 480px) {
  .modal-document__content-container {
    padding: 6.25vw 5vw;
  }
}
@media screen and (max-width: 991px) and (max-width: 430px) {
  .modal-document__content-container {
    padding: 6.976744186vw 5.5813953488vw;
  }
}
@media screen and (max-width: 991px) and (max-width: 390px) {
  .modal-document__content-container {
    padding: 7.6923076923vw 6.1538461538vw;
  }
}
.modal-document__btn-close {
  position: absolute;
  top: 2.3958333333vw;
  right: 2.3958333333vw;
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  .modal-document__btn-close {
    top: 1.953125vw;
  }
}
@media screen and (max-width: 820px) {
  .modal-document__btn-close {
    top: 2.4390243902vw;
  }
}
@media screen and (max-width: 768px) {
  .modal-document__btn-close {
    top: 2.6041666667vw;
  }
}
@media screen and (max-width: 570px) {
  .modal-document__btn-close {
    top: 3.5087719298vw;
  }
}
@media screen and (max-width: 480px) {
  .modal-document__btn-close {
    top: 4.1666666667vw;
  }
}
@media screen and (max-width: 430px) {
  .modal-document__btn-close {
    top: 4.6511627907vw;
  }
}
@media screen and (max-width: 390px) {
  .modal-document__btn-close {
    top: 5.1282051282vw;
  }
}
@media screen and (max-width: 1024px) {
  .modal-document__btn-close {
    right: 1.953125vw;
  }
}
@media screen and (max-width: 820px) {
  .modal-document__btn-close {
    right: 2.4390243902vw;
  }
}
@media screen and (max-width: 768px) {
  .modal-document__btn-close {
    right: 2.6041666667vw;
  }
}
@media screen and (max-width: 570px) {
  .modal-document__btn-close {
    right: 3.5087719298vw;
  }
}
@media screen and (max-width: 480px) {
  .modal-document__btn-close {
    right: 4.1666666667vw;
  }
}
@media screen and (max-width: 430px) {
  .modal-document__btn-close {
    right: 4.6511627907vw;
  }
}
@media screen and (max-width: 390px) {
  .modal-document__btn-close {
    right: 5.1282051282vw;
  }
}
.modal-document__btn-close:focus, .modal-document__btn-close:focus-visible {
  box-shadow: none;
  outline: none;
}
@media (max-width: 991px) {
  .modal-document__btn-close {
    background-image: url(../../../assets/images/close-white.svg);
    filter: brightness(0) invert(1);
  }
}
.modal-document__title {
  margin-bottom: 0.625vw;
}
@media screen and (max-width: 1024px) {
  .modal-document__title {
    margin-bottom: 1.171875vw;
  }
}
@media screen and (max-width: 820px) {
  .modal-document__title {
    margin-bottom: 1.4634146341vw;
  }
}
@media screen and (max-width: 768px) {
  .modal-document__title {
    margin-bottom: 1.5625vw;
  }
}
@media screen and (max-width: 570px) {
  .modal-document__title {
    margin-bottom: 2.1052631579vw;
  }
}
@media screen and (max-width: 480px) {
  .modal-document__title {
    margin-bottom: 2.5vw;
  }
}
@media screen and (max-width: 430px) {
  .modal-document__title {
    margin-bottom: 2.7906976744vw;
  }
}
@media screen and (max-width: 390px) {
  .modal-document__title {
    margin-bottom: 3.0769230769vw;
  }
}
.modal-document__description {
  margin-bottom: 1.25vw;
}
@media screen and (max-width: 1024px) {
  .modal-document__description {
    margin-bottom: 2.34375vw;
  }
}
@media screen and (max-width: 820px) {
  .modal-document__description {
    margin-bottom: 2.9268292683vw;
  }
}
@media screen and (max-width: 768px) {
  .modal-document__description {
    margin-bottom: 3.125vw;
  }
}
@media screen and (max-width: 570px) {
  .modal-document__description {
    margin-bottom: 4.2105263158vw;
  }
}
@media screen and (max-width: 480px) {
  .modal-document__description {
    margin-bottom: 5vw;
  }
}
@media screen and (max-width: 430px) {
  .modal-document__description {
    margin-bottom: 5.5813953488vw;
  }
}
@media screen and (max-width: 390px) {
  .modal-document__description {
    margin-bottom: 6.1538461538vw;
  }
}
.modal-document__info {
  display: flex;
  margin-bottom: 1.6666666667vw;
}
@media screen and (max-width: 1024px) {
  .modal-document__info {
    margin-bottom: 3.125vw;
  }
}
@media screen and (max-width: 820px) {
  .modal-document__info {
    margin-bottom: 3.9024390244vw;
  }
}
@media screen and (max-width: 768px) {
  .modal-document__info {
    margin-bottom: 4.1666666667vw;
  }
}
@media screen and (max-width: 570px) {
  .modal-document__info {
    margin-bottom: 5.6140350877vw;
  }
}
@media screen and (max-width: 480px) {
  .modal-document__info {
    margin-bottom: 6.6666666667vw;
  }
}
@media screen and (max-width: 430px) {
  .modal-document__info {
    margin-bottom: 7.4418604651vw;
  }
}
@media screen and (max-width: 390px) {
  .modal-document__info {
    margin-bottom: 8.2051282051vw;
  }
}
.modal-document__info strong {
  color: #00b3b0;
}
@media (max-width: 767px) {
  .modal-document__info {
    flex-direction: column;
  }
}
.modal-document__info-item {
  flex: 1;
}
.modal-document__info-item > * {
  display: block;
  padding: 0.2083333333vw 0vw;
}
@media screen and (max-width: 1024px) {
  .modal-document__info-item > * {
    padding: 0.390625vw 0vw;
  }
}
@media screen and (max-width: 820px) {
  .modal-document__info-item > * {
    padding: 0.487804878vw 0vw;
  }
}
@media screen and (max-width: 768px) {
  .modal-document__info-item > * {
    padding: 0.5208333333vw 0vw;
  }
}
@media screen and (max-width: 570px) {
  .modal-document__info-item > * {
    padding: 0.701754386vw 0vw;
  }
}
@media screen and (max-width: 480px) {
  .modal-document__info-item > * {
    padding: 0.8333333333vw 0vw;
  }
}
@media screen and (max-width: 430px) {
  .modal-document__info-item > * {
    padding: 0.9302325581vw 0vw;
  }
}
@media screen and (max-width: 390px) {
  .modal-document__info-item > * {
    padding: 1.0256410256vw 0vw;
  }
}
.modal-document__info-item:first-child {
  padding-right: 0.4166666667vw;
}
@media screen and (max-width: 1024px) {
  .modal-document__info-item:first-child {
    padding-right: 0.78125vw;
  }
}
@media screen and (max-width: 820px) {
  .modal-document__info-item:first-child {
    padding-right: 0.9756097561vw;
  }
}
@media screen and (max-width: 768px) {
  .modal-document__info-item:first-child {
    padding-right: 1.0416666667vw;
  }
}
@media screen and (max-width: 570px) {
  .modal-document__info-item:first-child {
    padding-right: 1.4035087719vw;
  }
}
@media screen and (max-width: 480px) {
  .modal-document__info-item:first-child {
    padding-right: 1.6666666667vw;
  }
}
@media screen and (max-width: 430px) {
  .modal-document__info-item:first-child {
    padding-right: 1.8604651163vw;
  }
}
@media screen and (max-width: 390px) {
  .modal-document__info-item:first-child {
    padding-right: 2.0512820513vw;
  }
}
@media (max-width: 767px) {
  .modal-document__info-item:first-child {
    padding-right: 0;
  }
}
.modal-document__species {
  margin-top: 1.6666666667vw;
}
@media screen and (max-width: 1024px) {
  .modal-document__species {
    margin-top: 3.125vw;
  }
}
@media screen and (max-width: 820px) {
  .modal-document__species {
    margin-top: 3.9024390244vw;
  }
}
@media screen and (max-width: 768px) {
  .modal-document__species {
    margin-top: 4.1666666667vw;
  }
}
@media screen and (max-width: 570px) {
  .modal-document__species {
    margin-top: 5.6140350877vw;
  }
}
@media screen and (max-width: 480px) {
  .modal-document__species {
    margin-top: 6.6666666667vw;
  }
}
@media screen and (max-width: 430px) {
  .modal-document__species {
    margin-top: 7.4418604651vw;
  }
}
@media screen and (max-width: 390px) {
  .modal-document__species {
    margin-top: 8.2051282051vw;
  }
}
.modal-document__species-label {
  display: inline-block;
  color: #433f3e;
}
.modal-document__species-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.78125vw;
  margin-left: -0.78125vw;
}
@media screen and (max-width: 1024px) {
  .modal-document__species-wrapper {
    margin-right: -1.46484375vw;
  }
}
@media screen and (max-width: 820px) {
  .modal-document__species-wrapper {
    margin-right: -1.8292682927vw;
  }
}
@media screen and (max-width: 768px) {
  .modal-document__species-wrapper {
    margin-right: -1.953125vw;
  }
}
@media screen and (max-width: 570px) {
  .modal-document__species-wrapper {
    margin-right: -2.6315789474vw;
  }
}
@media screen and (max-width: 480px) {
  .modal-document__species-wrapper {
    margin-right: -3.125vw;
  }
}
@media screen and (max-width: 430px) {
  .modal-document__species-wrapper {
    margin-right: -3.488372093vw;
  }
}
@media screen and (max-width: 390px) {
  .modal-document__species-wrapper {
    margin-right: -3.8461538462vw;
  }
}
@media screen and (max-width: 1024px) {
  .modal-document__species-wrapper {
    margin-left: -1.46484375vw;
  }
}
@media screen and (max-width: 820px) {
  .modal-document__species-wrapper {
    margin-left: -1.8292682927vw;
  }
}
@media screen and (max-width: 768px) {
  .modal-document__species-wrapper {
    margin-left: -1.953125vw;
  }
}
@media screen and (max-width: 570px) {
  .modal-document__species-wrapper {
    margin-left: -2.6315789474vw;
  }
}
@media screen and (max-width: 480px) {
  .modal-document__species-wrapper {
    margin-left: -3.125vw;
  }
}
@media screen and (max-width: 430px) {
  .modal-document__species-wrapper {
    margin-left: -3.488372093vw;
  }
}
@media screen and (max-width: 390px) {
  .modal-document__species-wrapper {
    margin-left: -3.8461538462vw;
  }
}
.modal-document__species-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex: 0 0 25%;
  gap: 0.9375vw;
  margin-top: 1.5625vw;
  padding-right: 0.78125vw;
  padding-left: 0.78125vw;
}
@media screen and (max-width: 1024px) {
  .modal-document__species-item {
    gap: 1.7578125vw;
  }
}
@media screen and (max-width: 820px) {
  .modal-document__species-item {
    gap: 2.1951219512vw;
  }
}
@media screen and (max-width: 768px) {
  .modal-document__species-item {
    gap: 2.34375vw;
  }
}
@media screen and (max-width: 570px) {
  .modal-document__species-item {
    gap: 3.1578947368vw;
  }
}
@media screen and (max-width: 480px) {
  .modal-document__species-item {
    gap: 3.75vw;
  }
}
@media screen and (max-width: 430px) {
  .modal-document__species-item {
    gap: 4.1860465116vw;
  }
}
@media screen and (max-width: 390px) {
  .modal-document__species-item {
    gap: 4.6153846154vw;
  }
}
@media screen and (max-width: 1024px) {
  .modal-document__species-item {
    margin-top: 2.9296875vw;
  }
}
@media screen and (max-width: 820px) {
  .modal-document__species-item {
    margin-top: 3.6585365854vw;
  }
}
@media screen and (max-width: 768px) {
  .modal-document__species-item {
    margin-top: 3.90625vw;
  }
}
@media screen and (max-width: 570px) {
  .modal-document__species-item {
    margin-top: 5.2631578947vw;
  }
}
@media screen and (max-width: 480px) {
  .modal-document__species-item {
    margin-top: 6.25vw;
  }
}
@media screen and (max-width: 430px) {
  .modal-document__species-item {
    margin-top: 6.976744186vw;
  }
}
@media screen and (max-width: 390px) {
  .modal-document__species-item {
    margin-top: 7.6923076923vw;
  }
}
@media screen and (max-width: 1024px) {
  .modal-document__species-item {
    padding-right: 1.46484375vw;
  }
}
@media screen and (max-width: 820px) {
  .modal-document__species-item {
    padding-right: 1.8292682927vw;
  }
}
@media screen and (max-width: 768px) {
  .modal-document__species-item {
    padding-right: 1.953125vw;
  }
}
@media screen and (max-width: 570px) {
  .modal-document__species-item {
    padding-right: 2.6315789474vw;
  }
}
@media screen and (max-width: 480px) {
  .modal-document__species-item {
    padding-right: 3.125vw;
  }
}
@media screen and (max-width: 430px) {
  .modal-document__species-item {
    padding-right: 3.488372093vw;
  }
}
@media screen and (max-width: 390px) {
  .modal-document__species-item {
    padding-right: 3.8461538462vw;
  }
}
@media screen and (max-width: 1024px) {
  .modal-document__species-item {
    padding-left: 1.46484375vw;
  }
}
@media screen and (max-width: 820px) {
  .modal-document__species-item {
    padding-left: 1.8292682927vw;
  }
}
@media screen and (max-width: 768px) {
  .modal-document__species-item {
    padding-left: 1.953125vw;
  }
}
@media screen and (max-width: 570px) {
  .modal-document__species-item {
    padding-left: 2.6315789474vw;
  }
}
@media screen and (max-width: 480px) {
  .modal-document__species-item {
    padding-left: 3.125vw;
  }
}
@media screen and (max-width: 430px) {
  .modal-document__species-item {
    padding-left: 3.488372093vw;
  }
}
@media screen and (max-width: 390px) {
  .modal-document__species-item {
    padding-left: 3.8461538462vw;
  }
}
@media (max-width: 767px) {
  .modal-document__species-item {
    flex: 0 0 50%;
  }
}
.modal-document__species-image {
  width: 100%;
}
.modal-document__species-name {
  color: #433f3e;
  text-align: center;
}
@media screen and (max-width: 575px) and (max-width: 1024px) {
  .contact {
    padding-bottom: 0vw;
  }
}
@media screen and (max-width: 575px) and (max-width: 820px) {
  .contact {
    padding-bottom: 0vw;
  }
}
@media screen and (max-width: 575px) and (max-width: 768px) {
  .contact {
    padding-bottom: 0vw;
  }
}
@media screen and (max-width: 575px) and (max-width: 570px) {
  .contact {
    padding-bottom: 0vw;
  }
}
@media screen and (max-width: 575px) and (max-width: 480px) {
  .contact {
    padding-bottom: 0vw;
  }
}
@media screen and (max-width: 575px) and (max-width: 430px) {
  .contact {
    padding-bottom: 0vw;
  }
}
@media screen and (max-width: 575px) and (max-width: 390px) {
  .contact {
    padding-bottom: 0vw;
  }
}
.contact .wpcf7-not-valid {
  border: 1px solid #c00000;
}
.contact .wpcf7-not-valid-tip {
  margin-top: 0.3125vw;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  .contact .wpcf7-not-valid-tip {
    margin-top: 0.5859375vw;
  }
}
@media screen and (max-width: 820px) {
  .contact .wpcf7-not-valid-tip {
    margin-top: 0.7317073171vw;
  }
}
@media screen and (max-width: 768px) {
  .contact .wpcf7-not-valid-tip {
    margin-top: 0.78125vw;
  }
}
@media screen and (max-width: 570px) {
  .contact .wpcf7-not-valid-tip {
    margin-top: 1.0526315789vw;
  }
}
@media screen and (max-width: 480px) {
  .contact .wpcf7-not-valid-tip {
    margin-top: 1.25vw;
  }
}
@media screen and (max-width: 430px) {
  .contact .wpcf7-not-valid-tip {
    margin-top: 1.3953488372vw;
  }
}
@media screen and (max-width: 390px) {
  .contact .wpcf7-not-valid-tip {
    margin-top: 1.5384615385vw;
  }
}
.contact .wpcf7-form.submitting .wpcf7-submit {
  pointer-events: none;
}
.contact .wpcf7-spinner {
  width: 24px;
  height: 24px;
  padding: 4px;
  margin: 0;
  margin-left: 0.5em;
  top: -0.5em;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #25b09b;
  --_m:
      conic-gradient(#0000 10%,#000),
      linear-gradient(#000 0 0) content-box;
  -webkit-mask: var(--_m);
  mask: var(--_m);
  -webkit-mask-composite: source-out;
  mask-composite: subtract;
  animation: l3 1s infinite linear;
}
.contact .wpcf7-spinner::before {
  content: unset;
}
@keyframes l3 {
  to {
    transform: rotate(1turn);
  }
}
.contact .wpcf7-response-output {
  display: none;
  font-weight: 400;
  padding: 0.4166666667vw 0.8333333333vw !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
}
@media screen and (max-width: 1024px) {
  .contact .wpcf7-response-output {
    padding: 0.78125vw 1.5625vw !important;
  }
}
@media screen and (max-width: 820px) {
  .contact .wpcf7-response-output {
    padding: 0.9756097561vw 1.9512195122vw !important;
  }
}
@media screen and (max-width: 768px) {
  .contact .wpcf7-response-output {
    padding: 1.0416666667vw 2.0833333333vw !important;
  }
}
@media screen and (max-width: 570px) {
  .contact .wpcf7-response-output {
    padding: 1.4035087719vw 2.8070175439vw !important;
  }
}
@media screen and (max-width: 480px) {
  .contact .wpcf7-response-output {
    padding: 1.6666666667vw 3.3333333333vw !important;
  }
}
@media screen and (max-width: 430px) {
  .contact .wpcf7-response-output {
    padding: 1.8604651163vw 3.7209302326vw !important;
  }
}
@media screen and (max-width: 390px) {
  .contact .wpcf7-response-output {
    padding: 2.0512820513vw 4.1025641026vw !important;
  }
}
.contact__title {
  margin-bottom: 0.8333333333vw;
}
@media screen and (max-width: 1024px) {
  .contact__title {
    margin-bottom: 1.5625vw;
  }
}
@media screen and (max-width: 820px) {
  .contact__title {
    margin-bottom: 1.9512195122vw;
  }
}
@media screen and (max-width: 768px) {
  .contact__title {
    margin-bottom: 2.0833333333vw;
  }
}
@media screen and (max-width: 570px) {
  .contact__title {
    margin-bottom: 2.8070175439vw;
  }
}
@media screen and (max-width: 480px) {
  .contact__title {
    margin-bottom: 3.3333333333vw;
  }
}
@media screen and (max-width: 430px) {
  .contact__title {
    margin-bottom: 3.7209302326vw;
  }
}
@media screen and (max-width: 390px) {
  .contact__title {
    margin-bottom: 4.1025641026vw;
  }
}
.contact__form-wrapper {
  padding-left: 3.6458333333vw;
}
@media screen and (max-width: 1024px) {
  .contact__form-wrapper {
    padding-left: 6.8359375vw;
  }
}
@media screen and (max-width: 820px) {
  .contact__form-wrapper {
    padding-left: 8.5365853659vw;
  }
}
@media screen and (max-width: 768px) {
  .contact__form-wrapper {
    padding-left: 9.1145833333vw;
  }
}
@media screen and (max-width: 570px) {
  .contact__form-wrapper {
    padding-left: 12.2807017544vw;
  }
}
@media screen and (max-width: 480px) {
  .contact__form-wrapper {
    padding-left: 14.5833333333vw;
  }
}
@media screen and (max-width: 430px) {
  .contact__form-wrapper {
    padding-left: 16.2790697674vw;
  }
}
@media screen and (max-width: 390px) {
  .contact__form-wrapper {
    padding-left: 17.9487179487vw;
  }
}
@media (max-width: 991px) {
  .contact__form-wrapper {
    padding-left: 0;
  }
}
.contact__form-item {
  margin-top: 0.7291666667vw;
}
@media screen and (max-width: 1024px) {
  .contact__form-item {
    margin-top: 1.3671875vw;
  }
}
@media screen and (max-width: 820px) {
  .contact__form-item {
    margin-top: 1.7073170732vw;
  }
}
@media screen and (max-width: 768px) {
  .contact__form-item {
    margin-top: 1.8229166667vw;
  }
}
@media screen and (max-width: 570px) {
  .contact__form-item {
    margin-top: 2.4561403509vw;
  }
}
@media screen and (max-width: 480px) {
  .contact__form-item {
    margin-top: 2.9166666667vw;
  }
}
@media screen and (max-width: 430px) {
  .contact__form-item {
    margin-top: 3.2558139535vw;
  }
}
@media screen and (max-width: 390px) {
  .contact__form-item {
    margin-top: 3.5897435897vw;
  }
}
.contact__form-label {
  display: inline-block;
  margin-bottom: 0.3125vw;
}
@media screen and (max-width: 1024px) {
  .contact__form-label {
    margin-bottom: 0.5859375vw;
  }
}
@media screen and (max-width: 820px) {
  .contact__form-label {
    margin-bottom: 0.7317073171vw;
  }
}
@media screen and (max-width: 768px) {
  .contact__form-label {
    margin-bottom: 0.78125vw;
  }
}
@media screen and (max-width: 570px) {
  .contact__form-label {
    margin-bottom: 1.0526315789vw;
  }
}
@media screen and (max-width: 480px) {
  .contact__form-label {
    margin-bottom: 1.25vw;
  }
}
@media screen and (max-width: 430px) {
  .contact__form-label {
    margin-bottom: 1.3953488372vw;
  }
}
@media screen and (max-width: 390px) {
  .contact__form-label {
    margin-bottom: 1.5384615385vw;
  }
}
.contact__form-label span {
  color: #c00000;
}
.contact__form-input {
  display: block;
  width: 100%;
  padding: 0.5208333333vw;
  border: 1px solid #CED4DA;
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  .contact__form-input {
    padding: 0.9765625vw;
  }
}
@media screen and (max-width: 820px) {
  .contact__form-input {
    padding: 1.2195121951vw;
  }
}
@media screen and (max-width: 768px) {
  .contact__form-input {
    padding: 1.3020833333vw;
  }
}
@media screen and (max-width: 570px) {
  .contact__form-input {
    padding: 1.7543859649vw;
  }
}
@media screen and (max-width: 480px) {
  .contact__form-input {
    padding: 2.0833333333vw;
  }
}
@media screen and (max-width: 430px) {
  .contact__form-input {
    padding: 2.3255813953vw;
  }
}
@media screen and (max-width: 390px) {
  .contact__form-input {
    padding: 2.5641025641vw;
  }
}
.contact__form-input:focus-visible {
  outline: none;
  border-color: #00b3b0;
}
.contact__button-wrapper {
  margin-top: 1.6666666667vw;
}
@media screen and (max-width: 1024px) {
  .contact__button-wrapper {
    margin-top: 3.125vw;
  }
}
@media screen and (max-width: 820px) {
  .contact__button-wrapper {
    margin-top: 3.9024390244vw;
  }
}
@media screen and (max-width: 768px) {
  .contact__button-wrapper {
    margin-top: 4.1666666667vw;
  }
}
@media screen and (max-width: 570px) {
  .contact__button-wrapper {
    margin-top: 5.6140350877vw;
  }
}
@media screen and (max-width: 480px) {
  .contact__button-wrapper {
    margin-top: 6.6666666667vw;
  }
}
@media screen and (max-width: 430px) {
  .contact__button-wrapper {
    margin-top: 7.4418604651vw;
  }
}
@media screen and (max-width: 390px) {
  .contact__button-wrapper {
    margin-top: 8.2051282051vw;
  }
}

/*# sourceMappingURL=resources.css.map*/