:root {
  --content-size: 5vw;
  --side-spacing: 1.5rem;
  --standard-container-width: 100%;
  --page-padding: .75rem;
  --inner-dashboard-content-x-padding: 0.75rem;
  --block-padding-y: 4.4rem;
  --block-padding-desktop-x: 4.4rem;
}

@media (min-width: 768px) {
  :root {
    --content-size: 2.08vw;
    --standard-container-width: 100%;
    --side-spacing: 2.5rem;
    --page-padding: 0;
    --inner-dashboard-content-x-padding: 2.75rem;
  }
}
@media (min-width: 1024px) {
  :root {
    --content-size: 16px;
    --standard-container-width: 100%;
  }
}
@media (min-width: 1279px) {
  :root {
    --content-size: 18px;
    --standard-container-width: 1140px;
  }
}
:root {
  --brand-dark: #033431;
  --brand-green: #198F3C;
  --light-grey: #F1F4F9;
  --primary-color: #246EFF;
  --brand-white-transparent: rgba(255, 255, 255, 0.6);
  --brand-deep-green: #2D4C1C;
}

.brand-btn {
  --primary-back-color: #246EFF;
  --primary-color: #fff;
  background-color: var(--primary-back-color);
  color: var(--primary-color);
  border-radius: 99em;
  padding: 0.75rem 1.35rem;
  text-decoration: none;
  font-size: 1.05rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  font-family: var(--regular-font);
}
.brand-btn.white-btn {
  --primary-back-color: #fff;
  --primary-color: #246EFF;
}
.brand-btn.white-btn:hover .brand-btn__txt, .brand-btn.white-btn:active .brand-btn__txt {
  color: var(--primary-back-color);
}
.brand-btn__txt {
  color: var(--primary-color);
  transition: color var(--transition-timing);
}
.brand-btn:hover, .brand-btn:focus {
  opacity: 0.8;
}

@font-face {
  font-family: "Corben";
  src: url("/wp-content/plugins/alliance-oxygen/assets/fonts/Corben/Corben-Regular.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Corben";
  src: url("/wp-content/plugins/alliance-oxygen/assets/fonts/Corben/Corben-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("/wp-content/plugins/alliance-oxygen/assets/fonts/Plus_Jakarta_Sans/PlusJakartaSans-Regular.woff") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("/wp-content/plugins/alliance-oxygen/assets/fonts/Plus_Jakarta_Sans/PlusJakartaSans-Medium.woff") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("/wp-content/plugins/alliance-oxygen/assets/fonts/Plus_Jakarta_Sans/PlusJakartaSans-Bold.woff") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("/wp-content/plugins/alliance-oxygen/assets/fonts/Plus_Jakarta_Sans/PlusJakartaSans-ExtraBold.woff") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
:root {
  --headline-font: "Corben", serif;
  --regular-font: "Plus Jakarta Sans", sans-serif;
  --font-optical-sizing: auto;
  --regular-font-size: 1rem;
  --regular-line-height: 1.325;
  --regular-font-weight: 500;
}

:root {
  --transition-timing: .3s;
  --border-radius: 8px;
  --header-font-size: 1.5rem ;
}

html {
  height: 100%;
  box-sizing: border-box;
}
html * {
  box-sizing: border-box;
}

body {
  min-height: 100vh;
  max-width: 100%;
  padding: 0;
  margin: 0;
  font-family: var(--regular-font);
  font-optical-sizing: var(--font-optical-sizing);
  word-wrap: break-word;
  overflow-wrap: anywhere;
  word-break: break-word;
  white-space: normal;
  line-height: 1.6;
  font-size: 0.75rem;
}
@media (min-width: 1024px) {
  body {
    font-size: 1.125rem;
  }
}

.container-2 {
  width: 100%;
  max-width: 1920px;
  padding: 0 1rem;
  margin: 0 auto;
}
@media (min-width: 1260px) {
  .container-2 {
    padding: 0 4.6rem;
  }
}
.container-2 .ct-section-inner-wrap {
  max-width: 100%;
  width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: 600;
}

.oxygen-body {
  font-family: var(--regular-font);
}
.oxygen-body h1, .oxygen-body h2, .oxygen-body h3,
.oxygen-body .h1, .oxygen-body .h2, .oxygen-body .h3 {
  font-family: var(--headline-font);
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 1rem;
}
.oxygen-body h1,
.oxygen-body .h1 {
  font-size: 2.2rem;
}
@media (min-width: 1024px) {
  .oxygen-body h1,
  .oxygen-body .h1 {
    font-size: 4rem;
  }
}
.oxygen-body .section-title,
.oxygen-body h2,
.oxygen-body .h2 {
  font-size: 1.8rem;
}
@media (min-width: 1024px) {
  .oxygen-body .section-title,
  .oxygen-body h2,
  .oxygen-body .h2 {
    font-size: 2.875rem;
  }
}
.oxygen-body h3,
.oxygen-body .h3 {
  font-size: 1.4rem;
}
@media (min-width: 1024px) {
  .oxygen-body h3,
  .oxygen-body .h3 {
    font-size: 2rem;
  }
}
.oxygen-body h4 {
  font-size: 1.15rem;
}
@media (min-width: 1024px) {
  .oxygen-body h4 {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) {
  .oxygen-body .HeaderNavigation .HeaderNavigation-wrpper .Header-logo img {
    width: 130px;
  }
}
@media (min-width: 768px) {
  .oxygen-body .HeaderNavigation {
    padding: 22px 0px;
  }
}

a {
  text-decoration: none;
}

p, .p {
  font-size: 1.125rem;
  line-height: 1.6em;
  font-weight: 400;
  margin: 0;
}

.oxy-rich-text p {
  font-weight: inherit;
  font-size: inherit;
}

ul li {
  margin: 0.5rem 0;
  font-size: 1rem;
  line-height: 1.7em;
  font-weight: 400;
}

.ct-section-inner-wrap {
  margin: 0 auto;
}

.ct-inner-content {
  overflow-x: hidden;
}

.Hbspt-style h2, .Hbspt-style h3 {
  font-weight: 500 !important;
}
.Hbspt-style fieldset .input {
  margin-right: 24px !important;
}
@media (max-width: 399px) {
  .Hbspt-style fieldset .input {
    margin-right: 0 !important;
  }
}
.Hbspt-style fieldset .field {
  margin-bottom: 16px !important;
}
.Hbspt-style fieldset label {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: 0.56px;
  text-align: left;
  color: var(--supporting-colors-blue-grey);
  margin-bottom: 5px !important;
  display: inline-block;
}
.Hbspt-style .hs-fieldtype-select .input {
  position: relative;
}
.Hbspt-style .hs-fieldtype-select .input:after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  right: 0;
  top: 0;
  background-image: url("../assets/img/chevron-down.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.Hbspt-style select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  width: 100%;
  border-top-width: 0px;
  border-right-width: 0px;
  border-left-width: 0px;
  background-color: transparent;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: rgb(36, 109, 255) !important;
  padding: 0px 0px 10px !important;
  border-radius: 0;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: 0.56px;
  text-align: left;
  color: var(--primary-deep-blue);
}
.Hbspt-style select::placeholder {
  font-size: 0.875rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: 0.56px;
  text-align: left;
  color: var(--supporting-colors-blue-grey);
}
.Hbspt-style select:focus, .Hbspt-style select:active {
  outline: none;
  box-shadow: none;
}
.Hbspt-style input[type=text],
.Hbspt-style input[type=email],
.Hbspt-style input[type=tel],
.Hbspt-style textarea {
  font-size: 0.875rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: 0.56px;
  text-align: left;
  color: var(--primary-deep-blue);
  width: 100%;
  border-top-width: 0px;
  border-right-width: 0px;
  border-left-width: 0px;
  background-color: transparent;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: rgb(36, 109, 255) !important;
  padding: 0px 0px 10px !important;
}
.Hbspt-style input[type=text]::placeholder,
.Hbspt-style input[type=email]::placeholder,
.Hbspt-style input[type=tel]::placeholder,
.Hbspt-style textarea::placeholder {
  font-size: 0.875rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: 0.56px;
  text-align: left;
  color: var(--supporting-colors-blue-grey);
}
.Hbspt-style input[type=text]:focus, .Hbspt-style input[type=text]:active,
.Hbspt-style input[type=email]:focus,
.Hbspt-style input[type=email]:active,
.Hbspt-style input[type=tel]:focus,
.Hbspt-style input[type=tel]:active,
.Hbspt-style textarea:focus,
.Hbspt-style textarea:active {
  outline: none;
  box-shadow: none;
}
.Hbspt-style .no-list.hs-error-msgs.inputs-list {
  padding-left: 0;
  list-style: none;
  margin-top: 5px;
  margin-bottom: 0;
}
.Hbspt-style .no-list.hs-error-msgs.inputs-list li label {
  font-size: 12px;
  color: #ab2328;
}
.Hbspt-style .hs_error_rollup {
  display: none;
}
.Hbspt-style .hs_submit {
  margin-top: 15px;
}
@media (max-width: 767px) {
  .Hbspt-style .hs_submit {
    text-align: center;
  }
}
@media only screen and (max-width: 700px) and (min-width: 400px) {
  .Hbspt-style .hs_submit {
    padding-right: 23px;
  }
}
.Hbspt-style .hs_submit .hs-button {
  cursor: pointer;
  background-color: #246EFF;
  color: #fff;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.7;
  letter-spacing: 0.18px;
  padding: 8px 24px;
  border-radius: 24px;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  transition: 0.3s all;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.18px;
}
.Hbspt-style .hs_submit .hs-button span {
  color: inherit;
}
.Hbspt-style .hs_submit .hs-button:hover {
  background-color: var(--button-primary-hover);
}
.Hbspt-style .hs_submit .hs-button:focus {
  background-color: #246EFF;
}
@media (max-width: 479px) {
  .Hbspt-style .hs_submit .hs-button {
    width: 100%;
  }
}

.hs-input::placeholder {
  color: #425b76 !important;
  font-size: 14px !important;
  opacity: 1 !important;
}

.hs-input {
  color: #425b76 !important;
  font-size: 14px !important;
}

.header {
  font-family: var(--regular-font);
  font-optical-sizing: var(--font-optical-sizing);
  padding: 0.75rem 0;
  background-color: rgba(17, 22, 54, 0.0509803922);
  width: 100%;
  transition: all var(--transition-timing);
}
.header.dark-header {
  background-color: var(--brand-dark);
}
@media (min-width: 1024px) {
  .header {
    padding: 1rem 0;
  }
}
.header__group {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__group .header__logo .custom-logo-link {
  display: block;
}
.header__group .header__logo .custom-logo-link img {
  max-width: 7rem;
}
@media (min-width: 1024px) {
  .header__group .header__logo .custom-logo-link img {
    max-width: 17rem;
  }
}
.header__group .header__logo .custom-logo-link .site-logo--light {
  display: block;
}
.header__group .header__logo .custom-logo-link .site-logo--dark {
  display: none;
}
.header__group .header__menu {
  display: none;
  margin: 0 0 0 auto;
}
@media (min-width: 1024px) {
  .header__group .header__menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
.header__group .header__menu .header-menu .header-menu-primary .nav-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-flow: column;
}
@media (min-width: 1024px) {
  .header__group .header__menu .header-menu .header-menu-primary .nav-menu {
    flex-flow: row;
    align-items: center;
    margin-right: 2.25rem;
  }
}
.header__group .header__menu .header-menu .header-menu-primary .nav-menu .menu-item {
  margin: 0 0 1rem;
}
@media (min-width: 1024px) {
  .header__group .header__menu .header-menu .header-menu-primary .nav-menu .menu-item {
    margin: 0 3.15rem 0 0;
  }
  .header__group .header__menu .header-menu .header-menu-primary .nav-menu .menu-item:last-child {
    margin: 0;
  }
}
.header__group .header__menu .header-menu .header-menu-primary .nav-menu .menu-item a {
  line-height: 1.5;
  font-weight: 400;
  font-size: calc(.85rem * 1);
  color: #000000;
  color: #ffffff;
  text-decoration: none;
  background-color: #fff;
  background-image: linear-gradient(135deg, var(--brand-green) 10%, #fff 15%);
  background-size: 1000%;
  background-position: 30% 0%;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
  transition: background-position var(--transition-timing), background-size var(--transition-timing);
}
@media (min-width: 1024px) {
  .header__group .header__menu .header-menu .header-menu-primary .nav-menu .menu-item a {
    font-size: calc(1.05rem * 1);
  }
}
@media (min-width: 1024px) {
  .header__group .header__menu .header-menu .header-menu-primary .nav-menu .menu-item a {
    font-size: 1.15rem;
  }
}
.header__group .header__menu .header-menu .header-menu-primary .nav-menu .menu-item a:hover, .header__group .header__menu .header-menu .header-menu-primary .nav-menu .menu-item a:active {
  background-position: 0 0;
  background-size: 1000%;
}
.header__group .header__mobile .mobile-menu-hum {
  width: 1rem;
  height: 1rem;
  fill: #ffffff;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (min-width: 1024px) {
  .header__group .header__mobile .mobile-menu-hum {
    display: none;
  }
}
.header__group .header__mobile .mobile-menu-hum svg {
  width: 1rem;
  height: 1rem;
}

.mobile-menu-opened .header {
  background-color: var(--brand-dark);
}
.mobile-menu-opened .header .header__group .header__menu {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: var(--brand-dark);
  padding: 1rem 1rem 2rem;
}

.page-in-scroll .header {
  background-color: var(--brand-dark);
  box-shadow: 0 0 7px 1px #033431;
}

@media (min-width: 1024px) {
  .dark-header-font:not(.page-in-scroll):not(.mobile-menu-opened) .header__group .header__menu .header-menu-primary .nav-menu .menu-item a {
    background-color: #000;
    background-image: linear-gradient(135deg, var(--brand-green) 10%, #000 15%);
  }
}
.dark-header-font:not(.page-in-scroll):not(.mobile-menu-opened) .header__group .header__mobile .mobile-menu-hum svg {
  fill: #000;
}
.dark-header-font:not(.page-in-scroll):not(.mobile-menu-opened) .header__group .header__logo .custom-logo-link .site-logo--light {
  display: none;
}
.dark-header-font:not(.page-in-scroll):not(.mobile-menu-opened) .header__group .header__logo .custom-logo-link .site-logo--dark {
  display: block;
}

.oxy-global-header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 100;
}

.footer {
  padding: 2.9rem 0 0;
  background-color: var(--brand-deep-green);
  color: #ffffff;
  font-family: var(--regular-font);
}
@media (min-width: 768px) {
  .footer {
    padding: 5.9rem 0 0;
  }
}
@media (min-width: 768px) {
  .footer__group {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .footer__group .footer__col-1 {
    width: 22%;
    padding-right: 1rem;
  }
}
.footer__group .footer__col-1 .footer__logo {
  margin-bottom: 2.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .footer__group .footer__col-1 .footer__logo {
    display: block;
  }
}
.footer__group .footer__col-1 .footer__logo svg {
  max-width: 100%;
  height: auto;
  display: block;
}
@media (min-width: 1440px) {
  .footer__group .footer__col-1 .footer__wtt {
    max-width: 14rem;
  }
}
.footer__group .footer__col-1 .footer__wtt .footer__wtt-title {
  color: inherit;
  font-size: 1.2rem;
  margin-bottom: 0.8rem;
  font-weight: 700;
  font-family: inherit;
  display: none;
}
@media (min-width: 768px) {
  .footer__group .footer__col-1 .footer__wtt .footer__wtt-title {
    display: block;
  }
}
.footer__group .footer__col-1 .footer__wtt .footer__wtt-txt p {
  color: inherit;
  font-size: 1.1rem;
  line-height: 1.3;
  font-family: inherit;
  display: none;
}
@media (min-width: 768px) {
  .footer__group .footer__col-1 .footer__wtt .footer__wtt-txt p {
    display: block;
  }
}
.footer__group .footer__col-1 .footer__wtt .footer__wtt-txt p a {
  color: inherit;
  font-family: inherit;
}
@media (min-width: 768px) {
  .footer__group .footer__col-2 {
    flex: 1;
  }
}
.footer__group .footer__col-2 .footer-menus {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
@media (min-width: 768px) {
  .footer__group .footer__col-2 .footer-menus {
    padding-right: 1rem;
  }
}
@media (min-width: 1024px) {
  .footer__group .footer__col-2 .footer-menus {
    padding: 0;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.footer__group .footer__col-2 .footer-menus .footer-menu-itm {
  text-align: center;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .footer__group .footer__col-2 .footer-menus .footer-menu-itm {
    text-align: left;
    margin: 0;
  }
}
.footer__group .footer__col-2 .footer-menus .footer-menu-itm .footer-menu-itm__title {
  color: inherit;
  font-size: 1.5rem;
  margin-bottom: 2rem;
  font-weight: 700;
  line-height: 1.2;
  font-family: var(--regular-font);
}
@media (min-width: 768px) {
  .footer__group .footer__col-2 .footer-menus .footer-menu-itm .footer-menu-itm__title {
    font-size: 1.1rem;
  }
}
.footer__group .footer__col-2 .footer-menus .footer-menu-itm .footer-menu-itm__title a {
  color: inherit;
  line-height: 1.2;
  font-family: inherit;
}
.footer__group .footer__col-2 .footer-menus .footer-menu-itm ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer__group .footer__col-2 .footer-menus .footer-menu-itm ul li {
  margin-bottom: 1rem;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .footer__group .footer__col-2 .footer-menus .footer-menu-itm ul li {
    margin-bottom: 0.6rem;
  }
}
.footer__group .footer__col-2 .footer-menus .footer-menu-itm ul li a {
  color: inherit;
  font-family: inherit;
  font-size: 0.95rem;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .footer__group .footer__col-3 {
    width: 23%;
    padding-top: 2.5rem;
  }
}
.footer__group .footer__col-3 .footer-ad-title {
  font-size: 1.85rem;
  color: inherit;
  margin-bottom: 0.8rem;
  font-weight: 700;
  font-family: var(--regular-font);
  display: none;
}
@media (min-width: 768px) {
  .footer__group .footer__col-3 .footer-ad-title {
    display: block;
  }
}
.footer__group .footer__col-3 .footer-ad-txt {
  font-family: inherit;
  font-size: 0.8rem;
  margin-bottom: 0.5rem;
  display: none;
}
@media (min-width: 768px) {
  .footer__group .footer__col-3 .footer-ad-txt {
    display: block;
  }
}
.footer__group .footer__col-3 .footer-smm-list {
  list-style: none;
  padding: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin: 3rem 0 0 0;
}
@media (min-width: 768px) {
  .footer__group .footer__col-3 .footer-smm-list {
    margin: 0;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.footer__group .footer__col-3 .footer-smm-list .footer-smm-itm {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .footer__group .footer__col-3 .footer-smm-list .footer-smm-itm {
    margin: 0 1.5rem 0 0;
  }
}
.footer__group .footer__col-3 .footer-smm-list .footer-smm-itm .footer-smm-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer__group .footer__col-3 .footer-smm-list .footer-smm-itm .footer-smm-link svg {
  fill: #ffffff;
  width: 2.5rem;
  height: 2.5rem;
}
@media (min-width: 768px) {
  .footer__group .footer__col-3 .footer-smm-list .footer-smm-itm .footer-smm-link svg {
    width: 1.75rem;
    height: 1.75rem;
  }
}
.footer__legal {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  flex-flow: column;
}
@media (min-width: 768px) {
  .footer__legal {
    flex-flow: row;
  }
}
.footer__legal .footer__legal-bevi {
  margin: 2rem auto 0;
}
@media (min-width: 768px) {
  .footer__legal .footer__legal-bevi {
    margin: 0;
  }
}
.footer__legal .footer__legal-bevi p {
  color: inherit;
  font-family: inherit;
  font-size: 0.8rem;
  line-height: 1.2;
}
.footer__legal .footer__legal-menu {
  order: -1;
}
@media (min-width: 768px) {
  .footer__legal .footer__legal-menu {
    order: unset;
  }
}
.footer__legal .footer__legal-menu .nav-menu {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-flow: column;
  padding: 0;
  margin: 0;
}
@media (min-width: 768px) {
  .footer__legal .footer__legal-menu .nav-menu {
    flex-flow: row;
  }
}
.footer__legal .footer__legal-menu .nav-menu .menu-item {
  line-height: 1.2;
  margin: 1rem 0 0;
}
@media (min-width: 768px) {
  .footer__legal .footer__legal-menu .nav-menu .menu-item {
    margin: 0 1rem 0 0;
    padding: 0;
  }
}
.footer__legal .footer__legal-menu .nav-menu .menu-item a {
  color: inherit;
  font-family: inherit;
  font-size: 0.8rem;
}
.footer-bottom {
  height: 2rem;
  background-image: url("/wp-content/plugins/alliance-oxygen/assets/images/footer-back.webp");
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 3rem;
}

.article-page {
  padding-top: 3rem;
}
@media (min-width: 768px) {
  .article-page {
    padding-top: 5rem;
  }
}
.article-page .page-title {
  max-width: 768px;
  margin: 0 auto;
}
.article-page .page-title h1 {
  font-weight: 500;
  font-size: 2rem;
}
@media (min-width: 768px) {
  .article-page .page-title h1 {
    font-size: 3rem;
  }
}
.article-page .plain-text {
  margin-bottom: 5rem;
}
@media (min-width: 768px) {
  .article-page .plain-text {
    margin-bottom: 10rem;
  }
}

.page-template-custom-blog {
  padding-top: 2rem;
}
@media (min-width: 768px) {
  .page-template-custom-blog {
    padding-top: 7rem;
  }
}

.blog-listing-header_group {
  position: relative;
  padding-top: 11rem;
  padding-bottom: 2rem;
  border-radius: 1rem;
  overflow: hidden;
}
@media (min-width: 768px) {
  .blog-listing-header_group {
    padding-top: 13rem;
    padding-bottom: 4rem;
  }
}
.blog-listing-header_pic {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.blog-listing-header_pic img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  object-position: center;
}
.blog-listing-header_pic:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(180deg, rgba(3, 52, 49, 0.5) 1%, transparent 30%, transparent 50%, var(--brand-dark) 98%);
}
.blog-listing-header-text {
  position: relative;
  color: #fff;
  padding: 0 1rem;
}
@media (min-width: 768px) {
  .blog-listing-header-text {
    padding: 0 5rem;
  }
}
.blog-listing-header-text_subtitle {
  font-size: 1.2rem;
  font-weight: 400;
  margin: 0;
  margin-bottom: 1rem;
}
.blog-listing-header-text_subtitle svg {
  margin-right: 0.3rem;
}
.blog-listing-header-text_title {
  font-size: 2.2rem;
  font-weight: 400;
  margin: 0 0 2rem;
}
@media (min-width: 768px) {
  .blog-listing-header-text_title {
    font-size: 3.37rem;
    margin: 0 0 1rem;
  }
}
.blog-listing-header-text_footer {
  display: flex;
  justify-content: flex-end;
}

.blog-items {
  position: relative;
  --block-curve-top-size: 4.725vw;
  filter: none !important;
  margin-bottom: 4rem;
  padding-top: 2rem;
  padding-bottom: 0 !important;
}
@media (min-width: 768px) {
  .blog-items {
    --block-curve-top-size: 6vw;
    padding-bottom: 8.65rem;
    filter: drop-shadow(0 -3px 4px rgba(0, 0, 0, 0.24));
  }
}
@media (min-width: 1024px) {
  .blog-items {
    --block-curve-top-size: 4.725vw;
  }
}
@media (min-width: 1920px) {
  .blog-items {
    --block-curve-top-size: 3.725vw;
  }
}
.blog-items:before {
  display: none;
  content: " ";
  position: absolute;
  left: -2px;
  height: var(--block-curve-top-size);
  top: calc(var(--block-curve-top-size) * -1 + 1px);
  aspect-ratio: 9.02631579/1;
  background: #fff;
  -webkit-mask-image: url(/wp-content/themes/sbc/assets/images/section-top-short.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-image: url(/wp-content/themes/sbc/assets/images/section-top-short.svg);
  mask-repeat: no-repeat;
}
@media (min-width: 768px) {
  .blog-items:before {
    display: block;
  }
}
@media (min-width: 768px) {
  .blog-items {
    padding-top: 4rem;
    margin-bottom: 7rem;
  }
}
.blog-items_group {
  max-width: 944px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.blog-items_item {
  display: flex;
  gap: 1rem;
  flex-direction: column;
  align-items: stretch;
}
@media (min-width: 768px) {
  .blog-items_item {
    flex-direction: row;
    align-items: center;
    gap: 4rem;
  }
}
.blog-items_item_pic {
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
}
@media (min-width: 768px) {
  .blog-items_item_pic {
    width: 40%;
    height: 13rem;
  }
}
.blog-items_item_pic img {
  max-width: 100%;
  height: auto;
  display: block;
}
@media (min-width: 768px) {
  .blog-items_item_pic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}
@media (min-width: 768px) {
  .blog-items_item_txt {
    width: 60%;
  }
}
.blog-items_item_txt_title {
  font-size: 1.3rem;
  font-weight: 500;
  margin: 0 0 1rem;
}
@media (min-width: 768px) {
  .blog-items_item_txt_title {
    font-size: 1.7rem;
  }
}
.blog-items_item .brand-btn {
  padding: 0;
  background: transparent;
  background-image: none;
  transform: none;
}
.blog-items_item .brand-btn:hover {
  color: var(--brand-green);
  background: transparent;
  background-image: none;
  transform: none;
}
.blog-items_item .brand-btn:hover .brand-btn__txt {
  color: var(--brand-green);
}
.blog-items_item .brand-btn:hover .brand-btn__ico svg {
  fill: var(--brand-green);
}
.blog-items_item .brand-btn:hover .brand-btn__ico svg path {
  fill: var(--brand-green);
}

.pagination .screen-reader-text {
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.pagination .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination .nav-links a,
.pagination .nav-links span {
  margin: 0 0.5rem;
}
.pagination .nav-links a {
  color: #000;
}
.pagination .nav-links a:hover, .pagination .nav-links a:focus {
  color: var(--brand-blue);
  text-decoration: none;
  outline: none;
}
.pagination .nav-links span {
  color: var(--brand-blue);
}

.breadcrumbs a {
  text-decoration: none;
  color: var(--brand-green);
}

.wp-singular .ct-section-inner-wrap p, .wp-singular .ct-section-inner-wrap .p {
  margin: 1rem 0;
}
.wp-singular .ct-section-inner-wrap a {
  color: #174cbb;
}
.wp-singular .ct-section-inner-wrap h1 {
  font-size: 2.2rem;
  margin-bottom: 2rem;
}
@media (min-width: 1024px) {
  .wp-singular .ct-section-inner-wrap h1 {
    font-size: 3.4rem;
  }
}
.wp-singular .ct-section-inner-wrap h1 strong, .wp-singular .ct-section-inner-wrap h2 strong, .wp-singular .ct-section-inner-wrap h3 strong {
  font-weight: 500;
}
.wp-singular .wp-block-embed__wrapper {
  border-radius: 10px;
  overflow: hidden;
}
.wp-singular h2.sidebar-heading-title {
  font-size: 1.5rem;
}
.wp-singular .autoContents ul {
  padding-left: 1.2rem;
}
.wp-singular .autoContents ul li::marker {
  color: #425b76;
}
.wp-singular .autoContents ul a {
  color: #174cbb;
}
.wp-singular .autoContents ul a strong {
  font-weight: normal;
}
