@font-face {
  font-family: 'Nextrue';
  src: url('../fonts/Nextrue-Condensed-Bold.woff2') format('woff2'),
       url('../fonts/Nextrue-Condensed-Bold.woff') format('woff'),
       url('../fonts/Nextrue-Condensed-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --clr--light--blue: 8, 149, 204; /* #0895CC */
  --clr--shaded--blue: 230, 247, 255; /* #E6F7FF */
  --clr--light--gray: 112, 112, 112; /* #707070 */
  --clr--shaded--gray: 237, 236, 239; /* #EDECEF */
  --clr--black: 0, 0, 0; /* #000000 */
  --clr--white: 255, 255, 255; /* #FFFFFF */

  --fnt--museo--sans: "museo-sans", sans-serif;
  --fnt--nextrue: "Nextrue", sans-serif;
}

/* ====== SCROLL ====== */
::-webkit-scrollbar {
  width: 0.5em;
  height: 0.5em;
}

::-webkit-scrollbar-track {
  background: rgb(var(--clr--white));
  box-shadow: inset 1px 1px 2px rgba(var(--clr--black), 0.2);
}

::-webkit-scrollbar-thumb {
  background: rgb(var(--clr--black));
  background: linear-gradient(0deg, rgba(var(--clr--black), 1) 0%, rgba(var(--clr--light--blue), 1) 50%, rgba(var(--clr--black), 1) 100%);
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
}

html,
body {
  color: rgb(var(--clr--black));
  font-size: clamp(16px, 1vw, 22px);
  font-weight: 400;
  font-family: var(--fnt--museo--sans);
  line-height: 1.2;
  background: rgb(var(--clr--white));
  padding: 0;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 5px 0;
  line-height: 1.2;
  font-weight: 700;
  border-bottom: 0;
}

h1 {
  font-size: clamp(32px, 3vw, 82px);
}

h2 {
  font-size: clamp(22px, 1.8vw, 36px);
}

h3 {
  font-size: clamp(18px, 1.2vw, 32px);
}

h4 {
  font-size: clamp(17px, 1.1vw, 27px);
}

h5 {
  font-size: clamp(16px, 1.1vw, 23px);
}

h6 {
  line-height: 1.2;
}

p {
  font-size: clamp(15px, 1.1vw, 23px);
  line-height: 1.3;
  font-weight: 300;
}

p:nth-last-of-type(1) {
  margin-bottom: 0;
}

p:has(+ ul),
p:has(+ ol) {
  margin-bottom: .6rem !important;
}

ul, ol {
  font-size: clamp(15px, 1.1vw, 23px);
  line-height: 1.3;
  font-weight: 300;
  padding-left: 30px;
}

.small,
small {
  display: inline-block;
  font-weight: 100;
  line-height: 1.2;
  font-size: 15px !important;
}

a {
  color: currentColor;
}

.desktop {
  display: inline-block !important;
}

.mobile {
  display: none !important;
}

.hidden {
  display: none;
}

img {
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  max-width: 100%;
  position: relative;
}

img::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(235, 235, 235);
  border: 2px dashed rgb(173, 173, 173);
}

section {
  position: relative;
  scroll-margin-top: 80px;
}

.section-row {
  padding-block: clamp(40px, 3.5vw, 92px);
  position: relative;
}

.titles {
  margin-bottom: 1.75rem;
}

/* .titles:not(.title ~ *) {
  margin-bottom: 0;
} */

.titles > h1,
.titles > h2 {
  color: rgb(var(--clr--black));
  font-size: clamp(21px, 2.1vw, 42px);
  font-weight: 900;
  line-height: 1.1;
}

.titles__highlighter {
  color: rgb(var(--clr--light--blue));
}

.titles__sub-heading {
  color: rgb(var(--clr--black));
  font-size: clamp(21px, 1.4vw, 28px);
  font-weight: 600;
  text-transform: unset;
  margin-top: 5px;
}

.animated-title {
  overflow: hidden;
}

.animated-word {
  display: inline-block;
  opacity: 0;
  transform: translateY(30px);
}

.animated-word--visible {
  animation: revealWord 0.6s ease forwards;
}

@keyframes revealWord {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fw100 {
  font-weight: 100 !important;
}

.fw200 {
  font-weight: 200 !important;
}

.fw300 {
  font-weight: 300 !important;
}

.fw400 {
  font-weight: 400 !important;
}

.fw500 {
  font-weight: 500 !important;
}

.fw600 {
  font-weight: 600 !important;
}

.fw700,
strong {
  font-weight: 700 !important;
}

.fw800 {
  font-weight: 800 !important;
}

.fw900 {
  font-weight: 900 !important;
}

.ls {
  letter-spacing: 1.5px;
}

.italic {
  font-style: italic;
}

.fnt--museo--sans {
  font-family: var(--fnt--museo--sans);
}

.fnt--nextrue {
  font-family: var(--fnt--nextrue);
}

.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;
  width: 1px;
  word-wrap: normal !important;
}

/* ====== COLORS ====== */
.clr--light--blue {
  color: rgb(var(--clr--light--blue)) !important;
}

.clr--shaded--blue {
  color: rgb(var(--clr--shaded--blue)) !important;
}

.clr--shaded--gray {
  color: rgb(var(--clr--shaded--gray)) !important;
}

.clr--black {
  color: rgb(var(--clr--black)) !important;
}

.clr--white {
  color: rgb(var(--clr--white)) !important;
}

.bgclr--light--blue {
  color: rgb(var(--clr--white));
  background-color: rgb(var(--clr--light--blue));
}

.bgclr--shaded--blue {
  color: rgb(var(--clr--black));
  background-color: rgb(var(--clr--shaded--blue));
}

.bgclr--shaded--gray {
  color: rgb(var(--clr--black));
  background-color: rgb(var(--clr--shaded--gray));
}

.bgclr--black {
  color: rgb(var(--clr--white));
  background-color: rgb(var(--clr--black));
}

.bgclr--white {
  color: rgb(var(--clr--black));
  background-color: rgb(var(--clr--white));
}

/* Input Fields */
.form-control {
  color: rgb(var(--clr--black));
  font-size: clamp(15px, 1vw, 21px);
  font-weight: 300;
  line-height: 1.1;
  min-height: 30px;
  padding: 15px 20px;
  background-color: rgb(var(--clr--white));
  border: 1px solid rgb(var(--clr--white));
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

textarea.form-control {
  min-height: 175px;
  padding: 8px 10px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

select.form-control {
  background: rgb(var(--clr--white)) url("/wp-content/uploads/2026/06/select-dropdown.svg") no-repeat;
  background-position: calc(100% - 12px) calc(100% - 15px);
  background-repeat: no-repeat;
  background-size: 14px;
}

.form-control:disabled {
  background-color: rgb(var(--clr--white), .2);
  opacity: .6;
}

.form-control:focus {
  color: rgb(var(--clr--black));
  background-color: rgb(var(--clr--white));
  border: 1px solid rgb(var(--clr--light--blue)) !important;
  outline: 0;
  box-shadow: none;
  transition: ease-in .3s;
  -webkit-transition: ease-in .3s;
  -moz-transition: ease-in .3s;
  -ms-transition: ease-in .3s;
  -o-transition: ease-in .3s;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  appearance: textfield;
  -moz-appearance: textfield;
}

/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid rgb(var(--clr--light--blue));
  -webkit-text-fill-color: var(--clr--black);
  box-shadow: 0 0 0px 1000px rgba(var(--clr--black), 0.1) inset;
  -webkit-box-shadow: 0 0 0px 1000px rgba(var(--clr--black), 0.1) inset;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  -moz-transition: background-color 5000s ease-in-out 0s;
  -ms-transition: background-color 5000s ease-in-out 0s;
  -o-transition: background-color 5000s ease-in-out 0s;
}

input::placeholder,
select::placeholder,
textarea::placeholder {
  color: rgba(var(--clr--light--gray), .5) !important;
}

.form-check-input:focus {
  box-shadow: none;
  border: 1px solid rgb(var(--clr--black));
}

.invalid-feedback {
  color: rgb(var(--clr--white)) !important;
  font-size: 15px !important;
  font-weight: 500;
  background-color: rgb(220, 53, 69) !important;
  padding: 5px 10px !important;
}

/* ====== BUTTONS ====== */
.btn {
  font-size: 17px;
  font-weight: 600;
  color: rgb(var(--clr--white));
  line-height: 1.1;
  text-wrap: balance;
  transition: ease-in .4s;
  -webkit-transition: ease-in .4s;
  -moz-transition: ease-in .4s;
  -ms-transition: ease-in .4s;
  -o-transition: ease-in .4s;
  width: 100%;
  padding: 10px 30px !important;
  margin: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border: none;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 20px;
}

.btn * {
  transition: ease-in .4s;
  -webkit-transition: ease-in .4s;
  -moz-transition: ease-in .4s;
  -ms-transition: ease-in .4s;
  -o-transition: ease-in .4s;
}

.btn > i {
  font-size: 24px;
}

.btn:hover,
a:hover {
  text-decoration: none;
}

.btn-large {
  font-size: clamp(21px, 1.5vw, 36px);
  padding: 25px 60px !important;
  position: relative;
  z-index: 9;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.primary--btn {
  color: rgb(var(--clr--white));
  background-color: rgb(var(--clr--light--blue));
  border: 2px solid rgb(var(--clr--light--blue));
}

.primary--btn:hover,
.primary--btn:active,
.primary--btn:focus-visible {
  color: rgb(var(--clr--white)) !important;
  background-color: rgb(var(--clr--black)) !important;
  border: 2px solid rgb(var(--clr--black)) !important;
}

.primary--btn.disabled,
.primary--btn.pe-none {
  background-color: rgba(var(--clr--light--blue), 0.6);
  border-color: rgba(var(--clr--light--blue), 0.6);
  cursor: not-allowed;
  color: rgb(var(--clr--white));
}

/* Grid laout */
.grid-two,
.grid-three,
.grid-four,
.grid-five {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
}

.grid-two > * {
  width: calc((100% / 2) - 13px);
}

.grid-three > * {
  width: calc((100% / 3) - 17px);
}

.grid-four > * {
  width: calc((100% / 4) - 19px);
}

.grid-five > * {
  width: calc((100% / 5) - 20px);
}

/* OWL CAROUSEL */
.owl-loaded {
  width: 100%;
  position: relative;
}

.owl-stage-outer {
overflow: hidden;
}

.owl-stage {
  display: flex;
}

.owl-item {
  padding: 0;
  vertical-align: top;
  display: flex;
  justify-content: center;
}

.carousel-controls button.owl-prev,
.carousel-controls button.owl-next{
  font-size: 15px;
  color: rgb(var(--clr--black));
  font-weight: 700;
  background: transparent;
  width: 35px;
  height: 35px;
  border: 1px solid rgb(210, 213, 219);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.carousel-controls button.owl-prev {
  left: -40px;
}

.carousel-controls button.owl-next{
  right: -40px;
}

.owl-dots {
  margin-top: 25px;
  display: flex;
  justify-content: flex-start;
  gap: 12px;
}

.owl-dots button.owl-dot {
  width: 12px;
  height: 12px;
  background: rgb(var(--clr--white));
  border: 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.owl-dots button.owl-dot.active {
  background: rgb(var(--clr--light--blue));
}

.owl-loaded .disabled {
  display: none;
}

.comment-carousel__slider,
.real-stories__wrapper_carousel_slider {
  display: flex;
  gap: 20px;
  overflow: hidden;
}

.comment-carousel__slider.owl-loaded,
.real-stories__wrapper_carousel_slider.owl-loaded {
  display: block;
  overflow: unset;
}

.comment-carousel__slider > .comment-carousel__slider_card {
  min-width: 100%;
  position: relative;
}

.real-stories__wrapper_carousel_slider > .real-stories__wrapper_carousel_slider_card {
  min-width: calc(100% / 3);
  position: relative;
}

.comment-carousel__slider > .comment-carousel__slider_card:before,
.real-stories__wrapper_carousel_slider > .real-stories__wrapper_carousel_slider_card:before {
  content: "";
  background: rgb(var(--clr--shaded--gray));
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}

/* ====== HEADER ====== */
.header {
  width: 100%;
  padding: 20px 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background: rgb(var(--clr--white));
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.header__fixed-header {
  padding-block: 5px;
  box-shadow: 0 3px 12px rgba(var(--clr--black), .1);
}

.header > .container {
  position: relative;
}

.navbar > .container > .row {
  width: 100%;
}

.header + * {
  padding-top: 160px !important;
}

.navbar-collapse {
  display: block;
  opacity: 1;
  transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
}

.header__logo {
  width: 25%;
  max-width: 390px;
  padding: 20px 0 0 0;
  line-height: 1;
  position: relative;
  transition: all 0.9s ease;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
}

.header__fixed-header .header__logo {
  max-width: 180px;
  aspect-ratio: 18 / 5;
  padding: 10px 0 0 0;
  overflow: hidden;
  transition: all 0.9s ease;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
}

.header__logo img {
  width: 100%;
  height: auto;
  position: relative;
}

/* ====== NAVIGATION ====== */
.header__navbar_collapse {
  justify-content: flex-end;
}

.header__navbar {
  justify-content: space-between;
  align-items: flex-start;
  transition: ease-in .4s;
  -webkit-transition: ease-in .4s;
  -moz-transition: ease-in .4s;
  -ms-transition: ease-in .4s;
  -o-transition: ease-in .4s;
}

.header__fixed-header .header__navbar {
  padding: 5px 0 !important;
}

.header__navbar--container {
  display: flex;
}

ul.header__navbar_menu {
  list-style: none;
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.header__navbar_collapse.collapsing {
  height: unset !important;
}

.menu-item {
  padding: 0;
  background: transparent;
  position: relative;
}

.menu-item a {
  color: rgb(var(--clr--light--gray));
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  padding: 6px 15px;
  display: block;
}

.menu-item.menu-item-has-children a {
  padding: 5px 15px;
}

.menu-item.current-menu-parent > a,
.menu-item.current-menu-item > a,
.menu-item:hover > a {
  color: rgb(var(--clr--light--blue)) !important;
}

li.menu-item ul.sub-menu {
  width: 260px;
  padding: 10px !important;
  margin: 0;
  list-style: none;
  background: rgb(var(--clr--white));
  position: absolute;
  z-index: 9;
  display: none;
  box-shadow: 0 2px 10px rgba(var(--clr--black), 0.1);
  overflow: hidden !important;
}

li.menu-item:hover ul.sub-menu {
  display: block;
}

li.menu-item ul.sub-menu li a {
  color: rgb(var(--clr--black)) !important;
  font-size: 14px !important;
  font-weight: 500;
  line-height: 1.2;
  text-underline-offset: 30px;
  -webkit-text-stroke-width: 0;
  -webkit-text-stroke-color: transparent;
  text-decoration: none;
  background: transparent !important;
  width: unset !important;
  padding: 9px 15px !important;
  display: block;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
}

li.menu-item ul.sub-menu li a:hover {
  color: rgb(var(--clr--light--blue)) !important;
  background-color: rgb(237, 245, 242) !important;
}

.nav-btn a {
  color: rgb(var(--clr--white)) !important;
  font-size: 21px;
  font-weight: 400;
  text-decoration: none;
  background-color: rgb(var(--clr--light--blue));
  padding: 15px 35px !important;
  margin-left: 15px;
  border: 2px solid rgb(var(--clr--light--blue));
  text-decoration: none !important;
  transition: ease-in .4s;
  -webkit-transition: ease-in .4s;
  -moz-transition: ease-in .4s;
  -ms-transition: ease-in .4s;
  -o-transition: ease-in .4s;
}

.nav-btn a:hover {
  color: rgb(var(--clr--white)) !important;
  background-color: rgb(var(--clr--black));
  border: 2px solid rgb(var(--clr--black));
}

.header__navbar_toggler {
  padding: 5px 10px;
  margin-top: 5px;
  border: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.header__navbar_toggler:focus {
  box-shadow: unset;
}

.header__navbar_icon {
  background-color: rgb(var(--clr--light--blue));
  width: 32px;
  height: 3px;
  margin: 4px 0;
  display: block;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.header__navbar .header__navbar_toggler[aria-expanded="true"] .header__navbar_icon:nth-of-type(1),
button.header__navbar_toggler.button-toggled .header__navbar_icon:nth-of-type(1) {
  transform: rotate(45deg) translate(10px, 10px);
  -webkit-transform: rotate(45deg) translate(10px, 10px);
  -moz-transform: rotate(45deg) translate(10px, 10px);
  -ms-transform: rotate(45deg) translate(10px, 10px);
  -o-transform: rotate(45deg) translate(10px, 10px);
}

.header__navbar .header__navbar_toggler[aria-expanded="true"] .header__navbar_icon:nth-of-type(2),
button.header__navbar_toggler.button-toggled .header__navbar_icon:nth-of-type(2) {
  opacity: 0;
}

.header__navbar .header__navbar_toggler[aria-expanded="true"] .header__navbar_icon:nth-of-type(3),
button.header__navbar_toggler.button-toggled .header__navbar_icon:nth-of-type(3) {
  transform: rotate(-45deg) translate(5px, -6px);
  -webkit-transform: rotate(-45deg) translate(5px, -6px);
  -moz-transform: rotate(-45deg) translate(5px, -6px);
  -ms-transform: rotate(-45deg) translate(5px, -6px);
  -o-transform: rotate(-45deg) translate(5px, -6px);
}

.header__navbar .header__navbar_toggler.collapsed .header__navbar_icon {
  opacity: 1 !important;
  transform: rotate(0deg) translate(0px, 0px) !important;
  -webkit-transform: rotate(0deg) translate(0px, 0px) !important;
  -moz-transform: rotate(0deg) translate(0px, 0px) !important;
  -ms-transform: rotate(0deg) translate(0px, 0px) !important;
  -o-transform: rotate(0deg) translate(0px, 0px) !important;
}

.header__search-icon {
  width: 40px;
  height: 40px;
  margin-top: 5px;
  margin-left: 25px;
  position: relative;
  display: inline-flex;
  align-items: center;
}

.header__search-icon img {
  position: absolute;
  transition: opacity 0.2s ease;
}

.icon-close {
  opacity: 0;
  pointer-events: none;
}

.header__search-icon.is-active .icon-search {
  opacity: 0;
}

.header__search-icon.is-active .icon-close {
  opacity: 1;
}

.header__search-box {
  position: absolute;
  right: 50px;
  top: -7px;
  opacity: 0;
  pointer-events: none;
  transform: translateX(10px);
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  transition: 0.25s ease;
  -webkit-transition: 0.25s ease;
  -moz-transition: 0.25s ease;
  -ms-transition: 0.25s ease;
  -o-transition: 0.25s ease;
}

.header__search-box.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}

.header__search-box input {
  width: 1000px;
  border-radius: 6px;
  outline: none;
}

.header__search-button {
  border: 0;
  background: 0;
  position: absolute;
  top: 15px;
  right: 10px;
}

ul.header__navbar_social-icons {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 15px;
  margin-left: 10px;
}

ul.header__navbar_social-icons a {
  color: rgb(var(--clr--white));
  font-size: 18px;
}

ul.header__navbar_social-icons a:hover {
  color: rgb(var(--clr--yellow));
}

/* ====== Hero ====== */
.hero-banner__media {
  width: 100%;
  height: 100%;
  /* height: calc(100vh - 150px); */
}

.hero-banner__media img,
.hero-banner__media video {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
}

.hero-banner__media > img {
  max-height: 700px;
}

.hero-banner__hero-button {
  font-weight: 700 !important;
  padding-block: 8px;
  margin-top: 20px;
}

.hero-banner__video-player {
  position: relative;
  height: 100%;
}

.hero-banner__video-sound {
  font-size: 24px;
  color: rgb(var(--clr--white));
  background-color: rgb(var(--clr--light--blue));
  width: 50px;
  height: 50px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 25px;
  right: 25px;
  z-index: 9;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

/* Sign the Petition */
.sign-the-petition__wrapper {
  display: flex;
}

.sign-the-petition__wrapper > * {
  width: calc(100% * .5);
}

.sign-the-petition__wrapper_content {
  background-color: rgb(var(--clr--shaded--gray));
  padding-left: calc(50vw - 650px);
  padding-right: 35px;
}

.sign-the-petition__wrapper_form {
  padding-right: calc(50vw - 650px);
  padding-left: 35px;
}

.sign-the-petition__wrapper_form {
  background: url("/wp-content/uploads/2026/06/now-they-re-after-your-fuel.jpg") no-repeat 50% 50% / cover;
  position: relative;
}

.sign-the-petition__wrapper_form > * {
  position: relative;
}

.sign-the-petition__wrapper_form:before {
  content: "";
  background-color: rgba(var(--clr--light--blue), .5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.sign-the-petition__wrapper_form_counter {
  color: rgb(var(--clr--white));
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 2.5rem;
}

.sign-the-petition__wrapper_form_counter--number {
  font-family: var(--fnt--nextrue);
  color: rgb(var(--clr--light--blue));
  font-size: 60px;
  min-width: 8ch;
  font-variant-numeric: tabular-nums;
  text-align: center;
  background-color: rgb(var(--clr--white));
  display: block;
  padding: 5px 25px;
  box-shadow: inset 0px 3px 6px rgba(var(--clr--black), 0.15);
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}

.sign-the-petition__wrapper_form_counter p {
  font-size: 32px;
  line-height: 1.1;
  text-wrap: balance;
}

.sign-the-petition__wrapper_form_header {
  color: rgb(var(--clr--white));
}

.sign-the-petition__wrapper_form_container {
  width: 100%;
  max-width: 450px;
  margin-top: 2.5rem;
}

.sign-the-petition__wrapper_form_container_signatures {
  color: rgb(var(--clr--white));
  font-size: 24px;
  font-weight: 400;
  margin: 25px 0 15px;
}

.sign-the-petition__wrapper_form_submit-button {
  color: rgb(var(--clr--light--blue)) !important;
  font-size: 21px;
  font-weight: 300;
  background-color: rgb(var(--clr--white)) !important;
  width: 100%;
  max-width: 260px;
  margin: 15px 0;
}

.sign-the-petition__wrapper_form_submit-button:hover {
  color: rgb(var(--clr--white)) !important;
  background-color: rgb(var(--clr--black)) !important;
}

.form-check-label {
  font-size: clamp(15px, 1vw, 23px);
  font-weight: 300;
  color: rgb(var(--clr--white));
  margin-top: 5px;
}

/* Activists are Targeting Fuel Tax Credits */
.targeting-fuel-tax {
  color: rgb(var(--clr--white));
  text-align: center;
  background-color: rgb(var(--clr--light--blue));
}

.targeting-fuel-tax__wrapper_heading {
  color: rgb(var(--clr--white)) !important;
}

.targeting-fuel-tax__wrapper_subheading {
  font-size: clamp(18px, 1.2vw, 32px);
  font-weight: 300;
}

.targeting-fuel-tax__wrapper_subheading--highlight {
  font-weight: 900;
  background-color: rgb(var(--clr--black));
  padding: 5px 10px;
  display: inline-block;
}

.targeting-fuel-tax__wrapper_badge {
  width: 100%;
  max-width: 320px;
  margin-top: 40px;
  animation: swinging 6s infinite;
  -webkit-animation: swinging 6s infinite;
  -moz-animation: swinging 6s infinite;
  -ms-animation: swinging 6s infinite;
  -o-animation: swinging 6s infinite;
}

@keyframes swinging {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg)
  }

  50% {
    transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
}

  100% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg)
  }
}

/* I Business Pay More */
.business-pay-more__wrapper {
  display: flex;
  gap: 6rem;
}

.business-pay-more__wrapper > * {
  width: calc(100% * .5);
}

.business-pay-more__wrapper_grid_icons_card {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  transform: translateY(30px);
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  animation: fadeUp 0.6s ease forwards;
  -webkit-animation: fadeUp 0.6s ease forwards;
  animation-delay: var(--delay);
}

.business-pay-more__wrapper_grid_icons_card--image {
  width: 120px;
}

.business-pay-more__wrapper_grid_icons_card--title {
  font-size: 17px;
  font-weight: 700;
}

.business-pay-more__wrapper_grid_icons_tell-them-button {
  width: fit-content;
  margin: 50px auto 0;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Real Stories */
.real-stories {
  background-color: rgb(var(--clr--shaded--gray));
}

.real-stories__wrapper {
  display: flex;
  gap: 4rem;
}

.real-stories__wrapper_content {
  width: calc(100% * .45);
  padding-left: calc(50vw - 650px);
}

.real-stories__wrapper_content_view-all-button {
  width: 100%;
  max-width: 320px;
  margin-top: 30px;
}

.real-stories__wrapper_content_button-group {
  display: flex;
  gap: 25px;
  margin-top: 30px;
}

.real-stories__wrapper_content_button-group--link {
  color: rgb(var(--clr--black));
  font-size: 16px;
  text-decoration: none;
  display: flex;
  align-items: flex-end;
  gap: 8px;
  position: relative;
}

.real-stories__wrapper_content_button-group--link:hover {
  color: rgb(var(--clr--light--blue));
}

.real-stories__wrapper_content_button-group--link:before {
  content: "";
  width: 2px;
  height: 20px;
  background-color: rgb(var(--clr--black));
  position: absolute;
  top: 50%;
  left: -12px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.real-stories__wrapper_content_button-group--link:first-child:before {
  display: none;
}

.real-stories__wrapper_content_button-group--icon {
  width: 23px;
  aspect-ratio: 1 / 1;
  object-fit: contain;
}

.real-stories__wrapper_carousel {
  width: calc(100% * .55);
}

.real-stories__wrapper_carousel img,
.real-stories__wrapper_carousel video {
  width: 100%;
  aspect-ratio: 9 / 16;
  object-fit: cover;
  display: block;
}

.real-stories__video-player {
  width: 100%;
  aspect-ratio: 9 / 16;
  object-fit: cover;
  background-color: rgb(var(--clr--black));
}

.real-stories__wrapper_carousel video {
  /* height: 100%;
  aspect-ratio: 9 / 16;
  object-fit: contain; */
  background-color: rgb(var(--clr--black));
}

.real-stories__wrapper_carousel_slider_card {
  position: relative;
  background-color: rgb(var(--clr--white));
}

.real-stories__wrapper_carousel_slider_card:has( .real-stories__video-player) {
  cursor: pointer;
}

.real-stories__wrapper_carousel_slider_card--type {
  font-size: 15px;
  color: rgb(var(--clr--black));
  text-transform: uppercase;
  background-color: rgb(var(--clr--white));
  padding: 4px 10px;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 9;
}

.real-stories__wrapper_carousel_slider_card--type:has(+ .real-stories__video-player) {
  color: rgb(var(--clr--white));
  background-color: rgb(var(--clr--light--blue));
}

.real-stories__video-play {
  color: rgb(var(--clr--white));
  font-size: 48px;
  opacity: .8;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.real-stories__wrapper_carousel_slider_card--name {
  color: rgb(var(--clr--white));
  width: 100%;
  background: rgb(var(--clr--black));
  background: -webkit-linear-gradient(180deg, rgba(var(--clr--black), 0) 0%, rgba(var(--clr--black), 1) 100%);
  background: -moz-linear-gradient(180deg, rgba(var(--clr--black), 0) 0%, rgba(var(--clr--black), 1) 100%);
  background: linear-gradient(180deg, rgba(var(--clr--black), 0) 0%, rgba(var(--clr--black), 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0);
  padding: 60px 15px 20px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.real-stories__wrapper_carousel_slider_card--name-title {
  font-size: 18px;
  margin: 0 0 3px 0;
}

.real-stories__wrapper_carousel_slider_card--organisation {
  font-size: 15px;
  line-height: 1;
}

.real-stories__wrapper_carousel_slider_card_story {
  padding: 20px;
}

.real-stories__wrapper_carousel_slider_card_story--title {
  font-size: 20px;
  margin-bottom: 15px;
}

.real-stories__wrapper_carousel_slider_card_story p {
  font-size: 17px;
  line-clamp: 4; 
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}

.real-stories__wrapper_carousel_slider_card_story--read-more-button {
  color: rgb(var(--clr--light--blue));
  font-size: 16px;
  padding-inline: 0 !important;
  margin-top: 25px;
  align-items: center;
  justify-content: flex-start;
}

.real-stories__wrapper_carousel_slider_card_story--read-more-button i {
  font-size: 15px;
}

.stories-video-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
}

.stories-video-modal.active {
  display: flex;
  justify-content: center;
  align-items: center;
}

.stories-video-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(var(--clr--black), .85);
}

.stories-video-modal__content {
  position: relative;
  width: min(90vw, 1200px);
  z-index: 2;
}

.stories-video-modal__video {
  width: 100%;
  display: block;
}

.stories-video-modal__close {
  position: absolute;
  top: -50px;
  right: 0;
  border: 0;
  background: none;
  color: rgb(var(--clr--white));
  font-size: 32px;
  cursor: pointer;
}

/* Comment Carousel */
.comment-carousel {
  background-color: rgb(var(--clr--shaded--blue));
}

.comment-carousel__slider_card {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 30px;
}

.comment-carousel__slider_card > * {
  max-width: 100%;
}

.comment-carousel__slider_card_content {
  flex-grow: 1;
}

.comment-carousel__slider_card_icon {
  width: 50px;
}

.comment-carousel__slider_card_content p {
  font-weight: 500;
  font-style: italic;
}

.comment-carousel__slider_card_author {
  min-width: 350px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.comment-carousel__slider_card_author-avatar {
  width: 80px;
}

.comment-carousel__slider .owl-dots {
  justify-content: center;
}

.comment-carousel__slider .owl-dots button.owl-dot {
  background-color: rgba(var(--clr--light--gray), .2);
}

.comment-carousel__slider .owl-dots button.owl-dot.active {
  background: rgb(var(--clr--light--blue));
}

/* Join the Fight */
.join-the-fight {
  background-color: rgb(var(--clr--shaded--gray));
}

.join-the-fight__wrapper {
  display: flex;
  align-items: stretch;
  gap: 3rem;
}

.join-the-fight__wrapper_image {
  width: calc(100% * .6);
  background: url("/wp-content/uploads/2026/06/join-the-fight-bg.png") no-repeat 50% 50% / cover;
}

.join-the-fight__wrapper_image img {
  width: 100%;
  height: 100%;
  max-height: 700px;
  object-fit: contain;
  padding: 15px;
}

.join-the-fight__wrapper_content {
  width: calc(100% * .4);
  padding-right: calc(50vw - 650px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.join-the-fight__wrapper_content_subheading {
  font-size: clamp(20px, 1.4vw, 32px);
  font-weight: 500;
}

.join-the-fight__wrapper_content_join-button {
  max-width: 250px;
  margin-top: 45px;
}

/* Share Your Story */
.are-you-impacted__wrapper {
  display: flex;
  gap: 4rem;
}

.are-you-impacted__wrapper > * {
  width: calc(100% * .5);
}

.are-you-impacted__wrapper_content_copy {
  margin-bottom: 4rem;
}

.are-you-impacted__wrapper_form_label {
  font-size: clamp(18px, 1.4vw, 28px);
  font-weight: 700;
  margin-bottom: 10px;
}

.are-you-impacted__wrapper_form_form-check {
  padding-left: 32px;
}

.are-you-impacted__wrapper_form_form-check-label {
  color: rgb(var(--clr--black));
}

.are-you-impacted__wrapper_form input,
.are-you-impacted__wrapper_form select,
.are-you-impacted__wrapper_form textarea {
  padding: 10px 20px;
  border: 1px solid rgb(var(--clr--black));
  box-shadow: inset 0px 3px 2px rgba(var(--clr--black), 0.15);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.are-you-impacted__wrapper_form input[type="checkbox"] {
  padding: 10px;
  margin-left: -32px;
}

.are-you-impacted__wrapper_form textarea {
  min-height: 270px;
  padding: 20px;
}

.are-you-impacted__wrapper_form_submit-button {
  max-width: 400px;
  margin-inline: auto;
}

.are-you-impacted__wrapper_form_submit_response {
  color: rgb(var(--clr--white));
  font-size: 18px;
  background: rgb(76, 175, 80);
  padding: 12px;
  margin-top: 25px;
}

/* FAQs */
.faq-section {
  background-color: rgb(var(--clr--light--blue));
}

.faq-section__wrapper_title {
  color: rgb(var(--clr--white)) !important;
}

.faq-section__wrapper_toggle_accordion-item {
  border-color: rgb(var(--clr--light--gray));
}

.faq-section__wrapper_toggle_accordion-button {
  color: rgb(var(--clr--light--blue)) !important;
  font-size: clamp(18px, 1.3vw, 28px);
  font-weight: 700;
  background-color: rgb(var(--clr--white)) !important;
  box-shadow: none !important;
}

.faq-section__wrapper_toggle_accordion-button.collapsed {
  color: rgb(var(--clr--black)) !important;
}

.faq-section__wrapper_toggle_accordion-button:focus {
  box-shadow: none;
}

.faq-section__wrapper_toggle_accordion-button::after {
  content: "\f13a";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 32px;
  line-height: 32px;
  color: rgb(var(--clr--light--blue));
  background: transparent !important;
  width: 32px;
  height: 32px;
  transition: transform 0.3s ease, opacity 0.3s ease;
  -webkit-transition: transform 0.3s ease, opacity 0.3s ease;
  -moz-transition: transform 0.3s ease, opacity 0.3s ease;
  -ms-transition: transform 0.3s ease, opacity 0.3s ease;
  -o-transition: transform 0.3s ease, opacity 0.3s ease;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}

.faq-section__wrapper_toggle_accordion-button:not(.collapsed)::after {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}

.faq-section__wrapper_toggle_accordion-header {
  margin: 0;
}

.faq-section__wrapper_toggle_accordion-body {
  padding-top: 0;
}

/* Logos */
.logo-grid__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 30px;
  row-gap: 40px;
}

.logo-grid__wrapper_card img {
  height: 65px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.logo-grid__wrapper:hover img {
  opacity: .3;
}

.logo-grid__wrapper_card:hover img {
  opacity: 1;
}

/* Join the Alliance */
.join-the-alliance {
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
}

.join-the-alliance__wrapper {
  text-align: center;
}

.join-the-alliance__wrapper p {
  text-wrap: balance;
}

.join-the-alliance__wrapper_join-button {
  max-width: 300px;
  margin: 45px auto 0;
}

/* Subscribe */
.stay-informed {
  background-color: rgb(var(--clr--shaded--gray));
}

.stay-informed__wrapper {
  display: flex;
  gap: 4rem;
}

.stay-informed__wrapper_content_title {
  text-wrap: balance;
}

.stay-informed__wrapper_content {
  width: calc(100% * .45);
}

.stay-informed__wrapper_form > .container {
  padding: 0;
}

.stay-informed__wrapper_form input,
.stay-informed__wrapper_form select,
.stay-informed__wrapper_form textarea {
  padding: 15px 20px;
  border: 1px solid rgb(var(--clr--black));
  box-shadow: inset 0px 3px 2px rgba(var(--clr--black), 0.15);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.stay-informed__wrapper_form input[type="checkbox"] {
  padding: 10px;
  margin-left: -32px;
}

.stay-informed__wrapper_form textarea {
  min-height: 270px;
  padding: 20px;
}

.stay-informed__wrapper_form_submit-button {
  max-width: 400px;
  margin-inline: auto;
}

.stay-informed__wrapper_form_form-check {
  padding-left: 32px;
}

.stay-informed__wrapper_form_form-label {
  color: rgb(var(--clr--black));
  margin-top: 5px;
  display: block;
}

.stay-informed__return-message {
  color: rgb(var(--clr--white));
  font-size: 18px;
  background: rgb(76, 175, 80);
  padding: 12px;
  margin-top: 25px;
}

/* Inner Page Header */
.inner-page-header {
  padding-top: 35px;
}

.inner-page-header__wrapper .titles {
  margin: 0;
}

/* Stories Archieve */
.stories-archieve__wrapper {
  justify-content: flex-start;
}

/* .stories-archieve__wrapper {
  column-count: 3;
  column-gap: 50px;
}

.stories-archieve__wrapper_card {
  break-inside: avoid;
  margin-bottom: 50px;
} */

.stories-archieve__wrapper img,
.stories-archieve__wrapper video {
  width: 100%;
  display: block;
}

.stories-archieve__wrapper video {
  aspect-ratio: 9 / 16;
  object-fit: contain;
  background-color: rgb(var(--clr--black));
}

.stories-archieve__wrapper_card {
  position: relative;
  background-color: rgb(var(--clr--white));
}

.stories-archieve__wrapper_card:has( .stories-archieve__video-player) {
  cursor: pointer;
}

.stories-archieve__wrapper_card--type {
  font-size: 15px;
  color: rgb(var(--clr--black));
  text-transform: uppercase;
  background-color: rgb(var(--clr--white));
  padding: 4px 10px;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 9;
}

.stories-archieve__wrapper_card--type:has(+ .stories-archieve__video-player) {
  color: rgb(var(--clr--white));
  background-color: rgb(var(--clr--light--blue));
}

.stories-archieve__video-play {
  color: rgb(var(--clr--white));
  font-size: 48px;
  opacity: .8;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.stories-archieve__wrapper_card--name {
  color: rgb(var(--clr--white));
  width: 100%;
  background: rgb(var(--clr--black));
  background: -webkit-linear-gradient(180deg, rgba(var(--clr--black), 0) 0%, rgba(var(--clr--black), 1) 100%);
  background: -moz-linear-gradient(180deg, rgba(var(--clr--black), 0) 0%, rgba(var(--clr--black), 1) 100%);
  background: linear-gradient(180deg, rgba(var(--clr--black), 0) 0%, rgba(var(--clr--black), 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0);
  padding: 60px 15px 20px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.stories-archieve__wrapper_card--name-title {
  font-size: 18px;
  margin: 0 0 3px 0;
}

.stories-archieve__wrapper_card--organisation {
  font-size: 15px;
  line-height: 1;
}

.stories-archieve__wrapper_card_story {
  padding: 20px;
}

.stories-archieve__wrapper_card_story--title {
  font-size: 20px;
  margin-bottom: 15px;
}

.stories-archieve__wrapper_card_story p {
  font-size: 18px;
  line-clamp: 4; 
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}

.stories-archieve__wrapper_card_story--read-more-button {
  color: rgb(var(--clr--light--blue));
  font-size: 16px;
  padding-inline: 0 !important;
  margin-top: 25px;
  align-items: center;
  justify-content: flex-start;
}

.stories-archieve__wrapper_card_story--read-more-button i {
  font-size: 15px;
}

/* Story Single Page */
.article-content__body {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.article-content__body h2,.article-content__body h3 {
  margin-top: 24px;
  margin-bottom: 0;
}

.article-content__body h4 {
  font-weight: 500;
  margin-top: 12px;
}

.article-content__image {
  margin-block:16px;
}

.article-content__image img {
  width: 100%;
  display: block;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

.article-content__video {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  margin-block:16px;
}

.article-content__video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

/* 404 */
.error-message {
  min-height: calc(100vh - 126px);
  display: flex;
  align-items: center;
}

.error-message__content {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.error-message__title {
  color: rgb(var(--clr--slate--blue));
  font-size: 160px;
  font-weight: 900;
  line-height: 1;
  margin: 0;
}

.error-message__back-button {
  font-weight: 700;
  max-width: fit-content;
  align-items: center;
  margin-top: 25px;
}

/* Password Protected */
.custom-pass-form {
  min-height: calc(100vh - 126px);
  display: flex;
  align-items: center;
}

.custom-pass-form__wrapper {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.custom-pass-form__wrapper .form-control {
  border: 1px solid rgb(var(--clr--black));
}

.custom-pass-form__wrapper .form-control:focus {
  border: 1px solid rgb(var(--clr--light--blue));
}

/* Footer */
.footer {
  background-color: rgb(var(--clr--black));
  padding-block: 20px;
}

.footer__wrapper {
  color: rgb(var(--clr--white));
  display: flex;
  justify-content: space-between;
  gap: 25px;
}

.footer__wrapper > * {
  max-width: calc(100% * .33);
}

.footer__wrapper p,
.footer__wrapper ul li {
  font-size: 16px;
}

.footer__wrapper ul {
  padding: 0;
  list-style: none;
}

.footer__wrapper a:hover {
  color: rgb(var(--clr--light--blue));
}

.footer__wrapper_copyright img {
  margin-top: 15px;
}

.footer__wrapper_disclaimer_nav,
.footer__wrapper_socials_nav {
  display: flex;
  flex-wrap: wrap;
}

.footer__wrapper_disclaimer_nav {
  gap: 10px;
}

.footer__wrapper_socials_nav {
  gap: 20px;
}

.footer__wrapper_socials_nav_icon {
  font-size: 18px;
  text-decoration: none;
  background-color: rgb(var(--clr--white));
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.footer__wrapper_socials_nav_icon i {
  color: rgb(var(--clr--black));
}

.footer__wrapper_socials_nav_icon:hover {
  background-color: rgb(var(--clr--light--blue));
}

.footer__wrapper_socials_nav_icon:hover i {
  color: rgb(var(--clr--white));
}