@charset "UTF-8";
/*!
Theme Name: twoten
Theme URI: http://underscores.me/
Author: TwoTen Studio
Author URI: https://twotenstudio.co.uk
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: twoten
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

twoten is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> 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

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background-color: #000;
}

body {
  font-size: 30px;
  overflow-x: hidden;
}

.video-bg a {
  position: absolute;
  bottom: 40px;
  left: 100px;
  cursor: pointer;
}

.bg-image {
  background-size: cover !important;
  background-position: bottom !important;
  background-repeat: no-repeat !important;
}

.red {
  color: #cc1921;
  margin: 0;
}

.g {
  display: grid;
  gap: 80px;
}
@media (max-width: 1000px) {
  .g {
    gap: 40px;
  }
}
@media (max-width: 820px) {
  .g {
    gap: 80px;
  }
}

.g-2 {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 768px) {
  .g-2 {
    grid-template-columns: 1fr;
  }
}

.g-3 {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 768px) {
  .g-3 {
    grid-template-columns: 1fr;
  }
}

.g-4 {
  grid-template-columns: repeat(4, 1fr);
}

.g-5 {
  grid-template-columns: repeat(5, 1fr);
}

.g-6 {
  grid-template-columns: repeat(6, 1fr);
}

.g-7 {
  grid-template-columns: repeat(7, 1fr);
}

.g-8 {
  grid-template-columns: repeat(8, 1fr);
}

.f {
  display: flex;
}

.c {
  flex-direction: column;
}

.r {
  flex-direction: row;
}

.jc-c {
  justify-content: center;
}

.jc-sb {
  justify-content: space-between;
}

.jc-sa {
  justify-content: space-around;
}

.jc-fe {
  justify-content: flex-end;
}

.jc-fs {
  justify-content: flex-start;
}

.ai-c {
  align-items: center;
}

.ai-fe {
  align-items: flex-end;
}

.ai-fs {
  align-items: flex-start;
}

.ac-c {
  align-content: center;
}

.ac-fe {
  align-content: flex-end;
}

.ac-fs {
  align-content: flex-start;
}

.ac-sb {
  align-content: space-between;
}

.ac-sa {
  align-content: space-around;
}

.as-c {
  align-self: center;
}

.as-fe {
  align-self: flex-end;
}

.as-fs {
  align-self: flex-start;
}

.as-sb {
  align-self: space-between;
}

.as-sa {
  align-self: space-around;
}

.as-stretch {
  align-self: stretch;
}

.w-100 {
  width: 100%;
}

.w-50 {
  width: 50%;
}

.w-33 {
  width: 33%;
}

.w-25 {
  width: 25%;
}

.w-20 {
  width: 20%;
}

.w-10 {
  width: 10%;
}

.w-5 {
  width: 5%;
}

.w-1 {
  width: 1%;
}

.h-100 {
  height: 100%;
}

.h-50 {
  height: 50%;
}

.h-33 {
  height: 33%;
}

.h-25 {
  height: 25%;
}

.h-20 {
  height: 20%;
}

.h-10 {
  height: 10%;
}

.h-5 {
  height: 5%;
}

.h-1 {
  height: 1%;
}

.mw-100 {
  max-width: 100%;
}

.mw-50 {
  max-width: 50%;
}

.mw-33 {
  max-width: 33%;
}

.mw-25 {
  max-width: 25%;
}

.mw-20 {
  max-width: 20%;
}

.mw-10 {
  max-width: 10%;
}

.mw-5 {
  max-width: 5%;
}

.mw-1 {
  max-width: 1%;
}

.f-50 {
  flex: 0 50%;
}

.pl-0 {
  padding-left: 0;
}

.pl-1 {
  padding-left: 1rem;
}

.pl-2 {
  padding-left: 2rem;
}

.pl-3 {
  padding-left: 3rem;
}

.pl-4 {
  padding-left: 4rem;
}

.pr-0 {
  padding-right: 0;
}

.pr-1 {
  padding-right: 1rem;
}

.pr-2 {
  padding-right: 2rem;
}

.pr-3 {
  padding-right: 3rem;
}

.pr-4 {
  padding-right: 4rem;
}

.pt-0 {
  padding-top: 0;
}

.pt-1 {
  padding-top: 20px;
}

.pt-2 {
  padding-top: 40px;
}

.pt-3 {
  padding-top: 60px;
}

.pt-4 {
  padding-top: 80px;
}

.pt-5 {
  padding-top: 120px;
}

.pt-6 {
  padding-top: 180px;
}

.pt-7 {
  padding-top: 240px;
}

.pb-0 {
  padding-bottom: 0;
}

.pb-1 {
  padding-bottom: 20px;
}

.pb-2 {
  padding-bottom: 40px;
}

.pb-3 {
  padding-bottom: 60px;
}

.pb-4 {
  padding-bottom: 80px;
}

.pb-5 {
  padding-bottom: 120px;
}

.pb-6 {
  padding-bottom: 180px;
}

.pb-7 {
  padding-bottom: 240px;
}

.p-0 {
  padding: 0;
}

.p-1 {
  padding: 20px;
}

.p-2 {
  padding: 40px;
}

.p-3 {
  padding: 60px;
}

.p-4 {
  padding: 80px;
}

.p-5 {
  padding: 120px;
}

.p-6 {
  padding: 180px;
}

.p-7 {
  padding: 240px;
}

.m-0 {
  margin: 0;
}

.m-1 {
  margin: 1rem;
}

.m-2 {
  margin: 2rem;
}

.m-3 {
  margin: 3rem;
}

.m-4 {
  margin: 4rem;
}

.ml-0 {
  margin-left: 0;
}

.ml-1 {
  margin-left: 1rem;
}

.ml-2 {
  margin-left: 2rem;
}

.ml-3 {
  margin-left: 3rem;
}

.ml-4 {
  margin-left: 4rem;
}

.ml-5 {
  margin-left: 5rem;
}

.ml-6 {
  margin-left: 6rem;
}

.mr-0 {
  margin-right: 0;
}

.mr-1 {
  margin-right: 1rem;
}

.mr-2 {
  margin-right: 2rem;
}

.mr-3 {
  margin-right: 3rem;
}

.mr-4 {
  margin-right: 4rem;
}

.pt-l {
  padding-top: 100px;
}

.pb-l {
  padding-bottom: 100px;
}

.mt-0 {
  margin-top: 0;
}

.mt-1 {
  margin-top: 1rem;
}

.mt-2 {
  margin-top: 2rem;
}

.mt-3 {
  margin-top: 3rem;
}

.mt-4 {
  margin-top: 4rem;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-1 {
  margin-bottom: 1rem;
}

.mb-2 {
  margin-bottom: 2rem;
}

.mb-3 {
  margin-bottom: 3rem;
}

.mb-4 {
  margin-bottom: 4rem;
}

.container {
  max-width: 1600px !important;
  width: 100%;
  margin: 0 auto;
  padding: 0px 60px !important;
}
@media (max-width: 767px) {
  .container {
    padding: 0 30px !important;
  }
}
.container.f.reverse {
  flex-direction: row-reverse;
}

@media (min-width: 820.1px) {
  .mobile-only {
    display: none;
  }
}
@media (max-width: 820px) {
  .desktop-only {
    display: none;
  }
}
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 999; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgba(38, 45, 68, 0.7); /* Black w/ opacity */
}
@media (max-width: 767px) {
  .modal {
    margin: 0;
    width: 100%;
    height: 100%;
    background-color: #262d44;
  }
}

/* Modal Content/Box */
.modal-content {
  background-color: #262d44;
  margin: 7% auto;
  width: 80%;
  color: #ffffff;
  padding: 30px;
  max-width: 800px;
  box-shadow: 80px 80px 150px rgba(0, 0, 0, 0.8);
  z-index: 999;
}
@media (max-width: 767px) {
  .modal-content {
    margin: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    box-shadow: none;
  }
}
.modal-content .modal-inner {
  padding: 30px;
  font-family: "Albra Grotesk";
}
.modal-content .modal-inner p {
  font-size: 0.8rem;
}
.modal-content .modal-inner .editor {
  margin-bottom: 80px;
}
.modal-content .modal-inner .two-col p {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.modal-content .modal-inner .wpcf7-acceptance {
  font-size: 0.6rem !important;
}
@media (max-width: 767px) {
  .modal-content {
    padding: 0px;
  }
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .close {
    padding: 30px;
  }
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #000000;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "Albra Grotesk";
}
h1.medium,
h2.medium,
h3.medium,
h4.medium,
h5.medium,
h6.medium {
  font-weight: 500;
}
h1.light,
h2.light,
h3.light,
h4.light,
h5.light,
h6.light {
  font-weight: 300;
}

h1 {
  font-size: 1.64rem;
  line-height: 2rem;
  font-weight: 300;
}
h1.serif {
  font-family: "Albra Sans";
  font-size: 72px;
  margin-bottom: 80px;
  line-height: 72px;
}
@media (max-width: 767px) {
  h1.serif {
    font-size: 60px;
    margin-bottom: 40px;
  }
}

h1.title {
  font-size: 240px;
  line-height: 180px;
  margin-bottom: 300px !important;
  padding-top: 200px;
  font-family: "Albra Sans";
}
h1.title.no-margins {
  margin-bottom: 0px !important;
  padding-top: 0px;
  font-size: 160px;
}
@media (max-width: 1250px) {
  h1.title {
    font-size: 200px;
  }
  h1.title.no-margins {
    font-size: 140px;
    line-height: 140px;
  }
}
@media (max-width: 1100px) {
  h1.title {
    font-size: 180px;
  }
  h1.title.no-margins {
    font-size: 120px;
    line-height: 120px;
  }
}
@media (max-width: 960px) {
  h1.title {
    font-size: 160px;
  }
  h1.title.no-margins {
    font-size: 100px;
    line-height: 100px;
  }
}
@media (max-width: 870px) {
  h1.title {
    font-size: 140px;
  }
  h1.title.no-margins {
    font-size: 80px;
    line-height: 80px;
  }
}
@media (max-width: 780px) {
  h1.title {
    font-size: 120px;
  }
  h1.title.no-margins {
    font-size: 60px;
    line-height: 60px;
  }
}
@media (max-width: 680px) {
  h1.title {
    font-size: 100px;
    padding-top: 80px;
    margin-bottom: 150px !important;
  }
  h1.title.no-margins {
    font-size: 40px;
    margin-bottom: 0px !important;
    padding-top: 0px;
    line-height: 40px;
  }
}
@media (max-width: 620px) {
  h1.title {
    font-size: 60px;
  }
  h1.title.no-margins {
    font-size: 40px;
    line-height: 40px;
  }
}

h2 {
  font-size: 2rem;
  line-height: 2.4rem;
  font-family: "Albra Grotesk";
  font-weight: 100;
}
@media (max-width: 767px) {
  h2 {
    font-size: 1.4rem;
    line-height: 1.7rem;
  }
}

h3 {
  font-size: 0.64rem;
  line-height: 0.64rem;
}

h4 {
  font-size: 0.43rem;
  line-height: 0.43rem;
}

h6 {
  margin: 0;
  padding: 0;
  font-weight: 100;
}

p,
ul,
li {
  font-size: 1rem;
  font-weight: 100;
}

p.caption {
  text-transform: uppercase;
  font-size: 0.43rem;
  margin-top: 6px;
  font-family: "Albra Grotesk";
  font-weight: 500;
  letter-spacing: 1px;
}

article ul {
  padding-top: 40px;
}
@media (max-width: 767px) {
  article ul {
    padding-top: 20px;
    padding-left: 20px;
  }
}
article ul li {
  font-family: "Albra Grotesk";
  padding-bottom: 20px;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 0 20px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #0075ff;
  text-decoration: none;
}
a:visited {
  color: #0075ff;
  text-decoration: none;
}
a:hover, a:focus, a:active {
  opacity: 0.8;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
.btn-group a {
  opacity: 1;
}

.btn {
  cursor: pointer;
  font-family: "Albra Grotesk";
  font-size: 0.6rem;
  background: #0075ff;
  color: #ffffff;
  font-weight: 100;
  padding: 10px 40px 8px 40px !important;
  border-radius: 30px;
  border: 1px solid #0075ff;
  transition: 0.3s;
}
.btn:visited {
  color: #ffffff;
}
.btn:hover {
  background: #ffffff;
  color: #0075ff;
}
.btn.download-btn {
  background: transparent;
  border: 1px solid #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 10px 26px 8px 26px !important;
}
.btn.download-btn:hover {
  background: #0075ff;
  border: 1px solid #0075ff;
  color: #ffffff;
}
.btn.download-btn:hover svg,
.btn.download-btn:hover path,
.btn.download-btn:hover g {
  stroke: #ffffff;
}
.btn.btn-social {
  background: transparent;
  border: 1px solid #ffffff;
  height: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 10px 30px 8px 30px !important;
}
.btn.btn-social:hover {
  background: #0075ff;
  border: 1px solid #0075ff;
  color: #ffffff;
}
.btn.btn-white {
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #000000;
}
.btn.btn-white:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.btn.btn-white.btn-blue-hover:hover {
  background-color: #0075ff;
  color: #ffffff;
  border: 1px solid #0075ff;
  opacity: 1;
}
.btn.btn-blue:hover {
  color: #000000;
  border: 1px solid #ffffff;
  opacity: 1;
}
.btn.btn-blue.btn-black-hover:hover {
  background-color: #000000;
  color: #ffffff;
  opacity: 1;
}
.btn.btn-black {
  background-color: #000000;
  color: #ffffff;
  border: 1px solid #ffffff;
}

.footMenuBtn {
  cursor: pointer;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  padding: 10px;
  font-size: 0.8rem;
  width: 100%;
  border-radius: 0px;
  border: none;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=url]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=range]::-moz-placeholder, input[type=date]::-moz-placeholder, input[type=month]::-moz-placeholder, input[type=week]::-moz-placeholder, input[type=time]::-moz-placeholder, input[type=datetime]::-moz-placeholder, input[type=datetime-local]::-moz-placeholder, input[type=color]::-moz-placeholder, textarea::-moz-placeholder {
  font-size: 0.6rem;
  opacity: 0.5;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=url]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=number]::placeholder,
input[type=tel]::placeholder,
input[type=range]::placeholder,
input[type=date]::placeholder,
input[type=month]::placeholder,
input[type=week]::placeholder,
input[type=time]::placeholder,
input[type=datetime]::placeholder,
input[type=datetime-local]::placeholder,
input[type=color]::placeholder,
textarea::placeholder {
  font-size: 0.6rem;
  opacity: 0.5;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

.wpcf7-not-valid-tip {
  color: #ffffff;
  font-size: 0.6rem;
  margin-top: 9px;
  font-weight: 100;
  font-family: "Albra Text";
  position: absolute;
}

.wpcf7-list-item {
  padding: 0px;
  margin: 0px;
}
.wpcf7-list-item label {
  display: flex;
  flex-direction: row;
  gap: 30px;
  justify-content: flex-start;
  align-items: flex-start;
}

.wpcf7-list-item-label {
  font-family: "Albra Grotesk";
  font-size: 0.6rem;
  line-height: 0.8rem;
  display: block;
}

input[type=checkbox] {
  margin-top: 3px;
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  /* Remove most all native input styles */
  -moz-appearance: none;
       appearance: none;
  /* For iOS < 15 */
  margin: 0;
  font: inherit;
  color: #ffffff;
  width: 26px;
  height: 26px;
  border: 1px solid #ffffff;
  border-radius: 0px;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
}

input[type=checkbox]::before {
  content: "";
  width: 26px;
  height: 26px;
  -webkit-clip-path: polygon(16% 64%, 30% 83%, 86% 21%, 84% 13%, 30% 68%, 16% 48%);
          clip-path: polygon(16% 64%, 30% 83%, 86% 21%, 84% 13%, 30% 68%, 16% 48%);
  transform: scale(0);
  transform-origin: bottom left;
  transition: 120ms transform ease-in-out;
  background-color: #ffffff;
}

input[type=checkbox]:checked::before {
  transform: scale(1);
}

input[type=checkbox]:disabled {
  --form-control-color: var(--form-control-disabled);
  color: var(--form-control-disabled);
  cursor: not-allowed;
}

input.wpcf7-submit {
  border: 1px solid #ffffff;
  background: transparent;
  font-size: 0.6rem;
  width: 100%;
  padding: 15px 0px 14px 0px;
  color: #ffffff;
  font-weight: 300;
  border-radius: 30px;
  transition: 0.3s;
}
input.wpcf7-submit:hover {
  background: #0075ff;
  border: 1px solid #0075ff;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.narrow-editor {
  max-width: 40%;
}
@media (max-width: 768px) {
  .narrow-editor {
    max-width: 60%;
  }
}
@media (max-width: 520px) {
  .narrow-editor {
    max-width: 100%;
  }
}
.narrow-editor p {
  font-size: 0.8rem;
  line-height: 1.1rem;
  font-family: "Albra Grotesk";
}
.narrow-editor p:first-child {
  margin-top: 0px;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          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: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  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
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

footer {
  background-color: #000000;
  color: #ffffff;
  padding: 80px 0;
  position: relative;
}
footer .container {
  gap: 40px;
}
@media (max-width: 1300px) {
  footer .container {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  footer .container {
    flex-direction: column-reverse;
  }
}
footer .container .footer-right {
  gap: 40px;
  flex: 0 0 33%;
  justify-content: flex-end;
}
@media (max-width: 1300px) {
  footer .container .footer-right {
    flex: 0 0 50%;
  }
}
@media (max-width: 768px) {
  footer .container .footer-right {
    flex-direction: column;
  }
}
footer .container .footer-right .footer-menus-container {
  width: 100%;
  gap: 40px;
}
footer .container .footer-right .footer-menus-container .footer-menu {
  width: 100%;
}
footer .container .footer-right .footer-menus-container .footer-menu ul {
  color: #ffffff;
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .container .footer-right .footer-menus-container .footer-menu ul li {
  color: #ffffff;
  list-style: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 20px 0;
  width: 100%;
}
footer .container .footer-right .footer-menus-container .footer-menu ul li:first-child {
  padding: 0 0 20px 0;
}
footer .container .footer-right .footer-menus-container .footer-menu ul li a {
  color: #ffffff;
  font-family: "Albra Grotesk";
  font-size: 0.8rem;
}
footer .container .narrow-text {
  max-width: 50%;
  padding-top: 80px;
}
footer .container .footer-left {
  flex: 0 0 66%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1300px) {
  footer .container .footer-left {
    flex: 0 0 50%;
  }
}
footer .container .footer-left .footer-logos {
  display: flex;
  flex-direction: row;
  gap: 40px;
}
@media (max-width: 1300px) {
  footer .container .footer-left .footer-logos {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0 40px;
  }
}
footer .container .footer-left .footer-logos a {
  height: 100%;
}
footer .container .footer-logo-mobile {
  display: none;
}
@media (max-width: 768px) {
  footer .container .footer-logo-mobile {
    display: block;
  }
}
footer .container .footer-logo-desktop {
  display: block;
}
@media (max-width: 768px) {
  footer .container .footer-logo-desktop {
    display: none;
  }
}
footer .main-footer-container {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 60px !important;
}
footer .footer-disclaimer-email {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 60px !important;
}
@media (max-width: 768px) {
  footer .footer-disclaimer-email {
    flex-direction: column;
  }
}
footer .footer-disclaimer-email p {
  font-family: "Albra Grotesk";
  font-size: 0.6rem;
  margin: 0;
}
footer .footer-disclaimer-email p a {
  color: #ffffff;
  text-decoration: underline;
}
footer .footer-disclaimer-email .footer-disclaimer {
  opacity: 0.3;
}

.site-branding {
  position: fixed;
  top: 58px;
  z-index: 999;
  mix-blend-mode: difference;
}

.mobile-only-menu {
  display: none;
}

.signatories-media-number:hover .signatories-media-number-container {
  opacity: 0;
}

.features-media-number:hover .features-media-number-container {
  opacity: 0;
}

.features-media-number-container,
.signatories-media-number-container {
  position: absolute;
  font-size: 0.4rem;
  color: #fff;
  top: -6px;
  right: 0;
  padding: 0px 10px 0px 10px;
  display: flex;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 30px;
}
.features-media-number-container span,
.signatories-media-number-container span {
  position: relative;
  top: 1px;
}

@media (max-width: 1295px) {
  .desktop-only-menu {
    display: none !important;
  }
  .features-media-number-container,
  .signatories-media-number-container {
    display: none;
  }
  .mobile-only-menu {
    display: flex !important;
    position: fixed;
    z-index: 999;
    width: 100vw;
    padding: 25px 0;
    font-family: "Albra Grotesk";
    mix-blend-mode: none;
    background: rgba(221, 221, 221, 0.1);
    -webkit-backdrop-filter: blur(50px);
            backdrop-filter: blur(50px);
  }
  .mobile-only-menu.remove-blur {
    mix-blend-mode: normal;
    background: black;
    -webkit-backdrop-filter: blur(0px);
            backdrop-filter: blur(0px);
  }
  .mobile-only-menu .container.mobile-header {
    display: flex !important;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0px 30px;
    position: relative;
    z-index: 99;
    font-family: "Albra Grotesk";
  }
  .mobile-only-menu .container.mobile-header .site-branding-mobile {
    margin-top: 10px;
  }
}
@media (max-width: 1295px) and (max-width: 620px) {
  .mobile-only-menu .container.mobile-header .site-branding-mobile {
    flex: 0 0 50%;
  }
}
@media (max-width: 1295px) {
  .mobile-only-menu .container.mobile-header .sign-up-btn {
    border: 1px solid #ffffff;
    border-radius: 30px;
    padding: 5px 30px;
    color: #fff;
    font-weight: 300;
    margin-left: 30px;
    list-style: none;
    font-family: "Albra Grotesk";
    font-size: 0.8rem;
    opacity: 1;
    background-color: transparent;
  }
  .mobile-only-menu .container.mobile-header .sign-up-btn:hover {
    color: #ffffff;
    background-color: #0075ff;
    border: 1px solid transparent;
  }
  .mobile-only-menu .container.mobile-header .sign-up-btn a {
    opacity: 1;
  }
}
@media (max-width: 1295px) and (max-width: 768px) {
  .mobile-only-menu .container.mobile-header .sign-up-btn {
    margin-left: 0px;
  }
}
#masthead {
  padding: 12px 0px;
  position: fixed;
  z-index: 98;
  font-family: "Albra Grotesk";
  width: 56%;
  border-radius: 60px;
  mix-blend-mode: difference;
  background: rgba(221, 221, 221, 0.1);
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  border-radius: 60px;
  top: 25px;
  max-width: 1000px;
}
#masthead.safari {
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
  mix-blend-mode: normal;
  background: rgba(0, 0, 0, 0.3);
}
#masthead.safari:hover {
  mix-blend-mode: none;
  background: rgba(0, 0, 0, 0.3);
}
@media (max-width: 1400px) {
  #masthead {
    width: 60%;
  }
}
#masthead:hover {
  mix-blend-mode: normal;
  background: rgba(0, 0, 0, 0.2);
}
#masthead .main-navigation {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
#masthead .main-navigation .menu-primary-container {
  padding: 6px 21px 6px 40px;
  border-radius: 60px;
  width: 100%;
}
#masthead .main-navigation #header-menu {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
#masthead .main-navigation #header-menu li {
  list-style: none;
  border-radius: 30px;
  padding: 12px 20px 8px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
}
#masthead .main-navigation #header-menu li.sign-up-btn {
  padding: 12px 40px 8px 40px;
}
#masthead .main-navigation #header-menu li:hover {
  color: #ffffff;
  background-color: #0075ff;
  border: 1px solid transparent;
}
#masthead .main-navigation #header-menu li a {
  font-size: 0.7rem;
  color: #fff !important;
  text-align: center;
}
#masthead .main-navigation #header-menu li a:hover {
  color: #ffffff !important;
  opacity: 1;
}
#masthead .custom-logo {
  margin-bottom: -9px;
}
#masthead .sign-up-btn {
  border: 1px solid #ffffff;
  border-radius: 30px;
  padding: 0px 20px;
  color: #fff;
  font-weight: 300;
  margin-left: 30px;
  list-style: none;
}
@media (max-width: 768px) {
  #masthead .sign-up-btn {
    margin-left: 0px;
    background-color: transparent;
  }
}

@media (min-width: 1099px) {
  .mobile-header {
    display: none !important;
  }
}
@media (max-width: 1100px) {
  .desktop-header {
    display: none !important;
  }
  #masthead {
    padding: 0;
    -webkit-backdrop-filter: blur(1000px) grayscale(0.5) opacity(0.9);
            backdrop-filter: blur(1000px) grayscale(0.5) opacity(0.9);
    padding: 20px 0px;
  }
  #masthead .container.mobile-header {
    display: flex !important;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0px 30px;
    position: relative;
    z-index: 99;
  }
  #masthead .container.mobile-header .site-branding {
    flex: 0 0 50%;
  }
}
@media (max-width: 1100px) and (max-width: 620px) {
  #masthead .container.mobile-header .site-branding {
    flex: 0 0 50%;
  }
}
.hamburger {
  padding: 0px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  height: 30px;
  margin-top: 3px;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #ffffff;
}

.hamburger-box {
  width: 30px;
  height: 30px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 35px;
  height: 2px;
  background-color: #ffffff;
  border-radius: 0px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -14px;
}

.hamburger-inner::after {
  bottom: -14px;
}

.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear;
}

.hamburger--spring .hamburger-inner::before {
  top: 12px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring .hamburger-inner::after {
  top: 24px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important;
}

.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

.overlay {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0, 0, 0);
  overflow-y: hidden;
  transition: 0.5s;
  z-index: 98;
}
.overlay.menu-open {
  height: 100vh;
}

.overlay-content {
  position: relative;
  top: 15%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.overlay a:hover,
.overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

@media screen and (max-height: 450px) {
  .overlay {
    overflow-y: auto;
  }
  .overlay a {
    font-size: 20px;
  }
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}
#mobileMenu ul#header-menu {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  list-style: none;
}
#mobileMenu ul#header-menu li {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 25px;
  transition: 0.3s;
}
#mobileMenu ul#header-menu li:hover {
  background-color: #0075ff;
}
#mobileMenu ul#header-menu li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
#mobileMenu ul#header-menu li a {
  color: #ffffff;
  font-size: 1rem;
}
#mobileMenu ul#header-menu .sign-up-btn {
  display: none;
  margin-left: 0;
  margin-top: 60px;
  max-width: 300px;
  border: 1px solid #ffffff;
  border-radius: 60px;
  padding: 5px 30px;
  color: #fff;
  font-weight: 300;
  margin-left: 30px;
  list-style: none;
  font-family: "Albra Grotesk";
  font-size: 0.8rem;
  opacity: 1;
  background-color: transparent;
}
#mobileMenu ul#header-menu .sign-up-btn:hover {
  color: #ffffff;
  background-color: #0075ff;
  border: 1px solid transparent;
}
#mobileMenu ul#header-menu .sign-up-btn a {
  opacity: 1;
}
@media (max-width: 768px) {
  #mobileMenu ul#header-menu .sign-up-btn {
    margin-left: 0px;
  }
}
#mobileMenu ul#footer-menu {
  padding: 0;
  margin: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
#mobileMenu ul#footer-menu li {
  width: 100%;
  padding: 25px;
}
#mobileMenu ul#footer-menu li:last-child {
  padding: 0 25px 25px 25px;
}
#mobileMenu ul#footer-menu li:nth-last-child(2) {
  padding: 25px 25px 0px 25px;
}
#mobileMenu ul#footer-menu li a {
  color: #ffffff;
  font-size: 1rem;
}

@media (max-width: 1100px) {
  .desktop-header {
    display: none !important;
  }
  #masthead {
    padding: 0;
    -webkit-backdrop-filter: blur(1000px) grayscale(0.5) opacity(0.9);
            backdrop-filter: blur(1000px) grayscale(0.5) opacity(0.9);
    padding: 20px 0px;
  }
  #masthead .container.mobile-header {
    display: flex !important;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0px 30px;
    position: relative;
    z-index: 99;
  }
  #masthead .container.mobile-header .site-branding {
    flex: 0 0 50%;
  }
}
@media (max-width: 1100px) and (max-width: 620px) {
  #masthead .container.mobile-header .site-branding {
    flex: 0 0 50%;
  }
}
.hero-header {
  height: 830px;
}
@media (max-width: 768px) {
  .hero-header {
    max-height: 630px;
  }
}
@media (max-width: 520px) {
  .hero-header {
    max-height: 500px;
  }
  .hero-header.large-heading {
    max-height: 400px;
  }
  .hero-header.large-heading .background-video {
    max-height: 400px;
  }
  .hero-header.large-heading .content {
    height: 400px;
  }
}
.hero-header .background-video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  pointer-events: none; /* Allows right click menu on the video */
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  max-height: 830px;
}
@media (max-width: 768px) {
  .hero-header .background-video {
    max-height: 630px;
  }
}
@media (max-width: 520px) {
  .hero-header .background-video {
    max-height: 500px;
  }
}
.hero-header .content {
  position: relative;
  color: #fff;
  color: #ffffff;
  height: 830px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: flex-start;
  font-weight: 300;
}
@media (max-width: 768px) {
  .hero-header .content {
    margin-right: 0%;
    height: 600px;
  }
}
@media (max-width: 520px) {
  .hero-header .content {
    max-height: 500px;
  }
}
.hero-header .content .container h1 {
  mix-blend-mode: difference;
}
.hero-header .content .container h1.title.clamp {
  font-size: clamp(4.3rem, 18vw, 11.8rem);
  line-height: clamp(4.5rem, 19vw, 11.8rem);
}
.hero-header .content .narrow-text {
  max-width: 50%;
  margin-left: 50%;
}
@media (max-width: 768px) {
  .hero-header .content .narrow-text {
    max-width: 100%;
    margin-left: 0%;
  }
}
.hero-header .home-vid-text {
  margin-right: 25%;
}
@media (max-width: 768px) {
  .hero-header .home-vid-text {
    margin-right: 0%;
  }
}
.hero-header .home-vid-text h1::before {
  content: "“";
  position: absolute;
  transform: translate(-18px, -1px);
  font-family: "Albra Grotesk";
}
.hero-header .home-vid-text h1::after {
  content: "”";
  position: absolute;
  transform: translate(0px, -1px);
  font-family: "Albra Grotesk";
}
.hero-header .home-vid-text p.quote-name {
  margin-bottom: 60px;
  mix-blend-mode: difference;
  font-size: 22px;
  font-family: "Albra Text";
}
@media (max-width: 767px) {
  .hero-header .home-vid-text p.quote-name {
    font-size: 12px;
  }
}

.page-10-point-plan .hero-header .content .container h1.title.clamp {
  font-size: clamp(3.3rem, 16.2vw, 9.8rem);
  line-height: clamp(4.5rem, 16vw, 11.8rem);
  white-space: nowrap;
  margin-bottom: 60px !important;
}
@media (max-width: 400px) {
  .page-10-point-plan .hero-header .content .container h1.title.clamp {
    font-size: clamp(3.3rem, 15.8vw, 8.8rem);
    line-height: clamp(4.5rem, 16vw, 11.8rem);
    margin-bottom: 40px !important;
  }
}

.page-take-action .hero-header .content .container h1.title.clamp {
  font-size: clamp(3.3rem, 17.7vw, 10.8rem);
  line-height: clamp(4.5rem, 16vw, 11.8rem);
  white-space: nowrap;
  margin-bottom: 60px !important;
}
@media (max-width: 400px) {
  .page-take-action .hero-header .content .container h1.title.clamp {
    font-size: clamp(3.3rem, 16.7vw, 10.8rem);
    line-height: clamp(4.5rem, 16vw, 11.8rem);
    margin-bottom: 40px !important;
  }
}

#heroVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}

@media (max-width: 620px) {
  .page-home h1 {
    font-size: 1.3rem;
    line-height: 1.6rem;
  }
  .page-home h1:before {
    transform: translate(-12px, -1px) !important;
  }
}
.sticky-text {
  background-color: #daf6ff;
  padding-bottom: 80px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.sticky-text article h2 {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .sticky-text article h2 {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .sticky-text article h1.title {
    padding-top: 60px;
    height: auto;
    margin-bottom: 20px !important;
    font-size: clamp(10rem, 10vw, 4.8rem);
    line-height: clamp(10rem, 10vw, 4.8rem);
  }
}
.sticky-text .category,
.sticky-text .title,
.sticky-text .footer {
  position: sticky;
  height: 50px;
  text-align: center;
  margin-bottom: 0 !important;
  top: 25% !important;
}
@media (max-width: 767px) {
  .sticky-text .category,
  .sticky-text .title,
  .sticky-text .footer {
    position: relative;
  }
}
.sticky-text .category {
  top: 0;
}
.sticky-text .title {
  top: 25% !important;
  margin: 0;
}
.sticky-text p {
  margin: 10px;
}
@media (max-width: 768px) {
  .sticky-text p {
    margin: 10px 0;
  }
}
.sticky-text .emptyBlocks {
  background-color: #ccc;
  height: 200px;
  margin: 40px auto;
}
@media (max-height: 946px) {
  .sticky-text .tallScreenText {
    display: none;
  }
}
.sticky-text .sticky-text-editors {
  padding-top: 240px;
  margin-top: 240px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 20px;
  font-family: "Albra Grotesk";
  font-weight: 100 !important;
}
@media (max-width: 767px) {
  .sticky-text .sticky-text-editors {
    margin-top: 0;
    padding-top: 0;
    grid-template-columns: 1fr;
    row-gap: 0px;
  }
  .sticky-text .sticky-text-editors .remove-on-mobile {
    display: none;
  }
}

.sticky-text-two-col {
  background-color: #262d44;
  padding-bottom: 80px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  color: #ffffff;
  padding-top: 40px;
}
.sticky-text-two-col .category,
.sticky-text-two-col .title,
.sticky-text-two-col .footer {
  position: sticky;
  height: 50px;
  text-align: center;
  margin-bottom: 0 !important;
  top: 25% !important;
}
@media (max-width: 767px) {
  .sticky-text-two-col .category,
  .sticky-text-two-col .title,
  .sticky-text-two-col .footer {
    position: relative;
  }
}
@media (max-width: 768px) {
  .sticky-text-two-col h1.title {
    padding-top: 0;
    height: auto;
    margin-bottom: 40px !important;
    font-size: clamp(3.8rem, 4vw, 4.8rem);
    line-height: clamp(3.8rem, 4vw, 4.8rem);
    overflow: hidden;
  }
}
.sticky-text-two-col .category {
  top: 0;
}
.sticky-text-two-col .title {
  top: 0;
  margin: 0;
}
.sticky-text-two-col .emptyBlocks {
  background-color: #ccc;
  height: 200px;
  margin: 40px auto;
}
@media (max-height: 946px) {
  .sticky-text-two-col .tallScreenText {
    display: none;
  }
}
.sticky-text-two-col .sticky-text-editors {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 40px;
}
@media (max-width: 768px) {
  .sticky-text-two-col .sticky-text-editors {
    grid-template-columns: 1fr;
    row-gap: 0px;
  }
  .sticky-text-two-col .sticky-text-editors .remove-on-mobile {
    display: none;
  }
}
.sticky-text-two-col h2 {
  margin-top: 0px;
  margin-bottom: 120px;
}
@media (max-width: 768px) {
  .sticky-text-two-col h2 {
    margin-bottom: 0;
  }
}
.sticky-text-two-col .columns {
  position: relative;
  z-index: 9;
  padding-top: 60px;
}
@media (max-width: 768px) {
  .sticky-text-two-col .columns {
    padding-top: 0;
    gap: 40px;
  }
}
.sticky-text-two-col .columns .col p {
  margin: 0;
}
.sticky-text-two-col .columns.margin-top {
  padding-top: 240px;
  margin-top: 240px;
}
@media (max-width: 768px) {
  .sticky-text-two-col .columns.margin-top {
    margin-top: 0;
    padding-top: 0;
  }
}
.sticky-text-two-col .image-container {
  overflow-x: hidden;
}
.sticky-text-two-col .image-container img {
  transform: scale(1.2);
}
@media (max-width: 768px) {
  .sticky-text-two-col .image-container {
    margin-top: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .sticky-text-two-col .col-swap {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 40px;
  }
  .sticky-text-two-col .text-editor-last p:last-child {
    margin-bottom: 0;
  }
}

.two-column-two-image {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  z-index: 2;
  background-color: #ffffff;
}
.two-column-two-image .container h1 {
  margin-bottom: 120px;
}
@media (max-width: 768px) {
  .two-column-two-image .container h1 {
    margin-bottom: 20px;
    margin-top: 0;
  }
}
.two-column-two-image .container .col .image-container:last-child {
  width: 100%;
  top: 780px;
  left: 300px;
  position: absolute;
}
@media (max-width: 1400px) {
  .two-column-two-image .container .col .image-container:last-child {
    left: 200px;
  }
}
@media (max-width: 1300px) {
  .two-column-two-image .container .col .image-container:last-child {
    left: 160px;
  }
}
@media (max-width: 1240px) {
  .two-column-two-image .container .col .image-container:last-child {
    position: relative;
    left: unset;
    top: unset;
    margin-top: 20px;
  }
}
.two-column-two-image .container .col .image-container .internal-img-container {
  overflow: hidden;
  max-width: 400px;
  max-height: 380px;
}
.two-column-two-image .container .col .image-container .internal-img-container img {
  width: 400px;
  height: 380px;
  transition: 0.3s;
  -o-object-fit: cover;
     object-fit: cover;
}
.two-column-two-image .container .col .image-container.first-image {
  position: absolute;
  left: 0px;
}
@media (max-width: 1240px) {
  .two-column-two-image .container .col .image-container.first-image {
    position: relative;
    left: unset;
    top: unset;
  }
}
.two-column-two-image .container .col p.caption {
  text-transform: uppercase;
  font-size: 0.43rem;
  margin-top: 6px;
  font-family: "Albra Grotesk";
  font-weight: 500;
  letter-spacing: 1px;
  position: absolute;
  top: 16px;
  left: 16px;
  color: #fff;
  padding: 0;
}
.two-column-two-image .container .col p.caption.caption-bottom {
  top: auto;
  bottom: 16px;
  left: 16px;
  font-size: 0.33rem;
  margin: 0;
}
@media (max-width: 768px) {
  .two-column-two-image .container {
    display: flex;
    flex-direction: column-reverse;
  }
  .two-column-two-image .container .col:first-child {
    display: grid;
    grid-template-columns: 1fr;
  }
  .two-column-two-image .container .col:first-child .image-container {
    max-width: 100%;
  }
  .two-column-two-image .container .col:first-child .image-container .internal-img-container {
    min-width: 100%;
    max-width: 100%;
  }
  .two-column-two-image .container .col:first-child .image-container .internal-img-container img {
    min-width: 100%;
    max-width: 100%;
  }
  .two-column-two-image .container .col:first-child .image-container .internal-img-container:last-child {
    margin-top: 60px;
  }
  .two-column-two-image .container .col:first-child .image-container .internal-img-container.first-image .caption {
    margin-left: 30px;
  }
}
@media (max-width: 768px) {
  .two-column-two-image .container {
    gap: 20px;
  }
}
.two-column-two-image .extra-height {
  margin-bottom: 276px;
}
@media (max-width: 768px) {
  .two-column-two-image .extra-height {
    margin-bottom: 0;
  }
}

.three-btn-cta {
  border-top: 2px solid rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 2;
  background-color: #ffffff;
}
@media (max-width: 620px) {
  .three-btn-cta {
    padding: 40px 0;
  }
}
@media (max-width: 1000px) {
  .three-btn-cta .container {
    flex-direction: column;
  }
}
.three-btn-cta .container h6 {
  margin-bottom: 40px;
  min-width: 200px;
}
@media (max-width: 620px) {
  .three-btn-cta .container h6 {
    margin-bottom: 20px;
  }
}
.three-btn-cta .container .repeater {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 600px) {
  .three-btn-cta .container .repeater {
    grid-template-columns: 1fr;
  }
}
.three-btn-cta .container .btn-group {
  gap: 40px;
  flex: 0 0 75%;
  grid-template-columns: 1fr 1fr 1fr !important;
}
@media (max-width: 600px) {
  .three-btn-cta .container .btn-group {
    gap: 20px !important;
    grid-template-columns: 1fr 1fr 1fr !important;
  }
  .three-btn-cta .container .btn-group .btn.btn-blue {
    padding: 10px 20px 10px 20px !important;
  }
}

.three-btn-cta-modules .custom-linkedin-share-button {
  display: inline-block;
  border: 1px solid #0077b5;
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
  color: #0077b5;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease;
}
.three-btn-cta-modules .custom-linkedin-share-button:hover {
  background-color: #0077b5;
  color: #fff;
}
.three-btn-cta-modules .share-buttons {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
@media (max-width: 600px) {
  .three-btn-cta-modules .share-buttons {
    grid-template-columns: 1fr;
  }
}
.three-btn-cta-modules div#copy-success {
  font-size: 0.6rem;
  font-family: "Albra Grotesk";
  font-weight: 100;
  position: relative;
  transition: opacity 1s;
}
.three-btn-cta-modules .suggested-text {
  font-size: 0.8rem;
  font-weight: 100;
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.06);
}
.three-btn-cta-modules .suggested-text h6 {
  text-transform: uppercase;
  opacity: 0.5;
  margin-bottom: 16px;
}
.three-btn-cta-modules .suggested-text p {
  padding: 0px;
  margin: 0px;
  font-family: "Albra Grotesk";
  font-family: 100;
  font-size: 0.8rem;
}
.three-btn-cta-modules #downloadModal .repeater {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 600px) {
  .three-btn-cta-modules #downloadModal .repeater {
    grid-template-columns: 1fr;
  }
}

#my_centered_buttons .a2a_svg {
  display: none !important;
}

.background-video-youtube {
  height: 660px;
}
.background-video-youtube.no-height {
  height: 0;
}
@media (max-width: 768px) {
  .background-video-youtube {
    height: 400px;
  }
}
@media (max-width: 620px) {
  .background-video-youtube {
    height: 260px;
  }
}
.background-video-youtube .video-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  overflow: hidden;
  max-height: 660px;
  height: 100%;
}
.background-video-youtube .background-video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.background-video-youtube .play-icon {
  position: absolute;
  font-size: 5rem;
  color: white;
  cursor: pointer;
  z-index: 1;
}
@media (max-width: 620px) {
  .background-video-youtube .play-icon svg {
    width: 50px;
    height: 50px;
  }
}
.background-video-youtube .modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(38, 45, 68, 0.7); /* Black w/ opacity */
  z-index: 1000;
}
.background-video-youtube .modal-content {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
  padding: 20px;
  border-radius: 4px;
  width: 90%; /* Set modal width */
  max-width: 1000px; /* Set a maximum width for the modal */
  background: transparent;
  box-shadow: none;
  z-index: 1001;
}
@media (max-width: 620px) {
  .background-video-youtube .modal-content {
    transform: translate(-50%, -10%);
    width: 100%;
  }
}
.background-video-youtube .video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.background-video-youtube .youtube-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.background-video-youtube .close {
  float: right;
  font-size: 1.5rem;
  cursor: pointer;
}

.background-video-text {
  height: 660px;
}
@media (max-width: 768px) {
  .background-video-text {
    height: 400px;
  }
}
@media (max-width: 620px) {
  .background-video-text {
    height: 260px;
  }
}

.video-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  overflow: hidden;
  max-height: 660px;
  height: 100%;
}

.background-video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.text-swipe-container {
  position: absolute;
  color: white;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.text-swipe-container .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  max-width: 100% !important;
}
.text-swipe-container .container h2 {
  font-size: 46px;
}
@media (max-width: 768px) {
  .text-swipe-container .container h2 {
    font-size: 26px;
  }
}
.text-swipe-container .container .text-swipe-1 {
  height: 100%;
  display: flex;
  align-items: center;
}
.text-swipe-container .container .text-swipe-2 {
  height: 100%;
  display: flex;
  align-items: center;
}
.text-swipe-container .container .text-swipe-3 {
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .text-swipe-container .container h2 {
    font-size: 1.2rem;
  }
}
@media (max-width: 500px) {
  .text-swipe-container .container h2 {
    font-size: 1.2rem;
  }
}
.text-swipe-container .modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000;
}
.text-swipe-container .modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  border-radius: 4px;
  width: 90%; /* Set modal width */
  max-width: 800px; /* Set a maximum width for the modal */
}
.text-swipe-container .video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.text-swipe-container .youtube-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.text-swipe-container .close {
  float: right;
  font-size: 1.5rem;
  cursor: pointer;
}

.two-col-one-img {
  background: #daf6ff;
  padding-top: 80px;
  padding-bottom: 60px;
}
.two-col-one-img.navy-blue {
  color: #ffffff;
  background: #262d44;
}
@media (max-width: 768px) {
  .two-col-one-img .container {
    flex-direction: column;
    gap: 40px;
  }
  .two-col-one-img .container.reverse {
    flex-direction: column;
  }
}
.two-col-one-img .container .col {
  flex: 0 0 50%;
}
.two-col-one-img .container .col.img-col {
  overflow: hidden;
}
@media (max-width: 768px) {
  .two-col-one-img .container .col {
    flex: 0 0 100%;
  }
}
.two-col-one-img .container .col:last-child {
  padding: 80px;
}
@media (max-width: 768px) {
  .two-col-one-img .container .col:last-child {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .two-col-one-img .container .col:last-child {
    padding: 0px;
  }
}
.two-col-one-img .container .col:last-child p {
  padding-top: 0;
  margin-top: 0px;
}
.two-col-one-img .container .col:last-child p::before {
  content: "“";
  position: absolute;
  transform: translate(-10px, -1px);
  font-family: "Albra Text" !important;
}
.two-col-one-img .container .col:last-child p::after {
  content: "”";
  position: absolute;
  transform: translate(0px, -1px);
  font-family: "Albra Text" !important;
}
.two-col-one-img .container .col img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

.three-offset-text-boxes {
  background-color: #daf6ff;
  padding: 40px 0px;
}
.three-offset-text-boxes .container div {
  max-width: 50%;
}
@media (max-width: 1300px) {
  .three-offset-text-boxes .container div {
    max-width: 50%;
  }
}
@media (max-width: 1200px) {
  .three-offset-text-boxes .container div {
    max-width: 60%;
  }
}
@media (max-width: 767px) {
  .three-offset-text-boxes .container div {
    max-width: 100%;
  }
}
.numbered-list {
  padding: 80px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
}
.numbered-list.remove-bottom-border {
  border-bottom: none;
}
.numbered-list .container .list-section-title {
  flex: 0 0 40%;
}
.numbered-list .container .list-section-title p {
  position: sticky;
  top: 190px;
}
@media (max-width: 820px) {
  .numbered-list .container .list-section-title {
    flex: 0 0 30%;
  }
}
.numbered-list .container .list-section-title p {
  margin-top: 0px;
}
.numbered-list .container .repeater-list .list-number {
  padding-left: 80px;
  display: flex;
  flex-direction: column;
  row-gap: 80px;
}
@media (max-width: 620px) {
  .numbered-list .container .repeater-list .list-number {
    padding-left: 0;
    row-gap: 0;
  }
}
.numbered-list .container .repeater-list .list-number p {
  margin-top: 0;
  font-size: 0.8rem;
  line-height: 1.1rem;
  font-family: "Albra Grotesk";
}
.numbered-list .container .repeater-list .list-number p:last-child {
  margin-bottom: 0;
}
.numbered-list .container .repeater-list .list-number .big-number {
  font-size: 64px;
  font-family: "Albra Sans";
  line-height: 80px;
  flex: 0 0 20%;
}
@media (max-width: 820px) {
  .numbered-list .container .repeater-list .list-number .big-number {
    font-size: 50px;
    line-height: 50px;
  }
}
@media (max-width: 620px) {
  .numbered-list .container .repeater-list .list-number .big-number {
    font-size: 35px;
    line-height: 35px;
  }
}
.numbered-list .container .repeater-list .list-number .f {
  margin-bottom: 40px;
}
.numbered-list .container .repeater-list .list-number .f:last-child {
  margin-bottom: 0;
}
@media (max-width: 620px) {
  .numbered-list .container .outer-column {
    flex-direction: column;
  }
}
.numbered-list:last-of-type {
  border-bottom: none;
}

.downloads {
  background-color: #262d44;
  color: #ffffff;
  padding-bottom: 120px;
}
.downloads .container h1.title {
  text-align: center;
  margin-bottom: 120px !important;
  margin-top: 0;
}
@media (max-width: 520px) {
  .downloads .container h1.title {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    padding: 0 !important;
  }
}
.downloads .container .narrow-editor {
  max-width: 40%;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .downloads .container .narrow-editor {
    max-width: 60%;
  }
}
@media (max-width: 520px) {
  .downloads .container .narrow-editor {
    max-width: 100%;
  }
}
.downloads .container .narrow-editor p {
  font-size: 0.8rem;
  line-height: 1.1rem;
  font-family: "Albra Grotesk";
}
.downloads .container .narrow-editor p:first-child {
  margin-top: 0px;
}
.downloads .container .repeater {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px 60px;
}
@media (max-width: 920px) {
  .downloads .container .repeater {
    gap: 20px 20px;
  }
}
@media (max-width: 768px) {
  .downloads .container .repeater {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 520px) {
  .downloads .container .repeater {
    grid-template-columns: 1fr;
  }
}

.single-tab {
  background-color: #daf6ff;
}
.single-tab .tab-content {
  margin: 0 auto;
  padding: 0 80px;
  padding-bottom: 80px;
}
@media (max-width: 1100px) {
  .single-tab .tab-content {
    padding: 0;
  }
}
@media (max-width: 960px) {
  .single-tab .tab-content {
    flex-direction: column;
  }
}
.single-tab .tab-content .text-area {
  padding: 80px 40px 80px 80px;
}
@media (max-width: 960px) {
  .single-tab .tab-content .text-area {
    padding: 40px 0;
  }
}
.single-tab .tab-content .text-area h2 {
  font-size: 1rem;
  font-weight: 400;
  margin: 0;
  line-height: 1.4rem;
  font-family: "Albra Grotesk";
}
.single-tab .tab-content .text-area h5 {
  font-weight: 300;
  margin-top: 0;
  font-size: 1rem;
}
.single-tab .tab-content .text-area p {
  margin-bottom: 0.8rem;
}
.single-tab .tab-content .text-area p::before {
  content: "“";
  position: absolute;
  transform: translate(-10px, -1px);
  font-family: "Albra Text" !important;
}
.single-tab .tab-content .text-area p::after {
  content: "”";
  position: absolute;
  transform: translate(0px, -1px);
  font-family: "Albra Text" !important;
}
.single-tab .tab-content .col:first-child {
  flex: 0 0 40%;
}
@media (max-width: 1100px) {
  .single-tab .tab-content .col:first-child {
    flex: 0 0 50%;
  }
}
@media (max-width: 960px) {
  .single-tab .tab-content .col:first-child {
    flex: 0 0 100%;
  }
}
.single-tab .tab-content .col:first-child img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-tab .reverse {
  flex-direction: row-reverse;
}
@media (max-width: 960px) {
  .single-tab .reverse {
    flex-direction: column;
  }
}
.single-tab .reverse .text-area {
  padding: 80px 80px 80px 40px;
}
@media (max-width: 960px) {
  .single-tab .reverse .text-area {
    padding: 40px 0;
  }
}
.single-tab .tab-title {
  height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
}
@media (max-width: 960px) {
  .single-tab .tab-title {
    height: 100px;
  }
}
.single-tab .tab-title h1 {
  font-size: 1.2rem;
}
.single-tab .tab-content-container {
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important;
}
.single-tab .img-col {
  overflow: hidden;
}
.single-tab .img-col img {
  transition: 0.3s;
}

.single-tab.open .tab-content-container {
  max-height: 1000px !important;
}

a.no-opacity:hover {
  opacity: 1 !important;
}

#toggle-all-tabs {
  background-color: #0075ff;
  color: #ffffff;
  width: 100%;
  font-family: "Albra Grotesk";
  font-weight: 100;
  font-size: 0.8rem;
  height: 120px;
  border: none;
  cursor: pointer;
}
@media (max-width: 960px) {
  #toggle-all-tabs {
    height: 100px;
  }
}
#toggle-all-tabs:hover {
  background-color: #000000;
}

.three-col-cards {
  background-color: #262d44;
  color: #ffffff;
  padding: 120px 0;
}
@media (max-width: 520px) {
  .three-col-cards {
    padding: 60px 0;
  }
}
.three-col-cards .container p {
  font-family: "Albra Text";
  font-size: 1rem;
}
.three-col-cards .container .cards-repeater {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  grid-auto-rows: 1fr;
}
@media (max-width: 768px) {
  .three-col-cards .container .cards-repeater {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 520px) {
  .three-col-cards .container .cards-repeater {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.three-col-cards .container .cards-repeater .card {
  background-color: #ffffff;
  color: #000000;
  font-size: 0.8rem;
  font-family: "Albra Grotesk";
  padding: 20px;
  border-radius: 15px;
  font-weight: 100;
  padding: 30px;
}
@media (max-width: 520px) {
  .three-col-cards .container .cards-repeater .card {
    padding: 25px;
  }
}
.three-col-cards .container .narrow-editor {
  max-width: 33%;
}
@media (max-width: 767px) {
  .three-col-cards .container .narrow-editor {
    max-width: 100%;
  }
}

.single-btn-cta {
  background-color: #262d44;
  border-top: 1px solid rgba(255, 255, 255, 0.3) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3) !important;
  padding: 60px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.single-btn-cta button#signModalBtn {
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.signatories-header {
  background: #ffffff;
}
.signatories-header.sticky-btns {
  position: sticky;
  top: 0px;
  z-index: 50;
  padding-top: 120px;
}
.signatories-header .container .btn-group {
  margin-top: 20px;
  gap: 40px;
  margin-bottom: 20px;
}
.signatories-header .container .btn-group .btn {
  width: 200px;
}
.signatories-header .container p {
  font-family: "Albra Text";
  font-size: 1rem;
  margin: 0px;
}
.signatories-header .container h1.title {
  margin: 0 !important;
  padding: 0 !important;
}
.signatories-header .container.empty-col :first-child {
  flex: 0 0 33%;
}
.signatories-header .container.empty-col .large-number-content {
  display: flex;
  gap: 40px;
  padding-bottom: 80px;
  padding-top: 120px;
}
@media (max-width: 767px) {
  .signatories-header .container.empty-col .large-number-content {
    flex-direction: column;
  }
  .signatories-header .container.empty-col .large-number-content .standout-number h1 {
    line-height: 0;
  }
}
@media (max-width: 767px) {
  .signatories-header .container.empty-col {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .signatories-header .btn-group a {
    display: none;
  }
}

.signatories {
  padding: 80px 0;
}
@media (max-width: 767px) {
  .signatories .container {
    flex-direction: column;
  }
}
.signatories .container p {
  font-family: "Albra Text";
  font-size: 1rem;
  margin: 0px;
}
.signatories .container h1.title {
  margin: 0 !important;
  padding: 0 !important;
}
.signatories .container.title-col .col:first-child {
  flex: 0 0 33%;
}
@media (max-width: 767px) {
  .signatories .container.title-col .col:first-child {
    margin-bottom: 40px;
  }
}
.signatories .container.title-col .large-number-content {
  display: flex;
  gap: 40px;
}
.signatories .container .name {
  font-weight: bold;
}
.signatories .container .sig-row {
  border-bottom: 1px solid #000000;
  padding-bottom: 20px;
  padding-top: 20px;
}
.signatories .container .sig-row:first-child {
  padding-top: 0px;
}
.signatories .container .sig-row:last-child {
  border: none;
}
.signatories .container .sig-row p {
  font-family: "Albra Grotesk";
  font-size: 0.8rem;
}
.signatories .container .footMenuBtn {
  cursor: pointer;
}
.signatories .container .sticky-sig-title {
  position: sticky;
  top: 280px;
}

.three-col-special-cta {
  background: #262d44;
  color: #ffffff;
  padding-bottom: 120px;
}
.three-col-special-cta .container p {
  font-family: "Albra Grotesk";
}
.three-col-special-cta .container .suggested-text {
  font-size: 0.8rem;
  font-weight: 100;
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.06);
}
.three-col-special-cta .container .suggested-text h6 {
  text-transform: uppercase;
  opacity: 0.5;
  margin-bottom: 16px;
}
.three-col-special-cta .container .suggested-text p {
  padding: 0px;
  margin: 0px;
  font-family: "Albra Grotesk";
  font-family: 100;
  font-size: 0.8rem;
}
.three-col-special-cta .container .three-col-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
}
@media (max-width: 1200px) {
  .three-col-special-cta .container .three-col-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 0;
  }
}
.three-col-special-cta .container .three-col-grid h1.serif {
  font-size: 56px;
  line-height: 56px;
  margin-bottom: 60px;
  margin-top: 60px;
}
.three-col-special-cta .container .three-col-grid .sign-col .editor,
.three-col-special-cta .container .three-col-grid .sign-col .wpcf7 {
  padding-right: 40px;
}
@media (max-width: 1200px) {
  .three-col-special-cta .container .three-col-grid .sign-col .editor,
  .three-col-special-cta .container .three-col-grid .sign-col .wpcf7 {
    padding: 0;
    padding-right: 0px;
  }
}
.three-col-special-cta .container .three-col-grid .sign-col .editor .org-field,
.three-col-special-cta .container .three-col-grid .sign-col .wpcf7 .org-field {
  margin-bottom: 40px;
}
@media (max-width: 500px) {
  .three-col-special-cta .container .three-col-grid .sign-col .editor .org-field,
  .three-col-special-cta .container .three-col-grid .sign-col .wpcf7 .org-field {
    margin-bottom: 20px;
  }
}
.three-col-special-cta .container .three-col-grid .sign-col .editor .wpcf7-list-item-label,
.three-col-special-cta .container .three-col-grid .sign-col .wpcf7 .wpcf7-list-item-label {
  margin-top: 7px;
}
.three-col-special-cta .container .three-col-grid .download-col .repeater {
  gap: 20px;
  display: grid;
}
.three-col-special-cta .container .three-col-grid .download-col h1 {
  padding: 0 40px;
}
@media (max-width: 1200px) {
  .three-col-special-cta .container .three-col-grid .download-col h1 {
    padding: 0;
  }
}
.three-col-special-cta .container .three-col-grid .download-col .inner-for-border {
  padding: 0 40px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
@media (max-width: 1200px) {
  .three-col-special-cta .container .three-col-grid .download-col .inner-for-border {
    padding: 0;
    border-left: none;
    border-right: none;
  }
  .three-col-special-cta .container .three-col-grid .download-col .inner-for-border .repeater {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}
.three-col-special-cta .container .three-col-grid .share-col {
  padding-left: 40px;
}
.three-col-special-cta .container .three-col-grid .share-col .share-buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.three-col-special-cta .container .three-col-grid .share-col .share-buttons span {
  display: none;
}
@media (max-width: 1200px) {
  .three-col-special-cta .container .three-col-grid .share-col {
    padding: 0;
    border-left: none;
    border-right: none;
  }
}
.three-col-special-cta .container .three-col-grid p {
  font-size: 0.8rem;
}

.testimonial-background {
  background-size: cover;
  height: 480px;
  color: #ffffff;
}
.testimonial-background .container .testimonial-content {
  max-width: 50%;
}
@media (max-width: 767px) {
  .testimonial-background .container .testimonial-content {
    max-width: 100%;
  }
}

.standard-text .container .inner-container {
  max-width: 760px;
  margin: 0 auto;
}
.standard-text .container .inner-container p {
  font-family: "Albra Grotesk";
  font-weight: 100;
  font-size: 0.8rem;
}
.standard-text .container .inner-container h1,
.standard-text .container .inner-container h2,
.standard-text .container .inner-container h3,
.standard-text .container .inner-container h4 {
  font-family: "Albra Text";
  font-size: 1rem;
  margin-bottom: -12px;
  margin-top: 60px;
}

.basic-header {
  height: 440px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.basic-header .container h1 {
  padding-top: 60px;
  font-family: "Albra Sans";
  font-size: 70px;
}

.scrolling-tabs {
  background-color: #daf6ff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important;
}
.scrolling-tabs .tab-title-container {
  position: sticky;
  z-index: 1; /* this makes sure tab-title-container is always on top */
  background-color: #daf6ff;
}
.scrolling-tabs .tab-title-container#count0 {
  top: 20px;
  z-index: 9;
}
.scrolling-tabs .tab-title-container#count0 .tab-title {
  padding-top: 80px;
}
.scrolling-tabs .tab-title-container#count1 {
  top: 150px;
  z-index: 10;
}
.scrolling-tabs .tab-title-container#count2 {
  top: 200px;
}
.scrolling-tabs .tab-title-container#count3 {
  top: 250px;
}
.scrolling-tabs .tab-title-container#count4 {
  top: 300px;
}
.scrolling-tabs .tab-content {
  margin: 0 auto;
  padding: 0 80px;
  margin-top: 60px;
  padding-bottom: 80px;
  background-color: #daf6ff;
}
@media (max-width: 1100px) {
  .scrolling-tabs .tab-content {
    padding: 0;
  }
}
@media (max-width: 960px) {
  .scrolling-tabs .tab-content {
    flex-direction: column;
  }
}
.scrolling-tabs .tab-content .text-area {
  padding: 80px 40px 80px 80px;
}
@media (max-width: 960px) {
  .scrolling-tabs .tab-content .text-area {
    padding: 40px 0;
  }
}
.scrolling-tabs .tab-content .text-area h2 {
  font-size: 1rem;
  font-weight: 400;
  margin: 0;
  line-height: 1.4rem;
  font-family: "Albra Grotesk";
}
.scrolling-tabs .tab-content .text-area h5 {
  font-weight: 300;
  margin-top: 0;
  font-size: 1rem;
}
.scrolling-tabs .tab-content .text-area p {
  margin-bottom: 0.8rem;
}
.scrolling-tabs .tab-content .text-area p::before {
  content: "“";
  position: absolute;
  transform: translate(-10px, -1px);
  font-family: "Albra Text" !important;
}
.scrolling-tabs .tab-content .text-area p::after {
  content: "”";
  position: absolute;
  transform: translate(0px, -1px);
  font-family: "Albra Text" !important;
}
.scrolling-tabs .tab-content .col:first-child {
  flex: 0 0 40%;
}
@media (max-width: 1100px) {
  .scrolling-tabs .tab-content .col:first-child {
    flex: 0 0 50%;
  }
}
@media (max-width: 960px) {
  .scrolling-tabs .tab-content .col:first-child {
    flex: 0 0 100%;
  }
}
.scrolling-tabs .tab-content .col:first-child img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.scrolling-tabs .reverse {
  flex-direction: row-reverse;
}
@media (max-width: 960px) {
  .scrolling-tabs .reverse {
    flex-direction: column;
  }
}
.scrolling-tabs .reverse .text-area {
  padding: 80px 80px 80px 40px;
}
@media (max-width: 960px) {
  .scrolling-tabs .reverse .text-area {
    padding: 40px 0;
  }
}
.scrolling-tabs .tab-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
}
.scrolling-tabs .tab-title h1 {
  margin: 0;
  padding: 0;
}
@media (max-width: 960px) {
  .scrolling-tabs .tab-title {
    height: 100px;
  }
}
.scrolling-tabs .tab-title h1 {
  font-size: 1.2rem;
}
.scrolling-tabs .tab-content-container {
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 60px;
}

.single-tab.open .tab-content-container {
  max-height: 1000px !important;
}

a.no-opacity:hover {
  opacity: 1 !important;
}

#toggle-all-tabs {
  background-color: #0075ff;
  color: #ffffff;
  width: 100%;
  font-family: "Albra Grotesk";
  font-weight: 100;
  font-size: 0.8rem;
  height: 120px;
  border: none;
  cursor: pointer;
}
@media (max-width: 960px) {
  #toggle-all-tabs {
    height: 100px;
  }
}
#toggle-all-tabs:hover {
  background-color: #000000;
}

.archive {
  background-color: #daf6ff;
}
.archive .sticky {
  position: sticky;
  top: 120px;
  z-index: 1;
  margin-top: 0;
  padding-top: 80px;
  margin-bottom: 60px !important;
  font-size: clamp(3.8rem, 10vw, 11.8rem) !important;
  line-height: clamp(3.8rem, 10vw, 11.8rem) !important;
  transition: opacity 0.3s ease;
}
@media (max-width: 620px) {
  .archive .sticky {
    position: relative;
    top: 25px;
  }
}
.archive .sticky.scrolling {
  opacity: 0.2;
}
.archive .sticky h1.title {
  font-size: 240px;
  line-height: 240px;
  margin-bottom: 0px !important;
  padding-top: 140px;
  font-family: "Albra Sans";
  margin-top: 0;
}
@media (max-width: 1250px) {
  .archive .sticky h1.title {
    font-size: 200px;
  }
}
@media (max-width: 1100px) {
  .archive .sticky h1.title {
    font-size: 180px;
    line-height: 180px;
  }
}
@media (max-width: 960px) {
  .archive .sticky h1.title {
    font-size: 160px;
    line-height: 160px;
  }
}
@media (max-width: 870px) {
  .archive .sticky h1.title {
    font-size: 140px;
    line-height: 140px;
  }
}
@media (max-width: 780px) {
  .archive .sticky h1.title {
    font-size: 120px;
    line-height: 120px;
  }
}
@media (max-width: 680px) {
  .archive .sticky h1.title {
    font-size: 100px;
    padding-top: 0px;
    line-height: 100px;
  }
}
@media (max-width: 620px) {
  .archive .sticky h1.title {
    font-size: 60px;
    line-height: 60px;
  }
}
.archive .sticky h1.title span {
  margin-left: 30%;
  margin-top: 30px;
}
.archive .pagination {
  padding: 20px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  text-align: center;
  font-family: "Albra Grotesk";
  font-size: 0.8rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 12px;
  font-weight: 100;
}
.archive .pagination .page-numbers {
  font-family: "Albra Grotesk";
  height: 45px;
  width: 45px;
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  color: black;
}
.archive .pagination .current {
  background-color: #000000;
  color: #ffffff;
}
.archive .pagination.pagination-top {
  margin-bottom: 60px;
}
.archive .news-posts-container {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  gap: 120px;
  margin-bottom: 120px;
}
@media (max-width: 1000px) {
  .archive .news-posts-container {
    gap: 80px;
  }
}
@media (max-width: 620px) {
  .archive .news-posts-container {
    gap: 20px;
  }
}
.archive .news-posts-container .news-loop-link {
  color: #000000;
}
.archive .news-posts-container .news-loop-link:hover {
  opacity: 1;
}
.archive .news-posts-container .news-loop-link:nth-child(even) .news-loop {
  margin-right: 41.69%;
}
@media (max-width: 1000px) {
  .archive .news-posts-container .news-loop-link:nth-child(even) .news-loop {
    margin-right: 20%;
  }
}
@media (max-width: 620px) {
  .archive .news-posts-container .news-loop-link:nth-child(even) .news-loop {
    margin-right: 0%;
  }
}
.archive .news-posts-container .news-loop-link:nth-child(odd) .news-loop {
  margin-left: 41.69%;
}
@media (max-width: 1000px) {
  .archive .news-posts-container .news-loop-link:nth-child(odd) .news-loop {
    margin-left: 20%;
  }
}
@media (max-width: 620px) {
  .archive .news-posts-container .news-loop-link:nth-child(odd) .news-loop {
    margin-left: 0%;
  }
}
.archive .news-posts-container .news-loop-link:first-child .news-loop {
  margin-left: 16.66%;
}
@media (max-width: 1000px) {
  .archive .news-posts-container .news-loop-link:first-child .news-loop {
    margin-left: 0;
  }
}
.archive .news-posts-container .news-loop-link:first-child .news-loop .loop-text {
  flex: 0 0 33%;
}
.archive .news-posts-container .news-loop-link:first-child .news-loop .loop-image {
  position: relative;
}
.archive .news-posts-container .news-loop-link:first-child .news-loop .loop-image img {
  flex: 0 0 66%;
  width: 100%;
}
.archive .news-posts-container .news-loop-link .news-loop {
  display: flex;
  flex-direction: row;
  gap: 40px;
}
@media (max-width: 620px) {
  .archive .news-posts-container .news-loop-link .news-loop {
    flex-direction: column;
  }
}
.archive .news-posts-container .news-loop-link .news-loop .loop-image {
  position: relative;
  flex: 0 0 60%;
  background: linear-gradient(0deg, rgba(215, 245, 255, 0.3), rgba(215, 245, 255, 0.3)), linear-gradient(0deg, #daf6ff, #daf6ff);
  background-blend-mode: normal, color, normal;
}
.archive .news-posts-container .news-loop-link .news-loop .loop-image img {
  max-height: 480px;
  flex: 0 0 66%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.2;
  transition: opacity 0.3s ease-in-out;
}
.archive .news-posts-container .news-loop-link .news-loop .loop-image img::after {
  background-color: #4230a3;
  content: url("");
  display: block;
  width: 100%;
  height: 100%;
  background: #daf6ff;
  position: absolute;
  top: 0;
  left: 0;
}
.archive .news-posts-container .news-loop-link .news-loop .loop-image img:hover {
  opacity: 1;
}
.archive .news-posts-container .news-loop-link .news-loop h1 {
  font-size: 0.8rem;
  line-height: 1rem;
  margin: 0;
  font-weight: 500;
}
.archive .news-posts-container .news-loop-link .news-loop p {
  font-size: 0.8rem;
  line-height: 1rem;
  margin: 0;
  font-family: "Albra Grotesk";
  margin-top: 0;
}
.archive .news-posts-container .loop-image-container {
  flex: 0 0 60%;
}
.archive .news-posts-container .loop-image-container .loop-image-replacement {
  position: relative;
  background: linear-gradient(0deg, rgba(215, 245, 255, 0.7), rgba(215, 245, 255, 0.7)), linear-gradient(0deg, #daf6ff, #daf6ff), #23211d;
  background-blend-mode: normal, color, normal;
  padding: 25px;
  min-height: 260px;
  opacity: 0.5;
  transition: opacity 0.3s ease-in-out;
}
.archive .news-posts-container .loop-image-container .loop-image-replacement:hover {
  background: #000000;
  background-blend-mode: none !important;
  opacity: 1;
}
.archive .news-posts-container .loop-image-container .loop-image-replacement.mouse-over {
  opacity: 1;
  background: #000000;
  background-blend-mode: none;
}
.archive .news-posts-container .loop-image-container .loop-image-replacement h1 {
  color: #ffffff;
  font-family: "Albra Sans";
  font-size: 48px;
  line-height: 60px;
}
.archive .news-posts-container .loop-image-container .loop-image-replacement.min-height {
  min-height: 480px;
}
@media (max-width: 620px) {
  .archive .news-posts-container .loop-image-container .loop-image-replacement.min-height {
    min-height: 330px;
  }
}
.archive .news-posts-container .loop-image-container .loop-image-replacement .img-link {
  bottom: -7px;
}
.archive .img-link {
  position: absolute;
  bottom: 0;
  right: 0;
}

.news-post {
  background-color: #daf6ff;
}
.news-post .single-news-header {
  padding-top: 180px;
  background-color: #daf6ff;
  position: sticky;
  top: 0;
}
@media (max-width: 768px) {
  .news-post .single-news-header {
    padding-top: 80px;
  }
}
.news-post .single-news-header h1 {
  font-family: "Albra Sans";
  font-size: 70px;
  line-height: 86px;
  margin: 0 8.33%;
}
@media (max-width: 768px) {
  .news-post .single-news-header h1 {
    margin: 0;
    font-size: 55px;
    line-height: 70px;
    margin-bottom: 20px;
  }
}
@media (max-width: 620px) {
  .news-post .single-news-header h1 {
    font-size: 36px;
    line-height: 46px;
  }
}
.news-post .single-news-header .date-read-time {
  display: flex;
  gap: 120px;
  padding-bottom: 12px !important;
  margin: 0 8.33%;
}
@media (max-width: 768px) {
  .news-post .single-news-header .date-read-time {
    margin: 0;
    padding-bottom: 20px !important;
  }
}
.news-post .single-news-header .date-read-time h6 {
  font-size: 0.5rem;
  font-weight: 500;
  text-transform: uppercase;
}
.news-post .single-news-header .header-flex {
  display: flex;
  gap: 120px;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.news-post .single-news-header .header-flex .news-intro {
  margin-left: 8.33%;
}
.news-post .single-news-header .header-flex .news-intro.no-header-image {
  margin-left: 50%;
  margin-right: 16.66%;
  padding-top: 40px;
  padding-bottom: 60px;
}
@media (max-width: 768px) {
  .news-post .single-news-header .header-flex .news-intro.no-header-image {
    margin: 0;
    padding-top: 20px;
    padding-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .news-post .single-news-header .header-flex .news-intro {
    margin: 0;
    margin-bottom: 20px;
  }
}
.news-post .single-news-header .header-flex .news-intro p {
  font-family: "Albra Grotesk";
  font-size: 0.8rem;
  line-height: 1.2rem;
  margin: 0;
}
.news-post .single-news-header .header-flex .news-image {
  flex: 0 0 50%;
  margin-bottom: 20px;
}
.news-post .single-news-body {
  padding-top: 80px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 120px;
  background-color: #daf6ff;
}
@media (max-width: 768px) {
  .news-post .single-news-body {
    padding-top: 40px;
  }
}
.news-post .single-news-body .container {
  max-width: 760px !important;
}
.news-post .single-news-body .container p {
  font-family: "Albra Grotesk";
  font-size: 0.8rem;
  line-height: 1.2rem;
}
.news-post .single-news-body .container img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-post .single-news-body .container .news-caption {
  background-color: #ffffff;
  padding: 20px;
  margin-top: -13px;
}
.news-post .single-news-body .container .news-caption p {
  font-family: "Albra Grotesk";
  font-size: 0.5rem;
  line-height: 1rem;
  margin-top: 0;
  margin-bottom: 0;
  opacity: 0.5;
}
.news-post .single-news-body .container .author {
  padding-top: 60px;
}
.news-post .single-news-body .container .author h6 {
  font-size: 0.5rem;
  font-weight: 500;
  text-transform: uppercase;
}
.news-post .news-pagination {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  background-color: #daf6ff;
}
.news-post .news-pagination .navigation {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 60px 0;
}
@media (max-width: 1000px) {
  .news-post .news-pagination .navigation.desktop-only {
    display: none;
  }
}
@media (min-width: 1001px) {
  .news-post .news-pagination .navigation.mobile-only {
    display: none;
  }
}
.news-post .news-pagination .navigation .next {
  margin-left: 16px;
  position: relative;
  top: 2px;
}
.news-post .news-pagination .navigation .previous {
  margin-right: 20px;
  position: relative;
  top: 2px;
}
.news-post .news-pagination p {
  font-family: "Albra Grotesk";
  font-size: 0.6rem;
  margin: 0;
}
.news-post .news-pagination p a {
  color: #000000;
  text-decoration: none;
}
.news-post .news-pagination p a:hover {
  text-decoration: none;
}
.news-post .news-image {
  padding: 20px 0;
}
.news-post .news-image img {
  width: 100%;
}

@media (min-width: 769px) {
  .news-image-mobile {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .news-image-desktop {
    display: none !important;
  }
}
.archive-link-text p {
  font-family: "Albra Grotesk";
  font-size: 0.8rem;
  line-height: 1.2rem;
  margin: 0;
}
.archive-link-text p a {
  color: #000000;
  font-weight: bold;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .archive-link-text {
    margin-top: 40px;
  }
}

html {
  font-size: 28px;
}
@media (max-width: 768px) {
  html {
    font-size: 22px;
  }
}
@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
}

body {
  opacity: 0;
  transition: opacity 0.3s ease;
}

body.visible {
  opacity: 1;
}

body {
  font-family: "Albra Text";
}
body.no-scroll {
  position: fixed;
}

.container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0px 30px;
}

.baby-blue {
  background-color: #daf6ff;
}

.grey2 {
  background-color: #f2fcfd;
}

.sticky-z,
section,
#toggle-all-tabs {
  z-index: 5;
  position: relative;
}

.cookie-alert {
  display: none;
  position: fixed;
  top: 0;
  width: 100vw;
  margin: 0 !important;
  z-index: 9999;
  background-color: #000000;
  color: #ffffff;
  padding: 25px 60px;
  cursor: pointer;
}
.cookie-alert:hover {
  background-color: #0075ff;
}
.cookie-alert:hover .btn-black {
  background-color: #ffffff;
  color: #000000;
}
.cookie-alert .cookie-body {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cookie-alert .cookie-body {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
  }
}
.cookie-alert .cookie-body p {
  margin: 0;
  padding: 0;
  font-family: "Albra Grotesk";
  font-weight: 100;
  font-size: 0.6rem;
}

.cookie-alert.show {
  display: block;
}

#copy-success {
  font-size: 0.6rem;
  font-family: "Albra Grotesk";
  padding: 18px;
  margin-top: 25px;
  background-color: #0075ff;
  border-radius: 15px;
  text-align: center;
  transition: opacity 1s;
}

.wpcf7-response-output {
  background: #0075ff !important;
  border-radius: 15px !important;
  border: none !important;
  font-size: 0.6rem !important;
  padding: 15px !important;
  text-align: center !important;
  font-weight: 100 !important;
  margin-top: 0px !important;
}/*# sourceMappingURL=style.css.map */