/*
Theme Name: CyberFrog (Matt)
Author: Matthew Shabaily
Version: 4.0
*/

/* ============ Root ============ */

:root {
}

/* ============ Globals ============ */

html {
  overflow: hidden;
  height: 100%;
}

body {
  position: relative;
  overflow-x: hidden;
  font-family: "Montserrat";
  height: 100%;
}

body.engine {
  overflow: hidden;
  font-family: "Poppins";
}

/* ============ Containers ============ */

.flex-row {
  display: flex;
}

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

.grid {
  display: grid;
}

/* ============ Scrollbar ============ */

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #888;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* ============ Effects ============ */

.light-effect {
  cursor: pointer;
  transition: filter 02s;
}

.pan-effect {
  cursor: pointer;
  transition: transform 0.2s;
}

.dim-effect {
  cursor: pointer;
  transition: opacity 0.2s;
}

.dim-effect:hover {
  opacity: 0.6;
}

.pan-effect:hover {
  transform: translate(1px);
}

.light-effect:hover {
  filter: brightness(1.2);
}

/* ============ Utils ============ */

.background {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  height: 100%;
  object-position: center;
}

.hidden {
  opacity: 0;
  z-index: -1 !important;
}

/* ============ Text ============ */

h1 {
  font-family: "Acherus Grotesque";
}

h2 {
  font-family: "Acherus Grotesque";
}

h3 {
  font-family: "Acherus Grotesque";
}

p {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

a {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

ul {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

p strong {
  font-weight: 600;
}

* strong {
  font-weight: 600;
}

.text ul li {
  position: relative;
  margin-left: 25px;
}

.text ul li::before {
  position: absolute;
  content: "";
  left: -25px;
  top: 7px;
  width: 14px;
  height: 14px;
  background: #186e8b;
  border-radius: 50%;
}

.text ul li:has(ul)::before {
  display: none;
}

.text ul li:has(ul) li::before {
  width: 5px;
  height: 5px;
  top: 10px;
}

.underline {
  width: 100px;
  height: 5px;
  background: linear-gradient(90deg, #f2663e 0%, #f89832 100%);
}

.title * {
  font-family: "Acherus Grotesque";
}

.title:has(.underline) {
  gap: 15px;
}

.body-dim {
  background: black;
  opacity: 0.4;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 6;
}

/* ============ Popups ============ */

.fbx-rounded .fbx-inner {
  border: solid 2px #f89832;
  border-radius: 20px;
}

.fbx-rounded .fbx-inner img {
  border-radius: 20px;
}

.contact-popup {
  align-items: center;
  position: fixed;
  padding-block: 50px;
  width: 42%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: white;
  border-radius: 20px;
  z-index: 10;
}

.contact-popup .head img {
  width: 126px;
  height: 70px;
}

.contact-popup::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
  border-radius: 0px 0px 20px 20px;
  background: linear-gradient(90deg, #f2663e 0%, #f89832 100%);
}

.contact-popup .close {
  position: absolute;
  right: 25px;
  top: 25px;
}

.contact-popup .wrapper {
  width: 90%;
  gap: 25px;
}

.contact-popup .head {
  gap: 25px;
  align-items: center;
}

.contact-popup textarea {
  height: 130px !important;
}

.contact-popup input {
  height: 50px;
}

.contact-popup .title {
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
}

/* ============ Gravity Forms ============ */

.gform_heading {
  display: none;
}

.gfield_required {
  display: none !important;
}

.gfield_description:not(.validation_message) {
  display: none;
}

.gf-field-description-top {
  margin-bottom: 25px;
  width: 75%;
  font-family: "Poppins";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.engine .gfield_label {
  font-family: "Poppins" !important;
  font-size: 20px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: 28px !important; /* 140% */
  width: 75%;
  margin-top: 25px;
}

.engine .gform_wrapper.gravity-theme .gfield textarea.large {
  height: 150px;
  width: 75%;
  margin-block: 25px;
}

.gfield_label {
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: 28px !important;
}

.gform-field-label {
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: 28px !important;
  margin-bottom: 5px;
}

.gform-field-label::after {
  content: "*";
  color: #f2663e;
}

.gfield_label::after {
  content: "*";
  color: #f2663e;
}

.gform_wrapper input,
.gform_wrapper select,
.gform_wrapper textarea {
  border: 1px solid #8eb8c6;
  border-radius: 5px;
}

.gform_wrapper input[type="submit"] {
  background: transparent;
  border: none;
  margin: 0 !important;
}

.gform-body {
  margin-bottom: 25px;
}

.contact-popup .gform_footer {
  position: relative;
  margin: 0 auto !important;
  padding: 0px 50px !important;
  border-radius: 5px;
  width: fit-content;
  z-index: 1;
  transition: 0.3s;
  background: transparent;
  border: none;
}

.contact-popup .gform_footer:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 5px;
  padding: 2px;
  pointer-events: none;
  z-index: -1;
  background: linear-gradient(90deg, #f2663e 0%, #f89832);
  -webkit-mask-composite: destination-out !important;
  mask-composite: exclude;
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
}

.gform_wrapper.gravity-theme .ginput_complex {
  gap: 20px;
}

.gform_wrapper.gravity-theme .ginput_complex span {
  width: 100%;
  padding: 0 !important;
}

.gform_wrapper.gravity-theme #gform_page_2_1 .ginput_complex {
  flex-direction: column !important;
}

.gform_wrapper.gravity-theme .gform_footer button.button:disabled,
.gform_wrapper.gravity-theme .gform_footer input.button:disabled,
.gform_wrapper.gravity-theme .gform_page_footer button.button:disabled,
.gform_wrapper.gravity-theme .gform_page_footer input.button:disabled {
  opacity: 0.6;
  display: block !important;
}

/* ============ CTAs ============ */

.cta {
  position: relative;
  padding: 2px 20px;
  border-radius: 5px;
  width: fit-content;
  z-index: 1;
  transition: 0.3s;
  font-family: "Acherus Grotesque";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
}

.cta.white::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 5px;
  padding: 2px;
  pointer-events: none;
  z-index: -1;
  background: linear-gradient(90deg, #f2663e 0%, #f89832);
  -webkit-mask-composite: destination-out !important;
  mask-composite: exclude;
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
}

.cta.white:hover {
  background: #f2663e;
  color: white;
}

.cta.white:hover * {
  color: white !important;
}

.blue .cta {
  background: transparent;
  border: 1px solid white;
}

.blue .cta:hover {
  background: white;
  color: black;
}

.white .cta {
  background: white;
}

.white .cta:hover,
.grey .cta:hover {
  background: #f2663e;
  color: white;
}

.white .cta::before,
.grey .cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 5px;
  padding: 2px;
  pointer-events: none;
  z-index: -1;
}

.cta.full {
  background: linear-gradient(90deg, #f2663e 0%, #f89832);
}

.white .cta::before {
  background: linear-gradient(90deg, #f2663e 0%, #f89832);
  -webkit-mask-composite: destination-out !important;
  mask-composite: exclude;
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
}

.grey .cta {
  background: #f2f2ff;
}

.grey .cta::before {
  background: linear-gradient(90deg, #f2663e 0%, #f89832);
  -webkit-mask-composite: destination-out !important;
  mask-composite: exclude;
  -webkit-mask:
    linear-gradient(#f2f2ff 0 0) content-box,
    linear-gradient(#f2f2ff 0 0);
}

/* ============ 404 ============ */

.error-404 {
  align-items: center;
  height: 500px;
}

.error-404 .text {
  width: 85%;
  text-align: center;
  align-items: center;
  justify-content: center;
  gap: 50px;
  height: 100%;
}

.error-404 .text h1 {
  color: var(--primary);
  font-size: 100px;
}

/* ============ Engine Header ============ */

header.engine {
  position: relative;
  align-items: center;
  padding-block: 7px;
  background: #f5f5f5;
}

header.engine * {
  font-family: "Acherus Grotesque";
}

header.engine .wrapper {
  width: 96%;
  align-items: center;
  gap: 12.5%;
}

header.engine .working-on {
  gap: 5px;
}

header.engine .working-on strong {
  color: #205c71;
  font-weight: 600;
}

header.engine .profile p {
  color: #205c71;
}

header.engine .profile img {
  background: white;
  border-radius: 50%;
}

header.engine .profile {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 50px;
  align-items: center;
  gap: 15px;
}

/* ============ Pages Header ============ */

header.pages {
  padding-block: 15px;
  align-items: center;
  background: #f5f5f5f5;
}

header.pages .wrapper {
  justify-content: space-between;
  width: 90%;
  align-items: center;
}

header.pages nav ul {
  display: flex;
  gap: 25px;
  align-items: center;
}

header.pages .menu-item {
  transition: opacity 0.3s;
}

header.pages .menu-item:not(.cta):hover {
  opacity: 0.6;
}

header .logo {
  align-items: center;
  gap: 15px;
}

header .logo p {
  font-family: "Acherus Grotesque";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
}

header .signup a,
header .login a {
  position: relative;
  padding: 2px 20px;
  border-radius: 5px;
  width: fit-content;
  z-index: 1;
  transition: 0.3s;
  font-family: "Acherus Grotesque";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  padding-block: 10px;
}

header .login a {
  background: white;
}

header .login a:hover {
  background: #f2663e;
  color: white;
  opacity: 1;
}

header .login:hover {
  opacity: 1 !important;
}

header .login a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 5px;
  padding: 2px;
  pointer-events: none;
  background: linear-gradient(90deg, #f2663e 0%, #f89832);
  -webkit-mask-composite: destination-out !important;
  mask-composite: exclude;
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
}

header .signup a {
  background: linear-gradient(90deg, #f2663e 0%, #f89832);
}

/* ============ Burger Menu ============ */

.burger-menu {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  background: #272a2f;
  align-items: center;
}

.burger-menu .burger-wrapper {
  height: 100%;
  overflow: auto;
  width: 90%;
  gap: 35px;
}

.burger-menu .logo img {
  width: 126px;
  height: 70px;
}

.burger-menu .logo {
  align-items: center;
  gap: 5px;
}

.burger-menu #menu-header-menu {
  position: relative;
}

/* .burger-menu #menu-header-menu::after {
  position: absolute;
  width: 50%;
  height: 1px;
  background: white;
  left: 50%;
  bottom: -50px;
  transform: translateX(-50%);
  content: "";
} */

.burger-menu .logo {
  align-self: center;
  margin-top: 25px;
}

.burger-menu li {
  position: relative;
  width: fit-content;
}

.burger-menu li::after {
  filter: brightness(0) saturate(100%) invert(96%) sepia(0%) saturate(18%)
    hue-rotate(330deg) brightness(104%) contrast(106%);
  top: 15px !important;
  left: 150px !important;
}

.burger-menu * {
  color: white;
  font-size: 18px;
}

.burger-menu ul {
  gap: 35px;
}

/* ============ Sidebar ============ */

.sidebar {
  background: #383b43;
  width: 400px;
  align-items: center;
  padding-block: 50px;
  overflow-y: scroll;
  height: 100%;
}

.sidebar::-webkit-scrollbar-thumb {
  background-color: #4389a2;
  border-radius: 10px;
  border: 3px solid transparent;
  background-clip: content-box;
}

.sidebar::-webkit-scrollbar {
  width: 12px;
}

.sidebar .sections {
  width: 100%;
}

.sidebar * {
  font-family: "Acherus Grotesque";
  color: white;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.sidebar .menu-item:not(.current) .submenu {
  display: none;
}

.engine .sidebar .menu-item.current .title {
  color: #f89832;
}

.sidebar .menu-item.current .heading {
  position: relative;
  margin-block: 10px;
}

.engine .sidebar .menu-item.current .heading::after {
  position: absolute;
  height: 15px;
  width: 2px;
  content: "";
  left: 15px;
  bottom: -15px;
  background: #f89832;
}

.sidebar .slide-link span {
  font-weight: 900;
}

.sidebar .slide-link.current {
  background: #205c71;
}

.sidebar .tagline {
  position: relative;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  width: 85%;
  margin-bottom: 25px;
}

.sidebar .tagline::after {
  position: absolute;
  width: 100%;
  height: 3px;
  content: "";
  left: 0;
  bottom: -20px;
  background: linear-gradient(90deg, #f2663e 0%, #f89832 100%);
}

.sidebar .tagline strong {
  font-weight: 800;
  color: #f89832;
  font-size: 24px;
}

.sidebar .menu-item {
  position: relative;
}

.engine .sidebar .menu-item.current .circle {
  filter: brightness(0) saturate(100%) invert(68%) sepia(79%) saturate(1150%)
    hue-rotate(333deg) brightness(97%) contrast(100%);
}

.engine .sidebar .menu-item.current.completed .circle {
  filter: none;
}

.sidebar .menu-item::after {
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 85%;
  height: 1px;
  background: #8eb8c6;
  content: "";
}

.sidebar .menu-item .heading {
  align-items: center;
  gap: 15px;
  width: 85%;
  align-self: center;
}

.sidebar .menu-item.completed .heading {
  transition: opacity 0.3s;
  cursor: pointer;
}

.sidebar .menu-item.completed .heading:hover {
  opacity: 0.6;
}

.sidebar .main-nav > ul {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 25px;
}

.sidebar .submenu button {
  position: relative;
  padding-block: 5px;
  padding-left: 30px;
  overflow: hidden;
}

.sidebar .submenu p {
  width: 100%;
  margin-inline: 45px;
  padding-block: 8px;
}

.sidebar .submenu button::before {
  position: absolute;
  height: 2px;
  left: 45px;
  background: #f89832;
  content: "";
  width: 16px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

.sidebar .submenu button:last-child::after {
  height: 50%;
}

.sidebar .submenu button:last-child:first-child::after {
  height: 47%;
}

.sidebar .submenu button::after {
  position: absolute;
  width: 2px;
  left: 44px;
  top: 0;
  background: #f89832;
  content: "";
  height: 150%;
  z-index: 10;
}

/* ============ Slider ============ */

.slide:not(.current) {
  position: absolute !important;
  width: 0;
  height: 0 !important;
  opacity: 0;
  visibility: hidden;
}

.slides:not(.pdf) .slide:not(.current) * {
  display: none;
}

.slide:not(.current) .gform {
  visibility: hidden !important;
}

.slide .gform {
  visibility: visible;
}

.slides.pdf {
  display: block !important;
  width: 100%;
}

.slide {
  width: auto;
  height: auto;
  opacity: 1;
  transition: opacity 0.5s;
  visibility: visible;
}

.slider {
  height: calc(100% - 84px);
}

.slides {
  width: calc(100% - 400px);
  overflow-y: scroll;
  height: 100%;
  overflow-x: hidden;
  background: white;
}

.engine .slides {
  display: none;
}

.slider .slide {
  height: 100%;
}

.slider .slides .pentagon {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  max-height: 100%;
}

.slider .slides {
  position: relative;
}

.sign-up .slides {
  background: transparent;
}

.gform_wrapper {
  display: none;
}

/* ============ Next Slide ============ */

.next-slide {
  background: linear-gradient(0deg, #186e8b 0%, #205c71 100%);
  width: 100%;
  height: 80px;
  justify-content: end;
}

.next-slide .next {
  align-items: center;
  gap: 25px;
  margin-right: 50px;
}

.next-slide .next p {
  color: #fff;
  text-align: right;
  font-family: "Acherus Grotesque";
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 36px; /* 150% */
}

.next-slide .next img {
  width: 60px;
}

/* ============ Home ============ */

.home .banner {
  align-items: center;
  background: linear-gradient(180deg, #515e68 0%, #677782 100%);
  padding-top: 125px;
  padding-bottom: 200px;
}

.home .banner .wrapper {
  width: 85%;
  justify-content: space-between;
  align-items: center;
  margin-left: 5%;
}

.home .banner * {
  color: white;
}

.home .banner .sub-heading {
  color: #faad15;
  margin-bottom: -50px;
}

.home .banner .text {
  width: 34.5%;
  gap: 25px;
}

.home .banner .text * {
  font-family: "Acherus Grotesque";
}

.home .banner .logo {
  width: 400px;
}

.home .banner .text * {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
}

.home .banner .main-image {
  width: 60%;
}

.home .text-section:nth-child(1) {
  padding-block: 100px;
}

.home .text-section:nth-child(1) .main-image {
  width: 45%;
  aspect-ratio: 72/43;
}

.home .text-section:nth-child(2) .main-image {
  width: 45%;
  aspect-ratio: 163/121;
}

.home .text-section:nth-child(3) .main-image {
  width: 35%;
  aspect-ratio: 548/481;
}


/* ============ Text Section ============ */

.text-section.blue {
  background: linear-gradient(180deg, #205c71 0%, #186e8b 100%);
}

.text-section.blue * {
  color: white;
}

.text-section.white {
  background: white;
}

.text-section.grey {
  background: #f5f5f5;
}

.text-section {
  padding-block: 75px;
  align-items: center;
}

.text-section .wrapper {
  width: 80%;
  justify-content: space-between;
  align-items: center;
  gap: 100px;
}

.text-section.left .wrapper {
  flex-direction: row-reverse;
}

.text-section .text {
  width: 45%;
  gap: 25px;
}

.text-section .title * {
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
}

.text-section .title strong {
  font-weight: 600;
}

/* ============ Page Standard ============ */

.page-template-page .banner {
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  background: linear-gradient(180deg, #515e68 0%, #677782 100%);
}

.page-template-page .banner .wrapper {
  width: 80%;
  justify-content: space-between;
  align-items: center;
}

.page-template-page .banner *:not(span strong) {
  color: white;
}

.page-template-page .banner .text {
  gap: 25px;
  width: 45%;
}

.page-template-page .banner .text p {
  font-family: "Acherus Grotesque";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
}

/* ============ What's Inside ============ */

.whats-inside .text-section {
  padding-top: 50px;
  padding-bottom: 0;
}

.whats-inside .text-section .wrapper {
  width: 90%;
}

.whats-inside .text-section .text {
  width: 38%;
  margin-bottom: 50px;
}

.whats-inside .text-section.right .text {
  margin-left: 5%;
}

.whats-inside .text-section.left .text {
  margin-right: 5%;
}

/* ============ Info for Learners ============ */

.info-for-learners .banner {
  padding-bottom: 0;
}

.info-for-learners .text-section:first-child {
  padding-block: 150px;
}

.info-for-learners .text-section {
  padding-bottom: 0;
}

.info-for-learners .text-section .text {
  margin-bottom: 100px;
}

/* ============ Sign Up ============ */

.gf_progressbar_wrapper {
  display: none;
}

.sign-up {
  overflow-y: hidden;
}

.sign-up .slider .wrapper {
  width: 65%;
  padding-left: 5%;
}

.sign-up .slides:has(.slide) .spinner {
  display: none;
}

.sign-up .select2-container {
  width: 100% !important;
}

.sign-up .slide[data-index="3"] .wrapper {
  width: 90%;
}

.sign-up .slide[data-index="4"] .gform_wrapper,
.sign-up .slide[data-index="5"] .gform_wrapper,
.sign-up .slide[data-index="6"] .gform_wrapper {
  width: 45%;
}

.sign-up .wrapper:has(#gform_page_2_1.current) {
  width: 35%;
  padding-left: 5;
}

.sign-up .wrapper:has(#gform_page_2_1.current) .text {
  width: 100%;
}

.sign-up header.pages .wrapper {
  justify-content: space-between;
  width: 96.5%;
}

.sign-up .text {
  width: 55%;
}

.ginput_container_select {
  /* max-width: 400px; */
}

.gform_wrapper.gravity-theme .gfield input.large,
.gform_wrapper.gravity-theme .gfield select.large {
  color: black !important;
}

.sign-up .resend,
.sign-up .back-to-start {
  color: #186e8b;
  font-family: "Montserrat";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 233.333% */
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.sign-up p img {
  transform: translate(5px, 5px);
}

.field_sublabel_below .ginput_complex {
  flex-direction: column !important;
  gap: 25px;
}

.field_sublabel_below .ginput_complex span {
  width: 100%;
  padding: 0 !important;
}

.gform_wrapper.gravity-theme .ginput_container_date input {
  width: 100% !important;
}

.sign-up input,
.sign-up select {
  height: 50px;
}

.sign-up .text {
  gap: 35px;
}

.sign-up .slide[data-index="3"] .next-arrow {
  margin: 0 !important;
}

.sign-up h1 {
  color: #205c71;
  font-family: "Acherus Grotesque";
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: 36px; /* 75% */
}

.sign-up p {
  color: #000;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
}

.sign-up .slide[data-index="3"],
.sign-up .slide[data-index="7"] {
  background: linear-gradient(180deg, #205c71 0%, #186e8b 100%);
  height: auto;
}

.sign-up .slide[data-index="3"].current,
.sign-up .slide[data-index="7"].current {
  min-height: 100%;
}

.sign-up .slide[data-index="3"] *,
.sign-up .slide[data-index="7"] * {
  color: white;
}

.sign-up .slide {
  position: relative;
  z-index: 2;
  background: white;
}

.sign-up .slide .wrapper {
  gap: 50px;
  padding-top: 50px;
}

.sign-up .slide[data-index="3"] .wrapper .text {
  width: 100%;
}

.sign-up .slide:not(.current) {
  opacity: 0;
}

.sign-up .slide.current {
  opacity: 1;
}

.sign-up .slide[data-index="4"] .gform_wrapper,
.sign-up .slide[data-index="5"] .gform_wrapper,
.sign-up .slide[data-index="6"] .gform_wrapper {
  width: 100%;
}

.sign-up .slide .wrapper > .text {
  margin: 0;
  gap: 50px;
}

.sign-up .slide .next-arrow {
  margin-left: 5%;
  border: 2px solid #f89832;
  margin-top: 50px;
  width: fit-content;
}

.sign-up .slide h2 {
  font-family: "Acherus Grotesque";
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  line-height: 48px;
}

.gform_previous_button {
  display: none;
}

.gfield_radio input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  width: 50px;
  height: 50px;

  border-radius: 5px;
  border: 1px solid #8eb8c6;
  background: #fff;
  cursor: pointer;
  position: relative;
  margin-right: 10px;
}

.gfield_radio input[type="radio"]::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
}

.gfield_radio input[type="radio"]:checked::after {
  content: "✓";
  color: #f89832;
  background-color: #205c71;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 45px;
}

.gfield_radio {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.gfield_checkbox input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  width: 50px;
  height: 50px;

  border-radius: 5px;
  border: 1px solid #8eb8c6;
  background: #fff;
  cursor: pointer;
  position: relative;
  margin-right: 10px;
}

.gfield_checkbox input[type="checkbox"]::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
}

.gfield_checkbox input[type="checkbox"]:checked::after {
  content: "✓";
  color: #f89832;
  background-color: #205c71;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 45px;
}

.sign-up .slider .slide[data-index="7"] .wrapper {
  width: 97%;
}

.sign-up .slider .slide[data-index="7"] .text {
  width: 75%;
}

.sign-up .slide[data-index="7"] .next-arrow {
  margin: 0;
}

.gfield_checkbox {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.sign-up .menu-item.current {
  background: #205c71;
}

/* ============ Login ============ */

.log-in .form {
  align-items: center;
  padding-block: 50px;
}

.log-in .form .url {
  align-items: center;
  gap: 10px;
}

.log-in .form .wrapper {
  width: 80%;
}

.log-in .form .wrapper .gform_wrapper {
  width: 35%;
  margin-bottom: 50px;
}

.log-in h1 {
  color: #205c71;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: 60px;
}

.log-in .banner {
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  background: linear-gradient(180deg, #515e68 0%, #677782 100%);
}

.log-in .banner .wrapper {
  width: 80%;
  justify-content: space-between;
  align-items: center;
}

.log-in .banner *:not(span strong) {
  color: white;
}

.log-in .banner .text {
  gap: 25px;
  width: 100%;
}

.log-in .banner .text p {
  font-family: "Acherus Grotesque";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
}

.log-in .gform_wrapper.gravity-theme .password_input_container input {
  width: 100%;
}

/* ============ Footer CTA ============ */

.footer-cta {
  padding-block: 75px;
  align-items: center;
  position: relative;
  background: linear-gradient(180deg, #a7a9ac 0%, #c2c4c6 100%);
}

.footer-cta .cta {
  background: linear-gradient(90deg, #f2663e 0%, #f89832 100%);
}

.footer-cta .pentagon {
  position: absolute;
  left: 0;
  top: 0;
  height: auto;
  flex-shrink: 0;
  height: 100%;
  aspect-ratio: 633.33/602;
}

.footer-cta .wrapper {
  width: 85%;
  justify-content: end;
}

.footer-cta .text {
  position: relative;
  background: white;
  width: 55%;
  padding: 100px;
  border-radius: 20px;
  gap: 25px;
  text-align: center;
  align-items: center;
}

.footer-cta .title {
  align-items: center;
  gap: 15px;
}

.footer-cta .text::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  border-radius: 0px 0px 20px 20px;
  background: linear-gradient(90deg, #f2663e 0%, #f89832 100%);
  width: 100%;
  height: 20px;
}

.footer-cta .text .title * {
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
}

.footer-cta .text .title strong {
  font-weight: 700;
}

.engine .slide {
  min-height: calc(100vh - 84px);
  height: auto;
}

/* ============ Engine - Introduction ============ */

.introduction {
  min-height: 100%;
  height: auto;
}

.engine h1 {
  color: #205c71;
  font-family: "Acherus Grotesque";
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: 65px;
  margin-bottom: 50px;
}

.engine h2 {
  font-family: "Acherus Grotesque";
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  line-height: 48px;
}

.engine p {
  font-family: "Poppins";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
}

.engine .introduction .slide[data-index="1"] h1 {
  color: white;
  margin-bottom: 40px;
}

.engine .introduction .slide[data-index="1"] h2 {
  color: white;
  margin-bottom: 25px;
}

.engine .introduction .slide {
  align-items: center;
  padding-block: 75px;
}

.engine .introduction .slide[data-index="1"] {
  background: linear-gradient(180deg, #205c71 0%, #186e8b 100%);
}

.engine .introduction .slide > .wrapper {
  width: 90%;
  justify-content: space-between;
  align-items: start;
}

.engine .introduction .block .wrapper {
  width: 100%;
}

.engine .introduction .text-row .text {
  gap: 25px;
}

.engine .introduction .text-row .text h3 {
  color: #205c71;
  font-family: "Acherus Grotesque";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
}

.engine .introduction .slide[data-index="1"] .text,
.engine .introduction .slide[data-index="2"] .text {
  align-items: start;
  width: 37%;
  gap: 25px;
}

.engine .next-arrow {
  padding-block: 25px;
}

.engine .gf_progressbar_wrapper {
  display: block;
}

.gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_blue {
  display: none;
}

.engine .gform_wrapper.gravity-theme .gfield textarea.large {
  background: transparent;
  border-radius: 20px;
  border: 2px solid #4389a2;
  padding: 15px;
}

.engine .gform_wrapper.gravity-theme .gfield textarea.large::placeholder {
  color: #000;
  font-family: "Poppins";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
}

.engine .gform_wrapper #input_9_9 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.engine .gform_wrapper #input_8_16 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.engine .gform_wrapper.gravity-theme .gfield input,
.gform_wrapper.gravity-theme .gfield select {
  background: transparent;
  border: 1px solid #4389a2;
}

.gform_wrapper.gravity-theme .gf_progressbar_title {
  color: #fff !important;
  font-family: "Acherus Grotesque" !important;
  font-size: 48px !important;
  font-style: normal !important;
  font-weight: 800 !important;
  line-height: 36px !important;
  margin-bottom: 50px !important;
}

.engine .gform_wrapper.gravity-theme .gfield_label {
  margin-bottom: 25px;
}

.engine .introduction .slide[data-index="1"] .next-arrow,
.engine .introduction .slide[data-index="2"] .next-arrow,
.engine .introduction .slide[data-index="3"] .next-arrow {
  border: 2px solid #faad15;
  margin-top: 20px;
}

.engine .introduction .slide[data-index="1"] .text * {
  color: white;
}

.engine .introduction .slide[data-index="1"] .text p {
  width: 95%;
}

.engine .introduction .main-image {
  object-fit: cover;
  aspect-ratio: 1;
  border-radius: 20px;
  width: 40%;
  height: auto;
  align-self: center;
}

.engine .introduction .slide[data-index="1"] .main-image {
  border: 2px solid #f89832;
  border-radius: 20px;
}

.engine .introduction .block.text-row {
  margin-block: 0;
}

.engine .introduction .rows {
  padding-top: 50px;
  padding-bottom: 25px;
  gap: 65px;
}

.engine .introduction .slide[data-index="3"] > .wrapper {
  padding-bottom: 50px;
}

.engine .introduction .slide[data-index="2"] .text {
  width: 36%;
}

.engine .introduction .slide[data-index="4"] {
  background: linear-gradient(180deg, #f89832 0%, #faad15 100%);
}

.engine .introduction .slide[data-index="4"]:has(.skip .gform) {
  background: none !important;
}

.engine .introduction .slide[data-index="4"] h1 {
  color: white;
  line-height: 30px;
  margin-bottom: 35px;
}

.engine .introduction .slide[data-index="4"] h2 {
  margin-bottom: 20px;
}

.engine .introduction .slide[data-index="4"] .next-arrow {
  margin-top: 15px;
}

.engine .introduction .slide[data-index="4"] .text {
  width: 36%;
  gap: 25px;
  align-items: start;
}

.engine .introduction .slide[data-index="4"] {
  background: linear-gradient(180deg, #f89832 0%, #faad15 100%);
}

.engine .introduction .slide[data-index="4"] .finish {
  background: linear-gradient(180deg, #205c71 0%, #186e8b 100%);
  position: absolute;
  width: 100%;
  min-height: 100%;
  left: 0;
  top: 0;
  display: flex;
  padding-block: 75px;
  align-items: center;
}

.engine .introduction .slide[data-index="4"] .finish * {
  color: white;
}

.engine .introduction .slide[data-index="4"] .finish .main-image {
  border-radius: 20px;
}

.engine .introduction .slide[data-index="4"] video {
  position: absolute;
  bottom: 0;
  left: 0;
  object-position: bottom;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.engine .introduction .slide[data-index="4"] .finish .next-arrow {
  border: 2px solid #f89832;
}

.engine .introduction .slide[data-index="4"] .finish .main-image {
  border-radius: 20px;
  border: 2px solid #f89832;
}

.engine .introduction .slide[data-index="4"] .finish .wrapper {
  justify-content: space-between;
  width: 90%;
}

/* ============ Training Module ============ */

.engine .training .slide[data-index="1"] {
  position: relative;
}

.engine .training .slide[data-index="1"] .main-image {
  margin-top: 50px;
}

.engine .training .slide[data-index="1"] .background {
  position: absolute;
  width: 100%;
  height: 100%;
}

.engine .training .slide[data-index="1"] .text-container {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 40%;
  gap: 50px;
}

.engine .training .slide[data-index="1"] .next-arrow {
  align-self: flex-end;
}

.engine .training .slide[data-index="1"] .text {
  position: relative;
  background: white;
  padding: 35px;
  padding-bottom: 50px;
  gap: 25px;
  border-radius: 20px;
}

.engine .training .slide[data-index="1"] .text::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 0 0 20px 20px;
  background: linear-gradient(90deg, #f2663e 0%, #f89832 100%);
  height: 20px;
  width: 100%;
}

.engine .training .slide[data-index="1"] .text h3 strong {
  color: #205c71;
  font-family: "Acherus Grotesque";
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  line-height: 36px;
}

.engine .training .slide[data-index="1"] .text h3 {
  color: #205c71;
  font-family: "Acherus Grotesque";
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  margin-bottom: 15px;
}

.engine .training .block.text-row .wrapper {
  width: 100%;
}

.engine .training .slide[data-index="2"] {
  align-items: center;
  padding-top: 25px;
}

.engine .training .slide[data-index="2"] > .wrapper {
  width: 85%;
}

.engine .training .slide[data-index="2"] h2 {
  color: #205c71;
  font-family: "Acherus Grotesque";
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
}

.engine .training .slide[data-index="2"] .text {
  gap: 25px;
}

.engine .training .slide[data-index="2"] h3 {
  color: #205c71;
  font-family: "Acherus Grotesque";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
}

.engine .training .slide[data-index="3"] {
  align-items: center;
  padding-top: 25px;
}

.engine .training .slide[data-index="3"] > .wrapper {
  width: 85%;
}

.engine .training .slide[data-index="3"] h2 {
  color: #205c71;
  font-family: "Acherus Grotesque";
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
}

.engine .training .slide[data-index="3"] .text {
  gap: 25px;
}

.engine .training .slide[data-index="3"] h3 {
  color: #205c71;
  font-family: "Acherus Grotesque";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
}

.engine .training .slide[data-index="4"] {
  position: relative;
}

.engine .training .slide[data-index="4"] h2 {
  color: #205c71;
  font-family: "Acherus Grotesque";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px; /* 120% */
}

.engine .training .slide[data-index="4"] .background {
  position: absolute;
  width: 100%;
  height: 100%;
}

.engine .training .slide[data-index="4"] .text-container {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 40%;
  gap: 50px;
}

.engine
  .training
  .slide[data-index="4"]
  .inner-slide:nth-child(3)
  .text-container {
  right: 20px;
  left: unset;
}

.engine
  .training
  .slide[data-index="4"]
  .inner-slide:nth-child(5)
  .text-container {
  right: 20px;
  left: unset;
}

.engine .training .slide[data-index="4"] .inner-slide:nth-child(3) .next-arrow {
  align-self: flex-end;
}

.engine .training .slide[data-index="4"] .inner-slide:nth-child(5) .next-arrow {
  align-self: flex-end;
}

.engine .training .slide[data-index="4"] .next-arrow {
  align-self: flex-start;
}

.engine .training .slide[data-index="4"] .text {
  position: relative;
  background: white;
  padding: 35px;
  padding-bottom: 50px;
  gap: 25px;
  border-radius: 20px;
}

.engine .training .slide[data-index="4"] .text::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 0 0 20px 20px;
  background: linear-gradient(90deg, #f2663e 0%, #f89832 100%);
  height: 20px;
  width: 100%;
}

.engine .training .slide[data-index="4"] .text h3 strong {
  color: #205c71;
  font-family: "Acherus Grotesque";
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  line-height: 36px;
}

.engine .training .slide[data-index="4"] .text h3 {
  color: #205c71;
  font-family: "Acherus Grotesque";
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  margin-bottom: 15px;
}

.engine .training .slide[data-index="5"] {
  background: linear-gradient(180deg, #f89832 0%, #faad15 100%);
  align-items: center;
  padding-block: 75px;
}

.engine .training .slide[data-index="5"] .text {
  gap: 35px;
  align-items: start;
  width: 42%;
}

.engine .training .slide[data-index="5"] .text p {
  width: 95%;
}

.engine .training .slide[data-index="5"] h1 {
  color: white;
  margin-bottom: 25px;
}

.engine .training .slide[data-index="5"] h3 {
  font-family: "Acherus Grotesque";
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  line-height: 48px;
}

.engine .training .slide[data-index="5"] .wrapper {
  width: 90%;
}

.engine .training .slide[data-index="5"] .inner-slide {
  width: 90%;
}

.engine .training .slide[data-index="5"] .inner-slide .main-image {
  width: 70%;
  aspect-ratio: 1;
  object-fit: cover;
}

.engine .training .slide[data-index="5"] .inner-slide .wrapper {
  justify-content: space-between;
}

.engine .training .slide[data-index="5"] .inner-slide .image-container {
  width: 45%;
  align-items: end;
}

.engine .training .slide[data-index="5"] .inner-slide .grid.images {
  grid-template-columns: 1fr 1fr;
  gap: 25px;
  place-content: center;
}

.engine .training .slide[data-index="5"] .inner-slide .grid.images img {
  width: 250px;
  object-fit: cover;
  aspect-ratio: 1;
}

.engine
  .training
  .slide[data-index="5"]
  .inner-slide
  .grid.images
  img:first-child {
  grid-column: span 2;
  transform: translateX(75px);
}

.engine .training .slide[data-index="5"] .inner-slide .bio {
  background: white;
  border-radius: 20px;
  padding-inline: 30px;
  padding-block: 35px;
  transform: translate(-40px, -25px);
}

.engine .training .slide[data-index="6"] {
  align-items: center;
  padding-top: 25px;
}

.engine .training .slide[data-index="6"] > .wrapper {
  width: 90%;
}

.engine .training .slide[data-index="6"] h2 {
  width: 55%;
  line-height: 40px;
  color: #205c71;
  font-family: "Acherus Grotesque";
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
}

.engine .training .slide[data-index="6"] .text {
  gap: 25px;
}

.engine .training .slide[data-index="6"] h3 {
  color: #205c71;
  font-family: "Acherus Grotesque";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
}

.engine .training .slide[data-index="7"] h2 {
  color: #205c71;
  font-family: "Acherus Grotesque";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
}

.engine .training .slide[data-index="7"] .results {
  position: relative;
}

.engine .training .slide[data-index="7"] .results .background {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  min-height: calc(100vh - 84px);
}

.engine .training .slide[data-index="7"] .results .text-container {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 40%;
  gap: 50px;
}

.engine .training .slide[data-index="7"] .results .next-arrow {
  align-self: flex-start;
}

.engine .training .slide[data-index="7"] .results .text {
  position: relative;
  background: white;
  padding: 35px;
  padding-bottom: 50px;
  gap: 25px;
  border-radius: 20px;
}

.engine .training .slide[data-index="7"] .results .text::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 0 0 20px 20px;
  background: linear-gradient(90deg, #f2663e 0%, #f89832 100%);
  height: 20px;
  width: 100%;
}

.engine .training .slide[data-index="7"] .results .text h3 strong {
  color: #205c71;
  font-family: "Acherus Grotesque";
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  line-height: 36px;
}

.engine .training .slide[data-index="7"] .results .text h3 {
  color: #205c71;
  font-family: "Acherus Grotesque";
  font-size: 30px;
  font-style: normal;
  line-height: 36px;
  margin-bottom: 15px;
  font-weight: 700;
}

.engine .training .slide[data-index="7"] {
  position: relative;
}

.engine .training .slide[data-index="7"] .main-image {
  margin-top: 50px;
}

.engine .training .slide[data-index="7"] .background {
  position: absolute;
  width: 100%;
  height: 100%;
}

.engine .training .slide[data-index="7"] .text-container {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 40%;
  gap: 50px;
}

.engine .training .slide[data-index="7"] .next-arrow {
  align-self: flex-start;
}

.engine .training .slide[data-index="7"] .text {
  position: relative;
  background: white;
  padding: 35px;
  padding-bottom: 50px;
  gap: 25px;
  border-radius: 20px;
}

.engine .training .slide[data-index="7"] .text::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 0 0 20px 20px;
  background: linear-gradient(90deg, #f2663e 0%, #f89832 100%);
  height: 20px;
  width: 100%;
}

.engine .training .slide[data-index="7"] .text h3 strong {
  color: #205c71;
  font-family: "Acherus Grotesque";
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  line-height: 36px;
}

.engine .training .slide[data-index="7"] .text h3 {
  color: #205c71;
  font-family: "Acherus Grotesque";
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  margin-bottom: 15px;
}

.engine .training .slide[data-index="8"] .summaries .main-image {
  margin-top: 50px;
}

.summaries li::before {
  background: white !important;
}

.engine .training .slide[data-index="8"] .summaries .background {
  position: absolute;
  width: 100%;
  height: 100%;
}

.engine .training .slide[data-index="8"] .summaries .text-container {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 40%;
  gap: 50px;
}

.engine .training .slide[data-index="8"] .summaries .next-arrow {
  align-self: flex-start;
}

.engine .training .slide[data-index="8"] .summaries .text {
  position: relative;
  background: white;
  padding: 35px;
  padding-bottom: 50px;
  gap: 25px;
  border-radius: 20px;
}

.engine .training .slide[data-index="8"] .summaries .text::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 0 0 20px 20px;
  background: linear-gradient(90deg, #f2663e 0%, #f89832 100%);
  height: 20px;
  width: 100%;
}

.engine .training .slide[data-index="8"] .summaries .text h3 strong {
  color: #205c71;
  font-family: "Acherus Grotesque";
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  line-height: 36px;
}

.engine .training .slide[data-index="8"] .summaries .text > h3 {
  color: #205c71;
  font-family: "Acherus Grotesque";
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  margin-bottom: 15px;
}

.engine .training .slide[data-index="8"] .summaries .next-slide {
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.engine .training .slide[data-index="8"] .well-done {
  position: absolute;
  display: flex;
  align-items: center;
  background: linear-gradient(180deg, #205c71 0%, #186e8b 100%);
  width: auto;
  min-height: 100%;
  padding-bottom: 50px;
}

.engine .training .slide[data-index="8"] .well-done .wrapper {
  padding-top: 75px;
  justify-content: space-between;
  width: 90%;
  align-items: start;
}

.engine .training .slide[data-index="8"] .well-done * {
  color: white;
}

.engine .training .slide[data-index="8"] .well-done .text {
  align-items: start;
  gap: 25px;
  width: 35%;
}

.engine .training .slide[data-index="8"] .well-done .main-image {
  width: 40%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 20px;
  border: 2px solid #f89832;
  margin-top: 50px;
}

.engine .training .slide[data-index="8"] .well-done .next-arrow {
  border: 2px solid #f89832;
  margin-top: 15px;
}

.engine .training .well-done h2 {
  color: #fff;
  font-family: "Acherus Grotesque";
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: 36px; /* 75% */
  margin-bottom: 25px;
}

.engine .training .well-done h3 {
  color: #fff;
  font-family: "Acherus Grotesque";
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  line-height: 48px;
  margin-bottom: 25px;
}

/* ============ Work Experience Module ============ */

.engine .work-experience {
  height: 100%;
}

.engine .work-experience .slide[data-index="1"] {
  position: relative;
}

.engine .work-experience .slide[data-index="1"] .filter {
  position: absolute;
  left: 0;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.8) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  bottom: 0;
  height: 100%;
  width: 75%;
}

.engine .work-experience .slide[data-index="1"] .background {
  position: absolute;
  width: 100%;
  height: 100%;
}

.engine .work-experience .slide[data-index="1"] .text-container {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 40%;
  gap: 50px;
  width: 37%;
}

.engine .work-experience .slide[data-index="1"] .next-arrow {
  align-self: flex-start;
}

.engine .work-experience .slide[data-index="1"] .text {
  position: relative;
  background: white;
  padding: 35px;
  padding-bottom: 50px;
  gap: 25px;
  border-radius: 20px;
}

.engine .work-experience .slide[data-index="1"] .text::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 0 0 20px 20px;
  background: linear-gradient(90deg, #f2663e 0%, #f89832 100%);
  height: 20px;
  width: 100%;
}

.engine .work-experience .slide[data-index="1"] .text h3 strong {
  color: #205c71;
  font-family: "Acherus Grotesque";
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  line-height: 36px;
}

.engine .work-experience .slide[data-index="1"] .text h3 {
  color: #205c71;
  font-family: "Acherus Grotesque";
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  margin-bottom: 15px;
}

.engine .work-experience .slide[data-index="2"] {
  position: relative;
}

.engine .work-experience .slide[data-index="2"] .introduction .background {
  position: static;
  width: 100%;
  height: 100%;
}

.sign-up .ginput_container_select {
  width: 100%;
}

.engine .work-experience .slide[data-index="2"] .introduction .text-container {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 37%;
  gap: 50px;
}

.engine .work-experience .slide[data-index="2"] .introduction .next-arrow {
  align-self: flex-start;
}

.engine .work-experience .slide[data-index="2"] .introduction .text {
  position: relative;
  background: white;
  padding: 35px;
  padding-bottom: 50px;
  gap: 25px;
  border-radius: 20px;
}

.engine .work-experience .slide[data-index="2"] .main-image {
  border-radius: 20px;
  width: 45%;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
}

.engine .work-experience .slide[data-index="2"] .introduction .text::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 0 0 20px 20px;
  background: linear-gradient(90deg, #f2663e 0%, #f89832 100%);
  height: 20px;
  width: 100%;
}

.engine .work-experience .slide[data-index="2"] .introduction .text h3 strong {
  color: #205c71;
  font-family: "Acherus Grotesque";
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  line-height: 36px;
}

.engine .work-experience .slide[data-index="2"] .introduction .text h3 {
  color: #205c71;
  font-family: "Acherus Grotesque";
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  margin-bottom: 15px;
}

.engine .work-experience .slide[data-index="2"] {
  align-items: center;
}

.engine .work-experience .slide[data-index="2"] .content {
  width: 90%;
  padding-block: 50px;
  justify-content: space-between;
  align-items: start;
}

.engine .work-experience .slide[data-index="2"] .content .text {
  width: 45%;
  gap: 25px;
  align-items: start;
}

.engine .work-experience .slide[data-index="2"] .content .text h3 {
  color: #205c71;
  font-family: "Acherus Grotesque";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
}

.engine .work-experience .slide[data-index="3"] {
  align-items: center;
  background: linear-gradient(180deg, #205c71 0%, #186e8b 100%);
}

.engine .work-experience .slide[data-index="3"] .wrapper {
  padding-top: 75px;
  justify-content: space-between;
  width: 90%;
}

.engine .work-experience .slide[data-index="3"] * {
  color: white;
}

.engine .work-experience .slide[data-index="3"] .text {
  align-items: start;
  gap: 25px;
  width: 35%;
}

.engine .work-experience .slide[data-index="3"] .text h2,
.engine .work-experience .slide[data-index="3"] .text h3 {
  margin-bottom: 25px;
}

.engine .work-experience .slide[data-index="3"] .main-image {
  width: 40%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 20px;
  border: 2px solid #f89832;
}

.engine .work-experience .slide[data-index="3"] .next-arrow {
  margin-top: 25px;
  border: 2px solid #f89832;
}

/* ============ Focus Modules ============ */

.engine .focus .slide[data-index="1"] {
  position: relative;
}

.engine .focus .slide[data-index="1"] .background {
  position: absolute;
  width: 100%;
  height: 100%;
}

.engine .focus .slide[data-index="1"] .text-container {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 37%;
  gap: 50px;
}

.engine .focus .slide[data-index="1"] .next-arrow {
  align-self: flex-end;
}

.engine .focus .slide[data-index="1"] .text {
  position: relative;
  background: white;
  padding: 35px;
  padding-bottom: 50px;
  gap: 25px;
  border-radius: 20px;
}

.engine .focus .slide[data-index="1"] .text h2 {
  color: #205c71;
  font-family: "Acherus Grotesque";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
}

.engine .focus .slide[data-index="1"] .text::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 0 0 20px 20px;
  background: linear-gradient(90deg, #f2663e 0%, #f89832 100%);
  height: 20px;
  width: 100%;
}

.engine .focus .slide[data-index="1"] .text h3 strong {
  color: #205c71;
  font-family: "Acherus Grotesque";
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  line-height: 36px;
}

.engine .focus .slide[data-index="1"] .text h3 {
  color: #205c71;
  font-family: "Acherus Grotesque";
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  margin-bottom: 15px;
}

.engine .focus .block.text-row .wrapper {
  width: 100%;
}

.engine .focus .slide[data-index="2"] {
  align-items: center;
  padding-top: 25px;
}

.engine .focus .slide[data-index="2"] > .wrapper {
  width: 90%;
  gap: 25px;
}

.engine .focus .slide[data-index="2"] h2 {
  color: #205c71;
  font-family: "Acherus Grotesque";
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
}

.engine .focus .slide[data-index="2"] .text {
  gap: 25px;
}

.engine .focus .slide[data-index="2"] h3 {
  color: #205c71;
  font-family: "Acherus Grotesque";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
}

.engine .focus .slide[data-index="3"] {
  position: relative;
  align-items: center;
}

.engine .focus .slide[data-index="3"] .section-wrapper {
  width: 90%;
  gap: 50px;
}

.engine .focus .slide[data-index="3"] .section-wrapper:has(.block) {
  gap: 50px;
  margin-block: 50px;
}

.engine .focus .slide[data-index="3"] .section-wrapper .block {
  margin-block: 0;
}

.engine .focus .slide[data-index="3"] .section-one .background {
  position: absolute;
  width: 100%;
  height: 100%;
}

.engine .focus .slide[data-index="3"] .section-one .text-container {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 37%;
  gap: 50px;
}

.engine .focus .slide[data-index="3"] .section-one .next-arrow {
  align-self: flex-start;
}

.engine .focus .slide[data-index="3"] .section-one .text {
  position: relative;
  background: white;
  padding: 35px;
  padding-bottom: 50px;
  gap: 25px;
  border-radius: 20px;
}

.engine .focus .slide[data-index="3"] .section-one {
  position: relative;
  width: 100%;
  height: 100vh;
}

.engine .focus .slide[data-index="3"] .section-one::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 0 0 20px 20px;
  background: linear-gradient(90deg, #f2663e 0%, #f89832 100%);
  height: 20px;
  width: 100%;
}

.engine .focus .slide[data-index="3"] .section-one .text::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 0 0 20px 20px;
  background: linear-gradient(90deg, #f2663e 0%, #f89832 100%);
  height: 20px;
  width: 100%;
}

.engine .focus .slide[data-index="3"] .section-one .text h3 strong {
  color: #205c71;
  font-family: "Acherus Grotesque";
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  line-height: 36px;
}

.engine .focus .slide[data-index="3"] .text h2 {
  color: #205c71;
  font-family: "Acherus Grotesque";
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  margin-bottom: 15px;
}

.engine .focus .slide[data-index="3"] .section-two {
  align-items: center;
}

.engine .focus .slide[data-index="3"] .section-two strong {
  font-weight: 600;
}

.engine .focus .slide[data-index="3"] .section-two .text {
  gap: 25px;
}

.engine .focus .slide[data-index="3"] .section-two .text h3 {
  color: #205c71;
  font-family: "Acherus Grotesque";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
}

.engine .focus .slide[data-index="3"] .section-three {
  background: linear-gradient(180deg, #205c71 0%, #186e8b 100%);
  align-items: center;
  padding-block: 50px;
}

.engine .focus .slide[data-index="3"] .section-three .container {
  align-items: center;
  justify-content: space-between;
}

.engine .focus .slide[data-index="3"] .section-three * {
  color: white;
}

.engine .focus .slide[data-index="3"] .section-three .main-image {
  border-radius: 20px;
  border: 1px solid #fff;
  width: 45%;
  object-fit: cover;
}

.engine .focus .slide[data-index="3"] .section-three .text {
  gap: 25px;
  width: 45%;
}

.engine .focus .slide[data-index="3"] .section-three h3,
.engine .focus .slide[data-index="3"] .section-five h3 {
  color: #fff;
  font-family: "Acherus Grotesque";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
}

.engine .focus .slide[data-index="3"] .section-four {
  align-items: center;
  padding-block: 50px;
}

.engine .focus .slide[data-index="3"] .section-four .image-container {
  align-items: center;
  justify-content: space-between;
}

.engine .focus .slide[data-index="3"] .section-four .image-container img {
  width: 600px;
  height: 338px;
  border-radius: 20px;
}

.engine .focus .slide[data-index="3"] .section-four .text {
  gap: 25px;
}

.engine .focus .slide[data-index="3"] .section-four h3,
.engine .focus .slide[data-index="3"] .section-six h3 {
  color: #205c71;
  font-family: "Acherus Grotesque";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
}

.engine .focus .slide[data-index="3"] .section-four .foobox:has(img)::after {
  color: black;
}

.engine .focus .slide[data-index="3"] .section-four .image-container .text {
  width: 45%;
}

.engine .focus .slide[data-index="3"] .section-five {
  align-items: center;
  background: linear-gradient(180deg, #205c71 0%, #186e8b 100%);
  padding-block: 50px;
  width: 100%;
}

.engine .focus .slide[data-index="3"] .section-five .images img {
  border-radius: 20px;
  border: 1px solid #fff;
  width: 600px;
  height: 338px;
  object-fit: cover;
}

.engine .focus .slide[data-index="3"] .section-five .text {
  width: 45%;
  gap: 25px;
}

.engine .focus .slide[data-index="3"] .section-five .text * {
  color: white;
}

.engine .focus .slide[data-index="3"] .section-five ul,
.engine .focus .slide[data-index="3"] .section-three ul {
  list-style: disc;
}

.engine .focus .slide[data-index="3"] .section-five li::before,
.engine .focus .slide[data-index="3"] .section-three li::before {
  display: none;
}

.engine .focus .slide[data-index="3"] .section-five .description {
  gap: 25px;
}

.engine .focus .slide[data-index="3"] .section-five .container {
  justify-content: space-between;
}

.engine .focus .slide[data-index="3"] .section-five .images {
  gap: 100px;
}

.engine .focus .slide[data-index="3"] .section-six {
  align-items: center;
  padding-block: 50px;
}

.engine .focus .slide[data-index="3"] .section-six .container {
  justify-content: space-between;
}

.engine .focus .slide[data-index="3"] .section-six .text {
  gap: 25px;
  width: 45%;
}

.engine .focus .slide[data-index="3"] .section-six .main-image {
  border-radius: 20px;
  object-fit: cover;
  width: 45%;
  gap: 50px;
  height: auto;
  aspect-ratio: 1;
  align-self: start;
}

.engine .focus .slide[data-index="3"] .question {
  align-items: center;
  padding-block: 50px;
  width: 100%;
}

.engine .focus .slide[data-index="3"] .question .question-content {
  gap: 25px;
}

.engine .focus .slide[data-index="3"] .question .wrapper {
  width: 90%;
  border-radius: 20px;
  border: 2px solid #f89832;
  background: #f5f5f5;
  padding: 35px;
  gap: 25px;
}

.engine .focus .slide[data-index="3"] .question .answer {
  border-radius: 20px;
  border: 1px solid #c1c1c1;
  background: #fff;
  height: 180px;
  padding: 25px;
  font-family: "Poppins";
}

.engine .focus .slide[data-index="3"] .question h3 {
  color: #15708d;
  font-family: "Acherus Grotesque";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 116.667% */
}

.engine .focus .slide[data-index="3"] .question h2 {
  color: #000;
  font-family: "Acherus Grotesque";
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  line-height: 36px; /* 120% */
}

.engine .focus .slide[data-index="4"] {
  position: relative;
}

.engine .focus .slide[data-index="4"] .main-image {
  margin-top: 50px;
}

.engine .focus .slide[data-index="4"] .background {
  position: absolute;
  width: 100%;
  height: 100%;
  object-position: top;
  z-index: -1;
}

.engine .focus .slide[data-index="4"] .text-container {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 37%;
  gap: 50px;
}

.engine .focus .slide[data-index="4"] .text-container h2 {
  color: #205c71;
  font-family: "Acherus Grotesque";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px; /* 120% */
}

.engine .focus .slide[data-index="4"] .next-arrow {
  align-self: flex-start;
}

.engine .focus .slide[data-index="4"] .text {
  position: relative;
  background: white;
  padding: 35px;
  padding-bottom: 50px;
  gap: 25px;
  border-radius: 20px;
}

.engine .focus .slide[data-index="4"] .text::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 0 0 20px 20px;
  background: linear-gradient(90deg, #f2663e 0%, #f89832 100%);
  height: 20px;
  width: 100%;
}

.engine .focus .slide[data-index="4"] .text h3 strong {
  color: #205c71;
  font-family: "Acherus Grotesque";
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  line-height: 36px;
}

.engine .focus .slide[data-index="4"] .text h3 {
  color: #205c71;
  font-family: "Acherus Grotesque";
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  margin-bottom: 15px;
}

.engine .focus .slide[data-index="5"] .summaries .text h2 {
  color: #205c71;
  font-family: "Acherus Grotesque";
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  margin-bottom: 15px;
}

.engine .focus .slide[data-index="5"] .summaries .main-image {
  margin-top: 50px;
}

.engine .focus .slide[data-index="5"] .summaries .background {
  position: absolute;
  width: 100%;
  height: 100%;
}

.engine .focus .slide[data-index="5"] .summaries .text-container {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 40%;
  gap: 50px;
}

.engine .focus .slide[data-index="5"] .summaries .next-arrow {
  align-self: flex-start;
}

.engine .focus .slide[data-index="5"] .summaries .text {
  position: relative;
  background: white;
  padding: 35px;
  padding-bottom: 50px;
  gap: 25px;
  border-radius: 20px;
}

.engine .focus .slide[data-index="5"] .summaries .text::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 0 0 20px 20px;
  background: linear-gradient(90deg, #f2663e 0%, #f89832 100%);
  height: 20px;
  width: 100%;
}

.engine .focus .slide[data-index="5"] .summaries .text h3 strong {
  color: #205c71;
  font-family: "Acherus Grotesque";
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  line-height: 36px;
}

.engine .focus .slide[data-index="5"] .summaries .text > h3 {
  color: #205c71;
  font-family: "Acherus Grotesque";
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  margin-bottom: 15px;
}

.engine .focus .slide[data-index="5"] .summaries .next-slide {
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.engine .focus .slide[data-index="5"] .well-done {
  position: absolute;
  display: flex;
  align-items: center;
  background: linear-gradient(180deg, #205c71 0%, #186e8b 100%);
  min-height: 100%;
  height: auto;
  padding-bottom: 50px;
  width: 100%;
}

.engine .focus .slide[data-index="5"] .well-done * {
  color: white;
}

.engine .focus .slide[data-index="5"] .well-done .wrapper {
  padding-top: 75px;
  justify-content: space-between;
  width: 90%;
  align-items: start;
}

.engine .focus .slide[data-index="8"] .well-done * {
  color: white;
}

.engine .focus .slide[data-index="5"] .well-done .text {
  align-items: start;
  gap: 25px;
  width: 35%;
}

.engine .focus .slide[data-index="5"] .well-done .main-image {
  width: 40%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 20px;
  border: 2px solid #f89832;
}

.engine .focus .slide[data-index="5"] .well-done .next-arrow {
  border: 2px solid #f89832;
}

.engine .focus .well-done h2 {
  color: #fff;
  font-family: "Acherus Grotesque";
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: 36px; /* 75% */
  margin-bottom: 25px;
}

.engine .focus .well-done h3 {
  color: #fff;
  font-family: "Acherus Grotesque";
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  line-height: 48px;
  margin-bottom: 25px;
}

/* ============ Complete Module ============ */

.engine .complete .slide[data-index="1"] {
  align-items: center;
  background: linear-gradient(180deg, #205c71 0%, #186e8b 100%);
}

.engine .complete .slide[data-index="1"] h1 {
  margin-bottom: 35px;
}

.engine .complete .slide[data-index="1"] h2 {
  margin-bottom: 25px;
}

.engine .complete .slide[data-index="1"] .next-arrow {
  border: 2px solid #faad15;
  margin-top: 25px;
}

.engine .complete .slide[data-index="1"] .wrapper {
  padding-top: 75px;
  justify-content: space-between;
  width: 90%;
  align-items: start;
}

.engine .complete .slide[data-index="1"] * {
  color: white;
}

.engine .complete .slide[data-index="1"] .text {
  align-items: start;
  gap: 25px;
  width: 35%;
}

.engine .complete .slide[data-index="1"] .main-image {
  width: 40%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 20px;
}

.engine .complete .slide[data-index="2"] {
  align-items: center;
}

.engine .complete .slide[data-index="2"] .wrapper {
  padding-top: 75px;
  justify-content: space-between;
  width: 90%;
  align-items: start;
}

.engine .complete .slide[data-index="2"] .text {
  align-items: start;
  gap: 25px;
  width: 45%;
}

.engine .complete .slide[data-index="2"] .text h1 {
  margin-bottom: 35px;
}

.engine .complete .slide[data-index="2"] .next-arrow {
  border: 2px solid #faad15;
  margin-top: 25px;
}

.engine .complete .slide[data-index="2"] .text p {
  width: 80%;
}

.engine .complete .slide[data-index="2"] .main-image {
  width: 40%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 20px;
}

.engine .complete .slide[data-index="3"] {
  background: linear-gradient(180deg, #f89832 0%, #faad15 100%);
  align-items: center;
  padding-top: 75px;
}

.engine .complete .slide[data-index="3"] .wrapper {
  width: 90%;
}

.engine .complete .slide[data-index="3"] .text {
  width: 36%;
  align-items: start;
  gap: 25px;
}

.engine .complete .slide[data-index="3"] .text h1 {
  color: white;
  margin-bottom: 35px;
}

.engine .complete .slide[data-index="3"] .text h2 {
  margin-bottom: 25px;
}

.engine .complete .slide[data-index="3"] textarea {
  background: transparent;
  border: 2px solid #4389a2;
  border-radius: 20px;
  padding: 20px;
}

.engine .complete .slide[data-index="3"] h3 {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}

.engine .complete .slide[data-index="3"] .gform_wrapper {
  width: 50%;
}

.engine .complete .slide[data-index="4"] {
  background: linear-gradient(180deg, #205c71 0%, #186e8b 100%);
  align-items: center;
}

.engine .complete .slide[data-index="4"] .next-arrow {
  margin-top: 35px;
  border: 2px solid #f89832;
}

.engine .complete .slide[data-index="4"] h2 {
  margin-bottom: 25px;
}

.engine .complete .slide[data-index="4"] .main-image {
  border-radius: 20px;
  border: 2px solid #f89832;
  margin-top: 50px;
}

.engine .complete .slide[data-index="4"] > .wrapper {
  width: 90%;
  padding-top: 75px;
}

.engine .complete .slide[data-index="4"] .text {
  width: 37%;
  gap: 25px;
  align-items: start;
}

.engine .complete .slide[data-index="4"] textarea::placeholder {
  color: white !important;
}

.engine .complete .slide[data-index="4"] .gform {
  width: 50%;
}

.engine .complete .slide[data-index="4"] * {
  color: white;
}

.engine .complete .slide[data-index="4"] .thank-you .wrapper {
  justify-content: space-between;
}

.engine .complete .slide[data-index="5"] {
  padding-top: 75px;
  align-items: center;
  justify-content: space-between;
}

.engine .complete .slide[data-index="5"] h1 {
  color: #205c71;
  font-family: "Acherus Grotesque";
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: 60px;
  margin-bottom: 25px;
}

.engine .complete .slide[data-index="5"] h2 {
  color: #205c71;
  font-family: "Acherus Grotesque";
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  line-height: 48px;
  margin-bottom: 25px;
}

.engine .complete .slide[data-index="5"] .main-image {
  aspect-ratio: 1;
  width: 40%;
  align-self: center;
  height: auto;
  border: 2px solid #f89832;
  border-radius: 20px;
}

.engine .complete .slide[data-index="5"] .wrapper {
  justify-content: space-between;
  width: 90%;
  margin-bottom: 50px;
}

.engine .complete .slide[data-index="5"] .text {
  width: 37%;
  gap: 25px;
}

.engine .complete .slide[data-index="5"] .downloads {
  gap: 25px;
}

.engine .complete .slide[data-index="5"] video {
  position: absolute;
  bottom: 0;
  left: 0;
  object-position: bottom;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover;
}

.engine .complete .slide[data-index="5"] .downloads a {
  display: flex;
  gap: 10px;
  padding-inline: 40px;
  padding-block: 25px;
  height: unset !important;
  border-radius: 20px !important;
  cursor: pointer;
  transition: opacity 0.3s;
  border: 2px solid #f89832;
  background: #205c71;
  justify-content: space-between;
  align-items: center;
  margin-top: 25px;
}

.engine .complete .slide[data-index="5"] .downloads p {
  color: #fff;
  font-family: "Acherus Grotesque";
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  line-height: 36px;
}

.engine .complete .slide[data-index="5"] .downloads img {
  transform: rotate(90deg);
}

.engine .complete .slide[data-index="6"] {
  padding-top: 75px;
  align-items: center;
  justify-content: space-between;
}

.engine .complete .slide[data-index="6"] .wrapper {
  justify-content: space-between;
  width: 90%;
}

.engine .complete .slide[data-index="6"] .text {
  width: 35%;
  gap: 25px;
  align-items: start;
}

.engine .complete .slide[data-index="6"] video {
  position: absolute;
  bottom: 0;
  left: 0;
  object-position: bottom;
  width: 100%;
  height: 100%;
  z-index: -1;
}

/* ============ Inner Slides ============ */

.engine .inner-slide {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  transition: opacity 0.5s;
}

.engine .inner-slide:not(.current) * {
  display: none;
}

.engine .inner-slide.current {
  position: static;
  display: block;
  opacity: 1;
  width: auto;
  height: auto;
  z-index: 10;
}

/* ============ Engine - Quiz ============ */

.engine .quiz .card:not(.current) {
  display: none;
}

.engine .quiz {
  position: absolute;
  left: 50%;
  top: 3.5%;
  transform: translateX(-50%);
  border-radius: 20px;
  background: linear-gradient(180deg, #205c71 0%, #186e8b 100%);
  width: 95%;
  padding-top: 25px;
  padding-bottom: 100px;
  align-items: center;
  min-height: 80%;
  min-height: 700px !important;
}

.engine .quiz .outcome {
  color: #fff;
  font-family: "Acherus Grotesque";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
}

.engine .quiz .result {
  justify-content: space-between;
}

.engine .quiz .next-card,
.engine .quiz .next-inner {
  gap: 15px;
  align-items: center;
}

.engine .quiz .next-card p,
.engine .quiz .next-inner p {
  color: #fff;
  text-align: right;
  font-family: "Acherus Grotesque";
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  line-height: 36px; /* 120% */
}

.engine .quiz * {
  color: white;
}

.engine .quiz .card {
  width: 95%;
  gap: 100px;
}

.engine .quiz .card .main {
  justify-content: space-between;
}

.engine .quiz .answers {
  gap: 25px;
  width: 45%;
}

.engine .quiz .question {
  color: #fff;
  font-family: "Acherus Grotesque";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  width: 35%;
}

.engine .quiz .card .option {
  border: 2px solid #fff;
  border-radius: 20px;
  padding: 20px;
  line-height: 20px;
  transition: 0.3s;
}

.engine .quiz .card .option:hover {
  background: white;
  color: #205c71;
}

.engine .quiz .progress {
  width: fit-content;
  position: relative;
  color: #fff;
  font-family: "Acherus Grotesque";
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  line-height: 36px;
}

.engine .quiz .progress::after {
  position: absolute;
  bottom: -25px;
  width: 100%;
  height: 6px;
  padding-right: 20px;
  background: linear-gradient(90deg, #f2663e 0%, #f89832 100%);
  left: 0;
  content: "";
}

.engine .quiz .pentagon {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
  pointer-events: none;
  height: 100%;
}

.engine .quiz .card.complete .option.correct {
  background: linear-gradient(90deg, #f2663e 0%, #f89832 100%);
  color: black;
}

.engine .quiz .card.complete .option.incorrect {
  background: #8eb8c6;
}

.engine .quiz .card.complete .option {
  pointer-events: none;
}

.engine .training .slide[data-index="7"] .results .text h2 {
  color: #f89832;
  font-family: "Acherus Grotesque";
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 35px;
}

.engine .slide[data-index="7"] .wrong-count {
  margin-bottom: 25px;
}

.engine .focus .slide[data-index="4"] .results h2 {
  color: #f89832;
  font-family: "Acherus Grotesque";
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 35px;
}

.engine .focus .slide[data-index="4"] .results .text h3 {
  color: #205c71;
  font-family: "Acherus Grotesque";
  font-size: 30px;
  font-style: normal;
  line-height: 36px;
  margin-bottom: 15px;
  font-weight: 700;
}

.engine .focus .slide[data-index="4"] .wrong-count {
  margin-bottom: 25px;
}

/* ============ Module Summaries ============ */

.summary-popup {
  position: fixed;
  left: 50%;
  top: 50%;
  max-height: 65%;
  overflow-y: auto;
  transform: translate(-50%, -50%);
  width: 40%;
  border-radius: 20px;
  border: 2px solid #f89832;
  background: linear-gradient(180deg, #205c71 0%, #186e8b 100%);
  z-index: 10;
  padding: 50px;
}

.summary-popup * {
  color: white;
}

.summary-popup h3 {
  color: #fff;
  font-family: "Acherus Grotesque";
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  line-height: 36px;
}

.summary-button {
  border: 2px solid #205c71;
  border-radius: 20px;
  padding: 20px;
  color: #205c71;
  padding: 20px;
  line-height: 20px;
  transition: 0.3s;
}

.summary-button:hover,
.summary-button.active {
  color: white;
  background: #205c71;
}

.summary-popup .close {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%)
    hue-rotate(221deg) brightness(107%) contrast(106%);
  width: 32px;
  height: 32px;
  position: absolute;
  right: 15px;
  top: 15px;
}

.summary-popup .main-image {
  align-self: start;
  width: 300px;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 20px;
  border: 1px solid #fff;
}

.summary-popup .title {
  margin-bottom: 25px;
}

.summary-popup .container {
  align-items: center;
  gap: 60px;
}

.summary-popup .content {
  gap: 25px;
}

/* ============ Footer ============ */

footer {
  position: relative;
  background: #383b43;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 45px;
}

footer .logo img {
  width: 200.856px;
  height: 112px;
}

footer .wrapper {
  width: 80%;
  z-index: 2;
  gap: 50px;
}

footer .pentagon {
  position: absolute;
  height: 100%;
  aspect-ratio: 506/481;
  right: 0;
  top: 0;
}

footer .details {
  gap: 50px;
  align-items: start;
}

footer .details * {
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
}

footer * {
  color: white;
}

footer .links {
  align-items: center;
  position: relative;
  gap: 25px;
  width: fit-content;
  padding-right: 100px;
  margin-bottom: 60px;
}

footer .links * {
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
}

footer .links::before {
  position: absolute;
  top: -20px;
  background: linear-gradient(90deg, #f2663e 0%, #f89832 100%);
  width: 100%;
  left: 0;
  height: 1px;
  content: "";
}

footer .links::after {
  position: absolute;
  bottom: -20px;
  background: linear-gradient(90deg, #f2663e 0%, #f89832 100%);
  width: 100%;
  left: 0;
  height: 1px;
  content: "";
}

footer .heading {
  margin-bottom: -35px;
}

footer .heading * {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
}

footer .heading strong {
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 36px;
}

footer .links a:not(:first-child)::before,
footer .links .contact a::before {
  display: inline-block;
  background: white;
  content: "";
  border-radius: 50%;
  width: 8px;
  height: 8px;
  margin-left: -12.5px;
  margin-right: 12.5px;
}

footer nav ul {
  flex-direction: column;
  list-style-type: disc;
  margin-left: 100px;
}

footer .details nav ul * {
  color: #f89832;
  font-size: 14px;
  font-style: normal;
  font-weight: 550;
  line-height: 26px;
}

footer .notice {
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}

footer nav ul .menu-item {
  transition: opacity 0.3s;
}

footer nav ul .menu-item:hover {
  opacity: 0.6;
}

/* ============ Containers ============ */

.flex-row {
  display: flex;
}

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

.grid {
  display: grid;
}

/* ============ Utils ============ */

.background {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  height: 100%;
  object-position: center;
}

/* ============ Banner ============ */

.block.banner {
  position: relative;
  width: 100%;
  aspect-ratio: 752/489;
}

.block.banner .background {
  object-fit: cover;
  width: 100%;
  height: unset;
  z-index: 0;
  aspect-ratio: 752/489;
}

.block.banner .text-container {
  position: absolute;
  top: 20px;
  right: 20px;
  gap: 15px;
  background: white;
  padding: 15px;
  width: 50%;
}

.block.banner .text-container .text {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
}

/* ============ Text Row ============ */

.block.text-row {
  margin-block: 60px;
  align-items: center;
}

.block.text-row .wrapper {
  width: 85%;
  justify-content: space-between;
  align-items: start;
}

.block.text-row:nth-child(2n) .wrapper {
  flex-direction: row-reverse;
}

.text-row .text {
  width: 45%;
}

.block.text-row .main-image {
  aspect-ratio: 300/169;
  width: 45%;
  border-radius: 20px;
}

/* ============ Image with Text ============ */

.block.image-with-text.blue {
  background: linear-gradient(180deg, #205c71 0%, #186e8b 100%);
}

.block.image-with-text.blue * {
  color: white;
}

.block.image-with-text {
  align-items: center;
  padding-block: 50px;
}

.block.image-with-text .wrapper {
  justify-content: space-between;
  align-items: center;
  width: 85%;
}

.block.image-with-text .main-image {
  width: 40%;
  object-fit: cover;
  aspect-ratio: 1;
}

.block.image-with-text .text {
  width: 35%;
  gap: 25px;
}

.engine .inner-slide.summaries {
  position: relative !important;
  min-height: 908px !important;
}

.info-popup {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 500px;
  max-height: 500px;
  border-radius: 20px;
  border: 2px solid #f89832;
  background: linear-gradient(180deg, #205c71 0%, #186e8b 100%);
  padding: 40px;
  z-index: 10;
  overflow-y: auto;
  overflow-x: hidden;
  max-width: 95%;
}

.info-popup .popup-text {
  width: 100%;
  gap: 25px;
}

.info-popup .popup-text * {
  color: white;
}

.info-popup .popup-text h3 {
  color: #fff;
  font-family: "Acherus Grotesque";
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  line-height: 36px;
  margin-bottom: 25px;
}

.info-popup .close {
  position: absolute;
  right: 25px;
  cursor: pointer;
  top: 25px;
  width: 30px;
  filter: brightness(0) saturate(100%) invert(93%) sepia(0%) saturate(7500%)
    hue-rotate(118deg) brightness(107%) contrast(110%);
  height: 30px;
}

.info-popup .privacy {
  color: #fff;
  font-family: "Montserrat";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}

.info-popup .privacy a {
  color: #fff;
  font-family: "Montserrat";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

#gform_wrapper_2 .gfield:has(.info),
#gform_wrapper_2 .gfield:has(.question) {
  position: absolute;
  top: 100px;
}

#gform_wrapper_2 .gfield:has(.info) {
  right: 50px;
}

#gform_wrapper_2 .gfield:has(.question) {
  right: 0px;
}

#gform_wrapper_2 .gform_fields {
  position: relative;
}

#gform_wrapper_2 #field_2_10 {
  grid-column: span 6;
}

#gform_wrapper_2 #field_2_8 {
  grid-column: span 6;
}

#gform_wrapper_5 {
  width: 50%;
}

#gform_wrapper_5 #field_5_1,
#gform_wrapper_5 #field_5_3,
#gform_wrapper_5 #field_5_4 {
  grid-column: span 11;
}

#gform_wrapper_5 .gfield:has(.info) {
  grid-column: span 1;
}

#gform_wrapper_5 .info {
  transform: translate(20px, 47px);
}

header a.log-out {
  position: relative;
  padding: 2px 20px;
  border-radius: 5px;
  width: fit-content;
  z-index: 1;
  transition: 0.3s;
  font-family: "Acherus Grotesque";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  padding-block: 5px;
}

header a.log-out::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 5px;
  padding: 2px;
  pointer-events: none;
  background: linear-gradient(90deg, #f2663e 0%, #f89832);
  -webkit-mask-composite: destination-out !important;
  mask-composite: exclude;
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
}

.page-id-179 .text-section:nth-child(3) {
  padding-block: 0;
  padding-top: 75px;
}

.page-id-179 .text-section:nth-child(3) .text {
  margin-bottom: 75px;
}

.gform_not_found {
  display: none;
}

.text-section:not(:has(img)) .text {
  width: 100%;
}

.text-section:not(:has(img)) {
  padding-block: 25px;
}

.text-section:first-child {
  padding-top: 75px;
}

.text-section:last-child {
  padding-top: 150px;
  padding-bottom: 0px;
}

.text-section:last-child .text {
  margin-bottom: 75px;
}

header .logo img {
  object-fit: cover;
  width: 126px;
  height: 70px;
}

.slider > .spinner {
  width: 100px;
  height: 100px;
  position: absolute;
  left: calc(50% + 200px);
  top: 50%;
  transform: translate(-50%, -50%);
}

/* Tweaks for Firefox */

@supports (-moz-appearance: none) {
  header .login a::before {
    z-index: -1 !important;
  }

  header a.log-out::before {
    z-index: -1 !important;
  }
}

.profile-image {
  width: 64px;
  height: 64px;
  aspect-ratio: 1/1;
  object-fit: contain;
}
