/*
Theme Name: WOW Theme 02
Author: The WOW Gang
Version: 1.0.0
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

body:not(.home) .wp-block-group {
  padding: 80px 0 40px;
}

.block-inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 3.75rem 1rem;
}
@media (width >= 810px) {
  .block-inner {
    padding: 5rem 1.25rem;
  }
}
@media (width >= 1280px) {
  .block-inner {
    padding: 6.25rem 1.25rem;
  }
}

p {
  font-weight: 400;
  margin-top: 0;
  line-height: 1.4;
}
@media (width >= 810px) {
  p {
    font-size: 1.125rem;
  }
}

.display-text {
  display: block;
  font-weight: 600;
  margin: 0;
  line-height: 1;
  text-wrap: balance;
  margin-bottom: 20px;
  font-weight: 2.75rem;
  letter-spacing: -0.025em;
  font-weight: 700;
}
@media (width >= 1280px) {
  .display-text {
    font-size: 4.5rem;
  }
}

h1,
.h1 {
  display: block;
  font-weight: 600;
  margin: 0;
  line-height: 1;
  text-wrap: balance;
  margin-bottom: 20px;
  font-size: 2.5rem;
}
@media (width >= 810px) {
  h1,
  .h1 {
    font-size: 3.5rem;
  }
}
@media (width >= 1280px) {
  h1,
  .h1 {
    font-size: 4rem;
  }
}

h2,
.h2 {
  display: block;
  font-weight: 600;
  margin: 0;
  line-height: 1;
  text-wrap: balance;
  margin-bottom: 20px;
  font-size: 2rem;
  line-height: 1.2;
}
@media (width >= 810px) {
  h2,
  .h2 {
    font-size: 2.5rem;
  }
}
@media (width >= 1280px) {
  h2,
  .h2 {
    font-size: 3rem;
  }
}

h3,
.h3 {
  display: block;
  font-weight: 600;
  margin: 0;
  line-height: 1;
  text-wrap: balance;
  margin-bottom: 20px;
  font-size: 1.875rem;
}
@media (width >= 1280px) {
  h3,
  .h3 {
    font-size: 3rem;
  }
}

h4,
.h4 {
  display: block;
  font-weight: 600;
  margin: 0;
  line-height: 1;
  text-wrap: balance;
  margin-bottom: 20px;
  font-size: 1.5rem;
  line-height: 1.2;
}
@media (width >= 810px) {
  h4,
  .h4 {
    font-size: 1.75rem;
  }
}
@media (width >= 1280px) {
  h4,
  .h4 {
    font-size: 2rem;
  }
}

h5,
.h5 {
  display: block;
  font-weight: 600;
  margin: 0;
  line-height: 1;
  text-wrap: balance;
  margin-bottom: 20px;
  font-size: 1.25rem;
}
@media (width >= 810px) {
  h5,
  .h5 {
    font-size: 1.5rem;
  }
}
@media (width >= 1280px) {
  h5,
  .h5 {
    font-size: 1.75rem;
  }
}

h6,
.h6 {
  display: block;
  font-weight: 600;
  margin: 0;
  line-height: 1;
  text-wrap: balance;
  margin-bottom: 20px;
  font-size: 1rem;
  font-weight: 500;
}
@media (width >= 1280px) {
  h6,
  .h6 {
    font-size: 1.25rem;
  }
}

.page-template-internal-no-sidebar .wp-block-group {
  padding: 40px 20px;
  max-width: 960px;
  margin: 0 auto;
}
.page-template-internal-no-sidebar .wp-block-group a {
  color: #999999;
}
.page-template-internal-no-sidebar .wp-block-group strong {
  color: var(--wp--preset--color--light);
}

.btn-highlight {
  display: inline-block;
  width: max-content;
  border-radius: 5px;
  padding: 20px 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1;
  border: solid 1px transparent;
}
@media (width >= 1280px) {
  .btn-highlight {
    font-size: 1rem;
  }
}
.btn-highlight {
  background-color: var(--wp--preset--color--hightlight);
  color: var(--wp--preset--color--white);
}

.btn-white {
  display: inline-block;
  width: max-content;
  border-radius: 5px;
  padding: 20px 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1;
  border: solid 1px transparent;
}
@media (width >= 1280px) {
  .btn-white {
    font-size: 1rem;
  }
}
.btn-white {
  background-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--dark);
  border-color: #dbddbd;
}

.btn-arrow {
  display: flex;
  font-weight: 500;
  gap: 0.5rem;
}
@media (width >= 1280px) {
  .btn-arrow {
    font-size: 1rem;
  }
}

.btn-white {
  display: inline-block;
  width: max-content;
  border-radius: 5px;
  padding: 20px 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1;
  border: solid 1px transparent;
}
@media (width >= 1280px) {
  .btn-white {
    font-size: 1rem;
  }
}
.btn-white {
  background-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--dark);
  border-color: #dbddbd;
}

.round-icon {
  width: 64px;
  height: 64px;
  border: solid 0.0625rem #dbdbdb;
  background-color: #fff;
  border-radius: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.round-icon img {
  width: 38px;
  height: 38px;
}/*# sourceMappingURL=style.css.map */