html.lenis, html.lenis body {
    height: auto;
}
.lenis.lenis-smooth {
    scroll-behavior: auto !important;
}
.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}
.lenis.lenis-stopped {
    overflow: hidden;
}
.lenis.lenis-smooth iframe {
    pointer-events: none;
}
@keyframes header {
    0% {
        transform: scaleY(0);
        transform-origin: 100% 0;
        opacity: 1;
    }
    to {
        transform: scaleY(1);
        transform-origin: 100% 0;
        opacity: 1;
    }
}
@keyframes waves {
    0% {
        transform: scale(0.2, 0.2);
        opacity: 0;
    }
    50% {
        opacity: 0.9;
    }
    to {
        transform: scale(0.9, 0.9);
        opacity: 0;
    }
}
@font-face {
    font-family: "geobrand-fontregular";
    src: url(../fonts/GeoBrand-Font-Regular.eot);
    src: url(../fonts/GeoBrand-Font-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/GeoBrand-Font-Regular.woff2) format("woff2"), url(../fonts/GeoBrand-Font-Regular.woff) format("woff"),
        url(../fonts/GeoBrand-Font-Regular.ttf) format("truetype"), url(../fonts/GeoBrand-Font-Regular.svg#geobrand-fontregular) format("svg");
    font-weight: 400;
    font-style: normal;
}
/* Degular */
.degular-regular {
    font-family: "degular", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.degular-medium {
    font-family: "degular", sans-serif;
    font-weight: 500;
    font-style: normal;
}
.degular-bold {
    font-family: "degular", sans-serif;
    font-weight: 700;
    font-style: normal;
}
/* Degular Text */
.degular-text-regular {
    font-family: "degular-text", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.degular-text-medium {
    font-family: "degular-text", sans-serif;
    font-weight: 500;
    font-style: normal;
}
.degular-text-bold {
    font-family: "degular-text", sans-serif;
    font-weight: 700;
    font-style: normal;
}
/* Inter Variable */
.inter-variable-regular {
    font-family: "inter-variable", sans-serif;
    font-variation-settings: "slnt" 0, "wght" 400;
    font-style: normal;
}
.dg-custom-icons {
    font-family: "geobrand-fontregular";
    font-style: normal;
}
:root {
	--white: #ffffff;
	--black: #000000;

	--dark: #13181B;
	--moonlight: #F0EEEB;
	--blue: #003A6C;
	--buckthorn: #FFBF65;
	--polar: #CCD5DA;
	--coral: #F18874;

	--gradient-dark-blue: linear-gradient(180deg, #13181B 0%, #003A6C 100%);
	--gradient-buckthorn-coral: linear-gradient(180deg, #FFBF65 0%, #F18874 100%);
	--gradient-polar-moonlight: linear-gradient(180deg, #CCD5DA 0%, #F0EEEB 100%);
	--gradient-coral-dark: linear-gradient(180deg, #F18874 0%, #13181B 100%);
	--gradient-blue-buckthorn: linear-gradient(180deg, #003A6C 0%, #FFBF65 100%);

	/* WordPress editor mapping */
	--wp--preset--color--black: var(--black);
	--wp--preset--color--white: var(--white);
	--wp--preset--color--dark: var(--dark);
	--wp--preset--color--moonlight: var(--moonlight);
	--wp--preset--color--blue: var(--blue);
	--wp--preset--color--buckthorn: var(--buckthorn);
	--wp--preset--color--polar: var(--polar);
	--wp--preset--color--coral: var(--coral);

	--wp--preset--gradient--dark-blue: var(--gradient-dark-blue);
	--wp--preset--gradient--buckthorn-coral: var(--gradient-buckthorn-coral);
	--wp--preset--gradient--polar-moonlight: var(--gradient-polar-moonlight);
	--wp--preset--gradient--coral-dark: var(--gradient-coral-dark);
	--wp--preset--gradient--blue-buckthorn: var(--gradient-blue-buckthorn);
}
/* ========== SVG FILL HELPERS ========== */
.fill-white path,
.fill-white rect,
.fill-white circle,
.fill-white ellipse,
.fill-white polygon {
	fill: var(--white);
}
.fill-black path,
.fill-black rect,
.fill-black circle,
.fill-black ellipse,
.fill-black polygon {
	fill: var(--black);
}
.fill-dark path,
.fill-dark rect,
.fill-dark circle,
.fill-dark ellipse,
.fill-dark polygon {
	fill: var(--dark);
}
.fill-blue path,
.fill-blue rect,
.fill-blue circle,
.fill-blue ellipse,
.fill-blue polygon {
	fill: var(--blue);
}
.fill-buckthorn path,
.fill-buckthorn rect,
.fill-buckthorn circle,
.fill-buckthorn ellipse,
.fill-buckthorn polygon {
	fill: var(--buckthorn);
}
.fill-polar path,
.fill-polar rect,
.fill-polar circle,
.fill-polar ellipse,
.fill-polar polygon {
	fill: var(--polar);
}
.fill-coral path,
.fill-coral rect,
.fill-coral circle,
.fill-coral ellipse,
.fill-coral polygon {
	fill: var(--coral);
}
.fill-moonlight path,
.fill-moonlight rect,
.fill-moonlight circle,
.fill-moonlight ellipse,
.fill-moonlight polygon {
	fill: var(--moonlight);
}
/* ========== TEXT HELPERS ========== */
.text-white { color: var(--white); }
.text-black { color: var(--black); }
.text-dark { color: var(--dark); }
.text-blue { color: var(--blue); }
.text-buckthorn { color: var(--buckthorn); }
.text-polar { color: var(--polar); }
.text-coral { color: var(--coral); }
.text-moonlight { color: var(--moonlight); }
/* ========== BACKGROUND HELPERS ========== */
.bg-white { background-color: var(--white); }
.bg-black { background-color: var(--black); }
.bg-dark { background-color: var(--dark); }
.bg-blue { background-color: var(--blue); }
.bg-buckthorn { background-color: var(--buckthorn); }
.bg-polar { background-color: var(--polar); }
.bg-coral { background-color: var(--coral); }
.bg-moonlight { background-color: var(--moonlight); }
/* ========== GUTENBERG CLASSES ========== */
.has-white-color               { color: var(--white); }
.has-black-color               { color: var(--black); }
.has-dark-color                { color: var(--dark); }
.has-blue-color                { color: var(--blue); }
.has-buckthorn-color           { color: var(--buckthorn); }
.has-polar-color               { color: var(--polar); }
.has-coral-color               { color: var(--coral); }
.has-moonlight-color           { color: var(--moonlight); }
.has-white-background-color    { background-color: var(--white); }
.has-black-background-color    { background-color: var(--black); }
.has-dark-background-color     { background-color: var(--dark); }
.has-blue-background-color     { background-color: var(--blue); }
.has-buckthorn-background-color{ background-color: var(--buckthorn); }
.has-polar-background-color    { background-color: var(--polar); }
.has-coral-background-color    { background-color: var(--coral); }
.has-moonlight-background-color{ background-color: var(--moonlight); }
/* ========== GRADIENT BACKGROUNDS ========== */
.has-gradient-dark-blue-gradient-background {
	background-image: var(--gradient-dark-blue);
}
.has-gradient-buckthorn-coral-gradient-background {
	background-image: var(--gradient-buckthorn-coral);
}
.has-gradient-polar-moonlight-gradient-background {
	background-image: var(--gradient-polar-moonlight);
}
.has-gradient-coral-dark-gradient-background {
	background-image: var(--gradient-coral-dark);
}
.has-gradient-blue-buckthorn-gradient-background {
	background-image: var(--gradient-blue-buckthorn);
}
.bg-gradient-dark-blue { background-image: var(--gradient-dark-blue); }
.bg-gradient-buckthorn-coral { background-image: var(--gradient-buckthorn-coral); }
.bg-gradient-polar-moonlight { background-image: var(--gradient-polar-moonlight); }
.bg-gradient-coral-dark { background-image: var(--gradient-coral-dark); }
.bg-gradient-blue-buckthorn { background-image: var(--gradient-blue-buckthorn); }
/* ========== BUTTON OVERRIDES ========== */
.wp-block-button__link:hover {
	background-color: var(--coral);
	background-image: none;
	color: var(--white);
	transition: all 0.3s ease-in-out;
}
*,
:after,
:before {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
clearfix {
    overflow: auto;
    content: "";
    clear: both;
    display: table;
}
body,
html {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    left: 0;
    top: 0;
}
img {
    max-width: 100%;
    height: auto;
    display: block;
}
main {
    overflow: hidden;
}
html {
    font-size: 62.5%;
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
}
body,
p {
    line-height: 1.4;
}
body {
    font-family: "inter-variable", sans-serif;
    font-style: normal;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
h1,
h2,
h3,
h4,
h5 {
    margin-top: 0;
    line-height: 1;
}
body,
h1,
h2 {
    font-weight: 400;
}
h1,
h2 {
    font-size: 2em;
    margin-bottom: 0.67em;
    font-family: "degular", sans-serif;
}
h2 {
    font-size: 36px;
    margin-bottom: 0.63em;
}
h3 {
    font-size: 1.17em;
    margin-bottom: 0.6em;
    font-weight: 700;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    display: block;
}
h3,
h4 {
    font-family: "degular", sans-serif;
}
h4 {
    font-size: 1em;
}
h5,
h6 {
    font-size: 0.83em;
    margin-bottom: 0.67em;
}
h4,
h6 {
    margin-bottom: 1.33em;
}
h6 {
    font-size: 0.67em;
}
a {
    text-decoration: none;
}
p {
    margin: 0 0 20px;
}
.hide-it {
    display: none;
}
.align-center {
    text-align: center;
}
.align-center img {
    margin: 0 auto;
}
.align-left {
    text-align: left;
}
.align-right {
    text-align: right;
}
.pointer {
    cursor: pointer;
}
.margin-0 {
    margin: 0;
}
.margin-10 {
    margin: 10px;
}
.margin-20 {
    margin: 20px;
}
.margin-30 {
    margin: 30px;
}
.margin-40 {
    margin: 40px;
}
.margin-50 {
    margin: 50px;
}
.margin-60 {
    margin: 60px;
}
.margin-70 {
    margin: 70px;
}
.margin-80 {
    margin: 80px;
}
.margin-90 {
    margin: 90px;
}
.margin-100 {
    margin: 100px;
}
.margin-top-0 {
    margin-top: 0;
}
.margin-top-10 {
    margin-top: 10px;
}
.margin-top-20 {
    margin-top: 20px;
}
.margin-top-30 {
    margin-top: 30px;
}
.margin-top-40 {
    margin-top: 40px;
}
.margin-top-50 {
    margin-top: 50px;
}
.margin-top-60 {
    margin-top: 60px;
}
.margin-top-70 {
    margin-top: 70px;
}
.margin-top-80 {
    margin-top: 80px;
}
.margin-top-90 {
    margin-top: 90px;
}
.margin-top-100 {
    margin-top: 100px;
}
.padding-5p {
    padding: 5%;
}
.padding-10p {
    padding: 10%;
}
.padding-15p {
    padding: 15%;
}
.padding-20p {
    padding: 20%;
}
.padding-30p {
    padding: 30%;
}
.padding-40p {
    padding: 40%;
}
.padding-50p {
    padding: 50%;
}
.padding-60p {
    padding: 60%;
}
.padding-70p {
    padding: 70%;
}
.padding-80p {
    padding: 80%;
}
.padding-90p {
    padding: 90%;
}
.padding-100p {
    padding: 100%;
}
.large-hero .large-hero-inner-content h1,
.margin-bottom-0,
.titlebar-with-image h1 {
    margin-bottom: 0;
}
.margin-bottom-10 {
    margin-bottom: 10px;
}
.margin-bottom-20,
.overlay-content h1 {
    margin-bottom: 20px;
}
.margin-bottom-30 {
    margin-bottom: 30px;
}
.margin-bottom-40 {
    margin-bottom: 40px;
}
.margin-bottom-50 {
    margin-bottom: 50px;
}
.margin-bottom-60 {
    margin-bottom: 60px;
}
.margin-bottom-70 {
    margin-bottom: 70px;
}
.margin-bottom-80 {
    margin-bottom: 80px;
}
.margin-bottom-90 {
    margin-bottom: 90px;
}
.margin-bottom-100 {
    margin-bottom: 100px;
}
.padding-0 {
    padding: 0;
}
.padding-5 {
    padding: 5px;
}
.padding-10 {
    padding: 10px;
}
.padding-20 {
    padding: 20px;
}
.padding-30 {
    padding: 30px;
}
.padding-40 {
    padding: 40px;
}
.padding-50 {
    padding: 50px;
}
.padding-60 {
    padding: 60px;
}
.padding-70 {
    padding: 70px;
}
.padding-80 {
    padding: 80px;
}
.padding-90 {
    padding: 90px;
}
.padding-100 {
    padding: 100px;
}
.padding-top-10 { padding-top: 10px; }
.padding-top-20 { padding-top: 20px; }
.padding-top-30 { padding-top: 30px; }
.padding-top-40 { padding-top: 40px; }
.padding-top-50 { padding-top: 50px; }
.padding-top-60 { padding-top: 60px; }
.padding-top-70 { padding-top: 70px; }
.padding-top-80 { padding-top: 80px; }
.padding-top-90 { padding-top: 90px; }
.padding-top-100 { padding-top: 100px; }
.padding-top-110 { padding-top: 110px; }
.padding-top-120 { padding-top: 120px; }
.padding-top-130 { padding-top: 130px; }
.padding-top-140 { padding-top: 140px; }
.padding-top-150 { padding-top: 150px; }
.padding-top-160 { padding-top: 160px; }
.padding-top-170 { padding-top: 170px; }
.padding-top-180 { padding-top: 180px; }
.padding-top-190 { padding-top: 190px; }
.padding-top-200 { padding-top: 200px; }
.padding-bottom-10 { padding-bottom: 10px; }
.padding-bottom-20 { padding-bottom: 20px; }
.padding-bottom-30 { padding-bottom: 30px; }
.padding-bottom-40 { padding-bottom: 40px; }
.padding-bottom-50 { padding-bottom: 50px; }
.padding-bottom-60 { padding-bottom: 60px; }
.padding-bottom-70 { padding-bottom: 70px; }
.padding-bottom-80 { padding-bottom: 80px; }
.padding-bottom-90 { padding-bottom: 90px; }
.padding-bottom-100 { padding-bottom: 100px; }
.padding-bottom-110 { padding-bottom: 110px; }
.padding-bottom-120 { padding-bottom: 120px; }
.padding-bottom-130 { padding-bottom: 130px; }
.padding-bottom-140 { padding-bottom: 140px; }
.padding-bottom-150 { padding-bottom: 150px; }
.padding-bottom-160 { padding-bottom: 160px; }
.padding-bottom-170 { padding-bottom: 170px; }
.padding-bottom-180 { padding-bottom: 180px; }
.padding-bottom-190 { padding-bottom: 190px; }
.padding-bottom-200 { padding-bottom: 200px; }
.font-weight-100 {
    font-weight: 100;
}
.font-weight-200 {
    font-weight: 200;
}
.font-weight-300 {
    font-weight: 300;
}
.font-weight-400 {
    font-weight: 400;
}
.font-weight-500 {
    font-weight: 500;
}
.font-weight-600 {
    font-weight: 600;
}
.font-weight-700 {
    font-weight: 700;
}
.font-weight-800 {
    font-weight: 800;
}
.font-weight-900 {
    font-weight: 900;
}
.underline {
    text-decoration: underline;
}
.uppercase {
    text-transform: uppercase;
}
.strong {
    font-weight: 700;
}
.light {
    font-weight: 400;
}
.thin {
    font-weight: thin;
}
.block,
.nav-list li:hover > .nav-dropdown {
    display: block;
}
.inline-block {
    display: inline-block;
}
.table {
    display: table;
}
.line-height-0 {
    line-height: 0;
}
.line-height-1 {
    line-height: 1;
}
.line-height-12 {
    line-height: 1.2;
}
.line-height-13 {
    line-height: 1.3;
}
.line-height-14 {
    line-height: 1.4;
}
.line-height-15 {
    line-height: 1.5;
}
.line-height-16 {
    line-height: 1.6;
}
.line-height-17 {
    line-height: 1.7;
}
.line-height-18 {
    line-height: 1.8;
}
.line-height-19 {
    line-height: 1.9;
}
.line-height-2 {
    line-height: 2;
}
.image-cover {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
}
.border-radius-10 {
    border-radius: 10px;
}
.border-radius-16 {
    border-radius: 16px;
}
.border-radius-20 {
    border-radius: 20px;
}
.border-radius-15 {
    border-radius: 15px;
}
.border-radius-50-p {
    border-radius: 50%;
}
.overflow-hidden {
    overflow: hidden;
}
.overflow-visible {
    overflow: visible;
}
.nav-list li,
.relative {
    position: relative;
}
.absolute {
    position: absolute;
}
.fixed {
    position: fixed;
}
.after,
.before {
    position: absolute;
    width: 100%;
    left: 0;
}
.before {
    top: 0;
}
.after {
    bottom: 0;
}
.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.header {
    position: absolute;
    top: 0;
    left: 40px;
    right: 40px;
    margin-bottom: 0;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    background-color: var(--white);
    z-index: 999;
    transition: all 0.5s ease;
}
.header.sticky {
    backdrop-filter: blur(10px);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    border-radius: 0;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.20);
    transition: all 0.5s ease;
    background-color: rgba(255, 255, 255, 0.5);
}
/****** NAV START *******/
.nav-container {
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 93px;
}
.nav-extra {
    margin-right: 20px;
}
.contact-button {
    display: inline-flex;
    align-items: center;
    background: var(--coral);
    color: var(--black);
    padding: 10px 18px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    transition: background 0.3s ease;
    gap: 8px;
}
.contact-button:hover {
    opacity: 0.7;
    transition: opacity 0.3s ease;
}
.contact-icon {
    display: inline-block;
    vertical-align: middle;
}
.brand {
    padding-left: 20px;
    line-height: 20px;
    text-transform: uppercase;
    font-size: 1.4em;
}
.brand a,
.brand a:visited {
    position: relative;
    height: auto;
    display: block;
}
.header #tbi-logo .st2 {
    fill: var(--blue) !important;
}
.nav-mobile {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    height: 70px;
    width: 70px;
}
.nav-mobile button {
    background: 0 0;
    border: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
}
.nav-mobile button:focus {
    outline: 0;
}
#nav-toggle {
    position: relative;
    width: 35px;
    height: 25px;
    margin: auto;
}
#nav-toggle span,
#nav-toggle span:after,
#nav-toggle span:before {
    cursor: pointer;
    border-radius: 1px;
    height: 5px;
    width: 100%;
    position: absolute;
    content: "";
    transition: all 300ms ease-in-out;
}
.header #nav-toggle span,
.header #nav-toggle span:after,
.header #nav-toggle span:before {
    background: var(--blue);
}
#nav-toggle span:before {
    top: -10px;
}
#nav-toggle span:after {
    bottom: -10px;
}
#nav-toggle.active span {
    background-color: transparent;
}
#nav-toggle.active span:after,
#nav-toggle.active span:before {
    top: 0;
}
#nav-toggle.active span:before {
    transform: rotate(45deg);
}
#nav-toggle.active span:after {
    transform: rotate(-45deg);
}
.nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-end;
}
.nav-list li a,
.nav-list li a:visited {
    display: block;
    padding: 0 20px;
    line-height: 70px;
    color: var(--blue);
    text-decoration: none;
    position: relative;
    transition: opacity 0.5s ease-out;
    -moz-transition: opacity 0.5s ease-out;
    -webkit-transition: opacity 0.5s ease-out;
    -o-transition: opacity 0.5s ease-out;
    font-weight: 600;      
}
.nav-list li a:hover,
.nav-list li a:visited:hover {
    color: var(--coral);
    transition: opacity 0.5s ease-out;
    -moz-transition: opacity 0.5s ease-out;
    -webkit-transition: opacity 0.5s ease-out;
    -o-transition: opacity 0.5s ease-out;
}
.header.sticky .nav-list li a {
    color: var(--blue);
}
.nav-list li a:not(:only-child):after,
.nav-list li a:visited:not(:only-child):after {
    padding-left: 4px;
    content: "";
}
.nav-dropdown {
    position: absolute;
    display: none;
    z-index: 10;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
    padding: 0;
    list-style-type: none;
    background: var(--red);
}
.nav-dropdown li {
    min-width: 190px;
}
.nav-dropdown li a {
    padding: 15px;
    line-height: 20px;
    color: var(--white) !important;
}
.nav-dropdown li a:hover {
    opacity: 0.8;
    transition: opacity 0.5s ease-out;
    -moz-transition: opacity 0.5s ease-out;
    -webkit-transition: opacity 0.5s ease-out;
    -o-transition: opacity 0.5s ease-out;
}
li.menu-item .dropdown-arrow {
    position: absolute;
    top: 23px;
    right: 5px;
}
.dropdown-arrow {
    color: var(--lred);
}
/****** NAV END *******/
/******** GRAVITY FORMS STARTS ******/
.gform_wrapper.gravity-theme .gfield_label {
    font-size: 12px;
    font-weight: 400 !important;
    color: var(--white);
}
.gform_required_legend {
    display: none !important;
}
.gform_wrapper.gravity-theme input[type=color], .gform_wrapper.gravity-theme input[type=date], .gform_wrapper.gravity-theme input[type=datetime-local], .gform_wrapper.gravity-theme input[type=datetime], .gform_wrapper.gravity-theme input[type=email], .gform_wrapper.gravity-theme input[type=month], .gform_wrapper.gravity-theme input[type=number], .gform_wrapper.gravity-theme input[type=password], .gform_wrapper.gravity-theme input[type=search], .gform_wrapper.gravity-theme input[type=tel], .gform_wrapper.gravity-theme input[type=text], .gform_wrapper.gravity-theme input[type=time], .gform_wrapper.gravity-theme input[type=url], .gform_wrapper.gravity-theme input[type=week], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea {
    border: none;
    border-bottom: 1px solid var(--white);
    background: transparent;
    color: var(--white);
    font-family: "degular", sans-serif;
    outline: none;
    padding-left: 0 !important;
    font-size: 16px !important;
}
/* Chrome, Opera, Safari */
.gform_wrapper.gravity-theme input[type=color]::-webkit-input-placeholder,
.gform_wrapper.gravity-theme input[type=date]::-webkit-input-placeholder,
.gform_wrapper.gravity-theme input[type=datetime-local]::-webkit-input-placeholder,
.gform_wrapper.gravity-theme input[type=datetime]::-webkit-input-placeholder,
.gform_wrapper.gravity-theme input[type=email]::-webkit-input-placeholder,
.gform_wrapper.gravity-theme input[type=month]::-webkit-input-placeholder,
.gform_wrapper.gravity-theme input[type=number]::-webkit-input-placeholder,
.gform_wrapper.gravity-theme input[type=password]::-webkit-input-placeholder,
.gform_wrapper.gravity-theme input[type=search]::-webkit-input-placeholder,
.gform_wrapper.gravity-theme input[type=tel]::-webkit-input-placeholder,
.gform_wrapper.gravity-theme input[type=text]::-webkit-input-placeholder,
.gform_wrapper.gravity-theme input[type=time]::-webkit-input-placeholder,
.gform_wrapper.gravity-theme input[type=url]::-webkit-input-placeholder,
.gform_wrapper.gravity-theme input[type=week]::-webkit-input-placeholder,
.gform_wrapper.gravity-theme select::-webkit-input-placeholder,
.gform_wrapper.gravity-theme textarea::-webkit-input-placeholder {
    color: var(--lred);
    font-size: 16px;
    font-family: "inter-variable", sans-serif;
}
/* Firefox 19+ */
.gform_wrapper.gravity-theme input[type=color]::-moz-placeholder,
.gform_wrapper.gravity-theme input[type=date]::-moz-placeholder,
.gform_wrapper.gravity-theme input[type=datetime-local]::-moz-placeholder,
.gform_wrapper.gravity-theme input[type=datetime]::-moz-placeholder,
.gform_wrapper.gravity-theme input[type=email]::-moz-placeholder,
.gform_wrapper.gravity-theme input[type=month]::-moz-placeholder,
.gform_wrapper.gravity-theme input[type=number]::-moz-placeholder,
.gform_wrapper.gravity-theme input[type=password]::-moz-placeholder,
.gform_wrapper.gravity-theme input[type=search]::-moz-placeholder,
.gform_wrapper.gravity-theme input[type=tel]::-moz-placeholder,
.gform_wrapper.gravity-theme input[type=text]::-moz-placeholder,
.gform_wrapper.gravity-theme input[type=time]::-moz-placeholder,
.gform_wrapper.gravity-theme input[type=url]::-moz-placeholder,
.gform_wrapper.gravity-theme input[type=week]::-moz-placeholder,
.gform_wrapper.gravity-theme select::-moz-placeholder,
.gform_wrapper.gravity-theme textarea::-moz-placeholder {
    color: var(--lred);
    font-size: 16px;
    font-family: "inter-variable", sans-serif;
}
/* IE 10+ */
.gform_wrapper.gravity-theme input[type=color]:-ms-input-placeholder,
.gform_wrapper.gravity-theme input[type=date]:-ms-input-placeholder,
.gform_wrapper.gravity-theme input[type=datetime-local]:-ms-input-placeholder,
.gform_wrapper.gravity-theme input[type=datetime]:-ms-input-placeholder,
.gform_wrapper.gravity-theme input[type=email]:-ms-input-placeholder,
.gform_wrapper.gravity-theme input[type=month]:-ms-input-placeholder,
.gform_wrapper.gravity-theme input[type=number]:-ms-input-placeholder,
.gform_wrapper.gravity-theme input[type=password]:-ms-input-placeholder,
.gform_wrapper.gravity-theme input[type=search]:-ms-input-placeholder,
.gform_wrapper.gravity-theme input[type=tel]:-ms-input-placeholder,
.gform_wrapper.gravity-theme input[type=text]:-ms-input-placeholder,
.gform_wrapper.gravity-theme input[type=time]:-ms-input-placeholder,
.gform_wrapper.gravity-theme input[type=url]:-ms-input-placeholder,
.gform_wrapper.gravity-theme input[type=week]:-ms-input-placeholder,
.gform_wrapper.gravity-theme select:-ms-input-placeholder,
.gform_wrapper.gravity-theme textarea:-ms-input-placeholder {
    color: var(--lred);
    font-size: 16px;
    font-family: "inter-variable", sans-serif;
}
/* Firefox 18- */
.gform_wrapper.gravity-theme input[type=color]:-moz-placeholder,
.gform_wrapper.gravity-theme input[type=date]:-moz-placeholder,
.gform_wrapper.gravity-theme input[type=datetime-local]:-moz-placeholder,
.gform_wrapper.gravity-theme input[type=datetime]:-moz-placeholder,
.gform_wrapper.gravity-theme input[type=email]:-moz-placeholder,
.gform_wrapper.gravity-theme input[type=month]:-moz-placeholder,
.gform_wrapper.gravity-theme input[type=number]:-moz-placeholder,
.gform_wrapper.gravity-theme input[type=password]:-moz-placeholder,
.gform_wrapper.gravity-theme input[type=search]:-moz-placeholder,
.gform_wrapper.gravity-theme input[type=tel]:-moz-placeholder,
.gform_wrapper.gravity-theme input[type=text]:-moz-placeholder,
.gform_wrapper.gravity-theme input[type=time]:-moz-placeholder,
.gform_wrapper.gravity-theme input[type=url]:-moz-placeholder,
.gform_wrapper.gravity-theme input[type=week]:-moz-placeholder,
.gform_wrapper.gravity-theme select:-moz-placeholder,
.gform_wrapper.gravity-theme textarea:-moz-placeholder {
    color: var(--lred);
    font-size: 16px;
    font-family: "inter-variable", sans-serif;
}
.charleft.ginput_counter.gfield_description {
    font-size: 10px !important;
    color: var(--white) !important;
}
.gform-footer input[type=submit] {
    padding: 10px 25px;
    border: 1px solid var(--white);
    border-radius: 30px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all .5s;
}
.gform-footer input[type=submit]:hover {
    padding: 10px 25px;
    border: 1px solid var(--white);
    background: transparent;
    cursor: pointer;
    transition: all .5s;
    color: var(--white)
}
/******** GRAVITY FORMS ENDS ******/
/********SOCIAL ICONS STARTS ******/
.social-media-footer a {font-weight: normal !important}
.social-media-footer {text-align:left !important}
.social-media-footer a.sm-link {
    display: inline-block;
    font-size: 35px;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 0px;
    padding: 13px 10px;
    border-radius: 50%;
    border: 1px solid var(--blue);
    margin-top: 0px;
    position: relative;
    font-style: inherit;
    cursor: pointer;
    margin-right: 10px;
    transition: all .5s;
    opacity: 1;
}
.social-media-footer a.sm-link span {
    background: var(--white);
    color: var(--blue);
    height: 34px;
    width: 34px;
    top: 2px;
    line-height: 23px;
    left: 2px;
    position: absolute;
    border-radius: 50%;
}
.social-media-footer {
    margin-bottom:20px;
}
.social-media-footer a.sm-link .pulse:hover, .social-media-footer a.sm-link .pulse:focus {
    -webkit-animation: pulse 1s;
    animation: pulse 1s;
    box-shadow: 0 0 0 .5em rgba(255, 255, 255, 0);
    
}
.social-media-footer li:last-child a i.fab {
    margin-right: 0;
}
.social-media-footer a .fab:hover {
    background-color: #ffffff;
    color: #ffffff;
}
.pulse:hover,
.pulse:focus {
  -webkit-animation: pulse 1s;
          animation: pulse 1s;
          box-shadow: 0 0 0 .5em rgba(255, 255, 255, 0);
}
@-webkit-keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 var(--hover);
  }
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 var(--hover);
  }
}
.pulse {
    --color: #ffffff;
    --hover: #ffffff;
}
.contact-fields {
    margin-top:60px !important;
    max-width:80%;
}
.contact-fields .contact-field {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    font-size: 16px;
    text-decoration: none;
    color: var(--white);
    position: relative;
}
.contact-fields .contact-field .dg-custom-icons {
    flex: 0 0 auto;
    font-size: 36px;
    line-height: 30px;
    margin-right: 10px;
    position: relative;
    top: -10px;
}
.contact-fields .contact-field .contact-label {
    flex: 1 1 0;
}
.contact-fields .contact-field .dg-custom-icons.address-icon {
    margin-top:6px;
}
/********SOCIAL ICONS ENDS ******/
/******* COLUMNS OPTIONS STARTS ******/
main > .wp-block-columns,
main > .wp-block-heading {
    padding-left: calc((100% - 1320px) / 2);
    padding-right: calc((100% - 1320px) / 2);
    margin-bottom: 0;
    position: relative;
    overflow: hidden;
}
/******** COLUMNS OPTIONS ENDS ******/
/******* ANIMATIONS START ******/
/* The container element that holds the text you want to skew up. */
.skew-up {
    font-kerning: none;
    /* Optional: overflow hidden to prevent visual glitches */
    overflow: hidden;
}
/* Each line gets its own clipping mask (useful if you want line-by-line effects). */
.skew-up .line {
    clip-path: polygon(0 0, 100% 0, 100% 110%, 0% 100%);
}
/* Initial “off-screen” state: words start 80px down. */
.skew-up .word {
    transform: translateY(100px);
    /* It’s important NOT to set transform: translateY(0) anywhere here. */
}
/******* ANIMATIONS END ******/
/********HOMEPAGE STARTS ******/
.service-box {
    color: var(--white);
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, transform 0.3s ease-in-out;
    position: relative;
    z-index: 2;
    border: 1px solid #003A6C;
}
.service-box:hover {
    background-color: var(--coral) !important;
    color: var(--black);
    transform: scale(1.03);
    
}
.front-hero-block {
    position: relative;
    overflow: hidden;
}
.front-hero-block .container {
    position: relative;
    z-index: 1;
}
/********HOMEPAGE STARTS ******/
footer h2 {
    font-size: 3vw;
    line-height: 0.9;
    margin-bottom: 60px;
}
#footer h4 {
    color: var(--white);
}
footer#footer {
    overflow: hidden;
    color: var(--white);
    z-index: 1;
}
footer#footer .footer-inner a,
footer#footer .footer-inner a:hover {
    color: var(--white);
    opacity: 0.6;
    transition: opacity 0.5s ease-out;
    -moz-transition: opacity 0.5s ease-out;
    -webkit-transition: opacity 0.5s ease-out;
    -o-transition: opacity 0.5s ease-out;
}
footer#footer .footer-inner a:hover {
    opacity: 1;
}
footer#footer .logo-wide {
    position: absolute;
    bottom: 0;
    left: 0;
    width:100%;
    height: 100%;
    z-index: 0;
    mix-blend-mode: soft-light;
}
#menu-footer-column-1 a,
#menu-footer-column-2 a,
#menu-footer-column-3 a,
#menu-footer-column-4 a {
    opacity: 1 !important;
}
.footer-social a.sm-link .sm-text {
    font-size: 12px;
}
.footer-social a.sm-link .dg-custom-icons {
    font-size: 34px;
    line-height: 1;
    position: relative;
    top: -5px;
}
#footer h4,
.contact-item,
.footer-copyright {
    font-size: 14px;
}
#footer .involved-container {
    background: var(--turquoise);
}
#footer .arrow-icon svg {
    max-width: 20px;
}
#footer .container, #footer .footer-copyright {
    position: relative;
    z-index: 1
}
#footer .footer-inner {
    margin-top: 50px;
    padding: 40px;
    border-radius: 12px;
    box-shadow: var(--wp--preset--shadow--deep);
}
#footer #menu-footer-main-menu, #footer  #menu-footer-policies-menu{
    list-style-type: none;
    margin: 0;
    padding: 0;

}
#footer #menu-footer-main-menu {
    text-align: right;  
}
#footer #menu-footer-main-menu li {
    display: inline-block;
    list-style-type: none;
    margin-left: 7px;
}
#footer #menu-footer-main-menu li a {
    padding: 0 5px;    
}
#menu-footer-policies-menu li {
    display: block;
    list-style-type: none;   
}
/***** BUTTONS ********/
a.button,
button.button {
    display: inline-block;
    padding: 5px 25px;
    text-transform: uppercase;
    border-radius: 20px;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
    border: 1px solid;
    margin: 10px 10px 0 0;
    cursor: pointer;
}
a.button.fill {
    color: #fff;
}
a.button.outline {
    background-color: transparent;
    color: inherit;
}
.category-block-inner a.button, .products a.button {
    display: inline-block;
    padding: 5px 25px;
    text-transform: uppercase;
    border-radius: 20px;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
    border: 1px solid;
    margin: 10px 10px 0 0;
    cursor: pointer;
    background-color: var(--buckthorn)!important;
    color: var(--dark);
    font-weight: normal;
    line-height: 1.5;
}
.desc-the-vlog {
    margin-bottom:45px;
}
.category-block-inner a.button:hover, .products a.button:hover {
    background-color: var(--coral)!important;
}
/********PLAY CONTAINER FOR VIDEO STARTS************/
.play-container {
    width: 150px;
    height: 150px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}
.fa.fa-play,
.waves-block {
    position: relative;
    top: -11px;
    z-index: 3;
    left: 1px;
}
.fa-play:before {
    content: "Y";
    font-size: 34px;
    color: var(--white);
}
.dg-custom-icons, .fa-play:before, .social-sharing li a i.fab {
    font-family: geobrand-fontregular;
    font-style: normal;
}
.waves-block {
    z-index: 2;
    top: 60px;
    left: 90px;
}
.waves {
    position: absolute;
    z-index: -1;
    width: 180px;
    height: 180px;
    background: rgba(135, 2, 22, 0.5);
    opacity: 0;
    border-radius: 100%;
    right: 0;
    bottom: 0;
    animation: 3s ease-in-out infinite waves;
}
.wave-1 {
    animation-delay: 0s;
}
.wave-2 {
    animation-delay: 1s;
}
.wave-3 {
    animation-delay: 2s;
}
/********PLAY CONTAINER FOR VIDEO ENDS************/
/********COLOURED CONTENT STARTS************/
.coloured-content-inner {
    padding: 7% 8% 7%;
}
/********COLOURED CONTENT ENDS************/
/******** SINGLE COURSE STARTS************/
.single-course-base-content h1.product_title {
    font-weight: bold;
    font-size: 62px;
    color: var(--white);
    line-height: 1;
    margin-bottom: 30px;
}
.single-course-wrapper {
    position: relative;
    padding: 30px 30px;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message, .wp-block-woocommerce-cart {
    margin-top: 90px;
}
.single-course-inner {
    position: relative;
    overflow: hidden;
    padding: 30px;
    border-radius: 20px;
    z-index: 1;
    background: var(--moonlight);
    margin: 80px 10px 30px 10px;
}
.woocommerce-cart  {
    background-color: var(--moonlight);
}
.woocommerce-product-gallery,  .woocommerce div.product div.images {
        width: 100%;
    display: block;
}
.woocommerce div.product div.images {
    margin-bottom: 0;
}
.woocommerce-product-gallery__image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 16px;
    object-fit: contain;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
    border-radius: 14px;
    overflow: hidden;
}
.woocommerce button.button,
.woocommerce a.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce-page button.button,
.woocommerce-page input.button, 
.wc-block-cart__submit-button,
.wc-block-components-checkout-place-order-button {
    display: inline-block;
    padding: 10px 25px;
    text-transform: uppercase;
    border-radius: 20px;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
    border: 1px solid;
    margin: 10px 10px 0 0;
    cursor: pointer;
    font-weight: 400;
    border-color: var(--buckthorn);
    background-color: var(--buckthorn) !important;
    color: var(--blue) !important;
}
/* Hover states */
.woocommerce button.button:hover,
.woocommerce a.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.wc-block-cart__submit-button:hover,
.wc-block-components-checkout-place-order-button:hover

{
    background-color: var(--coral) !important;
    color: var(--blue) !important;
    border-color: var(--coral) !important;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price {
    font-weight: bold;
    font-size: 32px;
    color: var(--buckthorn);
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    color: var(--blue);
    font-size: 22px;
}
.accreditation-badge {
    position: absolute;
    top: 70px;
    left: 50px;
    z-index: 1;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .upsell span.price {
    color: var(--coral) !important; font-size: 14px !important; font-weight: bold;
}
.learn-topic-row {
    border-bottom: 1px solid var(--coral);
}
.learn-topic-actions span {
    color: var(--coral);
}
.wc-block-checkout.container, .wp-block-woocommerce-cart.container, .woocommerce-account .woocommerce{
    padding-top: 100px;
    padding-bottom:100px;
}
/* Container and general spacing */
.woocommerce-account .woocommerce, .woo-container .wp-block-column {
    padding: 100px 0;
    margin: 0 auto;
}
/* Dashboard nav sidebar */
.woocommerce-MyAccount-navigation {
    background: #f8f9fa;
    border: 1px solid var(--white);
    padding: 2rem 1rem;
    border-radius: 8px;
    margin-bottom: 2rem;
}
.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.woocommerce-MyAccount-navigation li {
    margin-bottom: 1rem;
}
.woocommerce-MyAccount-navigation a {
    display: block;
    padding: 0.75rem 1rem;
    border-radius: 4px;
    color: var(--blue);
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}
.woocommerce-MyAccount-navigation a:hover,
.woocommerce-MyAccount-navigation .is-active a {
    background-color: var(--blue);
    color: var(--white);
}
/* Content area */
.woocommerce-MyAccount-content {
    background: var(--white);
    border: 1px solid #e0e0e0;
    padding: 2rem;
    border-radius: 8px;
}
/* Headings and section titles */
.woocommerce-MyAccount-content h2,
.woocommerce-MyAccount-content h3 {
    font-size: 1.5rem;
    color: var(--blue);
    margin-top: 1rem;
    margin-bottom: 1rem;
}
/* Dashboard links on main screen */
.woocommerce-MyAccount-dashboard p a {
    color: var(--coral);
    text-decoration: underline;
}
.woocommerce-MyAccount-dashboard p a:hover {
    color: var(--blue);
}
/* Table styling (orders, addresses) */
.woocommerce table.my_account_orders {
    width: 100%;
    border-collapse: collapse;
    margin-top: 1.5rem;
}
.woocommerce table.my_account_orders th,
.woocommerce table.my_account_orders td {
    padding: 1rem;
    border: 1px solid #e0e0e0;
    text-align: left;
}
.woocommerce table.my_account_orders th {
    background-color: #f1f1f1;
    font-weight: 600;
}
.woocommerce table.my_account_orders td a.button {
    background: var(--blue);
    color: #fff;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    text-decoration: none;
}
.woocommerce table.my_account_orders td a.button:hover {
    background: #333;
}
body.woocommerce-checkout .woocommerce-checkout-review-order-table .order-total,
body.woocommerce-checkout .woocommerce-checkout-review-order-table .cart-subtotal {
    display: none;
}
.woocommerce-checkout .main .wp-block-columns {
    padding-top: 100px;
    padding-bottom:100px;
}
.page-id-179 .main {
    min-height: inherit;
}
.main {
    min-height: 60vh;
}
.learn-content-inner {
    background-color: var(--polar);
    padding: 3rem 5rem 4rem 5rem;
    flex: 1;
    border-radius: 20px;
}
.learn-content-inner h3 {
    font-size: 32px;
    color: var(--coral);
}
.learn-content-inner p:last-child {
    margin-bottom:0;
}
.learn-topic-title {
    font-size: 16px;
    font-weight: 500;
    color: var(--blue);
}
.learn-topic-actions .badge {
    background-color: #1d2e38;
    font-size: 12px;
    border-radius: 999px;
    padding: 4px 10px;
}
.upsell-products {
    background-color: var(--moonlight);
    padding: 5%;
    border-radius: 20px;
}
.woocommerce-product-details__short-description p {
    color: var(--blue);
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
}
.single-course-base-content {
    padding: 60px;
}
.what-you-will-learn {
    padding: 0 0 75px 0;
}
.what-you-will-learn-content {
   padding: 0 0 20px 0; 
}
.what-you-will-learn h3.has-gradient {
    font-size: 32px;
    color: var(--coral);
}
.what-you-will-learn .content p {
    color: var(--white);
}
/* Force equal-height columns */
.equal-height-row {
    display: flex;
    flex-wrap: wrap;
}
.equal-height-row > [class*="col-"] {
    display: flex;
    flex-direction: column;
}
.learn-topic-inner {
    background-color: var(--polar);
    padding: 3rem 5rem 4rem 5rem;
    flex: 1;
    border-radius: 20px;    
}
.learn-topic-inner .content p {
    color: var(--black);
}
.what-you-will-learn .statistics-block p {
    margin-bottom: 10px;
}
.what-you-will-learn .statistics-block {
background-color: #600DB5; border-radius: 20px; margin: 15px; text-align: center; display: flex; flex-direction: column; justify-content: flex-start; align-items: center; padding: 20px;
}
.single-course-base-content h1.product_title {
    font-weight: bold;
    font-size: 42px;
    color: var(--coral);
    line-height: 1;
    margin-bottom: 30px;
}
.course-details-block .course-details-inner {
    background: var(--blue);
    border-radius: 20px;
    margin-bottom: 20px;
    padding: 20px;
    text-align: center;
    overflow: hidden;
}
.variations, .variations .label{
    display: block;
    text-align: left;
}
.variations .value{
    display: block;
}
.woocommerce div.product form.cart .variations select {
    padding: 7px 35px 7px 7px;
    border-radius:12px;
    outline: none;
}
.single-course-base-content .product_meta .posted_in {
    color: var(--coral);
    font-weight: 600;
    margin-top: 10px;
    display: block;
}
.single-course-base-content .product_meta .posted_in a {
    color: var(--blue);
    font-weight: 600;
}
.course-details-block .course-details-inner .trainer-image {
    background-color: var(--white);
    border-radius: 50%;
}
.course-details-block .date-info,
.course-details-block .time-info,
.course-details-block .location-info {
    background: var(--coral);
    border-radius: 20px;
    margin-bottom: 20px;
    width: 100%;
}
.course-details-block h4 {
    font-size: 32px;
    margin-bottom: 10px;
    margin-top: 10px;
    font-weight: bold;
    color: var(--coral);
}
.course-details-block p {
    margin-bottom: 7px;
    color: var(--white)
}
.woocommerce div.product form.cart .button {
    float: none;
}
.wp-block-woocommerce-cart, .wp-block-woocommerce-checkout {
    padding-top: 80px;
}
.wp-block-woocommerce-checkout {
    margin-right: auto !important;
    margin-left: auto !important;
}
/* Fix button */
.single-course-base-content .single_add_to_cart_button {
    background-color:  var(--buckthorn);
    color: var(--blue);
    border: none;
    padding: 16px 32px;
    border-radius: 10px;
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
    transition: background 0.3s ease;
}
.single-course-base-content .single_add_to_cart_button:hover {
    background-color: var(--coral);
    color: var(--blue);
}
/******** SINGLECOURSE ENDS************/
/******** TESTIMONIAL STARTS************/
.testimonial-content {
    text-align: center;
    max-width: 65%;
    margin: 0 auto;
}
.testimonial-text {
    line-height: 1.1;
    font-style: italic;
}
/* Block backgrounds by class */
.testimonial-slider-block.has-white-background-color    { background: var(--wp--preset--color--white) !important; }
.testimonial-slider-block.has-black-background-color    { background: var(--wp--preset--color--black) !important; }
.testimonial-slider-block.has-dark-background-color     { background: var(--wp--preset--color--dark) !important; }
.testimonial-slider-block.has-moonlight-background-color { background: var(--wp--preset--color--moonlight) !important; }
.testimonial-slider-block.has-blue-background-color     { background: var(--wp--preset--color--blue) !important; }
.testimonial-slider-block.has-buckthorn-background-color{ background: var(--wp--preset--color--buckthorn) !important; }
.testimonial-slider-block.has-polar-background-color    { background: var(--wp--preset--color--polar) !important; }
.testimonial-slider-block.has-coral-background-color    { background: var(--wp--preset--color--coral) !important; }
.testimonial-slider-block {
    position: relative;
    overflow: hidden; 
}
.testimonial-swiper {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.testimonial-slider-block .swiper-pagination {
    position: relative;
    margin-top: 15px;
    bottom: auto !important;
}
/* Pagination bullets: each colour class using WP CSS variable */
.testimonial-slider-block .swiper-pagination.has-white-color .swiper-pagination-bullet {
    background: none;
    border: 1px solid var(--wp--preset--color--white);
    opacity: 1;
}
.testimonial-slider-block .swiper-pagination.has-white-color .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--wp--preset--color--white);
}
.testimonial-slider-block .swiper-pagination.has-black-color .swiper-pagination-bullet {
    background: none;
    border: 1px solid var(--wp--preset--color--black);
    opacity: 1;
}
.testimonial-slider-block .swiper-pagination.has-black-color .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--wp--preset--color--black);
}
.testimonial-slider-block .swiper-pagination.has-dark-color .swiper-pagination-bullet {
    background: none;
    border: 1px solid var(--wp--preset--color--dark);
    opacity: 1;
}
.testimonial-slider-block .swiper-pagination.has-dark-color .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--wp--preset--color--dark);
}
.testimonial-slider-block .swiper-pagination.has-moonlight-color .swiper-pagination-bullet {
    background: none;
    border: 1px solid var(--wp--preset--color--moonlight);
    opacity: 1;
}
.testimonial-slider-block .swiper-pagination.has-moonlight-color .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--wp--preset--color--moonlight);
}
.testimonial-slider-block .swiper-pagination.has-blue-color .swiper-pagination-bullet {
    background: none;
    border: 1px solid var(--wp--preset--color--blue);
    opacity: 1;
}
.testimonial-slider-block .swiper-pagination.has-blue-color .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--wp--preset--color--blue);
}
.testimonial-slider-block .swiper-pagination.has-buckthorn-color .swiper-pagination-bullet {
    background: none;
    border: 1px solid var(--wp--preset--color--buckthorn);
    opacity: 1;
}
.testimonial-slider-block .swiper-pagination.has-buckthorn-color .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--wp--preset--color--buckthorn);
}
.testimonial-slider-block .swiper-pagination.has-polar-color .swiper-pagination-bullet {
    background: none;
    border: 1px solid var(--wp--preset--color--polar);
    opacity: 1;
}
.testimonial-slider-block .swiper-pagination.has-polar-color .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--wp--preset--color--polar);
}
.testimonial-slider-block .swiper-pagination.has-coral-color .swiper-pagination-bullet {
    background: none;
    border: 1px solid var(--wp--preset--color--coral);
    opacity: 1;
}
.testimonial-slider-block .swiper-pagination.has-coral-color .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--wp--preset--color--coral);
}
/* Section title & text classes from block attributes */
.testimonial-section-title {
    text-align: center;
    margin-bottom: 20px;
    /* Font, color, and size are inline or via class */
}
/* Testimonial text and author handled by class */
.testimonial-text {
    margin-bottom: 16px;
    /* Font, color, and size are inline or via class */
}
/* Author name style – relies on .has-buckthorn-color or chosen class */
.testimonial-text .has-buckthorn-color,
.testimonial-text .has-white-color,
.testimonial-text .has-black-color,
.testimonial-text .has-polar-color,
.testimonial-text .has-dark-color,
.testimonial-text .has-moonlight-color,
.testimonial-text .has-blue-color,
.testimonial-text .has-coral-color {
    font-weight: 600;
    display: block;
    margin-top: 10px;
}
/******** TESTIMONIAL ENDS************/
/******* STATISTIC BLOCK STARTS ************/
.wp-block-columns.stats {
    display: flex;
    gap: 20px;
}
.wp-block-columns.stats .wp-block-column {
    flex: 1;
}
.statistics-block {
    padding: 0 20px; 
    display: flex; 
    flex-direction: column; 
    justify-content: flex-start;
}
.stat-number {
    font-size: 72px;
    width: 100%;
    line-height: 100%;
    padding-top:10px;
}
.stat-text {
    margin-top: 50px;
    font-size: 16px; 
    width: 100%; 
    margin-bottom: 20px;
    max-width:80%;
    line-height: 18px;
}
.stat-counter {
    margin-left: -10px;
    margin-right: -10px;
}
/******* STATISTIC BLOCK ENDS ************/
/******* COLUMNS SVG STARTS ************/
.columns-svg-wrapper {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	pointer-events: none;
	width: 100%;
	height: auto;
	z-index: -1;
}
.columns-svg-wrapper.position-top {
	top: 0;
	transform: translateX(-50%);
}
.columns-svg-wrapper.position-center {
	top: 50%;
	transform: translate(-50%, -50%);
}
.columns-svg-wrapper.position-bottom {
	bottom: 0;
	top: auto;
	transform: translateX(-50%);
}
/* Blend mode variants */
.blend-mode-normal.columns-svg-wrapper {
	mix-blend-mode: normal;
}
.blend-mode-multiply.columns-svg-wrapper {
	mix-blend-mode: multiply;
}
.blend-mode-screen.columns-svg-wrapper {
	mix-blend-mode: screen;
}
.blend-mode-overlay.columns-svg-wrapper {
	mix-blend-mode: overlay;
}
.blend-mode-darken.columns-svg-wrapper {
	mix-blend-mode: darken;
}
.blend-mode-lighten.columns-svg-wrapper {
	mix-blend-mode: lighten;
}
.blend-mode-color-dodge.columns-svg-wrapper {
	mix-blend-mode: color-dodge;
}
.blend-mode-color-burn.columns-svg-wrapper {
	mix-blend-mode: color-burn;
}
.blend-mode-hard-light.columns-svg-wrapper {
	mix-blend-mode: hard-light;
}
.blend-mode-soft-light.columns-svg-wrapper {
	mix-blend-mode: soft-light;
}
.blend-mode-difference.columns-svg-wrapper {
	mix-blend-mode: difference;
}
.blend-mode-exclusion .columns-svg-wrapper {
	mix-blend-mode: exclusion;
}
.blend-mode-hue.columns-svg-wrapper {
	mix-blend-mode: hue;
}
.blend-mode-saturation.columns-svg-wrapper {
	mix-blend-mode: saturation;
}
.blend-mode-color.columns-svg-wrapper {
	mix-blend-mode: color;
}
.blend-mode-luminosity.columns-svg-wrapper {
	mix-blend-mode: luminosity;
}
.opacity-100 .columns-svg-wrapper { opacity: 1; }
.opacity-90 .columns-svg-wrapper  { opacity: 0.9; }
.opacity-80 .columns-svg-wrapper  { opacity: 0.8; }
.opacity-70 .columns-svg-wrapper  { opacity: 0.7; }
.opacity-60 .columns-svg-wrapper  { opacity: 0.6; }
.opacity-50 .columns-svg-wrapper  { opacity: 0.5; }
.opacity-40 .columns-svg-wrapper  { opacity: 0.4; }
.opacity-30 .columns-svg-wrapper  { opacity: 0.3; }
.opacity-20 .columns-svg-wrapper  { opacity: 0.2; }
.opacity-10 .columns-svg-wrapper  { opacity: 0.1; }
.wp-block-columns.gap-0 { gap: 0; }
.wp-block-columns.gap-10 { gap: 10px; }
.wp-block-columns.gap-20 { gap: 20px; }
.wp-block-columns.gap-30 { gap: 30px; }
.wp-block-columns.gap-40 { gap: 40px; }
.wp-block-columns.gap-50 { gap: 50px; }
.wp-block-columns.gap-60 { gap: 60px; }
.wp-block-columns.gap-70 { gap: 70px; }
.wp-block-columns.gap-80 { gap: 80px; }
.wp-block-columns.gap-90 { gap: 90px; }
.wp-block-columns.gap-100 { gap: 100px; }
/* Make sure container uses flex correctly */
.wp-block-columns.stats {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	align-items: stretch;
}
/* Stretch the columns */
.wp-block-columns.stats > .wp-block-column {
	display: flex;
	flex-direction: column;
}
/* Let the statement block stretch to fill the column */
.wp-block-columns.stats .statements-block {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between; /* optional: balances icon and text */
    margin-bottom:30px;
}
.columns-svg-wrapper {
	color: var(--white); /* Default SVG fill */
}
/* === FORCE ALL SVG ELEMENTS TO INHERIT COLOUR === */
/* === SVG COLOUR MODIFIERS === */
.wp-block-columns.svg-colour-white .curve-lines g { fill: var(--white); }
.wp-block-columns.svg-colour-black .curve-lines  g  {  fill: var(--black); }
.wp-block-columns.svg-colour-grey .curve-lines  g   {  fill: var(--light-grey); }
.wp-block-columns.svg-colour-teal .curve-lines  g   {  fill: var(--teal); }
.wp-block-columns.svg-colour-blue  .curve-lines g   {  fill: var(--g-teal-1b); }
.wp-block-columns.svg-colour-dark-grey .curve-lines g {  fill: var(--dark-grey); }
.wp-block-columns.svg-colour-light-grey .curve-lines g {  fill: var(--light-grey); }
.wp-block-columns.svg-colour-green  .curve-lines  g {  fill: var(--g-green-1b); }
.wp-block-columns.svg-colour-burgundy .curve-lines g { fill: var(--g-red-1b); }
.wp-block-columns.svg-colour-grey2  .curve-lines  g {  fill: var(--g-grey-1b); }
.wp-block-columns.svg-colour-red   .curve-lines    g {  fill: var(--red); }
.wp-block-columns.svg-colour-mid-grey .curve-lines g {  fill: var(--mid-grey); }
/******* COLUMNS SVG ENDS ************/
/******* SLIDERS STARTS ************/
.slider-gallery-block .swiper-slide {
    border-top: 1px solid;
    border-image-slice: 1;
    border-width: 1px;
    border-image-source: radial-gradient(rgba(255, 255, 255, .1882352941) 60%, rgba(186, 162, 246, .1450980392) 90%, rgba(186, 162, 246, 0) 95%);
}
.logo-swiper .swiper-wrapper {
    transition-timing-function: linear !important;
}
/******* SLIDERS ENDS ************/
/******* TEXT OVER IMAGE BLOCK STARTS ************/
.text-over-image {
	display: flex;
	align-items: center;
	position: relative;
	overflow: hidden;
	border-radius: 12px;
	height: 400px;
}
.text-over-image .container {
	flex: 1;
	height: 100%;
	overflow: hidden;
	border-radius: 12px;
}
.text-over-image .container img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	border-radius: 12px;    
}
.text-over-image .blob-inner {
	background-color: rgba(0, 0, 0, 0.6); 
	padding: 30px;
	border-radius: 12px;
	max-width: 40%;
	margin: 0 5%;
	position: absolute;
	top: 35%;
	transform: translateY(-50%);
}
.wp-block-button__link {
    border-radius: 999px; 
    padding: 10px 24px; 
    text-decoration: none;
    display: inline-block;
    width: auto;
}
.text-over-image.align-left .blob-inner {
	left: 0;
}
.text-over-image.align-right .blob-inner {
	right: 0;
}
@media screen and (max-width: 768px) {
	.text-over-image {
		flex-direction: column !important;
		height: auto;
	}

	.text-over-image .blob-inner {
		position: relative;
		top: auto;
		transform: none;
		margin: 20px;
		max-width: 90%;
	}
}
/******* TEXT OVER IMAGE BLOCK ENDS ************/
/******* INTROS STARTS ************/
.intro {
    display: flex;
    gap: 10%;
}
/******* INTROS ENDS ************/
/******* STATEMENTS STARTS ************/
.wp-block-columns.statements {
    display: flex;
    gap: 20px;
}
.statements-block {
    padding: 0 20px;
}
.statements-block h3 {
    font-size: 32px;
    max-width: 50%;
}
@media screen and (max-width: 768px) {
   .statements-block h3 {
        max-width: 100%;
    } 
}
/******* STATEMENTS ENDS ************/
/******* ANIMATING **********/
.animating {
    opacity: 0;
    transform: translate(0, 50px);
    transition: all 1.2s;
}
.animating.in-view {
    opacity: 1;
    transform: translate(0, 0);
}
.animating.in-view.delay1 {
    transition-delay: 300ms;
}
.animating.in-view.delay2 {
    transition-delay: 600ms;
}
.animating.in-view.delay3 {
    transition-delay: 900ms;
}
.animating.in-view.delay4 {
    transition-delay: 1200ms;
}
.animating.in-view.delay5 {
    transition-delay: 1500ms;
}
.animating.in-view.delay6 {
    transition-delay: 1800ms;
}
.animating.in-view.delay7 {
    transition-delay: 2100ms;
}
.animating.in-view.delay8 {
    transition-delay: 2400ms;
}
.animating.in-view.delay9 {
    transition-delay: 2700ms;
}
.animating.in-view.delay10 {
    transition-delay: 3000ms;
}
.animating.in-view.delay11 {
    transition-delay: 3300ms;
}
.animating.in-view.delay12 {
    transition-delay: 3600ms;
}
figure.wp-block-image img, .wp-block-image img {
    border-radius: 12px;
    position: relative;
    display: block;
    width:100%;
}
:where(.wp-block-columns) {
    margin-bottom: 0;
}
.footer-copyright .geo,
.footer-copyright .geo a {
    text-align: right;
    color: #ffffff;
    font-size: 14px;
}
.floating-donate-button:hover {
    background-color: var(--purple);
}
@keyframes pulse {
    0% {
        transform: scale(0.98);
        box-shadow: 0 0 0 0 rgba(244, 78, 50, 0.7);
    }

    70% {
        transform: scale(1.10);
        box-shadow: 0 0 0 10px rgba(244, 78, 50, 0);
    }

    100% {
        transform: scale(0.98);
        box-shadow: 0 0 0 0 rgba(244, 78, 50, 0);
    }
}
/***** PAGE HERO START *****/
.page-hero-block {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.page-hero-block .container {
    position: relative;
    z-index: 2;
}
.content-wrapper {
    position: relative;
    z-index: 3;
}
.page-hero-block-element {
    position: absolute; 
    max-width: 45%;
    top: 10%;
    right: -10%;
    z-index: 0; 
    pointer-events: none; 
}
.media-wrapper {
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 1;
    display: block;
    align-items: center;
    justify-content: center;
    border-radius: 0;
}
.hero-media {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 2;
    border-radius: 0;
    transition: transform 0.6s ease;
}
.hero-media video,
.hero-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
    display: block;
}
.hero-shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
    transition: transform 0.6s ease;
}
/* Background shape animation on scroll (optional JS trigger) */
.page-hero-block.scrolled .hero-shape {
    transform: scaleY(0.7);
}
.page-hero-block.scrolled .hero-media {
    transform: translateY(-80px);
}
/* Background After Layer */
.background-after-layer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 45%;
    z-index: 0;
    background-size: cover;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    transition: all 0.3s ease-in-out;
}
.page-hero-block.scrolled .background-after-layer {
    border-radius: 0;
}
/***** PAGE HERO END *****/
/***** COLUMN CONTENT INNER STARTS *****/
.columns-content .text-inner {
    padding: 5% 7%;
}
.columns-content .text-inner a.wp-block-button__link {
    margin-top: 20px;
}
.columns-content, .image-video-block {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.columns-content::before,
.columns-content::after,
.image-video-block::before,
.image-video-block::after 
{
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50%;
    z-index: 0;
    pointer-events: none;
}
.columns-content::before, .columns-content::after, .image-video-block::before, .image-video-block::after {
    left: 0;
}
.columns-content::before, .image-video-block::before {
    top: 0;
}
.columns-content::after, .image-video-block::after{
    top: 50%;
}
/* -- Background Before -- */
.bg-before-white::before        { background-color: var(--white); }
.bg-before-black::before        { background-color: var(--black); }
.bg-before-dark::before         { background-color: var(--dark); }
.bg-before-blue::before         { background-color: var(--blue); }
.bg-before-buckthorn::before    { background-color: var(--buckthorn); }
.bg-before-polar::before        { background-color: var(--polar); }
.bg-before-coral::before        { background-color: var(--coral); }
.bg-before-moonlight::before    { background-color: var(--moonlight); }
.bg-before-transparent::before  { background-color: transparent; }
/* -- Background After -- */
.bg-after-white::after          { background-color: var(--white); }
.bg-after-black::after          { background-color: var(--black); }
.bg-after-dark::after           { background-color: var(--dark); }
.bg-after-blue::after           { background-color: var(--blue); }
.bg-after-buckthorn::after      { background-color: var(--buckthorn); }
.bg-after-polar::after          { background-color: var(--polar); }
.bg-after-coral::after          { background-color: var(--coral); }
.bg-after-moonlight::after      { background-color: var(--moonlight); }
.bg-after-transparent::after    { background-color: transparent; }
/* -- Optional Gradient Before (if you use ::before for gradients) */
.bg-before-gradient-dark-blue::before           { background-image: var(--gradient-dark-blue); }
.bg-before-gradient-buckthorn-coral::before     { background-image: var(--gradient-buckthorn-coral); }
.bg-before-gradient-polar-moonlight::before     { background-image: var(--gradient-polar-moonlight); }
.bg-before-gradient-coral-dark::before          { background-image: var(--gradient-coral-dark); }
.bg-before-gradient-blue-buckthorn::before      { background-image: var(--gradient-blue-buckthorn); }
/* -- Optional Gradient After */
.bg-after-gradient-dark-blue::after             { background-image: var(--gradient-dark-blue); }
.bg-after-gradient-buckthorn-coral::after       { background-image: var(--gradient-buckthorn-coral); }
.bg-after-gradient-polar-moonlight::after       { background-image: var(--gradient-polar-moonlight); }
.bg-after-gradient-coral-dark::after            { background-image: var(--gradient-coral-dark); }
.bg-after-gradient-blue-buckthorn::after        { background-image: var(--gradient-blue-buckthorn); }
/* Content should be above the pseudo elements */
.columns-content > * {
    position: relative;
    z-index: 1;
}
/***** COLUMN CONTENT INNER END *****/
/***** TICKER STARTS *****/
.tickers-outer {
    overflow: hidden;
    width: 100%;
    position: relative;
}
.ticker {
    width: 200%;
    display: inline-block;
    white-space: nowrap;
    animation: ticker 25s linear infinite;
}
@keyframes ticker {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
}
.scrolling-text {
    font-size: 120px;
    line-height: 125px;
    white-space: nowrap;
    margin: 20px 0;
}
/* Bullet styling */
.bullet {
    margin: 0 20px;
    font-size: 0.6em;
    vertical-align: middle;
    display: inline-block;
    transform: translateY(-0.1em);
}
/* Solid Bullet Colours */
.bullet-white         { color: var(--white); }
.bullet-black         { color: var(--black); }
.bullet-red           { color: var(--red); }
.bullet-dark-grey     { color: var(--dark-grey); }
.bullet-mid-grey      { color: var(--mid-grey); }
.bullet-light-grey    { color: var(--light-grey); }
.bullet-teal          { color: var(--teal); }
.bullet-blue          { color: var(--g-teal-1b); }
.bullet-burgundy      { color: var(--g-red-1b); }
.bullet-green         { color: var(--g-green-1b); }
.bullet-grey-2        { color: var(--g-grey-1b); }
.bullet-teal-light    { color: var(--g-teal-1a); }
.bullet-transparent   { color: transparent; }
/* Solid Text Colours */
.text-white           { color: var(--white); }
.text-black           { color: var(--black); }
.text-red             { color: var(--red); }
.text-dark-grey       { color: var(--dark-grey); }
.text-mid-grey        { color: var(--mid-grey); }
.text-light-grey      { color: var(--light-grey); }
.text-teal            { color: var(--teal); }
.text-blue            { color: var(--g-teal-1b); }
.text-burgundy        { color: var(--g-red-1b); }
.text-green           { color: var(--g-green-1b); }
.text-grey-2          { color: var(--g-grey-1b); }
.text-teal-light      { color: var(--g-teal-1a); }
.text-transparent     { color: transparent; }
/***** TICKER ENDS *****/
@media (min-width: 769px) and (max-width: 900px) {
    #posts-container .col-md-4 {
        flex: 0 0 auto;
        width: 50%;
    }
    .pagination-container .col-md-3,
    .pagination-container .col-md-5 {
        display: none;
    }
    .coloured-block-inner .col-md-6,
    .pagination-container .col-md-4 {
        flex: 0 0 auto;
        width: 100% !important;
    }
    .coloured-block-inner .order-md-2 {
        order: 1 !important;
    }
}
@media (min-width: 901px) and (max-width: 1200px) {
    .wp-block-columns {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}
.unhide-mobile {
    display: none;
}
@media (max-width: 1100px) {
    .header {
        left: 0;
        right: 0;
    }
    .nav-container {
        z-index: 98;
        position: relative;
    }
    .nav-mobile {
        top: 15px;
        right: -10px;
    }
    
    .header {
        position: fixed;
        transition: all 0.3s ease-in-out;
        z-index: 99;
    }
    .brand {
        position: absolute;
        top: 0;
        left: 0;
    }
    #nav-toggle span,
    #nav-toggle span:after,
    #nav-toggle span:before {
        right: 0;
    }
    .nav-mobile {
        display: block;
    }
    .nav-dropdown {
        box-shadow: none;
    }
    nav {
        width: 100%;
        padding: 50px 0 15px;
        min-height: 93px;
    }
    .nav-list {
        display: none;
        flex-direction: column;
        width: 100%;
    }
    .nav-list li {
        float: none;
    }
    .nav-list li a.dropdown-toggle {
        border-bottom: 1px solid var(--turquoise);
        padding: 9px 20px;
        width: 100%;
        margin-bottom: 10px;
    }
    .nav-list li .dropdown-arrow {
        position: absolute;
        right: 0;
        border: 1px solid var(--turquoise);
        top: -1px;
        line-height: 36px;
        height: 40px;
        width: 40px;
        text-align: center;
    }
    ul.nav-dropdown li a {
        padding: 5px 20px !important;
    }
    .nav-list>li.menu-item {
        margin-bottom: 10px;
    }
    .nav-list li a {
        padding: 4px 15px;
        line-height: 20px;
        font-weight: 600;
    }
    .nav-list li ul li a {
        padding-left: 20px;
    }
    .nav-dropdown {
        position: static;
        display: none;
    }

}
@media (min-width: 1301px) {
    .nav-list {
        display: flex !important;
    }
}
@media only screen and (max-width: 900px) {
    .front-hero-block {
        padding-top: 170px !important;
    }
    .wp-block-columns.padding-bottom-60 {
        padding-bottom: 0px !important;
        padding-top: 0px !important;
        
    }
    .wp-block-columns.padding-bottom-60.gap-40 {
        gap: 0;
    }
    .coloured-block-inner img {
        height: 200px!important;
    }
    .coloured-content-inner .degular-regular.has-polar-color{
        font-size: 18px !important;
    }
    .copyright {
        text-align: center;
    }
    footer h2 {
        font-size: 42px;
    }
    #gf_1 {
        padding-top: 70px;
    }
    .menu-footer-main-menu-container {
        margin-top: 40px;
    }
    .menu-footer-policies-menu-container {
        text-align: center;
        margin: 15px 0;
    }
    .testimonial-text {
        font-size: 18px!important;
    }
    .testimonial-content {
        max-width: 90%;
    }
    .wc-block-components-address-card {
        display: block !important
    }
    .page-hero-block {
        padding-top: 120px;
    }
    .page-hero-block,
    .front-hero-block, 
    .course-list-wrapper, .wc-block-checkout.container, .wp-block-woocommerce-cart.container, .woocommerce-account .woocommerce {
        padding-left: 20px;
        padding-right:20px;
    }
    .single-course-inner-footer {
        padding-left: 10px;
        padding-right:10px;
    }
    .upsell-products {
        padding-top: 50px;
        margin-bottom: 40px   
    }
    .what-you-will-learn, .course-details-block.py-5 {
        padding:0!important ;
    }
    .learn-topic-inner {
        margin-bottom: 20px;
    }
    .single-course-wrapper {
        padding: 0;
        margin-top: 90px;
    }
    .single-course-base-content {
        padding: 0; 
    }
    .single-course-base-content h1.product_title {
        font-size: 32px;
        margin-top:30px !important;
    }
    .front-hero-block h1 {
        font-size: 36px !important;
    }
    .front-hero-block .inter {
        font-size: 18px!important;
        line-height: 1;
    }
    #tbi-logo {
        padding: 5px 0;
    }
    
    #footer,
    .block-titlebar-text-only,
    .coloured-block,
    .columns-text-block,
    .events-grid-block,
    .large-hero,
    .news-featured,
    .overlay-content,
    .posts-grid-block,
    .related-events,
    .related-posts,
    .subscription-block,
    .wp-block-columns {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .align-right,
    .pagination-container {
        text-align: center !important;
    }

    .unhide-mobile {
        display: block;
    }
}
@media only screen and (max-width: 900px) { 
    .nav-extra {
        display:none;
    }
    #menu-main-navigation {
        margin-top: 75px;
        
    }
}
/*!
 * Bootstrap Grid v5.0.2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.g-0,
.gy-0,
.row {
    --bs-gutter-y: 0;
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl,
.woo-container .wp-block-column {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.125rem);
    padding-left: var(--bs-gutter-x, 0.125rem);
    margin-right: auto;
    margin-left: auto;
}
.row {
    --bs-gutter-x: 1.5rem;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -0.5);
    margin-left: calc(var(--bs-gutter-x) * -0.5);
}
.row > * {
    box-sizing: border-box;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
}
.col {
    flex: 1 0 0%;
}
.col-auto,
.row-cols-auto > * {
    flex: 0 0 auto;
    width: auto;
}
.col-12,
.row-cols-1 > * {
    flex: 0 0 auto;
    width: 100%;
}
.col-6,
.row-cols-2 > * {
    flex: 0 0 auto;
    width: 50%;
}
.row-cols-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
}
.col-3,
.row-cols-4 > * {
    flex: 0 0 auto;
    width: 25%;
}
.row-cols-5 > * {
    flex: 0 0 auto;
    width: 20%;
}
.row-cols-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
}
.col-1,
.col-2 {
    flex: 0 0 auto;
}
.col-1 {
    width: 8.33333333%;
}
.col-2 {
    width: 16.66666667%;
}
.col-4,
.col-5 {
    flex: 0 0 auto;
}
.col-4 {
    width: 33.33333333%;
}
.col-5 {
    width: 41.66666667%;
}
.col-7,
.col-8 {
    flex: 0 0 auto;
}
.col-7 {
    width: 58.33333333%;
}
.col-8 {
    width: 66.66666667%;
}
.col-9 {
    flex: 0 0 auto;
    width: 75%;
}
.col-10,
.col-11 {
    flex: 0 0 auto;
    width: 83.33333333%;
}
.col-11 {
    width: 91.66666667%;
}
.offset-1 {
    margin-left: 8.33333333%;
}
.offset-2 {
    margin-left: 16.66666667%;
}
.offset-3 {
    margin-left: 25%;
}
.offset-4 {
    margin-left: 33.33333333%;
}
.offset-5 {
    margin-left: 41.66666667%;
}
.offset-6 {
    margin-left: 50%;
}
.offset-7 {
    margin-left: 58.33333333%;
}
.offset-8 {
    margin-left: 66.66666667%;
}
.offset-9 {
    margin-left: 75%;
}
.offset-10 {
    margin-left: 83.33333333%;
}
.offset-11 {
    margin-left: 91.66666667%;
}
.g-0,
.gx-0 {
    --bs-gutter-x: 0;
}
.g-1,
.gx-1 {
    --bs-gutter-x: 0.25rem;
}
.g-1,
.gy-1 {
    --bs-gutter-y: 0.25rem;
}
.g-2,
.gx-2 {
    --bs-gutter-x: 0.5rem;
}
.g-2,
.gy-2 {
    --bs-gutter-y: 0.5rem;
}
.g-3,
.gx-3 {
    --bs-gutter-x: 1rem;
}
.g-3,
.gy-3 {
    --bs-gutter-y: 1rem;
}
.g-4,
.gx-4 {
    --bs-gutter-x: 1.5rem;
}
.g-4,
.gy-4 {
    --bs-gutter-y: 1.5rem;
}
.g-5,
.gx-5 {
    --bs-gutter-x: 3rem;
}
.g-5,
.gy-5 {
    --bs-gutter-y: 3rem;
}
.d-inline {
    display: inline !important;
}
.d-inline-block {
    display: inline-block !important;
}
.d-block {
    display: block !important;
}
.d-grid {
    display: grid !important;
}
.d-table {
    display: table !important;
}
.d-table-row {
    display: table-row !important;
}
.d-table-cell {
    display: table-cell !important;
}
.d-flex {
    display: flex !important;
}
.d-inline-flex {
    display: inline-flex !important;
}
.d-none {
    display: none !important;
}
.flex-fill {
    flex: 1 1 auto !important;
}
.flex-row {
    flex-direction: row !important;
}
.flex-column {
    flex-direction: column !important;
}
.flex-row-reverse {
    flex-direction: row-reverse !important;
}
.flex-column-reverse {
    flex-direction: column-reverse !important;
}
.flex-grow-0 {
    flex-grow: 0 !important;
}
.flex-grow-1 {
    flex-grow: 1 !important;
}
.flex-shrink-0 {
    flex-shrink: 0 !important;
}
.flex-shrink-1 {
    flex-shrink: 1 !important;
}
.flex-wrap {
    flex-wrap: wrap !important;
}
.flex-nowrap {
    flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}
.justify-content-start {
    justify-content: flex-start !important;
}
.justify-content-end {
    justify-content: flex-end !important;
}
.justify-content-center {
    justify-content: center !important;
}
.justify-content-between {
    justify-content: space-between !important;
}
.justify-content-around {
    justify-content: space-around !important;
}
.justify-content-evenly {
    justify-content: space-evenly !important;
}
.align-items-start {
    align-items: flex-start !important;
}
.align-items-end {
    align-items: flex-end !important;
}
.align-items-center {
    align-items: center !important;
}
.align-items-baseline {
    align-items: baseline !important;
}
.align-items-stretch {
    align-items: stretch !important;
}
.align-content-start {
    align-content: flex-start !important;
}
.align-content-end {
    align-content: flex-end !important;
}
.align-content-center {
    align-content: center !important;
}
.align-content-between {
    align-content: space-between !important;
}
.align-content-around {
    align-content: space-around !important;
}
.align-content-stretch {
    align-content: stretch !important;
}
.align-self-auto {
    align-self: auto !important;
}
.align-self-start {
    align-self: flex-start !important;
}
.align-self-end {
    align-self: flex-end !important;
}
.align-self-center {
    align-self: center !important;
}
.align-self-baseline {
    align-self: baseline !important;
}
.align-self-stretch {
    align-self: stretch !important;
}
.order-first {
    order: -1 !important;
}
.order-0 {
    order: 0 !important;
}
.order-1 {
    order: 1 !important;
}
.order-2 {
    order: 2 !important;
}
.order-3 {
    order: 3 !important;
}
.order-4 {
    order: 4 !important;
}
.order-5 {
    order: 5 !important;
}
.order-last {
    order: 6 !important;
}
.m-0 {
    margin: 0 !important;
}
.m-1 {
    margin: 0.25rem !important;
}
.m-2 {
    margin: 0.5rem !important;
}
.m-3 {
    margin: 1rem !important;
}
.m-4 {
    margin: 1.5rem !important;
}
.m-5 {
    margin: 3rem !important;
}
.m-auto {
    margin: auto !important;
}
.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}
.mx-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
}
.mx-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
}
.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}
.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
}
.mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
}
.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}
.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}
.my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}
.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}
.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}
.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}
.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}
.mt-0 {
    margin-top: 0 !important;
}
.mt-1 {
    margin-top: 0.25rem !important;
}
.mt-2 {
    margin-top: 0.5rem !important;
}
.mt-3 {
    margin-top: 1rem !important;
}
.mt-4 {
    margin-top: 1.5rem !important;
}
.mt-5 {
    margin-top: 3rem !important;
}
.mt-auto {
    margin-top: auto !important;
}
.me-0 {
    margin-right: 0 !important;
}
.me-1 {
    margin-right: 0.25rem !important;
}
.me-2 {
    margin-right: 0.5rem !important;
}
.me-3 {
    margin-right: 1rem !important;
}
.me-4 {
    margin-right: 1.5rem !important;
}
.me-5 {
    margin-right: 3rem !important;
}
.me-auto {
    margin-right: auto !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.mb-1 {
    margin-bottom: 0.25rem !important;
}
.mb-2 {
    margin-bottom: 0.5rem !important;
}
.mb-3 {
    margin-bottom: 1rem !important;
}
.mb-4 {
    margin-bottom: 1.5rem !important;
}
.mb-5 {
    margin-bottom: 3rem !important;
}
.mb-auto {
    margin-bottom: auto !important;
}
.ms-0 {
    margin-left: 0 !important;
}
.ms-1 {
    margin-left: 0.25rem !important;
}
.ms-2 {
    margin-left: 0.5rem !important;
}
.ms-3 {
    margin-left: 1rem !important;
}
.ms-4 {
    margin-left: 1.5rem !important;
}
.ms-5 {
    margin-left: 3rem !important;
}
.ms-auto {
    margin-left: auto !important;
}
.p-0 {
    padding: 0 !important;
}
.p-1 {
    padding: 0.25rem !important;
}
.p-2 {
    padding: 0.5rem !important;
}
.p-3 {
    padding: 1rem !important;
}
.p-4 {
    padding: 1.5rem !important;
}
.p-5 {
    padding: 3rem !important;
}
.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.px-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
}
.px-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
}
.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}
.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}
.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}
.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}
.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}
.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}
.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}
.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}
.pt-0 {
    padding-top: 0 !important;
}
.pt-1 {
    padding-top: 0.25rem !important;
}
.pt-2 {
    padding-top: 0.5rem !important;
}
.pt-3 {
    padding-top: 1rem !important;
}
.pt-4 {
    padding-top: 1.5rem !important;
}
.pt-5 {
    padding-top: 3rem !important;
}
.pe-0 {
    padding-right: 0 !important;
}
.pe-1 {
    padding-right: 0.25rem !important;
}
.pe-2 {
    padding-right: 0.5rem !important;
}
.pe-3 {
    padding-right: 1rem !important;
}
.pe-4 {
    padding-right: 1.5rem !important;
}
.pe-5 {
    padding-right: 3rem !important;
}
.pb-0 {
    padding-bottom: 0 !important;
}
.pb-1 {
    padding-bottom: 0.25rem !important;
}
.pb-2 {
    padding-bottom: 0.5rem !important;
}
.pb-3 {
    padding-bottom: 1rem !important;
}
.pb-4 {
    padding-bottom: 1.5rem !important;
}
.pb-5 {
    padding-bottom: 3rem !important;
}
.ps-0 {
    padding-left: 0 !important;
}
.ps-1 {
    padding-left: 0.25rem !important;
}
.ps-2 {
    padding-left: 0.5rem !important;
}
.ps-3 {
    padding-left: 1rem !important;
}
.ps-4 {
    padding-left: 1.5rem !important;
}
.ps-5 {
    padding-left: 3rem !important;
}
@media (min-width: 576px) {
    .container, .woo-container .wp-block-column,
    .container-sm {
        max-width: 540px;
    }
    .col-sm {
        flex: 1 0 0%;
    }
    .col-sm-auto,
    .row-cols-sm-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .col-sm-12,
    .row-cols-sm-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .col-sm-6,
    .row-cols-sm-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-sm-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .col-sm-3,
    .row-cols-sm-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-sm-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .col-sm-1,
    .row-cols-sm-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
    .col-sm-2,
    .col-sm-4 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-5,
    .col-sm-7 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-8,
    .col-sm-9 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-10,
    .col-sm-11 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.33333333%;
    }
    .offset-sm-2 {
        margin-left: 16.66666667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.33333333%;
    }
    .offset-sm-5 {
        margin-left: 41.66666667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.33333333%;
    }
    .offset-sm-8 {
        margin-left: 66.66666667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.33333333%;
    }
    .offset-sm-11 {
        margin-left: 91.66666667%;
    }
    .g-sm-0,
    .gx-sm-0 {
        --bs-gutter-x: 0;
    }
    .g-sm-0,
    .gy-sm-0 {
        --bs-gutter-y: 0;
    }
    .g-sm-1,
    .gx-sm-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-sm-1,
    .gy-sm-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-sm-2,
    .gx-sm-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-sm-2,
    .gy-sm-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-sm-3,
    .gx-sm-3 {
        --bs-gutter-x: 1rem;
    }
    .g-sm-3,
    .gy-sm-3 {
        --bs-gutter-y: 1rem;
    }
    .g-sm-4,
    .gx-sm-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-sm-4,
    .gy-sm-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-sm-5,
    .gx-sm-5 {
        --bs-gutter-x: 3rem;
    }
    .g-sm-5,
    .gy-sm-5 {
        --bs-gutter-y: 3rem;
    }
    .d-sm-inline {
        display: inline !important;
    }
    .d-sm-inline-block {
        display: inline-block !important;
    }
    .d-sm-block {
        display: block !important;
    }
    .d-sm-grid {
        display: grid !important;
    }
    .d-sm-table {
        display: table !important;
    }
    .d-sm-table-row {
        display: table-row !important;
    }
    .d-sm-table-cell {
        display: table-cell !important;
    }
    .d-sm-flex {
        display: flex !important;
    }
    .d-sm-inline-flex {
        display: inline-flex !important;
    }
    .d-sm-none {
        display: none !important;
    }
    .flex-sm-fill {
        flex: 1 1 auto !important;
    }
    .flex-sm-row {
        flex-direction: row !important;
    }
    .flex-sm-column {
        flex-direction: column !important;
    }
    .flex-sm-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-sm-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-sm-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-sm-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-sm-shrink-1 {
        flex-shrink: 1 !important;
    }
    .flex-sm-wrap {
        flex-wrap: wrap !important;
    }
    .flex-sm-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-sm-start {
        justify-content: flex-start !important;
    }
    .justify-content-sm-end {
        justify-content: flex-end !important;
    }
    .justify-content-sm-center {
        justify-content: center !important;
    }
    .justify-content-sm-between {
        justify-content: space-between !important;
    }
    .justify-content-sm-around {
        justify-content: space-around !important;
    }
    .justify-content-sm-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-sm-start {
        align-items: flex-start !important;
    }
    .align-items-sm-end {
        align-items: flex-end !important;
    }
    .align-items-sm-center {
        align-items: center !important;
    }
    .align-items-sm-baseline {
        align-items: baseline !important;
    }
    .align-items-sm-stretch {
        align-items: stretch !important;
    }
    .align-content-sm-start {
        align-content: flex-start !important;
    }
    .align-content-sm-end {
        align-content: flex-end !important;
    }
    .align-content-sm-center {
        align-content: center !important;
    }
    .align-content-sm-between {
        align-content: space-between !important;
    }
    .align-content-sm-around {
        align-content: space-around !important;
    }
    .align-content-sm-stretch {
        align-content: stretch !important;
    }
    .align-self-sm-auto {
        align-self: auto !important;
    }
    .align-self-sm-start {
        align-self: flex-start !important;
    }
    .align-self-sm-end {
        align-self: flex-end !important;
    }
    .align-self-sm-center {
        align-self: center !important;
    }
    .align-self-sm-baseline {
        align-self: baseline !important;
    }
    .align-self-sm-stretch {
        align-self: stretch !important;
    }
    .order-sm-first {
        order: -1 !important;
    }
    .order-sm-0 {
        order: 0 !important;
    }
    .order-sm-1 {
        order: 1 !important;
    }
    .order-sm-2 {
        order: 2 !important;
    }
    .order-sm-3 {
        order: 3 !important;
    }
    .order-sm-4 {
        order: 4 !important;
    }
    .order-sm-5 {
        order: 5 !important;
    }
    .order-sm-last {
        order: 6 !important;
    }
    .m-sm-0 {
        margin: 0 !important;
    }
    .m-sm-1 {
        margin: 0.25rem !important;
    }
    .m-sm-2 {
        margin: 0.5rem !important;
    }
    .m-sm-3 {
        margin: 1rem !important;
    }
    .m-sm-4 {
        margin: 1.5rem !important;
    }
    .m-sm-5 {
        margin: 3rem !important;
    }
    .m-sm-auto {
        margin: auto !important;
    }
    .mx-sm-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-sm-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .mx-sm-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .mx-sm-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-sm-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-sm-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .mx-sm-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-sm-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .my-sm-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .my-sm-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-sm-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-sm-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-sm-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-sm-0 {
        margin-top: 0 !important;
    }
    .mt-sm-1 {
        margin-top: 0.25rem !important;
    }
    .mt-sm-2 {
        margin-top: 0.5rem !important;
    }
    .mt-sm-3 {
        margin-top: 1rem !important;
    }
    .mt-sm-4 {
        margin-top: 1.5rem !important;
    }
    .mt-sm-5 {
        margin-top: 3rem !important;
    }
    .mt-sm-auto {
        margin-top: auto !important;
    }
    .me-sm-0 {
        margin-right: 0 !important;
    }
    .me-sm-1 {
        margin-right: 0.25rem !important;
    }
    .me-sm-2 {
        margin-right: 0.5rem !important;
    }
    .me-sm-3 {
        margin-right: 1rem !important;
    }
    .me-sm-4 {
        margin-right: 1.5rem !important;
    }
    .me-sm-5 {
        margin-right: 3rem !important;
    }
    .me-sm-auto {
        margin-right: auto !important;
    }
    .mb-sm-0 {
        margin-bottom: 0 !important;
    }
    .mb-sm-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-sm-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-sm-3 {
        margin-bottom: 1rem !important;
    }
    .mb-sm-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-sm-5 {
        margin-bottom: 3rem !important;
    }
    .mb-sm-auto {
        margin-bottom: auto !important;
    }
    .ms-sm-0 {
        margin-left: 0 !important;
    }
    .ms-sm-1 {
        margin-left: 0.25rem !important;
    }
    .ms-sm-2 {
        margin-left: 0.5rem !important;
    }
    .ms-sm-3 {
        margin-left: 1rem !important;
    }
    .ms-sm-4 {
        margin-left: 1.5rem !important;
    }
    .ms-sm-5 {
        margin-left: 3rem !important;
    }
    .ms-sm-auto {
        margin-left: auto !important;
    }
    .p-sm-0 {
        padding: 0 !important;
    }
    .p-sm-1 {
        padding: 0.25rem !important;
    }
    .p-sm-2 {
        padding: 0.5rem !important;
    }
    .p-sm-3 {
        padding: 1rem !important;
    }
    .p-sm-4 {
        padding: 1.5rem !important;
    }
    .p-sm-5 {
        padding: 3rem !important;
    }
    .px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-sm-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .px-sm-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .px-sm-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-sm-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-sm-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-sm-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .py-sm-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .py-sm-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-sm-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-sm-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .pt-sm-0 {
        padding-top: 0 !important;
    }
    .pt-sm-1 {
        padding-top: 0.25rem !important;
    }
    .pt-sm-2 {
        padding-top: 0.5rem !important;
    }
    .pt-sm-3 {
        padding-top: 1rem !important;
    }
    .pt-sm-4 {
        padding-top: 1.5rem !important;
    }
    .pt-sm-5 {
        padding-top: 3rem !important;
    }
    .pe-sm-0 {
        padding-right: 0 !important;
    }
    .pe-sm-1 {
        padding-right: 0.25rem !important;
    }
    .pe-sm-2 {
        padding-right: 0.5rem !important;
    }
    .pe-sm-3 {
        padding-right: 1rem !important;
    }
    .pe-sm-4 {
        padding-right: 1.5rem !important;
    }
    .pe-sm-5 {
        padding-right: 3rem !important;
    }
    .pb-sm-0 {
        padding-bottom: 0 !important;
    }
    .pb-sm-1 {
        padding-bottom: 0.25rem !important;
    }
    .pb-sm-2 {
        padding-bottom: 0.5rem !important;
    }
    .pb-sm-3 {
        padding-bottom: 1rem !important;
    }
    .pb-sm-4 {
        padding-bottom: 1.5rem !important;
    }
    .pb-sm-5 {
        padding-bottom: 3rem !important;
    }
    .ps-sm-0 {
        padding-left: 0 !important;
    }
    .ps-sm-1 {
        padding-left: 0.25rem !important;
    }
    .ps-sm-2 {
        padding-left: 0.5rem !important;
    }
    .ps-sm-3 {
        padding-left: 1rem !important;
    }
    .ps-sm-4 {
        padding-left: 1.5rem !important;
    }
    .ps-sm-5 {
        padding-left: 3rem !important;
    }
}
@media (min-width: 768px) {
    .container, .woo-container .wp-block-column,
    .container-md,
    .container-sm {
        max-width: 720px;
    }
    .col-md {
        flex: 1 0 0%;
    }
    .col-md-auto,
    .row-cols-md-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .col-md-12,
    .row-cols-md-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .col-md-6,
    .row-cols-md-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-md-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .col-md-3,
    .row-cols-md-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-md-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .col-md-1,
    .row-cols-md-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
    .col-md-2,
    .col-md-4 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-5,
    .col-md-7 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-8,
    .col-md-9 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-10,
    .col-md-11 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.33333333%;
    }
    .offset-md-2 {
        margin-left: 16.66666667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.33333333%;
    }
    .offset-md-5 {
        margin-left: 41.66666667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.33333333%;
    }
    .offset-md-8 {
        margin-left: 66.66666667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.33333333%;
    }
    .offset-md-11 {
        margin-left: 91.66666667%;
    }
    .g-md-0,
    .gx-md-0 {
        --bs-gutter-x: 0;
    }
    .g-md-0,
    .gy-md-0 {
        --bs-gutter-y: 0;
    }
    .g-md-1,
    .gx-md-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-md-1,
    .gy-md-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-md-2,
    .gx-md-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-md-2,
    .gy-md-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-md-3,
    .gx-md-3 {
        --bs-gutter-x: 1rem;
    }
    .g-md-3,
    .gy-md-3 {
        --bs-gutter-y: 1rem;
    }
    .g-md-4,
    .gx-md-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-md-4,
    .gy-md-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-md-5,
    .gx-md-5 {
        --bs-gutter-x: 3rem;
    }
    .g-md-5,
    .gy-md-5 {
        --bs-gutter-y: 3rem;
    }
    .d-md-inline {
        display: inline !important;
    }
    .d-md-inline-block {
        display: inline-block !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-grid {
        display: grid !important;
    }
    .d-md-table {
        display: table !important;
    }
    .d-md-table-row {
        display: table-row !important;
    }
    .d-md-table-cell {
        display: table-cell !important;
    }
    .d-md-flex {
        display: flex !important;
    }
    .d-md-inline-flex {
        display: inline-flex !important;
    }
    .d-md-none {
        display: none !important;
    }
    .flex-md-fill {
        flex: 1 1 auto !important;
    }
    .flex-md-row {
        flex-direction: row !important;
    }
    .flex-md-column {
        flex-direction: column !important;
    }
    .flex-md-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-md-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-md-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-md-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-md-shrink-1 {
        flex-shrink: 1 !important;
    }
    .flex-md-wrap {
        flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-md-start {
        justify-content: flex-start !important;
    }
    .justify-content-md-end {
        justify-content: flex-end !important;
    }
    .justify-content-md-center {
        justify-content: center !important;
    }
    .justify-content-md-between {
        justify-content: space-between !important;
    }
    .justify-content-md-around {
        justify-content: space-around !important;
    }
    .justify-content-md-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-md-start {
        align-items: flex-start !important;
    }
    .align-items-md-end {
        align-items: flex-end !important;
    }
    .align-items-md-center {
        align-items: center !important;
    }
    .align-items-md-baseline {
        align-items: baseline !important;
    }
    .align-items-md-stretch {
        align-items: stretch !important;
    }
    .align-content-md-start {
        align-content: flex-start !important;
    }
    .align-content-md-end {
        align-content: flex-end !important;
    }
    .align-content-md-center {
        align-content: center !important;
    }
    .align-content-md-between {
        align-content: space-between !important;
    }
    .align-content-md-around {
        align-content: space-around !important;
    }
    .align-content-md-stretch {
        align-content: stretch !important;
    }
    .align-self-md-auto {
        align-self: auto !important;
    }
    .align-self-md-start {
        align-self: flex-start !important;
    }
    .align-self-md-end {
        align-self: flex-end !important;
    }
    .align-self-md-center {
        align-self: center !important;
    }
    .align-self-md-baseline {
        align-self: baseline !important;
    }
    .align-self-md-stretch {
        align-self: stretch !important;
    }
    .order-md-first {
        order: -1 !important;
    }
    .order-md-0 {
        order: 0 !important;
    }
    .order-md-1 {
        order: 1 !important;
    }
    .order-md-2 {
        order: 2 !important;
    }
    .order-md-3 {
        order: 3 !important;
    }
    .order-md-4 {
        order: 4 !important;
    }
    .order-md-5 {
        order: 5 !important;
    }
    .order-md-last {
        order: 6 !important;
    }
    .m-md-0 {
        margin: 0 !important;
    }
    .m-md-1 {
        margin: 0.25rem !important;
    }
    .m-md-2 {
        margin: 0.5rem !important;
    }
    .m-md-3 {
        margin: 1rem !important;
    }
    .m-md-4 {
        margin: 1.5rem !important;
    }
    .m-md-5 {
        margin: 3rem !important;
    }
    .m-md-auto {
        margin: auto !important;
    }
    .mx-md-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-md-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .mx-md-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .mx-md-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-md-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-md-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .mx-md-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-md-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .my-md-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .my-md-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-md-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-md-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-md-0 {
        margin-top: 0 !important;
    }
    .mt-md-1 {
        margin-top: 0.25rem !important;
    }
    .mt-md-2 {
        margin-top: 0.5rem !important;
    }
    .mt-md-3 {
        margin-top: 1rem !important;
    }
    .mt-md-4 {
        margin-top: 1.5rem !important;
    }
    .mt-md-5 {
        margin-top: 3rem !important;
    }
    .mt-md-auto {
        margin-top: auto !important;
    }
    .me-md-0 {
        margin-right: 0 !important;
    }
    .me-md-1 {
        margin-right: 0.25rem !important;
    }
    .me-md-2 {
        margin-right: 0.5rem !important;
    }
    .me-md-3 {
        margin-right: 1rem !important;
    }
    .me-md-4 {
        margin-right: 1.5rem !important;
    }
    .me-md-5 {
        margin-right: 3rem !important;
    }
    .me-md-auto {
        margin-right: auto !important;
    }
    .mb-md-0 {
        margin-bottom: 0 !important;
    }
    .mb-md-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-md-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-md-3 {
        margin-bottom: 1rem !important;
    }
    .mb-md-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-md-5 {
        margin-bottom: 3rem !important;
    }
    .mb-md-auto {
        margin-bottom: auto !important;
    }
    .ms-md-0 {
        margin-left: 0 !important;
    }
    .ms-md-1 {
        margin-left: 0.25rem !important;
    }
    .ms-md-2 {
        margin-left: 0.5rem !important;
    }
    .ms-md-3 {
        margin-left: 1rem !important;
    }
    .ms-md-4 {
        margin-left: 1.5rem !important;
    }
    .ms-md-5 {
        margin-left: 3rem !important;
    }
    .ms-md-auto {
        margin-left: auto !important;
    }
    .p-md-0 {
        padding: 0 !important;
    }
    .p-md-1 {
        padding: 0.25rem !important;
    }
    .p-md-2 {
        padding: 0.5rem !important;
    }
    .p-md-3 {
        padding: 1rem !important;
    }
    .p-md-4 {
        padding: 1.5rem !important;
    }
    .p-md-5 {
        padding: 3rem !important;
    }
    .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-md-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .px-md-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .px-md-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-md-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-md-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-md-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .py-md-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .py-md-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-md-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-md-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .pt-md-0 {
        padding-top: 0 !important;
    }
    .pt-md-1 {
        padding-top: 0.25rem !important;
    }
    .pt-md-2 {
        padding-top: 0.5rem !important;
    }
    .pt-md-3 {
        padding-top: 1rem !important;
    }
    .pt-md-4 {
        padding-top: 1.5rem !important;
    }
    .pt-md-5 {
        padding-top: 3rem !important;
    }
    .pe-md-0 {
        padding-right: 0 !important;
    }
    .pe-md-1 {
        padding-right: 0.25rem !important;
    }
    .pe-md-2 {
        padding-right: 0.5rem !important;
    }
    .pe-md-3 {
        padding-right: 1rem !important;
    }
    .pe-md-4 {
        padding-right: 1.5rem !important;
    }
    .pe-md-5 {
        padding-right: 3rem !important;
    }
    .pb-md-0 {
        padding-bottom: 0 !important;
    }
    .pb-md-1 {
        padding-bottom: 0.25rem !important;
    }
    .pb-md-2 {
        padding-bottom: 0.5rem !important;
    }
    .pb-md-3 {
        padding-bottom: 1rem !important;
    }
    .pb-md-4 {
        padding-bottom: 1.5rem !important;
    }
    .pb-md-5 {
        padding-bottom: 3rem !important;
    }
    .ps-md-0 {
        padding-left: 0 !important;
    }
    .ps-md-1 {
        padding-left: 0.25rem !important;
    }
    .ps-md-2 {
        padding-left: 0.5rem !important;
    }
    .ps-md-3 {
        padding-left: 1rem !important;
    }
    .ps-md-4 {
        padding-left: 1.5rem !important;
    }
    .ps-md-5 {
        padding-left: 3rem !important;
    }
}
@media (min-width: 992px) {
    .container, .woo-container .wp-block-column,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px;
    }
    .col-lg {
        flex: 1 0 0%;
    }
    .col-lg-auto,
    .row-cols-lg-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .col-lg-12,
    .row-cols-lg-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .col-lg-6,
    .row-cols-lg-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-lg-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .col-lg-3,
    .row-cols-lg-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-lg-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .col-lg-1,
    .row-cols-lg-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .col-lg-1 {
        width: 8.33333333%;
    }
    .col-lg-2,
    .col-lg-4 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-5,
    .col-lg-7 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-lg-7 {
        width: 58.33333333%;
    }
    .col-lg-8,
    .col-lg-9 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-10,
    .col-lg-11 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-lg-11 {
        width: 91.66666667%;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.33333333%;
    }
    .offset-lg-2 {
        margin-left: 16.66666667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.33333333%;
    }
    .offset-lg-5 {
        margin-left: 41.66666667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.33333333%;
    }
    .offset-lg-8 {
        margin-left: 66.66666667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.33333333%;
    }
    .offset-lg-11 {
        margin-left: 91.66666667%;
    }
    .g-lg-0,
    .gx-lg-0 {
        --bs-gutter-x: 0;
    }
    .g-lg-0,
    .gy-lg-0 {
        --bs-gutter-y: 0;
    }
    .g-lg-1,
    .gx-lg-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-lg-1,
    .gy-lg-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-lg-2,
    .gx-lg-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-lg-2,
    .gy-lg-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-lg-3,
    .gx-lg-3 {
        --bs-gutter-x: 1rem;
    }
    .g-lg-3,
    .gy-lg-3 {
        --bs-gutter-y: 1rem;
    }
    .g-lg-4,
    .gx-lg-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-lg-4,
    .gy-lg-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-lg-5,
    .gx-lg-5 {
        --bs-gutter-x: 3rem;
    }
    .g-lg-5,
    .gy-lg-5 {
        --bs-gutter-y: 3rem;
    }
    .d-lg-inline {
        display: inline !important;
    }
    .d-lg-inline-block {
        display: inline-block !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-grid {
        display: grid !important;
    }
    .d-lg-table {
        display: table !important;
    }
    .d-lg-table-row {
        display: table-row !important;
    }
    .d-lg-table-cell {
        display: table-cell !important;
    }
    .d-lg-flex {
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: inline-flex !important;
    }
    .d-lg-none {
        display: none !important;
    }
    .flex-lg-fill {
        flex: 1 1 auto !important;
    }
    .flex-lg-row {
        flex-direction: row !important;
    }
    .flex-lg-column {
        flex-direction: column !important;
    }
    .flex-lg-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-lg-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-lg-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-lg-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-lg-shrink-1 {
        flex-shrink: 1 !important;
    }
    .flex-lg-wrap {
        flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-lg-start {
        justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        justify-content: flex-end !important;
    }
    .justify-content-lg-center {
        justify-content: center !important;
    }
    .justify-content-lg-between {
        justify-content: space-between !important;
    }
    .justify-content-lg-around {
        justify-content: space-around !important;
    }
    .justify-content-lg-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-lg-start {
        align-items: flex-start !important;
    }
    .align-items-lg-end {
        align-items: flex-end !important;
    }
    .align-items-lg-center {
        align-items: center !important;
    }
    .align-items-lg-baseline {
        align-items: baseline !important;
    }
    .align-items-lg-stretch {
        align-items: stretch !important;
    }
    .align-content-lg-start {
        align-content: flex-start !important;
    }
    .align-content-lg-end {
        align-content: flex-end !important;
    }
    .align-content-lg-center {
        align-content: center !important;
    }
    .align-content-lg-between {
        align-content: space-between !important;
    }
    .align-content-lg-around {
        align-content: space-around !important;
    }
    .align-content-lg-stretch {
        align-content: stretch !important;
    }
    .align-self-lg-auto {
        align-self: auto !important;
    }
    .align-self-lg-start {
        align-self: flex-start !important;
    }
    .align-self-lg-end {
        align-self: flex-end !important;
    }
    .align-self-lg-center {
        align-self: center !important;
    }
    .align-self-lg-baseline {
        align-self: baseline !important;
    }
    .align-self-lg-stretch {
        align-self: stretch !important;
    }
    .order-lg-first {
        order: -1 !important;
    }
    .order-lg-0 {
        order: 0 !important;
    }
    .order-lg-1 {
        order: 1 !important;
    }
    .order-lg-2 {
        order: 2 !important;
    }
    .order-lg-3 {
        order: 3 !important;
    }
    .order-lg-4 {
        order: 4 !important;
    }
    .order-lg-5 {
        order: 5 !important;
    }
    .order-lg-last {
        order: 6 !important;
    }
    .m-lg-0 {
        margin: 0 !important;
    }
    .m-lg-1 {
        margin: 0.25rem !important;
    }
    .m-lg-2 {
        margin: 0.5rem !important;
    }
    .m-lg-3 {
        margin: 1rem !important;
    }
    .m-lg-4 {
        margin: 1.5rem !important;
    }
    .m-lg-5 {
        margin: 3rem !important;
    }
    .m-lg-auto {
        margin: auto !important;
    }
    .mx-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-lg-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .mx-lg-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .mx-lg-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-lg-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-lg-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .mx-lg-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-lg-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .my-lg-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .my-lg-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-lg-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-lg-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-lg-0 {
        margin-top: 0 !important;
    }
    .mt-lg-1 {
        margin-top: 0.25rem !important;
    }
    .mt-lg-2 {
        margin-top: 0.5rem !important;
    }
    .mt-lg-3 {
        margin-top: 1rem !important;
    }
    .mt-lg-4 {
        margin-top: 1.5rem !important;
    }
    .mt-lg-5 {
        margin-top: 3rem !important;
    }
    .mt-lg-auto {
        margin-top: auto !important;
    }
    .me-lg-0 {
        margin-right: 0 !important;
    }
    .me-lg-1 {
        margin-right: 0.25rem !important;
    }
    .me-lg-2 {
        margin-right: 0.5rem !important;
    }
    .me-lg-3 {
        margin-right: 1rem !important;
    }
    .me-lg-4 {
        margin-right: 1.5rem !important;
    }
    .me-lg-5 {
        margin-right: 3rem !important;
    }
    .me-lg-auto {
        margin-right: auto !important;
    }
    .mb-lg-0 {
        margin-bottom: 0 !important;
    }
    .mb-lg-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-lg-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-lg-3 {
        margin-bottom: 1rem !important;
    }
    .mb-lg-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-lg-5 {
        margin-bottom: 3rem !important;
    }
    .mb-lg-auto {
        margin-bottom: auto !important;
    }
    .ms-lg-0 {
        margin-left: 0 !important;
    }
    .ms-lg-1 {
        margin-left: 0.25rem !important;
    }
    .ms-lg-2 {
        margin-left: 0.5rem !important;
    }
    .ms-lg-3 {
        margin-left: 1rem !important;
    }
    .ms-lg-4 {
        margin-left: 1.5rem !important;
    }
    .ms-lg-5 {
        margin-left: 3rem !important;
    }
    .ms-lg-auto {
        margin-left: auto !important;
    }
    .p-lg-0 {
        padding: 0 !important;
    }
    .p-lg-1 {
        padding: 0.25rem !important;
    }
    .p-lg-2 {
        padding: 0.5rem !important;
    }
    .p-lg-3 {
        padding: 1rem !important;
    }
    .p-lg-4 {
        padding: 1.5rem !important;
    }
    .p-lg-5 {
        padding: 3rem !important;
    }
    .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-lg-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .px-lg-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .px-lg-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-lg-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-lg-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-lg-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .py-lg-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .py-lg-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-lg-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-lg-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .pt-lg-0 {
        padding-top: 0 !important;
    }
    .pt-lg-1 {
        padding-top: 0.25rem !important;
    }
    .pt-lg-2 {
        padding-top: 0.5rem !important;
    }
    .pt-lg-3 {
        padding-top: 1rem !important;
    }
    .pt-lg-4 {
        padding-top: 1.5rem !important;
    }
    .pt-lg-5 {
        padding-top: 3rem !important;
    }
    .pe-lg-0 {
        padding-right: 0 !important;
    }
    .pe-lg-1 {
        padding-right: 0.25rem !important;
    }
    .pe-lg-2 {
        padding-right: 0.5rem !important;
    }
    .pe-lg-3 {
        padding-right: 1rem !important;
    }
    .pe-lg-4 {
        padding-right: 1.5rem !important;
    }
    .pe-lg-5 {
        padding-right: 3rem !important;
    }
    .pb-lg-0 {
        padding-bottom: 0 !important;
    }
    .pb-lg-1 {
        padding-bottom: 0.25rem !important;
    }
    .pb-lg-2 {
        padding-bottom: 0.5rem !important;
    }
    .pb-lg-3 {
        padding-bottom: 1rem !important;
    }
    .pb-lg-4 {
        padding-bottom: 1.5rem !important;
    }
    .pb-lg-5 {
        padding-bottom: 3rem !important;
    }
    .ps-lg-0 {
        padding-left: 0 !important;
    }
    .ps-lg-1 {
        padding-left: 0.25rem !important;
    }
    .ps-lg-2 {
        padding-left: 0.5rem !important;
    }
    .ps-lg-3 {
        padding-left: 1rem !important;
    }
    .ps-lg-4 {
        padding-left: 1.5rem !important;
    }
    .ps-lg-5 {
        padding-left: 3rem !important;
    }
}
@media (min-width: 1200px) {
    .container, .woo-container .wp-block-column,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px;
    }
    .col-xl {
        flex: 1 0 0%;
    }
    .col-xl-auto,
    .row-cols-xl-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .col-xl-12,
    .row-cols-xl-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .col-xl-6,
    .row-cols-xl-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-xl-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .col-xl-3,
    .row-cols-xl-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-xl-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .col-xl-1,
    .row-cols-xl-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .col-xl-1 {
        width: 8.33333333%;
    }
    .col-xl-2,
    .col-xl-4 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-xl-4 {
        width: 33.33333333%;
    }
    .col-xl-5,
    .col-xl-7 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-xl-7 {
        width: 58.33333333%;
    }
    .col-xl-8,
    .col-xl-9 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-xl-9 {
        width: 75%;
    }
    .col-xl-10,
    .col-xl-11 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-xl-11 {
        width: 91.66666667%;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.33333333%;
    }
    .offset-xl-2 {
        margin-left: 16.66666667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.33333333%;
    }
    .offset-xl-5 {
        margin-left: 41.66666667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.33333333%;
    }
    .offset-xl-8 {
        margin-left: 66.66666667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.33333333%;
    }
    .offset-xl-11 {
        margin-left: 91.66666667%;
    }
    .g-xl-0,
    .gx-xl-0 {
        --bs-gutter-x: 0;
    }
    .g-xl-0,
    .gy-xl-0 {
        --bs-gutter-y: 0;
    }
    .g-xl-1,
    .gx-xl-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-xl-1,
    .gy-xl-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-xl-2,
    .gx-xl-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-xl-2,
    .gy-xl-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-xl-3,
    .gx-xl-3 {
        --bs-gutter-x: 1rem;
    }
    .g-xl-3,
    .gy-xl-3 {
        --bs-gutter-y: 1rem;
    }
    .g-xl-4,
    .gx-xl-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-xl-4,
    .gy-xl-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-xl-5,
    .gx-xl-5 {
        --bs-gutter-x: 3rem;
    }
    .g-xl-5,
    .gy-xl-5 {
        --bs-gutter-y: 3rem;
    }
    .d-xl-inline {
        display: inline !important;
    }
    .d-xl-inline-block {
        display: inline-block !important;
    }
    .d-xl-block {
        display: block !important;
    }
    .d-xl-grid {
        display: grid !important;
    }
    .d-xl-table {
        display: table !important;
    }
    .d-xl-table-row {
        display: table-row !important;
    }
    .d-xl-table-cell {
        display: table-cell !important;
    }
    .d-xl-flex {
        display: flex !important;
    }
    .d-xl-inline-flex {
        display: inline-flex !important;
    }
    .d-xl-none {
        display: none !important;
    }
    .flex-xl-fill {
        flex: 1 1 auto !important;
    }
    .flex-xl-row {
        flex-direction: row !important;
    }
    .flex-xl-column {
        flex-direction: column !important;
    }
    .flex-xl-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-xl-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-xl-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-xl-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-xl-shrink-1 {
        flex-shrink: 1 !important;
    }
    .flex-xl-wrap {
        flex-wrap: wrap !important;
    }
    .flex-xl-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-xl-start {
        justify-content: flex-start !important;
    }
    .justify-content-xl-end {
        justify-content: flex-end !important;
    }
    .justify-content-xl-center {
        justify-content: center !important;
    }
    .justify-content-xl-between {
        justify-content: space-between !important;
    }
    .justify-content-xl-around {
        justify-content: space-around !important;
    }
    .justify-content-xl-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-xl-start {
        align-items: flex-start !important;
    }
    .align-items-xl-end {
        align-items: flex-end !important;
    }
    .align-items-xl-center {
        align-items: center !important;
    }
    .align-items-xl-baseline {
        align-items: baseline !important;
    }
    .align-items-xl-stretch {
        align-items: stretch !important;
    }
    .align-content-xl-start {
        align-content: flex-start !important;
    }
    .align-content-xl-end {
        align-content: flex-end !important;
    }
    .align-content-xl-center {
        align-content: center !important;
    }
    .align-content-xl-between {
        align-content: space-between !important;
    }
    .align-content-xl-around {
        align-content: space-around !important;
    }
    .align-content-xl-stretch {
        align-content: stretch !important;
    }
    .align-self-xl-auto {
        align-self: auto !important;
    }
    .align-self-xl-start {
        align-self: flex-start !important;
    }
    .align-self-xl-end {
        align-self: flex-end !important;
    }
    .align-self-xl-center {
        align-self: center !important;
    }
    .align-self-xl-baseline {
        align-self: baseline !important;
    }
    .align-self-xl-stretch {
        align-self: stretch !important;
    }
    .order-xl-first {
        order: -1 !important;
    }
    .order-xl-0 {
        order: 0 !important;
    }
    .order-xl-1 {
        order: 1 !important;
    }
    .order-xl-2 {
        order: 2 !important;
    }
    .order-xl-3 {
        order: 3 !important;
    }
    .order-xl-4 {
        order: 4 !important;
    }
    .order-xl-5 {
        order: 5 !important;
    }
    .order-xl-last {
        order: 6 !important;
    }
    .m-xl-0 {
        margin: 0 !important;
    }
    .m-xl-1 {
        margin: 0.25rem !important;
    }
    .m-xl-2 {
        margin: 0.5rem !important;
    }
    .m-xl-3 {
        margin: 1rem !important;
    }
    .m-xl-4 {
        margin: 1.5rem !important;
    }
    .m-xl-5 {
        margin: 3rem !important;
    }
    .m-xl-auto {
        margin: auto !important;
    }
    .mx-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-xl-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .mx-xl-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .mx-xl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-xl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-xl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .mx-xl-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-xl-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .my-xl-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .my-xl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-xl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-xl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-xl-0 {
        margin-top: 0 !important;
    }
    .mt-xl-1 {
        margin-top: 0.25rem !important;
    }
    .mt-xl-2 {
        margin-top: 0.5rem !important;
    }
    .mt-xl-3 {
        margin-top: 1rem !important;
    }
    .mt-xl-4 {
        margin-top: 1.5rem !important;
    }
    .mt-xl-5 {
        margin-top: 3rem !important;
    }
    .mt-xl-auto {
        margin-top: auto !important;
    }
    .me-xl-0 {
        margin-right: 0 !important;
    }
    .me-xl-1 {
        margin-right: 0.25rem !important;
    }
    .me-xl-2 {
        margin-right: 0.5rem !important;
    }
    .me-xl-3 {
        margin-right: 1rem !important;
    }
    .me-xl-4 {
        margin-right: 1.5rem !important;
    }
    .me-xl-5 {
        margin-right: 3rem !important;
    }
    .me-xl-auto {
        margin-right: auto !important;
    }
    .mb-xl-0 {
        margin-bottom: 0 !important;
    }
    .mb-xl-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-xl-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-xl-3 {
        margin-bottom: 1rem !important;
    }
    .mb-xl-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-xl-5 {
        margin-bottom: 3rem !important;
    }
    .mb-xl-auto {
        margin-bottom: auto !important;
    }
    .ms-xl-0 {
        margin-left: 0 !important;
    }
    .ms-xl-1 {
        margin-left: 0.25rem !important;
    }
    .ms-xl-2 {
        margin-left: 0.5rem !important;
    }
    .ms-xl-3 {
        margin-left: 1rem !important;
    }
    .ms-xl-4 {
        margin-left: 1.5rem !important;
    }
    .ms-xl-5 {
        margin-left: 3rem !important;
    }
    .ms-xl-auto {
        margin-left: auto !important;
    }
    .p-xl-0 {
        padding: 0 !important;
    }
    .p-xl-1 {
        padding: 0.25rem !important;
    }
    .p-xl-2 {
        padding: 0.5rem !important;
    }
    .p-xl-3 {
        padding: 1rem !important;
    }
    .p-xl-4 {
        padding: 1.5rem !important;
    }
    .p-xl-5 {
        padding: 3rem !important;
    }
    .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-xl-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .px-xl-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .px-xl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-xl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-xl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-xl-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .py-xl-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .py-xl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-xl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-xl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .pt-xl-0 {
        padding-top: 0 !important;
    }
    .pt-xl-1 {
        padding-top: 0.25rem !important;
    }
    .pt-xl-2 {
        padding-top: 0.5rem !important;
    }
    .pt-xl-3 {
        padding-top: 1rem !important;
    }
    .pt-xl-4 {
        padding-top: 1.5rem !important;
    }
    .pt-xl-5 {
        padding-top: 3rem !important;
    }
    .pe-xl-0 {
        padding-right: 0 !important;
    }
    .pe-xl-1 {
        padding-right: 0.25rem !important;
    }
    .pe-xl-2 {
        padding-right: 0.5rem !important;
    }
    .pe-xl-3 {
        padding-right: 1rem !important;
    }
    .pe-xl-4 {
        padding-right: 1.5rem !important;
    }
    .pe-xl-5 {
        padding-right: 3rem !important;
    }
    .pb-xl-0 {
        padding-bottom: 0 !important;
    }
    .pb-xl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pb-xl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pb-xl-3 {
        padding-bottom: 1rem !important;
    }
    .pb-xl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pb-xl-5 {
        padding-bottom: 3rem !important;
    }
    .ps-xl-0 {
        padding-left: 0 !important;
    }
    .ps-xl-1 {
        padding-left: 0.25rem !important;
    }
    .ps-xl-2 {
        padding-left: 0.5rem !important;
    }
    .ps-xl-3 {
        padding-left: 1rem !important;
    }
    .ps-xl-4 {
        padding-left: 1.5rem !important;
    }
    .ps-xl-5 {
        padding-left: 3rem !important;
    }
}
@media (min-width: 1400px) {
    .container, 
    .woo-container .wp-block-column,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1320px;
    }
    .col-xxl {
        flex: 1 0 0%;
    }
    .col-xxl-auto,
    .row-cols-xxl-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .col-xxl-12,
    .row-cols-xxl-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .col-xxl-6,
    .row-cols-xxl-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-xxl-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .col-xxl-3,
    .row-cols-xxl-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-xxl-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .col-xxl-1,
    .row-cols-xxl-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .col-xxl-1 {
        width: 8.33333333%;
    }
    .col-xxl-2,
    .col-xxl-4 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-xxl-4 {
        width: 33.33333333%;
    }
    .col-xxl-5,
    .col-xxl-7 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-xxl-7 {
        width: 58.33333333%;
    }
    .col-xxl-8,
    .col-xxl-9 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-xxl-9 {
        width: 75%;
    }
    .col-xxl-10,
    .col-xxl-11 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-xxl-11 {
        width: 91.66666667%;
    }
    .offset-xxl-0 {
        margin-left: 0;
    }
    .offset-xxl-1 {
        margin-left: 8.33333333%;
    }
    .offset-xxl-2 {
        margin-left: 16.66666667%;
    }
    .offset-xxl-3 {
        margin-left: 25%;
    }
    .offset-xxl-4 {
        margin-left: 33.33333333%;
    }
    .offset-xxl-5 {
        margin-left: 41.66666667%;
    }
    .offset-xxl-6 {
        margin-left: 50%;
    }
    .offset-xxl-7 {
        margin-left: 58.33333333%;
    }
    .offset-xxl-8 {
        margin-left: 66.66666667%;
    }
    .offset-xxl-9 {
        margin-left: 75%;
    }
    .offset-xxl-10 {
        margin-left: 83.33333333%;
    }
    .offset-xxl-11 {
        margin-left: 91.66666667%;
    }
    .g-xxl-0,
    .gx-xxl-0 {
        --bs-gutter-x: 0;
    }
    .g-xxl-0,
    .gy-xxl-0 {
        --bs-gutter-y: 0;
    }
    .g-xxl-1,
    .gx-xxl-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-xxl-1,
    .gy-xxl-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-xxl-2,
    .gx-xxl-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-xxl-2,
    .gy-xxl-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-xxl-3,
    .gx-xxl-3 {
        --bs-gutter-x: 1rem;
    }
    .g-xxl-3,
    .gy-xxl-3 {
        --bs-gutter-y: 1rem;
    }
    .g-xxl-4,
    .gx-xxl-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-xxl-4,
    .gy-xxl-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-xxl-5,
    .gx-xxl-5 {
        --bs-gutter-x: 3rem;
    }
    .g-xxl-5,
    .gy-xxl-5 {
        --bs-gutter-y: 3rem;
    }
    .d-xxl-inline {
        display: inline !important;
    }
    .d-xxl-inline-block {
        display: inline-block !important;
    }
    .d-xxl-block {
        display: block !important;
    }
    .d-xxl-grid {
        display: grid !important;
    }
    .d-xxl-table {
        display: table !important;
    }
    .d-xxl-table-row {
        display: table-row !important;
    }
    .d-xxl-table-cell {
        display: table-cell !important;
    }
    .d-xxl-flex {
        display: flex !important;
    }
    .d-xxl-inline-flex {
        display: inline-flex !important;
    }
    .d-xxl-none {
        display: none !important;
    }
    .flex-xxl-fill {
        flex: 1 1 auto !important;
    }
    .flex-xxl-row {
        flex-direction: row !important;
    }
    .flex-xxl-column {
        flex-direction: column !important;
    }
    .flex-xxl-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-xxl-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-xxl-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-xxl-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-xxl-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-xxl-shrink-1 {
        flex-shrink: 1 !important;
    }
    .flex-xxl-wrap {
        flex-wrap: wrap !important;
    }
    .flex-xxl-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-xxl-start {
        justify-content: flex-start !important;
    }
    .justify-content-xxl-end {
        justify-content: flex-end !important;
    }
    .justify-content-xxl-center {
        justify-content: center !important;
    }
    .justify-content-xxl-between {
        justify-content: space-between !important;
    }
    .justify-content-xxl-around {
        justify-content: space-around !important;
    }
    .justify-content-xxl-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-xxl-start {
        align-items: flex-start !important;
    }
    .align-items-xxl-end {
        align-items: flex-end !important;
    }
    .align-items-xxl-center {
        align-items: center !important;
    }
    .align-items-xxl-baseline {
        align-items: baseline !important;
    }
    .align-items-xxl-stretch {
        align-items: stretch !important;
    }
    .align-content-xxl-start {
        align-content: flex-start !important;
    }
    .align-content-xxl-end {
        align-content: flex-end !important;
    }
    .align-content-xxl-center {
        align-content: center !important;
    }
    .align-content-xxl-between {
        align-content: space-between !important;
    }
    .align-content-xxl-around {
        align-content: space-around !important;
    }
    .align-content-xxl-stretch {
        align-content: stretch !important;
    }
    .align-self-xxl-auto {
        align-self: auto !important;
    }
    .align-self-xxl-start {
        align-self: flex-start !important;
    }
    .align-self-xxl-end {
        align-self: flex-end !important;
    }
    .align-self-xxl-center {
        align-self: center !important;
    }
    .align-self-xxl-baseline {
        align-self: baseline !important;
    }
    .align-self-xxl-stretch {
        align-self: stretch !important;
    }
    .order-xxl-first {
        order: -1 !important;
    }
    .order-xxl-0 {
        order: 0 !important;
    }
    .order-xxl-1 {
        order: 1 !important;
    }
    .order-xxl-2 {
        order: 2 !important;
    }
    .order-xxl-3 {
        order: 3 !important;
    }
    .order-xxl-4 {
        order: 4 !important;
    }
    .order-xxl-5 {
        order: 5 !important;
    }
    .order-xxl-last {
        order: 6 !important;
    }
    .m-xxl-0 {
        margin: 0 !important;
    }
    .m-xxl-1 {
        margin: 0.25rem !important;
    }
    .m-xxl-2 {
        margin: 0.5rem !important;
    }
    .m-xxl-3 {
        margin: 1rem !important;
    }
    .m-xxl-4 {
        margin: 1.5rem !important;
    }
    .m-xxl-5 {
        margin: 3rem !important;
    }
    .m-xxl-auto {
        margin: auto !important;
    }
    .mx-xxl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-xxl-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .mx-xxl-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .mx-xxl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-xxl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-xxl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .mx-xxl-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-xxl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-xxl-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .my-xxl-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .my-xxl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-xxl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-xxl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-xxl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-xxl-0 {
        margin-top: 0 !important;
    }
    .mt-xxl-1 {
        margin-top: 0.25rem !important;
    }
    .mt-xxl-2 {
        margin-top: 0.5rem !important;
    }
    .mt-xxl-3 {
        margin-top: 1rem !important;
    }
    .mt-xxl-4 {
        margin-top: 1.5rem !important;
    }
    .mt-xxl-5 {
        margin-top: 3rem !important;
    }
    .mt-xxl-auto {
        margin-top: auto !important;
    }
    .me-xxl-0 {
        margin-right: 0 !important;
    }
    .me-xxl-1 {
        margin-right: 0.25rem !important;
    }
    .me-xxl-2 {
        margin-right: 0.5rem !important;
    }
    .me-xxl-3 {
        margin-right: 1rem !important;
    }
    .me-xxl-4 {
        margin-right: 1.5rem !important;
    }
    .me-xxl-5 {
        margin-right: 3rem !important;
    }
    .me-xxl-auto {
        margin-right: auto !important;
    }
    .mb-xxl-0 {
        margin-bottom: 0 !important;
    }
    .mb-xxl-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-xxl-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-xxl-3 {
        margin-bottom: 1rem !important;
    }
    .mb-xxl-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-xxl-5 {
        margin-bottom: 3rem !important;
    }
    .mb-xxl-auto {
        margin-bottom: auto !important;
    }
    .ms-xxl-0 {
        margin-left: 0 !important;
    }
    .ms-xxl-1 {
        margin-left: 0.25rem !important;
    }
    .ms-xxl-2 {
        margin-left: 0.5rem !important;
    }
    .ms-xxl-3 {
        margin-left: 1rem !important;
    }
    .ms-xxl-4 {
        margin-left: 1.5rem !important;
    }
    .ms-xxl-5 {
        margin-left: 3rem !important;
    }
    .ms-xxl-auto {
        margin-left: auto !important;
    }
    .p-xxl-0 {
        padding: 0 !important;
    }
    .p-xxl-1 {
        padding: 0.25rem !important;
    }
    .p-xxl-2 {
        padding: 0.5rem !important;
    }
    .p-xxl-3 {
        padding: 1rem !important;
    }
    .p-xxl-4 {
        padding: 1.5rem !important;
    }
    .p-xxl-5 {
        padding: 3rem !important;
    }
    .px-xxl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-xxl-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .px-xxl-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .px-xxl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-xxl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-xxl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-xxl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-xxl-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .py-xxl-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .py-xxl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-xxl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-xxl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .pt-xxl-0 {
        padding-top: 0 !important;
    }
    .pt-xxl-1 {
        padding-top: 0.25rem !important;
    }
    .pt-xxl-2 {
        padding-top: 0.5rem !important;
    }
    .pt-xxl-3 {
        padding-top: 1rem !important;
    }
    .pt-xxl-4 {
        padding-top: 1.5rem !important;
    }
    .pt-xxl-5 {
        padding-top: 3rem !important;
    }
    .pe-xxl-0 {
        padding-right: 0 !important;
    }
    .pe-xxl-1 {
        padding-right: 0.25rem !important;
    }
    .pe-xxl-2 {
        padding-right: 0.5rem !important;
    }
    .pe-xxl-3 {
        padding-right: 1rem !important;
    }
    .pe-xxl-4 {
        padding-right: 1.5rem !important;
    }
    .pe-xxl-5 {
        padding-right: 3rem !important;
    }
    .pb-xxl-0 {
        padding-bottom: 0 !important;
    }
    .pb-xxl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pb-xxl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pb-xxl-3 {
        padding-bottom: 1rem !important;
    }
    .pb-xxl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pb-xxl-5 {
        padding-bottom: 3rem !important;
    }
    .ps-xxl-0 {
        padding-left: 0 !important;
    }
    .ps-xxl-1 {
        padding-left: 0.25rem !important;
    }
    .ps-xxl-2 {
        padding-left: 0.5rem !important;
    }
    .ps-xxl-3 {
        padding-left: 1rem !important;
    }
    .ps-xxl-4 {
        padding-left: 1.5rem !important;
    }
    .ps-xxl-5 {
        padding-left: 3rem !important;
    }
}
@media print {
    .d-print-inline {
        display: inline !important;
    }
    .d-print-inline-block {
        display: inline-block !important;
    }
    .d-print-block {
        display: block !important;
    }
    .d-print-grid {
        display: grid !important;
    }
    .d-print-table {
        display: table !important;
    }
    .d-print-table-row {
        display: table-row !important;
    }
    .d-print-table-cell {
        display: table-cell !important;
    }
    .d-print-flex {
        display: flex !important;
    }
    .d-print-inline-flex {
        display: inline-flex !important;
    }
    .d-print-none {
        display: none !important;
    }
    * {
        background: 0 0;
        color: #000;
        box-shadow: none;
        text-shadow: none;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    .ir a:after,
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
    blockquote,
    pre {
        border: 1px solid #999;
    }
    thead {
        display: table-header-group;
    }
    blockquote,
    img,
    pre,
    tr {
        page-break-inside: avoid;
    }
    img {
        max-width: 100%;
    }
    @page {
        margin: 0.5cm;
    }
    h2,
    h3,
    p {
        text-wrap: balance;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}
