/*!
Theme Name: TwoTen Blocks
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-blocks
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 Blocks 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

--------------------------------------------------------------*/
.dark-bg {
  background-color: #122023;
  color: rgb(255, 255, 255);
}

.bg-brown {
  background-color: #e0dbc7;
  color: #122023;
}

.light-bg {
  background-color: #e0dbc7;
  color: #122023;
}

.full-width-bg-wrapper {
  color: rgb(255, 255, 255);
}

.wp-block-columns.is-style-bg-brown {
  background: #e6e2d2;
  color: #122023;
}

.wp-block-columns.is-style-bg-light-brown {
  background: #f4f1e9;
  color: #122023;
}

.wp-block-columns.is-style-bg-dark {
  background: #122023;
  color: rgb(255, 255, 255);
}

/*--------------------------------------------------------------
# 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;
  font-family: 'Inter', sans-serif;
}

/**
 * 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: 600;
}

/**
 * 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;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #122023;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
}

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

p,
ul,
li {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
@media (max-width: 620px) {
  p,
  ul,
  li {
    font-size: 17px;
    line-height: 27px;
  }
}

li {
  padding-bottom: 0.7rem;
}

ul {
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}
@media (max-width: 620px) {
  h1 {
    font-size: 40px;
    line-height: 46px;
  }
}

h2 {
  font-size: 36px;
  line-height: 130%;
  margin: 0;
}
@media (max-width: 620px) {
  h2 {
    font-size: 30px;
    line-height: 36px;
  }
}

h3 {
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
}
@media (max-width: 620px) {
  h3 {
    font-size: 17px;
    line-height: 27px;
  }
}

h4 {
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
}
@media (max-width: 620px) {
  h4 {
    font-size: 17px;
    line-height: 28px;
  }
}

h5 {
  font-weight: 400;
  font-size: 21px;
  line-height: 31px;
  margin: 0;
}
@media (max-width: 620px) {
  h5 {
    font-size: 17px;
    line-height: 28px;
  }
}

h6 {
  font-size: 16px;
  line-height: 26px;
  margin: 0;
}

.section-title {
  margin: 0;
}

span.highlight-text {
  color: #122023;
}

span.text-large-stat {
  color: #122023;
  font-size: clamp(3.75rem, 1.4541rem + 9.7959vw, 11.25rem);
  line-height: clamp(4.375rem, 1.5051rem + 12.2449vw, 13.75rem);
  white-space: nowrap;
}

span.text-tan {
  color: #e6e2d2;
}

span.highlight-text-no-count {
  color: #122023;
}
span.highlight-text-no-count a {
  color: rgb(255, 255, 255);
}

span.large-paragraph,
p.large-paragraph {
  font-size: 32px;
  line-height: 130%;
}
@media (max-width: 620px) {
  span.large-paragraph,
  p.large-paragraph {
    font-size: 17px;
    line-height: 27px;
  }
}

span.mid-paragraph,
p.mid-paragraph {
  font-size: 28px;
  line-height: 130%;
}
@media (max-width: 620px) {
  span.mid-paragraph,
  p.mid-paragraph {
    font-size: 17px;
    line-height: 27px;
  }
}

/* Elements
--------------------------------------------- */
body {
  background: rgb(28, 26, 31);
  font-family: 'Inter', sans-serif;
}

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

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%;
}

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

/* Links
--------------------------------------------- */
a {
  text-decoration: underline;
}
a.button {
  text-decoration: none;
}
a:visited {
  color: #122023;
}
a:hover, a:focus, a:active {
  color: #122023;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

#primary-menu a {
  text-decoration: none !important;
}

/* Forms
--------------------------------------------- */
.buttons {
  display: flex;
  gap: 12px;
}

button,
.button,
input[type=button],
input[type=reset],
input[type=submit],
.components-button {
  display: inline-block;
  background-color: #e6ff00;
  color: #122023;
  border-radius: 50px;
  height: 40px;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 19.2px */
  letter-spacing: -0.32px;
  align-content: center;
  transition: 0.3s;
  min-width: 150px;
  padding: 0 20px;
}
button:hover,
.button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover,
.components-button:hover {
  cursor: pointer;
  background-color: rgb(255, 255, 255);
}
button.btn-black,
.button.btn-black,
input[type=button].btn-black,
input[type=reset].btn-black,
input[type=submit].btn-black,
.components-button.btn-black {
  background-color: #122023;
  color: rgb(255, 255, 255);
}
button.btn-black:hover,
.button.btn-black:hover,
input[type=button].btn-black:hover,
input[type=reset].btn-black:hover,
input[type=submit].btn-black:hover,
.components-button.btn-black:hover {
  background-color: #e6ff00;
  color: #122023;
}
button.btn-white,
.button.btn-white,
input[type=button].btn-white,
input[type=reset].btn-white,
input[type=submit].btn-white,
.components-button.btn-white {
  background-color: rgb(255, 255, 255);
  color: #122023;
}
button.btn-white:hover,
.button.btn-white:hover,
input[type=button].btn-white:hover,
input[type=reset].btn-white:hover,
input[type=submit].btn-white:hover,
.components-button.btn-white:hover {
  background-color: #e6ff00;
  color: #122023;
}
button.btn-download,
.button.btn-download,
input[type=button].btn-download,
input[type=reset].btn-download,
input[type=submit].btn-download,
.components-button.btn-download {
  display: flex;
  align-items: center;
  gap: 10px;
}
button.btn-download svg,
.button.btn-download svg,
input[type=button].btn-download svg,
input[type=reset].btn-download svg,
input[type=submit].btn-download svg,
.components-button.btn-download svg {
  width: 12px;
  height: 12px;
}
button.btn-download:hover svg path,
.button.btn-download:hover svg path,
input[type=button].btn-download:hover svg path,
input[type=reset].btn-download:hover svg path,
input[type=submit].btn-download:hover svg path,
.components-button.btn-download:hover svg path {
  fill: #122023;
}

.btn-center {
  display: flex;
}

html {
  scroll-behavior: smooth;
}

.page,
.post {
  margin: 0 !important;
}

.wp-block-columns.is-layout-flex {
  gap: 3em;
}

.wp-block-columns.no-gap {
  gap: 0em;
}

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

.black-bg {
  background-color: #122023;
}

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

.text-align-right {
  text-align: right;
}

.text-align-left {
  text-align: left;
}

.uppercase {
  text-transform: uppercase;
}

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

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

.columns {
  display: flex;
  flex-direction: row;
  gap: 60px;
}
.columns .col:first-child {
  flex: 0 0 66%;
  display: flex;
  flex-direction: column;
}
.columns .col:last-child {
  width: 100%;
}
.columns .col:last-child img {
  width: 100%;
}

.card-image {
  height: 100%;
}
.card-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

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

.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);
}

.g-auto {
  display: grid;
  grid-template-areas: "media detail detail";
  grid-template-columns: 260px;
  grid-auto-columns: 260px;
  gap: 0;
}

.f {
  display: flex !important;
}

.f-auto {
  flex-wrap: wrap;
}

.fc {
  flex-direction: column;
}

.fr {
  flex-direction: row;
}
@media (max-width: 768px) {
  .fr.fr-mobile {
    flex-direction: column;
  }
}

.gap-1 {
  gap: 20px;
}

.gap-2 {
  gap: 40px;
}

.gap-3 {
  gap: 100px;
}

.gap-4 {
  gap: 120px;
}

.gap-5 {
  gap: 180px;
}

.gap-6 {
  gap: 165px;
}

.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-e {
  justify-content: 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%;
}
@media (max-width: 768px) {
  .w-50.w-mobile {
    width: 100%;
  }
}

.w-66 {
  width: 66%;
}
@media (max-width: 768px) {
  .w-66.w-mobile {
    width: 100%;
  }
}

.w-33 {
  width: 33%;
}
@media (max-width: 768px) {
  .w-33.w-mobile {
    width: 100%;
  }
}

.w-25 {
  width: 25%;
}
@media (max-width: 768px) {
  .w-25.w-mobile {
    width: 100%;
  }
}

.w-20 {
  width: 20%;
}
@media (max-width: 768px) {
  .w-20.w-mobile {
    width: 100%;
  }
}

.w-10 {
  width: 10%;
}
@media (max-width: 768px) {
  .w-10.w-mobile {
    width: 100%;
  }
}

.w-5 {
  width: 5%;
}
@media (max-width: 768px) {
  .w-5.w-mobile {
    width: 100%;
  }
}

.w-1 {
  width: 1%;
}
@media (max-width: 768px) {
  .w-1.w-mobile {
    width: 100%;
  }
}

.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;
}
@media (max-width: 600px) {
  .pt-1 {
    padding-top: 10px;
  }
}

.pt-2 {
  padding-top: 40px;
}
@media (max-width: 600px) {
  .pt-2 {
    padding-top: 20px;
  }
}

.pt-3 {
  padding-top: 60px;
}
@media (max-width: 600px) {
  .pt-3 {
    padding-top: 40px;
  }
}

.pt-4 {
  padding-top: 100px;
}
@media (max-width: 600px) {
  .pt-4 {
    padding-top: 60px;
  }
}

.pt-5 {
  padding-top: 120px;
}
@media (max-width: 600px) {
  .pt-5 {
    padding-top: 80px;
  }
}

.pt-6 {
  padding-top: 180px;
}
@media (max-width: 600px) {
  .pt-6 {
    padding-top: 120px;
  }
}

.pt-7 {
  padding-top: 165px;
}
@media (max-width: 600px) {
  .pt-7 {
    padding-top: 120px;
  }
}

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

.pb-1 {
  padding-bottom: 20px;
}
@media (max-width: 600px) {
  .pb-1 {
    padding-bottom: 10px;
  }
}

.pb-2 {
  padding-bottom: 40px;
}
@media (max-width: 600px) {
  .pb-2 {
    padding-bottom: 20px;
  }
}

.pb-3 {
  padding-bottom: 60px;
}
@media (max-width: 600px) {
  .pb-3 {
    padding-bottom: 40px;
  }
}

.pb-4 {
  padding-bottom: 100px;
}
@media (max-width: 600px) {
  .pb-4 {
    padding-bottom: 60px;
  }
}

.pb-5 {
  padding-bottom: 120px;
}
@media (max-width: 600px) {
  .pb-5 {
    padding-bottom: 80px;
  }
}

.pb-6 {
  padding-bottom: 180px;
}
@media (max-width: 600px) {
  .pb-6 {
    padding-bottom: 120px;
  }
}

.pb-7 {
  padding-bottom: 165px;
}
@media (max-width: 600px) {
  .pb-7 {
    padding-bottom: 120px;
  }
}

.p-0 {
  padding: 0;
}

.p-1 {
  padding: 20px;
}
@media (max-width: 600px) {
  .p-1 {
    padding: 10px;
  }
}

.p-2 {
  padding: 40px;
}
@media (max-width: 600px) {
  .p-2 {
    padding: 20px;
  }
}

.p-3 {
  padding: 60px;
}
@media (max-width: 600px) {
  .p-3 {
    padding: 40px;
  }
}

.p-4 {
  padding: 100px;
}
@media (max-width: 600px) {
  .p-4 {
    padding: 60px;
  }
}

.p-5 {
  padding: 120px;
}
@media (max-width: 600px) {
  .p-5 {
    padding: 80px;
  }
}

.p-6 {
  padding: 180px;
}
@media (max-width: 600px) {
  .p-6 {
    padding: 120px;
  }
}

.p-7 {
  padding: 165px;
}
@media (max-width: 600px) {
  .p-7 {
    padding: 120px;
  }
}

.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;
}

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

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

.xs-height {
  height: 20px;
}

.sm-height {
  height: 40px;
}
@media (max-width: 810px) {
  .sm-height {
    height: 20px;
  }
}

.m-height {
  height: 80px;
}
@media (max-width: 810px) {
  .m-height {
    height: 70px;
  }
}

.l-height {
  height: 94px;
}
@media (max-width: 810px) {
  .l-height {
    height: 80px;
  }
}

.xl-height {
  height: 185px;
}
@media (max-width: 810px) {
  .xl-height {
    height: 100px;
  }
}

@media (max-width: 810px) {
  .wp-container-core-columns-is-layout-2.wp-container-core-columns-is-layout-2,
  .wp-block-columns.is-layout-flex {
    gap: 0 !important;
  }
}
.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;
}

.wp-block-columns .container {
  padding: 0px !important;
}

.container,
.wp-block-columns {
  max-width: 1380px !important;
  width: 100%;
  margin: 0 auto;
  padding: 0px 30px !important;
}
@media (max-width: 880px) {
  .container,
  .wp-block-columns {
    padding: 0 20px !important;
  }
}
.container.f.reverse,
.wp-block-columns.f.reverse {
  flex-direction: row-reverse;
}

.narrow-container {
  max-width: 788px;
  margin: 0 auto;
}

.full-container {
  margin: 0px 30px;
}
@media (max-width: 880px) {
  .full-container {
    margin: 0 20px;
  }
}

@media (min-width: 820.1px) {
  .mobile-only {
    display: none;
  }
}
@media (max-width: 1000px) {
  .desktop-only {
    display: none !important;
  }
}
.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: none;
  }
}

/* Modal Content/Box */
.modal-content {
  background-color: none;
  margin: 7% auto;
  width: 80%;
  color: unset;
  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: 100px;
}
.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 */
.wc-block-checkout,
.wc-block-cart {
  margin-top: 4rem !important;
}
.wc-block-checkout h2,
.wc-block-cart h2 {
  text-transform: uppercase;
  letter-spacing: 2px;
}

table.wc-block-cart-items.wp-block-woocommerce-cart-line-items-block {
  border-spacing: 0px !important;
}

@media (min-width: 899.99px) {
  .on-900 {
    display: none !important;
  }
}
@media (max-width: 900px) {
  .off-900 {
    display: none !important;
  }
}
.wpcf7-form input#fileUpload {
  position: relative;
  bottom: 90px;
  height: 55px;
  visibility: hidden;
  left: 0px;
}
.wpcf7-form input#fileUpload:before {
  content: url(/wp-content/themes/twoten-blocks/assets/icons/paperclip.svg);
  color: #000;
  position: absolute;
  height: 200px;
  visibility: visible;
}
.wpcf7-form input[type=file] {
  color: transparent !important;
}
.wpcf7-form textarea {
  max-height: 300px;
  padding: 20px;
  border-radius: 5px;
  border: 1px solid #858a99;
}
.wpcf7-form textarea::-moz-placeholder {
  font-size: 0.6rem;
}
.wpcf7-form textarea::placeholder {
  font-size: 0.6rem;
}
.wpcf7-form h3 {
  color: #858a99;
}
.wpcf7-form .contact-row p {
  display: flex;
  gap: 20px;
}
.wpcf7-form input {
  border-radius: 5px;
  border: 1px solid #858a99;
  padding: 8px 20px 12px 20px;
  width: 100%;
}
.wpcf7-form input::-moz-placeholder {
  font-size: 0.6rem;
}
.wpcf7-form input::placeholder {
  font-size: 0.6rem;
}
.wpcf7-form input[type=submit] {
  width: -moz-fit-content;
  width: fit-content;
  background: #f3572b;
  font-size: 0.6rem;
  font-weight: 100;
  border: 1px solid #f3572b;
  border-radius: 30px;
  padding: 14px 20px 12px 20px;
  transition: 0.3s;
}
.wpcf7-form input[type=submit]:hover {
  background: rgb(255, 255, 255);
  border: 1px solid #f3572b;
  color: #000;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.no-scroll {
  overflow-y: hidden;
}

header {
  width: 100%;
  background-color: transparent;
  position: fixed;
  z-index: 99;
  top: 30px;
  transition: transform 0.3s ease-in-out;
}

header.header-hidden {
  transform: translateY(-100%);
}

header.header-visible {
  transform: translateY(0);
}
header #navbar {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
header .custom-logo {
  width: 161px;
}
header .custom-logo-link {
  display: flex;
  margin-right: 72px;
  min-width: 120px;
}
@media (max-width: 950px) {
  header .custom-logo-link {
    margin-right: 20px;
  }
}
header .btn-nav {
  background-color: #e6ff00;
  min-width: 164px;
  border-radius: 8px;
  text-align: center;
  margin-left: 20px;
  border: 1px solid #e6ff00;
  margin-top: 5px;
}
@media (max-width: 950px) {
  header .btn-nav {
    margin-left: 0px;
    min-width: 120px;
  }
}
header .btn-nav:hover {
  background-color: rgb(255, 255, 255);
  color: #122023;
  border: 1px solid #122023;
  border-radius: 8px !important;
}
header .btn-nav a {
  padding: 0 !important;
  margin-top: 8px !important;
}
header .nav-bar-central {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(255, 255, 255);
  border-radius: 18px;
  padding: 20px 30px;
}
@media (max-width: 767px) {
  header .nav-bar-central {
    width: 100%;
    justify-content: space-between;
  }
}
header .nav-bar-central .menu-primary-container {
  border-radius: 50px;
  display: flex;
  position: relative;
  z-index: 1;
  justify-content: center;
  align-items: center;
  height: 50px;
}
header .nav-bar-central .menu-primary-container ul {
  display: flex;
  margin: 0;
  padding: 0;
  gap: 30px;
}
@media (max-width: 950px) {
  header .nav-bar-central .menu-primary-container ul {
    gap: 15px;
  }
}
header .nav-bar-central .menu-primary-container ul li {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 0;
  position: relative;
  z-index: 9;
  padding-bottom: 7px;
}
header .nav-bar-central .menu-primary-container ul li:hover {
  background: white;
  color: #122023;
}
header .nav-bar-central .menu-primary-container ul li:hover a {
  color: #122023;
}
header .nav-bar-central .menu-primary-container ul li.current-menu-item {
  background: white;
  color: #122023;
  border-bottom: 1px solid #122023;
}
header .nav-bar-central .menu-primary-container ul li.current-menu-item a {
  color: #122023;
}
header .nav-bar-central .menu-primary-container ul li a {
  font-size: 16px;
  white-space: nowrap;
  font-weight: 600;
  margin-top: 15px;
  color: #122023;
}
header .nav-bar-central .menu-primary-container ul li a:hover {
  opacity: 0.8;
}
@media (max-width: 767px) {
  header .nav-bar-central .menu-primary-container {
    display: none !important;
  }
}

@media (min-width: 767.99px) {
  .mobile-nav,
  .mobile-nav-container {
    display: none !important;
  }
}
@media (max-width: 767.98px) {
  .desktop-nav {
    display: none !important;
  }
}
.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;
  border: 0;
  margin: 0;
  overflow: visible;
  background: #e6ff00;
  padding: 10px;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  z-index: 999;
  min-width: unset;
}

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

.hamburger-box {
  display: inline-block;
  position: relative;
  height: 100%;
  width: 100%;
  top: 4px;
  left: 3px;
}

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

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 24px;
  height: 3px;
  background-color: #0b1533;
  border-radius: 3px;
  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: -8px;
}

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

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

.hamburger--spring .hamburger-inner::before {
  top: 8px;
  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: 16px;
  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: -2px;
  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: -2px;
  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);
}

.mobile-nav {
  position: relative;
  z-index: 99;
}

.mobile-nav-container {
  position: absolute;
  height: 100vh;
  width: 100vw;
  z-index: 1;
  left: -1000px;
  transition: 0.3s ease-out;
  background-color: rgb(255, 255, 255);
}
.mobile-nav-container.is-open {
  left: 0;
  top: 0;
  transition: 0.5s ease-out;
  position: fixed;
  z-index: 98;
}
.mobile-nav-container .custom-logo {
  width: 186px;
  padding-top: 50px;
  padding-left: 17px;
}

.site-navigation-mobile {
  display: flex;
  flex-direction: column;
  justify-content: start;
  margin-top: 200px;
  height: 100vh;
  padding-top: 20px;
}
.site-navigation-mobile ul {
  flex-direction: column;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-navigation-mobile ul li {
  padding: 0;
  list-style: none;
}
.site-navigation-mobile ul li a {
  padding: 12px 20px;
  justify-content: space-between;
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: 400;
}
.site-navigation-mobile .menu-item-has-children {
  display: flex;
}
.site-navigation-mobile .menu-item-has-children::after {
  content: url("/wp-content/themes/twoten-blocks/assets/icons/plus.svg");
}

.menu .sub-menu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease; /* Adjust the transition duration and timing function as needed */
}

.menu .menu-item.has-children.active .sub-menu {
  max-height: 500px;
}

.menu .menu-item.has-children.active {
  background-color: rgb(255, 255, 255);
}
.menu .menu-item.has-children.active a {
  border-bottom: 2px solid #f3572b;
}
.menu .menu-item.has-children.active .sub-menu a {
  border-bottom: none !important;
}

.menu .menu-item.has-children .menu-toggle::after {
  content: url("/wp-content/themes/twoten-blocks/assets/icons/plus.svg");
}

.menu .menu-item.has-children.active .menu-toggle::after {
  content: url("/wp-content/themes/twoten-blocks/assets/icons/minus.svg");
}

#bannerContainer.normal-header {
  background-color: transparent;
  width: 100%;
}
#bannerContainer.normal-header .custom-logo {
  filter: invert(1);
}
#bannerContainer.normal-header .menu-primary-container {
  background: rgb(54, 54, 54);
}

.offers header .nav-bar-central,
.offers header .mobile-nav {
  display: none;
}

footer {
  background-color: #122023;
  height: 100%;
  color: rgb(255, 255, 255);
}
footer p,
footer h6 {
  font-size: 17px;
  font-style: normal;
  line-height: 130%;
}
footer .container {
  height: 100%;
}
footer .container .footer-container {
  max-width: 1380px;
  width: 100%;
  position: relative;
  z-index: 99;
  padding: 60px 0;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 820px) {
  footer .container .footer-container {
    flex-direction: column;
    align-items: start;
    gap: 60px;
  }
}
footer .container .footer-container .footer-left {
  height: 100%;
}
footer .container .footer-container .footer-left .site-branding {
  padding-bottom: 20px;
}
footer .container .footer-container .footer-right {
  display: flex;
  gap: 100px;
}
@media (max-width: 820px) {
  footer .container .footer-container .footer-right {
    flex-direction: column;
    width: 100%;
    gap: 0;
  }
  footer .container .footer-container .footer-right .footer-menu-left {
    border-bottom: 1px solid rgb(255, 255, 255);
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}
footer .container .footer-container .footer-right .footer-menu-left,
footer .container .footer-container .footer-right .footer-menu-right {
  border-left: 1px solid rgb(255, 255, 255);
  padding-left: 8px;
}
@media (max-width: 820px) {
  footer .container .footer-container .footer-right .footer-menu-left,
  footer .container .footer-container .footer-right .footer-menu-right {
    border-left: 0;
    padding-left: 0;
    width: 100%;
  }
}
footer .container .footer-container .footer-right .footer-menu-left ul,
footer .container .footer-container .footer-right .footer-menu-right ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer .container .footer-container .footer-right .footer-menu-left ul li,
footer .container .footer-container .footer-right .footer-menu-right ul li {
  margin: 0;
  padding: 0;
}
footer .container .footer-container .footer-right .footer-menu-left ul li:first-child,
footer .container .footer-container .footer-right .footer-menu-right ul li:first-child {
  margin-top: -6px;
}
footer .container .footer-container .footer-right .footer-menu-left ul li:last-child,
footer .container .footer-container .footer-right .footer-menu-right ul li:last-child {
  margin-bottom: -6px;
}
footer .container .footer-container .footer-right .footer-menu-left ul li a,
footer .container .footer-container .footer-right .footer-menu-right ul li a {
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.6rem;
  padding: 0;
  margin: 0;
  font-weight: 100;
  position: relative;
}
footer .container .footer-container .footer-right .footer-menu-left ul li a:hover,
footer .container .footer-container .footer-right .footer-menu-right ul li a:hover {
  opacity: 0.8;
}
@media (max-width: 820px) {
  footer .container .footer-container .footer-right .footer-menu-left ul li,
  footer .container .footer-container .footer-right .footer-menu-right ul li {
    padding-bottom: 8px;
  }
}
footer img {
  border-radius: 0px;
}
footer .socialMediaIconContainer {
  background-color: var(--white);
  border-radius: 50%;
  height: 40px;
  width: 40px;
  cursor: pointer;
}
footer .socialMediaIconContainer:hover {
  background-color: var(--yellow);
}
footer .socialMediaIcon {
  padding: 7px;
}
footer .button__text {
  top: 2px;
}
footer #footerContent {
  display: flex;
  flex: 1;
  justify-content: space-between;
  padding: 80px 0px 20px 0px;
}
@media (max-width: 820px) {
  footer #footerContent {
    flex-direction: column;
    gap: 40px;
  }
}
footer #footerLogo {
  height: 80px;
  width: 80px;
}
footer #termsText {
  max-width: 620px;
}
footer .newsletter {
  max-width: 420px;
}
@media (max-width: 820px) {
  footer .newsletter {
    margin-top: 40px;
  }
}
footer .footer-bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  font-size: 0.8rem;
  color: rgb(255, 255, 255);
  margin-top: 40px;
}
@media (max-width: 820px) {
  footer .footer-bottom {
    margin-top: 60px;
  }
}
footer .newsletter-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
footer .newsletter-form .button {
  width: -moz-fit-content;
  width: fit-content;
}
footer a {
  color: rgb(255, 255, 255);
}

.social-container {
  margin-top: 80px;
}

.social-links {
  display: flex;
  gap: 20px;
  margin-top: 16px;
}
.social-links a {
  text-decoration: none !important;
}

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

.post,
.page {
  margin: 0 0 1.5em;
}

.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;
}

/* 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;
}

.wp-block-embed {
  padding-bottom: 100px;
  max-width: 1180px !important;
  width: 100%;
  margin: 0 auto;
  padding: 0px 30px 100px 30px !important;
}
@media (max-width: 768px) {
  .wp-block-embed {
    padding: 0px 20px 100px 20px !important;
  }
}
.wp-block-embed iframe {
  width: 100%;
  min-height: 600px;
}
@media (max-width: 1100px) {
  .wp-block-embed iframe {
    min-height: auto;
  }
}

/* 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;
}

/*--------------------------------------------------------------
# Utilitiespto
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  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;
}

html {
  scroll-behavior: smooth;
}

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

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

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

.g {
  display: grid;
}

.g-2 {
  grid-template-columns: repeat(2, 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%;
}

section {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s ease-in-out;
}

section.in-view {
  opacity: 1;
  transform: translateY(0);
}

.wp-block-columns.is-layout-flex {
  margin-top: 0 !important;
}

.bg-light-teal {
  background-color: #e0fafd;
}

.bg-gray {
  background-color: rgb(54, 54, 54) !important;
}

body.bg-gray #page {
  background-color: rgb(54, 54, 54) !important;
}

.bg-white {
  background-color: rgb(255, 255, 255);
}

.bg-navy {
  background-color: #0b1533;
}

.site.bg-navy {
  background-color: rgb(54, 54, 54);
}

.bg-pink {
  background-color: #f6e6e6;
}

.bg-orange .hero-header {
  background-color: #f3572b;
  color: rgb(255, 255, 255);
}
.bg-orange .hero-header section:not(.hero-header) {
  color: #122023;
}

body.bg-white {
  background-color: rgb(255, 255, 255);
}

.bg-teal {
  background-color: #28a7ba;
  color: rgb(255, 255, 255);
}

body {
  background-color: rgb(255, 255, 255);
  font-family: 'Inter', sans-serif;
}

.four-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 60px;
}
@media (max-width: 1034px) {
  .four-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}
@media (max-width: 548px) {
  .four-grid {
    grid-template-columns: 1fr;
  }
}

a.remove {
  color: #000;
}

figure.wp-block-embed.is-type-video {
  margin-top: 0rem;
}

.accordion-block.blue-accordion .accordion button {
  background-color: #122023;
}
.accordion-block.blue-accordion .accordion .accordion-content {
  background-color: #122023;
}
.accordion-block.green-accordion button {
  background-color: #0b1533;
}
.accordion-block.green-accordion .accordion-content {
  background-color: rgba(126, 192, 124, 0.2);
}
.accordion-block.yellow-accordion button {
  background-color: #f3572b;
}
.accordion-block.yellow-accordion .accordion-content {
  background-color: rgba(234, 188, 39, 0.2);
}
.accordion-block .accordion .accordion-item {
  padding-bottom: 12px;
}
.accordion-block .accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em;
  color: #000;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  outline: none;
}
.accordion-block .accordion button:hover, .accordion-block .accordion button:focus {
  cursor: pointer;
  color: #000;
}
.accordion-block .accordion button:hover::after, .accordion-block .accordion button:focus::after {
  cursor: pointer;
  color: #000;
  border: 1px solid;
}
.accordion-block .accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
}
.accordion-block .accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 12px;
  width: 22px;
  height: 22px;
}
.accordion-block .accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 16px;
  height: 2px;
  background: currentColor;
}
.accordion-block .accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 2px;
  left: 12px;
  width: 2px;
  height: 16px;
  background: currentColor;
}
.accordion-block .accordion button[aria-expanded=true] {
  color: #000;
}
.accordion-block .accordion button[aria-expanded=true] .icon::after {
  width: 0;
}
.accordion-block .accordion button[aria-expanded=true] + .accordion-content {
  opacity: 1;
  max-height: 120em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.accordion-block .accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
  padding: 0 1em;
}

@media (max-width: 781px) {
  .wp-block-columns.is-layout-flex {
    gap: 2em;
    margin-top: 2rem;
  }
}
.post-repeater-loop-archive {
  display: flex;
  margin-bottom: 60px;
}
.post-repeater-loop-archive:nth-child(even) {
  flex-direction: row-reverse;
}
@media (max-width: 900px) {
  .post-repeater-loop-archive:nth-child(even) {
    flex-direction: column;
  }
}
.post-repeater-loop-archive:last-child {
  margin-bottom: 0;
}
@media (max-width: 900px) {
  .post-repeater-loop-archive {
    flex-direction: column;
  }
}
.post-repeater-loop-archive .image-container {
  flex: 0 0 66%;
  padding: 20px;
  min-height: 520px;
}
@media (max-width: 900px) {
  .post-repeater-loop-archive .image-container {
    height: 270px;
    flex: unset;
    min-height: unset;
  }
}
.post-repeater-loop-archive .image-container h1 {
  font-weight: 400;
}
@media (max-width: 900px) {
  .post-repeater-loop-archive .image-container h1 {
    font-size: 1.4rem;
    line-height: 1.4rem;
    letter-spacing: -1px;
  }
}
@media (max-width: 600px) {
  .post-repeater-loop-archive .image-container h1 {
    font-size: 1rem;
    line-height: 1rem;
    letter-spacing: -1px;
  }
}
.post-repeater-loop-archive .text-container {
  padding: 20px;
  background: rgb(255, 255, 255);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.post-repeater-loop-archive .text-container p {
  margin-bottom: 1rem;
}
.post-repeater-loop-archive .text-container p:first-child {
  margin-top: 0;
}
.post-repeater-loop-archive .read-more {
  text-transform: uppercase;
  font-weight: normal;
  display: flex;
  justify-content: start;
  gap: 12px;
  font-size: 0.6rem;
}
.post-repeater-loop-archive .read-more svg {
  transform: translateY(-1px);
}
.post-repeater-loop-archive .count {
  color: rgb(255, 255, 255);
  margin-bottom: 12px;
}

img {
  width: 100%;
  border-radius: 20px;
}/*# sourceMappingURL=style.css.map */