/*!
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: 6.7
Requires PHP: 7.4
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

--------------------------------------------------------------*/
@font-face {
  font-family: "Google Sans";
  src: url("assets/fonts/GoogleSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Google Sans";
  src: url("assets/fonts/GoogleSans-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Google Sans";
  src: url("assets/fonts/GoogleSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Google Sans";
  src: url("assets/fonts/GoogleSans-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Google Sans";
  src: url("assets/fonts/GoogleSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Google Sans";
  src: url("assets/fonts/GoogleSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/*--------------------------------------------------------------
# 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;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #000000;
  font-family: "Google Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

h1,
h2,
h3 {
  font-family: "Google Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h2 {
  font-weight: 500;
  font-size: 60px;
  line-height: 60px;
}

h3,
h4 {
  font-family: "Google Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 33px;
  text-transform: none;
  letter-spacing: 0;
  margin: 0 0 16px;
}
@media (max-width: 768px) {
  h3,
  h4 {
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
  }
}

h5 {
  font-weight: 600;
  letter-spacing: 1px;
  margin: 10px 0px 8px 0px;
  line-height: 1.5rem;
  font-size: 1rem;
  text-transform: uppercase;
}

p, ul, ol {
  font-family: "Google Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
}

.product-title h3 {
  padding: 20px 0px;
  font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

h4.quote {
  color: #ff5a27;
  font-style: italic;
}

body {
  font-size: 16px;
}

p {
  margin-bottom: 1.5em;
  font-size: 1em;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #f5f5f5;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666666;
  cursor: help;
}

mark,
ins {
  background: #fcd000;
  text-decoration: none;
}

big {
  font-size: 125%;
}

a {
  color: #5a6d80;
}

@media (min-width: 1440px) {
  h2 {
    font-size: 70px;
    line-height: 70px;
  }
  h3,
  h4 {
    font-size: 36px;
    line-height: 40px;
  }
  p,
  ul,
  ol {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 50px;
    line-height: 52px;
  }
  h2 {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  p,
  ul,
  ol,
  li,
  body {
    font-size: 15px;
    line-height: 20px;
  }
}
.text-blue {
  color: #5a6d80;
}

.text-green {
  color: #2ecc71;
}

.text-yellow {
  color: #ff5a27;
}

/* Elements
--------------------------------------------- */
body {
  background: #ffffff !important;
}

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

ul,
ol {
  padding: 6px 0 0 30px;
  margin: 0;
}

ul {
  list-style: disc;
  padding: 0 30px !important;
  margin: 0 !important;
}

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: #5a6d80;
  text-decoration: none;
  font-weight: 500;
}
a:visited {
  color: #5a6d80;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
.btn-pill,
[class*=wp-block-acf-] [class$=__button] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  height: 53px;
  padding: 0 32px;
  border-radius: 999px;
  font-family: "Google Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  transition: transform 0.3s ease, background 0.2s ease;
}
.btn-pill:hover,
[class*=wp-block-acf-] [class$=__button]:hover {
  transform: scale(1.1);
}

button,
.button,
input[type=button],
input[type=reset],
input[type=submit],
.components-button {
  font-weight: bold;
  border: none;
  border-radius: 0px;
  color: #ffffff;
  line-height: 1;
  padding: 1em;
  transition: 0.3s;
  background-color: #5a6d80;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
}
button:hover,
.button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover,
.components-button:hover {
  filter: brightness(1);
  cursor: pointer;
  opacity: 1;
}
button:active, button:focus, button:visited,
.button:active,
.button:focus,
.button:visited,
input[type=button]:active,
input[type=button]:focus,
input[type=button]:visited,
input[type=reset]:active,
input[type=reset]:focus,
input[type=reset]:visited,
input[type=submit]:active,
input[type=submit]:focus,
input[type=submit]:visited,
.components-button:active,
.components-button:focus,
.components-button:visited {
  color: #ffffff;
}
button.btn-green,
.button.btn-green,
input[type=button].btn-green,
input[type=reset].btn-green,
input[type=submit].btn-green,
.components-button.btn-green {
  background-color: #2ecc71;
}
button.btn-yellow,
.button.btn-yellow,
input[type=button].btn-yellow,
input[type=reset].btn-yellow,
input[type=submit].btn-yellow,
.components-button.btn-yellow {
  background-color: #ff5a27;
}
button.btn-blue,
.button.btn-blue,
input[type=button].btn-blue,
input[type=reset].btn-blue,
input[type=submit].btn-blue,
.components-button.btn-blue {
  background-color: #5a6d80;
}
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: #ffffff;
  color: #5a6d80;
  height: 100%;
}
button.btn-secondary,
.button.btn-secondary,
input[type=button].btn-secondary,
input[type=reset].btn-secondary,
input[type=submit].btn-secondary,
.components-button.btn-secondary {
  font-size: 0.8rem;
}

.cart-btn {
  font-size: 0.8rem;
  text-decoration: none;
  flex: 0 0 46%;
  line-height: 1rem;
  color: #ffffff;
}
.cart-btn:hover {
  filter: saturate(5);
  cursor: pointer;
  color: #ffffff;
}

.simple-btn {
  font-size: 1rem;
  text-decoration: none;
  flex: 0 0 46%;
  line-height: 1rem;
}

.yellow-btn {
  background-color: #ff5a27 !important;
}

.btn {
  background: #2ecc71;
  padding: 12px 24px;
  font-size: 1rem;
  text-decoration: none;
  color: #ffffff;
}
.btn:visited {
  color: #ffffff;
}
.btn.yellow-btn {
  background-color: #ff5a27 !important;
  color: #000000;
}
.btn.yellow-btn:visited {
  color: #000000;
}

.stand-alone-cart-btn {
  width: 100%;
}

.coupon button {
  background-color: transparent;
  padding: 12px;
  color: #000000;
  text-transform: none;
  font-weight: 400;
  letter-spacing: 0;
  font-size: 0.8rem;
}
.coupon button:hover {
  background-color: #000000;
  color: #ffffff;
}

#place_order {
  background: #2ecc71;
  width: 100%;
}

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: #000000;
  border: 1px solid #cccccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #000000;
}

select {
  border: 1px solid #cccccc;
}

textarea {
  width: 100%;
}

html {
  scroll-behavior: smooth;
}

.block-heading {
  font-family: "Google Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 50px;
  line-height: 50px;
  letter-spacing: -1.5px;
  color: #ffffff;
  text-align: center;
  max-width: 700px;
  margin: 0 auto 60px;
  padding: 0 30px;
}
@media (max-width: 768px) {
  .block-heading {
    font-size: 32px;
    line-height: 34px;
    letter-spacing: -0.5px;
    margin-bottom: 40px;
    padding: 0 20px;
  }
}

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

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

ul {
  padding: 0 3rem;
  margin: 0 0 2em 0;
}

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

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

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

.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;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
}

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

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

.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: 30px;
}

.gap-2 {
  gap: 40px;
}

.gap-3 {
  gap: 80px;
}

.gap-4 {
  gap: 120px;
}

.gap-5 {
  gap: 180px;
}

.gap-6 {
  gap: 240px;
}

.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: 30px;
}

.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: 30px;
}

.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: 30px;
}

.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,
.wp-block-columns {
  max-width: 1600px !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;
}

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

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 10000;
  height: 80px;
  background: #f9ecdc;
  border-radius: 0 0 30px 30px;
  transition: background 0.3s ease, border-radius 0.3s ease, transform 0.3s ease;
}
header.header-hidden {
  transform: translateY(-100%);
}
header.nav-open {
  background: transparent !important;
  border-radius: 0;
}
header .header-container {
  padding: 0;
  background: transparent;
  margin: 0 30px;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
header .header-container .site-branding {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
header .header-container .site-branding img {
  width: 100%;
  max-width: 130px;
  image-rendering: -webkit-optimize-contrast;
}
header .header-container .site-branding .custom-logo-link {
  transition: opacity 0.3s ease;
}
header .header-container .site-branding .site-branding__hover-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
}
header .header-container .site-branding .site-branding__hover-logo svg {
  display: block;
  width: auto;
  height: 50px;
}
header .header-container .site-branding:hover .custom-logo-link {
  opacity: 0;
}
header .header-container .site-branding:hover .site-branding__hover-logo {
  opacity: 1;
}
header .header-container .site-branding:hover .site-branding__hover-logo svg {
  animation: headerLogoSpin 0.8s ease 0.5s 1 both;
}
@media (max-width: 620px) {
  header .header-container {
    margin: 0 20px;
  }
}

@keyframes headerLogoSpin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.header-back {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  font-family: "Google Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
  color: #000000;
  transition: opacity 0.2s ease;
}
.header-back:hover {
  opacity: 0.6;
}
.header-back:visited {
  color: #000000;
}
.header-back__arrow {
  display: block;
  width: 10px;
  height: auto;
}
.nav-open .header-back {
  opacity: 0;
  pointer-events: none;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 20px;
}

.header-say-hi {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Google Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.05em;
  color: #ff226b;
  border: 1.5px solid #ff226b;
  padding: 0 24px;
  height: 28px;
  line-height: 28px;
  border-radius: 14px;
  transition: all 0.2s ease;
}
.header-say-hi:hover {
  background: #ff226b;
  color: #ffffff;
}
.header-say-hi:visited {
  color: #ff226b;
}
.header-say-hi:hover:visited {
  color: #ffffff;
}
@media (max-width: 480px) {
  .header-say-hi {
    display: none;
  }
}

.hamburger {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
  background: none;
  border: 0;
  margin: 0;
  color: #000000;
  width: 37px;
  height: 22px;
}

.hamburger__icon {
  display: block;
  overflow: visible;
}

.hamburger__line {
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.hamburger__line--top {
  transform-origin: 18.5px 1px;
}

.hamburger__line--mid {
  transform-origin: center;
}

.hamburger__line--bot {
  transform-origin: 18.5px 21px;
}

.hamburger.is-active {
  color: #000000;
}
.hamburger.is-active .hamburger__line--top {
  transform: translate(0, 10px) rotate(45deg);
}
.hamburger.is-active .hamburger__line--mid {
  opacity: 0;
}
.hamburger.is-active .hamburger__line--bot {
  transform: translate(0, -10px) rotate(-45deg);
}

.fullscreen-nav {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: #ff226b;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
.fullscreen-nav.is-open {
  opacity: 1;
  visibility: visible;
}
.fullscreen-nav__circle {
  position: absolute;
  width: 675px;
  height: 675px;
  border-radius: 50%;
  background: #ffd3e1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.9s ease;
  pointer-events: none;
}
.fullscreen-nav__circle.is-visible {
  transform: translate(-50%, -50%) scale(1);
}
@media (max-height: 1024px) {
  .fullscreen-nav__circle {
    width: 500px;
    height: 500px;
  }
}
@media (max-width: 768px) {
  .fullscreen-nav__circle {
    width: 90vw;
    height: 90vw;
  }
}
@media (max-width: 620px) {
  .fullscreen-nav__circle {
    width: 140vw;
    height: 140vw;
  }
}
.fullscreen-nav__menu {
  position: relative;
  z-index: 1;
  text-align: center;
}
.fullscreen-nav__menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.fullscreen-nav__menu li {
  margin: 0;
  padding: 0;
}
.fullscreen-nav__menu a {
  display: block;
  font-family: "Google Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 60px;
  line-height: 1.2;
  color: #000000;
  text-decoration: none;
  padding: 4px 0;
  transition: opacity 0.2s ease;
}
.fullscreen-nav__menu a:hover {
  opacity: 0.6;
}
.fullscreen-nav__menu a:visited {
  color: #000000;
}
@media (max-height: 1024px) {
  .fullscreen-nav__menu a {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .fullscreen-nav__menu a {
    font-size: 40px;
  }
}
@media (max-width: 480px) {
  .fullscreen-nav__menu a {
    font-size: 32px;
  }
}

.splash-screen {
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: #ff226b;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.6s ease;
}
.splash-screen.is-fading {
  opacity: 0;
}
.splash-screen__logo {
  width: 200px;
  height: 200px;
  transform: scale(0) rotate(-1080deg);
  transition: transform 0.8s ease;
}
.splash-screen__logo svg {
  display: block;
  width: 100%;
  height: 100%;
}
.splash-screen__logo.is-visible {
  transform: scale(1) rotate(0deg);
}
.splash-screen__logo.is-spinning-out {
  transform: scale(0) rotate(1080deg);
  transition: transform 0.4s ease;
}

.page-template-page-contact footer.site-footer .footer-section-break,
.page-template-page-contact footer.site-footer .footer-cta {
  display: none !important;
}

.page-template-page-contact footer.site-footer .footer-bar {
  background-color: #ffe8ef;
}
.page-template-page-contact footer.site-footer .footer-bar::before {
  background-color: rgba(255, 232, 239, 0.2);
}

.page-template-page-contact footer.site-footer .footer-bar__inner,
.page-template-page-contact footer.site-footer .footer-bar__inner a,
.page-template-page-contact footer.site-footer .footer-bar__links a,
.page-template-page-contact footer.site-footer .footer-bar__contact a,
.page-template-page-contact footer.site-footer .footer-bar__social {
  color: #000000;
}

.page-template-page-contact footer.site-footer .footer-bar__logo img {
  filter: brightness(0);
}

footer.site-footer {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  overflow: hidden;
  position: relative;
  z-index: 1;
}
footer.site-footer .footer-section-break {
  width: 100%;
  height: 48px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  footer.site-footer .footer-section-break {
    height: 40px;
  }
}
footer.site-footer .footer-section-break__text {
  font-family: "Google Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #ffffff;
}
@media (max-width: 768px) {
  footer.site-footer .footer-section-break__text {
    font-size: 15px;
  }
}
footer.site-footer .footer-cta {
  background-color: #f9ecdc;
  text-align: center;
  padding: 120px 20px 80px;
}
footer.site-footer .footer-cta__heading {
  font-family: "Google Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 70px;
  line-height: 70px;
  color: #000000;
  margin: 0 auto 20px;
  max-width: 950px;
}
footer.site-footer .footer-cta__subheading {
  font-family: "Google Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 33px;
  color: #000000;
  margin: 0 auto 40px;
  max-width: 550px;
}
footer.site-footer .footer-cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  height: 53px;
  padding: 0 32px;
  border-radius: 999px;
  font-family: "Google Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  transition: transform 0.3s ease, background 0.2s ease;
  color: #ffffff;
  background-color: #ff226b;
}
footer.site-footer .footer-cta__button:hover {
  transform: scale(1.1);
}
footer.site-footer .footer-cta__button:visited {
  color: #ffffff;
}
footer.site-footer .footer-bar {
  background-color: #ff226b;
  padding: 30px 0;
  position: relative;
  overflow: hidden;
}
footer.site-footer .footer-bar::before {
  content: "";
  position: absolute;
  right: -300px;
  top: 23px;
  width: 818px;
  height: 251px;
  background-color: #ffd3e1;
  border-radius: 126px;
  z-index: 0;
}
@media (max-width: 768px) {
  footer.site-footer .footer-bar::before {
    display: none;
  }
}
footer.site-footer .footer-bar__inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
  padding: 0 40px;
}
@media (max-width: 1260px) {
  footer.site-footer .footer-bar__inner {
    gap: 20px;
  }
}
@media (max-width: 1260px) {
  footer.site-footer .footer-bar__contact {
    width: 100%;
    order: 5;
  }
  footer.site-footer .footer-bar__links {
    width: 100%;
    order: 10;
  }
  footer.site-footer .footer-bar__right {
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    align-items: center;
  }
}
footer.site-footer .footer-bar__logo {
  flex-shrink: 0;
}
footer.site-footer .footer-bar__logo img {
  display: block;
  height: 23px;
  width: auto;
}
footer.site-footer .footer-bar__contact {
  flex-shrink: 0;
}
footer.site-footer .footer-bar__contact a {
  display: block;
  font-family: "Google Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.6;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
}
footer.site-footer .footer-bar__contact a:visited {
  color: #ffffff;
}
footer.site-footer .footer-bar__links {
  flex-shrink: 0;
}
footer.site-footer .footer-bar__links a {
  display: block;
  font-family: "Google Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 10px;
  line-height: 1.6;
  color: #ffffff;
  text-decoration: underline;
  text-transform: uppercase;
}
footer.site-footer .footer-bar__links a:visited {
  color: #ffffff;
}
footer.site-footer .footer-bar__right {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 32px;
  flex-shrink: 0;
}
footer.site-footer .footer-bar__social {
  color: #000000;
  display: block;
}
footer.site-footer .footer-bar__social svg {
  display: block;
  width: 35px;
  height: 35px;
}
footer.site-footer .footer-bar__partner {
  display: block;
}
footer.site-footer .footer-bar__partner img {
  display: block;
  height: 30px;
  width: auto;
}
footer.site-footer .footer-bar__partner--1 img {
  height: 25px;
}
@media (max-width: 768px) {
  footer.site-footer .footer-cta {
    padding: 60px 30px 40px;
  }
  footer.site-footer .footer-cta__heading {
    font-size: 28px;
    line-height: 32px;
  }
  footer.site-footer .footer-cta__subheading {
    font-size: 20px;
    line-height: 25px;
  }
  footer.site-footer .footer-bar {
    padding: 40px 0 0;
  }
  footer.site-footer .footer-bar__inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
    padding: 0 30px;
  }
  footer.site-footer .footer-bar__logo {
    order: -1;
  }
  footer.site-footer .footer-bar__contact a {
    text-align: center;
    font-size: 12px;
  }
  footer.site-footer .footer-bar__links a {
    font-size: 8px;
    text-align: center;
  }
  footer.site-footer .footer-bar__right {
    position: relative;
    top: auto;
    right: auto;
    transform: none;
    align-self: flex-end;
    margin-left: 0;
    margin-right: -30px;
    margin-top: 20px;
    order: 99;
    background-color: #ffd3e1;
    border-radius: 126px 0 0 126px;
    padding: 25px 60px 25px 35px;
    gap: 16px;
  }
  footer.site-footer .footer-bar__social svg {
    width: 28px;
    height: 28px;
  }
}
@media (max-width: 768px) and (max-width: 620px) {
  footer.site-footer .footer-bar__social svg {
    height: 20px;
    width: 20px;
  }
}
@media (max-width: 768px) {
  footer.site-footer .footer-bar__partner img {
    height: 28px;
  }
}
@media (max-width: 768px) and (max-width: 620px) {
  footer.site-footer .footer-bar__partner img {
    height: 20px;
  }
}
@media (max-width: 768px) {
  footer.site-footer .footer-bar__partner .footer-bar__partner--1 img {
    height: 22px;
  }
}
@media (max-width: 768px) and (max-width: 620px) {
  footer.site-footer .footer-bar__partner .footer-bar__partner--1 img {
    height: 16px;
  }
}

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

/* 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: #fefbf8;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #000000;
  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;
}

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: center !important;
  background-repeat: no-repeat !important;
}

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

.g {
  display: grid;
}

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

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

.pt-2 {
  padding-top: 2rem;
}

.pt-3 {
  padding-top: 3rem;
}

.pt-4 {
  padding-top: 4rem;
}

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

.pb-1 {
  padding-bottom: 1rem;
}

.pb-2 {
  padding-bottom: 2rem;
}

.pb-3 {
  padding-bottom: 3rem;
}

.pb-4 {
  padding-bottom: 4rem;
}

.p-0 {
  padding: 0;
}

.p-1 {
  padding: 1rem;
}

.p-2 {
  padding: 2rem;
}

.p-3 {
  padding: 3rem;
}

.p-4 {
  padding: 4rem;
}

.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 {
  padding: 20px;
  max-width: 1340px;
  margin: 0 auto;
}

.tutor-single .tutor-img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .tutor-single .columns {
    display: flex;
    gap: 20px;
  }
  .tutor-single .columns .col:first-child {
    flex: 0 0 33%;
  }
}
@media (max-width: 620px) {
  .tutor-single .columns {
    display: flex;
    flex-direction: column;
  }
}

.insight-hero {
  width: 100%;
  padding: 200px 20px 0;
  overflow: hidden;
}
.insight-hero__container {
  max-width: 1200px;
  margin: 0 auto;
}
.insight-hero__title {
  font-family: "Google Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 60px;
  line-height: 63px;
  color: #000000;
  text-align: center;
  margin: 0 auto 30px;
  max-width: 780px;
}
@media (max-width: 768px) {
  .insight-hero__title {
    font-size: 36px;
    line-height: 40px;
  }
}
@media (max-width: 480px) {
  .insight-hero__title {
    font-size: 28px;
    line-height: 32px;
  }
}
.insight-hero__layout {
  position: relative;
  min-height: 450px;
}
@media (max-width: 768px) {
  .insight-hero__layout {
    min-height: auto;
  }
}
.insight-hero__pill {
  position: absolute;
  left: 0;
  right: -100vw;
  bottom: 0;
  height: 273px;
  border-radius: 160px 0 0 160px;
  z-index: 0;
}
.insight-hero__image-wrap {
  position: relative;
  z-index: 1;
  width: 575px;
  height: 385px;
  margin-left: 8%;
}
@media (max-width: 768px) {
  .insight-hero__image-wrap {
    width: 100%;
    height: 300px;
    margin-left: 0;
  }
}
.insight-hero__image {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  -o-object-fit: cover;
     object-fit: cover;
}
.insight-hero__bubble {
  position: absolute;
  z-index: 2;
  left: 36px;
  bottom: 36px;
  width: 200px;
  height: 200px;
}
@media (max-width: 768px) {
  .insight-hero__bubble {
    position: relative;
    left: 0;
    margin-top: -60px;
  }
}
.insight-hero__bubble-svg {
  display: block;
  width: 100%;
  height: 100%;
}
.insight-hero__bubble-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -55%);
  font-family: "Google Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.3;
  text-transform: uppercase;
  text-align: center;
  width: 160px;
}
.insight-hero__date {
  display: block;
  margin-bottom: 10px;
}
.insight-hero__author {
  display: block;
}

.contact-page {
  width: 100%;
  min-height: 100vh;
  padding: 120px 20px 80px;
}
.contact-page__container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact-page__circle {
  width: 450px;
  height: 450px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
  position: relative;
}
.contact-page__circle::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: var(--circle-bg);
  z-index: 0;
  transform: scale(0);
  transition: transform 0.9s ease;
}
.contact-page__circle.is-visible::before {
  transform: scale(1);
}
@media (max-width: 768px) {
  .contact-page__circle {
    width: 300px;
    height: 300px;
    margin-bottom: 40px;
  }
}
.contact-page__title {
  position: relative;
  z-index: 1;
  font-family: "Google Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 80px;
  line-height: 80px;
  color: #000000;
  text-align: center;
  margin: 0;
}
@media (max-width: 768px) {
  .contact-page__title {
    font-size: 48px;
    line-height: 48px;
  }
}
.contact-page__body {
  font-family: "Google Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 33px;
  color: #ffffff;
  text-align: center;
  max-width: 899px;
  margin-bottom: 40px;
}
.contact-page__body a {
  color: #ffffff;
  text-decoration: underline;
}
.contact-page__body p {
  margin: 0 0 16px;
}
.contact-page__body p:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .contact-page__body {
    font-size: 22px;
    line-height: 26px;
  }
}
.contact-page__map {
  width: 100%;
  max-width: 780px;
  margin-bottom: 50px;
}
.contact-page__map img {
  display: block;
  width: 100%;
  height: 428px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}
@media (max-width: 768px) {
  .contact-page__map img {
    height: 280px;
  }
}
.contact-page__details {
  display: flex;
  gap: 40px;
  width: 100%;
  max-width: 780px;
  color: #ffffff;
  font-family: "Google Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: normal;
}
@media (max-width: 768px) {
  .contact-page__details {
    flex-direction: column;
    gap: 20px;
  }
}
.contact-page__details-left {
  flex: 1;
}
.contact-page__details-left a {
  display: block;
  color: #ffffff;
  text-decoration: none;
  margin-bottom: 8px;
}
.contact-page__details-right {
  flex: 1;
}

body {
  font-size: 16px;
}/*# sourceMappingURL=style.css.map */