/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/* old */
/* buttons */
/* borders*/
/* inputs */
@keyframes spin {
  to {
    transform: rotate(360deg); } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(10px); }
  to {
    opacity: 1;
    transform: translateY(0); } }

@keyframes pulse {
  0%,
  100% {
    opacity: 1; }
  50% {
    opacity: 0.5; } }

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/* Box sizing
--------------------------------------------- */
/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Fonts
--------------------------------------------- */
/* used */
/*
@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('assets/fonts/Gilroy/GilroyExtraBold/font.woff2') format('woff2'), url('assets/fonts/Gilroy/GilroyExtraBold/font.woff') format('woff');
}
  */
/* Typography
--------------------------------------------- */
/* used */
/*
@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('assets/fonts/Gilroy/GilroyExtraBold/font.woff2') format('woff2'), url('assets/fonts/Gilroy/GilroyExtraBold/font.woff') format('woff');
}
  */
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  clear: both;
  font-family: "Poppins", Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  margin: 0; }
  .h1 a,
  .h2 a,
  .h3 a,
  .h4 a,
  .h5 a,
  .h6 a {
    text-decoration: none; }
  .h1 strong,
  .h2 strong,
  .h3 strong,
  .h4 strong,
  .h5 strong,
  .h6 strong {
    font-weight: 800; }

.h1 {
  font-size: 2.25rem;
  font-weight: 500; }
  @media screen and (max-width: 1024px) {
    .h1 {
      font-size: 2.0625rem; } }
  @media screen and (max-width: 768px) {
    .h1 {
      font-size: 1.875rem; } }

.h2 {
  font-size: 2rem;
  font-weight: 500; }
  @media screen and (max-width: 1024px) {
    .h2 {
      font-size: 1.625rem; } }
  @media screen and (max-width: 768px) {
    .h2 {
      font-size: 1.25rem; } }

.h3 {
  font-size: 1.5rem;
  font-weight: 500; }
  @media screen and (max-width: 1024px) {
    .h3 {
      font-size: 1.375rem; } }
  @media screen and (max-width: 768px) {
    .h3 {
      font-size: 1.25rem; } }

.h4 {
  font-size: 1.375rem;
  font-weight: 500; }
  @media screen and (max-width: 1024px) {
    .h4 {
      font-size: 1.25rem; } }
  @media screen and (max-width: 768px) {
    .h4 {
      font-size: 1.125rem; } }

.h5 {
  font-size: 1.125rem;
  font-weight: 500; }
  @media screen and (max-width: 1024px) {
    .h5 {
      font-size: 1.0625rem; } }
  @media screen and (max-width: 768px) {
    .h5 {
      font-size: 1rem; } }

.h6 {
  font-size: 1rem;
  font-weight: 500; }
  @media screen and (max-width: 1024px) {
    .h6 {
      font-size: 0.9375rem; } }
  @media screen and (max-width: 768px) {
    .h6 {
      font-size: 0.875rem; } }

/* Elements
--------------------------------------------- */
body .newStyle {
  line-height: 1.6;
  clear: both; }

body.menu-open {
  overflow: hidden; }

/* Links
--------------------------------------------- */
/* Helpers
--------------------------------------------- */
.mt-1 {
  margin-top: 1rem !important; }

.mt-2 {
  margin-top: 2rem !important; }

.mt-3 {
  margin-top: 3rem !important; }

.mt-4 {
  margin-top: 4rem !important; }

@media screen and (min-width: 768px) {
  .hide-desktop {
    display: none !important; } }

@media screen and (max-width: 767px) {
  .hide-mobile {
    display: none !important; } }

.c-primary {
  color: #284668 !important; }

.f-uppercase {
  text-transform: uppercase !important; }

.f-medium {
  font-weight: 500 !important; }

.f-semi-bold {
  font-weight: 600 !important; }

.f-bold {
  font-weight: bold !important; }

.has-arrow {
  position: relative; }
  .has-arrow:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0px;
    width: 15px;
    height: 10px;
    background: no-repeat url('data:image/svg+xml,<svg width="15" height="10" viewBox="0 0 15 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13.5 1.875L7.25 8.125L1 1.875" stroke="%23284668" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    transform: translateY(-50%);
    transition: 450ms cubic-bezier(0.075, 0.82, 0.165, 1);
    transform-origin: top; }
  .has-arrow.active:after {
    transform: rotate(-180deg) translateY(-50%); }

.f-10 {
  font-size: 0.625rem !important; }

.f-14 {
  font-size: 0.875rem !important; }

.f-20 {
  font-size: 1.25rem !important; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

/* Forms
--------------------------------------------- */
/* Layout
--------------------------------------------- */
.container {
  max-width: calc(1289px + (24px * 2));
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 24px; }
  .container--xxsmall {
    max-width: 628px; }
  .container--xsmall {
    max-width: 913px; }
  .container--small {
    max-width: 948px; }
  .container--medium {
    max-width: 1138px; }

.sticky-header {
  position: fixed;
  width: 100%;
  z-index: 999;
  top: 0px;
  background: #fff;
  border-bottom: 1px solid #DEE5ED; }

body#logged .sticky-header {
  top: 46px; }
  @media screen and (min-width: 768px) {
    body#logged .sticky-header {
      top: 32px; } }

@media screen and (max-width: 767px) {
  body#logged.scroll .sticky-header {
    top: 0px; } }

@media screen and (min-width: 768px) {
  body.scroll .site-header-logo svg {
    max-width: 210px; } }

.site-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0;
  gap: 14px;
  color: #284668;
  transition: 250ms linear; }
  @media screen and (min-width: 768px) {
    .site-header {
      gap: 32px;
      padding: 17px 0; } }
  .site-header.scrolled {
    padding: 4px 0; }
    @media screen and (min-width: 768px) {
      .site-header.scrolled {
        padding: 10px 0; } }
  @media screen and (max-width: 767px) {
    .site-header-logo {
      flex-grow: 1;
      padding-right: 12px; } }
  .site-header-logo svg {
    transition: 250ms linear;
    max-width: 259px; }
    @media screen and (max-width: 767px) {
      .site-header-logo svg {
        max-width: 210px;
        width: 100%; } }
  .site-header-search {
    position: relative;
    flex-grow: 1; }
    .site-header-search input[type="text"] {
      width: 100%;
      padding: 12px 16px 12px 64px;
      border: 1px solid #F2F2F2;
      background-color: #F2F2F2;
      border-radius: 40px;
      font-size: 16px;
      text-align: center;
      letter-spacing: 0.02em;
      font-weight: 500;
      color: #284668;
      font-size: 0.8125rem; }
      .site-header-search input[type="text"]:focus {
        border-color: #01AD66;
        outline: none; }
    .site-header-search input[type="submit"] {
      position: absolute;
      left: 9px;
      top: 50%;
      transform: translateY(-50%);
      background: #fff url("../svg/search-icon.svg") no-repeat center center;
      width: 31px;
      height: 31px;
      border-radius: 50%;
      border: none;
      cursor: pointer; }
      .site-header-search input[type="submit"]:hover {
        opacity: 0.8; }
  @media screen and (max-width: 767px) {
    .site-header-language {
      padding-top: 10px; } }
  @media screen and (max-width: 767px) {
    .site-header-toggle {
      padding-top: 9px; } }

.menu-toggle {
  width: 35px;
  height: 35px;
  position: relative;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 4px;
  cursor: pointer;
  z-index: 101;
  transition: 0.5s ease-in-out;
  display: block;
  outline: 0; }
  @media screen and (max-width: 767px) {
    .menu-toggle {
      transform: scale(0.8);
      transform-origin: right; } }
  .menu-toggle span {
    display: block;
    position: absolute;
    height: 3px;
    left: 4%;
    width: 92%;
    background: #284668;
    border-radius: 4px;
    transition: 0.25s ease-in-out; }
    .menu-toggle span:nth-child(1) {
      top: 5px; }
    .menu-toggle span:nth-child(2) {
      top: 15px; }
    .menu-toggle span:nth-child(3) {
      top: 25px; }
  .menu-toggle.toggled {
    border-color: #787878; }
    .menu-toggle.toggled span {
      background: #787878;
      width: 70%; }
      .menu-toggle.toggled span:nth-child(1) {
        transform: rotate(45deg);
        top: 15px;
        left: 5px; }
      .menu-toggle.toggled span:nth-child(2) {
        top: 16px;
        width: 0;
        left: 50%; }
      .menu-toggle.toggled span:nth-child(3) {
        transform: rotate(-45deg);
        top: 15px;
        left: 5px; }

.language-switcher {
  position: relative; }
  .language-switcher.visible .language-switcher-dropdown {
    visibility: visible;
    opacity: 1;
    transform: translateY(0); }
  .language-switcher.visible .language-switcher-current:after {
    transform: rotate(-180deg) translateY(-50%); }
  .language-switcher-current {
    cursor: pointer;
    user-select: none;
    padding-right: 20px;
    position: relative;
    font-size: 1rem;
    font-weight: 600; }
    .language-switcher-current:after {
      content: '';
      position: absolute;
      top: 50%;
      right: 0px;
      width: 15px;
      height: 10px;
      background: no-repeat url('data:image/svg+xml,<svg width="15" height="10" viewBox="0 0 15 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13.5 1.875L7.25 8.125L1 1.875" stroke="%23284668" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
      transform: translateY(-50%);
      transition: 450ms cubic-bezier(0.075, 0.82, 0.165, 1);
      transform-origin: top; }
  .language-switcher-dropdown {
    position: absolute;
    z-index: 1000;
    top: calc(100% + 24px);
    right: 0;
    width: 170px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-25px);
    transition: 450ms cubic-bezier(0.075, 0.82, 0.165, 1);
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1); }
    .language-switcher-dropdown ul {
      margin: 0;
      padding: 0;
      list-style: none;
      font-size: 0.75rem; }
      .language-switcher-dropdown ul li {
        margin: 0;
        position: relative; }
        .language-switcher-dropdown ul li.current-language:before {
          background-color: #284668; }
        .language-switcher-dropdown ul li:before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 4px;
          height: 100%;
          background-color: transparent; }
        .language-switcher-dropdown ul li a,
        .language-switcher-dropdown ul li span {
          padding: 9px 23px;
          display: flex;
          align-items: center;
          color: #787878; }
        .language-switcher-dropdown ul li a:hover {
          background: rgba(40, 70, 104, 0.1); }
        .language-switcher-dropdown ul li img {
          width: 14px;
          margin-right: 5px;
          height: 100%; }

.site-menu {
  background: #fff;
  padding: 16px 0;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  /* TODO: change for dynamic later*/
  overflow-x: scroll;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-50px);
  transition: 450ms cubic-bezier(0.075, 0.82, 0.165, 1);
  border-top: 1px solid #DEE5ED; }
  .site-menu a:not(.btn) {
    color: #284668; }
  @media screen and (min-width: 768px) {
    .site-menu {
      padding: 54px 0; } }
  .site-menu.visible {
    visibility: visible;
    opacity: 1;
    transform: translateY(0); }
  .site-menu ul,
  .site-menu ul li {
    margin: 0;
    padding: 0;
    list-style: none; }
  @media screen and (max-width: 767px) {
    .site-menu .widget_nav_menu {
      display: none; } }
  @media screen and (min-width: 768px) {
    .site-menu .widget_nav_menu {
      margin-top: 40px; } }
  .site-menu .widget_nav_menu li {
    padding: 4px 0;
    margin: 10px 0; }
    .site-menu .widget_nav_menu li a {
      color: #787878; }
      .site-menu .widget_nav_menu li a:hover {
        text-decoration: underline; }
  .site-menu-title {
    font-weight: bold;
    line-height: 2em; }
    @media screen and (min-width: 768px) {
      .site-menu-title {
        text-transform: uppercase; }
        .site-menu-title:after {
          display: none; } }
    @media screen and (max-width: 767px) {
      .site-menu-title.active + .widget_nav_menu {
        display: block; } }
  .site-menu-grid {
    display: flex;
    gap: 16px; }
    @media screen and (max-width: 767px) {
      .site-menu-grid {
        flex-direction: column; } }
    @media screen and (min-width: 768px) {
      .site-menu-grid {
        justify-content: space-between; }
        .site-menu-grid > div {
          flex: 25%; } }
  @media screen and (min-width: 768px) {
    .site-menu-ctas {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 28px;
      padding: 48px 0 24px; } }
  @media screen and (max-width: 767px) {
    .site-menu-ctas {
      padding-top: 48px; }
      .site-menu-ctas .btn {
        padding-top: 24px;
        padding-bottom: 24px;
        font-size: 1.125rem; } }
  .site-menu-ctas .newsletter2-form {
    margin-top: 0; }
    @media screen and (max-width: 767px) {
      .site-menu-ctas .newsletter2-form {
        margin-top: 24px; } }
    .site-menu-ctas .newsletter2-form input[type="email"] {
      border-color: #284668; }
      .site-menu-ctas .newsletter2-form input[type="email"]::placeholder {
        color: #284668; }
    .site-menu-ctas .newsletter2-form .wpcf7-submit {
      color: #fff;
      background: #284668;
      right: 14px; }
      .site-menu-ctas .newsletter2-form .wpcf7-submit svg {
        display: none; }
  .site-menu-socials {
    text-align: right;
    color: #284668;
    padding-top: 12px; }
    .site-menu-socials a {
      color: #284668; }
    @media screen and (max-width: 767px) {
      .site-menu-socials .social-list {
        justify-content: center; } }
    @media screen and (min-width: 768px) {
      .site-menu-socials .social-list {
        justify-content: flex-end; } }

.site-footer {
  background: #01AD66;
  color: #fff;
  padding: 49px 0; }
  .site-footer a {
    color: #fff;
    text-decoration: none; }
  @media screen and (max-width: 767px) {
    .site-footer-logo {
      max-width: 169px; } }
  .site-footer-info {
    padding-bottom: 16px; }
    .site-footer-info p + p {
      margin-top: 21px; }
  @media screen and (min-width: 768px) {
    .site-footer-grid {
      display: grid;
      grid-template-columns: 310px auto;
      gap: 80px; } }
  .site-footer-menu {
    margin-bottom: 30px; }
    @media screen and (min-width: 768px) {
      .site-footer-menu {
        display: flex;
        justify-content: space-evenly;
        gap: 20px; } }
    @media screen and (max-width: 767px) {
      .site-footer-menu {
        display: grid;
        grid-template-rows: auto;
        grid-template-columns: repeat(2, 1fr);
        margin-top: 24px;
        gap: 24px; } }
    .site-footer-menu ul {
      list-style: none;
      padding: 0;
      margin: 20px 0 0; }
      @media screen and (min-width: 768px) {
        .site-footer-menu ul {
          margin: 40px 0 0 0; } }
      .site-footer-menu ul li + li {
        margin-top: 10px; }
      .site-footer-menu ul li a {
        color: #fff;
        font-size: 14px;
        line-height: 1.5; }
  .site-footer-currency {
    padding-top: 24px; }
    .site-footer-currency ul li {
      margin-left: 0; }
      .site-footer-currency ul li + li {
        margin-left: 6px; }
  .site-footer-copyright {
    padding: 25px 0px;
    display: flex;
    gap: 32px; }
    @media screen and (min-width: 768px) {
      .site-footer-copyright {
        justify-content: space-between;
        padding: 25px 10px;
        border-top: 1px solid #fff; } }
    @media screen and (max-width: 767px) {
      .site-footer-copyright {
        flex-direction: column;
        text-align: center;
        align-items: center; } }

/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
/* Posts and pages
--------------------------------------------- */
/* Comments
--------------------------------------------- */
/* Widgets
--------------------------------------------- */
/* Media
--------------------------------------------- */
/* Captions
--------------------------------------------- */
/* Galleries
--------------------------------------------- */
/* Video
--------------------------------------------- */
/* Logo
--------------------------------------------- */
/* Form
--------------------------------------------- */
.form-field {
  /* Enhanced honeypot fields for password reset */ }
  .form-field input[name="website_url"],
  .form-field input[name="phone_number"],
  .form-field input[name="company_name"] {
    position: absolute !important;
    left: -9999px !important;
    top: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
    pointer-events: none !important;
    visibility: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    z-index: -1000 !important; }
  .form-field input[type="text"],
  .form-field input[type="email"],
  .form-field input[type="password"] {
    font-family: "Poppins", Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    width: 100%;
    padding: 15px 26px 15px 24px;
    color: #284668;
    border: 1px solid #F2F2F2;
    border-radius: 20px;
    background: #F2F2F2;
    outline: none;
    font-size: 0.9375rem;
    font-weight: 500; }
    .form-field input[type="text"]:focus,
    .form-field input[type="email"]:focus,
    .form-field input[type="password"]:focus {
      border-color: #01AD66; }
    .form-field input[type="text"]:focus,
    .form-field input[type="email"]:focus,
    .form-field input[type="password"]:focus {
      outline: 2px solid #007cba2b;
      outline-offset: 2px; }
    .form-field input[type="text"].error,
    .form-field input[type="email"].error,
    .form-field input[type="password"].error {
      border-color: #e74c3c;
      box-shadow: 0 0 0 2px rgba(231, 76, 60, 0.1); }
    .form-field input[type="text"]:valid,
    .form-field input[type="email"]:valid,
    .form-field input[type="password"]:valid {
      border-color: #27ae60; }
  .form-field + .form-field {
    margin-top: 15px; }
  .form-field .field-error {
    font-size: 0.8125rem;
    color: #9c2818;
    margin-top: 10px;
    padding-left: 24px;
    display: none; }
    .form-field .field-error.show {
      display: block;
      animation: fadeInUp 0.3s ease; }
  .form-field.has-error input {
    border-color: #e74c3c;
    box-shadow: 0 0 0 2px rgba(231, 76, 60, 0.1); }
  .form-field.has-success input {
    border-color: #27ae60;
    box-shadow: 0 0 0 2px rgba(39, 174, 96, 0.1); }

/* Password Strength Meter */
.password-strength-meter {
  margin-top: 10px;
  margin-left: 24px;
  margin-right: 24px; }
  .password-strength-meter > .field-error {
    padding-left: 0; }
  .password-strength-meter .strength-bar {
    height: 4px;
    background-color: #e1e1e1;
    border-radius: 2px;
    overflow: hidden;
    margin-bottom: 0.25rem; }
  .password-strength-meter .strength-progress {
    height: 100%;
    width: 0%;
    transition: all 0.3s ease;
    border-radius: 2px;
    /* High contrast mode */ }
    .password-strength-meter .strength-progress.weak {
      background-color: #e74c3c;
      width: 25%; }
    .password-strength-meter .strength-progress.fair {
      background-color: #f39c12;
      width: 50%; }
    .password-strength-meter .strength-progress.good {
      background-color: #f1c40f;
      width: 75%; }
    .password-strength-meter .strength-progress.strong {
      background-color: #27ae60;
      width: 100%; }
    @media (prefers-contrast: high) {
      .password-strength-meter .strength-progress.weak {
        background-color: #000; }
      .password-strength-meter .strength-progress.fair {
        background-color: #000; }
      .password-strength-meter .strength-progress.good {
        background-color: #000; }
      .password-strength-meter .strength-progress.strong {
        background-color: #000; } }
  .password-strength-meter .strength-text {
    font-size: 0.75rem;
    margin-top: 0.25rem;
    font-weight: 500; }
    .password-strength-meter .strength-text.weak {
      color: #e74c3c; }
    .password-strength-meter .strength-text.fair {
      color: #f39c12; }
    .password-strength-meter .strength-text.good {
      color: #f1c40f; }
    .password-strength-meter .strength-text.strong {
      color: #27ae60; }

/* Notice
--------------------------------------------- */
/* Form notifications */
.notice {
  text-align: center;
  padding: 16px 12px;
  font-size: 0.8125rem;
  margin: 1rem 0;
  color: #284668;
  border-radius: 20px;
  border-left: 4px solid #ddd;
  background: #fff; }
  .notice-success {
    border-left-color: #01AD66;
    background: #f7fcf7;
    color: #01AD66; }
  .notice-error {
    border-left-color: #9c2818;
    background: #fcf7f7;
    color: #9c2818; }
  .notice-warning {
    border-left-color: #ffb900;
    background: #fcf9f2;
    color: #ffb900; }
  .notice-info {
    border-left-color: #00a0d2;
    background: #f7fcfe;
    color: #00a0d2; }
  .notice p {
    margin: 0; }

/* Buttons
--------------------------------------------- */
.btn {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1rem;
  text-decoration: none;
  font-weight: 600;
  cursor: pointer;
  letter-spacing: 0.01em;
  border: 1px solid #fff;
  border-radius: 50px;
  padding: 12px 32px;
  align-items: center;
  transition: 150ms linear;
  outline: 0;
  display: inline-flex;
  justify-content: flex-start;
  text-align: left;
  align-items: center; }
  .btn:hover,
  .btn:hover a, .btn:focus {
    outline: 0; }
  .btn--full {
    width: 100%;
    text-align: center;
    justify-content: center; }
  .btn--large {
    font-size: 1rem;
    line-height: 1.125rem;
    padding: 15px 36px; }
  @media screen and (max-width: 767px) {
    .btn--fullMobile {
      width: 100%;
      text-align: center;
      justify-content: center; } }
  .btn--secondary {
    color: #fff;
    background-color: #01AD66;
    border-color: #01AD66; }
    .btn--secondary:hover,
    .btn--secondary:hover a, .btn--secondary:focus {
      color: #01AD66;
      background-color: #fff; }

/* Buttons
--------------------------------------------- */
.social-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px; }

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
.newsletter2 {
  background: #01AD66;
  color: #fff;
  padding: 49px 0;
  font-size: 0.9375rem; }
  @media screen and (max-width: 767px) {
    .newsletter2 {
      text-align: center; } }
  .newsletter2-form {
    margin-top: 24px;
    position: relative; }
    .newsletter2-form .wpcf7,
    .newsletter2-form .wpcf7 p {
      position: relative; }
    .newsletter2-form input[type="email"] {
      background: rgba(255, 255, 255, 0.1);
      padding: 24px 80px 24px 24px;
      border-radius: 60px;
      border: 1px solid rgba(255, 255, 255, 0.2);
      outline: 0;
      color: #fff;
      width: 100%; }
      .newsletter2-form input[type="email"]::placeholder {
        color: #fff; }
    .newsletter2-form .wpcf7-submit {
      position: absolute;
      right: 34px;
      top: 50%;
      transform: translateY(-50%);
      background: none;
      color: #fff;
      font-weight: bold;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 14px;
      border: 0;
      height: calc(100% - 16px);
      cursor: pointer;
      border-radius: 50px;
      padding: 12px 32px; }
      .newsletter2-form .wpcf7-submit + .wpcf7-spinner {
        display: none !important; }
      .newsletter2-form .wpcf7-submit .wpcf7-spinner {
        margin: 0;
        display: none; }
    .newsletter2-form .submitting .wpcf7-spinner {
      display: table-column; }
  .newsletter2 .wpcf7 form.invalid .wpcf7-response-output {
    color: #9c2818; }
  .newsletter2-gdpr {
    font-size: 0.75rem;
    margin-top: 24px; }

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* overwrite guttenberg styles*/
/*
.wp-block-button__link {
  @extend .btn;
  @extend .btn-primary;
}
*/
.has-text-align-center {
  text-align: center; }

.wp-block-list {
  margin-left: 0; }

/*--------------------------------------------------------------
# Libs
--------------------------------------------------------------*/
/* Glide.js
--------------------------------------------- */
/*
@import "../../../node_modules/glidejs/src/sass/glide.core.scss";
@import "../../../node_modules/glidejs/src/sass/glide.theme.scss";
@import "theme";
*/
/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }
  .screen-reader-text:focus {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #97b226;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; }

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0; }

/* Alignments
--------------------------------------------- */
