/*!******************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/scss/style.scss ***!
  \******************************************************************************************************************************************/
@charset "UTF-8";
/* 
Theme Name: 株式会社大東貿易Theme
Author: 株式会社トータル・アシスト
*/
.dt-button-primary__group {
  width: 100%;
}
.dt-button-primary__item--fill, .dt-button-primary__item--outline {
  width: 100%;
}
.dt-button-primary__item--fill a, .dt-button-primary__item--outline a {
  background-color: #009C4D;
  border-radius: 0.5rem;
  color: #FFFFFF !important;
}
.dt-button-primary__item--fill a:hover, .dt-button-primary__item--outline a:hover {
  background-color: #89C831;
}
.dt-button-primary__item--outline a {
  background-color: #FFFFFF;
  border: 1px solid #323232;
  border-radius: 0.5rem;
  color: #323232 !important;
}
.dt-button-primary__item--outline a:hover {
  background-color: #89C831;
  color: #323232;
}

.btn-text__large {
  font-size: clamp(1rem, 0.844rem + 0.63vw, 1.25rem);
}
.btn-text__small {
  font-size: 0.875rem;
}

html {
  scroll-behavior: smooth;
  color: #595757;
  text-box: trim-both cap alphabetic;
}

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}

.wp-site-blocks {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

header {
  position: sticky;
  top: 0;
  z-index: 1000;
}

.entry-content {
  flex: 1;
  margin-block-start: 0;
}

.w-600,
.w-782,
.w-1040 {
  margin: 0 auto;
  padding: 0 1rem;
}
@media screen and (min-width: 782px) {
  .w-600,
  .w-782,
  .w-1040 {
    padding: 0 1.5rem;
  }
}
@media screen and (min-width: 1040px) {
  .w-600,
  .w-782,
  .w-1040 {
    padding: 0;
  }
}

.w-600 {
  max-width: 600px;
}

.w-782 {
  max-width: 782px;
}

.w-1040 {
  max-width: 1040px;
}

.col-2 {
  flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 782px) {
  .col-2 {
    gap: 2rem;
    flex-direction: row;
  }
}
@media screen and (min-width: 1040px) {
  .col-2 {
    gap: 4rem;
  }
}
.col-2.ratio-50-50 .wp-block-group {
  flex: 0 1 100%;
  width: 100%;
}
@media screen and (min-width: 782px) {
  .col-2.ratio-50-50 .wp-block-group {
    flex: 0 1 calc((100% - 2rem) / 2);
  }
}
@media screen and (min-width: 1040px) {
  .col-2.ratio-50-50 .wp-block-group {
    flex: 0 1 calc((100% - 4rem) / 2);
  }
}

.row-2 {
  flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 782px) {
  .row-2 {
    gap: 2rem;
  }
}
@media screen and (min-width: 1040px) {
  .row-2 {
    gap: 4rem;
  }
}

.bg-gray,
.bg-silver,
.bg-white {
  margin-block-start: 0;
}

.bg-gray {
  background-color: #323232;
  padding: 3rem 0;
}
@media screen and (min-width: 600px) {
  .bg-gray {
    padding: 4rem 0;
  }
}

.bg-silver {
  background-color: #F3F7F9;
  padding: 4rem 0;
}
@media screen and (min-width: 600px) {
  .bg-silver {
    padding: 6rem 0;
  }
}

.bg-white {
  background-color: #FFFFFF;
  margin: 4rem 0;
}
@media screen and (min-width: 600px) {
  .bg-white {
    margin: 6rem 0;
  }
}

a {
  color: #595757;
  text-decoration: underline;
}
a:hover {
  color: #009C4D;
  transition: all 0.5s 0s ease;
}

.dt-link-and-icon {
  font-weight: bold;
}
.dt-link-and-icon.text-large {
  font-size: clamp(1.25rem, 1.094rem + 0.63vw, 1.5rem);
}
.dt-link-and-icon.text-medium {
  font-size: clamp(1rem, 0.844rem + 0.63vw, 1.25rem);
}
.dt-link-and-icon.arrow-in-circle {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
}
.dt-link-and-icon.arrow-in-circle:after {
  display: inline-block;
  content: "";
  mask-image: url(062887923394ebc6040f.svg);
  mask-size: 1.5rem 1.5rem;
  background-color: #009C4D;
  width: 1.5rem;
  height: 1.5rem;
}

.wp-block-spacer {
  margin: 0 !important;
}
.wp-block-spacer.h-32 {
  height: 16px !important;
  flex-basis: 16px;
}
@media screen and (min-width: 782px) {
  .wp-block-spacer.h-32 {
    height: 32px !important;
    flex-basis: 32px;
  }
}
.wp-block-spacer.h-64 {
  height: 48px !important;
  flex-basis: 48px;
}
@media screen and (min-width: 782px) {
  .wp-block-spacer.h-64 {
    height: 64px !important;
    flex-basis: 64px;
  }
}
.wp-block-spacer.h-96 {
  height: 64px !important;
  flex-basis: 64px;
}
@media screen and (min-width: 782px) {
  .wp-block-spacer.h-96 {
    height: 96px !important;
    flex-basis: 96px;
  }
}
.wp-block-spacer.h-144 {
  height: 64px !important;
  flex-basis: 64px;
}
@media screen and (min-width: 782px) {
  .wp-block-spacer.h-144 {
    height: 144px !important;
    flex-basis: 144px;
  }
}

.dt-table {
  margin: 0;
  padding: 0;
  width: 100%;
}
.dt-table tr {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 782px) {
  .dt-table tr {
    flex-direction: row;
  }
}
.dt-table tr:last-child td {
  border-bottom: none;
}
@media screen and (min-width: 782px) {
  .dt-table tr:last-child td {
    border-bottom: 1px solid #9B9B9B;
  }
}
.dt-table tr:last-child td:last-child {
  border-bottom: 1px solid #9B9B9B;
}
.dt-table th,
.dt-table td,
.dt-table thead {
  box-sizing: border-box;
  border-top: 1px solid #9B9B9B;
  border-left: none;
  border-right: none;
  border-bottom: none;
  padding: 1rem 2rem;
  width: 100%;
}
@media screen and (min-width: 782px) {
  .dt-table th,
  .dt-table td,
  .dt-table thead {
    border-top: 1px solid #9B9B9B;
    border-left: none;
    border-right: none;
    border-bottom: none;
  }
}
.dt-table td:first-child {
  background-color: #F3F7F9;
  color: #323232;
  font-weight: bold;
  max-width: 100%;
}
@media screen and (min-width: 782px) {
  .dt-table td:first-child {
    max-width: 192px;
  }
}
.dt-table td:last-child {
  border-top: none;
}
@media screen and (min-width: 782px) {
  .dt-table td:last-child {
    border-top: 1px solid #9B9B9B;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #161616;
  margin: 0;
  padding: 0;
  scroll-margin-top: 120px;
}
@media screen and (min-width: 782px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    scroll-margin-top: 180px;
  }
}
@media screen and (min-width: 1040px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    scroll-margin-top: 160px;
  }
}

h2 {
  font-size: clamp(2rem, 1.688rem + 1.25vw, 2.5rem);
}

h3 {
  font-size: clamp(1.5rem, 1.188rem + 1.25vw, 2rem);
}

h4 {
  font-size: clamp(1.25rem, 1.094rem + 0.63vw, 1.5rem);
}

h5 {
  font-size: clamp(1rem, 0.844rem + 0.63vw, 1.25rem);
}

h6 {
  font-size: clamp(0.875rem, 0.797rem + 0.31vw, 1rem);
}

p,
li {
  font-size: clamp(1rem, 0.922rem + 0.31vw, 1.125rem);
  line-height: 160%;
}

p {
  margin-block-start: 0 !important;
}

.absolute-line-break {
  display: inline;
}
@media screen and (min-width: 782px) {
  .absolute-line-break {
    display: block;
  }
}

.controlled-line-break {
  display: inline-block;
}

.reversed-line-break {
  display: block;
}
@media screen and (min-width: 600px) {
  .reversed-line-break {
    display: inline-block;
  }
}

.dt-quote {
  font-size: clamp(1.25rem, 1.094rem + 0.63vw, 1.5rem);
  font-style: italic;
}

.dt-card__group {
  gap: 2rem;
}
@media screen and (min-width: 1040px) {
  .dt-card__group {
    gap: 2rem;
  }
}
@media screen and (min-width: 1040px) {
  .dt-card__group {
    gap: 4rem;
  }
}
.dt-card__item {
  flex: 0 1 100%;
  justify-content: center;
  background-color: #FFFFFF;
  border-top: 0.5rem solid #009C4D;
  border-radius: 0.5rem;
  aspect-ratio: 1/1;
  max-width: 304px;
  padding: 0;
}
@media screen and (min-width: 520px) {
  .dt-card__item {
    flex: 0 1 calc((100% - 2rem) / 2);
    aspect-ratio: unset;
    padding: 2rem;
  }
}
@media screen and (min-width: 1040px) {
  .dt-card__item {
    flex: 0 1 calc((100% - 8rem) / 3);
    aspect-ratio: 1/1;
    padding: 0;
  }
}
.dt-card__item--thumbnail {
  max-width: 160px;
}
.dt-card__item--description {
  font-size: clamp(1rem, 0.844rem + 0.63vw, 1.25rem);
}

.dt-card-with-arrow__group {
  flex-direction: column;
  align-items: center;
  gap: 0;
}
@media screen and (min-width: 782px) {
  .dt-card-with-arrow__group {
    flex-direction: row;
    align-items: stretch;
  }
}
.dt-card-with-arrow__item {
  flex: 0 1 100%;
  justify-content: flex-start;
  background-color: #F3F7F9;
  border: 0.5rem solid #D8E5EC;
  border-radius: 0.5rem;
  padding: 2rem 1rem;
  min-width: 304px;
}
@media screen and (min-width: 782px) {
  .dt-card-with-arrow__item {
    flex: 0 1 calc((100% - 8rem) / 3);
    aspect-ratio: unset;
    min-width: unset;
    max-width: 304px;
  }
}
@media screen and (min-width: 1040px) {
  .dt-card-with-arrow__item {
    aspect-ratio: 1/1;
    padding: 2rem 0 0;
  }
}
.dt-card-with-arrow__item--thumbnail {
  max-width: 160px;
}
.dt-card-with-arrow__item--description {
  font-size: clamp(1rem, 0.844rem + 0.63vw, 1.25rem);
}
.dt-card-with-arrow__gap {
  flex: 0 1 4rem;
  justify-content: center;
}
.dt-card-with-arrow__gap figure {
  transform: rotate(90deg);
}
@media screen and (min-width: 782px) {
  .dt-card-with-arrow__gap figure {
    transform: rotate(0deg);
  }
}

.dt-hero__container--home {
  min-height: 320px;
}
@media screen and (min-width: 600px) {
  .dt-hero__container--home {
    min-height: 400px;
  }
}
@media screen and (min-width: 1040px) {
  .dt-hero__container--home {
    min-height: 533px;
  }
}
.dt-hero__container--page {
  min-height: 160px;
}
@media screen and (min-width: 600px) {
  .dt-hero__container--page {
    min-height: 240px;
  }
}
@media screen and (min-width: 1040px) {
  .dt-hero__container--page {
    min-height: 360px;
  }
}

.dt-global-footer__group {
  margin-block-start: 0;
}
.dt-global-footer__group p,
.dt-global-footer__group li,
.dt-global-footer__group a {
  color: #9B9B9B;
}
.dt-global-footer__container {
  flex-direction: column;
  gap: 3rem;
  background-color: #323232;
  padding: 3rem 1rem;
}
@media screen and (min-width: 782px) {
  .dt-global-footer__container {
    flex-direction: row;
    gap: 0;
    padding: 3rem 2.5rem;
  }
}
@media screen and (min-width: 1040px) {
  .dt-global-footer__container {
    padding: 3rem 2.5rem;
  }
}
.dt-global-footer__copyright {
  background-color: #161616;
  padding: 1rem 1rem;
}
@media screen and (min-width: 782px) {
  .dt-global-footer__copyright {
    padding: 1rem 2.5rem;
  }
}
@media screen and (min-width: 1040px) {
  .dt-global-footer__copyright {
    padding: 1rem 2.5rem;
  }
}
.dt-global-footer__copyright p {
  font-size: 0.875rem;
}

.dt-global-footer-nav__group {
  gap: 0.75rem;
}
.dt-global-footer-nav__item {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 0.875rem;
}
.dt-global-footer-nav__item:hover {
  color: #FFFFFF;
  text-decoration: underline;
}
.dt-global-footer-nav__item:before {
  display: inline-block;
  content: "";
  mask-image: url(139db06fdcbdf52e7d5d.svg);
  mask-size: 1rem 1rem;
  background-color: #009C4D;
  margin-right: 0.5rem;
  width: 1rem;
  height: 1rem;
}

.dt-general-info-section__group {
  gap: 1rem;
}
.dt-general-info-section__company-name {
  color: #FFFFFF !important;
  font-size: 1.125rem;
  font-weight: bold;
}
.dt-general-info-section__info {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
}
.dt-general-info-section__info li {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 0.875rem;
  list-style: none;
}
.dt-general-info-section__info li:before {
  display: inline-block;
  content: "";
  mask-size: 1.5rem 1.5rem;
  background-color: #009C4D;
  margin-right: 0.5rem;
  width: 1.5rem;
  height: 1.5rem;
}
.dt-general-info-section__info--location:before {
  mask-image: url(d541f015d33d923a7369.svg);
}
.dt-general-info-section__info--phone:before {
  mask-image: url(ceb2ec7458b743330d11.svg);
}
.dt-general-info-section__info--calendar:before {
  mask-image: url(aa251d740641064b6866.svg);
}
.dt-general-info-section__patent {
  color: #FFFFFF !important;
  border: 1px dashed #9B9B9B;
  border-radius: 999px;
  font-size: 12px;
  padding: 0.25rem 0.75rem;
}

.dt-general-link-collective-section__group {
  gap: 3rem;
}
@media screen and (min-width: 1040px) {
  .dt-general-link-collective-section__group {
    gap: 6rem;
  }
}

.dt-global-cta__container {
  background-color: #F3F7F9;
  margin: 0 auto;
  padding: 3rem 0;
}
@media screen and (min-width: 600px) {
  .dt-global-cta__container {
    padding: 4rem 0;
  }
}
@media screen and (min-width: 1040px) {
  .dt-global-cta__container {
    padding: 6rem 0;
  }
}
.dt-global-cta__group {
  align-items: stretch;
  gap: 1rem;
}
@media screen and (min-width: 600px) {
  .dt-global-cta__group {
    gap: 2rem;
  }
}
@media screen and (min-width: 1040px) {
  .dt-global-cta__group {
    gap: 4rem;
  }
}
.dt-global-cta__item {
  background-color: #FFFFFF;
  border-radius: 0.5rem;
  flex: 0 1 100%;
  padding: 2rem;
}
@media screen and (min-width: 600px) {
  .dt-global-cta__item {
    flex: 0 1 calc((100% - 2rem) / 2);
  }
}
@media screen and (min-width: 1040px) {
  .dt-global-cta__item {
    flex: 0 1 calc((100% - 8rem) / 3);
  }
}
.dt-global-cta__item h5 {
  color: #009C4D;
  font-weight: bold;
}

.dt-global-header__group {
  padding: 1rem;
  background-color: #FFFFFF;
  box-shadow: 0 0.5rem 0.5rem rgba(50, 50, 50, 0.24);
}
@media screen and (min-width: 782px) {
  .dt-global-header__group {
    padding: 2rem 0;
  }
}
@media screen and (min-width: 1040px) {
  .dt-global-header__group {
    padding: 2rem 2.5rem;
  }
}
.dt-global-header__container {
  flex-direction: row;
  gap: 0;
}
@media screen and (min-width: 782px) {
  .dt-global-header__container {
    flex-direction: column;
    gap: 1rem;
  }
}
@media screen and (min-width: 1040px) {
  .dt-global-header__container {
    flex-direction: row;
    gap: 0;
  }
}

.dt-logo {
  max-width: 160px;
}
@media screen and (min-width: 782px) {
  .dt-logo {
    max-width: 200px;
  }
}
@media screen and (min-width: 1040px) {
  .dt-logo {
    max-width: 270px;
  }
}

.dt-global-header-nav-desktop__group {
  display: none !important;
  margin: 0 auto;
}
@media screen and (min-width: 782px) {
  .dt-global-header-nav-desktop__group {
    display: flex !important;
  }
}
.dt-global-header-nav-desktop__item a {
  font-size: 1rem;
}
.dt-global-header-nav-desktop__item a:hover {
  color: #009C4D !important;
  text-decoration: underline;
}
.dt-global-header-nav-desktop__item.label-contact a {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
  background-color: #009C4D;
  border-radius: 0.5rem;
  color: #FFFFFF !important;
  padding: 0.75rem 1.5rem;
}
.dt-global-header-nav-desktop__item.label-contact a:hover {
  background-color: #89C831;
  text-decoration: none !important;
}
.dt-global-header-nav-desktop__item.label-contact a:after {
  display: inline-block;
  content: "";
  mask-image: url(062887923394ebc6040f.svg);
  mask-size: 1.5rem 1.5rem;
  background-color: #FFFFFF;
  width: 1.5rem;
  height: 1.5rem;
}

.dt-global-header-nav-mobile__group {
  display: flex !important;
  gap: 0;
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 782px) {
  .dt-global-header-nav-mobile__group {
    display: none !important;
  }
}
.dt-global-header-nav-mobile__item {
  margin: 0 auto;
  padding: 0 1rem;
  width: calc(100% - 2rem);
}
.dt-global-header-nav-mobile__item a {
  display: flex !important;
  flex-direction: row;
  align-items: center;
  border-bottom: 1px solid #9B9B9B;
  line-height: 1;
  padding: 1rem 0 !important;
  width: 100%;
}
.dt-global-header-nav-mobile__item a:before {
  display: inline-block;
  content: "";
  mask-image: url(139db06fdcbdf52e7d5d.svg);
  mask-size: 1rem 1rem;
  background-color: #009C4D;
  margin-right: 0.5rem;
  width: 1rem;
  height: 1rem;
}
.dt-global-header-nav-mobile__group {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding: 0.5rem 0;
}
@media screen and (min-width: 782px) {
  .dt-global-header-nav-mobile__group {
    display: none !important;
  }
}
.dt-global-header-nav-mobile__group .wp-block-navigation__responsive-container-open {
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #009C4D;
  border-radius: 0.25rem;
  color: #FFFFFF;
  font-size: 0.875rem !important;
  padding: 0.25rem 0.75rem;
}
.dt-global-header-nav-mobile__group .wp-block-navigation__responsive-container-open:before {
  display: inline-block;
  content: "";
  mask-image: url(35300bfbde76047204b7.svg);
  mask-size: 0.75rem 0.75rem;
  background-color: #FFFFFF;
  width: 0.75rem;
  height: 0.75rem;
  margin-right: 0.5rem;
}
.dt-global-header-nav-mobile__group .wp-block-navigation__responsive-container-open:hover {
  background-color: #009C4D;
  transition: all 0.5s 0s ease;
}

.wp-block-navigation__responsive-container-close {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: #009C4D;
  color: #FFFFFF;
  font-size: 0.75rem !important;
  padding: 0.5rem 0;
  width: 100%;
}
.wp-block-navigation__responsive-container-close:before {
  display: inline-block;
  content: "";
  mask-image: url(203b9b638b01b178d766.svg);
  mask-size: 0.75rem 0.75rem;
  background-color: #FFFFFF;
  width: 0.75rem;
  height: 0.75rem;
  margin-right: 0.5rem;
}
.wp-block-navigation__responsive-container-close:hover {
  background-color: #009C4D !important;
  transition: all 0.5s 0s ease;
}

.dt-hero-copy__container {
  background-color: rgba(0, 156, 77, 0.84);
  color: #FFFFFF;
  margin: 0 auto;
  padding: 3rem 2rem;
  width: fit-content;
}
@media screen and (min-width: 1040px) {
  .dt-hero-copy__container {
    padding: 4rem 2rem;
  }
}
.dt-hero-copy__main-copy {
  font-size: clamp(1.5rem, 4.62vw, 3rem);
}
.dt-hero-copy__sub-copy {
  font-size: clamp(1rem, 0.5rem + 1.54vw, 1.5rem);
  font-style: italic;
}

.dt-reasoning__group {
  align-items: center;
  gap: 2rem;
}
@media screen and (min-width: 782px) {
  .dt-reasoning__group {
    align-items: flex-start;
  }
}
.dt-reasoning__label {
  color: #009C4D;
  font-size: clamp(1rem, 0.844rem + 0.63vw, 1.25rem);
}
.dt-reasoning__heading {
  font-size: clamp(2rem, 1.688rem + 1.25vw, 2.5rem);
  text-box: trim-both cap alphabetic;
}
.dt-reasoning__thumbnail {
  max-width: 488px;
}
.dt-reasoning__thumbnail img {
  border-radius: 0.5rem;
  width: 100%;
}

.dt-image-area-button__square, .dt-image-area-button__rectangle {
  color: #FFFFFF;
  border-radius: 0.5rem;
}
.dt-image-area-button__square h5, .dt-image-area-button__rectangle h5 {
  font-size: clamp(1.5rem, 1.188rem + 1.25vw, 2rem);
}
.dt-image-area-button__square p, .dt-image-area-button__rectangle p {
  font-size: clamp(1rem, 0.844rem + 0.63vw, 1.25rem);
}
.dt-image-area-button__square p:nth-child(2), .dt-image-area-button__rectangle p:nth-child(2) {
  margin: 2rem 0 !important;
}
.dt-image-area-button__square--link a, .dt-image-area-button__rectangle--link a {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
  color: #FFFFFF;
}
.dt-image-area-button__square--link a:hover, .dt-image-area-button__rectangle--link a:hover {
  color: #89C831;
}
.dt-image-area-button__square--link a:hover:after, .dt-image-area-button__rectangle--link a:hover:after {
  background-color: #89C831;
  transition: all 0.5s 0s ease;
}
.dt-image-area-button__square--link a:after, .dt-image-area-button__rectangle--link a:after {
  display: inline-block;
  content: "";
  mask-image: url(062887923394ebc6040f.svg);
  mask-size: 1.5rem 1.5rem;
  background-color: #FFFFFF;
  width: 1.5rem;
  height: 1.5rem;
}
.dt-image-area-button__square {
  aspect-ratio: unset;
  padding: 2rem;
  max-width: 488px;
}
@media screen and (min-width: 600px) {
  .dt-image-area-button__square {
    padding: 4rem;
  }
}
@media screen and (min-width: 1040px) {
  .dt-image-area-button__square {
    aspect-ratio: 1/1;
  }
}
.dt-image-area-button__rectangle {
  width: 100%;
  padding: 2rem;
  min-height: none;
}
@media screen and (min-width: 600px) {
  .dt-image-area-button__rectangle {
    padding: 2rem 4rem;
    min-height: 240px;
  }
}

.dt-offer-pricing__item {
  width: 100%;
}
.dt-offer-pricing__item a {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  background-color: #009C4D;
  border-radius: 0.5rem;
  color: #FFFFFF;
  padding: 2rem 1rem;
}
.dt-offer-pricing__item a:hover {
  background-color: #89C831;
}
.dt-offer-pricing__item--label {
  font-size: 0.875rem;
}
.dt-offer-pricing__item--heading {
  font-size: clamp(1.5rem, 1.188rem + 1.25vw, 2rem);
}
.dt-offer-pricing__item--descrition {
  font-size: 1rem;
}

.dt-key-features__group {
  gap: 0;
  align-items: stretch;
}
.dt-key-features__item {
  justify-content: center;
  flex: 0 1 100%;
  gap: 1rem;
  background-color: #FFFFFF;
  border: 2px solid #323232;
  border-radius: 0.5rem;
  padding: 2rem;
  max-width: 400px;
}
@media screen and (min-width: 600px) {
  .dt-key-features__item {
    flex: 0 1 50%;
  }
}
@media screen and (min-width: 1040px) {
  .dt-key-features__item {
    flex: 0 1 25%;
  }
}
.dt-key-features__item:last-child {
  border-right: none;
}
.dt-key-features__item--heading {
  border-bottom: 1px dashed #9B9B9B;
  font-weight: bold;
  text-align: center;
  padding-bottom: 1rem;
  width: 100%;
}
.dt-key-features__item--description {
  font-size: 0.875rem;
}

.dt-faq__container {
  border-bottom: 1px solid #595757;
  padding: 2rem 0;
}
.dt-faq__container:first-child {
  padding: 0 0 2rem;
}
.dt-faq__container:last-child {
  padding: 2rem 0 0;
  border-bottom: none;
}
.dt-faq__question, .dt-faq__answer {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 1rem;
}
.dt-faq__question:before, .dt-faq__answer:before {
  flex-shrink: 0;
  display: inline-block;
  content: "";
  mask-size: 3rem 3rem;
  background-color: #009C4D;
  width: 3rem;
  height: 3rem;
}
.dt-faq__question:before {
  mask-image: url(d7356d0a2954b7c945c8.svg);
}
.dt-faq__answer:before {
  mask-image: url(3196d85f32c265a37e28.svg);
}

.dt-anchor-link__group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 0 0 4rem;
  padding: 0;
  width: 100%;
}
.dt-anchor-link__item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
}
.dt-anchor-link__item:before {
  flex-shrink: 0;
  display: inline-block;
  content: "";
  mask-image: url(df4c3d46c48f399be349.svg);
  mask-size: 2rem 2rem;
  background-color: #009C4D;
  width: 2rem;
  height: 2rem;
}

.dt-product-list__category {
  background-color: #F3F7F9;
  border-radius: 0.25rem;
  font-size: 1rem;
  padding: 0.75rem 0;
}
.dt-product-list__group {
  gap: 2rem;
}
@media screen and (min-width: 782px) {
  .dt-product-list__group {
    gap: 2rem;
  }
}
@media screen and (min-width: 1040px) {
  .dt-product-list__group {
    gap: 4rem;
  }
}
.dt-product-list__item {
  flex: 0 1 100%;
  width: 100%;
}
@media screen and (min-width: 782px) {
  .dt-product-list__item {
    flex: 0 1 calc((100% - 2rem) / 2);
  }
}
@media screen and (min-width: 1040px) {
  .dt-product-list__item {
    flex: 0 1 calc((100% - 4rem) / 2);
  }
}
.dt-product-list__item--container {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  width: 100%;
}
@media screen and (min-width: 782px) {
  .dt-product-list__item--container {
    gap: 2rem;
  }
}
@media screen and (min-width: 1040px) {
  .dt-product-list__item--container {
    gap: 2rem;
  }
}
.dt-product-list__item--container .wp-block-group {
  flex: 0 1 100%;
  width: 100%;
}
@media screen and (min-width: 782px) {
  .dt-product-list__item--container .wp-block-group {
    flex: 0 1 calc((100% - 2rem) / 2);
  }
}
@media screen and (min-width: 1040px) {
  .dt-product-list__item--container .wp-block-group {
    flex: 0 1 calc((100% - 2rem) / 2);
  }
}
.dt-product-list__item--label {
  border-bottom: 1px solid #595757;
  font-size: clamp(0.875rem, 0.797rem + 0.31vw, 1rem);
  padding: 0 0 1rem;
  width: 100%;
}
.dt-product-list__item--thumbnail {
  max-width: 144px;
}
@media screen and (min-width: 782px) {
  .dt-product-list__item--thumbnail {
    max-width: 128px;
  }
}
@media screen and (min-width: 1040px) {
  .dt-product-list__item--thumbnail {
    max-width: 288px;
  }
}
.dt-product-list__item--name ul {
  padding: 0 0 0 1.25rem;
}
.dt-product-list__item--name li {
  font-size: clamp(0.875rem, 0.797rem + 0.31vw, 1rem);
}

.page__pricing .post-password-form {
  margin: 6rem auto 0;
  text-align: center;
}
.page__pricing .post-password-form input[type=password] {
  border: 1px solid #323232;
  border-radius: 0.25rem;
  box-sizing: border-box;
  font-size: 1rem;
  padding: 0.75rem 0.5rem;
  max-width: 320px;
}
.page__pricing .post-password-form input[type=submit] {
  background-color: #009C4D;
  border: 0;
  border-radius: 0.25rem;
  color: #FFFFFF;
  font-size: 1rem;
  padding: 0.5rem 1rem;
}
.page__pricing .post-password-form input[type=submit]:hover {
  background-color: #89C831;
}

/*# sourceMappingURL=style.css.map*/