/*!
Theme Name: socialize
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: socialize
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

socialize is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
@font-face {
  font-family: "Roboto Regular";
  src: url(assets/fonts/Roboto/Roboto-Regular.ttf);
}
@font-face {
  font-family: "Roboto Bold";
  src: url(assets/fonts/Roboto/Roboto-Bold.ttf);
}
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-family: "Roboto Regular" !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto Bold" !important;
}

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

p {
  margin-bottom: 1.5em;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

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

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

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

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

big {
  font-size: 125%;
}

@media only screen and (max-width: 576px) {
  .container {
    margin: 0 0;
    padding: 0 21px;
  }
}
@media only screen and (min-width: 576px) {
  .container {
    width: 100%;
    margin: 0 0;
    padding: 0 21px;
  }
}
@media only screen and (min-width: 768px) {
  .container {
    width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 992px) {
  .container {
    width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1200px) {
  .container {
    width: 1140px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1370px) {
  .container {
    width: 1230px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1440px) {
  .container {
    width: 1440px;
    display: flex;
    margin: 0 auto;
  }
  .container-payment-flow {
    display: block;
  }
}
.container-payment-flow {
  padding: 100px 20px;
}

.transition {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.transition:hover {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.tablet {
  display: none !important;
}

@media (max-width: 992px) {
  .tablet {
    display: block !important;
  }
}
.desktop {
  display: block !important;
}

@media (max-width: 992px) {
  .desktop {
    display: none !important;
  }
}
.orange-button {
  background-color: #fbb03b;
  text-transform: capitalize;
  color: white !important;
  font-weight: bold;
  font-size: 20px;
  padding: 5px 60px;
  text-decoration: none;
  border-radius: 50px;
  border: 1px solid #fbb03b;
}

.orange-button:hover {
  background-color: transparent;
  color: #fbb03b !important;
}

@media (max-width: 768px) {
  .orange-button {
    display: flex;
    margin: 0 auto;
    width: -moz-fit-content;
    width: fit-content;
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .orange-button {
    width: 100%;
  }
}
body {
  margin: 0 !important;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

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

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
}

a:visited {
  color: #800080;
}

a:hover, a:focus, a:active {
  color: #191970;
}

a:focus {
  outline: thin dotted;
}

a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.site-header {
  position: absolute;
  z-index: 10;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.1));
  background-color: transparent;
  padding: 43px 0;
  width: 100%;
  box-shadow: 0 4px 8px rgba(255, 255, 255, 0.1);
}

@media (max-width: 992px) {
  .site-header {
    display: block;
    left: 0;
    background: none;
    box-shadow: none;
    padding: 20px 0;
  }
}
.site-header .container {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.site-header .main-navigation .sub-menu li {
  margin: 10px 0 0 0;
}

.site-header .main-navigation #hamburger {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: block;
  padding: 0;
  width: 50px;
}

.site-header .main-navigation #hamburger .line {
  fill: none;
  stroke-width: 6;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.site-header .main-navigation #hamburger .line1 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}

.site-header .main-navigation #hamburger .line2 {
  stroke-dasharray: 60 60;
  stroke-width: 6;
}

.site-header .main-navigation #hamburger .line3 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}

.site-header .main-navigation #hamburger.open .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}

.site-header .main-navigation #hamburger.open .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 6;
}

.site-header .main-navigation #hamburger.open .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}

@media all and (min-width: 1200px) {
  .site-header .main-navigation #hamburger {
    display: none;
  }
}
.site-header .main-navigation li {
  margin: 0 20px;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
}

.site-header .main-navigation li a {
  font-size: 14px;
  text-decoration: none;
  position: relative;
  display: inline-block;
}

.site-header .main-navigation li::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: #303030;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease-out;
}

.site-header .main-navigation li:hover::after {
  transform: scaleX(1);
}

.site-header .main-navigation .lang-item:hover::after {
  transform: scaleX(0);
}

.site-header .social-media-icons a {
  text-decoration: none;
  margin-right: 13px;
}

.site-header #mobileMenu {
  display: none;
  background-color: #fbb03b;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.site-header #mobileMenu .mobile-menu-wrapper {
  height: 100%;
  margin-top: 80px;
}

.site-header #mobileMenu .mobile-menu-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100vw;
}

.site-header #mobileMenu .mobile-menu-wrapper ul li {
  margin: 0 0 31px 0;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  position: relative;
}

.site-header #mobileMenu .mobile-menu-wrapper ul li a {
  color: #303030;
  text-decoration: none;
}

.site-header #mobileMenu .mobile-menu-wrapper ul li .arrow-image {
  margin-left: 15px;
  position: absolute;
  right: 30px;
  top: 10px;
  transition: transform 0.3s ease;
}

.site-header #mobileMenu .mobile-menu-wrapper ul li .active {
  transform: rotate(180deg);
}

.site-header #mobileMenu .mobile-menu-wrapper ul li .sub-menu {
  display: none;
}

.site-header #mobileMenu .mobile-menu-wrapper ul li .sub-menu li {
  margin: 0 0 31px 0;
  text-transform: none;
}

.site-header #mobileMenu .mobile-menu-wrapper ul li .sub-menu li:first-child {
  margin-top: 31px;
}

.site-header #mobileMenu .social-media-icons {
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.site-header .menu-black-li, .site-header .menu-black-li.line {
  stroke: #303030 !important;
}

.site-header .menu-black-li li a, .site-header .menu-black-li.line li a {
  color: #303030;
}

.site-header .menu-black-li li::after, .site-header .menu-black-li.line li::after {
  background-color: #303030 !important;
}

.site-header .menu-white-li, .site-header .menu-white-li.line {
  stroke: #ffffff !important;
}

.site-header .menu-white-li li a, .site-header .menu-white-li.line li a {
  color: #ffffff !important;
}

.site-header .menu-white-li li::after, .site-header .menu-white-li.line li::after {
  background-color: #ffffff !important;
}

header a {
  font-family: "Roboto Bold";
}

header a:visited {
  color: #ffffff;
}

body.home header a {
  color: #303030;
}

body.home header a:visited {
  color: #303030;
}

footer {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
}

@media (max-width: 992px) {
  footer {
    background-position: center;
  }
}
footer .footer-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.8;
  z-index: 1;
}

footer .site-info {
  position: relative;
  z-index: 2;
  display: flex;
}

@media (max-width: 992px) {
  footer .site-info {
    flex-direction: column;
  }
}
@media (max-width: 992px) {
  footer .site-info__img {
    display: none;
  }
}
footer .site-info .footer-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
  width: 100%;
  color: #ffffff;
}

footer .site-info .footer-info__left p {
  max-width: 400px;
}

footer .site-info .footer-info__left .legal-pages-link {
  margin-top: 20px;
}

footer .site-info .footer-info__left .legal-pages-link ul {
  list-style-type: none;
  margin: 0 0 20px 0;
  padding: 0;
}

footer .site-info .footer-info__left .legal-pages-link ul a {
  text-decoration: none;
  color: #ffffff;
}

footer .site-info .footer-info__right p, footer .site-info .footer-info__right h3, footer .site-info .footer-info__right a {
  margin: 5px 0;
}

footer .site-info .footer-info__right__social a {
  text-decoration: none;
}

footer .site-info .footer-info__right__social a img {
  margin: 10px 10px 0 0;
}

footer .site-info .footer-info__left, footer .site-info .footer-info__right {
  flex: 1 1 50%;
  max-width: 50%;
  padding: 1rem;
}

@media (max-width: 992px) {
  footer .site-info .footer-info__left, footer .site-info .footer-info__right {
    flex: 1 1 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    max-width: 100%;
  }
}
footer .back-to-top {
  display: none;
  position: fixed;
  bottom: 3%;
  right: 3%;
  width: 3rem;
  height: 3rem;
  border-radius: 0 50% 50% 50%;
  cursor: pointer;
  z-index: 9999;
  transition: all 0.3s ease;
  box-shadow: 0px 8px 4px rgba(0, 0, 0, 0.1607843137);
  border: none;
  background-color: #fbb03b;
  transform: rotate(45deg);
}

footer .back-to-top img {
  transform: rotate(-45deg);
}

footer .back-to-top:hover {
  opacity: 0.8;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
  display: flex;
  flex-direction: column;
  background: transparent;
  box-shadow: none;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

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

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

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

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

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/* Sections
--------------------------------------------- */
.hero-wrapper {
  height: 100vh;
  background-size: 75% 100vh;
  background-repeat: no-repeat;
  background-position: right top;
  position: relative;
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  .hero-wrapper {
    background-size: cover;
    height: 90vh;
  }
}
.hero-wrapper__content {
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
}

.hero-wrapper__content img {
  max-width: 700px;
}

@media (max-width: 992px) {
  .hero-wrapper__content img {
    max-width: 330px;
  }
}
.hero-wrapper__content h2 {
  color: #f55536;
  font-size: clamp(2rem, 5vw, 55px);
  text-transform: uppercase;
  margin: 30px 0;
}

.hero-wrapper__content h3 {
  color: #303030;
  font-size: clamp(1.5rem, 4vw, 32px);
  margin: 0 0 30px 0;
}

.banner-wrapper {
  background-color: #303030;
  color: #ffffff;
  display: flex;
  position: relative;
}

.banner-wrapper img {
  margin: -40px 0;
  display: block;
  position: relative;
  z-index: 3;
}

@media (max-width: 992px) {
  .banner-wrapper img {
    height: 200px;
    position: absolute;
    z-index: 0;
  }
}
.banner-wrapper__text {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

@media (max-width: 992px) {
  .banner-wrapper__text {
    padding: 0 20px 40px 20px;
  }
}
.banner-wrapper__text p {
  padding-right: 150px;
}

@media (max-width: 992px) {
  .banner-wrapper__text p {
    padding: 0;
  }
}
.numbers-wrapper {
  padding: 40px 0;
}

@media (max-width: 992px) {
  .numbers-wrapper {
    padding: 20px 0;
  }
}
.numbers-wrapper .container {
  display: flex;
  flex-direction: column;
}

.numbers-wrapper .container .numbers-wrapper-heading {
  text-align: start;
  text-transform: uppercase;
}

.numbers-wrapper .container .numbers-wrapper__repeater {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-bottom: 30px;
}

@media (max-width: 992px) {
  .numbers-wrapper .container .numbers-wrapper__repeater {
    grid-template-columns: repeat(2, 1fr);
  }
}
.numbers-wrapper .container .numbers-wrapper__repeater .numbers-wrapper__item {
  text-align: start;
}

.numbers-wrapper .container .numbers-wrapper__repeater .numbers-wrapper__item h1 {
  font-size: 80px;
  margin: 0;
  padding: 0;
  line-height: 50px;
  color: #f55536;
}

.numbers-wrapper .container .numbers-wrapper__subheading {
  text-align: start;
  margin: 10px 0;
}

.lecturers-wrapper {
  display: flex;
  flex-direction: column;
}

.lecturers-wrapper__heading {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  position: relative;
}

.lecturers-wrapper__heading::after {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 47.5%;
  width: 95%;
  height: 3px;
  background-color: #f55536;
  transform: translateX(-50%);
}

@media (max-width: 768px) {
  .lecturers-wrapper__heading::after {
    left: 42%;
    width: 86%;
    bottom: 21px;
  }
}
.lecturers-wrapper__heading__icon {
  background-color: #f55536;
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  border-bottom-left-radius: 0px;
}

@media (max-width: 768px) {
  .lecturers-wrapper__heading__icon {
    width: 70px;
    height: 70px;
  }
}
.lecturers-wrapper__cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

@media (max-width: 992px) {
  .lecturers-wrapper__cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
.lecturers-wrapper .lecturer-card {
  padding: 20px;
  text-align: start;
}

.lecturers-wrapper .lecturer-card__image {
  background-color: #f55536;
  border-radius: 150px;
  border-bottom-left-radius: 0px;
}

.lecturers-wrapper .lecturer-card__image img {
  width: 100%;
  margin-bottom: -7px;
  border-radius: 150px;
  border-bottom-left-radius: 0px;
}

.lecturers-wrapper .lecturer-card__image .lecturer-card__image-question {
  width: 67.5%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px;
  opacity: 0.4;
}

.lecturers-wrapper .lecturer-card__title {
  margin: 10px 0;
  color: #f55536;
}

.lecturers-wrapper .lecturer-card__content {
  margin-top: 10px;
}

.jury-wrapper {
  display: flex;
  flex-direction: column;
}

.jury-wrapper__heading {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  position: relative;
}

.jury-wrapper__heading::after {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 47.5%;
  width: 95%;
  height: 3px;
  background-color: #8994ff;
  transform: translateX(-50%);
}

@media (max-width: 768px) {
  .jury-wrapper__heading::after {
    left: 42%;
    width: 86%;
    bottom: 21px;
  }
}
.jury-wrapper__heading__icon {
  background-color: #8994ff;
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  border-bottom-left-radius: 0px;
}

@media (max-width: 768px) {
  .jury-wrapper__heading__icon {
    width: 70px;
    height: 70px;
  }
}
.jury-wrapper__cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

@media (max-width: 992px) {
  .jury-wrapper__cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
.jury-wrapper .jury-card {
  padding: 20px;
  text-align: start;
}

.jury-wrapper .jury-card__image {
  background-color: #8994ff;
  border-radius: 150px;
  border-bottom-left-radius: 0px;
}

.jury-wrapper .jury-card__image img {
  width: 100%;
  margin-bottom: -7px;
  border-radius: 150px;
  border-bottom-left-radius: 0px;
}

.jury-wrapper .jury-card__image .jury-card__image-question {
  width: 59%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px 0;
  opacity: 0.4;
}

.jury-wrapper .jury-card__title {
  margin: 10px 0;
  color: #f55536;
}

.jury-wrapper .jury-card__content {
  margin-top: 10px;
}

.agenda-wrapper {
  display: flex;
  flex-direction: column;
  padding: 40px 20px;
}

.agenda-wrapper__heading {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  position: relative;
}

.agenda-wrapper__heading::after {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 47.5%;
  width: 95%;
  height: 3px;
  background-color: #8994ff;
  transform: translateX(-50%);
}

@media (max-width: 768px) {
  .agenda-wrapper__heading::after {
    left: 42%;
    width: 86%;
    bottom: 21px;
  }
}
.agenda-wrapper__heading__icon {
  background-color: #8994ff;
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  border-bottom-left-radius: 0px;
}

@media (max-width: 768px) {
  .agenda-wrapper__heading__icon {
    width: 70px;
    height: 70px;
  }
}
.agenda-wrapper__repeater {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 768px) {
  .agenda-wrapper__repeater {
    grid-template-columns: 1fr;
  }
}
.agenda-wrapper__repeater__card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 40px;
}

.agenda-wrapper__repeater__card img {
  margin-right: 30px;
}

.agenda-wrapper__text {
  text-align: center;
  font-weight: bold;
}

.agenda-section-wrapper {
  padding-top: 100px;
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
}

.agenda-section-wrapper__repeater__card {
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  .agenda-section-wrapper__repeater__card {
    flex-direction: column;
    justify-content: center;
  }
}
.agenda-section-wrapper__repeater__card .time {
  background-color: #8994ff;
  padding: 40px 60px;
  font-size: 26px;
  font-weight: bold;
  color: #ffffff;
  margin-right: 20px;
  min-width: 300px;
  text-align: center;
}

.agenda-section-wrapper__repeater__card div {
  font-size: 26px;
}

@media (max-width: 768px) {
  .agenda-section-wrapper__repeater__card div {
    text-align: center;
  }
}
.rulebook-wrapper {
  display: flex;
  flex-direction: column;
  background-color: #303030;
  color: #ffffff;
  padding: 40px 20px;
  margin-bottom: 50px;
}

.rulebook-wrapper__container {
  display: flex;
  flex-direction: column;
  position: relative;
}

.rulebook-wrapper__container .orange-drop {
  position: absolute;
  z-index: 2;
  right: 0%;
  top: -100px;
  height: 500px;
  width: 500px;
  background-color: #f55536;
  border-radius: 300px;
  border-bottom-left-radius: 0px;
}

@media (max-width: 768px) {
  .rulebook-wrapper__container .orange-drop {
    height: 250px;
    width: 250px;
  }
}
.rulebook-wrapper__container__heading {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 3;
}

.rulebook-wrapper__container__heading::after {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 47.5%;
  width: 95%;
  height: 3px;
  background-color: #8994ff;
  transform: translateX(-50%);
}

@media (max-width: 768px) {
  .rulebook-wrapper__container__heading::after {
    left: 42%;
    width: 86%;
    bottom: 21px;
  }
}
.rulebook-wrapper__container__heading__icon {
  background-color: #8994ff;
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  border-bottom-left-radius: 0px;
}

@media (max-width: 768px) {
  .rulebook-wrapper__container__heading__icon {
    width: 70px;
    height: 70px;
  }
}
.rulebook-wrapper__container__text {
  margin: 40px 0;
  position: relative;
  z-index: 3;
}

.registration-fee-wrapper {
  display: flex;
  flex-direction: column;
  padding: 80px 20px;
  border-top-left-radius: 250px;
  border-bottom-right-radius: 250px;
}

@media (max-width: 992px) {
  .registration-fee-wrapper {
    border-top-left-radius: 100px;
    border-bottom-right-radius: 100px;
  }
}
.registration-fee-wrapper__container {
  display: flex;
  flex-direction: column;
  position: relative;
}

@media (max-width: 992px) {
  .registration-fee-wrapper__container {
    padding: 0;
  }
}
.registration-fee-wrapper__container__heading {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.registration-fee-wrapper__container__heading::after {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 47.5%;
  width: 95%;
  height: 3px;
  background-color: #f55536;
  transform: translateX(-50%);
}

@media (max-width: 768px) {
  .registration-fee-wrapper__container__heading::after {
    left: 42%;
    width: 86%;
    bottom: 21px;
  }
}
.registration-fee-wrapper__container__heading__icon {
  background-color: #f55536;
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  border-bottom-left-radius: 0px;
}

@media (max-width: 768px) {
  .registration-fee-wrapper__container__heading__icon {
    width: 70px;
    height: 70px;
  }
}
.registration-fee-wrapper .registration-fee-repeater {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding: 50px 20px;
}

@media (max-width: 992px) {
  .registration-fee-wrapper .registration-fee-repeater {
    grid-template-columns: repeat(1, 1fr);
  }
}
.registration-fee-wrapper .registration-fee-repeater__item {
  padding: 40px;
  background-color: #ffffff;
  border-radius: 33px;
  color: #303030;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}

.registration-fee-wrapper .registration-fee-repeater__item h1 {
  font-size: 34px;
  margin: 0;
}

.registration-fee-wrapper .registration-fee-repeater__item h4 {
  font-size: 70px;
  margin: 10px 0;
}

.registration-fee-wrapper .registration-fee-repeater__item h4.disabled {
  color: grey !important;
}

.registration-fee-wrapper .registration-fee-repeater__item h5 {
  font-size: 22px;
  margin: 10px auto;
}

.registration-fee-wrapper .registration-fee-repeater__item a {
  text-transform: capitalize;
  font-weight: bold;
  font-size: 20px;
  padding: 5px 60px;
  text-decoration: none;
  border-radius: 50px;
  border: 1px solid #fbb03b;
  color: #ffffff;
}

.registration-fee-wrapper .registration-fee-repeater__item a.disabled {
  background-color: grey !important;
  color: #ffffff !important;
  border-color: grey !important;
  pointer-events: none;
  cursor: not-allowed;
}

.registration-fee-wrapper .registration-fee-repeater__item a.disabled:hover {
  background-color: grey !important;
  color: #ffffff !important;
}

@media (max-width: 768px) {
  .registration-fee-wrapper .registration-fee-repeater__item a {
    display: flex;
    margin: 0 auto;
    width: -moz-fit-content;
    width: fit-content;
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .registration-fee-wrapper .registration-fee-repeater__item a {
    width: 100%;
  }
}
.registration-fee-wrapper .registration-fee-repeater__item:nth-child(1) h4 {
  color: #fbb03b;
}

.registration-fee-wrapper .registration-fee-repeater__item:nth-child(1) a {
  background-color: #fbb03b;
  border-color: #fbb03b;
}

.registration-fee-wrapper .registration-fee-repeater__item:nth-child(1) a:hover {
  color: #fbb03b;
  background-color: transparent;
}

.registration-fee-wrapper .registration-fee-repeater__item:nth-child(2) h4 {
  color: #f55536;
}

.registration-fee-wrapper .registration-fee-repeater__item:nth-child(2) a {
  background-color: #f55536;
  border-color: #f55536;
}

.registration-fee-wrapper .registration-fee-repeater__item:nth-child(2) a:hover {
  color: #f55536;
  background-color: transparent;
}

.registration-fee-wrapper .registration-fee-repeater__item:nth-child(3) h4 {
  color: #8994ff;
}

.registration-fee-wrapper .registration-fee-repeater__item:nth-child(3) a {
  background-color: #8994ff;
  border-color: #8994ff;
}

.registration-fee-wrapper .registration-fee-repeater__item:nth-child(3) a:hover {
  color: #8994ff;
  background-color: transparent;
}

.registration-fee-wrapper .registration-fee-repeater__item:nth-child(4) h4 {
  color: #303030;
}

.registration-fee-wrapper .registration-fee-repeater__item:nth-child(4) a {
  background-color: #303030;
  border-color: #303030;
}

.registration-fee-wrapper .registration-fee-repeater__item:nth-child(4) a:hover {
  color: #303030;
  background-color: transparent;
}

.registration-fee-wrapper a {
  margin: 0 auto;
}

.news-wrapper {
  display: flex;
  flex-direction: column;
  padding: 60px 20px 0 20px;
}

.news-wrapper__heading {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  position: relative;
}

.news-wrapper__heading::after {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 47.5%;
  width: 95%;
  height: 3px;
  background-color: #8994ff;
  transform: translateX(-50%);
}

@media (max-width: 768px) {
  .news-wrapper__heading::after {
    left: 42%;
    width: 86%;
    bottom: 21px;
  }
}
.news-wrapper__heading__icon {
  background-color: #8994ff;
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  border-bottom-left-radius: 0px;
}

@media (max-width: 768px) {
  .news-wrapper__heading__icon {
    width: 70px;
    height: 70px;
  }
}
.news-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding: 40px 0;
}

@media (max-width: 992px) {
  .news-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
.news-cards .news-card img {
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
  height: 228px;
}

.news-cards .news-card h3 {
  color: #f55536;
  margin-bottom: 0;
}

.news-cards .news-card__content {
  margin-bottom: 15px;
}

.news-cards .news-card__date {
  font-size: 12px;
  margin: 10px 0;
}

.news-cards .news-card a {
  color: #fbb03b;
  text-decoration: none;
  font-weight: bold;
}

.news-link {
  margin: 20px auto;
  padding-bottom: 60px;
}

.news-archive-wrapper {
  display: flex;
  flex-direction: column;
  padding: 60px 20px;
}

.news-archive-wrapper__pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px auto;
}

.news-archive-wrapper__pagination a {
  text-decoration: none;
  font-weight: bold;
}

.news-archive-wrapper__pagination .page-numbers {
  font-size: 18px;
  color: #fbb03b;
  margin: 0 5px;
}

.news-archive-wrapper__pagination .current {
  color: #f55536;
}

.single-news-container {
  max-width: 950px;
  margin: 0 auto;
}

.single-news-hero {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 400px 0 10px 0;
  border-bottom-right-radius: 250px;
  position: relative;
}

.single-news-hero h1 {
  font-size: 60px;
  color: #ffffff;
  position: relative;
  z-index: 4;
}

.news-subtitle {
  color: #f55536;
  font-size: 40px;
}

.related-news-heading {
  color: #fbb03b;
  font-size: 56;
}

.wp-block-product-new {
  display: none !important;
}

.podcast-section {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 88px 0 0 0;
}

@media (max-width: 992px) {
  .podcast-section {
    padding: 40px 0;
  }
}
@media (max-width: 992px) {
  .podcast-section .container {
    width: 100%;
  }
}
.podcast-section__overlay {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #303030;
  opacity: 0.9;
  background-blend-mode: multiply;
}

.podcast-section__heading {
  position: relative;
  z-index: 3;
  width: 100%;
  display: flex;
  justify-content: space-between;
  color: #ffffff;
  margin-bottom: 100px;
}

@media (max-width: 992px) {
  .podcast-section__heading {
    margin-bottom: 20px;
  }
}
.podcast-section__heading::after {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 47.5%;
  width: 95%;
  height: 3px;
  background-color: #ffffff;
  transform: translateX(-50%);
}

@media (max-width: 768px) {
  .podcast-section__heading::after {
    left: 42%;
    width: 86%;
    bottom: 21px;
  }
}
.podcast-section__heading__icon {
  background-color: #ffffff;
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  border-bottom-left-radius: 0px;
}

@media (max-width: 768px) {
  .podcast-section__heading__icon {
    width: 70px;
    height: 70px;
  }
}
.podcast-section__content {
  position: relative;
  z-index: 3;
}

@media (max-width: 992px) {
  .podcast-section__content {
    width: 100%;
    padding: 20px;
  }
}
.podcast-section__content h1 {
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 65px;
  font-weight: 900;
}

.podcast-section__content__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 60px auto;
}

@media (max-width: 992px) {
  .podcast-section__content__btn {
    margin: 30px auto 0 auto;
  }
}
.podcast-section__content__btn a {
  margin: auto 0;
}

.podcast-section__content iframe {
  width: 800px;
  height: 450px;
}

@media (max-width: 992px) {
  .podcast-section__content iframe {
    width: 100%;
    height: 300px;
  }
}
.podcast-archive {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.podcast-archive__first-video {
  display: flex;
  justify-content: center;
  margin: 70px 0 20px 0;
}

.podcast-archive__first-video .first-video-wrapper {
  width: 100%;
  max-width: 950px;
}

.podcast-archive__first-video .first-video-wrapper h3 {
  font-size: 18px;
  margin: 0;
  padding: 15px;
  background-color: #fbb03b;
}

.podcast-archive__first-video .position-relative {
  position: relative;
  width: 100%;
  max-width: 950px;
  padding-top: 50%;
}

.podcast-archive__first-video .position-relative iframe, .podcast-archive__first-video .position-relative video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.podcast-archive__first-video a {
  display: block;
  margin-top: 1rem;
  font-size: 1.2rem;
  text-align: center;
}

.podcast-archive__heading {
  text-align: start;
}

.podcast-archive__heading h1 {
  font-size: 40px;
  color: #fbb03b;
  margin: 10px 0;
  border-bottom: 2px solid #fbb03b;
}

.podcast-archive__other-videos {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 30px;
}

.podcast-archive__other-videos__video-item {
  flex: 0 0 calc(25% - 1rem);
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .podcast-archive__other-videos__video-item {
    flex: 100%;
  }
}
.podcast-archive__other-videos__video-item div {
  margin-bottom: 1rem;
}

.podcast-archive__other-videos__video-item h3 {
  font-size: 18px;
  color: #f55536;
}

.gallery-wrapper {
  position: relative;
  padding: 80px 0;
  display: flex;
  flex-direction: column;
}

.gallery-wrapper__heading {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 3;
}

.gallery-wrapper__heading::after {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 47.5%;
  width: 95%;
  height: 3px;
  background-color: #f55536;
  transform: translateX(-50%);
}

@media (max-width: 768px) {
  .gallery-wrapper__heading::after {
    left: 42%;
    width: 86%;
    bottom: 21px;
  }
}
.gallery-wrapper__heading__icon {
  background-color: #f55536;
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  border-bottom-left-radius: 0px;
}

@media (max-width: 768px) {
  .gallery-wrapper__heading__icon {
    width: 70px;
    height: 70px;
  }
}
.gallery-wrapper__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

@media (max-width: 992px) {
  .gallery-wrapper__cards {
    grid-template-columns: repeat(1, 1fr);
  }
}
.gallery-wrapper__cards__card {
  position: relative;
}

.gallery-wrapper__cards__card img {
  max-height: 550px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.gallery-wrapper__cards__card h2 {
  font-size: 19px;
  text-align: start;
  text-transform: uppercase;
  background-color: rgba(245, 85, 54, 0.7);
  color: #ffffff;
  font-weight: 700;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px;
  margin: 0;
}

.gallery-wrapper__cards__card h2 span {
  display: block;
  font-size: 16px;
  text-align: start;
  font-weight: 400;
}

.gallery-archive-wrapper {
  padding: 100px 0;
}

@media (max-width: 992px) {
  .gallery-archive-wrapper {
    padding: 80px 20px 40px;
  }
}
.single-gallery-heading-wrapper {
  display: flex;
  flex-direction: column;
  color: #f55536;
  padding-top: 80px;
  margin-bottom: 30px;
}

.single-gallery-heading-wrapper h1 {
  font-size: 20px;
}

.single-gallery-heading-wrapper h2 {
  margin: 0;
  padding-bottom: 20px;
  font-size: 18px;
  border-bottom: 1px solid #f55536;
}

.single-gallery-wrapper {
  padding: 0 20px 80px 20px;
}

.single-gallery-wrapper__img img {
  height: 300px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.archive-hero {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 200px 0;
  border-bottom-right-radius: 250px;
}

@media (max-width: 768px) {
  .archive-hero {
    padding: 150px 0 77px 0;
    border-bottom-right-radius: 100px;
  }
}
.archive-hero .archive-hero-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
}

.archive-hero .archive-hero-wrapper .drop-overlay {
  position: absolute;
  top: -240px;
  left: -70px;
  width: 590px;
  height: 590px;
  background: rgb(245, 85, 54);
  background: linear-gradient(145deg, rgb(245, 85, 54) 62%, rgba(255, 255, 255, 0) 84%);
  opacity: 0.5;
  z-index: 2;
  border-radius: 300px;
  border-bottom-left-radius: 0px;
}

@media (max-width: 768px) {
  .archive-hero .archive-hero-wrapper .drop-overlay {
    width: 220px;
    height: 220px;
    top: -30px;
    left: 0;
  }
}
.archive-hero .archive-hero-wrapper__heading {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  color: #ffffff;
  z-index: 3;
}

.archive-hero .archive-hero-wrapper__heading::after {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 47.5%;
  width: 95%;
  height: 3px;
  background-color: #8994ff;
  transform: translateX(-50%);
}

@media (max-width: 768px) {
  .archive-hero .archive-hero-wrapper__heading::after {
    left: 42%;
    width: 86%;
    bottom: 21px;
  }
}
.archive-hero .archive-hero-wrapper__heading__icon {
  background-color: #8994ff;
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  border-bottom-left-radius: 0px;
}

@media (max-width: 768px) {
  .archive-hero .archive-hero-wrapper__heading__icon {
    width: 70px;
    height: 70px;
  }
}
.dark-opacity {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  border-bottom-right-radius: 250px;
}

@media (max-width: 768px) {
  .dark-opacity {
    border-bottom-right-radius: 100px;
  }
}
.visitor-toggle-wrapper {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: start;
}

.visitor-toggle-wrapper .switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
  margin-right: 15px;
}

.visitor-toggle-wrapper .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.visitor-toggle-wrapper .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(84, 100, 255);
  transition: 0.4s;
  border-radius: 34px;
}

.visitor-toggle-wrapper .slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 3px;
  background-color: #ffffff;
  transition: 0.4s;
  border-radius: 50%;
}

.visitor-toggle-wrapper input:checked + .slider {
  background-color: #fbb03b;
}

.visitor-toggle-wrapper input:checked + .slider:before {
  transform: translateX(26px);
}

.container-payment-flow .wc-block-components-product-name {
  text-decoration: none;
  color: #303030;
  font-weight: 700;
}

.container-payment-flow .wc-block-cart__submit-button {
  background-color: #fbb03b;
  color: #ffffff;
  font-weight: 700;
  border: 1px solid #fbb03b;
  border-radius: 50px;
  padding: 10px 30px;
  text-transform: capitalize;
  font-size: 20px;
  margin-top: 20px;
  text-decoration: none;
}

.container-payment-flow .wc-block-cart__submit-button:hover {
  background-color: transparent;
  color: #fbb03b;
}

.container-payment-flow .wc-block-cart-item__remove-link {
  text-decoration: none !important;
}

.container-payment-flow .wc-block-cart-items__header {
  color: rgb(84, 100, 255);
}

.container-payment-flow .wc-block-cart-items__header th {
  font-weight: 700;
  font-size: 1rem;
}

.container-payment-flow .wc-block-cart__totals-title {
  color: rgb(84, 100, 255) !important;
  font-weight: 700 !important;
  font-size: 1rem !important;
}

.container-payment-flow .woocommerce-checkout h3, .container-payment-flow .woocommerce-checkout h4 {
  color: rgb(84, 100, 255);
}

.container-payment-flow .woocommerce-checkout .shop_table {
  border: none;
  background-color: #F6F6F6;
  padding: 10px 20px;
}

.container-payment-flow .woocommerce-checkout .woocommerce-checkout-payment {
  background-color: rgb(84, 100, 255) !important;
  color: #ffffff;
}

.container-payment-flow .woocommerce-checkout .woocommerce-checkout-payment label {
  font-weight: bolder !important;
}

.container-payment-flow .woocommerce-checkout .button {
  background-color: #ffffff !important;
  color: #303030 !important;
  font-weight: 700;
  border: 1px solid #ffffff;
  border-radius: 50px;
  padding: 10px 60px !important;
  text-transform: capitalize;
  margin-top: 20px;
  text-decoration: none;
  font-weight: 700;
}

.container-payment-flow .woocommerce-checkout .button:hover {
  background-color: transparent !important;
  color: #ffffff !important;
}

.container-payment-flow .woocommerce-order h2 {
  color: rgb(84, 100, 255);
}

.container-payment-flow .woocommerce-order .woocommerce-thankyou-order-received, .container-payment-flow .woocommerce-order .woocommerce-thankyou-order-details {
  color: #ffffff;
  background-color: rgb(84, 100, 255);
  padding: 20px 10px;
  border-radius: 6px;
}

.container-payment-flow .woocommerce-order .woocommerce-thankyou-order-received {
  font-size: 1.25rem;
  font-weight: 700;
}

.container-payment-flow .woocommerce-order .shop_table {
  border: none;
  background-color: #F6F6F6;
  padding: 10px 20px;
}

.container-payment-flow .woocommerce-order .shop_table a {
  text-decoration: none;
  color: #303030;
}

.container-payment-flow .woocommerce-order address {
  background-color: #F6F6F6;
  border: none;
  padding: 20px;
}

.customer-type-toggle-wrapper .woocommerce-input-wrapper {
  display: flex;
}

.customer-type-toggle-wrapper .woocommerce-input-wrapper input {
  margin-right: 0.5rem;
}

.customer-type-toggle-wrapper .woocommerce-input-wrapper label {
  margin-right: 1rem;
}

.wc-block-components-product-metadata {
  display: none !important;
}

.wc-block-components-product-details__event-date {
  display: none !important;
}

.content-section-wrapper {
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
  position: relative;
  z-index: 2;
}

.content-section-wrapper .purple-overlay {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(37, 47, 132, 0.7);
}

.content-section-wrapper .contact-section {
  position: relative;
  z-index: 4;
  padding: 80px;
  flex-direction: column;
  color: white;
}

@media (max-width: 992px) {
  .content-section-wrapper .contact-section {
    padding: 20px;
  }
}
.content-section-wrapper .contact-section .contact-row {
  display: grid;
  max-width: 80%;
  grid-template-columns: 70% 30%;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  margin-left: 15%;
}

@media (max-width: 992px) {
  .content-section-wrapper .contact-section .contact-row {
    grid-template-columns: 100%;
    max-width: 100%;
    margin-left: 0;
    row-gap: 1rem;
  }
}
.content-section-wrapper .contact-section h1 {
  font-size: 32px;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-weight: 900;
  text-align: center;
}

.content-section-wrapper .contact-section h4 {
  font-size: 24px;
  margin: 0;
  font-weight: 900;
  text-align: center;
}

.content-section-wrapper .contact-section__text {
  margin-bottom: 50px;
}

.content-section-wrapper .contact-section__text p {
  margin: 0;
  text-align: center;
}

.content-section-wrapper .contact-section input, .content-section-wrapper .contact-section textarea {
  background-color: transparent !important;
}

.content-section-wrapper .contact-section label {
  font-size: 14px !important;
  color: #ffffff !important;
}

.content-section-wrapper .contact-section button {
  color: #ffffff !important;
  background-color: #fbb03b !important;
  text-transform: uppercase !important;
  padding: 10px 35px !important;
  display: flex !important;
  justify-content: center !important;
  font-size: 16px !important;
  margin: 0 auto !important;
  border-radius: 33px !important;
}

.content-section-wrapper .contact-section__contact .phone {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-top: 25px;
}

@media (max-width: 768px) {
  .content-section-wrapper .contact-section__contact .phone {
    justify-content: center;
  }
}
.content-section-wrapper .contact-section__contact .phone p {
  margin: 0 0 0 15px;
  font-weight: 700;
}

.content-section-wrapper .contact-section__contact .location {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-top: 25px;
}

@media (max-width: 768px) {
  .content-section-wrapper .contact-section__contact .location {
    justify-content: center;
  }
}
.content-section-wrapper .contact-section__contact .location p {
  margin: 0 0 0 15px;
  font-weight: 700;
}

.content-section-wrapper .contact-section__social {
  margin-top: 25px;
}

@media (max-width: 768px) {
  .content-section-wrapper .contact-section__social {
    display: flex;
    justify-content: center;
  }
}
.content-section-wrapper .contact-section__social a {
  text-decoration: none;
  margin-right: 15px;
}

.content-editor-wrapper {
  padding-top: 50px;
  padding-bottom: 50px;
}

.content-editor-wrapper h1, .content-editor-wrapper h2, .content-editor-wrapper h3, .content-editor-wrapper h4, .content-editor-wrapper h5, .content-editor-wrapper h6 {
  color: #8994ff;
}

.awards-wrapper {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 2;
  padding: 100px 0;
}

.awards-wrapper .orange-overlay {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(245, 85, 54, 0.7);
}

.awards-wrapper__content {
  position: relative;
  z-index: 4;
}

.awards-wrapper__content__text {
  color: #ffffff;
  margin-right: 40px;
}

@media (max-width: 768px) {
  .awards-wrapper__content__text {
    margin-right: 0;
  }
}
.awards-wrapper__content__text__btn {
  padding: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}

.awards-wrapper__content__text__btn a {
  text-decoration: none;
  color: #655ae5;
  font-size: 30px;
  font-weight: bold;
}

.awards-wrapper__content__form__heading {
  margin-bottom: 0;
  background-color: #8994ff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 25px;
  color: #ffffff;
}

.awards-wrapper__content__form form {
  background-color: #ffffff;
  padding: 25px !important;
  border-bottom-left-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
  margin-top: 0 !important;
}

.rulebook-contact-wrapper {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 40px 0;
  background-color: rgb(84, 100, 255);
  margin-bottom: 80px;
}

.rulebook-contact-wrapper__text {
  color: #ffffff;
  margin-bottom: 12px;
}

.newsletter-section-wrapper {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 100px 0;
}

@media (max-width: 992px) {
  .newsletter-section-wrapper {
    padding: 40px 0;
  }
}
.newsletter-section-wrapper .overlay-section {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(84, 100, 255);
  opacity: 0.9;
  background-blend-mode: multiply;
}

.newsletter-section-wrapper__container {
  display: flex;
  position: relative;
  z-index: 3;
}

@media (max-width: 992px) {
  .newsletter-section-wrapper__container {
    flex-direction: column;
  }
}
.newsletter-section-wrapper__container .support-box, .newsletter-section-wrapper__container .newsletter-box {
  flex: 1 1 50%;
  border-radius: 10px;
  padding: 30px;
  background-color: #ffffff;
}

@media (max-width: 992px) {
  .newsletter-section-wrapper__container .support-box, .newsletter-section-wrapper__container .newsletter-box {
    flex-basis: 100%;
  }
}
.newsletter-section-wrapper__container .support-box {
  margin-right: 30px;
}

@media (max-width: 992px) {
  .newsletter-section-wrapper__container .support-box {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.newsletter-section-wrapper__container .support-box .inner-box {
  height: 100%;
  position: relative;
}

@media (max-width: 992px) {
  .newsletter-section-wrapper__container .support-box .inner-box {
    position: static;
  }
}
.newsletter-section-wrapper__container .support-box .inner-box a {
  margin-top: auto;
  bottom: 0;
  transform: translate(0, -100%);
  position: absolute;
}

@media (max-width: 992px) {
  .newsletter-section-wrapper__container .support-box .inner-box a {
    position: static;
    transform: translate(0, 0);
  }
}
.newsletter-section-wrapper__container .newsletter-form button {
  background-color: #fbb03b !important;
  text-transform: capitalize;
  color: #ffffff !important;
  font-weight: bold;
  font-size: 20px;
  padding: 5px 60px !important;
  text-decoration: none;
  border-radius: 50px !important;
  border: 1px solid #fbb03b !important;
}

.newsletter-section-wrapper__container .newsletter-form button:hover {
  background-color: transparent !important;
  color: #fbb03b !important;
  box-shadow: none !important;
  scale: unset !important;
}

.partners-logos {
  margin: 100px auto;
  display: flex;
  flex-direction: column;
}

.partners-logos .d-none {
  display: none;
}

.partners-logos__level-icon {
  margin: 0 auto;
}

.partners-logos__level {
  text-align: center;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 700;
  width: 100%;
  display: block;
  margin: 0;
}

.partners-logos .partners-grid {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 10px 0;
  flex-wrap: wrap;
  gap: 10px;
}

.partners-logos .partners-grid__image-wrapper {
  flex-basis: 19%;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1200px) {
  .partners-logos .partners-grid__image-wrapper {
    flex-basis: 25%;
  }
}
@media (max-width: 992px) {
  .partners-logos .partners-grid__image-wrapper {
    flex-basis: 30%;
  }
}
@media (max-width: 768px) {
  .partners-logos .partners-grid__image-wrapper {
    flex-basis: 40%;
  }
}
@media (max-width: 576px) {
  .partners-logos .partners-grid__image-wrapper {
    flex-basis: 100%;
  }
}
.partners-logos .partners-grid img {
  height: auto;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.partners-section {
  text-align: center;
  padding-top: 60px;
}

.partners-section__heading {
  margin: 24px 0;
  font-size: 32px;
  text-transform: uppercase;
}

.partners-section__text {
  margin: 24px auto;
  width: 70%;
}

@media (max-width: 1200px) {
  .partners-section__text {
    width: 100%;
  }
}
.partners-section__subheading {
  margin: 50px 0 20px 0;
  font-size: 24px;
}

.partners-section__image-wrapper {
  width: 50%;
  margin: 0 auto;
}

.partners-section__image-wrapper img {
  height: 190px;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
} 

/*# sourceMappingURL=style.css.map */
