/*!***********************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[2].use[3]!./assets/scss/page.scss ***!
  \***********************************************************************************************************************************************************************************************/
/* ~~~~~~~~~~ General ~~~~~~~~~~ */
/* ~~~~~~~~~~ Variables ~~~~~~~~~~ */

/*!***********************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[2].use[3]!./assets/scss/blog.scss ***!
  \***********************************************************************************************************************************************************************************************/
/* ~~~~~~~~~~ Variables ~~~~~~~~~~ */
/* ~~~~~~~~~~ General ~~~~~~~~~~ */
html {
  scroll-behavior: smooth;
  overflow-wrap: anywhere; }

* {
  box-sizing: border-box; }

body {
  padding: 0;
  margin: 0;
  font-family: "Maven Pro", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  display: flex;
  flex-direction: column;
  min-height: 100vh; }

#app {
  flex: 1; }

/* ~~~~~~~~~~ Components ~~~~~~~~~~ */
form input,
form textarea {
  padding: 15px 20px;
  border: 1px solid #878a88;
  color: #4c4c4c;
  border-radius: 0;
  -webkit-appearance: none; }
  form input::placeholder,
  form textarea::placeholder {
    color: #4c4c4c; }

form textarea {
  resize: none; }

form input[type=checkbox] {
  appearance: none;
  background: none;
  width: 22px;
  height: 22px;
  min-width: 22px;
  padding: 0;
  border-color: #878a88;
  cursor: pointer; }
  form input[type=checkbox]:checked {
    background: url(_/assets/img/svg/checkmark.svg);
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center center; }
  form input[type=checkbox]:focus:checked, form input[type=checkbox]:focus-visible:checked {
    background: url(_/assets/img/svg/checkmark.svg) !important;
    background-size: 12px !important;
    background-repeat: no-repeat !important;
    background-position: center center !important; }

/* ~~~~~~~~~~ Section ~~~~~~~~~~ */
.section__indicator {
  position: absolute;
  left: 0;
  right: 0;
  height: 100px;
  top: -80px;
  z-index: -1; }

.section__inner {
  max-width: 1600px;
  margin: auto;
  padding: 100px 15px;
  overflow: hidden; }
  @media (max-width: 767.98px) {
    .section__inner {
      padding: 50px 15px; } }
  .section__inner--full {
    max-width: none;
    padding: 0; }
  .section__inner--md {
    max-width: 1200px; }

.section__title {
  font-size: 4rem;
  line-height: 4.625rem;
  font-weight: 600;
  margin: 0; }
  .section__title span {
    color: #CFFF45; }
  @media (max-width: 767.98px) {
    .section__title {
      font-size: 3.125rem;
      line-height: 3.75rem; } }
  .section__title--sub {
    font-weight: 500; }
  .section__title--default {
    text-align: center; }
  .section__title--lg {
    font-size: 3rem;
    line-height: 3.625rem;
    font-weight: 600; }
    @media (max-width: 1399.98px) {
      .section__title--lg {
        font-size: 2.375rem;
        line-height: 2.875rem; } }
    .section__title--lg span {
      display: block; }
    @media (max-width: 1399.98px) {
      .section__title--lg {
        font-size: 2.375rem;
        line-height: 2.875rem; } }
  .section__title--md {
    color: #044F3B;
    font-size: 2.25rem;
    line-height: 3rem;
    font-weight: 600;
    overflow-wrap: normal;
    word-break: normal; }
    @media (max-width: 1399.98px) {
      .section__title--md {
        font-size: 1.75rem;
        line-height: 2.25rem; } }
  .section__title--slash {
    color: #1F5E59;
    position: relative;
    text-align: center;
    font-size: 1.25rem;
    line-height: 2rem; }
    .section__title--slash span {
      display: inline-block;
      background: #ffffff;
      padding: 0 15px;
      z-index: 10;
      font-size: 1.25rem;
      line-height: 2rem;
      position: relative;
      color: #1F5E59;
      font-weight: 400; }
    .section__title--slash:after {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      height: 1px;
      width: 100%;
      z-index: 5;
      margin: auto;
      background: rgba(37, 64, 53, 0.2); }

.section__subtitle {
  font-size: 2.25rem;
  line-height: 2.875rem;
  font-weight: 600;
  color: #222222; }

.section__badge {
  background: #CFFF45;
  padding: 4px 8px;
  border-radius: 8px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  color: #0B1A3E;
  display: inline-flex;
  align-items: center;
  gap: 5px; }
  .section__badge--whitetransparent {
    background: rgba(255, 255, 255, 0.15);
    border: none;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.2); }

.section__tagline {
  font-size: 1.5rem;
  line-height: 2.125rem;
  font-weight: 600; }
  .section__tagline--uppercase {
    text-transform: uppercase;
    font-size: 1.25rem;
    line-height: 1.875rem;
    color: #1F5E59; }

.section__content ul li,
.section__content ol li {
  font-size: 1.125rem;
  line-height: 1.75rem; }

.section__content p {
  font-size: 1.125rem;
  line-height: 1.75rem; }
  .section__content p:last-child {
    margin-bottom: 0; }

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

.section__content h2 {
  font-size: 2.25rem;
  line-height: 2.875rem;
  margin-bottom: 25px; }

.section__form--newsletter .form-group {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 550px; }
  @media (max-width: 767.98px) {
    .section__form--newsletter .form-group {
      flex-direction: column;
      align-items: flex-start; } }
  .section__form--newsletter .form-group .form-label {
    opacity: 0.6;
    margin-bottom: 5px; }
  .section__form--newsletter .form-group .form-inner {
    width: calc(100% - 135px);
    display: inline-flex;
    flex-direction: column;
    flex-wrap: wrap; }
    .section__form--newsletter .form-group .form-inner input[type="email"] {
      width: 100%;
      padding: 12px 10px;
      border-radius: 6px;
      border: 1px solid rgba(37, 64, 53, 0.2);
      background: #F6F6F6;
      font-size: 1rem;
      line-height: 1.375rem; }
      .section__form--newsletter .form-group .form-inner input[type="email"]::placeholder {
        color: #707070; }
      .section__form--newsletter .form-group .form-inner input[type="email"].wpcf7-not-valid {
        border-color: #dc3545; }
    .section__form--newsletter .form-group .form-inner .wpcf7-not-valid-tip {
      display: none; }
    @media (max-width: 767.98px) {
      .section__form--newsletter .form-group .form-inner {
        width: 100%; } }
  .section__form--newsletter .form-group .form-footer {
    width: 125px;
    position: relative;
    display: inline-flex; }
    .section__form--newsletter .form-group .form-footer input[type="submit"] {
      width: 100%;
      padding: 11px 24px 11px 5px;
      border-radius: 6px;
      border: 2px solid #CFFF45;
      background: #CFFF45 url(_/assets/img/svg/icon-arrow-right-blue.svg) 90% center/15px no-repeat;
      font-size: 1rem;
      line-height: 1.375rem;
      font-weight: 600;
      color: #0B1A3E;
      cursor: pointer;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s; }
      .section__form--newsletter .form-group .form-footer input[type="submit"]:hover, .section__form--newsletter .form-group .form-footer input[type="submit"]:focus {
        color: #ffffff;
        background: transparent url(_/assets/img/svg/icon-arrow-right-white.svg) 90% center/15px no-repeat;
        border-color: #CFFF45; }
      .section__form--newsletter .form-group .form-footer input[type="submit"]:disabled {
        color: #ffffff;
        background: #E1E1E1 url(_/assets/img/svg/icon-arrow-right-white.svg) 90% center/15px no-repeat;
        cursor: not-allowed;
        border-color: #E1E1E1; }
    .section__form--newsletter .form-group .form-footer .wpcf7-spinner {
      position: absolute;
      right: 5px;
      bottom: 0;
      top: 0;
      margin: auto; }
  .section__form--newsletter .form-group .form-consent {
    display: flex;
    flex-wrap: wrap; }
  @media (max-width: 767.98px) {
    .section__form--newsletter .form-group .form-inner {
      order: 1; }
    .section__form--newsletter .form-group .form-footer {
      order: 3; }
    .section__form--newsletter .form-group .form-consent {
      order: 2; } }

.section__form--newsletter .wpcf7-acceptance .wpcf7-list-item {
  margin: 0; }

.section__form--newsletter .wpcf7-acceptance .wpcf7-list-item label {
  display: flex;
  align-items: start;
  gap: 8px; }
  .section__form--newsletter .wpcf7-acceptance .wpcf7-list-item label input[type=checkbox] {
    appearance: none;
    height: 24px;
    width: 24px;
    min-width: 24px;
    min-height: 24px;
    border-radius: 4px;
    border: 1px solid #fff;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    transition: background-color 0.2s;
    margin: 0; }
    .section__form--newsletter .wpcf7-acceptance .wpcf7-list-item label input[type=checkbox]:focus:checked, .section__form--newsletter .wpcf7-acceptance .wpcf7-list-item label input[type=checkbox]:checked {
      background-color: #CFFF45 !important;
      border-color: #CFFF45 !important;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='11' fill='none' viewBox='0 0 14 11'%3E%3Cpath fill='%23000' d='M13.042.44a1.5 1.5 0 0 1 0 2.12l-7.5 7.5a1.5 1.5 0 0 1-2.12 0l-3-3a1.5 1.5 0 0 1 2.12-2.12l1.94 1.939 6.44-6.44a1.5 1.5 0 0 1 2.12 0'/%3E%3C/svg%3E") !important;
      background-size: 14px 11px !important; }
  .section__form--newsletter .wpcf7-acceptance .wpcf7-list-item label span {
    color: #fff;
    max-width: 470px; }
    .section__form--newsletter .wpcf7-acceptance .wpcf7-list-item label span a {
      font-weight: 600;
      color: #CFFF45;
      text-decoration: underline; }

.section__form--newsletter .wpcf7-response-output {
  padding: 5px 15px !important;
  margin: 15px 0 !important; }

.section .disable-link {
  pointer-events: none;
  cursor: default; }


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