/*
! tailwindcss v3.2.4 | 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.
*/

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

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

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

.container {
  width: 100%;
}

@media (min-width: 410px) {
  .container {
    max-width: 410px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1025px) {
  .container {
    max-width: 1025px;
  }
}

@media (min-width: 1281px) {
  .container {
    max-width: 1281px;
  }
}

@media (min-width: 1441px) {
  .container {
    max-width: 1441px;
  }
}

@media (min-width: 1650px) {
  .container {
    max-width: 1650px;
  }
}

.visible {
  visibility: visible;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.left-0 {
  left: 0px;
}

.top-full {
  top: 100%;
}

.left-\[5px\] {
  left: 5px;
}

.z-10 {
  z-index: 10;
}

.z-\[999\] {
  z-index: 999;
}

.z-\[1\] {
  z-index: 1;
}

.z-\[3\] {
  z-index: 3;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.m-auto {
  margin: auto;
}

.m-0 {
  margin: 0px;
}

.\!m-0 {
  margin: 0px !important;
}

.m-\[0\] {
  margin: 0;
}

.\!m-\[0\] {
  margin: 0 !important;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.my-\[30px\] {
  margin-top: 30px;
  margin-bottom: 30px;
}

.my-\[0\] {
  margin-top: 0;
  margin-bottom: 0;
}

.mb-\[40px\] {
  margin-bottom: 40px;
}

.mb-\[30px\] {
  margin-bottom: 30px;
}

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

.mb-\[25px\] {
  margin-bottom: 25px;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

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

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

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

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-\[var\(--space-6\)\] {
  margin-bottom: var(--space-6);
}

.mb-\[20px\] {
  margin-bottom: 20px;
}

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

.mb-\[5px\] {
  margin-bottom: 5px;
}

.mb-\[14px\] {
  margin-bottom: 14px;
}

.mt-\[8px\] {
  margin-top: 8px;
}

.mt-\[0\] {
  margin-top: 0;
}

.mb-\[19px\] {
  margin-bottom: 19px;
}

.ml-\[16px\] {
  margin-left: 16px;
}

.mb-\[16px\] {
  margin-bottom: 16px;
}

.mb-\[18px\] {
  margin-bottom: 18px;
}

.mb-\[15px\] {
  margin-bottom: 15px;
}

.mb-\[0\] {
  margin-bottom: 0;
}

.mb-\[10px\] {
  margin-bottom: 10px;
}

.mb-\[24px\] {
  margin-bottom: 24px;
}

.mb-\[22px\] {
  margin-bottom: 22px;
}

.mt-\[25px\] {
  margin-top: 25px;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}

.h-full {
  height: 100%;
}

.h-\[210px\] {
  height: 210px;
}

.max-h-\[350px\] {
  max-height: 350px;
}

.w-full {
  width: 100%;
}

.w-max {
  width: -moz-max-content;
  width: max-content;
}

.w-\[100\%\] {
  width: 100%;
}

.w-11\/12 {
  width: 91.666667%;
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.w-\[290px\] {
  width: 290px;
}

.w-\[47\%\] {
  width: 47%;
}

.max-w-\[100\%\] {
  max-width: 100%;
}

.max-w-screen-xl {
  max-width: 1281px;
}

.max-w-screen-2xl {
  max-width: 1441px;
}

.max-w-screen-md {
  max-width: 768px;
}

.max-w-screen-lg {
  max-width: 1025px;
}

.max-w-full {
  max-width: 100%;
}

.max-w-\[500px\] {
  max-width: 500px;
}

.max-w-\[300px\] {
  max-width: 300px;
}

.max-w-\[1780px\] {
  max-width: 1780px;
}

.max-w-\[220px\] {
  max-width: 220px;
}

.max-w-\[960px\] {
  max-width: 960px;
}

.max-w-\[900px\] {
  max-width: 900px;
}

.max-w-\[350px\] {
  max-width: 350px;
}

.max-w-\[320px\] {
  max-width: 320px;
}

.max-w-\[100px\] {
  max-width: 100px;
}

.basis-full {
  flex-basis: 100%;
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

.list-inside {
  list-style-position: inside;
}

.list-none {
  list-style-type: none;
}

.\!list-decimal {
  list-style-type: decimal !important;
}

.list-decimal {
  list-style-type: decimal;
}

.list-disc {
  list-style-type: disc;
}

.columns-1 {
  -moz-columns: 1;
       columns: 1;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.flex-row {
  flex-direction: row;
}

.flex-col {
  flex-direction: column;
}

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

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

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

.items-stretch {
  align-items: stretch;
}

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

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

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

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

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

.justify-evenly {
  justify-content: space-evenly;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-\[30px\] {
  gap: 30px;
}

.gap-\[20px\] {
  gap: 20px;
}

.gap-\[25px\] {
  gap: 25px;
}

.gap-\[5px\] {
  gap: 5px;
}

.gap-\[15px\] {
  gap: 15px;
}

.gap-\[12px\] {
  gap: 12px;
}

.overflow-hidden {
  overflow: hidden;
}

.rounded-\[20px\] {
  border-radius: 20px;
}

.rounded-\[50px\] {
  border-radius: 50px;
}

.border {
  border-width: 1px;
}

.border-2 {
  border-width: 2px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.border-b-\[1px\] {
  border-bottom-width: 1px;
}

.border-b-\[4px\] {
  border-bottom-width: 4px;
}

.border-t-\[4px\] {
  border-top-width: 4px;
}

.border-solid {
  border-style: solid;
}

.border-\[\#E7E7E7\] {
  --tw-border-opacity: 1;
  border-color: rgb(231 231 231 / var(--tw-border-opacity));
}

.border-\[\#ABDDE6\] {
  --tw-border-opacity: 1;
  border-color: rgb(171 221 230 / var(--tw-border-opacity));
}

.border-secondary {
  --tw-border-opacity: 1;
  border-color: rgb(225 91 0 / var(--tw-border-opacity));
}

.border-\[\#D9D9D9\] {
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity));
}

.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.border-b-\[\#D9D9D9\] {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(217 217 217 / var(--tw-border-opacity));
}

.border-b-secondary {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(225 91 0 / var(--tw-border-opacity));
}

.bg-\[\#ffffff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-\[\#E15B00\] {
  --tw-bg-opacity: 1;
  background-color: rgb(225 91 0 / var(--tw-bg-opacity));
}

.bg-\[\#EEEEEE\] {
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity));
}

.bg-\[\#333333\] {
  --tw-bg-opacity: 1;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity));
}

.bg-\[\#000000\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-lightgrey {
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity));
}

.bg-transparent {
  background-color: transparent;
}

.bg-\[\#16A0B9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(22 160 185 / var(--tw-bg-opacity));
}

.bg-\[\#FFDCC4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 220 196 / var(--tw-bg-opacity));
}

.bg-\[\#ccc\] {
  --tw-bg-opacity: 1;
  background-color: rgb(204 204 204 / var(--tw-bg-opacity));
}

.bg-\[url\(\'\.\.\/\.\.\/assets\/images\/page-bnr-pg\.webp\'\)\] {
  background-image: url('../../assets/images/page-bnr-pg.webp');
}

.bg-contain {
  background-size: contain;
}

.bg-cover {
  background-size: cover;
}

.bg-\[length\:16px\] {
  background-size: 16px;
}

.bg-center {
  background-position: center;
}

.bg-\[left\] {
  background-position: left;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-center {
  -o-object-position: center;
     object-position: center;
}

.p-0 {
  padding: 0px;
}

.p-\[20px\] {
  padding: 20px;
}

.\!p-0 {
  padding: 0px !important;
}

.p-\[30px\] {
  padding: 30px;
}

.p-\[0\] {
  padding: 0;
}

.py-\[60px\] {
  padding-top: 60px;
  padding-bottom: 60px;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.px-\[0\] {
  padding-left: 0;
  padding-right: 0;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.px-\[var\(--space-7\)\] {
  padding-left: var(--space-7);
  padding-right: var(--space-7);
}

.py-\[var\(--space-8\)\] {
  padding-top: var(--space-8);
  padding-bottom: var(--space-8);
}

.px-\[15px\] {
  padding-left: 15px;
  padding-right: 15px;
}

.px-\[30px\] {
  padding-left: 30px;
  padding-right: 30px;
}

.py-\[15px\] {
  padding-top: 15px;
  padding-bottom: 15px;
}

.px-\[12px\] {
  padding-left: 12px;
  padding-right: 12px;
}

.py-\[9px\] {
  padding-top: 9px;
  padding-bottom: 9px;
}

.py-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}

.px-\[20px\] {
  padding-left: 20px;
  padding-right: 20px;
}

.py-\[50px\] {
  padding-top: 50px;
  padding-bottom: 50px;
}

.py-\[3px\] {
  padding-top: 3px;
  padding-bottom: 3px;
}

.px-\[18px\] {
  padding-left: 18px;
  padding-right: 18px;
}

.py-\[11px\] {
  padding-top: 11px;
  padding-bottom: 11px;
}

.py-\[25px\] {
  padding-top: 25px;
  padding-bottom: 25px;
}

.pb-24 {
  padding-bottom: 6rem;
}

.pt-20 {
  padding-top: 5rem;
}

.pt-28 {
  padding-top: 7rem;
}

.pb-\[40px\] {
  padding-bottom: 40px;
}

.pr-\[35px\] {
  padding-right: 35px;
}

.pt-\[20px\] {
  padding-top: 20px;
}

.\!pr-10 {
  padding-right: 2.5rem !important;
}

.pl-6 {
  padding-left: 1.5rem;
}

.pl-\[12px\] {
  padding-left: 12px;
}

.pr-\[22px\] {
  padding-right: 22px;
}

.pb-\[5px\] {
  padding-bottom: 5px;
}

.pt-\[10px\] {
  padding-top: 10px;
}

.pt-\[40px\] {
  padding-top: 40px;
}

.pl-\[25px\] {
  padding-left: 25px;
}

.pl-\[0\] {
  padding-left: 0;
}

.pt-\[13px\] {
  padding-top: 13px;
}

.pb-\[16px\] {
  padding-bottom: 16px;
}

.pr-\[25px\] {
  padding-right: 25px;
}

.pb-\[15px\] {
  padding-bottom: 15px;
}

.pb-\[17px\] {
  padding-bottom: 17px;
}

.pl-\[22px\] {
  padding-left: 22px;
}

.pb-\[20px\] {
  padding-bottom: 20px;
}

.pl-\[19px\] {
  padding-left: 19px;
}

.pr-\[19px\] {
  padding-right: 19px;
}

.pb-20 {
  padding-bottom: 5rem;
}

.pt-32 {
  padding-top: 8rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

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

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

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

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

.font-body {
  font-family: Open Sans;
}

.font-heading {
  font-family: Komika Axis;
}

.text-\[25px\] {
  font-size: 25px;
}

.text-\[18px\] {
  font-size: 18px;
}

.text-\[17px\] {
  font-size: 17px;
}

.text-\[16px\] {
  font-size: 16px;
}

.text-\[40px\] {
  font-size: 40px;
}

.text-\[32px\] {
  font-size: 32px;
}

.text-\[24px\] {
  font-size: 24px;
}

.text-\[22px\] {
  font-size: 22px;
}

.text-\[20px\] {
  font-size: 20px;
}

.text-\[15px\] {
  font-size: 15px;
}

.text-\[14px\] {
  font-size: 14px;
}

.text-\[27px\] {
  font-size: 27px;
}

.text-\[28px\] {
  font-size: 28px;
}

.font-black {
  font-weight: 900;
}

.font-\[400\] {
  font-weight: 400;
}

.font-bold {
  font-weight: 700;
}

.font-semibold {
  font-weight: 600;
}

.font-\[900\] {
  font-weight: 900;
}

.font-normal {
  font-weight: 400;
}

.font-\[700\] {
  font-weight: 700;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.leading-\[1\.1\] {
  line-height: 1.1;
}

.leading-\[1\.2\] {
  line-height: 1.2;
}

.leading-\[1\] {
  line-height: 1;
}

.leading-\[1\.5\] {
  line-height: 1.5;
}

.leading-none {
  line-height: 1;
}

.leading-\[1\.3\] {
  line-height: 1.3;
}

.tracking-\[0\] {
  letter-spacing: 0;
}

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-\[\#c54a40\] {
  --tw-text-opacity: 1;
  color: rgb(197 74 64 / var(--tw-text-opacity));
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-\[\#1A1A1C\] {
  --tw-text-opacity: 1;
  color: rgb(26 26 28 / var(--tw-text-opacity));
}

.\!text-secondary {
  --tw-text-opacity: 1 !important;
  color: rgb(225 91 0 / var(--tw-text-opacity)) !important;
}

.\!text-primary {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.text-secondary {
  --tw-text-opacity: 1;
  color: rgb(225 91 0 / var(--tw-text-opacity));
}

.\!text-black {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

.\!text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.text-\[\#414141\] {
  --tw-text-opacity: 1;
  color: rgb(65 65 65 / var(--tw-text-opacity));
}

.underline {
  text-decoration-line: underline;
}

.no-underline {
  text-decoration-line: none;
}

.\!no-underline {
  text-decoration-line: none !important;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.opacity-\[100\] {
  opacity: 100;
}

.shadow-none {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline {
  outline-style: solid;
}

.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.duration-500 {
  transition-duration: 500ms;
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

/***
*** Global Styles ***
***/

html {
  scroll-behavior: smooth;
}

main p,
#banner p {
  margin: var(--space-3) 0;
}

main ol,
main ul {
  list-style: disc;
  padding: 0 0 0 var(--space-3);
  margin: var(--space-3) 0;
}

/*** Flexible Content ***/

main section {
  padding: var(--space-8) var(--space-7);
}

main section div.container-inner,
main section #category-wrapper,
main section #post-block-wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1441px;
}

@media (min-width: 768px) {
  main section div.container-inner,
main section #category-wrapper,
main section #post-block-wrapper {
    width: 91.666667%;
  }
}

@media (min-width: 1024px) {
  main section {
    padding: var(--space-8) 0;
  }
}

/*** Return to Top ***/

body {
  background-image: url(../../assets/images/body-pattern-img.png);
  background-repeat: repeat;
}

.scroll-top {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  opacity: 0.6;
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  text-decoration: none;
  border-radius: 35px;
  transition: all 0.3s;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
}

.scroll-top svg {
  width: 15px;
  fill: #fff;
}

.container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .container {
    max-width: 760px;
  }
}

@media (min-width: 1025px) {
  .container {
    max-width: 1025px;
  }
}

@media (min-width: 1281px) {
  .container {
    max-width: 1281px;
  }
}

@media (min-width: 1441px) {
  .container {
    max-width: 1441px;
  }
}

@media (min-width: 1650px) {
  .container {
    max-width: 1650px;
  }
}

.top-nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  transform: translateY(-130%);
  transition: transform 0.5s ease-in-out;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.4);
  z-index: 999;
  max-width: 720px;
  right: 0;
  margin: auto;
  padding: 30px;
}

.top-nav-main {
  position: relative;
  z-index: 9999;
}

.top-nav.slide-down {
  transform: translateY(0) !important;
}

.universe-text a {
  text-decoration: none;
}

.universe-text a span {
  position: relative;
  cursor: pointer;
  padding-bottom: 40px;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-line: none;
}

@media (min-width: 1281px) {
  .universe-text a span {
    font-size: 30px;
  }
}

@media (min-width: 1441px) {
  .universe-text a span {
    padding-bottom: 45px;
    font-size: 32px;
  }
}

@media (min-width: 1650px) {
  .universe-text a span {
    font-size: 36px;
  }
}

.universe-text a span {
  text-shadow: 3px 3px 0px #8a2be2;
  transition: all 0.4s ease-in-out;
}

.universe-text a span:hover {
  text-shadow: 3px 3px 0px #E15B00;
}

.universe-text a span::before {
  position: absolute;
  content: " ";
  left: 0;
  right: 0;
  bottom: 0;
  width: 22px;
  height: 37px;
  background-image: url(../../assets/images/down-arrow.webp);
  margin: auto;
  transition: all 0.5s ease-in-out;
}

.universe-text a span:hover::before {
  bottom: -15px;
  transition: all 0.5s ease-in-out;
}

.close-menu-btn {
  position: absolute;
  z-index: 1;
  right: 20px;
  top: 0;
}

.close-menu-btn a {
  cursor: pointer;
}

.top-menu ul li:last-child {
  margin-bottom: 0 !important;
}

.top-menu ul li a {
  position: relative;
  display: block;
  padding-right: 35px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.top-menu ul li a:hover {
  --tw-text-opacity: 1;
  color: rgb(225 91 0 / var(--tw-text-opacity));
}

@media (min-width: 1281px) {
  .top-menu ul li a {
    font-size: 20px;
  }
}

@media (min-width: 1441px) {
  .top-menu ul li a {
    font-size: 22px;
  }
}

@media (min-width: 1650px) {
  .top-menu ul li a {
    font-size: 24px;
  }
}

.top-menu ul li a::before {
  position: absolute;
  content: " ";
  right: 0;
  top: 8px;
  width: 22px;
  height: 13px;
  background-image: url(../../assets/images/menu-arrow.webp);
}

.top-menu ul li a:hover::before {
  right: 10px;
  transform: translateX(5px);
  transition: all 0.5s ease;
}

.top-menu ul {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(231 231 231 / var(--tw-border-opacity));
  padding: 20px;
}

@media (min-width: 1650px) {
  .top-menu ul {
    padding: 30px;
  }
}

.hdr-btn span {
  display: inline-block;
  border-radius: 50px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(171 221 230 / var(--tw-border-opacity));
  background-color: transparent;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 17px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-line: none;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.hdr-btn span:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(225 91 0 / var(--tw-bg-opacity));
}

@media (min-width: 1281px) {
  .hdr-btn span {
    font-size: 20px;
  }
}

.hdr-btn img {
  display: none;
}

.hdr-btn .hdr-btn {
  text-decoration: none;
}

.top-menu li a {
  color: #000;
  text-decoration: none;
}

ul.social-icons {
  display: flex;
  align-items: center;
  gap: 30px;
  border-bottom: none;
}

ul.social-icons li a {
  padding: 0 !important;
}

ul.social-icons li a img:hover {
  transform: scale(1.05) !important;
}

ul.social-icons li a::before {
  display: none;
}

ul.social-icons.footer {
  justify-content: center;
  margin-bottom: 40px;
}

.top-menu ul li ul.sub-menu {
  position: absolute;
  top: 100%;
  left: 5px;
  z-index: 999;
  width: 290px;
  padding-top: 20px;
}

@media (min-width: 1025px) {
  .top-menu ul li ul.sub-menu {
    display: none;
    width: 250px;
    background-color: transparent;
  }
}

@media (min-width: 1441px) {
  .top-menu ul li ul.sub-menu {
    width: 320px;
  }
}

#header-top:not(.top-menu ul li:hover ul.sub-menu) + section#banner .banner-area {
  padding-bottom: 5rem;
  padding-top: 8rem;
}

@media (min-width: 768px) {
  #header-top:not(.top-menu ul li:hover ul.sub-menu) + section#banner .banner-area {
    padding-top: 9rem;
  }
}

@media (min-width: 1025px) {
  #header-top:not(.top-menu ul li:hover ul.sub-menu) + section#banner .banner-area {
    padding-bottom: 7rem;
    padding-top: 10rem;
  }

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

.top-menu ul li:hover ul.sub-menu ul {
  display: none;
}

.top-menu ul li:hover ul.sub-menu li {
  position: relative;
}

#header-top:not(.top-menu ul li:hover ul.sub-menu li:hover>ul) + section#banner .banner-area {
  padding-bottom: 5rem;
  padding-top: 8rem;
}

@media (min-width: 768px) {
  #header-top:not(.top-menu ul li:hover ul.sub-menu li:hover>ul) + section#banner .banner-area {
    padding-top: 9rem;
  }
}

@media (min-width: 1025px) {
  #header-top:not(.top-menu ul li:hover ul.sub-menu li:hover>ul) + section#banner .banner-area {
    padding-bottom: 7rem;
    padding-top: 10rem;
  }

  .top-menu ul li:hover ul.sub-menu li:hover>ul {
    top: 0px;
    left: 100%;
    display: block;
  }
}

.top-menu .sub-menu li.current-menu-item a {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.top-menu .sub-menu li a:after {
  display: none;
}

/* .side-menu:checked~div#primary-menu li.current-menu-item {
  @apply !pr-10 relative
} */

header.fixed {
  top: 0 !important;
  background-color: transparent !important;
}

.side-menu:checked~div#primary-menu li ul.sub-menu {
  padding-left: 1.5rem;
}

.top-menu .sub-menu li {
  margin: 0px;
  width: 100%;
  padding: 0px !important;
}

.top-menu .sub-menu li a {
  position: relative;
  display: block;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 12px;
  padding-right: 22px;
  font-family: Open Sans;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 1025px) {
  .top-menu .sub-menu li a {
    font-size: 12px;
  }
}

@media (min-width: 1281px) {
  .top-menu .sub-menu li a {
    font-size: 14px;
  }
}

@media (min-width: 1441px) {
  .top-menu .sub-menu li a {
    font-size: 16px;
  }
}

.top-menu .sub-menu li a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.top-menu .sub-menu li.current-menu-item a {
  border-left: 4px solid #3C5773;
  background-color: #D6E0EA;
  color: #000;
}

.top-menu .sub-menu li a::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  border-left: 4px solid #3C5773;
  display: none
}

.top-menu .sub-menu li a:hover::before {
  display: block;
}

#header.f-nav {
  position: fixed;
  z-index: 999;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(225 91 0 / var(--tw-border-opacity));
  padding-bottom: 5px;
  padding-top: 10px;
}

header#header.f-nav {
  top: 0;
  background-color: transparent;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  top: 2.2rem;
}

header#header.f-nav + section#banner .banner-area {
  padding-bottom: 5rem;
  padding-top: 8rem;
}

@media (min-width: 768px) {
  header#header.f-nav + section#banner .banner-area {
    padding-top: 9rem;
  }
}

@media (min-width: 1025px) {
  header#header.f-nav + section#banner .banner-area {
    padding-bottom: 7rem;
    padding-top: 13rem;
  }

  #header.f-nav {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

header#header.f-nav {
  top: 0px !important;
  background-color: #16a0b9 !important;
}

header#header.f-nav img.custom-logo {
  max-width: 160px;
}

.header-btn img {
  max-width: 38px;
}

.text-heading {
  margin-bottom: 25px;
  text-align: center;
  font-family: Komika Axis;
  font-size: 40px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

html section#banner .banner-area.text-heading div#banner-left {
  flex-basis: 100%;
}

html section#banner .banner-area.text-heading div#banner-right {
  display: none;
}

@media (min-width: 410px) {
  .text-heading {
    font-size: 48px;
  }
}

@media (min-width: 768px) {
  .text-heading {
    font-size: 40px;
  }
}

@media (min-width: 1025px) {
  .text-heading {
    font-size: 45px;
  }
}

@media (min-width: 1281px) {
  .text-heading {
    font-size: 50px;
  }
}

@media (min-width: 1441px) {
  .text-heading {
    font-size: 55px;
  }
}

@media (min-width: 1650px) {
  .text-heading {
    font-size: 64px;
  }
}

.text-heading {
  text-shadow: 3px 3px 0px #E15B00;
}

.text-heading.two {
  margin-bottom: 20px;
  text-align: center;
  font-family: Komika Axis;
  font-size: 32px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

html section#banner .banner-area.text-heading.two div#banner-left {
  flex-basis: 100%;
}

html section#banner .banner-area.text-heading.two div#banner-right {
  display: none;
}

@media (min-width: 410px) {
  .text-heading.two {
    font-size: 48px;
  }
}

@media (min-width: 768px) {
  .text-heading.two {
    font-size: 30px;
  }
}

@media (min-width: 1025px) {
  .text-heading.two {
    margin-bottom: 25px;
    font-size: 35px;
  }
}

@media (min-width: 1281px) {
  .text-heading.two {
    font-size: 40px;
  }
}

@media (min-width: 1441px) {
  .text-heading.two {
    font-size: 44px;
  }
}

@media (min-width: 1650px) {
  .text-heading.two {
    font-size: 48px;
  }
}

.text-heading.two {
  text-shadow: 3px 3px 0px #E15B00;
}

.sub-hdg {
  text-align: center;
  font-family: Komika Axis;
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.3;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

html section#banner .banner-area.sub-hdg div#banner-left {
  flex-basis: 100%;
}

html section#banner .banner-area.sub-hdg div#banner-right {
  display: none;
}

@media (min-width: 768px) {
  .sub-hdg {
    font-size: 20px;
  }
}

@media (min-width: 1025px) {
  .sub-hdg {
    font-size: 20px;
  }
}

@media (min-width: 1281px) {
  .sub-hdg {
    font-size: 27px;
  }
}

@media (min-width: 1650px) {
  .sub-hdg {
    font-size: 32px;
  }
}

.sub-hdg {
  text-shadow: 3px 3px 0px #00697C;
}

.sub-hdg.two {
  margin-bottom: 30px;
  text-align: center;
  font-family: Komika Axis;
  font-size: 22px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.3;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

html section#banner .banner-area.sub-hdg.two div#banner-left {
  flex-basis: 100%;
}

html section#banner .banner-area.sub-hdg.two div#banner-right {
  display: none;
}

@media (min-width: 768px) {
  .sub-hdg.two {
    margin-bottom: 20px;
    font-size: 18px;
  }
}

@media (min-width: 1025px) {
  .sub-hdg.two {
    font-size: 18px;
  }
}

@media (min-width: 1281px) {
  .sub-hdg.two {
    font-size: 23px;
  }
}

@media (min-width: 1650px) {
  .sub-hdg.two {
    margin-bottom: 30px;
    font-size: 27px;
  }
}

.sub-hdg.two {
  text-shadow: 3px 3px 0px #00697C;
}

.cmn-btn {
  display: inline-block;
  border-radius: 50px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(171 221 230 / var(--tw-border-opacity));
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Komika Axis;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-line: none;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

@media (min-width: 768px) {
  .cmn-btn {
    font-size: 16px;
  }
}

@media (min-width: 1281px) {
  .cmn-btn {
    font-size: 18px;
  }
}

@media (min-width: 1650px) {
  .cmn-btn {
    font-size: 20px;
  }
}

.gear-up-btn a {
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(22 160 185 / var(--tw-bg-opacity));
  box-shadow: 4px 4px 0px #FFFFFF;
}

.gear-up-btn a:hover {
  --tw-border-opacity: 1;
  border-color: rgb(171 221 230 / var(--tw-border-opacity));
  background-color: transparent;
  box-shadow: none;
}

.cmn-btn:hover {
  --tw-border-opacity: 1;
  border-color: rgb(225 91 0 / var(--tw-border-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

.gear-up-btn {
  text-align: center;
}

/* HomePage Studio Soundtrack Section */

.hm-soundtrack-sec {
  background-image: url(../../assets/images/playlist-bg-img.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.hm-soundtrack-sec::before {
  position: absolute;
  content: "";
  background-image: url(../../assets/images/ftr-position-img.webp);
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
  width: 313px;
  height: 135px;
  right: 60px;
  top: -80px;
}

.hm-soundtrack-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

@media (min-width: 1025px) {
  .hm-soundtrack-list {
    flex-direction: row;
  }
}

@media (min-width: 1441px) {
  .hm-soundtrack-list {
    gap: 50px;
  }
}

@media (min-width: 1650px) {
  .hm-soundtrack-list {
    gap: 70px;
  }
}

.hm-soundtrack-list .left-blk {
  width: 100%;
}

@media (min-width: 1025px) {
  .hm-soundtrack-list .left-blk {
    width: 48%;
  }
}

.hm-soundtrack-list .right-blk {
  width: 100%;
  max-width: 500px;
}

@media (min-width: 1025px) {
  .hm-soundtrack-list .right-blk {
    width: 48%;
    max-width: 100%;
  }
}

.hm-soundtrack-list .song-img img {
  margin-left: auto;
  margin-right: auto;
  max-width: 300px;
}

@media (min-width: 1441px) {
  .hm-soundtrack-list .song-img img {
    max-width: 400px;
  }
}

@media (min-width: 1650px) {
  .hm-soundtrack-list .song-img img {
    max-width: 512px;
  }
}

.hm-gearup-sec .container {
  max-width: 1780px;
}

.gear-up-blk {
  position: relative;
  border-radius: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(225 91 0 / var(--tw-bg-opacity));
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding: 30px;
}

@media (min-width: 768px) {
  .gear-up-blk {
    margin-left: 30px;
    margin-right: 30px;
  }
}

@media (min-width: 1025px) {
  .gear-up-blk {
    margin-left: 90px;
    margin-right: 90px;
    padding: 50px;
  }
}

@media (min-width: 1281px) {
  .gear-up-blk {
    padding: 60px;
  }
}

@media (min-width: 1441px) {
  .gear-up-blk {
    padding: 70px;
  }
}

@media (min-width: 1650px) {
  .gear-up-blk {
    padding: 80px;
  }
}

.gear-up-blk {
  background-image: url(../../assets/images/bnr-radial-pattern-img.webp);
}

.hm-gearup-img img {
  width: -moz-max-content !important;
  width: max-content !important;
}

.hm-gearup-img {
  display: flex;
  width: 100%;
  max-width: 220px;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 220 196 / var(--tw-bg-opacity));
}

@media (min-width: 768px) {
  .hm-gearup-img {
    width: 24.2%;
    max-width: 100%;
  }
}

.hm-gearup-imgs-list {
  position: relative;
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

@media (min-width: 768px) {
  .hm-gearup-imgs-list {
    margin-bottom: 20px;
    justify-content: space-between;
    gap: 0px;
  }
}

@media (min-width: 1441px) {
  .hm-gearup-imgs-list {
    margin-bottom: 40px;
  }
}

@media (min-width: 1650px) {
  .hm-gearup-imgs-list {
    margin-bottom: 70px;
  }
}

.gear-up-blk::before {
  position: absolute;
  content: "";
  background-image: url(../../assets/images/gear-up-bft-img.webp);
  background-position: left center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 223px;
  height: 231px;
  left: -80px;
  top: -80px;
}

.gear-up-blk::after {
  position: absolute;
  content: "";
  background-image: url(../../assets/images/gear-up-dots-img.webp);
  background-position: left center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 212px;
  height: 86px;
  right: -73px;
  top: -38px;
}

.hm-gearup-imgs-list::after {
  position: absolute;
  content: "";
  background-image: url(../../assets/images/gear-up-dots-img.webp);
  background-position: left center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 212px;
  height: 86px;
  right: 0;
  left: 0;
  bottom: -65%;
  margin: 0 auto;
}

.hm-gearup-sec {
  background-image: url(../../assets/images/Merch-img.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

/* Making Headlines Sestion */

.hm-headlines-sec .container {
  width: 100%;
  max-width: 960px;
}

@media (min-width: 1281px) {
  .hm-headlines-sec .container {
    max-width: 1150px;
  }
}

@media (min-width: 1441px) {
  .hm-headlines-sec .container {
    max-width: 1250px;
  }
}

@media (min-width: 1650px) {
  .hm-headlines-sec .container {
    max-width: 1374px;
  }
}

.headlines-lst {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media (min-width: 768px) {
  .headlines-lst {
    gap: 10px;
  }
}

@media (min-width: 1025px) {
  .headlines-lst {
    gap: 30px;
  }
}

@media (min-width: 1281px) {
  .headlines-lst {
    gap: 50px;
  }
}

@media (min-width: 1650px) {
  .headlines-lst {
    gap: 70px;
  }
}

.headlines-hdg-blk {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  max-width: 900px;
}

@media (min-width: 1281px) {
  .headlines-hdg-blk {
    margin-bottom: 70px;
    max-width: 1000px;
  }
}

@media (min-width: 1650px) {
  .headlines-hdg-blk {
    margin-bottom: 100px;
    max-width: 1144px;
  }
}

.headlines-itm {
  width: 29.8%;
  background-image: url(../../assets/images/headlines-bg-img.webp);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 143px 42px 63px;
  border: 10px solid #FAE97D;
  position: relative;
}

.hover a {
  position: absolute;
  font-size: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.headlines-itm.middle {
  border-color: #FB7DD1;
}

.headlines-itm.end {
  border-color: #FBA07D;
}

.headlines-txt-img {
  margin-bottom: 20px;
}

@media (min-width: 1650px) {
  .headlines-txt-img {
    margin-bottom: 35px;
  }
}

.headlines-txt-img img {
  display: block;
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.headlines-title {
  margin-bottom: 20px;
  text-align: center;
  font-family: Open Sans;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.3;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

html section#banner .banner-area.headlines-title div#banner-left {
  flex-basis: 100%;
}

html section#banner .banner-area.headlines-title div#banner-right {
  display: none;
}

@media (min-width: 768px) {
  .headlines-title {
    margin-bottom: 15px;
    font-size: 14px;
  }
}

@media (min-width: 1025px) {
  .headlines-title {
    margin-bottom: 20px;
    font-size: 17px;
  }
}

@media (min-width: 1281px) {
  .headlines-title {
    font-size: 19px;
  }
}

@media (min-width: 1441px) {
  .headlines-title {
    margin-bottom: 25px;
    font-size: 22px;
  }
}

@media (min-width: 1650px) {
  .headlines-title {
    margin-bottom: 30px;
    font-size: 24px;
  }
}

.headlines-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.headlines-cnt-blk p {
  margin-bottom: 0px;
  text-align: center;
  font-family: Open Sans;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

html section#banner .banner-area.headlines-cnt-blk p div#banner-left {
  flex-basis: 100%;
}

html section#banner .banner-area.headlines-cnt-blk p div#banner-right {
  display: none;
}

@media (min-width: 768px) {
  .headlines-cnt-blk p {
    font-size: 12px;
  }
}

@media (min-width: 1025px) {
  .headlines-cnt-blk p {
    font-size: 14px;
  }
}

@media (min-width: 1281px) {
  .headlines-cnt-blk p {
    font-size: 16px;
  }
}

@media (min-width: 1441px) {
  .headlines-cnt-blk p {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* Footer Section */

.footer-section {
  background-image: url(../../assets/images/ftr-bg-img.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.footer-section::before {
  position: absolute;
  content: "";
  background-image: url(../../assets/images/ftr-position-img.webp);
  background-position: left center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 313px;
  height: 135px;
  left: 60px;
  top: -80px;
}

.ftr-logo-lst {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 100%;
  max-width: 900px;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
}

@media (min-width: 768px) {
  .ftr-logo-lst {
    justify-content: space-between;
  }
}

.ftr-logo-itm {
  max-width: 171px;
  margin: auto;
}

/* banner sec */

.hm-bnr-sec {
  padding: 160px 0 115px;
  background-image: url(../../assets/images/bnr-radial-pattern-img.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
}

.bnr-hdg {
  font-family: 'Komika Axis';
  font-weight: 400;
  color: #fff;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 110px;
  text-shadow: 3px 3px 0px #E15B00;
}

.bnr-sub-hdg {
  font-family: 'Komika Axis';
  font-weight: 400;
  color: #fff;
  text-align: center;
  line-height: 1.3;
  text-transform: uppercase;
  font-size: 50px;
  width: 71%;
  margin: 0 auto;
  text-shadow: 3px 3px 0px #00697C;
}

.bnr-sub-hdg b {
  font-weight: 400;
  display: block;
}

.hm-bnr-sec canvas {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.hm-bnr-sec:before,
.hm-bnr-sec:after {
  position: absolute;
  content: "";
  background-image: url("../../assets/images/hmbnr-lft-magnet-img.webp");
  background-repeat: no-repeat;
  background-position: center left;
  background-size: contain;
  width: 12%;
  height: 20%;
  left: 0;
  top: 37%;
}

.hm-bnr-sec:after {
  background-image: url(../../assets/images/hmbnr-rit-magnet-img.webp);
  background-position: center right;
  width: 11.3%;
  height: 23.3%;
  left: auto;
  right: 0;
  top: 23%;
}

.hmbnr-cnt {
  position: relative;
  padding: 190px 0;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

.hmbnr-cnt:before,
.hmbnr-cnt:after {
  position: absolute;
  content: "";
  background-image: url("../../assets/images/hmbnr-cnt-bef-img.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 225px;
  height: 128px;
  top: 0;
  left: 90px;
}

.hmbnr-cnt:after {
  background-image: url("../../assets/images/hmbnr-cnt-triangle-img.webp");
  width: 193px;
  height: 224px;
  top: inherit;
  left: inherit;
  bottom: 0;
  right: 0;
}

/* Latest Hits Section */

.latest-hits-sec {
  position: relative;
  overflow: hidden;
}

.latest-hits-sec:before {
  position: absolute;
  content: "";
  background-image: url("../../assets/images/lastest-hits-lines-bg.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width: 100%;
  height: 49%;
  bottom: 110px;
  left: 0;
  right: 0;
  margin: auto;
}

.latest-hits-headings {
  text-align: center;
  position: relative;
  padding: 25px 0 65px;
}

.latest-hits-headings:before,
.latest-hits-headings:after {
  position: absolute;
  content: "";
  background-image: url("../../assets/images/latest-hits-magnet-dots-img.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 211px;
  height: 214px;
  top: 0;
  left: -40px;
}

.latest-hits-headings:after {
  background-image: url("../../assets/images/latest-hits-dots-img.webp");
  width: 86px;
  height: 212px;
  left: auto;
  top: auto;
  bottom: -98px;
  right: 3px;
}

.latest-hits-blk {
  position: relative;
}

.latest-hits-title {
  font-size: 48px;
  line-height: 1;
  letter-spacing: 0px;
  font-family: 'Komika Axis';
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 3px 3px #E15B00;
  padding: 10px 20px 20px 60px;
  background-image: linear-gradient(to right, #16A0B9, transparent 100%);
  display: inline-block;
  position: absolute;
  left: 160px;
  top: 40px;
  z-index: 2;
}

.latest-hits-itm {
  position: relative;
  border-radius: 20px;
}

.latest-hits-cnt {
  position: absolute;
  bottom: 60px;
  left: 0;
  padding: 0 10px 0 75px;
  width: 100%;
  display: none;
}

.latest-hits-lst.owl-carousel .owl-item.center .latest-hits-cnt {
  display: block;
}

.latest-hits-cnt-title {
  font-size: 36px;
  line-height: 1;
  letter-spacing: 0px;
  font-family: 'Open Sans';
  font-weight: 700;
  margin-bottom: 20px;
  color: #fff;
}

.latest-hits-cnt p {
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0;
  font-family: 'Open Sans';
  font-weight: 400;
  color: #fff;
}

.latest-hits-itm .play-img {
  width: 98px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: -moz-max-content;
  height: max-content;
  display: none;
}

.latest-hits-itm .play-img img {
  opacity: 100%;
}

.latest-hits-itm .latest-hits-img {
  background-color: #000;
  border-radius: 20px;
}

.latest-hits-itm img {
  width: 100%;
  display: block;
  border-radius: 20px;
  opacity: 50%;
  height: auto;
}

.latest-hits-lst.owl-carousel .owl-item.center .latest-hits-img {
  background-color: #3A1801;
  border-radius: 20px;
}

.latest-hits-lst.owl-carousel .owl-item.center .latest-hits-img img {
  opacity: 20%;
}

.latest-hits-lst.owl-carousel .owl-item.center .latest-hits-itm {
  margin: 0 -68.6%;
}

.latest-hits-lst.owl-carousel .owl-item.center .play-img {
  display: block;
}

.latest-hits-lst.owl-carousel .owl-nav {
  display: flex !important;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  max-width: 1410px;
  height: -moz-max-content;
  height: max-content;
  pointer-events: none;
}

.latest-hits-lst.owl-carousel .owl-nav button.owl-prev,
.latest-hits-lst.owl-carousel .owl-nav button.owl-next {
  background-image: url("../../assets/images/carousel-arr-img.webp");
  background-repeat: no-repeat;
  background-position: center;
  width: 40px;
  height: 40px;
  font-size: 0px;
  background-color: #E15B00;
  border-radius: 50px;
  pointer-events: visible;
}

.latest-hits-lst.owl-carousel .owl-nav button.owl-next {
  rotate: 180deg;
}

.latest-hits-lst.owl-carousel .owl-nav button:hover {
  background-color: #16A0B9;
  transition: 0.5s;
}

.latest-hits-lst.owl-carousel .owl-nav button span {
  font-size: 0px;
}

.latest-hits-lst.owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}

.latest-hits-blk .owl-stage-outer {
  overflow: visible;
}

.latest-hits-lst .owl-item {
  transition: all 0.3s ease;
}

.latest-hits-lst .owl-item.center {
  opacity: 1;
  transform: scale(1);
  z-index: 3;
  pointer-events: auto;
}

.latest-hits-lst .owl-item.left,
.latest-hits-lst .owl-item.right {
  opacity: 1;
  transform: scale(1);
  z-index: 2;
  pointer-events: auto;
}

.latest-hits-lst .owl-item.left .latest-hits-itm {
  margin-right: -100%;
}

.latest-hits-lst .owl-item.right .latest-hits-itm {
  margin-left: -100%;
}

.latest-hits-lst .owl-item:not(.center):not(.left):not(.right) {
  opacity: 0;
  visibility: hidden;
}

/* poppup */

.popoverContainer {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .6);
}

.case-modal-1 {
  width: 100%;
  max-width: 780px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.case-modal-content {
  max-height: 95vh;
  padding: 35px 0 0 0;
  border-radius: 0px;
  overflow-y: auto;
  position: relative;
  background: transparent;
  width: 100%;
  max-width: 560px;
}

.case-modal-content iframe {
  height: 320px;
}

.case-close {
  position: absolute;
  top: 0px;
  right: 0;
  cursor: pointer;
  width: 35px;
  height: 35px;
  font-family: 'Open Sans';
  font-weight: 400;
  font-size: xxx-large;
  line-height: 1;
  border-radius: 0;
  z-index: 9;
  padding: 0;
  color: #fff;
  background-color: #16A0B9;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-popups {
  margin: auto;
  background-color: transparent;
  height: 100%;
  width: 100%;
  border-radius: 0px;
  line-height: 1 !important;
  padding: 0;
}

/* Scroll section */

.hmscroll-sec {
  padding: 170px 0;
  overflow: hidden;
}

.hmscroll-sec .container {
  max-width: calc(100% - 130px);
  margin: 0 0 0 auto;
}

.scroll-headings {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto 95px;
}

.scroll-headings .text-heading {
  line-height: 1.3;
  margin: 0 0 35px;
}

.hmscroll-blk {
  margin: 0 -250px 95px auto;
}

.hmscroll-blk:last-child {
  margin-bottom: 0px;
}

.hmscroll-blk .text-heading {
  margin: 0 0 65px;
  display: inline-block;
  padding: 50px 265px 0 20px;
  position: relative;
}

.hmscroll-blk .text-heading:before {
  position: absolute;
  content: "";
  background-image: url("../../assets/images/reels-title-bef-img.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 166px;
  height: 126px;
  top: 0;
  right: 0;
}

.yt26-card-meta {
  display: none;
}

.yt26-videos.owl-carousel:before,
.shorts-2026-slider.owl-carousel::before {
  position: absolute;
  content: "";
  background-color: #16A0B9;
  width: 19%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 1;
  opacity: 50%;
  pointer-events: none;
}

.yt26-card,
.shorts-2026-card {
  position: relative;
  cursor: pointer;
}

.shorts-2026-yt-badge {
  position: absolute;
  z-index: 999;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: -moz-max-content;
  width: max-content;
  height: -moz-max-content;
  height: max-content;
}

.yt26-card-image {
  border-radius: 20px;
}

.yt26-card-image img,
.yt26-card-image iframe,
.shorts-2026-thumb img,
.shorts-2026-thumb iframe {
  border-radius: 20px;
  width: 100%;
  display: block;
  height: auto;
  aspect-ratio: 3 / 4;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

/* .shorts-2026-thumb iframe {
  display: block;
}

.shorts-2026-thumb iframe+img {
  display: none;
} */

.shorts-2026-thumb iframe {
  width: 100%;
  height: 100%;
  display: block !important;
}

.hmscroll-itm-cnt {
  position: absolute;
  bottom: 35px;
  left: 35px;
  display: none;
  pointer-events: none;
}

.hmscroll-itm-cnt-title h3 {
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 0px;
  font-family: 'Komika Axis';
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
}

.yt26-card:hover .yt26-card-image,
.shorts-2026-card:hover .shorts-2026-thumb {
  background-color: #000;
  border-radius: 20px;
}

.yt26-card:hover .yt26-card-image img,
.shorts-2026-card:hover .shorts-2026-thumb img {
  opacity: 20%;
  border-radius: 20px;
}

.yt26-card:hover .hmscroll-itm-cnt {
  display: block;
  transition: 0.5s;
}

.yt26-videos.owl-carousel .owl-nav,
.shorts-2026-slider.owl-carousel .owl-nav {
  display: flex !important;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 81%;
  height: -moz-max-content;
  height: max-content;
}

.yt26-videos.owl-carousel .owl-nav button.owl-prev,
.yt26-videos.owl-carousel .owl-nav button.owl-next,
.shorts-2026-slider.owl-carousel .owl-nav button.owl-prev,
.shorts-2026-slider.owl-carousel .owl-nav button.owl-next {
  background-image: url(../../assets/images/carousel-arr-img.webp);
  background-repeat: no-repeat;
  background-position: center;
  width: 40px;
  height: 40px;
  font-size: 0px;
  background-color: #E15B00;
  border-radius: 50px;
}

.yt26-videos.owl-carousel .owl-nav button.owl-next,
.shorts-2026-slider.owl-carousel .owl-nav button.owl-next {
  rotate: 180deg;
}

.yt26-videos.owl-carousel .owl-nav button:hover,
.shorts-2026-slider.owl-carousel .owl-nav button:hover {
  background-color: #16A0B9;
  transition: 0.5s;
}

.yt26-videos.owl-carousel .owl-nav button span,
.shorts-2026-slider.owl-carousel .owl-nav button span {
  font-size: 0px;
}

.yt26-videos.owl-carousel,
.shorts-2026-slider.owl-carousel {
  padding-left: 20px;
}

.hmscroll-blk.tiktok .text-heading {
  margin: 0 0 90px;
}

.hmscroll-blk.tiktok .text-heading:before {
  background-image: url("../../assets/images/tiktok-title-bef-img.webp");
  width: 172px;
  height: 163px;
}

.yt26-play-icon {
  margin-bottom: 20px;
}

/* Responsive */

@media screen and (max-width: 1650px) {
  .container {
    max-width: 1350px;
  }

  .text-heading {
    font-size: 42px;
  }

  .hmbnr-cnt {
    padding: 170px 0;
  }

  .bnr-hdg {
    font-size: 90px;
  }

  .bnr-sub-hdg {
    font-size: 42px;
  }

  .hmbnr-cnt:before,
  .hmbnr-cnt:after {
    transform: scale(0.9);
  }

  .latest-hits-headings:before,
  .latest-hits-headings:after {
    transform: scale(0.9);
  }

  .latest-hits-sec:before {
    height: 45%;
  }

  .latest-hits-cnt-title {
    font-size: 32px;
  }

  .latest-hits-cnt p {
    font-size: 19px;
  }

  .latest-hits-lst.owl-carousel .owl-nav {
    max-width: 1190px;
  }

  .latest-hits-lst.owl-carousel .owl-item.center .latest-hits-itm {
    margin: 0px -67%;
  }

  .latest-hits-title {
    font-size: 43px;
    padding: 10px 20px 20px 50px;
    left: 147px;
  }

  .latest-hits-itm .play-img {
    width: 90px;
  }

  .hmscroll-sec {
    padding: 140px 0;
  }

  .scroll-headings {
    margin: 0 auto 80px;
  }

  .scroll-headings .text-heading {
    margin: 0 0 30px;
  }

  .hmscroll-itm-cnt-title h3 {
    font-size: 22px;
  }

  .hmscroll-blk .text-heading {
    margin: 0 0 60px;
    padding: 45px 240px 0 20px;
  }

  .hmscroll-blk .text-heading:before {
    transform: scale(0.9);
    top: -8px;
    right: -10px;
  }

  .hmscroll-blk {
    margin: 0 -210px 80px auto;
  }
}

@media screen and (max-width: 1440px) {
  .container {
    max-width: 1200px;
  }

  header#header.f-nav img.custom-logo {
    max-width: 120px;
  }

  .text-heading {
    font-size: 36px;
  }

  .hm-bnr-sec {
    padding: 140px 0 90px;
  }

  .hmbnr-cnt {
    padding: 120px 0;
  }

  .hmbnr-cnt:before,
  .hmbnr-cnt:after {
    transform: scale(0.7);
  }

  .hmbnr-cnt:before {
    left: 40px;
    top: -20px;
  }

  .hmbnr-cnt:after {
    bottom: -30px;
    right: -27px;
  }

  .bnr-hdg {
    font-size: 70px;
  }

  .bnr-sub-hdg {
    font-size: 32px;
  }

  .latest-hits-sec:before {
    bottom: 100px
  }

  .latest-hits-headings {
    padding: 25px 0 55px;
  }

  .latest-hits-headings:before,
  .latest-hits-headings:after {
    transform: scale(0.75);
  }

  .latest-hits-headings:before {
    top: -28px;
  }

  .latest-hits-headings .sub-hdg {
    font-size: 24px;
  }

  .latest-hits-title {
    font-size: 30px;
    padding: 8px 20px 17px 35px;
    left: 127px;
    top: 30px;
  }

  .latest-hits-cnt {
    bottom: 50px;
  }

  .latest-hits-cnt-title {
    font-size: 28px;
  }

  .latest-hits-cnt p {
    font-size: 18px;
  }

  .latest-hits-itm .play-img {
    width: 80px;
  }

  .latest-hits-lst.owl-carousel .owl-nav {
    max-width: 1050px;
  }

  .hmscroll-sec {
    padding: 100px 0;
  }

  .hmscroll-sec .container {
    max-width: calc(100% - 100px);
  }

  .scroll-headings {
    margin: 0 auto 50px;
    max-width: 880px;
  }

  .scroll-headings .text-heading {
    margin: 0 0 20px;
  }

  .hmscroll-blk .text-heading {
    padding: 40px 210px 0 20px;
  }

  .hmscroll-blk .text-heading:before {
    transform: scale(0.8);
    top: -13px;
    right: -17px;
  }

  .hmscroll-blk.tiktok .text-heading {
    margin: 0 0 80px;
  }

  .hmscroll-blk {
    margin: 0 -170px 70px auto;
  }

  .hmscroll-itm-cnt-title h3 {
    font-size: 20px;
  }

  .hmscroll-itm-cnt {
    left: 25px;
  }
}

@media screen and (max-width: 1280px) {
  .container {
    max-width: 960px;
  }

  .text-heading {
    font-size: 30px;
  }

  .hm-bnr-sec {
    padding: 130px 0 70px;
  }

  .hmbnr-cnt {
    padding: 100px 0;
  }

  .hmbnr-cnt:before,
  .hmbnr-cnt:after {
    transform: scale(0.55);
  }

  .hmbnr-cnt:before {
    left: 0;
    top: -30px;
  }

  .hmbnr-cnt:after {
    bottom: -50px;
    right: -43px;
  }

  .bnr-hdg {
    font-size: 53px;
    margin-bottom: 20px;
  }

  .bnr-sub-hdg {
    font-size: 25px;
    width: 75%;
  }

  .latest-hits-sec:before {
    bottom: 70px;
  }

  .latest-hits-headings {
    padding: 25px 0 40px;
  }

  .latest-hits-headings:before,
  .latest-hits-headings:after {
    transform: scale(0.5);
  }

  .latest-hits-headings:before {
    top: -38px;
  }

  .latest-hits-headings:after {
    bottom: -93px;
    right: -17px;
  }

  .latest-hits-headings .sub-hdg {
    font-size: 20px;
  }

  .latest-hits-title {
    font-size: 22px;
    padding: 6px 20px 13px 20px;
    left: 127px;
    top: 25px;
  }

  .latest-hits-cnt {
    bottom: 40px;
    padding: 0 6px 0 27px;
  }

  .latest-hits-cnt-title {
    font-size: 21px;
    margin-bottom: 15px;
  }

  .latest-hits-cnt p {
    font-size: 15px;
  }

  .latest-hits-itm .play-img {
    width: 60px;
  }

  .latest-hits-lst.owl-carousel .owl-nav {
    max-width: 800px;
  }

  .latest-hits-lst.owl-carousel .owl-nav button.owl-prev,
  .latest-hits-lst.owl-carousel .owl-nav button.owl-next {
    transform: scale(0.8);
  }

  .latest-hits-lst.owl-carousel .owl-item.center .latest-hits-itm {
    margin: 0px -60%;
  }

  .hmscroll-sec {
    padding: 70px 0;
  }

  .hmscroll-sec .container {
    max-width: calc(100% - 70px);
  }

  .scroll-headings {
    margin: 0 auto 40px;
    max-width: 780px;
  }

  .hmscroll-blk {
    margin: 0 -170px 40px auto;
  }

  .hmscroll-blk .text-heading {
    padding: 30px 150px 0 20px;
    margin: 0 0 50px;
  }

  .hmscroll-blk .text-heading:before {
    transform: scale(0.65);
    top: -21px;
    right: -30px;
  }

  .hmscroll-blk.tiktok .text-heading {
    margin: 0 0 70px;
  }

  .yt26-videos.owl-carousel .owl-nav button.owl-prev,
  .shorts-2026-slider.owl-carousel .owl-nav button.owl-prev,
  .yt26-videos.owl-carousel .owl-nav button.owl-next,
  .shorts-2026-slider.owl-carousel .owl-nav button.owl.next {
    transform: scale(0.85);
  }

  .hmscroll-itm-cnt-title h3 {
    font-size: 18px;
  }
}

@media screen and (max-width: 1024px) {
  .container {
    max-width: 720px;
  }

  .headlines-txt-img img {
    height: 150px;
  }

  .text-heading {
    font-size: 25px;
  }

  .latest-hits-lst.owl-carousel .owl-item.center .latest-hits-cnt {
    display: none !important;
  }

  .hm-bnr-sec {
    padding: 180px 0 50px;
  }

  .hmbnr-cnt {
    padding: 80px 0 100px;
    width: 100%;
  }

  .hmbnr-cnt:before,
  .hmbnr-cnt:after {
    transform: scale(0.5);
  }

  .hmbnr-cnt:after {
    bottom: -68px;
    right: -58px;
    transform: scale(0.4);
  }

  .bnr-hdg {
    font-size: 43px;
  }

  .bnr-sub-hdg {
    font-size: 22px;
    width: 100%;
  }

  .latest-hits-headings {
    padding: 0;
    margin-bottom: 25px;
  }

  .latest-hits-headings:before,
  .latest-hits-headings:after {
    display: none;
  }

  .latest-hits-lst.owl-carousel .owl-item.center .latest-hits-itm {
    margin: 0;
  }

  .latest-hits-lst .owl-item.left,
  .latest-hits-lst .owl-item.right {
    transform: scale(1);
  }

  .latest-hits-lst .owl-item.left .latest-hits-itm,
  .latest-hits-lst .owl-item.right .latest-hits-itm {
    margin: 0;
  }

  .latest-hits-title {
    font-size: 20px;
    padding: 6px 10px 13px 15px;
    left: 20px;
    top: 25px;
  }

  .latest-hits-lst.owl-carousel {
    padding: 0 20px;
  }

  .latest-hits-lst.owl-carousel .owl-nav {
    max-width: 100%;
  }

  .latest-hits-cnt {
    padding: 0 10px 0 30px;
  }

  .latest-hits-cnt p {
    font-size: 14px;
  }

  .latest-hits-cnt-title {
    font-size: 20px;
  }

  .case-modal-content iframe {
    height: 267px;
  }

  .case-modal-content {
    max-width: 470px;
  }

  .case-close {
    font-size: xx-large;
  }

  .hmscroll-sec {
    padding: 50px 0;
  }

  .hmscroll-sec .container {
    max-width: 720px;
    margin: auto;
  }

  .scroll-headings {
    margin: 0 auto 30px;
    max-width: 100%;
  }

  .scroll-headings .text-heading {
    margin: 0 0 15px;
  }

  .scroll-headings .text-heading br {
    display: none;
  }

  .hmscroll-blk {
    margin: 0 0 30px;
  }

  .yt26-videos.owl-carousel .owl-nav,
  .shorts-2026-slider.owl-carousel .owl-nav {
    width: 100%;
  }

  .hmscroll-blk .text-heading {
    padding: 0;
    margin: 0 0 30px;
    display: block;
    text-align: center;
  }

  .hmscroll-blk .text-heading:before {
    display: none;
  }

  .hmscroll-blk.tiktok .text-heading {
    margin: 0 0 30px;
  }

  .hmscroll-itm {
    width: 100%;
    max-width: 300px;
    margin: auto;
  }

  .yt26-videos.owl-carousel,
  .shorts-2026-slider.owl-carousel {
    padding: 0 20px;
    width: 100%;
    max-width: 600px;
    margin: auto;
  }

  .yt26-videos.owl-carousel:before,
  .shorts-2026-slider.owl-carousel::before {
    display: none;
  }

  .yt26-videos.owl-carousel .owl-nav button:hover {
    background-color: #000;
  }

  .yt26-videos.owl-carousel,
  .shorts-2026-slider.owl-carousel {
    padding-left: 20px;
  }
}

@media screen and (max-width: 768px) {
  .hm-bnr-sec {
    padding: 210px 0 90px;
  }

  .yt26-dark-bar,
  .shorts-2026-inner {
    max-width: 380px;
    margin: auto;
  }

  .hm-bnr-sec:before {
    top: 26%;
    width: 130px;
    height: 130px;
  }

  .hm-bnr-sec:after {
    height: 145px;
    top: auto;
    bottom: 0;
    width: 175px;
  }

  .hmbnr-cnt {
    padding: 90px 0 130px;
  }

  .hmbnr-cnt:before,

  .hmbnr-cnt:after {
    transform: scale(0.55);
  }

  .hmbnr-cnt:after {
    transform: scale(0.35);
    left: -40px;
    right: inherit;
    bottom: -73px;
  }

  .hmbnr-cnt:before {
    left: auto;
    top: -38px;
    right: 0;
  }

  .bnr-sub-hdg {
    font-size: 24px;
  }

  .bnr-hdg {
    font-size: 72px;
    line-height: 1.25;
  }

  .latest-hits-sec:before {
    display: none;
  }
}

@media screen and (max-width: 410px) {
  .hm-bnr-sec:before {
    top: 21%;
  }

  .hmbnr-cnt:before {
    right: -50px;
  }
}

@media screen and (max-width: 360px) {
  .bnr-hdg {
    font-size: 63px;
  }
}

/* innerpages starts */

/* page banner */

.page_bnr {
  position: relative;
  z-index: 1;
  --tw-bg-opacity: 1;
  background-color: rgb(204 204 204 / var(--tw-bg-opacity));
  background-image: url('../../assets/images/page-bnr-pg.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}

html section#banner .banner-area.page_bnr div#banner-left {
  flex-basis: 100%;
}

html section#banner .banner-area.page_bnr div#banner-right {
  display: none;
}

@media (min-width: 768px) {
  .page_bnr {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (min-width: 1025px) {
  .page_bnr {
    padding-top: 80px;
  }
}

@media (min-width: 1281px) {
  .page_bnr {
    padding-top: 95px;
  }
}

@media (min-width: 1441px) {
  .page_bnr {
    padding-top: 110px;
    padding-bottom: 65px;
  }
}

@media (min-width: 1650px) {
  .page_bnr {
    padding-top: 130px;
    padding-bottom: 85px;
  }
}

.inrpg-breadcrumbs {
  position: relative;
  z-index: 3;
  margin: auto;
  display: inline-block;
}

.inrpg-breadcrumbs span,
.inrpg-breadcrumbs span a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-family: Komika Axis;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  text-decoration-line: none;
}

@media (min-width: 1025px) {
  .inrpg-breadcrumbs span,
.inrpg-breadcrumbs span a {
    font-size: 15px;
  }
}

@media (min-width: 1281px) {
  .inrpg-breadcrumbs span,
.inrpg-breadcrumbs span a {
    font-size: 16px;
  }
}

@media (min-width: 1441px) {
  .inrpg-breadcrumbs span,
.inrpg-breadcrumbs span a {
    gap: 7px;
    font-size: 18px;
  }
}

@media (min-width: 1650px) {
  .inrpg-breadcrumbs span,
.inrpg-breadcrumbs span a {
    font-size: 20px;
  }
}

.inrpg-breadcrumbs span a:hover {
  --tw-text-opacity: 1;
  color: rgb(225 91 0 / var(--tw-text-opacity));
}

.page_title h1,
.page_title h2,
.page_title h1 span,
.page_title h2 span {
  margin-bottom: 5px;
  font-family: Komika Axis;
  font-size: 27px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.2;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 1025px) {
  .page_title h1,
.page_title h2,
.page_title h1 span,
.page_title h2 span {
    margin-bottom: 7px;
    font-size: 30px;
  }
}

@media (min-width: 1281px) {
  .page_title h1,
.page_title h2,
.page_title h1 span,
.page_title h2 span {
    font-size: 36px;
  }
}

@media (min-width: 1441px) {
  .page_title h1,
.page_title h2,
.page_title h1 span,
.page_title h2 span {
    margin-bottom: 10px;
    font-size: 42px;
  }
}

@media (min-width: 1650px) {
  .page_title h1,
.page_title h2,
.page_title h1 span,
.page_title h2 span {
    font-size: 48px;
  }
}

/* cmn styling */

.page_default,
.page_default-1 {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (min-width: 1025px) {
  .page_default,
.page_default-1 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (min-width: 1281px) {
  .page_default,
.page_default-1 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media (min-width: 1441px) {
  .page_default,
.page_default-1 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (min-width: 1650px) {
  .page_default,
.page_default-1 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.page_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 1025px) {
  .page_content {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0;
    padding-left: 5.5%;
    padding-right: 5.5%;
  }
}

@media (min-width: 1281px) {
  .page_content {
    padding-left: 8.5%;
    padding-right: 8.5%;
  }
}

.genpg-rite {
  width: 100%;
}

@media (min-width: 1025px) {
  .genpg-rite {
    width: 69.2%;
  }
}

.genpg-rite.full-width {
  width: 100%;
}

.genpg-lft {
  width: 100%;
  max-width: 350px;
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 1025px) {
  .genpg-lft {
    width: 28.3%;
    max-width: 380px;
    padding-left: 19px;
    padding-right: 19px;
  }
}

@media (min-width: 1281px) {
  .genpg-lft {
    padding-left: 22px;
    padding-right: 22px;
  }
}

@media (min-width: 1441px) {
  .genpg-lft {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media (min-width: 1650px) {
  .genpg-lft {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width:400px) {
  .genpg-lft {
    max-width: 100%;
  }
}

.genpg-rite p:empty {
  display: none;
}

.page_default h1,
.page_default h2,
.page_default h1 a,
.page_default h2 a,
.page_default h1 strong,
.page_default h1 b,
.page_default h1 em .page_default h2 strong,
.page_default h2 b,
.page_default h2 em {
  font-size: 28px;
  line-height: 1.2;
}

@media (min-width: 1025px) {
  .page_default h1,
.page_default h2,
.page_default h1 a,
.page_default h2 a,
.page_default h1 strong,
.page_default h1 b,
.page_default h1 em .page_default h2 strong,
.page_default h2 b,
.page_default h2 em {
    font-size: 31px;
  }
}

@media (min-width: 1281px) {
  .page_default h1,
.page_default h2,
.page_default h1 a,
.page_default h2 a,
.page_default h1 strong,
.page_default h1 b,
.page_default h1 em .page_default h2 strong,
.page_default h2 b,
.page_default h2 em {
    font-size: 35px;
  }
}

@media (min-width: 1441px) {
  .page_default h1,
.page_default h2,
.page_default h1 a,
.page_default h2 a,
.page_default h1 strong,
.page_default h1 b,
.page_default h1 em .page_default h2 strong,
.page_default h2 b,
.page_default h2 em {
    font-size: 40px;
  }
}

@media (min-width: 1650px) {
  .page_default h1,
.page_default h2,
.page_default h1 a,
.page_default h2 a,
.page_default h1 strong,
.page_default h1 b,
.page_default h1 em .page_default h2 strong,
.page_default h2 b,
.page_default h2 em {
    font-size: 48px;
  }
}

.page_default h3,
.page_default h3 a,
.page_default h3 strong, .page_default h3 b, .page_default h3 em {
  font-size: 25px;
  line-height: 1.1;
}

@media (min-width: 1025px) {
  .page_default h3,
.page_default h3 a,
.page_default h3 strong, .page_default h3 b, .page_default h3 em {
    font-size: 27px;
  }
}

@media (min-width: 1281px) {
  .page_default h3,
.page_default h3 a,
.page_default h3 strong, .page_default h3 b, .page_default h3 em {
    font-size: 30px;
  }
}

@media (min-width: 1441px) {
  .page_default h3,
.page_default h3 a,
.page_default h3 strong, .page_default h3 b, .page_default h3 em {
    font-size: 34px;
  }
}

@media (min-width: 1650px) {
  .page_default h3,
.page_default h3 a,
.page_default h3 strong, .page_default h3 b, .page_default h3 em {
    font-size: 40px;
  }
}

.page_default h4,
.page_default h4 a,
.page_default h4 strong, .page_default h4 b, .page_default h4 em {
  font-size: 20px;
  line-height: 1.2;
}

@media (min-width: 1025px) {
  .page_default h4,
.page_default h4 a,
.page_default h4 strong, .page_default h4 b, .page_default h4 em {
    font-size: 22px;
  }
}

@media (min-width: 1281px) {
  .page_default h4,
.page_default h4 a,
.page_default h4 strong, .page_default h4 b, .page_default h4 em {
    font-size: 25px;
  }
}

@media (min-width: 1441px) {
  .page_default h4,
.page_default h4 a,
.page_default h4 strong, .page_default h4 b, .page_default h4 em {
    font-size: 28px;
  }
}

@media (min-width: 1650px) {
  .page_default h4,
.page_default h4 a,
.page_default h4 strong, .page_default h4 b, .page_default h4 em {
    font-size: 32px;
  }
}

.page_default h5,
.page_default h5 a,
.page_default h5 strong, .page_default h5 b, .page_default h5 em {
  font-size: 18px;
  line-height: 1.1;
}

@media (min-width: 1025px) {
  .page_default h5,
.page_default h5 a,
.page_default h5 strong, .page_default h5 b, .page_default h5 em {
    font-size: 20px;
  }
}

@media (min-width: 1281px) {
  .page_default h5,
.page_default h5 a,
.page_default h5 strong, .page_default h5 b, .page_default h5 em {
    font-size: 22px;
  }
}

@media (min-width: 1441px) {
  .page_default h5,
.page_default h5 a,
.page_default h5 strong, .page_default h5 b, .page_default h5 em {
    font-size: 25px;
  }
}

@media (min-width: 1650px) {
  .page_default h5,
.page_default h5 a,
.page_default h5 strong, .page_default h5 b, .page_default h5 em {
    font-size: 28px;
  }
}

.page_default h6,
.page_default h6 a,
.page_default h6 strong, .page_default h6 b, .page_default h6 em {
  font-size: 17px;
  line-height: 1.1;
}

@media (min-width: 1025px) {
  .page_default h6,
.page_default h6 a,
.page_default h6 strong, .page_default h6 b, .page_default h6 em {
    font-size: 18px;
  }
}

@media (min-width: 1281px) {
  .page_default h6,
.page_default h6 a,
.page_default h6 strong, .page_default h6 b, .page_default h6 em {
    font-size: 20px;
  }
}

@media (min-width: 1441px) {
  .page_default h6,
.page_default h6 a,
.page_default h6 strong, .page_default h6 b, .page_default h6 em {
    font-size: 22px;
  }
}

@media (min-width: 1650px) {
  .page_default h6,
.page_default h6 a,
.page_default h6 strong, .page_default h6 b, .page_default h6 em {
    font-size: 24px;
  }
}

.page_default h1,
.page_default h2,
.page_default h3,
.page_default h4,
.page_default h5,
.page_default h6,
.page_default h1 a,
.page_default h2 a,
.page_default h3 a,
.page_default h4 a,
.page_default h5 a,
.page_default h6 a,
.page_default h1 strong,
.page_default h2 strong,
.page_default h3 strong,
.page_default h4 strong,
.page_default h5 strong,
.page_default h6 strong, .page_default h6 b,
.page_default h5 b,
.page_default h4 b,
.page_default h3 b,
.page_default h2 b,
.page_default h1 b, .page_default h1 em,
.page_default h2 em,
.page_default h3 em,
.page_default h4 em,
.page_default h5 em,
.page_default h6 em {
  margin-bottom: 14px;
  margin-top: 8px;
  font-family: Komika Axis;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .page_default h1,
.page_default h2,
.page_default h3,
.page_default h4,
.page_default h5,
.page_default h6,
.page_default h1 a,
.page_default h2 a,
.page_default h3 a,
.page_default h4 a,
.page_default h5 a,
.page_default h6 a,
.page_default h1 strong,
.page_default h2 strong,
.page_default h3 strong,
.page_default h4 strong,
.page_default h5 strong,
.page_default h6 strong, .page_default h6 b,
.page_default h5 b,
.page_default h4 b,
.page_default h3 b,
.page_default h2 b,
.page_default h1 b, .page_default h1 em,
.page_default h2 em,
.page_default h3 em,
.page_default h4 em,
.page_default h5 em,
.page_default h6 em {
    margin-top: 0;
  }
}

@media (min-width: 1025px) {
  .page_default h1,
.page_default h2,
.page_default h3,
.page_default h4,
.page_default h5,
.page_default h6,
.page_default h1 a,
.page_default h2 a,
.page_default h3 a,
.page_default h4 a,
.page_default h5 a,
.page_default h6 a,
.page_default h1 strong,
.page_default h2 strong,
.page_default h3 strong,
.page_default h4 strong,
.page_default h5 strong,
.page_default h6 strong, .page_default h6 b,
.page_default h5 b,
.page_default h4 b,
.page_default h3 b,
.page_default h2 b,
.page_default h1 b, .page_default h1 em,
.page_default h2 em,
.page_default h3 em,
.page_default h4 em,
.page_default h5 em,
.page_default h6 em {
    margin-bottom: 16px;
  }
}

@media (min-width: 1281px) {
  .page_default h1,
.page_default h2,
.page_default h3,
.page_default h4,
.page_default h5,
.page_default h6,
.page_default h1 a,
.page_default h2 a,
.page_default h3 a,
.page_default h4 a,
.page_default h5 a,
.page_default h6 a,
.page_default h1 strong,
.page_default h2 strong,
.page_default h3 strong,
.page_default h4 strong,
.page_default h5 strong,
.page_default h6 strong, .page_default h6 b,
.page_default h5 b,
.page_default h4 b,
.page_default h3 b,
.page_default h2 b,
.page_default h1 b, .page_default h1 em,
.page_default h2 em,
.page_default h3 em,
.page_default h4 em,
.page_default h5 em,
.page_default h6 em {
    margin-bottom: 17px;
  }
}

@media (min-width: 1441px) {
  .page_default h1,
.page_default h2,
.page_default h3,
.page_default h4,
.page_default h5,
.page_default h6,
.page_default h1 a,
.page_default h2 a,
.page_default h3 a,
.page_default h4 a,
.page_default h5 a,
.page_default h6 a,
.page_default h1 strong,
.page_default h2 strong,
.page_default h3 strong,
.page_default h4 strong,
.page_default h5 strong,
.page_default h6 strong, .page_default h6 b,
.page_default h5 b,
.page_default h4 b,
.page_default h3 b,
.page_default h2 b,
.page_default h1 b, .page_default h1 em,
.page_default h2 em,
.page_default h3 em,
.page_default h4 em,
.page_default h5 em,
.page_default h6 em {
    margin-bottom: 18px;
  }
}

@media (min-width: 1650px) {
  .page_default h1,
.page_default h2,
.page_default h3,
.page_default h4,
.page_default h5,
.page_default h6,
.page_default h1 a,
.page_default h2 a,
.page_default h3 a,
.page_default h4 a,
.page_default h5 a,
.page_default h6 a,
.page_default h1 strong,
.page_default h2 strong,
.page_default h3 strong,
.page_default h4 strong,
.page_default h5 strong,
.page_default h6 strong, .page_default h6 b,
.page_default h5 b,
.page_default h4 b,
.page_default h3 b,
.page_default h2 b,
.page_default h1 b, .page_default h1 em,
.page_default h2 em,
.page_default h3 em,
.page_default h4 em,
.page_default h5 em,
.page_default h6 em {
    margin-bottom: 20px;
  }
}

.page_default h1,
.page_default h2,
.page_default h3,
.page_default h4,
.page_default h5,
.page_default h6 {
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.genpg-rite p, .genpg-rite p i,
.genpg-rite p a,
.genpg-rite p b,
.genpg-rite p strong,
.genpg-rite p em,
.genpg-rite li,
.genpg-rite li a,
.genpg-rite li b,
.genpg-rite li em, .genpg-rite li i,
.genpg-rite ul li strong,
.genpg-rite ol li strong {
  margin-bottom: 25px;
  margin-top: 0;
  font-family: Komika Axis;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  --tw-text-opacity: 1;
  color: rgb(26 26 28 / var(--tw-text-opacity));
}

@media (min-width: 1025px) {
  .genpg-rite p, .genpg-rite p i,
.genpg-rite p a,
.genpg-rite p b,
.genpg-rite p strong,
.genpg-rite p em,
.genpg-rite li,
.genpg-rite li a,
.genpg-rite li b,
.genpg-rite li em, .genpg-rite li i,
.genpg-rite ul li strong,
.genpg-rite ol li strong {
    margin-bottom: 18px;
    font-size: 15px;
  }
}

@media (min-width: 1281px) {
  .genpg-rite p, .genpg-rite p i,
.genpg-rite p a,
.genpg-rite p b,
.genpg-rite p strong,
.genpg-rite p em,
.genpg-rite li,
.genpg-rite li a,
.genpg-rite li b,
.genpg-rite li em, .genpg-rite li i,
.genpg-rite ul li strong,
.genpg-rite ol li strong {
    margin-bottom: 21px;
    font-size: 16px;
  }
}

@media (min-width: 1441px) {
  .genpg-rite p, .genpg-rite p i,
.genpg-rite p a,
.genpg-rite p b,
.genpg-rite p strong,
.genpg-rite p em,
.genpg-rite li,
.genpg-rite li a,
.genpg-rite li b,
.genpg-rite li em, .genpg-rite li i,
.genpg-rite ul li strong,
.genpg-rite ol li strong {
    margin-bottom: 25px;
    font-size: 17px;
  }
}

@media (min-width: 1650px) {
  .genpg-rite p, .genpg-rite p i,
.genpg-rite p a,
.genpg-rite p b,
.genpg-rite p strong,
.genpg-rite p em,
.genpg-rite li,
.genpg-rite li a,
.genpg-rite li b,
.genpg-rite li em, .genpg-rite li i,
.genpg-rite ul li strong,
.genpg-rite ol li strong {
    margin-bottom: 30px;
    font-size: 18px;
  }
}

.page_default h3, .page_default h3 em, .page_default h3 b, .page_default h3 strong {
  font-weight: 700;
}

.genpg-rite li i,
.genpg-rite p i {
  margin: 0px !important;
}

.page_default .genpg-rite p a,
.page_default .genpg-rite li a {
  --tw-text-opacity: 1 !important;
  color: rgb(225 91 0 / var(--tw-text-opacity)) !important;
}

.page_default .genpg-rite p a:hover,
.page_default .genpg-rite li a:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.genpg-rite p a, .genpg-rite p b,
.genpg-rite p strong,
.genpg-rite p em,,
.genpg-rite li a,
.genpg-rite li strong,
.genpg-rite li b,
.genpg-rite li em, {
  margin: 0;
}

.genpg-rite p strong,
.genpg-rite p b,
.genpg-rite ul li strong,
.genpg-rite ul li b,
.genpg-rite ol li strong,
.genpg-rite ol li b {
  font-weight: 700;
}

.genpg-rite ul li {
  position: relative;
  margin-bottom: 20px;
  list-style-type: none;
  padding-left: 25px;
}

.genpg-rite ul li:before {
  content: "";
  position: absolute;
  background-color: #000;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
  width: 9px;
  height: 9px;
  left: 0;
  right: 0;
  top: 10px;
}

.gform_validation_errors,
.gform_heading {
  display: none !important;
}

.genpg-rite a,
.genpg-rite li a,
.genpg-rite h1 a,
.genpg-rite h2 a,
.genpg-rite h3 a,
.genpg-rite h4 a,
.genpg-rite h5 a,
.genpg-rite h6 a {
  --tw-text-opacity: 1;
  color: rgb(225 91 0 / var(--tw-text-opacity));
}

.genpg-rite a:hover,
.genpg-rite li a:hover,
.genpg-rite h1 a:hover,
.genpg-rite h2 a:hover,
.genpg-rite h3 a:hover,
.genpg-rite h4 a:hover,
.genpg-rite h5 a:hover,
.genpg-rite h6 a:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-line: none;
}

.genpg-rite a,
.genpg-rite li a {
  -webkit-text-decoration: underline 1px solid;
          text-decoration: underline 1px solid;
}

.genpg-rite ol,
.genpg-rite ul {
  margin-bottom: 19px;
  list-style-position: inside;
}

@media (min-width: 1025px) {
  .genpg-rite ol,
.genpg-rite ul {
    margin-bottom: 22px;
  }
}

@media (min-width: 1441px) {
  .genpg-rite ol,
.genpg-rite ul {
    margin-bottom: 25px;
  }
}

.genpg-rite ol {
  margin-left: 16px;
  list-style-type: decimal !important;
}

@media (min-width: 1025px) {
  .genpg-rite ol {
    margin-left: 18px;
  }
}

@media (min-width: 1441px) {
  .genpg-rite ol {
    margin-left: 20px;
  }
}

.genpg-rite ol li {
  list-style-type: decimal;
  padding-left: 0;
}

.genpg-rite ul li>ul, .genpg-rite ol li>ol {
  padding-left: 0;
  padding-top: 13px;
}

@media (min-width: 1281px) {
  .genpg-rite ul li>ul, .genpg-rite ol li>ol {
    padding-top: 15px;
  }
}

.genpg-rite ul li>ul li {
  list-style-type: none;
}

.genpg-rite ul li>ul li>ol li {
  list-style-type: decimal;
}

.genpg-rite ul li>ol li {
  list-style-type: decimal;
}

.genpg-rite ul li>ol li:before {
  display: none;
}

.genpg-rite ul li>ol li>ul li {
  list-style-type: disc;
}

/* accordion stying */

.genpg-rite .accordion {
  margin-bottom: 25px;
  display: block;
}

@media (min-width: 768px) {
  .genpg-rite .accordion {
    margin-bottom: 30px;
  }
}

@media (min-width: 1025px) {
  .genpg-rite .accordion {
    margin-bottom: 40px;
  }
}

@media (min-width: 1281px) {
  .genpg-rite .accordion {
    margin-bottom: 50px;
  }
}

@media (min-width: 1441px) {
  .genpg-rite .accordion {
    margin-bottom: 65px;
  }
}

@media (min-width: 1650px) {
  .genpg-rite .accordion {
    margin-bottom: 80px;
  }
}

.genpg-rite .accordion-section {
  margin-bottom: 16px;
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity));
  padding-bottom: 16px;
}

.genpg-rite .accordion-section:last-child {
  margin-bottom: 0;
  border-style: none;
  padding-bottom: 0;
}

@media (min-width: 1025px) {
  .genpg-rite .accordion-section {
    margin-bottom: 18px;
    padding-bottom: 18px;
  }
}

@media (min-width: 1281px) {
  .genpg-rite .accordion-section {
    margin-bottom: 21px;
    padding-bottom: 21px;
  }
}

@media (min-width: 1441px) {
  .genpg-rite .accordion-section {
    margin-bottom: 25px;
    padding-bottom: 25px;
  }
}

@media (min-width: 1650px) {
  .genpg-rite .accordion-section {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}

.genpg-rite .accordion-heading {
  position: relative;
  margin-bottom: 0px;
  cursor: pointer;
  padding-right: 25px;
  font-family: Komika Axis;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.3;
  --tw-text-opacity: 1;
  color: rgb(225 91 0 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .genpg-rite .accordion-heading {
    line-height: 1.5;
  }
}

@media (min-width: 1025px) {
  .genpg-rite .accordion-heading {
    padding-right: 35px;
    font-size: 17px;
  }
}

@media (min-width: 1281px) {
  .genpg-rite .accordion-heading {
    padding-right: 50px;
    font-size: 19px;
  }
}

@media (min-width: 1441px) {
  .genpg-rite .accordion-heading {
    padding-right: 65px;
    font-size: 21px;
  }
}

@media (min-width: 1650px) {
  .genpg-rite .accordion-heading {
    padding-right: 85px;
    font-size: 24px;
  }
}

.genpg-rite .accordion-heading::before {
  content: "";
  background: url(../../assets/images/in-accordion-plus-icon.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 14px;
  height: 14px;
  top: 11px;
  right: 5px;
  position: absolute;
  transition: 0.5s;
}

.genpg-rite .accordion-section.accordien-active .accordion-heading::before {
  background: url(../../assets/images/in-accordion-minus-icon.webp);
  height: 2px;
}

/* in category sidebar starts */

.genpg-lft .widget {
  margin-bottom: 30px;
}

.genpg-lft .widget:last-child {
  margin-bottom: 0;
}

@media (min-width: 1025px) {
  .genpg-lft .widget {
    margin-bottom: 40px;
  }
}

@media (min-width: 1281px) {
  .genpg-lft .widget {
    margin-bottom: 55px;
  }
}

@media (min-width: 1441px) {
  .genpg-lft .widget {
    margin-bottom: 75px;
  }
}

@media (min-width: 1650px) {
  .genpg-lft .widget {
    margin-bottom: 100px;
  }
}

.genpg-lft .widget .widget-title {
  margin-bottom: 18px;
  font-family: Komika Axis;
  font-size: 28px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1025px) {
  .genpg-lft .widget .widget-title {
    margin-bottom: 20px;
    font-size: 22px;
  }
}

@media (min-width: 1281px) {
  .genpg-lft .widget .widget-title {
    margin-bottom: 24px;
    font-size: 25px;
  }
}

@media (min-width: 1441px) {
  .genpg-lft .widget .widget-title {
    margin-bottom: 29px;
    font-size: 28px;
  }
}

@media (min-width: 1650px) {
  .genpg-lft .widget .widget-title {
    margin-bottom: 35px;
    font-size: 32px;
  }
}

.genpg-lft .widget ul li span {
  display: none;
}

.genpg-lft .widget ul {
  margin: 0;
  padding: 0;
}

.genpg-lft .widget ul li {
  list-style: none;
  margin-bottom: 15px;
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(217 217 217 / var(--tw-border-opacity));
  padding-bottom: 15px;
}

.genpg-lft .widget ul li:last-child {
  margin-bottom: 0;
  border-style: none;
  padding-bottom: 0;
}

@media (min-width: 1025px) {
  .genpg-lft .widget ul li {
    margin-bottom: 16px;
    padding-bottom: 16px;
  }
}

@media (min-width: 1281px) {
  .genpg-lft .widget ul li {
    margin-bottom: 19px;
    padding-bottom: 19px;
  }
}

@media (min-width: 1441px) {
  .genpg-lft .widget ul li {
    margin-bottom: 21px;
    padding-bottom: 21px;
  }
}

@media (min-width: 1650px) {
  .genpg-lft .widget ul li {
    margin-bottom: 25px;
    padding-bottom: 25px;
  }
}

.genpg-lft .widget ul li a {
  display: block;
  width: 100%;
  font-family: Komika Axis;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-line: none;
}

.genpg-lft .widget ul li a:hover {
  --tw-text-opacity: 1;
  color: rgb(225 91 0 / var(--tw-text-opacity));
}

@media (min-width: 1025px) {
  .genpg-lft .widget ul li a {
    font-size: 14px;
  }
}

@media (min-width: 1281px) {
  .genpg-lft .widget ul li a {
    color: 15x;
  }
}

@media (min-width: 1441px) {
  .genpg-lft .widget ul li a {
    font-size: 16px;
  }
}

@media (min-width: 1650px) {
  .genpg-lft .widget ul li a {
    font-size: 18px;
  }
}

.genpg-lft .widget ul li a {
  margin: 0;
}

/* inner blog starts */

.articles-list {
  display: flex;
  -moz-columns: 1;
       columns: 1;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
}

#header-top:not(.articles-list) + section#banner .banner-area {
  padding-bottom: 5rem;
  padding-top: 8rem;
}

@media (min-width: 768px) {
  #header-top:not(.articles-list) + section#banner .banner-area {
    padding-top: 9rem;
  }
}

@media (min-width: 1025px) {
  #header-top:not(.articles-list) + section#banner .banner-area {
    padding-bottom: 7rem;
    padding-top: 10rem;
  }
}

@media (min-width: 768px) {
  .articles-list {
    gap: 30px;
  }
}

@media (min-width: 1025px) {
  .articles-list {
    display: block;
    -moz-columns: 2;
         columns: 2;
    gap: 22px;
  }
}

@media (min-width: 1441px) {
  .articles-list {
    gap: 26px;
  }
}

@media (min-width: 1650px) {
  .articles-list {
    gap: 30px;
  }
}

article {
  margin-bottom: 0;
  display: inline-block;
  width: 100%;
  max-width: 320px;
  border-bottom-width: 4px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(225 91 0 / var(--tw-border-opacity));
  padding-bottom: 17px;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 768px) {
  article {
    padding-bottom: 25px;
  }
}

@media (min-width: 1025px) {
  article {
    margin-bottom: 50px;
    max-width: 100%;
    padding-bottom: 38px;
  }
}

@media (min-width: 1281px) {
  article {
    margin-bottom: 60px;
    padding-bottom: 45px;
  }
}

@media (min-width: 1441px) {
  article {
    margin-bottom: 75px;
    padding-bottom: 55px;
  }
}

@media (min-width: 1650px) {
  article {
    margin-bottom: 100px;
    padding-bottom: 70px;
  }
}

article .blog-post-img {
  margin-bottom: 20px;
}

@media (min-width: 1025px) {
  article .blog-post-img {
    margin-bottom: 22px;
  }
}

@media (min-width: 1281px) {
  article .blog-post-img {
    margin-bottom: 28px;
  }
}

@media (min-width: 1441px) {
  article .blog-post-img {
    margin-bottom: 33px;
  }
}

@media (min-width: 1650px) {
  article .blog-post-img {
    margin-bottom: 40px;
  }
}

article .blog-post-img img {
  display: block;
  height: 210px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media (min-width: 768px) {
  article .blog-post-img img {
    height: 210px;
  }
}

@media (min-width: 1025px) {
  article .blog-post-img img {
    height: 220px;
  }
}

@media (min-width: 1281px) {
  article .blog-post-img img {
    height: 260px;
  }
}

@media (min-width: 1441px) {
  article .blog-post-img img {
    height: 300px;
  }
}

@media (min-width: 1650px) {
  article .blog-post-img img {
    height: 350px;
  }
}

article .blog-post-img img {
  aspect-ratio: 3/2;
}

.blog-post-meta {
  margin-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 15px;
}

@media (min-width: 1025px) {
  .blog-post-meta {
    margin-bottom: 17px;
    gap: 18px;
  }
}

@media (min-width: 1281px) {
  .blog-post-meta {
    margin-bottom: 19px;
    gap: 20px;
  }
}

@media (min-width: 1441px) {
  .blog-post-meta {
    margin-bottom: 22px;
    gap: 23px;
  }
}

@media (min-width: 1650px) {
  .blog-post-meta {
    gap: 28px;
  }
}

.blog-post-meta ul {
  margin: 0;
  line-height: 1;
}

.blog-post-meta ul li {
  margin: 0;
  padding: 0;
  line-height: 1;
}

.blog-post-meta ul li::before {
  content: var(--tw-content);
  display: none;
}

.blog-post-meta .blog-meta {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.genpg-rite .blog-meta,
.genpg-rite .blog-meta strong,
.genpg-rite .blog-meta a {
  position: relative;
  background-size: 16px;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 22px;
  font-family: Open Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 1025px) {
  .genpg-rite .blog-meta,
.genpg-rite .blog-meta strong,
.genpg-rite .blog-meta a {
    background-size: 18px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 24px;
    font-size: 13px;
  }
}

@media (min-width: 1281px) {
  .genpg-rite .blog-meta,
.genpg-rite .blog-meta strong,
.genpg-rite .blog-meta a {
    background-size: 20px;
    padding-left: 26px;
  }
}

@media (min-width: 1441px) {
  .genpg-rite .blog-meta,
.genpg-rite .blog-meta strong,
.genpg-rite .blog-meta a {
    padding-left: 30px;
    font-size: 14px;
  }
}

.page_default.blog_pg .genpg-rite .blog-meta a {
  padding: 0;
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
  text-decoration-line: none;
  opacity: 100;
}

.page_default.blog_pg .genpg-rite .blog-meta a:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  color: #063440 !important;
}

.blog-meta strong,
.blog-meta a {
  padding-left: 0;
  text-decoration-line: none;
}

h2.blog-post-title {
  margin: 0 !important;
}

h2.blog-post-title a {
  margin-bottom: 10px;
  display: inline-block;
  font-family: Komika Axis;
  font-size: 28px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 0;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-line: none !important;
}

h2.blog-post-title a:hover {
  --tw-text-opacity: 1;
  color: rgb(225 91 0 / var(--tw-text-opacity));
}

@media (min-width: 1025px) {
  h2.blog-post-title a {
    margin-bottom: 12px;
    font-size: 20px;
  }
}

@media (min-width: 1281px) {
  h2.blog-post-title a {
    font-size: 23px;
  }
}

@media (min-width: 1441px) {
  h2.blog-post-title a {
    margin-bottom: 14px;
    font-size: 27px;
  }
}

@media (min-width: 1650px) {
  h2.blog-post-title a {
    font-size: 32px;
  }
}

.page_default article p {
  margin-bottom: 16px;
  font-family: Open Sans;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(26 26 28 / var(--tw-text-opacity));
}

@media (min-width: 1025px) {
  .page_default article p {
    margin-bottom: 18px;
    font-size: 14px;
  }
}

@media (min-width: 1281px) {
  .page_default article p {
    margin-bottom: 20px;
    font-size: 15px;
  }
}

@media (min-width: 1441px) {
  .page_default article p {
    margin-bottom: 22px;
    font-size: 16px;
  }
}

@media (min-width: 1650px) {
  .page_default article p {
    margin-bottom: 25px;
    font-size: 18px;
  }
}

.blog-post-btn a {
  position: relative;
  margin-bottom: 0;
  padding-right: 25px;
  font-family: Komika Axis;
  font-size: 22px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0;
  --tw-text-opacity: 1;
  color: rgb(225 91 0 / var(--tw-text-opacity));
  text-decoration-line: none;
}

.blog-post-btn a:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1025px) {
  .blog-post-btn a {
    padding-right: 30px;
    font-size: 18px;
  }
}

@media (min-width: 1281px) {
  .blog-post-btn a {
    padding-right: 33px;
    font-size: 19px;
  }
}

@media (min-width: 1441px) {
  .blog-post-btn a {
    padding-right: 36px;
    font-size: 21px;
  }
}

@media (min-width: 1650px) {
  .blog-post-btn a {
    padding-right: 40px;
    font-size: 24px;
  }
}

.single-post-img {
  margin-bottom: 24px;
}

@media (min-width: 1025px) {
  .single-post-img {
    margin-bottom: 26px;
  }
}

@media (min-width: 1281px) {
  .single-post-img {
    margin-bottom: 32px;
  }
}

@media (min-width: 1441px) {
  .single-post-img {
    margin-bottom: 40px;
  }
}

@media (min-width: 1650px) {
  .single-post-img {
    margin-bottom: 50px;
  }
}

.single-post-img img {
  display: block;
  max-height: 350px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.page_default.single_blog .in-sing-post-category {
  margin-bottom: 20px;
}

@media (min-width: 1025px) {
  .page_default.single_blog .in-sing-post-category {
    margin-bottom: 22px;
  }
}

@media (min-width: 1281px) {
  .page_default.single_blog .in-sing-post-category {
    margin-bottom: 26px;
  }
}

@media (min-width: 1441px) {
  .page_default.single_blog .in-sing-post-category {
    margin-bottom: 33px;
  }
}

@media (min-width: 1650px) {
  .page_default.single_blog .in-sing-post-category {
    margin-bottom: 40px;
  }
}

.page_default.single_blog .in-sing-post-category ul {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 12px;
}

@media (min-width: 1281px) {
  .page_default.single_blog .in-sing-post-category ul {
    gap: 15px;
  }
}

@media (min-width: 1441px) {
  .page_default.single_blog .in-sing-post-category ul {
    gap: 17px;
  }
}

@media (min-width: 1650px) {
  .page_default.single_blog .in-sing-post-category ul {
    gap: 20px;
  }
}

.page_default.single_blog .in-sing-post-category ul li a {
  margin: 0 !important;
  display: inline-block;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 11px;
  padding-bottom: 11px;
  font-family: Komika Axis;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  text-decoration-line: none;
}

.page_default.single_blog .in-sing-post-category ul li a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(225 91 0 / var(--tw-bg-opacity));
}

@media (min-width: 1025px) {
  .page_default.single_blog .in-sing-post-category ul li a {
    padding-left: 21px;
    padding-right: 21px;
    padding-top: 13px;
    padding-bottom: 13px;
  }
}

@media (min-width: 1281px) {
  .page_default.single_blog .in-sing-post-category ul li a {
    padding-left: 24px;
    padding-right: 24px;
    font-size: 15px;
  }
}

@media (min-width: 1441px) {
  .page_default.single_blog .in-sing-post-category ul li a {
    padding-left: 27px;
    padding-right: 27px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 17px;
  }
}

@media (min-width: 1650px) {
  .page_default.single_blog .in-sing-post-category ul li a {
    font-size: 20px;
  }
}

.page_default.single_blog .in-sing-post-category ul li {
  margin: 0;
  padding-left: 0;
}

.page_default.single_blog .in-sing-post-category ul li::before {
  content: var(--tw-content);
  display: none;
}

.page_default.single_blog .blog-post-meta {
  margin-bottom: 22px;
  border-bottom-width: 4px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  padding-bottom: 20px;
}

@media (min-width: 1025px) {
  .page_default.single_blog .blog-post-meta {
    margin-bottom: 25px;
    border-bottom-width: 6px;
    padding-bottom: 23px;
  }
}

@media (min-width: 1281px) {
  .page_default.single_blog .blog-post-meta {
    margin-bottom: 29px;
    padding-bottom: 26px;
  }
}

@media (min-width: 1441px) {
  .page_default.single_blog .blog-post-meta {
    margin-bottom: 34px;
    border-bottom-width: 8px;
    padding-bottom: 30px;
  }
}

@media (min-width: 1650px) {
  .page_default.single_blog .blog-post-meta {
    margin-bottom: 40px;
    padding-bottom: 35px;
  }
}

.page_default.single_blog .blog-post-meta ul {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  line-height: 1;
}

.page_default.single_blog .blog-post-meta ul li {
  margin: 0;
  padding: 0;
  line-height: 1;
}

.page_default.single_blog .blog-post-meta ul li::before {
  content: var(--tw-content);
  display: none;
}

.ti-widget {
  margin-top: 30px;
  margin-bottom: 30px;
}

.gform-body.gform_body label {
  font-family: Open Sans;
  font-size: 14px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(65 65 65 / var(--tw-text-opacity));
}

@media (min-width: 1025px) {
  .gform-body.gform_body label {
    font-size: 15px;
  }
}

@media (min-width: 1441px) {
  .gform-body.gform_body label {
    font-size: 16px;
  }
}

@media (min-width: 1650px) {
  .gform-body.gform_body label {
    font-size: 18px;
  }
}

.page_default.single_blog .blog-post-meta .blog-meta {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.page_default.single_blog .genpg-rite .blog-post-meta ul li a {
  padding: 0;
  font-size: 14px;
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
  text-decoration-line: none;
}

@media (min-width: 1025px) {
  .page_default.single_blog .genpg-rite .blog-post-meta ul li a {
    font-size: 13px;
  }
}

@media (min-width: 1441px) {
  .page_default.single_blog .genpg-rite .blog-post-meta ul li a {
    font-size: 14px;
  }
}

.page_default.single_blog .genpg-rite .blog-post-meta ul li a:hover {
  color: #063440 !important;
}

/* single blog pagination */

.page-navi {
  margin-top: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  border-top-width: 4px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  padding-top: 25px;
  padding-bottom: 25px;
}

@media (min-width: 1025px) {
  .page-navi {
    margin-top: 28px;
    border-top-width: 6px;
    padding-top: 28px;
    padding-bottom: 28px;
  }
}

@media (min-width: 1281px) {
  .page-navi {
    margin-top: 34px;
    padding-top: 34px;
    padding-bottom: 34px;
  }
}

@media (min-width: 1441px) {
  .page-navi {
    margin-top: 42px;
    border-top-width: 8px;
    padding-top: 42px;
    padding-bottom: 42px;
  }
}

@media (min-width: 1650px) {
  .page-navi {
    margin-top: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.page-navi-block {
  width: 47%;
}

.page-navi-block a {
  display: inline-block;
  text-align: left;
  font-family: Komika Axis;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.2;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-line: none;
}

.page-navi-block a:hover {
  --tw-text-opacity: 1;
  color: rgb(225 91 0 / var(--tw-text-opacity));
}

@media (min-width: 1025px) {
  .page-navi-block a {
    font-size: 15px;
  }
}

@media (min-width: 1281px) {
  .page-navi-block a {
    font-size: 16px;
  }
}

@media (min-width: 1441px) {
  .page-navi-block a {
    font-size: 18px;
  }
}

.page-navi-block.page-navi-nxt a {
  display: block;
  text-align: right;
}

.page-navi-block a strong {
  position: relative;
  margin-bottom: 15px;
  display: block;
  padding-left: 19px;
  font-family: Komika Axis;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.2;
  --tw-text-opacity: 1;
  color: rgb(225 91 0 / var(--tw-text-opacity));
}

.page-navi-block a strong:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1025px) {
  .page-navi-block a strong {
    margin-bottom: 17px;
    padding-left: 22px;
    font-size: 17px;
  }
}

@media (min-width: 1281px) {
  .page-navi-block a strong {
    margin-bottom: 19px;
    padding-left: 26px;
    font-size: 19px;
  }
}

@media (min-width: 1441px) {
  .page-navi-block a strong {
    margin-bottom: 22px;
    padding-left: 30px;
    font-size: 21px;
  }
}

@media (min-width: 1650px) {
  .page-navi-block a strong {
    margin-bottom: 25px;
    font-size: 24px;
  }
}

.page-navi-block.page-navi-nxt a strong {
  padding-left: 0;
  padding-right: 19px;
}

@media (min-width: 1025px) {
  .page-navi-block.page-navi-nxt a strong {
    padding-right: 22px;
  }
}

@media (min-width: 1281px) {
  .page-navi-block.page-navi-nxt a strong {
    padding-right: 26px;
  }
}

@media (min-width: 1441px) {
  .page-navi-block.page-navi-nxt a strong {
    padding-right: 30px;
  }
}

.page-navi-block a strong::before {
  position: absolute;
  content: "";
  background-image: url(../../assets/images/sing-blog-pre-arr.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 11px;
  height: 19px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
}

.page-navi-block a strong:hover::before {
  background-image: url(../../assets/images/sing-blog-pre-hov-arr.webp);
}

.page-navi-block.page-navi-nxt a strong::before {
  left: inherit;
  right: 0;
  transform: rotate(180deg);
}

/* in contact page form styling */

.gform_wrapper.gform-theme {
  margin-top: 30px;
  margin-bottom: 30px;
}

.in-contact-form .gform_wrapper.gform-theme, .in-sidebar-form .gform_wrapper.gform-theme {
  margin-top: 0;
  margin-bottom: 0;
}

.gform_validation_errors {
  display: none !important;
}

.gfield input.large,
.gfield textarea.large {
  font-size: 18px !important;
  padding: 0 0 18px !important;
  border-radius: 0px !important;
  font-family: 'Open Sans' !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  color: #000 !important;
  outline: 0 !important;
  height: auto !important;
  background-color: transparent !important;
  box-shadow: none !important;
  border: none !important;
  border-bottom: 1px solid #D9D9D9 !important;
}

.gfield textarea.large {
  height: 110px !important;
  border-radius: 0px;
  min-height: auto;
  resize: none;
}

.gfield input.large::-moz-placeholder, .gfield textarea.large::-moz-placeholder {
  color: #B8B8B8 !important;
}

.gfield input.large::placeholder,
.gfield textarea.large::placeholder {
  color: #B8B8B8 !important;
}

.in-sidebar-form .gfield input.large,
.in-sidebar-form .gfield textarea.large {
  color: #898989 !important;
}

.in-sidebar-form .gfield input.large::-moz-placeholder, .in-sidebar-form .gfield textarea.large::-moz-placeholder {
  color: #898989 !important;
}

.in-sidebar-form .gfield input.large::placeholder,
.in-sidebar-form .gfield textarea.large::placeholder {
  color: #898989 !important;
}

.gform-theme--foundation .gfield textarea.large {
  min-block-size: 100% !important;
  min-height: auto;
}

#field_submit,
.gform_footer {
  justify-content: flex-start;
}

.gfield input::-moz-placeholder,
.gfield textarea::-moz-placeholder {
  color: #E7E7E7;
}

.gfield input::-moz-placeholder, .gfield textarea::-moz-placeholder {
  color: #E7E7E7;
}

.gfield input::placeholder,
.gfield textarea::placeholder {
  color: #E7E7E7;
}

.gform-theme--foundation .gform_fields {
  grid-column-gap: 0 !important;
  grid-row-gap: 50px !important;
}

.gform_footer input[type="submit"] {
  padding: 22px !important;
  font-size: 24px !important;
  font-family: 'Komika Axis' !important;
  font-weight: 400 !important;
  border-radius: 50px !important;
  letter-spacing: 0.5px !important;
  text-transform: uppercase !important;
  border: none !important;
  background-color: #E15B00 !important;
  color: #fff !important;
  margin: 0 !important;
  position: relative !important;
  z-index: 1 !important;
  cursor: pointer !important;
  transition: 0.3s !important;
  width: 100% !important;
  text-align: center;
}

.homepage-popup-form {
  margin: 0 50px;
}

.gform_footer input[type="submit"]:hover {
  background: #000 !important;
  color: #fff !important;
}

.gform-footer.gform_footer {
  position: relative;
  margin: 14px 0 0 !important;
}

div#validation_message_6_12 {
  left: 80px;
  top: 7px;
}

.gform_wrapper .gform_validation_errors {
  display: none;
}

.gform_wrapper .gfield {
  position: relative;
}

.gform_wrapper .gfield .validation_message.gfield_validation_message,
.gform_wrapper .gfield .instruction.validation_message {
  position: absolute;
  top: 4px;
  background: none;
  padding: 0px;
  line-height: 1;
  color: #ff0000;
  font-size: 13px;
  right: 10px;
  font-weight: 500;
  width: auto;
  border: none;
  pointer-events: none;
  margin: 0;
}

.gform_wrapper .gfield .instruction.validation_message {
  top: 24px;
}

.gform_wrapper .field_description_below .gfield_description {
  padding-top: 0
}

.universe-text img {
  display: none;
}

/* Popup Overlay & Styling */

.custom-popup-overlay {
  display: none;
  /* Initially hidden */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99999;
  justify-content: center;
  align-items: center;
}

.custom-popup-content {
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  max-width: 575px;
  text-align: center;
  position: relative;
  font-family: sans-serif;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.circle-img img {
  width: -moz-max-content;
  width: max-content;
  margin: auto;
  margin-top: -120px;
}

.custom-popup-close {
  position: absolute;
  top: 15px;
  right: 20px;
  cursor: pointer;
}

.custom-popup-content h2 {
  color: #e65c00;
  font-size: 36px;
  margin-bottom: 20px;
  font-weight: 400;
  line-height: 1.1;
}

.custom-popup-content p {
  font-size: 15px;
  font-family: 'Open Sans';
  color: #000;
  line-height: 1.5;
  margin-bottom: 20px;
}

.custom-popup-content .gfield input.large,
.gfield textarea.large {
  font-size: 19px !important;
  padding: 20px !important;
  font-family: 'Open Sans' !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  color: #B8B8B8 !important;
  outline: 0 !important;
  height: auto !important;
  background-color: #E7E7E7 !important;
  box-shadow: none !important;
  border: none !important;
  border-radius: 50px !important;
}

@media screen and (max-width:1650px) {
  .universe-text a::before {
    transform: scale(0.9);
  }

  .top-nav {
    max-width: 650px;
    padding: 20px;
  }

  .headlines-itm {
    padding: 103px 32px 43px;
    border-width: 8px;
  }

  .gear-up-blk::before {
    width: 183px;
    height: 231px;
    left: -80px;
    top: -70px;
  }

  .gear-up-blk::after {
    width: 172px;
    height: 86px;
    right: -63px;
    top: -38px;
  }

  .hm-gearup-imgs-list::after {
    width: 172px;
    height: 86px;
    bottom: -60%;
  }

  .hm-gearup-img img {
    padding: 10px;
  }
}

@media screen and (max-width:1440px) {
  .footer-section::before {
    width: 253px;
    height: 115px;
    left: 60px;
    top: -60px;
  }

  .hm-soundtrack-sec::before {
    width: 253px;
    height: 115px;
    right: 60px;
    top: -60px;
  }

  .hm-gearup-imgs-list::after {
    width: 152px;
    height: 86px;
    bottom: -59%;
  }

  .gear-up-blk::before {
    width: 163px;
    height: 211px;
    left: -80px;
    top: -70px;
  }

  .gear-up-blk::after {
    width: 153px;
    height: 80px;
    right: -52px;
    top: -38px;
  }
}

@media screen and (max-width: 1280px) {
  .universe-text a::before {
    transform: scale(0.8);
  }

  .top-menu ul li a::before {
    transform: scale(0.9);
    top: 5px;
  }

  .top-nav {
    max-width: 560px;
    padding: 20px;
  }

  .headlines-itm {
    padding: 83px 22px 25px;
    border-width: 8px;
    width: 31.1%;
  }

  .gear-up-blk::before {
    width: 133px;
    height: 141px;
    left: -60px;
    top: -40px;
  }

  .gear-up-blk::after {
    width: 123px;
    height: 80px;
    right: -42px;
    top: -38px;
  }

  .hm-gearup-imgs-list::after {
    width: 122px;
    height: 56px;
    bottom: -70%;
  }

  .circle-img img {
    margin-top: -120px;
    max-width: 190px !important;
  }

  .custom-popup-content h2 {
    font-size: 30px;
  }

  .custom-popup-content .gfield input.large {
    font-size: 18px !important;
    padding: 18px !important;
  }

  .gform_footer input[type="submit"] {
    padding: 20px !important;
    font-size: 21px !important;
  }

  .custom-popup-content {
    padding: 20px;
    max-width: 485px;
    margin: 0 30px;
  }
}

@media screen and (max-width:1024px) {
  .top-menu {
    margin-left: auto;
  }

  header#header ul#menu-header-menu {
    max-width: 450px !important;
    margin: auto !important;
  }

  .top-menu ul li ul.sub-menu {
    position: relative !important;
    display: none;
  }

  .top-menu ul li ul.sub-menu::before {
    position: absolute;
    content: " ";
    left: 40px;
    top: 8px;
    width: 22px;
    height: 13px;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    background-color: #fff;
  }

  .submenu-toggle {
    display: inline-block;
    width: 2em;
    height: 2em;
    margin-left: 0.5em;
    cursor: pointer;
    position: absolute;
    right: 0px;
    top: 8px;
  }

  /* Add "+" by default */

  .submenu-toggle::after {
    content: "+";
    font-size: 30px;
    font-weight: 400;
    font-family: 'Komika Axis';
    display: inline-block;
    line-height: 1;
    color: #fff;
    /* Adjust to match your nav color */
  }

  /* When open, change to "–" */

  .submenu-toggle.open::after {
    content: "–";
    font-size: 30px;
    font-weight: 400;
  }

  .headlines-itm {
    padding: 63px 18px 20px;
    border-width: 7px;
    width: 32.4%;
  }

  .hm-soundtrack-sec::before {
    width: 183px;
    height: 115px;
    right: 30px;
    top: -50px;
  }

  .footer-section::before {
    width: 193px;
    height: 115px;
    left: 40px;
    top: -40px;
  }

  .gear-up-blk::after {
    width: 103px;
    height: 80px;
    right: -32px;
    top: -28px;
  }

  .gear-up-blk::before {
    width: 113px;
    height: 121px;
    left: -30px;
    top: -40px;
  }

  .hm-gearup-imgs-list::after {
    width: 92px;
    height: 56px;
    bottom: -125px;
  }

  .universe-text a span::before {
    transform: scale(0.7);
  }
}

@media screen and (max-width:768px) {
  .universe-text img {
    display: block;
    cursor: pointer;
  }

  .homepage-popup-form {
    margin: 0;
  }

  .headlines-itm {
    border-width: 7px;
    max-width: 350px;
    padding: 95px 28px 40px;
    width: 100%;
  }

  .headlines-cnt-blk p {
    padding: 0 26px !important;
  }

  .headlines-txt-img img {
    margin: auto;
  }

  .hdr-btn img {
    display: block;
  }

  .top-nav {
    top: 30px;
  }

  .universe-text a span,
  .hdr-btn span,
  .footer-section::before,
  .hm-soundtrack-sec::before,
  .gear-up-blk::after,
  .gear-up-blk::before,
  .hm-gearup-imgs-list::after {
    display: none;
  }

  .top-nav {
    max-width: 500px;
    padding: 30px;
  }

  .close-menu-btn {
    position: absolute;
    z-index: 1;
    right: 10px;
    top: 10px;
  }

  .logo {
    order: 1;
  }

  .header-btn {
    order: 2;
    margin-left: auto;
  }

  .top-menu {
    margin: 0;
    order: 3;
  }

  .gear-up-blk {
    padding-top: 80px !important;
    padding-bottom: 60px !important;
  }

  .headlines-itm {
    margin: auto !important;
  }

  .headlines-lst.owl-carousel {
    padding: 0 20px;
  }

  .headlines-lst.owl-carousel .owl-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: -moz-max-content;
    height: max-content;
    width: 100%;
    max-width: 390px;
  }

  .headlines-lst.owl-carousel .owl-nav button.owl-prev,
  .headlines-lst.owl-carousel .owl-nav button.owl-next {
    background-image: url(../../assets/images/carousel-arr-img.webp);
    background-repeat: no-repeat;
    background-position: center;
    width: 40px;
    height: 40px;
    font-size: 0px;
    background-color: #E15B00;
    border-radius: 50px;
  }

  .headlines-lst.owl-carousel .owl-nav button.owl-next {
    rotate: 180deg;
  }

  .headlines-lst.owl-carousel .owl-nav button span {
    font-size: 0px;
  }

  .yt26-videos.owl-carousel .owl-nav {
    width: 100%;
    max-width: 350px;
    right: 0;
  }
}

@media screen and (max-width: 639px) {
  .hdr-btn {
    border-radius: 100%;
    height: 50px;
    width: 50px;
  }

  .top-menu {
    margin-left: 0;
    order: 3;
  }

  .header-btn {
    margin-left: auto;
  }

  a.hdr-btn span {
    display: none !important;
  }
}

@media screen and (max-width:410px) {
  .circle-img img {
    display: none;
  }

  .custom-popup-content {
    padding: 60px 15px 15px 20px;
    margin: 0 10px;
  }

  .custom-popup-content h2 {
    font-size: 24px;
  }

  .gform_footer input[type="submit"] {
    padding: 17px !important;
    font-size: 17px !important;
  }

  .custom-popup-content .gfield input.large {
    font-size: 17px !important;
    padding: 16px !important;
  }

  .custom-popup-close {
    position: absolute;
    top: 5px;
    right: 10px;
    cursor: pointer;
  }
}

@media screen and (max-width:380px) {
  .gear-up-blk {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}

/***
*** Fluid Spacing Styles ***
***/

:root {
  --fluid-min-width: 320;
  --fluid-max-width: 1536;
  --fluid-screen: 100vw;
  --fluid-bp: calc((var(--fluid-screen) - var(--fluid-min-width) / 16 * 1rem) / (var(--fluid-max-width) - var(--fluid-min-width)));
}

@media screen and (min-width: 1536px) {
  :root {
    --fluid-screen: calc(var(--fluid-max-width) * 1px);
  }
}

:root {
  /*** Space Scale ***/
  /* - */
  --space-1-min: 8;
  --space-1-max: 8;
  --space-1: calc(((var(--space-1-min) / 16) * 1rem) + (var(--space-1-max) - var(--space-1-min)) * var(--fluid-bp));
  /* - */
  --space-2-min: 8;
  --space-2-max: 16;
  --space-2: calc(((var(--space-2-min) / 16) * 1rem) + (var(--space-2-max) - var(--space-2-min)) * var(--fluid-bp));
  /* - */
  --space-3-min: 12;
  --space-3-max: 24;
  --space-3: calc(((var(--space-3-min) / 16) * 1rem) + (var(--space-3-max) - var(--space-3-min)) * var(--fluid-bp));
  /* - */
  --space-4-min: 16;
  --space-4-max: 32;
  --space-4: calc(((var(--space-4-min) / 16) * 1rem) + (var(--space-4-max) - var(--space-4-min)) * var(--fluid-bp));
  /* - */
  --space-5-min: 20;
  --space-5-max: 40;
  --space-5: calc(((var(--space-5-min) / 16) * 1rem) + (var(--space-5-max) - var(--space-5-min)) * var(--fluid-bp));
  /* - */
  --space-6-min: 24;
  --space-6-max: 48;
  --space-6: calc(((var(--space-6-min) / 16) * 1rem) + (var(--space-6-max) - var(--space-6-min)) * var(--fluid-bp));
  /* - */
  --space-7-min: 28;
  --space-7-max: 56;
  --space-7: calc(((var(--space-7-min) / 16) * 1rem) + (var(--space-7-max) - var(--space-7-min)) * var(--fluid-bp));
  /* - */
  --space-8-min: 32;
  --space-8-max: 64;
  --space-8: calc(((var(--space-8-min) / 16) * 1rem) + (var(--space-8-max) - var(--space-8-min)) * var(--fluid-bp));
  /* - */
  --space-9-min: 36;
  --space-9-max: 72;
  --space-9: calc(((var(--space-9-min) / 16) * 1rem) + (var(--space-9-max) - var(--space-9-min)) * var(--fluid-bp));
  /* - */
  --space-10-min: 40;
  --space-10-max: 80;
  --space-10: calc(((var(--space-10-min) / 16) * 1rem) + (var(--space-10-max) - var(--space-10-min)) * var(--fluid-bp));
  /* - */
  --space-11-min: 44;
  --space-11-max: 88;
  --space-11: calc(((var(--space-11-min) / 16) * 1rem) + (var(--space-11-max) - var(--space-11-min)) * var(--fluid-bp));
  /* - */
  --space-12-min: 48;
  --space-12-max: 96;
  --space-12: calc(((var(--space-12-min) / 16) * 1rem) + (var(--space-12-max) - var(--space-12-min)) * var(--fluid-bp));
}

/***
*** Fluid Typographic Styles ***
***/

:root {
  --fluid-min-width: 320;
  --fluid-max-width: 1536;
  --fluid-screen: 100vw;
  --fluid-bp: calc((var(--fluid-screen) - var(--fluid-min-width) / 16 * 1rem) / (var(--fluid-max-width) - var(--fluid-min-width)));
}

@media screen and (min-width: 1536px) {
  :root {
    --fluid-screen: calc(var(--fluid-max-width) * 1px);
  }
}

:root {
  /*** h1 - font-size ***/
  --h1-f-min: 32;
  --h1-f-max: 48;
  --h1-f: calc(((var(--h1-f-min) / 16) * 1rem) + (var(--h1-f-max) - var(--h1-f-min)) * var(--fluid-bp));
  /*** h1 - line-height ***/
  --h1-lh-min: 40;
  --h1-lh-max: 54;
  --h1-lh: calc(((var(--h1-lh-min) / 16) * 1rem) + (var(--h1-lh-max) - var(--h1-lh-min)) * var(--fluid-bp));
  /*** h1 (large) - font-size ***/
  --h1-large-f-min: 40;
  --h1-large-f-max: 65;
  --h1-large-f: calc(((var(--h1-large-f-min) / 16) * 1rem) + (var(--h1-large-f-max) - var(--h1-large-f-min)) * var(--fluid-bp));
  /*** h1 (large) - line-height ***/
  --h1-large-lh-min: 50;
  --h1-large-lh-max: 71;
  --h1-large-lh: calc(((var(--h1-large-lh-min) / 16) * 1rem) + (var(--h1-large-lh-max) - var(--h1-large-lh-min)) * var(--fluid-bp));
  /*** h2 - font-size ***/
  --h2-f-min: 24;
  --h2-f-max: 32;
  --h2-f: calc(((var(--h2-f-min) / 16) * 1rem) + (var(--h2-f-max) - var(--h2-f-min)) * var(--fluid-bp));
  /*** h2 - line-height ***/
  --h2-lh-min: 32;
  --h2-lh-max: 40;
  --h2-lh: calc(((var(--h2-lh-min) / 16) * 1rem) + (var(--h2-lh-max) - var(--h2-lh-min)) * var(--fluid-bp));
  /*** h3 - font-size ***/
  --h3-f-min: 22;
  --h3-f-max: 24;
  --h3-f: calc(((var(--h3-f-min) / 16) * 1rem) + (var(--h3-f-max) - var(--h3-f-min)) * var(--fluid-bp));
  /*** h3 - line-height ***/
  --h3-lh-min: 30;
  --h3-lh-max: 32;
  --h3-lh: calc(((var(--h3-lh-min) / 16) * 1rem) + (var(--h3-lh-max) - var(--h3-lh-min)) * var(--fluid-bp));
  /*** h4 - font-size ***/
  --h4-f-min: 16;
  --h4-f-max: 20;
  --h4-f: calc(((var(--h4-f-min) / 16) * 1rem) + (var(--h4-f-max) - var(--h4-f-min)) * var(--fluid-bp));
  /*** h4 - line-height ***/
  --h4-lh-min: 22;
  --h4-lh-max: 28;
  --h4-lh: calc(((var(--h4-lh-min) / 16) * 1rem) + (var(--h4-lh-max) - var(--h4-lh-min)) * var(--fluid-bp));
  /*** h5 - font-size ***/
  --h5-f-min: 20;
  --h5-f-max: 20;
  --h5-f: calc(((var(--h5-f-min) / 16) * 1rem) + (var(--h5-f-max) - var(--h5-f-min)) * var(--fluid-bp));
  /*** h5 - line-height ***/
  --h5-lh-min: 24;
  --h5-lh-max: 28;
  --h5-lh: calc(((var(--h5-lh-min) / 16) * 1rem) + (var(--h5-lh-max) - var(--h5-lh-min)) * var(--fluid-bp));
  /*** h6 - font-size ***/
  --h6-f-min: 20;
  --h6-f-max: 20;
  --h6-f: calc(((var(--h6-f-min) / 16) * 1rem) + (var(--h6-f-max) - var(--h6-f-min)) * var(--fluid-bp));
  /*** h6 - line-height ***/
  --h6-lh-min: 24;
  --h6-lh-max: 28;
  --h6-lh: calc(((var(--h6-lh-min) / 16) * 1rem) + (var(--h6-lh-max) - var(--h6-lh-min)) * var(--fluid-bp));
  /*** Section Stats ***/
  /* - */
  --f-stats-min: 45;
  --f-stats-max: 65;
  --f-stats: calc(((var(--f-stats-min) / 16) * 1rem) + (var(--f-stats-max) - var(--f-stats-min)) * var(--fluid-bp));
  /* - */
  --f-stats-title-min: 16;
  --f-stats-title-max: 20;
  --f-stats-title: calc(((var(--f-stats-title-min) / 16) * 1rem) + (var(--f-stats-title-max) - var(--f-stats-title-min)) * var(--fluid-bp));
}

* {
  margin-top: 0;
  font-family: Komika Axis;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  --tw-text-opacity: 1;
  color: rgb(26 26 28 / var(--tw-text-opacity));
}

@media (min-width: 1025px) {
  * {
    font-size: 15px;
  }
}

@media (min-width: 1281px) {
  * {
    font-size: 16px;
  }
}

@media (min-width: 1441px) {
  * {
    font-size: 17px;
  }
}

@media (min-width: 1650px) {
  * {
    font-size: 18px;
  }
}

h1,
h2,
h3,
h4,
h5,
div.h5,
h6 {
  font-family: 'Komika Axis';
}

h1,
h1 * {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
  font-size: var(--h1-f);
  line-height: var(--h1-lh);
  font-weight: 700;
  text-transform: capitalize;
  font-style: normal;
}

h2,
h2 * {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
  font-size: var(--h2-f);
  line-height: var(--h2-lh);
  font-weight: 700;
  text-transform: capitalize;
  font-style: normal;
}

h3,
h3 * {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
  font-size: var(--h3-f);
  line-height: var(--h3-lh);
  font-weight: 700;
  text-transform: capitalize;
  font-style: normal;
}

h4,
h4 * {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
  font-size: var(--h4-f);
  line-height: var(--h4-lh);
  font-weight: 700;
  text-transform: uppercase;
  font-style: normal;
}

h5,
h5 *,
div.h5 {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
  font-size: var(--h5-f);
  line-height: var(--h5-lh);
  font-weight: 700;
  margin-bottom: var(--space-1);
  text-transform: capitalize;
  font-style: normal;
}

h6,
h6 * {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-size: var(--h6-f);
  line-height: var(--h6-lh);
  font-weight: 700;
  text-transform: uppercase;
  font-style: normal;
}

main p,
main p span,
main p a,
main a,
main ul,
main li,
#banner p,
#banner p span,
#banner p a,
#banner ul,
#banner ol,
#banner li {
  font-family: 'Open Sans';
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
}

figure.wp-block-image {
  margin-bottom: var(--space-3);
}

/***
*** Button Styles ***
***/

/*** Buttons ***/

.btn,
input[type="submit"] {
  border-radius: 5px;
  font-size: 1rem;
  padding: 0.5rem 1.25rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  background: transparent;
  border: 2px solid white;
  color: white;
  transition: background-color 0.3s, border 0.3s;
}

.btn.primary,
input[type="submit"] {
  background-color: var(--wp--preset--color--primary);
  border: 2px solid var(--wp--preset--color--primary);
}

.btn.primary:hover,
input[type="submit"]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn.secondary {
  background: var(--wp--preset--color--lightgrey);
  border: 2px solid var(--wp--preset--color--lightgrey);
}

.btn.secondary:hover {
  background: transparent;
  color: var(--wp--preset--color--lightgrey);
}

.btn.tertiary {
  background: #fff;
  border: 2px solid var(--wp--preset--color--primary);
  color: var(--wp--preset--color--primary);
}

.btn.tertiary:hover {
  background: var(--wp--preset--color--primary);
  border: 2px solid var(--wp--preset--color--primary);
  color: #fff;
}

.btn.primary.light-text:hover,
.btn.secondary.light-text:hover {
  color: #fff;
  border: 2px solid #fff;
}

main a:not(.btn):link,
#footer-phone a,
#footer-bottom a {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

main a:not(.btn):hover,
#footer-phone a:hover,
#footer-bottom a:hover {
  --tw-text-opacity: 1;
  color: rgb(197 74 64 / var(--tw-text-opacity));
}

/***
*** Site Header ***
***/

img.custom-logo {
  width: 100%;
  max-width: 100px;
}

@media (min-width: 768px) {
  img.custom-logo {
    max-width: 120px;
  }
}

@media (min-width: 1025px) {
  img.custom-logo {
    max-width: 130px;
  }
}

@media (min-width: 1281px) {
  img.custom-logo {
    max-width: 150px;
  }
}

@media (min-width: 1650px) {
  img.custom-logo {
    max-width: 189px;
  }
}

/***
*** Site Navigation ***
***/

header {
  padding: 0;
}

header .side-menu {
  display: none;
}

header .side-menu:checked~nav {
  max-height: 100%;
}

header .side-menu:checked~.hamb .hamb-line {
  background: transparent;
}

header .side-menu:checked~.hamb .hamb-line::before {
  transform: rotate(-45deg);
  top: 0;
}

header .side-menu:checked~.hamb .hamb-line::after {
  transform: rotate(45deg);
  top: 0;
}

header .hamb {
  background-color: #ccc;
  border-radius: 100%;
  cursor: pointer;
  display: flex;
  float: right;
  height: 50px;
  justify-content: center;
  padding: 10px;
  width: 50px;
}

header .hamb img {
  width: 20px;
}

@media screen and (min-width: 20rem) {
  input#side-menu {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 999999;
  }

  .side-menu~div#primary-menu {
    transition: max-height 0.5s;
  }

  .side-menu:not(:checked)~div#primary-menu {
    max-height: 0;
    opacity: 0;
    position: absolute;
    right: -100% !important;
    top: 100%;
    visibility: visible;
  }

  .side-menu:checked~div#primary-menu {
    height: 72vh;
    margin-top: 0 !important;
    max-height: 1000vh;
    opacity: 1;
    overflow: auto;
    padding: 25px !important;
    position: absolute;
    right: 0;
    top: 100%;
    visibility: visible;
    width: 100%;
    background-color: #9AB1CA;
  }

  .side-menu:checked~div#primary-menu li {
    padding: 10px 0;
  }
}

/***
*** Utility Menu ***
***/

#header-top {
  background-color: #fafafa;
  border-bottom: 1px solid #dfdfdf;
}

#utility-menu-wrapper #menu-utility-menu li {
  margin: 0 var(--space-1) 0;
  padding: var(--space-2) 0;
}

#utility-menu-wrapper #menu-utility-menu li:last-child {
  margin-right: 0;
}

#utility-menu-wrapper #menu-utility-menu a {
  font-size: 0.8rem;
}

/***
*** Navigation: 0px - 1280px ***
***/

header {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  min-height: 82px;
  background-color: #fff;
  display: flex;
}

header.fixed {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  top: 2.2rem;
}

header ul#primary-menu>li {
  margin: 0;
  padding: var(--space-4) var(--space-2);
}

header ul#primary-menu>li.menu-item-has-children,
  header ul#primary-menu>li.menu-item-has-children>a {
  position: relative;
  z-index: 0;
}

header ul#primary-menu>li.menu-item-has-children>a::after {
  content: "";
  width: 10px;
  height: 10px;
  background-image: url(/wp-content/uploads/2023/10/angle-down.svg);
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  top: 50%;
  transform: translate(0, -50%);
  right: -15px;
  transition: opacity 0.5s;
  opacity: 1;
}

header ul#primary-menu>li.menu-item-has-children>a::before {
  content: "";
  width: 10px;
  height: 10px;
  background-image: url(/wp-content/uploads/2023/10/angle-up.svg);
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  top: 50%;
  transform: translate(0, -50%);
  right: -15px;
  transition: opacity 0.5s;
  opacity: 0;
}

header ul#primary-menu>li.menu-item-has-children input.mobile-nav-checkbox:checked~a::after {
  transform: rotate(180deg) translateX(0) translateY(5px);
}

header li:not(.menu-item-has-children) input {
  display: none;
}

header .mobile-nav-checkbox~ul.sub-menu {
  opacity: 0;
  max-height: 0;
  height: 0;
  transition: max-height 0.3s ease, height 0.3s ease;
  left: 999999px;
  position: relative;
  background: #dedede;
}

header .mobile-nav-checkbox:checked~ul.sub-menu,
  header li#menu-item-1308 .mobile-nav-checkbox~ul.sub-menu {
  height: 100%;
  max-height: 1000px;
  opacity: 1;
  left: 0;
}

header ul#primary-menu>li.menu-item-has-children input.mobile-nav-checkbox {
  width: 100%;
  position: absolute;
  top: 5px;
  opacity: 0;
  height: 25px;
  left: -3px;
  z-index: 1;
}

header ul#primary-menu>li.menu-item-has-children>ul.sub-menu li {
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 0;
}

header ul#primary-menu>li.menu-item-has-children>ul.sub-menu>li>a {
  padding: 0 20px;
  display: block;
  transition: background-color 0.5s;
}

/***
*** Navigation: 1025px and larger ***
***/

@media (min-width: 64.0625rem) {
  header .hamb {
    display: none;
  }

  header .side-menu~div#primary-menu {
    transition: none;
  }

  header .side-menu:checked~div#primary-menu {
    position: static;
    overflow: visible;
  }

  header .side-menu:not(:checked)~div#primary-menu {
    top: 100%;
    position: static;
    right: -999999px;
    max-height: 1000px;
    opacity: 1;
    visibility: visible;
  }

  header ul#primary-menu>li:last-child {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding: 0px;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    cursor: pointer;
  }

  header ul#primary-menu>li:last-child a {
    padding: var(--space-4) var(--space-2);
    display: block;
  }

  header input.mobile-nav-checkbox {
    display: none;
  }

  header li.menu-item-has-children:hover .mobile-nav-checkbox~ul.sub-menu {
    opacity: 1;
    height: auto;
    max-height: 1000px
  }

  header ul#primary-menu>li.menu-item-has-children>ul.sub-menu {
    display: none;
    position: absolute;
    left: -999999px;
    transform: translateX(-10%);
    top: 100%;
  }

  header ul#primary-menu>li.menu-item-has-children:hover>ul.sub-menu {
    display: block;
    left: 50%;
    transform: translateX(-50%);
    width: -moz-fit-content;
    width: fit-content;
    white-space: nowrap;
  }

  header ul#primary-menu>li.menu-item-has-children:hover>a::after {
    opacity: 0;
  }

  header ul#primary-menu>li.menu-item-has-children:hover>a::before {
    opacity: 1;
  }

  header ul#primary-menu>li.menu-item-has-children>ul.sub-menu>li>a {
    padding: 5px 20px;
  }
}

/***
*** Global Hero ***
***/

#header-top:not(.lg\:block) + section#banner .banner-area {
  padding-bottom: 5rem;
  padding-top: 8rem;
}

@media (min-width: 768px) {
  #header-top:not(.lg\:block) + section#banner .banner-area {
    padding-top: 9rem;
  }
}

@media (min-width: 1025px) {
  #header-top:not(.lg\:block) + section#banner .banner-area {
    padding-bottom: 7rem;
    padding-top: 10rem;
  }
}

header + section#banner .banner-area {
  padding-bottom: 2.5rem;
  padding-top: 4rem;
}

@media (min-width: 768px) {
  header + section#banner .banner-area {
    padding-top: 4rem;
  }
}

@media (min-width: 1025px) {
  header + section#banner .banner-area {
    padding-bottom: 5rem;
    padding-top: 5rem;
  }
}

header.fixed + section#banner .banner-area {
  padding-bottom: 5rem;
  padding-top: 8rem;
}

@media (min-width: 768px) {
  header.fixed + section#banner .banner-area {
    padding-top: 9rem;
  }
}

@media (min-width: 1025px) {
  header.fixed + section#banner .banner-area {
    padding-bottom: 7rem;
    padding-top: 13rem;
  }
}

/*** Global Banner ***/

html body:not(.home) section#banner {
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity));
}

html body:not(.home) section#banner p.description {
  font-size: 1.4rem;
  line-height: 1.9rem;
}

html section#banner {
  background: none;
}

html section#banner.overlay::after {
  content: none;
}

html section#banner.light-text {
  background-color: #303030;
}

html section#banner.light-text h1,
    html section#banner.light-text p {
  color: #fff;
}

html section#banner .banner-area {
  position: relative;
  z-index: 1;
}

html section#banner .banner-area.text-center div#banner-left {
  flex-basis: 100% !important;
}

html section#banner .banner-area.text-center div#banner-right {
  display: none !important;
}

@media screen and (min-width: 64rem) {
  html section#banner {
    background-size: cover;
    position: relative;
  }

  html section#banner.overlay::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 40%);
    z-index: 0;
  }
}

/***
*** Global Section Styles ***
***/

section #section-header h2 {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  text-align: center;
}

html section#banner section.banner-area #section-header h2 div#banner-left {
  flex-basis: 100%;
}

html section#banner section.banner-area #section-header h2 div#banner-right {
  display: none;
}

@media (min-width: 1025px) {
  section #section-header h2 {
    width: 58.333333%;
  }
}

section #section-header p {
  width: 100%;
  text-align: center;
}

html section#banner section.banner-area #section-header p div#banner-left {
  flex-basis: 100%;
}

html section#banner section.banner-area #section-header p div#banner-right {
  display: none;
}

@media (min-width: 1025px) {
  section #section-header p {
    width: 58.333333%;
  }
}

section #section-header p {
  margin: var(--space-2) auto;
}

/***
*** Section Text w/Image ***
***/

section#text-image-container .section-align-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}

@media (min-width: 1025px) {
  section#text-image-container .section-align-left {
    flex-direction: row;
    align-items: center;
  }
}

section#text-image-container .section-align-left .section-image {
  margin-bottom: 2rem;
  width: 100%;
}

@media (min-width: 768px) {
  section#text-image-container .section-align-left .section-image {
    margin-bottom: 0px;
  }
}

@media (min-width: 1025px) {
  section#text-image-container .section-align-left .section-image {
    width: 40%;
  }
}

section#text-image-container .section-align-left .section-content {
  width: 100%;
}

@media (min-width: 1025px) {
  section#text-image-container .section-align-left .section-content {
    width: 50%;
  }
}

section#text-image-container .section-align-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}

@media (min-width: 1025px) {
  section#text-image-container .section-align-right {
    flex-direction: row;
    align-items: center;
  }
}

section#text-image-container .section-align-right .section-image {
  order: 1;
  margin-bottom: 2rem;
  width: 100%;
}

@media (min-width: 768px) {
  section#text-image-container .section-align-right .section-image {
    margin-bottom: 0px;
  }
}

@media (min-width: 1025px) {
  section#text-image-container .section-align-right .section-image {
    order: 2;
    width: 40%;
  }
}

section#text-image-container .section-align-right .section-content {
  order: 2;
  width: 100%;
}

@media (min-width: 1025px) {
  section#text-image-container .section-align-right .section-content {
    order: 1;
    width: 50%;
  }
}

section#text-image-container p {
  font-size: 1.1rem;
  line-height: 1.6rem;
  margin-top: var(--space-2);
}

section#text-image-container .section-block #section-image img {
  margin-left: 0px;
}

@media (min-width: 1025px) {
  section#text-image-container .section-block #section-image img {
    margin-left: auto;
    margin-right: auto;
  }
}

section#text-image-container .section-block #section-image img {
  margin-bottom: var(--space-4);
  max-width: 700px;
  width: 100%;
}

/***
*** Section Text w/Button ***
***/

section#text-container #section-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

@media (min-width: 768px) {
  section#text-container #section-content {
    align-items: center;
    text-align: center;
  }
}

section#text-container .section-text {
  max-width: 1025px;
}

section#text-container .section-text p {
  font-size: 1.1rem;
  line-height: 1.6rem;
}

/***
*** Section FAQ Accordions ***
***/

section#faq-container #faqa {
  margin-top: var(--space-4);
}

section#faq-container .question-answer {
  border: 1px solid #d0d0d0;
  border-radius: 4px;
  margin-bottom: var(--space-3);
}

section#faq-container .question-answer .question {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #444;
  cursor: pointer;
  font-size: 1.15rem;
  font-weight: 600;
  padding: var(--space-3) var(--space-7) 0 var(--space-3);
  text-align: left;
  width: 100%;
}

section#faq-container .question-answer .header {
  display: flex;
  cursor: pointer;
  position: relative;
  padding-bottom: var(--space-3);
}

section#faq-container .question-answer .icon {
  border-radius: 50%;
  height: 1.75em;
  pointer-events: none;
  position: absolute;
  right: 1.4rem;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
  width: 1.75em;
  background-color: #444;
}

section#faq-container .question-answer .icon::before {
  background-color: #fff;
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 2px;
  width: 0.75em;
}

section#faq-container .question-answer .icon::after {
  background-color: #fff;
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 0.75em;
  width: 2px;
}

section#faq-container .question-answer .answer {
  max-height: 0;
  overflow: hidden;
  padding: 0;
  margin: 0 0 0 1.4rem;
  transition: max-height 0.3s, margin 0.3s;
}

section#faq-container .question-answer .answer-transition {
  max-height: 1500px;
  margin: 0 0 var(--space-3) var(--space-3);
}

section#faq-container .question-answer:hover {
  border: 1px solid #d0d0d0;
  border-radius: 4px;
  margin-bottom: var(--space-3);
}

section#faq-container .question-answer:hover .question {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

section#faq-container .question-answer:hover .icon {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

section#faq-container .question-answer[aria-expanded] .question {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

section#faq-container .question-answer[aria-expanded] .icon {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  transform: translateY(-50%) rotate(135deg);
}

/***
*** Section BlockQuote ***
***/

#blockquote-container .quote-inner blockquote {
  font-size: 28px;
  line-height: 38px;
  position: relative;
  font-weight: 600;
  color: #2d2d2d;
  text-align: center;
}

#blockquote-container .quote-inner blockquote svg {
  max-width: 135px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

#blockquote-container .quote-inner blockquote svg.left-quote,
      #blockquote-container .quote-inner blockquote svg.right-quote {
  display: none;
}

@media (min-width: 64rem) {
  #blockquote-container .quote-inner blockquote svg.left-quote {
    display: block;
    left: -15vw;
  }

  #blockquote-container .quote-inner blockquote svg.right-quote {
    display: block;
    transform: rotate(180deg) translateY(50%);
    right: -15vw;
  }

  #blockquote-container .quote-inner blockquote blockquote {
    font-size: 36px;
    line-height: 50px;
  }
}

#blockquote-container .quote-inner cite {
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  color: #777;
  text-align: center;
  display: block;
  margin-top: var(--space-6);
  font-style: unset;
}

/***
*** Section Feature Cards ***
***/

section#feature-container {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

section#feature-container #features-repeater {
  margin: var(--space-8) 0;
  grid-gap: var(--space-6);
}

section#feature-container #features-repeater .section-block {
  box-shadow: 0 0 5px #dcdcdc;
  padding: var(--space-6);
  background-color: #fff;
}

@media (min-width: 768px) {
  section#feature-container #features-repeater {
    grid-gap: var(--space-3);
  }

  section#feature-container #features-repeater .section-block {
    padding: var(--space-4) var(--space-3);
  }
}

@media (min-width: 1024px) {
  section#feature-container #features-repeater .section-block:last-child {
    grid-column: unset;
  }
}

section#feature-container .inner-area {
  padding: 0 var(--space-2);
  max-width: none;
}

section#feature-container .inner-area.image-size-full img {
  max-height: 150px;
}

section#feature-container .inner-area img {
  margin: 0 auto var(--space-3);
  max-height: 100px;
}

section#feature-container .inner-area.image-size-sm img {
  width: 50px;
}

section#feature-container .inner-area.image-size-md img {
  height: 125px;
}

section#feature-container .inner-area.image-size-full img {
  width: 100%;
}

section#feature-container .inner-area .feature-heading {
  font-size: 21px !important;
  font-weight: 500 !important;
  line-height: 26px;
  color: #666;
}

section#feature-container .inner-area .feature-content {
  font-size: 18px;
  line-height: 25px;
  margin: var(--space-1) auto var(--space-2);
  width: -moz-fit-content;
  width: fit-content;
}

/***
*** Section Feature Cards (Slider) ***
***/

section#custom-feature-container.slider {
  position: relative;
}

section#custom-feature-container.slider #custom-features-repeater .custom-section-block {
  box-shadow: 0 0 5px #dcdcdc;
  padding: var(--space-6);
  background-color: #fff;
}

@media (min-width: 768px) {
  section#custom-feature-container.slider #custom-features-repeater .custom-section-block {
    padding: var(--space-4) var(--space-3);
  }
}

section#custom-feature-container.slider .custom-inner-area {
  padding: 0 var(--space-2);
  max-width: none;
}

section#custom-feature-container.slider .custom-inner-area.custom-image-size-full img {
  max-height: 150px;
}

section#custom-feature-container.slider .custom-inner-area img {
  margin: 0 auto var(--space-3);
  max-height: 100px;
}

section#custom-feature-container.slider .custom-inner-area.custom-image-size-sm img {
  width: 50px;
}

section#custom-feature-container.slider .custom-inner-area.custom-image-size-md img {
  height: 125px;
}

section#custom-feature-container.slider .custom-inner-area.custom-image-size-full img {
  width: 100%;
}

section#custom-feature-container.slider .custom-inner-area .custom-feature-heading {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
  font-size: 18px !important;
  font-weight: 600 !important;
  line-height: 22px;
}

section#custom-feature-container.slider .custom-inner-area .custom-feature-content {
  font-size: 38px;
  line-height: 25px;
  margin: var(--space-1) auto var(--space-2);
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 900;
  color: #7937fb;
}

section#custom-feature-container.slider .custom-container-inner {
  margin-top: var(--space-8);
  margin-bottom: var(--space-8);
  position: relative;
}

section#custom-feature-container.slider .button-nav.custom-card-slide-navigation {
  position: absolute;
  z-index: 1;
  padding-top: 0;
  top: 63%;
  transform: translateY(-50%);
  margin-top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

section#custom-feature-container.slider .button-nav.custom-card-slide-navigation.previous {
  right: 96%;
  background: #fff !important;
  border-radius: 50px !important;
  box-shadow: 5px 5px 15px lightgrey;
  width: 40px;
  height: 40px;
}

section#custom-feature-container.slider .button-nav.custom-card-slide-navigation.next {
  left: 96%;
  background: #fff !important;
  border-radius: 50px !important;
  box-shadow: 5px 5px 15px lightgrey;
  width: 40px;
  height: 40px;
}

section#custom-feature-container.slider .button-nav.custom-card-slide-navigation svg {
  fill: #7937fb;
  height: 20px;
}

section#custom-feature-container.slider .custom-card-slide-inner-container {
  padding: 0 48px;
}

section#custom-feature-container.slider .custom-card-slide-inner-container div#custom-features-repeater .custom-card-section-block {
  display: inline-block;
  margin: var(--space-1);
  padding: var(--space-4) 0 40px;
  max-width: none;
  background: #fff;
  box-shadow: 5px 5px 35px #eee;
  border-radius: 15px;
}

section#custom-feature-container.slider .custom-card-slide-inner-container div#custom-features-repeater .custom-card-section-block:hover {
  background: rgb(180 85 247);
  background: linear-gradient(324deg, rgb(180 85 247 / 100%) 0%, rgb(114 51 252 / 100%) 100%);
}

section#custom-feature-container.slider .custom-card-slide-inner-container div#custom-features-repeater .custom-card-section-block:hover * {
  color: #fff;
}

section#custom-feature-container.slider .custom-card-slide-inner-container div#custom-features-repeater .custom-card-section-block:hover img:not(.custom-image-hover) {
  display: none;
}

section#custom-feature-container.slider .custom-card-slide-inner-container div#custom-features-repeater .custom-card-section-block:hover img.custom-image-hover {
  display: block;
}

section#custom-feature-container.slider .custom-card-slide-inner-container div#custom-features-repeater .custom-card-section-block picture {
  width: 75px;
  height: 75px;
  margin: 0 auto;
  border-radius: 100px;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

section#custom-feature-container.slider .custom-card-slide-inner-container div#custom-features-repeater .custom-card-section-block img {
  max-width: 150px;
}

section#custom-feature-container.slider .custom-card-slide-navigation svg {
  fill: blue;
  width: 40px;
  height: 40px;
}

@media (max-width: 768px) {
  section#custom-feature-container.slider .button-nav.custom-card-slide-navigation.previous {
    right: 53%;
    bottom: -75px;
    top: unset;
    transform: none;
    width: 50px;
    height: 50px;
  }

  section#custom-feature-container.slider .button-nav.custom-card-slide-navigation.next {
    left: 53%;
    bottom: -75px;
    top: unset;
    transform: none;
    width: 50px;
    height: 50px;
  }

  section#custom-feature-container.slider .button-nav.custom-card-slide-navigation svg {
    height: 30px;
  }
}

section#custom-feature-container:not([class*="style-"])::before,
  section#custom-feature-container:not([class*="style-"])::after {
  content: "";
  position: absolute;
  width: 9vw;
  height: 100%;
  background: rgb(255 255 255 / 80%);
  top: 0;
  z-index: 1;
}

section#custom-feature-container:not([class*="style-"])::before {
  left: 0;
}

section#custom-feature-container:not([class*="style-"])::after {
  right: 0;
  z-index: 0;
}

@media (max-width: 768px) {
  section#custom-feature-container:not([class*="style-"])::before,
    section#custom-feature-container:not([class*="style-"])::after {
    content: none;
  }
}

/***
*** Section Feature Cards (style 2) ***
***/

section#feature-2-container #feature-2-repeater {
  margin: var(--space-8) auto;
  -moz-column-gap: var(--space-4);
       column-gap: var(--space-4);
  row-gap: var(--space-8);
}

section#feature-2-container .inner-area {
  justify-content: center;
}

section#feature-2-container img.icon {
  max-width: 50px;
  margin-right: 0;
  margin-bottom: var(--space-4);
}

@media (min-width: 768px) {
  section#feature-2-container img.icon {
    margin-bottom: 0;
    margin-right: var(--space-2);
  }
}

section#feature-2-container .value-heading {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

/***
*** Section Statistics Counter ***
***/

section#stats-container .counter {
  vertical-align: top;
  flex: 100% 1 1;
  padding: 0 30px;
  white-space: nowrap;
  margin-bottom: var(--space-8);
}

section#stats-container .counter .countup,
    section#stats-container .counter .countups {
  display: inline-block;
  color: #fff;
  font-size: 46px;
  font-weight: 300;
  line-height: 1;
}

section#stats-container .counter .pre-post,
    section#stats-container .counter .pre-number,
    section#stats-container .counter .post-number,
    section#stats-container .counter .pre-post,
    section#stats-container .counter .decimal {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-weight: 500;
  line-height: 70px;
  position: relative;
  margin: 0;
  white-space: nowrap;
  font-size: var(--f-stats);
}

section#stats-container .counter span.pre-post {
  font-size: 46px;
  font-weight: 300;
}

section#stats-container .counter .counter-title {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
  font-size: var(--f-stats-title);
  min-width: 150px;
  display: block;
  line-height: 1.5;
  text-align: center;
  font-weight: 600;
}

@media (min-width: 768px) {
  section#stats-container .counter {
    flex: 50% 1 1;
  }
}

@media (min-width: 1024px) {
  section#stats-container .counter {
    flex: 18% 1 1;
    padding: 0 30px;
    margin-bottom: 0;
  }
}

/***
*** Home Testimonials (card slider) ***
***/

section#card-testimonial-slides-container {
  position: relative;
}

section#card-testimonial-slides-container .container-inner {
  margin-top: var(--space-8);
  margin-bottom: var(--space-8);
  position: relative;
}

section#card-testimonial-slides-container .button-nav.card-slide-navigation {
  position: absolute;
  z-index: 1;
  padding-top: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;
}

section#card-testimonial-slides-container .button-nav.card-slide-navigation.previous {
  right: 100%;
}

section#card-testimonial-slides-container .button-nav.card-slide-navigation.next {
  left: 100%;
}

section#card-testimonial-slides-container .button-nav.card-slide-navigation svg {
  fill: rgb(215 215 215 / 99%);
  height: var(--h2-f);
}

section#card-testimonial-slides-container .card-slide-inner-container {
  padding: 0 48px;
  overflow: hidden;
}

section#card-testimonial-slides-container .card-slide-inner-container div#card-testimonials-repeater .card-section-block {
  display: inline-block;
  margin: var(--space-1);
  padding: var(--space-4) var(--space-3) 40px;
  max-width: none;
  background: #fff;
  box-shadow: 0 0 5px #dcdcdc;
}

section#card-testimonial-slides-container .card-slide-inner-container div#card-testimonials-repeater .card-section-block picture {
  width: 75px;
  height: 75px;
  margin: 0 auto;
  border-radius: 100px;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

section#card-testimonial-slides-container .card-slide-inner-container div#card-testimonials-repeater .card-section-block img {
  max-width: 150px;
}

section#card-testimonial-slides-container .card-slide-inner-container span.quote-content {
  margin: var(--space-3) 0;
}

section#card-testimonial-slides-container .card-slide-inner-container span.name {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-weight: 700;
}

section#card-testimonial-slides-container .card-slide-inner-container span.company {
  margin: var(--space-1) 0 var(--space-3);
  line-height: 1rem;
}

section#card-testimonial-slides-container .card-slide-navigation svg {
  fill: blue;
  width: 40px;
  height: 40px;
}

/***
*** Section Testimonial Single ***
***/

#testimonial-single-container img {
  max-width: 75px;
}

#testimonial-single-container .quote-content {
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

@media (min-width: 768px) {
  #testimonial-single-container .quote-content {
    padding-left: 0px;
    padding-right: 0px;
  }
}

#testimonial-single-container .quote-content {
  font-size: 28px;
  font-weight: 500;
  margin: var(--space-4) 0;
  padding: var(--space-4) 0;
  line-height: 32px;
}

#testimonial-single-container .quote-name-company {
  color: #58585a;
  font-family: Larsseit, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
}

/***
*** Section Image slider ***
***/

section#testimonial-slides-container div.slide-block {
  padding-bottom: 6rem;
  padding-top: 5rem;
}

@media (min-width: 768px) {
  section#testimonial-slides-container div.slide-block {
    padding-bottom: 10rem;
    padding-top: 10rem;
  }
}

@media (min-width: 1025px) {
  section#testimonial-slides-container div.slide-block {
    padding-top: 18rem;
  }
}

/***
*** Section Recent Posts ***
***/

section#posts-container #post-block-wrapper .more-link {
  margin: var(--space-6) 0 0;
}

section#posts-container #post-block-wrapper .post-image {
  margin: 0 0 var(--space-3) 0;
  max-height: 220px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

section#posts-container #post-block-wrapper article {
  padding: var(--space-3);
  box-shadow: 0 0 15px #dedede;
  margin-bottom: var(--space-4);
}

/***
*** Home Testimonial Slides (full image slider) ***
***/

#testimonial-slides-container #testimonial-slide-repeater {
  display: grid;
  grid-template-columns: 1fr;
  position: relative;
}

#testimonial-slides-container #testimonial-slide-repeater.overlay::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgb(0 0 0 / 40%);
  z-index: 0;
}

#testimonial-slides-container #testimonial-slide-repeater div.slide-block {
  grid-row-start: 1;
  grid-column-start: 1;
  overflow-y: hidden;
  visibility: visible;
  transition: visibility 0.5s;
  padding-right: 50px;
  padding-left: 50px;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
}

#testimonial-slides-container #testimonial-slide-repeater div.slide-block.closed {
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}

#testimonial-slides-container #testimonial-slide-repeater div.slide-block .area {
  z-index: 1;
}

#testimonial-slides-container #testimonial-slide-repeater span.quote-content {
  font-size: var(--h1-f);
  line-height: calc(var(--h1-lh) + 0.4);
  margin: 0 0 35px;
  color: #fff;
  font-weight: 700;
}

#testimonial-slides-container #testimonial-slide-repeater span.quote-name {
  font-size: var(--h4-f);
  line-height: calc(var(--h4-lh) + 0.5);
  font-family: LarsseitBold, sans-serif;
  margin: 0 0 5px;
  color: #fff;
}

#testimonial-slides-container #testimonial-slide-repeater span.quote-company {
  font-size: var(--h5-f);
  line-height: var(--h5-lh);
  font-family: LarsseitLight, sans-serif;
  margin: 0;
  color: #fff;
}

#testimonial-slides-container #testimonial-slide-repeater .button-nav.slide-navigation {
  position: absolute;
  top: 50%;
  bottom: 50%;
  z-index: 1;
}

#testimonial-slides-container #testimonial-slide-repeater .button-nav.slide-navigation.previous {
  right: 95%;
}

#testimonial-slides-container #testimonial-slide-repeater .button-nav.slide-navigation.next {
  left: 95%;
}

#testimonial-slides-container #testimonial-slide-repeater .button-nav.slide-navigation svg {
  fill: #fff;
  width: 10px;
}

#testimonial-slides-container #testimonial-slide-repeater ul#slide-nav {
  position: absolute;
  bottom: 2.5rem;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  z-index: 1;
}

#testimonial-slides-container #testimonial-slide-repeater ul#slide-nav li {
  list-style: none;
  width: 45px;
  height: 5px;
  border-radius: 2px;
  margin: 0 8px;
  display: inline-block;
}

#testimonial-slides-container #testimonial-slide-repeater ul#slide-nav li button {
  width: 100%;
  height: 100%;
  border-radius: 2px;
  padding: 0;
  background: #bdbdbd;
}

#testimonial-slides-container #testimonial-slide-repeater ul#slide-nav li button.button-active {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

#testimonial-slides-container.text-below {
  margin-top: 3rem;
}

#testimonial-slides-container.text-below #testimonial-slide-repeater {
  position: relative;
  padding-bottom: 13rem;
}

#testimonial-slides-container.text-below #testimonial-slide-repeater div.slide-block {
  padding-top: 7rem;
}

@media (min-width: 1025px) {
  #testimonial-slides-container.text-below #testimonial-slide-repeater div.slide-block {
    padding-top: 24rem;
  }
}

#testimonial-slides-container.text-below #testimonial-slide-repeater div.slide-block {
  background-position: center;
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  background-size: contain;
  background-repeat: no-repeat;
  padding-top: 24rem !important;
}

#testimonial-slides-container.text-below #testimonial-slide-repeater div.slide-block>div {
  position: absolute;
  bottom: 85px;
  left: 50%;
  transform: translateX(-50%);
}

#testimonial-slides-container.text-below #testimonial-slide-repeater div.slide-block .inner-area span {
  color: #000;
}

#testimonial-slides-container.text-below #testimonial-slide-repeater ul#slide-nav {
  position: absolute;
  bottom: 4.5rem;
}

#testimonial-slides-container.text-below #testimonial-slide-repeater ul#slide-nav li button.button-active {
  background-color: #ef3f42;
}

@media (min-width: 768px) {
  section#testimonial-slides-container #testimonial-slide-repeater .button-nav.slide-navigation.previous {
    left: 25px;
  }

  section#testimonial-slides-container #testimonial-slide-repeater .button-nav.slide-navigation.next {
    right: 25px;
  }

  section#testimonial-slides-container #testimonial-slide-repeater .button-nav.slide-navigation svg {
    width: 25px;
  }

  section#testimonial-slides-container #testimonial-slide-repeater ul#slide-nav {
    bottom: 3rem;
  }
}

/***
*** Section Video w/Text ***
***/

#video-container .section-align-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

@media (min-width: 1025px) {
  #video-container .section-align-left {
    flex-direction: row;
    align-items: center;
  }
}

#video-container .section-align-left .section-content {
  width: 100%;
}

@media (min-width: 1025px) {
  #video-container .section-align-left .section-content {
    width: 50%;
    padding-left: 3rem;
  }
}

#video-container .section-align-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

@media (min-width: 1025px) {
  #video-container .section-align-right {
    flex-direction: row-reverse;
    align-items: center;
  }
}

#video-container .section-align-right .section-content {
  width: 100%;
}

@media (min-width: 768px) {
  #video-container .section-align-right .section-content {
    padding-right: 3rem;
  }
}

@media (min-width: 1025px) {
  #video-container .section-align-right .section-content {
    width: 50%;
  }
}

#video-container .section-align-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

html section#banner .banner-area#video-container .section-align-center div#banner-left {
  flex-basis: 100%;
}

html section#banner .banner-area#video-container .section-align-center div#banner-right {
  display: none;
}

#video-container .section-align-center .section-video-wrapper {
  order: 2;
}

#video-container .section-align-center .section-content {
  order: 1;
  margin-bottom: 1.5rem;
  width: 100%;
}

@media (min-width: 1025px) {
  #video-container .section-align-center .section-content {
    width: 50%;
  }
}

#video-container .section-block .section-video {
  margin-bottom: 2rem;
  width: 100%;
}

@media (min-width: 1025px) {
  #video-container .section-block .section-video {
    margin-bottom: 0px;
  }
}

#video-container .section-video-wrapper {
  width: 50%;
}

#video-container .section-video {
  width: 100%;
}

#video-container .section-text p {
  font-size: 1.1rem;
  line-height: 1.6rem;
}

/***
*** Section Single Video ***
***/

[id^="video-container-"].single-video .section-video {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

[id^="video-container-"].single-video div#video-repeater {
  width: 100%;
  margin: 0 auto;
  max-width: 1400px;
}

/***
*** Section Case Study ***
***/

section#case-study-container {
  padding: 0px;
}

section#case-study-container #section-heading {
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity));
  text-align: center;
}

html section#banner section.banner-area#case-study-container #section-heading div#banner-left {
  flex-basis: 100%;
}

html section#banner section.banner-area#case-study-container #section-heading div#banner-right {
  display: none;
}

section#case-study-container #section-heading {
  padding: var(--space-8) 0;
}

section#case-study-container .container-inner {
  padding-left: var(--space-7);
  padding-right: var(--space-7);
  padding-top: var(--space-8);
  padding-bottom: var(--space-8);
}

@media (min-width: 1025px) {
  section#case-study-container .container-inner {
    padding-left: 0px;
    padding-right: 0px;
  }
}

section#case-study-container div#intro-content {
  font-size: 1.2rem;
  line-height: 1.5rem;
  margin-bottom: var(--space-4);
}

section#case-study-container .section-block {
  display: flex;
  flex-direction: column;
}

@media (min-width: 1025px) {
  section#case-study-container .section-block {
    flex-direction: row;
  }
}

section#case-study-container .section-block>div {
  flex-basis: 50%;
}

section#case-study-container .section-content {
  margin-bottom: var(--space-6);
}

@media (min-width: 1025px) {
  section#case-study-container .section-content {
    margin-bottom: 0px;
  }
}

section#case-study-container .section-content .highlight-list {
  list-style-type: none;
  padding-right: var(--space-12);
}

section#case-study-container .section-content .highlight-list li {
  border-radius: 4px;
  box-shadow: 0 20px 20px rgb(0 0 0 / 15%);
  background-color: #fff;
  position: relative;
  padding: var(--space-1) var(--space-2) var(--space-1) var(--space-4);
  list-style: none;
  margin-bottom: 1rem;
}

section#case-study-container .section-content .highlight-list li span {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  position: absolute;
  top: 50%;
  left: -1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 4px;
  transform: translateY(-50%);
}

section#case-study-container .section-content .highlight-list svg {
  height: 15px;
  fill: #fff;
}

section#case-study-container .section-content a.btn {
  margin-top: var(--space-6);
}

section#case-study-container #section-quote {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  text-align: center;
}

html section#banner section.banner-area#case-study-container #section-quote div#banner-left {
  flex-basis: 100%;
}

html section#banner section.banner-area#case-study-container #section-quote div#banner-right {
  display: none;
}

section#case-study-container #section-quote {
  padding: var(--space-8) 0;
}

section#case-study-container #section-quote blockquote,
  section#case-study-container #section-quote cite {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

section#case-study-container #section-quote blockquote h2 {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  margin-bottom: var(--space1);
}

section#case-study-container #section-quote cite.quote-author {
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1;
  font-size: 0.75rem;
  opacity: 0.8;
  font-style: normal;
  font-weight: 700;
}

/***
*** Section Form ***
***/

/***
*** Section Image Cards ***
***/

section#image-cards-container #image-cards-repeater {
  display: flex;
  justify-content: space-around;
  margin-top: var(--space-8);
  flex-wrap: wrap;
}

section#image-cards-container #image-cards-repeater div.section-block {
  flex-basis: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: var(--space-8);
}

section#image-cards-container #image-cards-repeater img.icon {
  max-width: 200px;
  width: 100%;
}

/***
*** Section Image Single ***
***/

section#single-image-container div#section-image {
  display: flex;
  justify-content: center;
}

section#single-image-container div#section-button {
  justify-content: center;
  display: flex;
  margin-top: var(--space-4);
}

/***
*** Section Video Popup Handling ***
***/

.section-align-center .section-video {
  text-align: left;
}

.section-video .form-init,
.section-video #banner-form-init {
  position: relative;
  display: block;
}

.section-video .form-init::after,
.section-video #banner-form-init::after {
  content: url(/wp-content/themes/silvaInjuryLawStudio/assets/images/play-button.svg);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  cursor: pointer;
}

.popup-form[data-hidden],
#popup-form[data-hidden],
#banner-popup-form[data-hidden] {
  display: none;
}

.popup-form,
#popup-form,
#banner-popup-form {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgb(0 0 0 / 90%);
  color: #fff;
  top: 0;
  left: 0;
  z-index: 998;
  font-size: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: scroll;
}

div.form-close,
div#form-close,
div#banner-form-close {
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 0;
}

div#form-outer-wrapper {
  max-width: 960px;
  width: 100%;
}

div#form-container {
  z-index: 1;
  position: relative;
  padding-top: 56.25%;
}

iframe.responsive-iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section-video {
  padding-top: 0;
}

section#contact-form-container {
  background-image: url(/wp-content/uploads/2023/07/contact-section-bg.jpg);
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
}

section#contact-form-container .container-inner {
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 0 75px 5px rgb(0 0 0 / 13%);
  width: 100%;
  max-width: 800px;
}

section#contact-form-container form.wpcf7-form {
  display: flex;
  flex-wrap: wrap;
}

section#contact-form-container .input-group {
  text-align: left;
  padding: 1%;
}

section#contact-form-container .input-group:not(.textarea) {
  flex-basis: 50%;
}

section#contact-form-container .input-group.textarea {
  flex-basis: 100%;
}

section#contact-form-container .input-group input,
  section#contact-form-container .input-group textarea {
  background-color: #f1f1f1;
  border: 1px solid rgb(183 183 183 / 75%);
}

section#contact-form-container textarea {
  max-height: 200px;
}

section#contact-form-container span.required-fields {
  text-align: center;
  font-family: Karla;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 43px;
}

section#contact-form-container .btn-input {
  margin: 0 auto;
}

@media (max-width: 480px) {
  section#contact-form-container .input-group:not(.textarea) {
    flex-basis: 100%;
  }
}

/***
*** Site Footer ***
***/

footer#footer {
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  color: #303030;
  padding: var(--space-9) 0 0 0;
}

footer#footer #footer-inner {
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}

@media (min-width: 1025px) {
  footer#footer #footer-inner {
    flex-direction: row;
  }
}

footer#footer #footer-inner {
  flex-wrap: wrap;
  padding: 0 0 var(--space-9) 0;
  align-items: start;
}

footer#footer div#footer-left {
  flex-basis: 100%;
}

@media (min-width: 1025px) {
  footer#footer div#footer-left {
    flex-basis: 40%;
  }
}

footer#footer div#footer-tagline {
  max-width: 425px;
  margin: var(--space-2) 0;
}

footer#footer div#footer-phone {
  margin: var(--space-2) 0;
}

footer#footer #footer-socials h4 {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 1rem;
  margin-bottom: var(--space-2);
}

footer#footer #footer-socials a {
  background-color: #fff;
  fill: #97120d;
  border-radius: 100%;
  box-shadow: 0 20px 20px rgb(0 0 0 / 15%);
  height: 2.5rem;
  width: 2.5rem;
  margin: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
  cursor: pointer;
}

footer#footer #footer-socials a:nth-child(2) {
  margin-left: 0;
}

footer#footer #footer-socials svg {
  height: 1rem;
}

footer#footer div#footer-right {
  display: flex;
  width: 100%;
  flex-basis: 100%;
  flex-direction: column;
  justify-content: flex-start;
}

@media (min-width: 1025px) {
  footer#footer div#footer-right {
    flex-basis: 60%;
    flex-direction: row;
    justify-content: space-evenly;
  }
}

footer#footer div#footer-right {
  margin-top: var(--space-4);
}

footer#footer #footer-nav-row li:not(:last-child) {
  margin-right: var(--space-2);
}

footer#footer div#footer-right > * {
  flex-basis: 26%;
  margin: var(--space-2) 0;
}

footer#footer #footer-bottom {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  flex-basis: 100%;
  padding: var(--space-4) 0;
}

footer#footer #footer-bottom .footer-legal {
  margin-left: auto;
  margin-right: auto;
  width: 91.666667%;
  max-width: 1441px;
}

@media (min-width: 1024px) {
  footer#footer div#footer-right {
    margin-top: 0;
  }

  footer#footer footer#footer div#footer-right > * {
    margin: 0;
  }
}

/*** Blog/Archive Index ***/

#category-wrapper {
  background-color: #f8f8f8;
}

body.blog .post-image,
body.archive .post-image,
body.single .post-image {
  max-height: 265px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

ul.blog-topics {
  padding: 0;
  position: relative;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
}

ul.blog-topics .topic {
  min-width: 240px;
  display: inline-block;
  cursor: pointer;
  color: #999;
  font-size: 24px;
  text-align: center;
  position: relative;
  margin: 1rem 0;
}

ul.blog-topics ul {
  position: absolute;
  z-index: 999;
  left: 0;
  background: #fff;
  text-align: left;
  top: -142px;
  box-shadow: 0 5px 8px #a1a1a1;
  margin: 0;
  transform: scaleY(0);
  transform-origin: center;
  transition: ease-in-out all 0.2s;
  max-height: 290px;
  overflow: auto;
  height: 100%;
  min-height: 290px;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 300px;
}

ul.blog-topics.active ul {
  transform: scaleY(1);
}

.nav-links * {
  font-size: 22px !important;
  font-weight: bold;
}

/*** Single Post ***/

#blog-post-wrapper.toc-width {
  left: 0px;
  max-width: 100%;
}

@media (min-width: 1025px) {
  #blog-post-wrapper.toc-width {
    left: 4vw;
    max-width: 40vw;
  }
}

#blog-post-wrapper {
  left: 0px;
  max-width: 100%;
}

@media (min-width: 1025px) {
  #blog-post-wrapper {
    left: 0;
    max-width: 40vw;
  }
}

#post-toc:not(.toc-width) {
  display: none;
}

.single span#post-date {
  font-size: 22px;
}

.single #social-sharing {
  order: 3;
}

.single #post-content {
  order: 2;
}

.single #post-content img.featured-image {
  width: 100%;
}

.single #posts-container #post-block-wrapper {
  margin-top: var(--space-4)
}

.single #posts-container .post-meta {
  margin: var(--space-2) 0;
}

.single #post-toc {
  order: 1;
  width: 100%;
}

@media (min-width: 1025px) {
  .single #post-toc {
    width: auto;
  }
}

.single #post-toc #post-toc-inner {
  width: 350px;
}

.single #post-toc #toc-list {
  list-style-type: none;
  padding: 0px;
}

.single #post-toc li {
  margin-bottom: var(--space-1);
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%), 0 1px 2px 0 rgb(0 0 0 / 6%);
}

.single #post-toc a {
  display: block;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  padding: 0.75rem 1rem;
  background-color: #fff;
}

.single #post-toc a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.single .social-sharing-wrapper a {
  background-color: #fff;
  fill: #97120d;
  border-radius: 100%;
  box-shadow: 0 20px 20px rgb(0 0 0 / 15%);
  height: 2.5rem;
  width: 2.5rem;
  margin: 0 var(--space-1) var(--space-2) var(--space-1);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.single .social-sharing-wrapper svg {
  height: 1rem;
}

.single #post-navigation .nav-links {
  display: flex;
  justify-content: space-between;
}

.single span.toc-anchor {
  position: relative;
  top: -100px;
  display: block;
}

@media (min-width: 1024px) {
  .single span.toc-anchor {
    top: -65px;
  }

  .single #post-toc-inner {
    width: 100%;
  }
}

.form-inner-wrapper {
  background-color: #fff;
  padding: var(--space-6);
  text-align: center;
}

.form-title {
  margin-bottom: var(--space-3);
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid #efefef;
  border-radius: 3px;
  margin-bottom: var(--space-2);
  padding: 10px 0 10px 10px;
}

.before\:hidden::before {
  content: var(--tw-content);
  display: none;
}

.last\:mb-\[0\]:last-child {
  margin-bottom: 0;
}

.last\:border-none:last-child {
  border-style: none;
}

.last\:pb-\[0\]:last-child {
  padding-bottom: 0;
}

.hover\:bg-secondary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(225 91 0 / var(--tw-bg-opacity));
}

.hover\:text-\[\#E15B00\]:hover {
  --tw-text-opacity: 1;
  color: rgb(225 91 0 / var(--tw-text-opacity));
}

.hover\:text-secondary:hover {
  --tw-text-opacity: 1;
  color: rgb(225 91 0 / var(--tw-text-opacity));
}

.hover\:text-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.hover\:no-underline:hover {
  text-decoration-line: none;
}

@media (min-width: 410px) {
  .sm\:basis-1\/2 {
    flex-basis: 50%;
  }

  .sm\:text-\[48px\] {
    font-size: 48px;
  }
}

@media (min-width: 768px) {
  .md\:mx-\[30px\] {
    margin-left: 30px;
    margin-right: 30px;
  }

  .md\:mb-0 {
    margin-bottom: 0px;
  }

  .md\:mb-\[20px\] {
    margin-bottom: 20px;
  }

  .md\:mb-\[15px\] {
    margin-bottom: 15px;
  }

  .md\:mt-\[0\] {
    margin-top: 0;
  }

  .md\:mb-\[30px\] {
    margin-bottom: 30px;
  }

  .md\:h-\[210px\] {
    height: 210px;
  }

  .md\:w-4\/5 {
    width: 80%;
  }

  .md\:w-11\/12 {
    width: 91.666667%;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-\[24\.2\%\] {
    width: 24.2%;
  }

  .md\:max-w-\[500px\] {
    max-width: 500px;
  }

  .md\:max-w-\[760px\] {
    max-width: 760px;
  }

  .md\:max-w-\[100\%\] {
    max-width: 100%;
  }

  .md\:max-w-\[120px\] {
    max-width: 120px;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:items-center {
    align-items: center;
  }

  .md\:justify-between {
    justify-content: space-between;
  }

  .md\:gap-0 {
    gap: 0px;
  }

  .md\:gap-\[10px\] {
    gap: 10px;
  }

  .md\:gap-\[30px\] {
    gap: 30px;
  }

  .md\:pb-40 {
    padding-bottom: 10rem;
  }

  .md\:pt-40 {
    padding-top: 10rem;
  }

  .md\:pt-\[50px\] {
    padding-top: 50px;
  }

  .md\:pb-\[50px\] {
    padding-bottom: 50px;
  }

  .md\:pb-\[25px\] {
    padding-bottom: 25px;
  }

  .md\:pt-36 {
    padding-top: 9rem;
  }

  .md\:pt-16 {
    padding-top: 4rem;
  }

  .md\:text-\[40px\] {
    font-size: 40px;
  }

  .md\:text-\[30px\] {
    font-size: 30px;
  }

  .md\:text-\[20px\] {
    font-size: 20px;
  }

  .md\:text-\[18px\] {
    font-size: 18px;
  }

  .md\:text-\[16px\] {
    font-size: 16px;
  }

  .md\:text-\[14px\] {
    font-size: 14px;
  }

  .md\:text-\[12px\] {
    font-size: 12px;
  }

  .md\:leading-\[1\.5\] {
    line-height: 1.5;
  }
}

@media (min-width: 1025px) {
  .lg\:left-\[4vw\] {
    left: 4vw;
  }

  .lg\:left-\[0\] {
    left: 0;
  }

  .lg\:top-0 {
    top: 0px;
  }

  .lg\:left-\[100\%\] {
    left: 100%;
  }

  .lg\:mx-\[90px\] {
    margin-left: 90px;
    margin-right: 90px;
  }

  .lg\:mb-0 {
    margin-bottom: 0px;
  }

  .lg\:mb-\[25px\] {
    margin-bottom: 25px;
  }

  .lg\:mb-\[20px\] {
    margin-bottom: 20px;
  }

  .lg\:mb-\[7px\] {
    margin-bottom: 7px;
  }

  .lg\:mb-\[16px\] {
    margin-bottom: 16px;
  }

  .lg\:mb-\[18px\] {
    margin-bottom: 18px;
  }

  .lg\:mb-\[22px\] {
    margin-bottom: 22px;
  }

  .lg\:ml-\[18px\] {
    margin-left: 18px;
  }

  .lg\:mb-\[40px\] {
    margin-bottom: 40px;
  }

  .lg\:mb-\[50px\] {
    margin-bottom: 50px;
  }

  .lg\:mb-\[17px\] {
    margin-bottom: 17px;
  }

  .lg\:mb-\[12px\] {
    margin-bottom: 12px;
  }

  .lg\:mb-\[26px\] {
    margin-bottom: 26px;
  }

  .lg\:mt-\[28px\] {
    margin-top: 28px;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-\[220px\] {
    height: 220px;
  }

  .lg\:w-3\/5 {
    width: 60%;
  }

  .lg\:w-7\/12 {
    width: 58.333333%;
  }

  .lg\:w-2\/5 {
    width: 40%;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-\[250px\] {
    width: 250px;
  }

  .lg\:w-\[48\%\] {
    width: 48%;
  }

  .lg\:w-\[69\.2\%\] {
    width: 69.2%;
  }

  .lg\:w-\[28\.3\%\] {
    width: 28.3%;
  }

  .lg\:max-w-\[840px\] {
    max-width: 840px;
  }

  .lg\:max-w-\[40vw\] {
    max-width: 40vw;
  }

  .lg\:max-w-\[1025px\] {
    max-width: 1025px;
  }

  .lg\:max-w-full {
    max-width: 100%;
  }

  .lg\:max-w-\[380px\] {
    max-width: 380px;
  }

  .lg\:max-w-\[130px\] {
    max-width: 130px;
  }

  .lg\:basis-7\/12 {
    flex-basis: 58.333333%;
  }

  .lg\:basis-6\/12 {
    flex-basis: 50%;
  }

  .lg\:basis-1\/4 {
    flex-basis: 25%;
  }

  .lg\:basis-3\/5 {
    flex-basis: 60%;
  }

  .lg\:columns-2 {
    -moz-columns: 2;
         columns: 2;
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .lg\:items-start {
    align-items: flex-start;
  }

  .lg\:items-center {
    align-items: center;
  }

  .lg\:justify-between {
    justify-content: space-between;
  }

  .lg\:justify-evenly {
    justify-content: space-evenly;
  }

  .lg\:gap-\[0\] {
    gap: 0;
  }

  .lg\:gap-\[30px\] {
    gap: 30px;
  }

  .lg\:gap-\[22px\] {
    gap: 22px;
  }

  .lg\:gap-\[18px\] {
    gap: 18px;
  }

  .lg\:border-b-\[6px\] {
    border-bottom-width: 6px;
  }

  .lg\:border-t-\[6px\] {
    border-top-width: 6px;
  }

  .lg\:bg-transparent {
    background-color: transparent;
  }

  .lg\:bg-\[length\:18px\] {
    background-size: 18px;
  }

  .lg\:p-\[50px\] {
    padding: 50px;
  }

  .lg\:py-\[80px\] {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .lg\:py-\[12px\] {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .lg\:py-\[60px\] {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .lg\:px-\[5\.5\%\] {
    padding-left: 5.5%;
    padding-right: 5.5%;
  }

  .lg\:px-\[19px\] {
    padding-left: 19px;
    padding-right: 19px;
  }

  .lg\:py-\[5px\] {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .lg\:px-\[21px\] {
    padding-left: 21px;
    padding-right: 21px;
  }

  .lg\:py-\[13px\] {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .lg\:py-\[28px\] {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .lg\:pt-\[80px\] {
    padding-top: 80px;
  }

  .lg\:pb-\[18px\] {
    padding-bottom: 18px;
  }

  .lg\:pr-\[35px\] {
    padding-right: 35px;
  }

  .lg\:pb-\[16px\] {
    padding-bottom: 16px;
  }

  .lg\:pb-\[38px\] {
    padding-bottom: 38px;
  }

  .lg\:pl-\[24px\] {
    padding-left: 24px;
  }

  .lg\:pr-\[30px\] {
    padding-right: 30px;
  }

  .lg\:pb-\[23px\] {
    padding-bottom: 23px;
  }

  .lg\:pl-\[22px\] {
    padding-left: 22px;
  }

  .lg\:pr-\[22px\] {
    padding-right: 22px;
  }

  .lg\:pb-28 {
    padding-bottom: 7rem;
  }

  .lg\:pt-40 {
    padding-top: 10rem;
  }

  .lg\:pb-20 {
    padding-bottom: 5rem;
  }

  .lg\:pt-20 {
    padding-top: 5rem;
  }

  .lg\:text-\[12px\] {
    font-size: 12px;
  }

  .lg\:text-\[45px\] {
    font-size: 45px;
  }

  .lg\:text-\[35px\] {
    font-size: 35px;
  }

  .lg\:text-\[20px\] {
    font-size: 20px;
  }

  .lg\:text-\[18px\] {
    font-size: 18px;
  }

  .lg\:text-\[17px\] {
    font-size: 17px;
  }

  .lg\:text-\[14px\] {
    font-size: 14px;
  }

  .lg\:text-\[15px\] {
    font-size: 15px;
  }

  .lg\:text-\[30px\] {
    font-size: 30px;
  }

  .lg\:text-\[31px\] {
    font-size: 31px;
  }

  .lg\:text-\[27px\] {
    font-size: 27px;
  }

  .lg\:text-\[22px\] {
    font-size: 22px;
  }

  .lg\:text-\[13px\] {
    font-size: 13px;
  }
}

@media (min-width: 1281px) {
  .xl\:mb-\[70px\] {
    margin-bottom: 70px;
  }

  .xl\:mb-\[17px\] {
    margin-bottom: 17px;
  }

  .xl\:mb-\[21px\] {
    margin-bottom: 21px;
  }

  .xl\:mb-\[50px\] {
    margin-bottom: 50px;
  }

  .xl\:mb-\[55px\] {
    margin-bottom: 55px;
  }

  .xl\:mb-\[24px\] {
    margin-bottom: 24px;
  }

  .xl\:mb-\[19px\] {
    margin-bottom: 19px;
  }

  .xl\:mb-\[60px\] {
    margin-bottom: 60px;
  }

  .xl\:mb-\[28px\] {
    margin-bottom: 28px;
  }

  .xl\:mb-\[20px\] {
    margin-bottom: 20px;
  }

  .xl\:mb-\[32px\] {
    margin-bottom: 32px;
  }

  .xl\:mb-\[26px\] {
    margin-bottom: 26px;
  }

  .xl\:mb-\[29px\] {
    margin-bottom: 29px;
  }

  .xl\:mt-\[34px\] {
    margin-top: 34px;
  }

  .xl\:h-\[260px\] {
    height: 260px;
  }

  .xl\:max-w-\[1281px\] {
    max-width: 1281px;
  }

  .xl\:max-w-\[1150px\] {
    max-width: 1150px;
  }

  .xl\:max-w-\[1000px\] {
    max-width: 1000px;
  }

  .xl\:max-w-\[150px\] {
    max-width: 150px;
  }

  .xl\:gap-\[50px\] {
    gap: 50px;
  }

  .xl\:gap-\[20px\] {
    gap: 20px;
  }

  .xl\:gap-\[15px\] {
    gap: 15px;
  }

  .xl\:bg-\[length\:20px\] {
    background-size: 20px;
  }

  .xl\:p-\[60px\] {
    padding: 60px;
  }

  .xl\:py-\[100px\] {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .xl\:py-\[70px\] {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .xl\:px-\[8\.5\%\] {
    padding-left: 8.5%;
    padding-right: 8.5%;
  }

  .xl\:px-\[22px\] {
    padding-left: 22px;
    padding-right: 22px;
  }

  .xl\:px-\[24px\] {
    padding-left: 24px;
    padding-right: 24px;
  }

  .xl\:py-\[34px\] {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .xl\:pt-\[95px\] {
    padding-top: 95px;
  }

  .xl\:pt-\[15px\] {
    padding-top: 15px;
  }

  .xl\:pb-\[21px\] {
    padding-bottom: 21px;
  }

  .xl\:pr-\[50px\] {
    padding-right: 50px;
  }

  .xl\:pb-\[19px\] {
    padding-bottom: 19px;
  }

  .xl\:pb-\[45px\] {
    padding-bottom: 45px;
  }

  .xl\:pl-\[26px\] {
    padding-left: 26px;
  }

  .xl\:pr-\[33px\] {
    padding-right: 33px;
  }

  .xl\:pb-\[26px\] {
    padding-bottom: 26px;
  }

  .xl\:pr-\[26px\] {
    padding-right: 26px;
  }

  .xl\:text-\[30px\] {
    font-size: 30px;
  }

  .xl\:text-\[20px\] {
    font-size: 20px;
  }

  .xl\:text-\[14px\] {
    font-size: 14px;
  }

  .xl\:text-\[50px\] {
    font-size: 50px;
  }

  .xl\:text-\[40px\] {
    font-size: 40px;
  }

  .xl\:text-\[27px\] {
    font-size: 27px;
  }

  .xl\:text-\[23px\] {
    font-size: 23px;
  }

  .xl\:text-\[18px\] {
    font-size: 18px;
  }

  .xl\:text-\[19px\] {
    font-size: 19px;
  }

  .xl\:text-\[16px\] {
    font-size: 16px;
  }

  .xl\:text-\[36px\] {
    font-size: 36px;
  }

  .xl\:text-\[35px\] {
    font-size: 35px;
  }

  .xl\:text-\[25px\] {
    font-size: 25px;
  }

  .xl\:text-\[22px\] {
    font-size: 22px;
  }

  .xl\:text-\[15px\] {
    font-size: 15px;
  }

  .xl\:text-\[15x\] {
    color: 15x;
  }
}

@media (min-width: 1441px) {
  .\32xl\:mb-\[40px\] {
    margin-bottom: 40px;
  }

  .\32xl\:mb-\[25px\] {
    margin-bottom: 25px;
  }

  .\32xl\:mb-\[10px\] {
    margin-bottom: 10px;
  }

  .\32xl\:mb-\[18px\] {
    margin-bottom: 18px;
  }

  .\32xl\:ml-\[20px\] {
    margin-left: 20px;
  }

  .\32xl\:mb-\[65px\] {
    margin-bottom: 65px;
  }

  .\32xl\:mb-\[75px\] {
    margin-bottom: 75px;
  }

  .\32xl\:mb-\[29px\] {
    margin-bottom: 29px;
  }

  .\32xl\:mb-\[21px\] {
    margin-bottom: 21px;
  }

  .\32xl\:mb-\[33px\] {
    margin-bottom: 33px;
  }

  .\32xl\:mb-\[22px\] {
    margin-bottom: 22px;
  }

  .\32xl\:mb-\[14px\] {
    margin-bottom: 14px;
  }

  .\32xl\:mb-\[34px\] {
    margin-bottom: 34px;
  }

  .\32xl\:mt-\[42px\] {
    margin-top: 42px;
  }

  .\32xl\:h-\[300px\] {
    height: 300px;
  }

  .\32xl\:w-\[320px\] {
    width: 320px;
  }

  .\32xl\:max-w-\[1441px\] {
    max-width: 1441px;
  }

  .\32xl\:max-w-\[400px\] {
    max-width: 400px;
  }

  .\32xl\:max-w-\[1250px\] {
    max-width: 1250px;
  }

  .\32xl\:gap-\[50px\] {
    gap: 50px;
  }

  .\32xl\:gap-\[7px\] {
    gap: 7px;
  }

  .\32xl\:gap-\[26px\] {
    gap: 26px;
  }

  .\32xl\:gap-\[23px\] {
    gap: 23px;
  }

  .\32xl\:gap-\[17px\] {
    gap: 17px;
  }

  .\32xl\:border-b-\[8px\] {
    border-bottom-width: 8px;
  }

  .\32xl\:border-t-\[8px\] {
    border-top-width: 8px;
  }

  .\32xl\:p-\[70px\] {
    padding: 70px;
  }

  .\32xl\:py-\[80px\] {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .\32xl\:py-\[120px\] {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .\32xl\:px-\[20px\] {
    padding-left: 20px;
    padding-right: 20px;
  }

  .\32xl\:px-\[25px\] {
    padding-left: 25px;
    padding-right: 25px;
  }

  .\32xl\:px-\[27px\] {
    padding-left: 27px;
    padding-right: 27px;
  }

  .\32xl\:py-\[15px\] {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .\32xl\:py-\[42px\] {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .\32xl\:pb-\[45px\] {
    padding-bottom: 45px;
  }

  .\32xl\:pt-\[110px\] {
    padding-top: 110px;
  }

  .\32xl\:pb-\[65px\] {
    padding-bottom: 65px;
  }

  .\32xl\:pb-\[25px\] {
    padding-bottom: 25px;
  }

  .\32xl\:pr-\[65px\] {
    padding-right: 65px;
  }

  .\32xl\:pb-\[21px\] {
    padding-bottom: 21px;
  }

  .\32xl\:pb-\[55px\] {
    padding-bottom: 55px;
  }

  .\32xl\:pl-\[30px\] {
    padding-left: 30px;
  }

  .\32xl\:pr-\[36px\] {
    padding-right: 36px;
  }

  .\32xl\:pb-\[30px\] {
    padding-bottom: 30px;
  }

  .\32xl\:pr-\[30px\] {
    padding-right: 30px;
  }

  .\32xl\:text-\[32px\] {
    font-size: 32px;
  }

  .\32xl\:text-\[22px\] {
    font-size: 22px;
  }

  .\32xl\:text-\[16px\] {
    font-size: 16px;
  }

  .\32xl\:text-\[55px\] {
    font-size: 55px;
  }

  .\32xl\:text-\[44px\] {
    font-size: 44px;
  }

  .\32xl\:text-\[18px\] {
    font-size: 18px;
  }

  .\32xl\:text-\[42px\] {
    font-size: 42px;
  }

  .\32xl\:text-\[40px\] {
    font-size: 40px;
  }

  .\32xl\:text-\[34px\] {
    font-size: 34px;
  }

  .\32xl\:text-\[28px\] {
    font-size: 28px;
  }

  .\32xl\:text-\[25px\] {
    font-size: 25px;
  }

  .\32xl\:text-\[17px\] {
    font-size: 17px;
  }

  .\32xl\:text-\[21px\] {
    font-size: 21px;
  }

  .\32xl\:text-\[14px\] {
    font-size: 14px;
  }

  .\32xl\:text-\[27px\] {
    font-size: 27px;
  }
}

@media (min-width: 1650px) {
  .\33xl\:mb-\[50px\] {
    margin-bottom: 50px;
  }

  .\33xl\:mb-\[30px\] {
    margin-bottom: 30px;
  }

  .\33xl\:mb-\[70px\] {
    margin-bottom: 70px;
  }

  .\33xl\:mb-\[100px\] {
    margin-bottom: 100px;
  }

  .\33xl\:mb-\[35px\] {
    margin-bottom: 35px;
  }

  .\33xl\:mb-\[20px\] {
    margin-bottom: 20px;
  }

  .\33xl\:mb-\[80px\] {
    margin-bottom: 80px;
  }

  .\33xl\:mb-\[25px\] {
    margin-bottom: 25px;
  }

  .\33xl\:mb-\[40px\] {
    margin-bottom: 40px;
  }

  .\33xl\:mt-\[50px\] {
    margin-top: 50px;
  }

  .\33xl\:h-\[350px\] {
    height: 350px;
  }

  .\33xl\:max-w-\[1070px\] {
    max-width: 1070px;
  }

  .\33xl\:max-w-\[1650px\] {
    max-width: 1650px;
  }

  .\33xl\:max-w-\[512px\] {
    max-width: 512px;
  }

  .\33xl\:max-w-\[1374px\] {
    max-width: 1374px;
  }

  .\33xl\:max-w-\[1144px\] {
    max-width: 1144px;
  }

  .\33xl\:max-w-\[189px\] {
    max-width: 189px;
  }

  .\33xl\:gap-\[70px\] {
    gap: 70px;
  }

  .\33xl\:gap-\[30px\] {
    gap: 30px;
  }

  .\33xl\:gap-\[28px\] {
    gap: 28px;
  }

  .\33xl\:gap-\[20px\] {
    gap: 20px;
  }

  .\33xl\:p-\[30px\] {
    padding: 30px;
  }

  .\33xl\:p-\[80px\] {
    padding: 80px;
  }

  .\33xl\:py-\[150px\] {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .\33xl\:py-\[100px\] {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .\33xl\:px-\[30px\] {
    padding-left: 30px;
    padding-right: 30px;
  }

  .\33xl\:py-\[50px\] {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .\33xl\:pt-\[130px\] {
    padding-top: 130px;
  }

  .\33xl\:pb-\[85px\] {
    padding-bottom: 85px;
  }

  .\33xl\:pb-\[30px\] {
    padding-bottom: 30px;
  }

  .\33xl\:pr-\[85px\] {
    padding-right: 85px;
  }

  .\33xl\:pb-\[25px\] {
    padding-bottom: 25px;
  }

  .\33xl\:pb-\[70px\] {
    padding-bottom: 70px;
  }

  .\33xl\:pr-\[40px\] {
    padding-right: 40px;
  }

  .\33xl\:pb-\[35px\] {
    padding-bottom: 35px;
  }

  .\33xl\:text-\[36px\] {
    font-size: 36px;
  }

  .\33xl\:text-\[24px\] {
    font-size: 24px;
  }

  .\33xl\:text-\[64px\] {
    font-size: 64px;
  }

  .\33xl\:text-\[48px\] {
    font-size: 48px;
  }

  .\33xl\:text-\[32px\] {
    font-size: 32px;
  }

  .\33xl\:text-\[27px\] {
    font-size: 27px;
  }

  .\33xl\:text-\[20px\] {
    font-size: 20px;
  }

  .\33xl\:text-\[40px\] {
    font-size: 40px;
  }

  .\33xl\:text-\[28px\] {
    font-size: 28px;
  }

  .\33xl\:text-\[18px\] {
    font-size: 18px;
  }
}
