/*!
Theme Name: daya
Theme URI: http://underscores.me/
Author: Basil Okache
Author URI: http://underscores.me/
Description: Theme for The Blotted
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: daya
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.

daya 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:
----------------------------------------------------------------
# Custom
	- Base
	- Layout
	- Module


*/
/*! tailwindcss v3.3.3 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/
html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/*
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;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-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; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-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; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
/*
0-640px: Phone
640 - 768px: Tablet portrait
768 - 1024px: Tablet landscape
1024 - px: Small desktop styles
$breakpoint arguments choices:
-sm
-md
-lg
-xl
1em = 16px
*/
@font-face {
  font-family: "Gilroy";
  src: url("./assets/fonts/Gilroy-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("./assets/fonts/Gilroy-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
*,
html,
body {
  font-family: Gilroy;
  font-size: 12px;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
@media screen and (min-width: 420px) {
  *,
  html,
  body {
    font-size: 18px;
  }
}

body {
  background-color: #FFFFFF;
  font-size: 1em;
  overflow-x: hidden;
  font-family: "Palatino Linotype", sans-serif;
  width: 100%;
}

.site-wrapper {
  margin: 0 auto;
  width: 85%;
}

.main-nav {
  background: linear-gradient(180deg, #BFE9F7 100%, #FFFFFF 100%);
  height: 125px;
  width: 100%;
}
.main-nav__wrapper {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding-top: 40px;
  width: 85%;
}
@media (max-width: 1190px) {
  .main-nav__wrapper {
    padding-top: 40px;
  }
}
.main-nav__wrapper .logo {
  width: 30%;
}
.main-nav__wrapper .nav {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 65%;
}
.main-nav__wrapper .nav-items {
  display: flex;
  font-size: 18px;
  gap: 20px;
}
@media (max-width: 1190px) {
  .main-nav__wrapper .nav-items {
    display: none;
  }
}
.main-nav__wrapper .nav-items a {
  color: #000000;
  transition: 0.2s;
}
.main-nav__wrapper .nav-items a:hover {
  color: #92C557;
}
.main-nav__wrapper .nav .secondary-menu-links {
  display: flex;
  font-size: 18px;
  gap: 6px;
}
@media (max-width: 1190px) {
  .main-nav__wrapper .nav .secondary-menu-links {
    display: none;
  }
}
.main-nav__wrapper .nav .secondary-menu-links .help {
  align-items: center;
  display: flex;
  gap: 28px;
  width: 18%;
  margin-right: 20px;
}
.main-nav__wrapper .nav .secondary-menu-links .help .location-info {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.main-nav__wrapper .nav .secondary-menu-links .help .location-info img {
  margin-right: 6px;
}
.main-nav__wrapper .nav .secondary-menu-links .help .location-info .arrow-down {
  margin-left: 5px;
  width: 10px;
}
.main-nav__wrapper .nav .secondary-menu-links .help .location-info .rotate {
  transform: rotate(180deg);
  transition: 0.3s;
}
.main-nav__wrapper .nav .secondary-menu-links .help .location-info .dropdown {
  display: none;
  position: absolute;
  background-color: #5B5B5B;
  z-index: 1;
  top: 24px;
  width: 40px;
  border-radius: 4px;
  transition: 0.3s ease;
}
.main-nav__wrapper .nav .secondary-menu-links .help .location-info .dropdown .dropdown-item {
  display: flex;
  align-items: center;
  padding: 10px;
  color: #000000;
  text-decoration: none;
}
.main-nav__wrapper .nav .secondary-menu-links .help .location-info .dropdown .dropdown-item img {
  width: 20px;
  height: 15px;
  margin-right: 5px;
}
.main-nav__wrapper .nav .secondary-menu-links .help .location-info .dropdown .dropdown-item:hover {
  color: #218810;
  transition: 0.3s ease;
}
.main-nav__wrapper .nav .secondary-menu-links .help .location-info .show {
  display: block;
}
.main-nav__wrapper .nav .secondary-menu-links .help p a {
  color: #000000;
  font-size: 18px;
}
.main-nav__wrapper .nav .secondary-menu-links .signup {
  padding: 8px 32px;
  border-radius: 20px;
  background-color: #92C557;
  border: 2px solid transparent;
  color: #ffffff;
  cursor: pointer;
  transition: background-color 0.3s;
  text-decoration: none;
  font-weight: 700;
}
.main-nav__wrapper .nav .secondary-menu-links .signup:hover {
  color: #92C557;
  background-color: #ffffff;
}
.main-nav__wrapper .mobile-menu {
  display: none;
}
@media (max-width: 1190px) {
  .main-nav__wrapper .mobile-menu {
    display: flex;
    position: relative;
  }
}
.main-nav__wrapper .mobile-menu-hamburger {
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.main-nav__wrapper .mobile-menu-hamburger .bar {
  width: 25px;
  height: 3px;
  margin: 4px 0;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
  z-index: 1000;
}
.main-nav__wrapper .mobile-menu-hamburger.active .bar:nth-child(1) {
  background-color: #FFFFFF;
  transform: rotate(45deg) translate(10px, 10px);
}
.main-nav__wrapper .mobile-menu-hamburger.active .bar:nth-child(2) {
  opacity: 0;
}
.main-nav__wrapper .mobile-menu-hamburger.active .bar:nth-child(3) {
  background-color: #FFFFFF;
  transform: rotate(-45deg) translate(5px, -5px);
}
.main-nav__wrapper .mobile-menu-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  z-index: 999;
  align-items: center;
  padding-top: 20%;
}
.main-nav__wrapper .mobile-menu-modal.active {
  display: flex;
  flex-direction: column;
}
.main-nav__wrapper .mobile-menu-modal .mobile-nav-items {
  align-items: center;
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0;
}
.main-nav__wrapper .mobile-menu-modal .mobile-nav-items li {
  margin: 20px 0;
}
.main-nav__wrapper .mobile-menu-modal .mobile-nav-items li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 24px;
  transition: color 0.2s;
}
.main-nav__wrapper .mobile-menu-modal .mobile-nav-items li a:hover {
  color: #92C557;
}
.main-nav__wrapper .mobile-menu-modal .mobile-secondary-menu-links {
  align-items: center;
  display: flex;
  margin-top: 20px;
}
.main-nav__wrapper .mobile-menu-modal .mobile-secondary-menu-links a {
  border-radius: 20px;
  background-color: #92C557;
  border: 2px solid transparent;
  color: #ffffff;
  cursor: pointer;
  transition: background-color 0.3s;
  text-decoration: none;
  font-weight: 700;
  padding: 8px 32px;
}

.site-footer {
  background: linear-gradient(180deg, #FBFEFF -100%, #92C557 100%);
  padding-top: 100px;
}
.site-footer .footer-section {
  background-color: #2A2B2D;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  width: 90%;
  margin: auto;
}
@media (max-width: 700px) {
  .site-footer .footer-section {
    width: 100%;
  }
}
.site-footer .footer-section .footer-content {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  padding-top: 40px;
}
@media (max-width: 700px) {
  .site-footer .footer-section .footer-content {
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
  }
}
.site-footer .footer-section .footer-content .subscribe {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 25%;
}
@media (max-width: 700px) {
  .site-footer .footer-section .footer-content .subscribe {
    width: 100%;
  }
}
.site-footer .footer-section .footer-content .subscribe img {
  height: 44px;
  -o-object-fit: contain;
     object-fit: contain;
  width: 141px;
}
.site-footer .footer-section .footer-content .subscribe p {
  font-size: 16px;
  color: #ffffff;
  width: 96%;
}
@media (max-width: 700px) {
  .site-footer .footer-section .footer-content .subscribe p {
    width: 100%;
  }
}
.site-footer .footer-section .footer-content .subscribe h5 {
  font-size: 12px;
  color: #ffffff;
  font-weight: 300;
  margin-bottom: 12px;
}
.site-footer .footer-section .footer-content .subscribe a {
  padding: 8px 24px;
  border-radius: 20px;
  background-color: #92C557;
  border: 11px;
  font-weight: 600;
  color: #000000;
  cursor: pointer;
  transition: background-color 0.3s;
  text-align: center;
  width: 160px;
}
.site-footer .footer-section .footer-content .subscribe a:hover {
  color: #92C557;
  background-color: #FFFFFF;
  font-weight: 600;
}
.site-footer .footer-section .footer-content .ambassadors {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 700px) {
  .site-footer .footer-section .footer-content .ambassadors {
    width: 100%;
  }
}
.site-footer .footer-section .footer-content .ambassadors h5 {
  font-size: 17px;
  color: #92C557;
  width: 74%;
}
.site-footer .footer-section .footer-content .ambassadors p {
  font-size: 15px;
  color: #ffffff;
  font-weight: 300;
}
.site-footer .footer-section .footer-content .ambassadors p a {
  font-size: 15px;
  color: #ffffff;
  transition: 0.3s ease;
}
.site-footer .footer-section .footer-content .ambassadors p a:hover {
  color: #92C557;
}
.site-footer .footer-section .footer-content .follow-us {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.site-footer .footer-section .footer-content .follow-us img {
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  width: 15px;
}
@media (max-width: 1190px) {
  .site-footer .footer-section .footer-content .follow-us img {
    width: 100%;
  }
  .site-footer .footer-section .footer-content .follow-us {
    width: 100%;
  }
}
.site-footer .footer-section .footer-content .follow-us p {
  color: #92C557;
  font-size: 17px;
}
.site-footer .footer-section .footer-content .follow-us .socials {
  display: flex;
  gap: 20px;
  align-items: center;
}
@media (max-width: 1190px) {
  .site-footer .footer-section .footer-content .follow-us .socials {
    width: 100%;
  }
}
.site-footer .footer-section .footer-content .follow-us .socials img {
  width: 100%;
}
@media (max-width: 1190px) {
  .site-footer .footer-section .footer-content .follow-us .socials img {
    width: 100%;
  }
}
.site-footer .footer-section .footer-content .follow-us .socials span {
  color: #FFFFFF;
  font-size: 15px;
}
.site-footer .footer-section .footer-content .follow-us .socials span:hover {
  color: #92C557;
  transition: 0.3s ease;
}
.site-footer .footer-section .footer-content .help {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 700px) {
  .site-footer .footer-section .footer-content .help {
    width: 100%;
  }
}
.site-footer .footer-section .footer-content .help h5 {
  font-size: 17px;
  color: #92C557;
}
.site-footer .footer-section .footer-content .help p {
  color: #FFFFFF;
  font-size: 15px;
  margin-bottom: 0px;
}
.site-footer .footer-section .footer-content .help p a {
  color: #ffffff;
  font-weight: 300;
  font-size: 15px;
}
.site-footer .footer-section .footer-content .help p a:hover {
  color: #92C557;
  transition: 0.3s ease;
}
.site-footer .footer-section .wrapper {
  display: flex;
  flex-direction: column;
  margin: auto;
  padding: 20px 0 40px 0;
  width: 100%;
}
@media (max-width: 700px) {
  .site-footer .footer-section .wrapper {
    width: 93%;
    flex-direction: row;
  }
}
.site-footer .footer-section .wrapper .copyright {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  padding-top: 20px;
}
@media (max-width: 700px) {
  .site-footer .footer-section .wrapper .copyright {
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }
}
.site-footer .footer-section .wrapper p {
  font-size: 15px;
  color: #ffffff;
  font-weight: 200;
}
.site-footer .footer-section .wrapper .terms {
  display: flex;
  gap: 20px;
}
.site-footer .footer-section .wrapper .terms p a {
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 200;
}
.site-footer .footer-section .wrapper .terms p a:hover {
  color: #92C557;
  transition: ease 0.3s;
}

.hero-section {
  background: linear-gradient(180deg, #BFE9F7 0%, #FFFFFF 100%);
  padding: 50px 0;
}
@media (max-width: 700px) {
  .hero-section {
    padding: 50px 0;
  }
}
.hero-section .hero {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 700px) {
  .hero-section .hero {
    flex-direction: column;
    width: 100%;
  }
}
.hero-section .hero .left-hero {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}
@media (max-width: 700px) {
  .hero-section .hero .left-hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
}
.hero-section .hero .left-hero h2 {
  font-size: 44px;
  font-weight: bold;
  line-height: 50px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
@media (max-width: 700px) {
  .hero-section .hero .left-hero h2 {
    font-size: 32px;
    text-align: center;
    padding-bottom: 10px;
  }
}
.hero-section .hero .left-hero .stroke {
  border: 2.6px solid;
  color: #FFA500;
  width: 62%;
  border-radius: 4px;
}
@media (max-width: 700px) {
  .hero-section .hero .left-hero .stroke {
    width: 85%;
  }
}
.hero-section .hero .left-hero p {
  width: 80%;
  color: #5B5B5B;
  font-size: 24px;
}
@media (max-width: 700px) {
  .hero-section .hero .left-hero p {
    width: 90%;
    text-align: center;
  }
}
.hero-section .hero .left-hero h3 {
  font-size: 32px;
  font-weight: bold;
}
@media (max-width: 700px) {
  .hero-section .hero .left-hero h3 {
    font-size: 28px;
  }
}
.hero-section .hero .left-hero a {
  padding: 8px 40px;
  border-radius: 20px;
  background-color: #92C557;
  border: 2px solid;
  color: #ffffff;
  cursor: pointer;
  transition: background-color 0.3s;
  font-size: 18px;
  font-weight: 700;
  height: 44px;
  text-align: center;
  text-decoration: none;
  width: 160px;
}
.hero-section .hero .left-hero a:hover {
  color: #92C557;
  background-color: #ffffff;
}
.hero-section .hero .right-hero {
  width: 100%;
}
@media (max-width: 700px) {
  .hero-section .hero .right-hero {
    width: 100%;
  }
}
.hero-section .hero .right-hero img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
@media (max-width: 700px) {
  .hero-section .hero .right-hero img {
    width: 100%;
  }
}

.reward-section {
  padding: 50px 0;
}
@media (max-width: 700px) {
  .reward-section {
    padding: 20px 0;
  }
}
.reward-section .rewards {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
@media (max-width: 700px) {
  .reward-section .rewards {
    padding: 20px 0;
  }
}
.reward-section .rewards p {
  font-size: 25px;
  font-weight: 700;
}
.reward-section .rewards h5 {
  font-size: 25px;
  font-weight: 700;
}
@media (max-width: 700px) {
  .reward-section .rewards h5 {
    text-align: center;
  }
}
.reward-section .rewards .ash-stroke {
  background-color: #A79FF9;
  border-radius: 6px;
  height: 10px;
  width: 34%;
}
@media (max-width: 700px) {
  .reward-section .rewards .ash-stroke {
    width: 70%;
  }
}
.reward-section .rewards .collaged-image {
  padding-top: 20px;
}
@media (max-width: 700px) {
  .reward-section .rewards .collaged-image img {
    width: 100%;
  }
}
.reward-section .rewards .get-started {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.reward-section .rewards .get-started img {
  position: absolute;
  left: 100px;
  bottom: 40px;
}
@media (max-width: 700px) {
  .reward-section .rewards .get-started img {
    display: none;
  }
}
.reward-section .rewards .get-started p {
  width: 43%;
  font-size: 18px;
  text-align: center;
  font-weight: 400;
  line-height: 21.6px;
}
@media (max-width: 700px) {
  .reward-section .rewards .get-started p {
    width: 100%;
  }
}
.reward-section .rewards .get-started a {
  padding: 8px 40px;
  border-radius: 20px;
  background-color: #1F6DA7;
  border: 2px solid;
  color: #ffffff;
  cursor: pointer;
  font-size: 18px;
  line-height: 17px;
  transition: background-color 0.3s;
  height: 36px;
  text-align: center;
  text-decoration: none;
  width: 185px;
}
.reward-section .rewards .get-started a:hover {
  color: #1F6DA7;
  background-color: #ffffff;
}

.games-section {
  padding: 150px 0;
}
@media (max-width: 700px) {
  .games-section {
    padding: 20px 0;
  }
}
.games-section .games-earn {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 700px) {
  .games-section .games-earn {
    flex-direction: column-reverse;
    gap: 30px;
  }
}
.games-section .games-earn .cta-holder {
  display: flex;
  justify-content: space-between;
  background-color: #292175;
  border-radius: 24px;
  gap: 32px;
  margin: auto;
  padding: 40px 32px;
  width: 88%;
}
@media (max-width: 700px) {
  .games-section .games-earn .cta-holder {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
}
.games-section .games-earn .cta-holder .game-copy {
  width: 57%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1200px) {
  .games-section .games-earn .cta-holder .game-copy {
    width: 100%;
  }
}
.games-section .games-earn .cta-holder .game-copy h4 {
  font-size: 36px;
  font-weight: bold;
  line-height: 45px;
  color: #ffffff;
  width: 70%;
  text-align: center;
}
@media (max-width: 700px) {
  .games-section .games-earn .cta-holder .game-copy h4 {
    width: 100%;
  }
}
.games-section .games-earn .cta-holder .game-copy .white-stroke {
  border: 3px solid;
  width: 52%;
  color: #D7FBAC;
  border-radius: 10px;
}
@media (max-width: 700px) {
  .games-section .games-earn .cta-holder .game-copy .white-stroke {
    width: 70%;
  }
}
.games-section .games-earn .cta-holder .game-copy p {
  font-size: 20px;
  color: #FFFFFF;
  width: 86%;
  text-align: center;
}
@media (max-width: 700px) {
  .games-section .games-earn .cta-holder .game-copy p {
    width: 100%;
  }
}
.games-section .games-earn .cta-holder .game-copy a {
  padding: 10px 26px;
  border-radius: 18px;
  background-color: #F0DD91;
  color: #000000;
  border: 1px solid;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s;
  font-family: "Gilroy";
}
.games-section .games-earn .cta-holder .game-copy a:hover {
  color: #F0DD91;
  background-color: #000000;
  font-weight: 800;
}
.games-section .games-earn .game-image {
  position: relative;
}
@media (max-width: 700px) {
  .games-section .games-earn .game-image {
    width: 100%;
    padding-top: 20px;
  }
}
.games-section .games-earn .game-image img {
  position: absolute;
  bottom: -85px;
  left: 80px;
  right: auto;
}
@media (max-width: 1200px) {
  .games-section .games-earn .game-image img {
    position: relative;
    width: 100%;
    left: 0;
    bottom: 0;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.data-section {
  background: linear-gradient(180deg, #FBFEFF 0%, #92C557 200%);
  padding: 100px 0;
}
@media (max-width: 700px) {
  .data-section {
    padding-top: 20px;
  }
}
.data-section .learn-more {
  display: flex;
  width: 100%;
}
@media (max-width: 700px) {
  .data-section .learn-more {
    flex-direction: column-reverse;
    gap: 10px;
    width: 100%;
  }
}
.data-section .learn-more .perks {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin: auto;
  width: 100%;
}
@media (max-width: 700px) {
  .data-section .learn-more .perks {
    padding-top: 50px;
  }
}
.data-section .learn-more .perks h4 {
  font-size: 30px;
  font-weight: 800;
  line-height: 36.75px;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 700px) {
  .data-section .learn-more .perks h4 {
    width: 100%;
  }
}
.data-section .learn-more .perks h5 {
  font-size: 20px;
  width: 100%;
  font-weight: bold;
  margin: 10px 0px 2px 0px;
}
@media (max-width: 700px) {
  .data-section .learn-more .perks h5 {
    width: 100%;
  }
}
.data-section .learn-more .perks p {
  font-size: 20px;
  width: 72%;
  margin-top: 8px;
}
@media (max-width: 700px) {
  .data-section .learn-more .perks p {
    width: 100%;
  }
}
.data-section .learn-more .perks a {
  padding: 12px 27px;
  border-radius: 26px;
  background-color: #A79FF9;
  color: #ffffff;
  font-weight: bold;
  border: 1px solid transparent;
  cursor: pointer;
  transition: background-color 0.3s;
  text-align: center;
  text-decoration: none;
  width: 160px;
}
.data-section .learn-more .perks a:hover {
  color: #A79FF9;
  background-color: #FFFFFF;
}
.data-section .learn-more .perks-graphics {
  width: 100%;
}
@media (max-width: 700px) {
  .data-section .learn-more .perks-graphics {
    padding-top: 30px;
    padding-left: 20px;
    width: 100%;
  }
}
.data-section .learn-more .perks-graphics .background-vector {
  position: relative;
}
.data-section .learn-more .perks-graphics .background-vector .one {
  position: absolute;
  right: 4px;
}
@media (max-width: 700px) {
  .data-section .learn-more .perks-graphics .background-vector .one {
    width: 100%;
    display: none;
  }
}
.data-section .learn-more .perks-graphics .three {
  position: absolute;
  top: 320px;
  right: -40px;
}
@media (max-width: 700px) {
  .data-section .learn-more .perks-graphics .three {
    top: 220px;
    display: none;
  }
}
.data-section .learn-more .perks-graphics .main-image {
  position: relative;
}
.data-section .learn-more .perks-graphics .main-image img {
  position: absolute;
  right: 64px;
  top: 27px;
}
@media (max-width: 700px) {
  .data-section .learn-more .perks-graphics .main-image img {
    position: relative;
    top: 27px;
    left: -10px;
    width: 100%;
  }
}

.page-template-page-about .hero-about {
  background: linear-gradient(180deg, #BFE9F7 0%, #FFFFFF 100%);
  padding-top: 90px;
}
.page-template-page-about .hero-about .about .about-top {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.page-template-page-about .hero-about .about .about-top h2 {
  font-size: 40px;
  font-weight: 700;
  max-width: 70%;
margin: 0 auto;
  text-align: center;
  margin-bottom: 10px;
}
@media (max-width: 700px) {
  .page-template-page-about .hero-about .about .about-top h2 {
    width: 100%;
  }
}
.page-template-page-about .hero-about .about .about-top .stroke {
  border: 2.6px solid;
  color: #FFA500;
  width: 27%;
  border-radius: 4px;
}
@media (max-width: 700px) {
  .page-template-page-about .hero-about .about .about-top .stroke {
    width: 85%;
  }
}
.page-template-page-about .hero-about .about .about-top p {
  width: 44%;
  text-align: center;
  font-size: 24px;
  color: #5b5b5b;
}
@media (max-width: 1190px) {
  .page-template-page-about .hero-about .about .about-top p {
    width: 100%;
    font-size: 24px;
  }
}
.page-template-page-about .hero-about .about .about-top .img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
@media (max-width: 700px) {
  .page-template-page-about .hero-about .about .about-top .img {
    width: 100%;
  }
}
.page-template-page-about .about-us {
  background: linear-gradient(180deg, #FBFEFF 20%, #92C557 200%);
  padding-top: 50px;
}
.page-template-page-about .about-us .our-mission {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto;
  text-align: center;
  width: 81%;
}
@media (max-width: 700px) {
  .page-template-page-about .about-us .our-mission {
    width: 100%;
  }
}
.page-template-page-about .about-us p {
  font-size: 24px;
}

.page-template-page-ambassador .hero-ambassadors {
  background: linear-gradient(180deg, #BFE9F7 0%, #FFFFFF 100%);
  padding-top: 90px;
  width: 100%;
}
.page-template-page-ambassador .hero-ambassadors .ambassadors-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto;
  gap: 20px;
}
.page-template-page-ambassador .hero-ambassadors .ambassadors-content h2 {
  font-size: 40px;
  font-weight: 700;
  width: 40%;
  text-align: center;
}
@media (max-width: 700px) {
  .page-template-page-ambassador .hero-ambassadors .ambassadors-content h2 {
    font-size: 30px;
    width: 100%;
  }
}
.page-template-page-ambassador .hero-ambassadors .ambassadors-content .stroke {
  border: 2.6px solid;
  color: #FFA500;
  width: 27%;
  border-radius: 4px;
}
@media (max-width: 700px) {
  .page-template-page-ambassador .hero-ambassadors .ambassadors-content .stroke {
    width: 80%;
  }
}
.page-template-page-ambassador .hero-ambassadors .ambassadors-content p {
  font-size: 24px;
  color: #5b5b5b;
  text-align: center;
  width: 40%;
  font-weight: 400;
}
@media (max-width: 700px) {
  .page-template-page-ambassador .hero-ambassadors .ambassadors-content p {
    width: 100%;
  }
}
.page-template-page-ambassador .hero-ambassadors .ambassadors-content a {
  padding: 8px 34px;
  border-radius: 20px;
  background-color: #92C557;
  border: 2px solid;
  color: #ffffff;
  cursor: pointer;
  transition: background-color 0.3s;
  font-weight: 700;
}
.page-template-page-ambassador .hero-ambassadors .ambassadors-content a:hover {
  color: #92C557;
  background-color: #ffffff;
}
.page-template-page-ambassador .hero-ambassadors .ambassadors-content img {
  -o-object-fit: contain;
     object-fit: contain;
  width: auto;
}
@media (max-width: 700px) {
  .page-template-page-ambassador .hero-ambassadors .ambassadors-content img {
    width: 100%;
  }
}
.page-template-page-ambassador .hero-ambassadors .ambassadors-content .vector-image {
  position: relative;
}
.page-template-page-ambassador .hero-ambassadors .ambassadors-content .vector-image img {
  position: absolute;
  left: 311px;
  bottom: 44px;
}
@media (max-width: 700px) {
  .page-template-page-ambassador .hero-ambassadors .ambassadors-content .vector-image img {
    display: none;
  }
}
.page-template-page-ambassador .ambassadors-perk {
  width: 100%;
}
.page-template-page-ambassador .ambassadors-perk .ambassadors-join {
  display: flex;
  flex-direction: column;
  width: 70%;
  text-align: center;
  margin: auto;
}
@media (max-width: 700px) {
  .page-template-page-ambassador .ambassadors-perk .ambassadors-join {
    width: 100%;
  }
}
.page-template-page-ambassador .ambassadors-perk .ambassadors-join p {
  font-size: 24px;
  font-weight: 400;
}
.page-template-page-ambassador .benefits-ambassadors {
  padding-top: 100px;
  width: 100%;
}
.page-template-page-ambassador .benefits-ambassadors .benefits-container {
  width: 80%;
  margin: auto;
  padding-top: 80px;
}
@media (max-width: 700px) {
  .page-template-page-ambassador .benefits-ambassadors .benefits-container {
    width: 100%;
  }
}
.page-template-page-ambassador .benefits-ambassadors .benefits-container .benefits .benefits-squad {
  display: flex;
  flex-direction: column;
  background-color: #D7FBAC;
  padding: 40px 32px;
  border-radius: 28px;
}
@media (max-width: 700px) {
  .page-template-page-ambassador .benefits-ambassadors .benefits-container .benefits .benefits-squad {
    width: 100%;
  }
}
.page-template-page-ambassador .benefits-ambassadors .benefits-container .benefits .benefits-squad h3 {
  font-size: 30px;
  width: 44%;
  margin-bottom: 10px;
  font-weight: 700;
}
@media (max-width: 700px) {
  .page-template-page-ambassador .benefits-ambassadors .benefits-container .benefits .benefits-squad h3 {
    width: 100%;
  }
}
.page-template-page-ambassador .benefits-ambassadors .benefits-container .benefits .benefits-squad ul {
  width: 85%;
  list-style: disc;
  padding-left: 20px;
}
.page-template-page-ambassador .benefits-ambassadors .benefits-container .benefits .benefits-squad ul li {
  font-size: 20px;
  width: 47%;
}
@media (max-width: 700px) {
  .page-template-page-ambassador .benefits-ambassadors .benefits-container .benefits .benefits-squad ul li {
    width: 100%;
  }
}
.page-template-page-ambassador .benefits-ambassadors .benefits-container .benefits .benefits-image {
  position: relative;
}
.page-template-page-ambassador .benefits-ambassadors .benefits-container .benefits .benefits-image img {
  position: absolute;
  right: 30px;
  bottom: -60px;
}
@media (max-width: 700px) {
  .page-template-page-ambassador .benefits-ambassadors .benefits-container .benefits .benefits-image img {
    right: 0;
    width: auto;
    position: relative;
  }
}
.page-template-page-ambassador .ambassadors-role {
  width: 100%;
  padding-top: 100px;
}
.page-template-page-ambassador .ambassadors-role .ambassadors-container {
  width: 86%;
  margin: auto;
  padding-top: 80px;
}
@media (max-width: 700px) {
  .page-template-page-ambassador .ambassadors-role .ambassadors-container {
    width: 100%;
  }
}
.page-template-page-ambassador .ambassadors-role .ambassadors-container .duties {
  display: flex;
  justify-content: space-between;
  background-color: #AADCEB;
  padding: 14px 10px;
  border-radius: 28px;
}
@media (max-width: 700px) {
  .page-template-page-ambassador .ambassadors-role .ambassadors-container .duties {
    width: 100%;
  }
}
.page-template-page-ambassador .ambassadors-role .ambassadors-container .duties .tasks {
  display: flex;
  flex-direction: column;
  padding-bottom: 10px;
  width: 43%;
}
@media (max-width: 700px) {
  .page-template-page-ambassador .ambassadors-role .ambassadors-container .duties .tasks {
    padding: 40px;
    width: 100%;
  }
}
.page-template-page-ambassador .ambassadors-role .ambassadors-container .duties .tasks h2 {
  font-size: 30px;
  margin-bottom: 12px;
  font-weight: 700;
}
@media (max-width: 700px) {
  .page-template-page-ambassador .ambassadors-role .ambassadors-container .duties .tasks h2 {
    width: 100%;
  }
}
.page-template-page-ambassador .ambassadors-role .ambassadors-container .duties .tasks ul {
  list-style: disc;
}
.page-template-page-ambassador .ambassadors-role .ambassadors-container .duties .tasks ul li {
  font-size: 20px;
}
@media (max-width: 700px) {
  .page-template-page-ambassador .ambassadors-role .ambassadors-container .duties .tasks ul li {
    width: 100%;
  }
}
.page-template-page-ambassador .ambassadors-role .ambassadors-container .ambassadors-img {
  position: relative;
}
.page-template-page-ambassador .ambassadors-role .ambassadors-container .ambassadors-img img {
  position: absolute;
  bottom: -44px;
  left: 24px;
}
@media (max-width: 700px) {
  .page-template-page-ambassador .ambassadors-role .ambassadors-container .ambassadors-img img {
    width: auto;
    left: 0;
    position: relative;
  }
}
.page-template-page-ambassador .get-started {
  width: 100%;
  padding-top: 50px;
}
.page-template-page-ambassador .get-started .get-started-steps {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-template-page-ambassador .get-started .get-started-steps h3 {
  font-size: 45px;
  font-weight: 700;
}
@media (max-width: 700px) {
  .page-template-page-ambassador .get-started .get-started-steps h3 {
    width: 70%;
    text-align: center;
  }
}
.page-template-page-ambassador .get-started .get-started-steps .guidelines {
  display: flex;
  gap: 50px;
  align-items: center;
  width: 92%;
}
@media (max-width: 700px) {
  .page-template-page-ambassador .get-started .get-started-steps .guidelines {
    flex-direction: column;
    align-items: center;
  }
}
.page-template-page-ambassador .get-started .get-started-steps .guidelines .guide {
  align-items: center;
  display: flex;
  flex-direction: column;
  width: 40%;
}
@media (max-width: 700px) {
  .page-template-page-ambassador .get-started .get-started-steps .guidelines .guide {
    width: 100%;
  }
}
.page-template-page-ambassador .get-started .get-started-steps .guidelines .guide .guide-img {
  display: flex;
}
.page-template-page-ambassador .get-started .get-started-steps .guidelines .guide .step {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-template-page-ambassador .get-started .get-started-steps .guidelines .guide .step h4 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 0;
}
.page-template-page-ambassador .get-started .get-started-steps .guidelines .guide .step p {
  font-size: 24px;
  text-align: center;
}
.page-template-page-ambassador .join-daya {
  background: linear-gradient(180deg, #FBFEFF 0%, #92C557 200%);
  padding-top: 60px;
}
.page-template-page-ambassador .join-daya .join-today {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
@media (max-width: 700px) {
  .page-template-page-ambassador .join-daya .join-today {
    flex-direction: column;
  }
}
.page-template-page-ambassador .join-daya .join-today .get-started {
  display: flex;
  flex-direction: column;
  align-items: end;
  width: 42%;
}
@media (max-width: 700px) {
  .page-template-page-ambassador .join-daya .join-today .get-started {
    width: 100%;
    align-items: center;
  }
}
.page-template-page-ambassador .join-daya .join-today .get-started p {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 14px;
  text-align: end;
}
@media (max-width: 700px) {
  .page-template-page-ambassador .join-daya .join-today .get-started p {
    text-align: center;
  }
}
.page-template-page-ambassador .join-daya .join-today .get-started a {
  padding: 12px 32px;
  border-radius: 20px;
  background-color: #A79ff9;
  border: 2px solid;
  color: #ffffff;
  cursor: pointer;
  transition: background-color 0.3s;
  font-weight: 700;
}
.page-template-page-ambassador .join-daya .join-today .get-started a:hover {
  color: #A79ff9;
  background-color: #ffffff;
  transition: 0.3s ease;
  font-weight: 700;
}
/* Fix for Distribution Hero Section Text Wrapping */
.page-template-page-distribution .hero-about.distribution-hero .about-top h2 {
    font-size: 3rem;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    max-width: 900px;
    width: 100%;
}

.page-template-page-distribution .hero-about.distribution-hero .about-top p {
    font-size: 1.5rem;
    line-height: 1.4;
    max-width: 600px;
    width: 100%;
    margin: 0 auto 2rem;
    text-wrap: pretty;
}

/* Mobile Responsive Fix for Distribution Page */
@media (max-width: 768px) {
    .page-template-page-distribution .hero-about.distribution-hero .about-top h2 {
        font-size: 2rem;
        line-height: 1.3;
        padding: 0 1rem;
    }
    
    .page-template-page-distribution .hero-about.distribution-hero .about-top p {
        font-size: 1.25rem;
        line-height: 1.4;
        padding: 0 1rem;
    }
}

@media (max-width: 480px) {
    .page-template-page-distribution .hero-about.distribution-hero .about-top h2 {
        font-size: 1.75rem;
    }
    
    .page-template-page-distribution .hero-about.distribution-hero .about-top p {
        font-size: 1.1rem;
        line-height: 1.3;
    }
}
