/*--------------------------------------------------------------
>>> 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.
 */
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}
.owl-carousel{display:none;width:100%;z-index:1}
.owl-carousel .owl-stage{position:relative;touch-action:manipulation;-moz-backface-visibility:hidden}
.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}
.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}
.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}
.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}
.owl-carousel .owl-item img{display:block;width:100%}
.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}
.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}
.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}
.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}
.owl-carousel.owl-loading{opacity:0;display:block}
.owl-carousel.owl-hidden{opacity:0}
.owl-carousel.owl-refresh .owl-item{visibility:hidden}
.owl-carousel.owl-drag .owl-item{touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;user-select:none}
.owl-carousel.owl-grab{cursor:move;cursor:grab}
.owl-carousel.owl-rtl{direction:rtl}
.owl-carousel.owl-rtl .owl-item{float:right}
.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}
.owl-carousel .owl-animated-in{z-index:0}
.owl-carousel .owl-animated-out{z-index:1}
.owl-carousel .fadeOut{animation-name:fadeOut}
@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}
.owl-height{transition:height .5s ease-in-out}
.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}
.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}
.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}
.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}
.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}
.owl-carousel .owl-video-play-icon:hover{transform:scale(1.3,1.3)}
.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}
.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}
.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}
.owl-theme .owl-nav{margin-top:10px}
.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}
.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}
.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}
.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}
.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}
.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}
.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
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
--------------------------------------------- */
@media (min-width: 768px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl,
  .container-xxl {
    max-width: 1676px;
  }
}
body,
button,
input,
select,
optgroup,
textarea {
  color: #000000;
  font-family: "neulis-neue", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue";
  font-size: clamp(1.8rem, 1.8vw, 2.4rem);
  line-height: 1.5;
}
/*h1, .h1,
h2, .h2,
h3, .h3,
h4, .h3,
h5, .h4,
h6, .h6 {
  clear: both;
  font-style: normal;
  font-family: $font__main;
}

h1, .h1 {
  font-size: 9.5rem;
  line-height: calc(105/95);
  font-weight: 700;
}

h2, .h2 {
  font-size: 7.6rem;
  line-height: calc(86/76);
  font-weight: 600;
}


h3, .h3 {
  font-size: 7.1rem;
  line-height: calc(71/61);
  font-weight: 600;
}

h4, .h4 {
  font-size: 5.5rem;
  line-height: calc(65/55);
  font-weight: 600;
}

h5, .h5 {
  font-size: 4.2rem;
  line-height: calc(52/42);
  font-weight: 500;
}

h6, .h6 {
  font-size: 3.4rem;
  line-height: calc(44/34);
  font-weight: 400;
}

.sub-heading{
  font-size: 3.9rem;
  line-height: calc(49/39);
  font-weight: 300;
}

.intro{
  font-size: 3.2rem;
  line-height: calc(42/32);
  font-weight: 600;
}

.main-title{
  font-size: 3.2rem;
  line-height: calc(42/32);
  font-weight: 600;
}

.testimonial-title{
  font-size: 8.2rem;
  line-height: calc(92/82);
  font-weight: 600;
}*/
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h3,
h5, .h4,
h6, .h6 {
  clear: both;
  font-style: normal;
  font-family: "neulis-neue", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue";
}
/* H1 */
h1, .h1 {
  font-size: clamp(6.5rem, 6vw, 9.5rem);
  line-height: 1.1052631579;
  font-weight: 700;
}
/* H2 */
h2, .h2 {
  font-size: clamp(5.3rem, 5vw, 7.6rem);
  line-height: 1.1315789474;
  font-weight: 600;
}
/* H3 */
h3, .h3 {
  font-size: clamp(5rem, 4.5vw, 7.1rem);
  line-height: 1.1639344262;
  font-weight: 600;
}
/* H4 */
h4, .h4 {
  font-size: clamp(3.8rem, 3.5vw, 5.5rem);
  line-height: 1.1818181818;
  font-weight: 600;
}
/* H5 */
h5, .h5 {
  font-size: clamp(2.9rem, 2.8vw, 4.2rem);
  line-height: 1.2380952381;
  font-weight: 500;
}
/* H6 */
h6, .h6 {
  font-size: clamp(2.4rem, 2.2vw, 3.4rem);
  line-height: 1.2941176471;
  font-weight: 400;
}
/* Sub Heading */
.sub-heading {
  font-size: clamp(2.7rem, 2.6vw, 3.9rem);
  line-height: 1.2564102564;
  font-weight: 300;
}
/* Intro */
.intro {
  font-size: clamp(2.2rem, 2.2vw, 3.2rem);
  line-height: 1.3125;
  font-weight: 600;
}
/* Main Title */
.main-title {
  font-size: clamp(2.2rem, 2.2vw, 3.2rem);
  line-height: 1.3125;
  font-weight: 600;
}
/* Testimonial Title */
.testimonial-title {
  font-size: clamp(5.7rem, 5.5vw, 8.2rem);
  line-height: 1.1219512195;
  font-weight: 600;
}
p {
  margin-bottom: 1rem;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5rem;
}
address {
  margin: 0 0 1.5rem;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6rem;
  max-width: 100%;
  overflow: auto;
  padding: 1.6rem;
}
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%;
}
a {
  text-decoration: none;
}
.f-w-400 {
  font-weight: 400;
}
.f-w-500 {
  font-weight: 500;
}
.f-w-600 {
  font-weight: 600;
}
.f-w-700 {
  font-weight: 700;
}
.text-brand {
  color: #5ACBC2;
}
.text-brand-dark {
  color: #37158D;
}
.text-black {
  color: #000000;
}
.text-white {
  color: #FFFFFF;
}
.bg-brand {
  background-color: #5ACBC2;
}
.bg-brand-dark {
  background-color: #37158D;
}
.bg-white {
  background-color: #FFFFFF;
}
/* Elements
--------------------------------------------- */
html {
  font-size: 62.5%;
  box-sizing: border-box;
}
/*@media (max-width: 1200px) {
  html {
    font-size: 56.25%; // 9px
  }
}

@media (max-width: 992px) {
  html {
    font-size: 50%; // 8px
  }
}

@media (max-width: 768px) {
  html {
    font-size: 43.75%; // 7px
  }
}*/
body {
  font-family: "neulis-neue", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue";
  background: #ECFFFD;
  font-weight: 400;
  font-size: 2.2rem;
  box-sizing: border-box;
}
#primary {
  overflow: hidden;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
ul,
ol {
  margin: 0 0 1rem 1rem;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1rem;
}
dt {
  font-weight: 700;
}
dd {
  margin: 0 1.5rem 1.5rem;
}
/* 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: #5ACBC2;
}
a:visited {
  color: #5ACBC2;
}
a:hover, a:focus, a:active {
  color: #5ACBC2;
}
a:focus {
  outline: 0;
}
a:hover, a:active {
  outline: 0;
}
/* Forms
--------------------------------------------- */
button, .button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid transparent;
  padding: 0.5rem 1.8rem;
  border-radius: 1rem;
  background-color: #5ACBC2;
  color: #37158D;
  font-family: "neulis-neue", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue";
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.4px;
}
button, .button,
input[type=button],
input[type=reset],
input[type=submit] {
  /*&:after{
  	content: '';
  	position: absolute;
  	top: 50%;
  	left: 0;
  	transform: translateY(-50%);

  	width: 0;
  	height: 0;

  	border-top: 7px solid transparent;
  	border-bottom: 7px solid transparent;
  	border-left: 12px solid $color_white; // triangle color
  }*/
}
.button-alt {
  border: 1px solid transparent;
  padding: 0.5rem 1.8rem;
  border-radius: 1rem;
  background-color: #37158D;
  color: #FFFFFF;
  font-family: "neulis-neue", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue";
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.4px;
  position: relative;
}
.button-alt:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 12px solid #FFFFFF;
}
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;
  outline: none;
}
select {
  border: 1px solid #ccc;
}
textarea {
  width: 100%;
}
[type=search] {
  padding: 0.5rem 1.8rem !important;
  border-radius: 1rem !important;
  font-family: "neulis-neue", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue";
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.4px;
}
/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
/*.main-navigation {
	display: block;
	width: 100%;

	ul {
		display: none;
		list-style: none;
		margin: 0;
		padding-left: 0;

		ul {
			box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
			float: left;
			position: absolute;
			top: 100%;
			left: -999em;
			z-index: 99999;

			ul {
				left: -999em;
				top: 0;
			}

			li {

				&:hover > ul,
				&.focus > ul {
					display: block;
					left: auto;
				}
			}

			a {
				width: 200px;
			}

			:hover > a,
			.focus > a {
			}

			a:hover,
			a.focus {
			}
		}

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

	li {
		position: relative;

		&:hover > a,
		&.focus > a {
		}
	}

	a {
		display: block;
		text-decoration: none;
	}

	.current_page_item > a,
	.current-menu-item > a,
	.current_page_ancestor > a,
	.current-menu-ancestor > a {
	}
}


.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-links a,
.posts-navigation .nav-links a,
.post-navigation .nav-links a {
  color: #37158D;
  font-weight: 600;
}
.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%;
}
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #37158D;
}
.hamburger-box {
  width: 3.5rem;
  height: 3.2rem;
  display: inline-block;
  position: relative;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -0.2rem;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 3.5rem;
  height: 0.6rem;
  background-color: #37158D;
  border-radius: 0.4rem;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -1rem;
}
.hamburger-inner::after {
  bottom: -1rem;
}
/*
   * 3DX
   */
.hamburger--3dx .hamburger-box {
  perspective: 8rem;
}
.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(180deg);
}
.hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 1rem, 0) rotate(45deg);
}
.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -1rem, 0) rotate(-45deg);
}
/*
   * 3DX Reverse
   */
.hamburger--3dx-r .hamburger-box {
  perspective: 8rem;
}
.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(-180deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 1rem, 0) rotate(45deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -1rem, 0) rotate(-45deg);
}
/*
   * 3DY
   */
.hamburger--3dy .hamburger-box {
  perspective: 8rem;
}
.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(-180deg);
}
.hamburger--3dy.is-active .hamburger-inner::before {
  transform: translate3d(0, 1rem, 0) rotate(45deg);
}
.hamburger--3dy.is-active .hamburger-inner::after {
  transform: translate3d(0, -1rem, 0) rotate(-45deg);
}
/*
   * 3DY Reverse
   */
.hamburger--3dy-r .hamburger-box {
  perspective: 8rem;
}
.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 1rem, 0) rotate(45deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -1rem, 0) rotate(-45deg);
}
/*
   * 3DXY
   */
.hamburger--3dxy .hamburger-box {
  perspective: 8rem;
}
.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg);
}
.hamburger--3dxy.is-active .hamburger-inner::before {
  transform: translate3d(0, 1rem, 0) rotate(45deg);
}
.hamburger--3dxy.is-active .hamburger-inner::after {
  transform: translate3d(0, -1rem, 0) rotate(-45deg);
}
/*
   * 3DXY Reverse
   */
.hamburger--3dxy-r .hamburger-box {
  perspective: 8rem;
}
.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 1rem, 0) rotate(45deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -1rem, 0) rotate(-45deg);
}
/*
   * Arrow
   */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-0.8rem, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-0.8ren, 0, 0) rotate(45deg) scale(0.7, 1);
}
/*
   * Arrow Right
   */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(0.8rem, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(0.8rem, 0, 0) rotate(-45deg) scale(0.7, 1);
}
/*
   * Arrow Alt
   */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-0.8rem, -1rem, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-0.8rem, 1rem, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
/*
   * Arrow Alt Right
   */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(0.8rem, -1rem, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(0.8rem, 1rem, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
/*
   * Arrow Turn
   */
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn.is-active .hamburger-inner::before {
  transform: translate3d(0.8rem, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrowturn.is-active .hamburger-inner::after {
  transform: translate3d(0.8rem, 0, 0) rotate(-45deg) scale(0.7, 1);
}
/*
   * Arrow Turn Right
   */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::before {
  transform: translate3d(-0.8rem, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::after {
  transform: translate3d(-0.8rem, 0, 0) rotate(45deg) scale(0.7, 1);
}
/*
   * Boring
   */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none;
}
.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}
.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}
/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
  top: -2rem;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -1rem, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Collapse Reverse
   */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r .hamburger-inner::after {
  top: -2rem;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -1rem, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
  top: 0.2rem;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic .hamburger-inner::before {
  top: 1rem;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic .hamburger-inner::after {
  top: 2rem;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 1rem, 0) rotate(135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -2rem, 0) rotate(-270deg);
  transition-delay: 0.075s;
}
/*
   * Elastic Reverse
   */
.hamburger--elastic-r .hamburger-inner {
  top: 0.2rem;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r .hamburger-inner::before {
  top: 1rem;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic-r .hamburger-inner::after {
  top: 2rem;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 1rem, 0) rotate(-135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic-r.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -2rem, 0) rotate(270deg);
  transition-delay: 0.075s;
}
/*
   * Emphatic
   */
.hamburger--emphatic {
  overflow: hidden;
}
.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::after {
  top: 1rem;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}
.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -8rem;
  top: -8rem;
  transform: translate3d(8rem, 8rem, 0) rotate(45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -8rem;
  top: -8rem;
  transform: translate3d(-8rem, 8rem, 0) rotate(-45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
/*
   * Emphatic Reverse
   */
.hamburger--emphatic-r {
  overflow: hidden;
}
.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::after {
  top: 1rem;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}
.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -8rem;
  top: 8rem;
  transform: translate3d(8rem, -8rem, 0) rotate(-45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -8rem;
  top: 8rem;
  transform: translate3d(-8rem, -8rem, 0) rotate(45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
/*
   * Minus
   */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
}
.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
}
.hamburger--minus.is-active .hamburger-inner::before {
  top: 0;
}
.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0;
}
/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 0.2rem;
}
.hamburger--slider .hamburger-inner::before {
  top: 1rem;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner::after {
  top: 2rem;
}
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 1rem, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-0.571429rem, -0.6rem, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -2rem, 0) rotate(-90deg);
}
/*
   * Slider Reverse
   */
.hamburger--slider-r .hamburger-inner {
  top: 0.2rem;
}
.hamburger--slider-r .hamburger-inner::before {
  top: 1rem;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider-r .hamburger-inner::after {
  top: 2rem;
}
.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 1rem, 0) rotate(-45deg);
}
.hamburger--slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(0.571429rem, -0.6rem, 0);
  opacity: 0;
}
.hamburger--slider-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -0.2rem, 0) rotate(90deg);
}
/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 0.2rem;
  transition: background-color 0s 0.13s linear;
}
.hamburger--spring .hamburger-inner::before {
  top: 1rem;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner::after {
  top: 2rem;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important;
}
.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 1rem, 0) rotate(45deg);
}
.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 1rem, 0) rotate(-45deg);
}
/*
   * Spring Reverse
   */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r .hamburger-inner::after {
  top: -2rem;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}
.hamburger--spring-r .hamburger-inner::before {
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -1rem, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}
.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Stand
   */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Stand Reverse
   */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand-r .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Vortex
   */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
}
/*
   * Vortex Reverse
   */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex-r .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex-r .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}
#breadcrumbs_wrapper {
  padding: 0;
  margin-bottom: 2rem;
}
#breadcrumbs_wrapper .breadcrumbs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  color: #5ACBC2;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.4px;
}
#breadcrumbs_wrapper .breadcrumbs > span:not(.breadcrumb-sep) {
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.4px;
}
#breadcrumbs_wrapper .breadcrumbs > span:not(.breadcrumb-sep) a {
  text-decoration: underline;
  color: #37158D;
}
#breadcrumbs_wrapper .breadcrumbs .breadcrumb-sep {
  color: #37158D;
}
/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}
.post,
.page {
  margin: 0 0 1.5em;
}
.post .entry-header h1, .post .entry-header .h1,
.page .entry-header h1,
.page .entry-header .h1 {
  color: #5ACBC2;
}
.updated:not(.published) {
  display: none;
}
.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
  overflow-wrap: anywhere;
  color: #37158D;
}
.page-content blockquote,
.entry-content blockquote,
.entry-summary blockquote {
  border-left: 0.5rem solid #37158D;
  margin: 0 0 2rem 0;
  padding: 0 0 0 2rem;
}
.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;
}
/* Footer
--------------------------------------------- */
#footer {
  margin-top: 10rem;
}
#footer .footer-wrap .footer_menus {
  margin-bottom: 3rem;
}
#footer .footer-wrap .footer_menus #footer-menu {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  align-items: center;
  justify-content: center;
  gap: 3rem;
}
#footer .footer-wrap .footer_menus #footer-menu li {
  list-style: none;
}
#footer .footer-wrap .footer_menus #footer-menu li a {
  color: #37158D;
  font-family: "neulis-neue", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue";
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: underline;
}
#footer .footer-wrap .footer_notes {
  margin-bottom: 3rem;
}
#footer .footer-wrap .footer_notes p {
  color: #37158D;
  font-family: "neulis-neue", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue";
  text-align: center;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.4px;
}
#footer .footer-wrap .footer_notes p strong {
  font-weight: 600;
}
@media (max-width: 1049.98px) {
  #footer .footer-wrap .footer_notes p span {
    display: block;
  }
}
#footer .footer-wrap .footer_copyright {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  justify-items: center;
  gap: 2.7rem;
}
#footer .footer-wrap .footer_copyright p {
  color: #37158D;
  text-align: center;
  font-family: "neulis-neue", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: -0.32px;
}
#footer .footer-wrap .footer_copyright p a {
  color: #37158D;
}
#footer .footer-wrap .footer_copyright svg {
  width: 3.1rem;
  height: 3.1rem;
}
@media (max-width: 1049.98px) {
  #footer .footer-wrap .footer_copyright {
    flex-direction: row;
  }
  #footer .footer-wrap .footer_copyright p {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 1249.98px) {
  .container {
    max-width: 100% !important;
  }
}
.site-header {
  margin-top: 6.3rem;
  margin-bottom: 6.3rem;
  position: relative;
  width: 100%;
  transition: all 0.3s ease-in-out;
  z-index: 999;
}
.site-header.fixed {
  margin-top: 0;
  margin-bottom: 0;
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  background: #fff !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transform: translateY(-100%); /* start hidden */
  animation: slideDown 0.3s ease forwards; /* slide-in */
  z-index: 3 !important;
}
@media (max-width: 1400px) {
  .site-header {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .site-header .navbar-expand .navbar-collapse {
    display: none !important;
  }
  .site-header .navbar-expand .navbar-toggler {
    display: block !important;
    width: 3.5rem;
    height: 3.2rem;
  }
  .site-header .navbar-expand .navbar-collapse.show {
    display: block !important;
  }
  .site-header .navbar.navbar-expand {
    margin-left: auto !important;
  }
  .site-header #header-wrap {
    height: 5rem;
    padding: 0.9rem 2rem;
    border-radius: 1rem;
  }
  .site-header #header-wrap .custom-logo-link img {
    max-height: 6.6rem;
    aspect-ratio: 65/33;
  }
  .site-header #header-wrap .social-icons-topmenu {
    display: none;
  }
  .site-header #mobile-home {
    display: inline-block !important;
    margin-right: 2.2rem;
  }
  .site-header #mobile-home svg {
    width: 3.61rem;
    height: 3.206rem;
  }
}
@keyframes slideDown {
  to {
    transform: translateY(0);
  }
}
#header-wrap {
  display: flex;
  align-items: center;
  height: 7.5rem;
  padding: 1.75rem 1.5rem 1.75rem 3rem;
  background-color: #FFFFFF;
  border-radius: 2rem;
  position: relative;
  overflow: visible;
}
#header-wrap .custom-logo-link {
  margin: 0;
}
#header-wrap .custom-logo-link img {
  max-height: 11.1rem;
  width: auto !important;
  max-width: initial;
  height: 100%;
  aspect-ratio: 73/37;
  margin-top: -1rem;
}
#header-wrap .social-icons-topmenu {
  list-style: none;
  margin: 0 0 0 6.1rem;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#header-wrap .social-icons-topmenu li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#header-wrap .social-icons-topmenu li:first-child a {
  transform: rotate(-4.05deg);
}
#header-wrap .social-icons-topmenu li:last-child {
  margin-left: 0.5rem;
}
#header-wrap .social-icons-topmenu li:last-child a {
  transform: rotate(-85.71deg);
}
@media screen and (max-width: 1405px) {
  #header-wrap .social-icons-topmenu {
    margin-left: 2rem;
  }
}
#header-wrap .navbar {
  padding: 0;
  margin-left: auto;
}
#header-wrap .navbar #mobile-home {
  display: none;
}
#header-wrap .navbar .navbar-toggler:focus {
  box-shadow: none;
}
#header-wrap .navbar .navbar-nav {
  margin: 0;
  padding: 0;
  gap: 5rem;
}
#header-wrap .navbar .navbar-nav li.homemenu a {
  display: inline-block;
  width: 3.6091rem;
  height: 3.205rem;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="37" height="33" viewBox="0 0 37 33" fill="none"><path d="M18.0435 8.60999L4.98352 17.71C4.98352 17.71 4.89352 17.76 4.85352 17.79V29.4C4.85352 30.86 6.04352 32.05 7.49352 32.05H14.0135V24.76C14.0135 23.79 14.8035 22.99 15.7835 22.99H20.3035C21.2735 22.99 22.0635 23.78 22.0635 24.76V32.05H28.4635C29.9235 32.05 31.1235 30.86 31.1235 29.4V17.72C31.1235 17.72 31.1135 17.72 31.1035 17.71L18.0435 8.60999Z" fill="%2337158D"/><path d="M31.1227 1.77C31.1227 0.8 30.3227 0 29.3527 0H26.7627C25.8427 0 25.0827 0.72 25.0127 1.63L31.1227 5.89V1.77Z" fill="%2337158D"/><path d="M32.6231 15.54C33.0131 15.81 33.4531 15.94 33.8831 15.94C34.5831 15.94 35.2731 15.61 35.6931 14.99C36.3931 13.99 36.1431 12.61 35.1431 11.91L18.0431 0L0.943104 11.92C-0.0568957 12.61 -0.296896 13.99 0.393104 15C0.823104 15.62 1.5131 15.95 2.2031 15.95C2.6431 15.95 3.0731 15.82 3.4631 15.55L18.0431 5.39L32.6231 15.55V15.54Z" fill="%2337158D"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  margin-top: 0.5rem;
}
#header-wrap .navbar .navbar-nav li.high_lighted_item {
  border-radius: 1rem;
  background-color: #5ACBC2;
  padding: 0.5rem 1.8rem;
}
#header-wrap .navbar .navbar-nav li.high_lighted_item a {
  position: relative;
  padding-right: 3.1rem;
}
#header-wrap .navbar .navbar-nav li.high_lighted_item a:after {
  position: absolute;
  right: 0;
  top: 57%;
  transform: translateY(-50%);
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="14" viewBox="0 0 12 14" fill="none"><path d="M11.3196 5.71422C12.1523 6.06593 12.1605 7.26688 11.332 7.62825C7.65776 9.23083 5.02755 10.7166 1.65898 13.1554C0.926806 13.6854 -0.10492 13.0686 0.0126652 12.1723C0.54428 8.12033 0.535719 5.26384 0.00883854 1.17545C-0.107277 0.274432 0.937309 -0.337545 1.66734 0.203164C5.02155 2.68752 7.65019 4.1643 11.3196 5.71422Z" fill="white"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  display: inline-block;
  width: 1.6rem;
  height: 1.4rem;
  color: #FFFFFF;
}
#header-wrap .navbar .navbar-nav li a {
  color: #37158D;
  font-family: "neulis-neue", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue";
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.4px;
}
#header-wrap .navbar .navbar-nav li .dropdown-menu[data-bs-popper] {
  margin-top: 3.6rem;
  border-radius: 0;
  border: 0 none;
  background-color: #ffffff;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
#header-wrap .navbar .navbar-nav li .dropdown-menu[data-bs-popper] li {
  border-bottom: 1px solid #7030A0;
}
#header-wrap .navbar .navbar-nav li .dropdown-menu[data-bs-popper] li a {
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.4px;
  padding-bottom: 1rem;
}
#header-wrap .navbar .navbar-nav li {
  /*.dropdown-toggle {
    display: none;

    background-color: transparent;
    padding: 0;
    border: 0;

    &:after {
      display: inline-block;
      width: 16px;
      height: 16px;

      vertical-align: middle;
      content: "";
      border: 0;

      background-image: url('../images/icon_down_arrow_menu.svg'); !* your custom caret *!
      background-size: contain; !* scale image properly *!
      background-repeat: no-repeat;
      background-position: center;

      &:focus {
        outline: none !important;
      }
    }

    &:focus {
      outline: none !important;
    }
  }*/
  /*&.dropdown {
    display: flex;
    gap: 1rem;
  }*/
}
@media screen and (max-width: 1405px) {
  #header-wrap .navbar .navbar-nav {
    gap: 2rem;
  }
}
.offcanvas {
  width: 100% !important;
  background-color: #37158D;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.offcanvas .offcanvas-header {
  padding: 4rem 4rem 4rem 4rem;
  width: 100%;
}
.offcanvas .offcanvas-header button.hamburger {
  margin-left: auto;
}
.offcanvas .offcanvas-header button.hamburger:after {
  display: none !important;
}
.offcanvas .offcanvas-header .hamburger.is-active .hamburger-inner, .offcanvas .offcanvas-header .hamburger.is-active .hamburger-inner::before, .offcanvas .offcanvas-header .hamburger.is-active .hamburger-inner::after {
  background-color: #FFFFFF;
}
.offcanvas .offcanvas-body {
  width: 100%;
}
.offcanvas .offcanvas-body #mobile-menu {
  width: 100%;
  margin: 0 0 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.offcanvas .offcanvas-body #mobile-menu li.open-parent {
  border-bottom: 0 none;
}
.offcanvas .offcanvas-body #mobile-menu li.menu-item-has-children {
  position: relative;
}
.offcanvas .offcanvas-body #mobile-menu li.menu-item-has-children ul {
  position: relative !important;
  border-radius: 0;
  width: 100%;
  padding: 2rem;
  display: none;
  margin-top: 1rem !important;
}
.offcanvas .offcanvas-body #mobile-menu li.menu-item-has-children ul.show {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  position: relative !important;
  transform: none !important;
}
.offcanvas .offcanvas-body #mobile-menu li.menu-item-has-children ul li a.active {
  background-color: transparent;
}
.offcanvas .offcanvas-body #mobile-menu li a {
  color: #FFFFFF;
  font-family: "neulis-neue", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue";
  font-size: clamp(1.8rem, 1.8vw, 2.4rem);
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -0.048rem;
  position: relative;
}
.offcanvas .offcanvas-body #mobile-menu li a:after {
  position: absolute;
  right: 2rem;
  top: 57%;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDEyIDE0IiBmaWxsPSJub25lIj4KPHBhdGggZD0iTTExLjMxOTcgNS43MTQyM0MxMi4xNTI0IDYuMDY1OTQgMTIuMTYwNiA3LjI2Njg5IDExLjMzMjEgNy42MjgyNkM3LjY1NzgyIDkuMjMwODMgNS4wMjc2MSAxMC43MTY2IDEuNjU5MDQgMTMuMTU1NEMwLjkyNjg2NyAxMy42ODU1IC0wLjEwNDg1OSAxMy4wNjg2IDAuMDEyNzI2MiAxMi4xNzI0QzAuNTQ0MzQxIDguMTIwMzQgMC41MzU3OCA1LjI2Mzg1IDAuMDA4ODk5NTggMS4xNzU0NUMtMC4xMDcyMTYgMC4yNzQ0MzkgMC45MzczNyAtMC4zMzc1MzcgMS42Njc0IDAuMjAzMTcyQzUuMDIxNjEgMi42ODc1MyA3LjY1MDI1IDQuMTY0MzEgMTEuMzE5NyA1LjcxNDIzWiIgZmlsbD0iIzVBQ0JDMiIvPgo8L3N2Zz4=");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  display: inline-block;
  width: 1.6rem;
  height: 1.4rem;
  color: #FFFFFF;
}
@media (max-width: 395px) {
  .offcanvas .offcanvas-body #mobile-menu li a:after {
    left: 2rem;
    position: relative;
    top: 0.6rem;
  }
}
.offcanvas .offcanvas-body #mobile-menu li a {
  /*&.show {
    &:after {
      transform: rotate(0deg);
    }
  }

  &:hover {
    background-color: transparent;
  }*/
}
.offcanvas .offcanvas-body #mobile-menu li.dropdown {
  display: flex;
  flex-wrap: wrap;
}
.offcanvas .offcanvas-body #mobile-menu li.dropdown > * {
  flex: 0 0 auto;
}
.offcanvas .offcanvas-body #mobile-menu li.dropdown > .dropdown-toggle {
  background-color: transparent;
  padding: 0;
  border: 0;
  margin-left: auto;
}
.offcanvas .offcanvas-body #mobile-menu li.dropdown > .dropdown-toggle:after {
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  vertical-align: middle;
  content: "";
  border: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.offcanvas .offcanvas-body #mobile-menu li.dropdown ul.dropdown-menu {
  flex: 1 1 100%;
}
.offcanvas .offcanvas-body #mobile-menu li.high_lighted_item {
  border-radius: 1rem;
  background-color: #5ACBC2;
  padding: 0.5rem 2rem;
}
.offcanvas .offcanvas-body #mobile-menu li.high_lighted_item a {
  color: #37158D;
  position: relative;
  padding-right: 3.1rem;
}
.offcanvas .offcanvas-body #mobile-menu li.high_lighted_item a:after {
  position: absolute;
  right: 0;
  top: 57%;
  transform: translateY(-50%);
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="14" viewBox="0 0 12 14" fill="none"><path d="M11.3196 5.71422C12.1523 6.06593 12.1605 7.26688 11.332 7.62825C7.65776 9.23083 5.02755 10.7166 1.65898 13.1554C0.926806 13.6854 -0.10492 13.0686 0.0126652 12.1723C0.54428 8.12033 0.535719 5.26384 0.00883854 1.17545C-0.107277 0.274432 0.937309 -0.337545 1.66734 0.203164C5.02155 2.68752 7.65019 4.1643 11.3196 5.71422Z" fill="white"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  display: inline-block;
  width: 1.6rem;
  height: 1.4rem;
  color: #FFFFFF;
}
@media (max-width: 395px) {
  .offcanvas .offcanvas-body #mobile-menu li.high_lighted_item a:after {
    left: 2rem;
    position: relative;
    top: 0.6rem;
  }
}
.offcanvas .offcanvas-body .social-icons-offcanvas {
  border-top: 1px solid #5ACBC2;
  margin: 4rem 0 0 0;
  padding: 4rem 0 0 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  list-style: none;
}
.offcanvas .offcanvas-body .social-icons-offcanvas li {
  list-style: none;
}
.offcanvas .offcanvas-body .social-icons-offcanvas li a {
  color: #FFFFFF;
}
.offcanvas .offcanvas-body .social-icons-offcanvas li a span {
  font-family: "neulis-neue", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue";
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: -0.4px;
}
.offcanvas .offcanvas-body .social-icons-offcanvas li a svg {
  margin-right: 1rem;
}
.offcanvas .offcanvas-body .social-icons-offcanvas li:first-child svg {
  transform: rotate(-4.05deg);
}
@media (max-width: 395px) {
  .offcanvas .offcanvas-body .social-icons-offcanvas {
    gap: 2rem;
  }
}
.offcanvas .offcanvas-body {
  padding: 4rem;
}
body.offcanvas-open {
  padding-right: 0 !important;
}
body.offcanvas-open .site-header {
  background-color: #5ACBC2;
}
body.admin-bar-enabled .offcanvas {
  top: 3.2rem;
}
@media screen and (max-width: 782px) {
  body.admin-bar-enabled .offcanvas {
    top: 4.6rem;
  }
}
body.admin-bar-enabled .site-header.fixed {
  top: 3.2rem;
}
@media screen and (max-width: 782px) {
  body.admin-bar-enabled .site-header.fixed {
    top: 4.6rem;
  }
}
@media screen and (max-width: 600px) {
  body.admin-bar-enabled .site-header.fixed {
    top: 0;
  }
}
body.admin-bar-enabled.fixed .offcanvas {
  top: 0;
}
#header-wrap .dropdown-item:focus, #header-wrap .dropdown-item:hover {
  background-color: transparent;
}
.site-header.fixed #header-wrap .custom-logo-link img {
  margin-top: 0;
}
/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  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;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/* vendors
--------------------------------------------- */
/* Custom
--------------------------------------------- */
.section-hero#home-section-hero {
  margin: 7.1rem auto;
}
.section-hero#home-section-hero .hero-wrapper {
  padding-top: 4rem;
  margin: 0 auto;
  width: 86%;
  max-width: 100%;
  display: flex;
  align-items: center;
  gap: 10rem;
  position: relative;
}
.section-hero#home-section-hero .hero-wrapper .hero-text {
  flex: 1 1 calc(39.48% - 10rem);
  max-width: 39.48%;
}
.section-hero#home-section-hero .hero-wrapper .hero-text .sub-heading {
  font-family: "neulis-neue", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue";
  font-size: clamp(2.4rem, 2.2vw, 3.2rem);
  font-style: normal;
  font-weight: 600;
  line-height: 1.21875;
  letter-spacing: -0.64px;
  margin-bottom: 4rem;
}
.section-hero#home-section-hero .hero-wrapper .hero-text h2.heading {
  color: #37158D;
  font-family: "neulis-neue", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue";
  font-size: clamp(6.5rem, 6vw, 9.5rem);
  font-style: normal;
  font-weight: 700;
  line-height: 1.0526315789;
  letter-spacing: -0.19rem;
  margin-bottom: 0;
}
.section-hero#home-section-hero .hero-wrapper .hero-text h2.heading span {
  color: #5ACBC2;
  display: block;
}
.section-hero#home-section-hero .hero-wrapper .hero-image {
  flex: 1 1 calc(53.5% - 10rem);
  max-width: 53.5%;
}
.section-hero#home-section-hero .hero-wrapper .hero-image .hero-image-border {
  transform: rotate(5deg);
  border-radius: 2rem;
  border: 2rem solid #FFFFFF;
  background-color: #FFFFFF;
}
.section-hero#home-section-hero .hero-wrapper .hero-image .hero-image-border img {
  width: 100%;
  border-radius: 2rem;
}
.section-hero#home-section-hero .hero-wrapper .robot {
  position: absolute;
  bottom: 0;
  left: 45%;
  transform: translateX(-50%);
}
.section-hero#home-section-hero .hero-wrapper .robot svg {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .section-hero#home-section-hero .hero-wrapper {
    flex-direction: column;
  }
  .section-hero#home-section-hero .hero-wrapper .hero-text {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .section-hero#home-section-hero .hero-wrapper .hero-image {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .section-hero#home-section-hero .hero-wrapper .robot {
    position: absolute;
    bottom: 0;
    left: 0%;
    transform: translateX(-50%);
  }
}
.section-whatai {
  position: relative;
  z-index: 2;
}
.section-whatai .whatai-wrapper {
  background-color: #5ACBC2;
  padding: 18rem;
  transform: rotate(-2.5deg);
  border-radius: 5rem;
  display: flex;
  align-items: center;
  gap: 9.2rem;
}
.section-whatai .whatai-wrapper .whatai-image {
  flex: 1 1 calc(55% - 9.2rem);
  max-width: 55%;
  transform: rotate(2.5deg);
  background-color: #FFFFFF;
  padding: 2.2rem 2.5rem;
  border-radius: 3rem;
}
.section-whatai .whatai-wrapper .whatai-image .whatai-image-toolbar {
  margin-top: 4.3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section-whatai .whatai-wrapper .whatai-image .whatai-image-toolbar a:first-child {
  color: #37158D;
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.21875;
  letter-spacing: -0.064rem;
}
.section-whatai .whatai-wrapper .whatai-image .whatai-image-toolbar a:last-child {
  display: inline-flex;
  height: 4.2rem;
  border-radius: 1rem;
  padding: 0.5rem 1rem 0.5rem 1.8rem;
  color: #37158D;
  background-color: #B5DA59;
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.04rem;
}
.section-whatai .whatai-wrapper .whatai-image .whatai-image-toolbar a:last-child span {
  display: inline-block;
  width: 3.3rem;
  height: 3.2rem;
  background-image: url("../images/play_video_button.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-left: 1.5rem;
}
.section-whatai .whatai-wrapper .whatai-text {
  transform: rotate(2.5deg);
  flex: 1 1 calc(45% - 9.2rem);
  max-width: 45%;
}
.section-whatai .whatai-wrapper .whatai-text h2.heading {
  color: #37158D;
  font-family: "neulis-neue", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue";
  font-size: clamp(6.5rem, 6vw, 9.5rem);
  font-style: normal;
  font-weight: 700;
  line-height: 1.0526315789;
  letter-spacing: -0.19rem;
  margin-bottom: 2.5rem;
}
.section-whatai .whatai-wrapper .whatai-text p {
  color: #37158D;
  font-size: 4.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
}
@media (max-width: 767px) {
  .section-whatai .whatai-wrapper {
    transform: rotate(0deg);
    margin: 0 1rem;
    flex-direction: column;
    gap: 3rem;
    padding: 3.44rem 3rem 3.68rem;
  }
  .section-whatai .whatai-wrapper .whatai-image {
    flex: 1 1 100%;
    max-width: 100%;
    order: 2;
  }
  .section-whatai .whatai-wrapper .whatai-image .whatai-image-toolbar {
    flex-direction: column;
  }
  .section-whatai .whatai-wrapper .whatai-image .whatai-image-toolbar a {
    width: 100%;
  }
  .section-whatai .whatai-wrapper .whatai-text {
    order: 1;
    flex: 1 1 100%;
    max-width: 100%;
  }
}
.section-meetmatt {
  position: relative;
  z-index: 1;
  margin-bottom: 10rem;
}
.section-meetmatt .meetmatt-wrapper {
  transform: rotate(2.5deg);
  border-radius: 5rem;
  background-color: #FFFFFF;
  padding: 10rem 20rem 20rem 20rem;
  display: flex;
  align-items: center;
}
.section-meetmatt .meetmatt-wrapper .meetmatt-text {
  transform: rotate(-2.5deg);
  flex: 1 1 50%;
  max-width: 50%;
}
.section-meetmatt .meetmatt-wrapper .meetmatt-text h2.heading {
  color: #37158D;
  font-size: clamp(6.5rem, 6vw, 9.5rem);
  font-style: normal;
  font-weight: 700;
  line-height: 1.0526315789; /* 105.263% */
  letter-spacing: -0.19rem;
  margin-bottom: 2.5rem;
}
.section-meetmatt .meetmatt-wrapper .meetmatt-text p.taskcta a {
  background-color: #B5DA59;
  color: #37158D;
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5; /* 150% */
  letter-spacing: -0.4px;
  padding: 0.5rem 1.8rem;
  display: inline-flex;
  align-items: center;
  gap: 1.5rem;
  border-radius: 1rem;
}
.section-meetmatt .meetmatt-wrapper .meetmatt-text p.taskcta a span:last-child {
  width: 1.6rem;
  height: 1.4rem;
  background-image: url("../images/traingle_icon_dark.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.section-meetmatt .meetmatt-wrapper .meetmatt-image {
  transform: rotate(-2.5deg);
  flex: 1 1 50%;
  max-width: 50%;
}
.section-learn-mods {
  margin-bottom: 10rem;
}
.section-learn-mods .learn-mods-wrapper {
  width: 80%;
  margin: 0 auto;
}
.section-learn-mods .learn-mods-wrapper h2.heading {
  font-size: clamp(6.5rem, 6vw, 9.5rem);
  font-style: normal;
  font-weight: 700;
  line-height: 1.0526315789; /* 105.263% */
  letter-spacing: -0.19rem;
  color: #37158D;
  margin-bottom: 10rem;
}
.section-learn-mods .learn-mods-wrapper .learn-mods-items {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.section-learn-mods .learn-mods-wrapper .learn-mods-items .learn-mod-item {
  flex: 1 1 33.33%;
  max-width: 33.33%;
  background-color: #37158D;
  padding: 3.5rem;
  border-radius: 3rem;
  margin-bottom: 5rem;
}
.section-learn-mods .learn-mods-wrapper .learn-mods-items .learn-mod-item.learn-mod-item-alt {
  background-color: #5ACBC2;
}
.section-learn-mods .learn-mods-wrapper .learn-mods-items .learn-mod-item.learn-mod-item-alt h2 {
  color: #37158D;
}
.section-learn-mods .learn-mods-wrapper .learn-mods-items .learn-mod-item.learn-mod-item-alt p.taskcta a {
  background-color: #FFFFFF;
}
.section-learn-mods .learn-mods-wrapper .learn-mods-items .learn-mod-item.learn-mod-item-alt p.taskcta a span:last-child {
  background-image: url("../images/traingle_icon_dark.png");
}
.section-learn-mods .learn-mods-wrapper .learn-mods-items .learn-mod-item h2 {
  color: #FFFFFF;
  font-size: clamp(2.9rem, 2.8vw, 4.2rem);
  font-style: normal;
  font-weight: 600;
  line-height: 1.1; /* 44px */
  letter-spacing: -0.08rem;
  margin-bottom: 5rem;
}
.section-learn-mods .learn-mods-wrapper .learn-mods-items .learn-mod-item img {
  margin-bottom: 5rem;
  margin-left: -10rem;
}
.section-learn-mods .learn-mods-wrapper .learn-mods-items .learn-mod-item p.taskcta {
  width: 100%;
}
.section-learn-mods .learn-mods-wrapper .learn-mods-items .learn-mod-item p.taskcta a {
  display: flex;
  width: 100%;
  background-color: #5ACBC2;
  color: #37158D;
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5; /* 150% */
  letter-spacing: -0.4px;
  padding: 0.5rem 1.8rem;
  align-items: center;
  gap: 1.5rem;
  border-radius: 1rem;
}
.section-learn-mods .learn-mods-wrapper .learn-mods-items .learn-mod-item p.taskcta a span:last-child {
  width: 1.6rem;
  height: 1.4rem;
  background-image: url("../images/traingle_icon_white.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-left: auto;
}
.section-learn-mods .learn-mods-wrapper .learn-mods-items .learn-mod-item:nth-child(1) {
  transform: rotate(-4deg);
}
.section-learn-mods .learn-mods-wrapper .learn-mods-items .learn-mod-item:nth-child(2) {
  transform: rotate(4deg);
}
.section-learn-mods .learn-mods-wrapper .learn-mods-items .learn-mod-item:nth-child(3) {
  transform: rotate(-4deg);
}
.section-learn-mods .learn-mods-wrapper .learn-mods-items .learn-mod-item:nth-child(3) img {
  margin-left: initial;
  right: -5rem;
  position: relative;
}
.section-learn-mods .learn-mods-wrapper .learn-mods-items .learn-mod-item:nth-child(4) {
  transform: rotate(4deg);
}
.section-learn-mods .learn-mods-wrapper .learn-mods-items .learn-mod-item:nth-child(5) {
  transform: rotate(-4deg);
}
.section-learn-mods .learn-mods-wrapper .learn-mods-items .learn-mod-item:nth-child(5) img {
  margin-left: initial;
  right: -10rem;
  position: relative;
}
.section-learn-mods .learn-mods-wrapper .learn-mods-items .learn-mod-item:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .section-learn-mods .learn-mods-wrapper .learn-mods-items .learn-mod-item {
    flex: 1 1 100%;
    max-width: 100%;
    margin-bottom: 0;
  }
  .section-learn-mods .learn-mods-wrapper .learn-mods-items .learn-mod-item img {
    margin-bottom: 5rem;
    margin-left: -5rem;
  }
  .section-learn-mods .learn-mods-wrapper .learn-mods-items .learn-mod-item:nth-child(3) img {
    margin-left: initial;
    right: -2rem;
    position: relative;
  }
  .section-learn-mods .learn-mods-wrapper .learn-mods-items .learn-mod-item:nth-child(5) img {
    margin-left: initial;
    right: -2rem;
    position: relative;
  }
}
.section-review .review-wrapper {
  background-color: #B5DA59;
  padding: 20rem;
  border-radius: 10rem;
  transform: rotate(-4deg);
}
.section-review .review-wrapper .review-text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  transform: rotate(4deg);
}
.section-review .review-wrapper .review-text-wrapper svg:first-child {
  margin-right: auto;
}
.section-review .review-wrapper .review-text-wrapper svg:last-child {
  margin-left: auto;
}
.section-review .review-wrapper .review-text-wrapper .review-text p {
  color: #37158D;
  font-size: 7rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.1; /* 77px */
  letter-spacing: -0.14rem;
}
.section-review .review-wrapper .review-author {
  width: 50%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 5rem;
  padding: 2rem;
  background-color: #FFFFFF;
  border-radius: 15rem;
}
.section-review .review-wrapper .review-author .author-img {
  border-radius: 13.8rem;
  border: 1px solid #37158D;
}
.section-review .review-wrapper .review-author .author-info {
  display: flex;
  flex-direction: column;
  color: #37158D;
  font-size: clamp(2.4rem, 2.2vw, 3.2rem);
  font-style: normal;
  font-weight: 600;
  line-height: 1.21875; /* 121.875% */
  letter-spacing: -0.064rem;
}
.section-review .review-wrapper .review-author .author-info .author-designation {
  font-weight: 400;
}
.section-review .review-wrapper {
  position: relative;
}
.section-review .review-wrapper span.review-wrapper-art {
  position: absolute;
}
.section-review .review-wrapper span.review-wrapper-art:first-child {
  top: 10rem;
  right: 10rem;
}
.section-review .review-wrapper span.review-wrapper-art:last-child {
  bottom: 10rem;
  left: 10rem;
}
.section-hero#staysafe-section-hero .hero-wrapper {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: 10rem 0;
  position: relative;
  width: 90%;
  margin: 0 auto;
}
.section-hero#staysafe-section-hero .hero-wrapper .hero-wrapper-text {
  flex: 1 1 calc(60% - 2rem);
  max-width: 60%;
}
.section-hero#staysafe-section-hero .hero-wrapper .hero-wrapper-text h1 {
  color: #37158D;
  font-size: clamp(5.3rem, 5vw, 7.6rem);
  font-style: normal;
  font-weight: 600;
  line-height: 1.0789473684; /* 107.895% */
  letter-spacing: -0.152rem;
  margin-bottom: 3rem;
}
.section-hero#staysafe-section-hero .hero-wrapper .hero-wrapper-text p {
  color: #37158D;
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2; /* 38.4px */
  letter-spacing: -0.064rem;
}
.section-hero#staysafe-section-hero .hero-wrapper .hero-wrapper-image {
  flex: 1 1 calc(40% - 2rem);
  max-width: 40%;
  position: relative;
}
.section-hero#staysafe-section-hero .hero-wrapper .hero-wrapper-image img.hero-img {
  border: 2rem solid #FFFFFF;
  border-radius: 5rem;
  transform: rotate(4deg);
}
.section-hero#staysafe-section-hero .hero-wrapper .hero-wrapper-image .hero_art_work_1 {
  position: absolute;
  top: -20%;
  right: -10%;
}
.section-hero#staysafe-section-hero .hero-wrapper .hero_art_work_2 {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
}
.section-dos .dos-wrapper {
  margin-top: 7.9rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 10rem;
  position: relative;
  background-color: #5ACBC2;
  transform: rotate(-2.5deg);
  border-radius: 5rem;
}
.section-dos .dos-wrapper .do-boxes {
  transform: rotate(2.5deg);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4rem;
}
.section-dos .dos-wrapper .do-boxes .do-box {
  flex: 1 1 calc(25% - 4rem);
  max-width: 25%;
  padding: 4rem;
  border-radius: 3rem;
  background-color: #37158D;
  color: #FFFFFF;
}
.section-dos .dos-wrapper .do-boxes .do-box h2 {
  font-size: clamp(2.9rem, 2.8vw, 4rem);
  font-style: normal;
  font-weight: 600;
  line-height: 1.1; /* 44px */
  letter-spacing: -0.08rem;
  margin-bottom: 3.1rem;
}
.section-dos .dos-wrapper .do-boxes .do-box p {
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25; /* 125% */
  letter-spacing: -0.048rem;
}
.section-dos .dos-wrapper .dos-actions {
  display: flex;
  align-items: center;
  position: absolute;
  top: -7.9rem;
  transform: translateX(-50%) rotate(2.5deg);
  left: 50%;
}
.section-dos .dos-wrapper .dos-actions .dos-action img {
  max-width: 15.8rem;
  width: 100%;
  height: auto;
}
.section-dont {
  margin-top: 10rem;
}
.section-dont .dont-wrapper {
  margin-top: 7.9rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 10rem;
  position: relative;
  background-color: #37158D;
  transform: rotate(2.5deg);
  border-radius: 5rem;
}
.section-dont .dont-wrapper .do-boxes {
  transform: rotate(-2.5deg);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4rem;
}
.section-dont .dont-wrapper .do-boxes .do-box {
  flex: 1 1 calc(25% - 4rem);
  max-width: 25%;
  padding: 4rem;
  border-radius: 3rem;
  background-color: #5ACBC2;
  color: #FFFFFF;
}
.section-dont .dont-wrapper .do-boxes .do-box h2 {
  font-size: clamp(2.9rem, 2.8vw, 4rem);
  font-style: normal;
  font-weight: 600;
  line-height: 1.1; /* 44px */
  letter-spacing: -0.08rem;
  margin-bottom: 3.1rem;
}
.section-dont .dont-wrapper .do-boxes .do-box p {
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25; /* 125% */
  letter-spacing: -0.048rem;
}
.section-dont .dont-wrapper .dont-actions {
  display: flex;
  align-items: center;
  position: absolute;
  top: -7.9rem;
  transform: translateX(-50%) rotate(-2.5deg);
  left: 50%;
}
.section-dont .dont-wrapper .dont-actions .dont-action img {
  max-width: 15.8rem;
  width: 100%;
  height: auto;
}
.section-ctabg {
  margin-top: 10rem;
  padding: 25rem;
  border-radius: 10rem;
  background-image: url("../images/safeai/daily_task_bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transform: rotate(-4deg);
}
.section-ctabg .ctabg-wrapper {
  transform: rotate(4deg);
}
.section-ctabg .ctabg-wrapper h2.heading {
  margin-bottom: 5rem;
  color: #FFFFFF;
  font-size: clamp(5.3rem, 5vw, 7.6rem);
  font-style: normal;
  font-weight: 600;
  line-height: 1.0789473684; /* 107.895% */
  letter-spacing: -0.152rem;
}
.section-ctabg .ctabg-wrapper h2.heading span {
  display: block;
}
.section-ctabg .ctabg-wrapper p.taskcta a {
  background-color: #5ACBC2;
  color: #37158D;
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5; /* 150% */
  letter-spacing: -0.4px;
  padding: 0.5rem 1.8rem;
  display: inline-flex;
  align-items: center;
  gap: 1.5rem;
  border-radius: 1rem;
}
.section-ctabg .ctabg-wrapper p.taskcta a span:last-child {
  width: 1.6rem;
  height: 1.4rem;
  background-image: url("../images/traingle_icon_white.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.section-dl {
  margin-top: 10rem;
}
.section-dl .dl-wrapper {
  border-radius: 3.125rem;
  background-color: #FFFFFF;
  padding: 10rem;
  display: flex;
  align-items: center;
  gap: 9.9rem;
}
.section-dl .dl-wrapper .dl-text h2.heading {
  font-size: clamp(5.3rem, 5vw, 7.6rem);
  font-style: normal;
  font-weight: 600;
  line-height: 1.0789473684; /* 107.895% */
  letter-spacing: -0.152rem;
  color: #37158D;
  margin-bottom: 4.2rem;
}
.section-dl .dl-wrapper .dl-text h2.heading span {
  color: #5ACBC2;
  display: block;
}
.section-dl .dl-wrapper .dl-text a.cta-dl {
  align-items: center;
  border-radius: 3rem;
  padding: 3rem;
  gap: 3.1rem;
  background-color: #37158D;
  display: inline-flex;
}
.section-dl .dl-wrapper .dl-text a.cta-dl svg {
  transform: rotate(7.59deg);
}
.section-dl .dl-wrapper .dl-text a.cta-dl p {
  display: flex;
  color: #FFFFFF;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  letter-spacing: -0.03rem;
  flex-direction: column;
  gap: 0;
  padding-right: 13rem;
}
.section-dl .dl-wrapper .dl-text a.cta-dl p span {
  line-height: 2;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .section-dl .dl-wrapper {
    flex-direction: column;
    gap: 9.9rem;
    padding: 10rem 2rem;
  }
  .section-dl .dl-wrapper .dl-text a.cta-dl {
    width: 100%;
  }
  .section-dl .dl-wrapper .dl-text a.cta-dl p {
    padding-right: 0;
  }
}
.section-partner {
  margin-top: 10rem;
}
.section-partner .partner-wrapper h2.heading {
  margin-bottom: 10rem;
  text-align: center;
  font-size: clamp(2.9rem, 2.8vw, 4rem);
  font-style: normal;
  font-weight: 600;
  line-height: 1.1; /* 44px */
  letter-spacing: -0.08rem;
}
.section-partner .partner-wrapper .partners {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.section-partner .partner-wrapper .partners .partner-item {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  flex: 1 1 calc(33.33% - 1rem);
  max-width: 33.33%;
}
.section-partner .partner-wrapper .partners .partner-item:first-child {
  transform: rotate(-4deg);
}
.section-partner .partner-wrapper .partners .partner-item:nth-child(2) {
  transform: rotate(4deg);
}
.section-partner .partner-wrapper .partners .partner-item:last-child {
  transform: rotate(-4deg);
}
.section-partner .partner-wrapper .partners .partner-item a {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 3rem;
  background: #FFFFFF;
  padding: 14rem 9rem;
}
.section-partner .partner-wrapper .partners .partner-item a img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 991px) {
  .section-partner .partner-wrapper .partners .partner-item a {
    padding: 7rem 5rem;
  }
}
@media (max-width: 767px) {
  .section-partner .partner-wrapper .partners .partner-item {
    flex-direction: column;
    flex: 1 1 100%;
    max-width: 100%;
  }
}
.section-dailytask {
  margin-top: 10rem;
}
.section-dailytask .dailytask-wrapper h2.heading {
  margin-bottom: 4rem;
  text-align: center;
  font-size: clamp(6.5rem, 6vw, 9.5rem);
  font-style: normal;
  font-weight: 700;
  line-height: 1.0526315789;
  letter-spacing: -1.9px;
  color: #37158D;
}
.section-dailytask .dailytask-wrapper h2.heading span {
  display: block;
}
.section-dailytask .dailytask-wrapper h2.heading span:last-child {
  color: #5ACBC2;
}
.section-dailytask .dailytask-wrapper p.taskcta {
  text-align: center;
  margin-bottom: 2.2rem;
}
.section-dailytask .dailytask-wrapper p.taskcta a {
  background-color: #5ACBC2;
  color: #37158D;
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5; /* 150% */
  letter-spacing: -0.4px;
  padding: 0.5rem 1.8rem;
  display: inline-flex;
  align-items: center;
  gap: 1.5rem;
  border-radius: 1rem;
}
.section-dailytask .dailytask-wrapper p.taskcta a span:last-child {
  width: 1.6rem;
  height: 1.4rem;
  background-image: url("../images/traingle_icon_white.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.section-dailytask .dailytask-wrapper .dailytask-box {
  margin-top: 11.2rem;
  display: flex;
  align-items: center;
  gap: 13.8rem;
  padding: 19rem 15.6rem;
  background-color: #FFFFFF;
  border-radius: 5rem;
  transform: rotate(4deg);
  margin-bottom: 5rem;
}
.section-dailytask .dailytask-wrapper .dailytask-box .dailytask-box-img {
  margin-top: -29rem;
  flex: 1 1 calc(35% - 13.8rem);
  max-width: 35%;
}
.section-dailytask .dailytask-wrapper .dailytask-box .dailytask-box-text {
  flex: 1 1 calc(47% - 13.8rem);
  max-width: 47%;
  transform: rotate(-4deg);
}
.section-dailytask .dailytask-wrapper .dailytask-box .dailytask-box-text h3.dailytask-box-heading {
  margin-bottom: 2.5rem;
  color: #37158D;
  font-size: clamp(2.9rem, 2.8vw, 4.2rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1.1428571429; /* 114.286% */
}
.section-dailytask .dailytask-wrapper .dailytask-box .dailytask-box-text p {
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25; /* 125% */
  letter-spacing: -0.48px;
  color: #37158D;
}
.section-dailytask .dailytask-wrapper .dailytask-box .dailytask-box-text p span {
  color: #5ACBC2;
}
.section-hero#org-section-hero .hero-wrapper {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: 10rem 0;
  position: relative;
  width: 90%;
  margin: 0 auto;
}
.section-hero#org-section-hero .hero-wrapper .hero-wrapper-text {
  flex: 1 1 calc(60% - 2rem);
  max-width: 60%;
}
.section-hero#org-section-hero .hero-wrapper .hero-wrapper-text h1 {
  color: #37158D;
  font-size: clamp(5.3rem, 5vw, 7.6rem);
  font-style: normal;
  font-weight: 600;
  line-height: 1.0789473684; /* 107.895% */
  letter-spacing: -0.152rem;
  margin-bottom: 3rem;
}
.section-hero#org-section-hero .hero-wrapper .hero-wrapper-text p {
  color: #37158D;
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2; /* 38.4px */
  letter-spacing: -0.064rem;
}
.section-hero#org-section-hero .hero-wrapper .hero-wrapper-image {
  flex: 1 1 calc(40% - 2rem);
  max-width: 40%;
  position: relative;
}
.section-hero#org-section-hero .hero-wrapper .hero-wrapper-image img.hero-img {
  border: 2rem solid #FFFFFF;
  border-radius: 5rem;
  transform: rotate(4deg);
}
.section-hero#org-section-hero .hero-wrapper .hero-wrapper-image .hero_art_work_1 {
  position: absolute;
  top: -20%;
  left: -10%;
}
.section-hero#org-section-hero .hero-wrapper {
  /*.hero_art_work_2 {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
  }*/
}
.section-org-features h2.heading {
  font-size: clamp(2.9rem, 2.8vw, 4rem);
  font-style: normal;
  font-weight: 600;
  line-height: 1.1; /* 44px */
  letter-spacing: -0.08rem;
  padding-left: 10rem;
  color: #37158D;
  margin-bottom: 2rem;
}
.section-org-features .org-features-wrapper {
  padding: 13rem 6.5rem 11rem 6.5rem;
  background-color: #FFFFFF;
  border-radius: 5rem;
  transform: rotate(-2.5deg);
}
.section-org-features .org-features-wrapper .org-features-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3rem;
  transform: rotate(2.5deg);
}
.section-org-features .org-features-wrapper .org-features-list .org-feature-item {
  padding: 8rem 6rem;
  border-radius: 3rem;
  position: relative;
  flex: 1 1 calc(25% - 3rem);
  max-width: 25%;
}
.section-org-features .org-features-wrapper .org-features-list .org-feature-item > span {
  position: absolute;
  top: -5rem;
  left: 5rem;
  color: #37158D;
  font-size: clamp(6.5rem, 6vw, 9.5rem);
  font-style: normal;
  font-weight: 700;
  line-height: 1.0526315789; /* 105.263% */
  letter-spacing: -0.19rem;
}
.section-org-features .org-features-wrapper .org-features-list .org-feature-item p {
  color: #37158D;
  font-size: 4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.1; /* 44px */
  letter-spacing: -0.08rem;
}
.section-org-features .org-features-wrapper .org-features-list .org-feature-item p span {
  display: block;
}
.section-org-features .org-features-wrapper .org-features-list .org-feature-item p:last-child {
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25; /* 125% */
  letter-spacing: -0.048rem;
}
.section-org-features .org-features-wrapper .org-features-list .org-feature-item.org-feature-item-1 {
  background-color: #5ACBC2;
}
.section-org-features .org-features-wrapper .org-features-list .org-feature-item.org-feature-item-2 {
  background-color: #B5DA59;
}
.section-org-features .org-features-wrapper .org-features-list .org-feature-item.org-feature-item-3 {
  background-color: #AE84FF;
}
.section-org-contact {
  margin-top: 10rem;
}
.section-org-contact .org-contact-wrapper {
  border-radius: 5rem;
  padding: 7.7rem 14rem;
  background-color: #5ACBC2;
  transform: rotate(2deg);
  width: 90%;
  margin: 0 auto;
}
.section-org-contact .org-contact-wrapper .org-contact-wrapper-inside {
  transform: rotate(-2deg);
}
.section-org-contact .org-contact-wrapper h2.heading {
  text-align: center;
  font-size: 4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.1; /* 44px */
  letter-spacing: -0.8px;
  margin-bottom: 5rem;
}
.section-org-contact .org-contact-wrapper .org-contact-form .wpcf7-form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 5rem;
}
.section-org-contact .org-contact-wrapper .org-contact-form .wpcf7-form input[type=text], .section-org-contact .org-contact-wrapper .org-contact-form .wpcf7-form input[type=email], .section-org-contact .org-contact-wrapper .org-contact-form .wpcf7-form input[type=url], .section-org-contact .org-contact-wrapper .org-contact-form .wpcf7-form input[type=password], .section-org-contact .org-contact-wrapper .org-contact-form .wpcf7-form input[type=search], .section-org-contact .org-contact-wrapper .org-contact-form .wpcf7-form input[type=number], .section-org-contact .org-contact-wrapper .org-contact-form .wpcf7-form input[type=tel], .section-org-contact .org-contact-wrapper .org-contact-form .wpcf7-form input[type=range], .section-org-contact .org-contact-wrapper .org-contact-form .wpcf7-form input[type=date], .section-org-contact .org-contact-wrapper .org-contact-form .wpcf7-form input[type=month], .section-org-contact .org-contact-wrapper .org-contact-form .wpcf7-form input[type=week], .section-org-contact .org-contact-wrapper .org-contact-form .wpcf7-form input[type=time], .section-org-contact .org-contact-wrapper .org-contact-form .wpcf7-form input[type=datetime], .section-org-contact .org-contact-wrapper .org-contact-form .wpcf7-form input[type=datetime-local], .section-org-contact .org-contact-wrapper .org-contact-form .wpcf7-form input[type=color], .section-org-contact .org-contact-wrapper .org-contact-form .wpcf7-form textarea {
  border-radius: 2rem;
  background: #FFF;
  text-transform: uppercase;
  padding: 1rem 2rem;
  color: rgba(55, 21, 141, 0.35);
  font-size: clamp(2.4rem, 2.2vw, 3.6rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 100%;
}
.section-org-contact .org-contact-wrapper .org-contact-form .wpcf7-form button.wpcf7-form-control.wpcf7-submit {
  color: #FFFFFF;
  background-color: #37158D;
  border-radius: 1rem;
  padding: 0.5rem 1.8rem;
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5; /* 150% */
  letter-spacing: -0.04rem;
  position: relative;
  border: 0 none;
  outline: 0 none;
}
.section-org-contact .org-contact-wrapper .org-contact-form .wpcf7-form button.wpcf7-form-control.wpcf7-submit:hover {
  border: 0 none;
  outline: 0 none;
}
.section-org-contact .org-contact-wrapper .org-contact-form .wpcf7-form button.wpcf7-form-control.wpcf7-submit span {
  margin-left: 1.5rem;
  display: inline-block;
  width: 1.6rem;
  height: 1.4rem;
  background-image: url("../images/traingle_icon_white.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.section-org-contact .org-contact-wrapper .org-contact-form .wpcf7-form .wpcf7-response-output {
  color: #FFFFFF;
  margin: 0 0 0 0;
}
.section-org-contact .org-contact-wrapper .org-contact-form .wpcf7-form .cf7-submit-wrap {
  display: flex;
  align-items: center;
  justify-content: right;
}
.section-introtext {
  margin-top: 10rem;
}
.section-introtext .introtext-wrapper {
  width: 80%;
  margin: 0 auto;
}
.section-introtext .introtext-wrapper .hero_photo {
  display: flex;
  justify-content: center;
  margin-bottom: 5rem;
}
.section-introtext .introtext-wrapper .note {
  color: #37158D;
  font-size: clamp(2.9rem, 2.8vw, 4.4rem);
  font-style: normal;
  font-weight: 600;
  line-height: 1.1; /* 48.4px */
}
.section-introtext .introtext-wrapper .note.note-1 {
  margin-bottom: 3.2rem;
}
.section-introtext .introtext-wrapper .note.note-2 {
  font-size: clamp(2.2rem, 2.2vw, 3.2rem);
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: -0.64px;
}
.section-introtext .introtext-wrapper .intro-quote {
  display: flex;
  margin-top: 5rem;
  gap: 2rem;
}
.section-introtext .introtext-wrapper .intro-quote span {
  min-width: 5rem;
}
.section-introtext .introtext-wrapper .intro-quote span img {
  width: 100%;
}
.section-introtext .introtext-wrapper .intro-quote div {
  color: #37158D;
  font-size: clamp(2.9rem, 2.8vw, 4.4rem);
  font-style: normal;
  font-weight: 600;
  line-height: 1.0909090909; /* 48.4px */
  padding-top: 2rem;
}
.section-intophoto {
  margin-top: 10rem;
  margin-bottom: 10rem;
}
.section-intophoto .intophoto-wrapper {
  transform: rotate(-4deg);
}
.section-intophoto .intophoto-wrapper img {
  border-radius: 5rem;
  border: 2rem solid #FFF;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.25);
}
.section-training {
  background-color: #FFFFFF;
  border-radius: 10rem;
  padding: 14.5rem 24.5rem;
}
.section-training .training-wrapper {
  display: flex;
  align-items: center;
  gap: 11.7rem;
}
.section-training .training-wrapper .training-text {
  flex: 1 1 calc(50% - 11.7rem);
  max-width: 50%;
  display: flex;
  gap: 3.6rem;
  flex-direction: column;
  color: #37158D;
}
.section-training .training-wrapper .training-text h2.heading {
  font-size: clamp(2.9rem, 2.8vw, 4rem);
  font-style: normal;
  font-weight: 600;
  line-height: 1.1; /* 44px */
  letter-spacing: -0.08rem;
}
.section-training .training-wrapper .training-text p {
  font-size: clamp(1.8rem, 1.8vw, 2.4rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1.25; /* 125% */
  letter-spacing: -0.048rem;
}
.section-training .training-wrapper .training-text p:first-of-type {
  font-weight: 700 !important;
}
.section-training .training-wrapper .training-content {
  flex: 1 1 calc(50% - 11.7rem);
  max-width: 50%;
}
.section-training .training-wrapper .training-content .training-items-wrap {
  padding: 5rem 5em;
  background-color: #5ACBC2;
  border-radius: 5rem;
  transform: rotate(4deg);
}
.section-training .training-wrapper .training-content .training-items-wrap .training-items {
  transform: rotate(-4deg);
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 3rem;
}
.section-training .training-wrapper .training-content .training-items-wrap .training-items li {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: 0;
  margin: 0;
}
.section-training .training-wrapper .training-content .training-items-wrap .training-items li div h3 {
  color: #37158D;
  font-size: clamp(2.4rem, 2.2vw, 3.2rem);
  font-style: normal;
  font-weight: 600;
  line-height: 1.21875; /* 121.875% */
  letter-spacing: -0.064rem;
  margin-bottom: 1rem;
}
.section-training .training-wrapper .training-content .training-items-wrap .training-items li div p {
  font-size: clamp(1.8rem, 1.8vw, 2.4rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1.25; /* 125% */
  letter-spacing: -0.048rem;
  color: #37158D;
  margin-bottom: 1rem;
}
.section-training .training-extra {
  margin-top: 9.3rem;
  display: flex;
  align-items: center;
  gap: 14rem;
}
.section-training .training-extra .training-extra-img {
  flex: 1 1 calc(40% - 14rem);
  max-width: 40%;
}
.section-training .training-extra .training-extra-img img {
  width: 100%;
}
.section-training .training-extra .training-extra-text {
  flex: 1 1 calc(60% - 14rem);
  max-width: 60%;
  color: #37158D;
}
.section-training .training-extra .training-extra-text h2.heading {
  font-size: clamp(2.9rem, 2.8vw, 4rem);
  font-style: normal;
  font-weight: 600;
  line-height: 1.1; /* 44px */
  letter-spacing: -0.08rem;
  margin-bottom: 2rem;
}
.section-training .training-extra .training-extra-text p.note {
  font-size: clamp(1.8rem, 1.8vw, 2.4rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1.25; /* 125% */
  letter-spacing: -0.048rem;
  margin-bottom: 5rem;
}
.section-training .training-extra .training-extra-text p.taskcta a {
  background-color: #5ACBC2;
  color: #37158D;
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5; /* 150% */
  letter-spacing: -0.4px;
  padding: 0.5rem 1.8rem;
  display: inline-flex;
  align-items: center;
  gap: 1.5rem;
  border-radius: 1rem;
}
.section-training .training-extra .training-extra-text p.taskcta a span:last-child {
  width: 1.6rem;
  height: 1.4rem;
  background-image: url("../images/traingle_icon_white.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.section-learning-hero {
  margin-top: 10rem;
}
.section-learning-hero .learning-hero-wrapper {
  text-align: center;
  width: 50%;
  margin: 0 auto;
}
.section-learning-hero .learning-hero-wrapper h1.heading {
  margin-bottom: 5rem;
  color: #5ACBC2;
  text-align: center;
  font-size: clamp(2.2rem, 2.2vw, 3.2rem);
  font-style: normal;
  font-weight: 600;
  line-height: 1.21875; /* 121.875% */
  letter-spacing: -0.064rem;
}
.section-learning-hero .learning-hero-wrapper h2.sub-heading {
  margin-bottom: 3rem;
  color: #37158D;
  font-size: clamp(6.5rem, 6vw, 9.5rem);
  font-style: normal;
  font-weight: 700;
  line-height: 1.0526315789; /* 105.263% */
  letter-spacing: -0.19rem;
}
.section-learning-hero .learning-hero-wrapper div.learning-hero-text {
  color: #37158D;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25; /* 125% */
  letter-spacing: -0.048rem;
}
.section-learning-hero .learning-hero-wrapper div.learning-hero-text p:last-child {
  margin-bottom: 0;
}
.section-learning-mods {
  display: flex;
  flex-direction: column;
  margin-top: 10rem;
}
.section-learning-mods .learning-mod {
  border-radius: 5rem;
  padding: 7.5rem 10rem 13rem 10rem;
  background-color: #5ACBC2;
  color: #37158D;
  margin-top: -5rem;
}
.section-learning-mods .learning-mod:first-child {
  margin-top: 0;
}
.section-learning-mods .learning-mod.learning-mod-dark {
  background-color: #37158D;
}
.section-learning-mods .learning-mod .learning-mod-wrapper h2.heading {
  margin-bottom: 5rem;
  color: #FFFFFF;
  font-size: clamp(5.3rem, 5vw, 7.6rem);
  font-style: normal;
  font-weight: 600;
  line-height: 1.0789473684; /* 107.895% */
  letter-spacing: -0.152rem;
}
.section-learning-mods .learning-mod .learning-mod-wrapper .learning-mod-content {
  display: flex;
  align-items: center;
  gap: 10rem;
}
.section-learning-mods .learning-mod .learning-mod-wrapper .learning-mod-content .learning-mod-info {
  width: 100%;
}
.section-learning-mods .learning-mod .learning-mod-wrapper .learning-mod-content .learning-mod-info .learning-mod-info-w {
  width: 100%;
  border-radius: 3rem;
  padding: 4rem 5rem;
  background-color: #FFFFFF;
  color: #37158D;
}
.section-learning-mods .learning-mod .learning-mod-wrapper .learning-mod-content .learning-mod-info .learning-mod-info-w h3.sub-heading {
  margin-bottom: 2rem;
  font-size: clamp(2.9rem, 2.8vw, 4rem);
  font-style: normal;
  font-weight: 600;
  line-height: 1.1; /* 44px */
  letter-spacing: -0.08rem;
}
.section-learning-mods .learning-mod .learning-mod-wrapper .learning-mod-content .learning-mod-info .learning-mod-info-w .learning-mod-info-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.3rem;
}
.section-learning-mods .learning-mod .learning-mod-wrapper .learning-mod-content .learning-mod-info .learning-mod-info-w .learning-mod-info-wrap .learning-mod-info-l p {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -0.032rem;
}
.section-learning-mods .learning-mod .learning-mod-wrapper .learning-mod-content .learning-mod-info .learning-mod-info-w .learning-mod-info-wrap .learning-mod-info-l p strong {
  font-weight: 600;
}
.section-learning-mods .learning-mod .learning-mod-wrapper .learning-mod-content .learning-mod-info .learning-mod-info-w .learning-mod-info-wrap .learning-mod-info-r p.taskcta {
  margin-bottom: 0;
}
.section-learning-mods .learning-mod .learning-mod-wrapper .learning-mod-content .learning-mod-info .learning-mod-info-w .learning-mod-info-wrap .learning-mod-info-r p.taskcta a {
  background-color: #5ACBC2;
  color: #37158D;
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5; /* 150% */
  letter-spacing: -0.4px;
  padding: 0.5rem 1.8rem;
  display: inline-flex;
  align-items: center;
  gap: 1.5rem;
  border-radius: 1rem;
}
.section-learning-mods .learning-mod .learning-mod-wrapper .learning-mod-content .learning-mod-info .learning-mod-info-w .learning-mod-info-wrap .learning-mod-info-r p.taskcta a span:last-child {
  width: 1.6rem;
  height: 1.4rem;
  background-image: url("../images/traingle_icon_white.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.section-find-hero .find-hero-wrapper {
  text-align: center;
  width: 60%;
  margin: 10rem auto 10rem auto;
  color: #37158D;
}
.section-find-hero .find-hero-wrapper h1.heading {
  font-size: clamp(5.3rem, 5vw, 7.6rem);
  font-style: normal;
  font-weight: 600;
  line-height: 1.0789473684;
  letter-spacing: -0.152rem;
  margin-bottom: 3rem;
}
.section-find-hero .find-hero-wrapper div.hero-note {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  font-size: clamp(1.8rem, 1.8vw, 2.4rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1.25; /* 125% */
  letter-spacing: -0.048rem;
}
.section-video-prompt {
  padding: 10rem 0;
  background-color: #FFFFFF;
  border-radius: 5rem;
}
.section-video-prompt .video-prompt-wrapper .video-box {
  position: relative;
  color: #37158D;
}
.section-video-prompt .video-prompt-wrapper .video-box span {
  position: absolute;
  right: 5rem;
  top: -8rem;
  display: block;
  max-width: 26.5rem;
  z-index: 0;
}
.section-video-prompt .video-prompt-wrapper .video-box span img {
  width: 100%;
}
.section-video-prompt .video-prompt-wrapper .video-box h2.heading {
  font-size: 3.9rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1; /* 100% */
  letter-spacing: -0.078rem;
  margin-bottom: 1rem;
}
.section-video-prompt .video-prompt-wrapper .video-box p {
  font-size: clamp(1.8rem, 1.8vw, 2.4rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1.25; /* 125% */
  letter-spacing: -0.048rem;
}
.section-video-prompt .video-prompt-wrapper .video-box .video-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 5rem;
  padding: 32rem 63rem;
  background-image: url("../images/findme/1430x800.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  border-radius: 5rem;
  border: 2rem solid #FFF;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-video-prompt .video-prompt-wrapper .video-box {
  margin-bottom: 10rem;
}
.section-video-prompt .video-prompt-wrapper .prompt-box {
  color: #37158D;
  display: flex;
  gap: 6.7rem;
}
.section-video-prompt .video-prompt-wrapper .prompt-box .prompt-box-l {
  margin-top: 7rem;
  flex: 1 1 calc(60% - 6.7rem);
  max-width: 60%;
  background-color: #F1EAFF;
  border-radius: 0 3rem 3rem 3rem;
  padding: 3rem;
  position: relative;
}
.section-video-prompt .video-prompt-wrapper .prompt-box .prompt-box-l span.heading {
  font-size: 3.9rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1; /* 100% */
  letter-spacing: -0.078rem;
  background-color: #F1EAFF;
  border-radius: 3rem 3rem 0 0;
  padding: 2rem 3rem 2rem 3rem;
  margin-bottom: 0;
  position: absolute;
  top: -7rem;
  left: 0;
}
.section-video-prompt .video-prompt-wrapper .prompt-box .prompt-box-l .copy {
  background-color: #FFFFFF;
  padding: 5rem;
  border-radius: 3rem;
  font-size: clamp(1.8rem, 1.8vw, 2.4rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1.25; /* 125% */
  letter-spacing: -0.48px;
  margin-bottom: 3rem;
}
.section-video-prompt .video-prompt-wrapper .prompt-box .prompt-box-l .downlownload-btn {
  display: flex;
  align-items: center;
  gap: 3rem;
  color: #37158D;
}
.section-video-prompt .video-prompt-wrapper .prompt-box .prompt-box-l .downlownload-btn .btn-text {
  font-size: clamp(1.8rem, 1.8vw, 2.4rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1.25; /* 125% */
  letter-spacing: -0.048rem;
}
.section-video-prompt .video-prompt-wrapper .prompt-box .prompt-box-r {
  flex: 1 1 calc(40% - 6.7rem);
  max-width: 40%;
}
.section-video-prompt .video-prompt-wrapper .prompt-box .prompt-box-r h2 {
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3.9rem; /* 121.875% */
  letter-spacing: -0.064rem;
  margin-bottom: 2.8rem;
}
.section-video-prompt .video-prompt-wrapper .prompt-box .prompt-box-r .safety-tips {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 3rem;
}
.section-video-prompt .video-prompt-wrapper .prompt-box .prompt-box-r .safety-tips .safety-tip {
  padding: 4rem 5rem;
  border-radius: 3rem;
}
.section-video-prompt .video-prompt-wrapper .prompt-box .prompt-box-r .safety-tips .safety-tip.safety-tip-1 {
  background-color: #5ACBC2;
  color: #37158D;
}
.section-video-prompt .video-prompt-wrapper .prompt-box .prompt-box-r .safety-tips .safety-tip.safety-tip-1 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.section-video-prompt .video-prompt-wrapper .prompt-box .prompt-box-r .safety-tips .safety-tip.safety-tip-1 ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 2rem;
  font-size: clamp(1.8rem, 1.8vw, 2.4rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1.25; /* 125% */
  letter-spacing: -0.048rem;
  margin-bottom: 1rem;
}
.section-video-prompt .video-prompt-wrapper .prompt-box .prompt-box-r .safety-tips .safety-tip.safety-tip-1 ul li:before {
  content: "";
  display: inline-flex;
  width: 4rem;
  height: 4rem;
  margin-right: 1rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/safety_list_icon.png");
}
.section-video-prompt .video-prompt-wrapper .prompt-box .prompt-box-r .safety-tips .safety-tip.safety-tip-2 {
  background-color: #37158D;
  color: #FFFFFF;
}
.section-video-prompt .video-prompt-wrapper .prompt-box .prompt-box-r .safety-tips .safety-tip.safety-tip-2 h6 {
  font-size: clamp(2.4rem, 2.2vw, 3.2rem);
  font-style: normal;
  font-weight: 700;
  line-height: 1.21875; /* 121.875% */
  letter-spacing: -0.064rem;
  margin-bottom: 1.6rem;
}
.section-video-prompt .video-prompt-wrapper .prompt-box .prompt-box-r .safety-tips .safety-tip.safety-tip-2 p {
  font-size: clamp(1.8rem, 1.8vw, 2.4rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1.25; /* 125% */
  letter-spacing: -0.048rem;
  margin-bottom: 1.6rem;
}
.section-video-prompt .video-prompt-wrapper .prompt-box .prompt-box-r .downlownload-btn {
  display: flex;
  align-items: center;
  gap: 3rem;
  color: #FFFFFF;
}
.section-video-prompt .video-prompt-wrapper .prompt-box .prompt-box-r .downlownload-btn .btn-text {
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25; /* 125% */
  letter-spacing: -0.048rem;
}
@media (max-width: 767px) {
  .section-video-prompt .video-prompt-wrapper .prompt-box {
    flex-direction: column;
  }
  .section-video-prompt .video-prompt-wrapper .prompt-box .prompt-box-l {
    flex: 100%;
    max-width: 100%;
  }
  .section-video-prompt .video-prompt-wrapper .prompt-box .prompt-box-r {
    flex: 100%;
    max-width: 100%;
  }
}
.section-welldone {
  margin: 10rem 0;
}
.section-welldone .welldone-wrapper {
  text-align: center;
}
.screen-reader-text:focus {
  left: -9999px !important;
}
/*# sourceMappingURL=aican.css.map */
