@font-face {
  font-family: Geist;
  src: url('../fonts/Geist-UltraBlack.woff2') format("woff2"), url('../fonts/Geist-Black.woff2') format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Geistvariablevf;
  src: url('../fonts/GeistVariableVF.woff2') format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Geist;
  src: url('../fonts/Geist-Regular.woff2') format("woff2"), url('../fonts/Geist-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Geist;
  src: url('../fonts/Geist-Thin.woff2') format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Geist;
  src: url('../fonts/Geist-UltraLight.woff2') format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Geist;
  src: url('../fonts/Geist-Bold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Geist;
  src: url('../fonts/Geist-SemiBold.woff2') format("woff2"), url('../fonts/Geist-SemiBold.woff2') format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Geist;
  src: url('../fonts/Geist-Medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Geist;
  src: url('../fonts/Geist-Light.woff2') format("woff2"), url('../fonts/Geist-Light.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Solid 900";
  src: url('../fonts/fa-solid-900.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --color-background-page-control: #141414;
  --color-background: #262626;
  --color-background-offset: #1d1d1d;
  --color-banner-foreground: #707070;
  --color-primary: #318fa5;
  --color-secondary: #baa57f;
  --color-remark-fixme-bar: white;
  --color-font: #7c7c7c;
  --color-listing-background-alt: #212121;
  --color-foreground: lightgrey;
  --color-banner-background: #3d3e43;
  --color-font-2: var(--color-foreground);
  --color-ui-background-error: white;
  --black: black;
  --color-background-fully-transparent: #18181800;
  --color-listing-background: #1e1e1e;
  --color-caption-foreground: lightgrey;
  --color-remark-background: #00703a;
  --color-remark-bar: white;
  --color-remark-fixme-background: white;
  --color-ui-background-help: white;
  --color-ui-background-warning: white;
  --color-highlight: white;
  --color-term: white;
  --white: white;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

a {
  text-decoration: none;
}

.body {
  background-color: var(--color-background-page-control);
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  border-left: 3px solid #d7b680;
  font-family: Geist, sans-serif;
  display: block;
  overflow: visible;
}

.header-section {
  background-color: var(--color-background-offset);
  width: 100%;
  height: 108px;
  margin-top: 0;
  margin-bottom: 0;
}

.header {
  background-color: var(--color-background);
  width: 100%;
  height: 50px;
  color: var(--color-banner-foreground);
  position: fixed;
  inset: 0% auto auto 0%;
}

.image {
  float: right;
  height: 100%;
  padding-right: 9px;
  display: block;
  position: static;
  inset: 0%;
}

.product-logo {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  height: 100%;
}

.mc-image {
  text-align: left;
  border-radius: 12px;
  width: 90%;
  max-width: 90%;
  margin: -60px auto 30px;
}

.mc-image.masterclass {
  width: 90%;
  padding-left: 0;
}

.header-logo-container {
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  height: 108px;
  display: flex;
}

.header-name {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  max-width: 997px;
  display: flex;
}

.header-container {
  align-items: center;
  height: 100%;
  padding-top: 15px;
  display: block;
}

.header-contact {
  text-transform: uppercase;
  font-family: rift-soft, sans-serif;
  font-size: 17px;
  overflow: visible;
}

.header-phone {
  color: var(--color-primary);
  padding-right: 25px;
}

.header-link {
  color: var(--color-secondary);
  text-align: center;
  padding-left: 25px;
  display: inline;
}

.mc-anynode {
  background-image: linear-gradient(to bottom, var(--color-background-offset), var(--color-background-offset));
  border-radius: 12px;
  flex-flow: column;
  margin-bottom: 40px;
  padding: 30px;
  display: block;
  position: static;
}

.mc-anynode.header {
  height: auto;
}

.mc-anynode.header.training {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 998px;
  margin-bottom: auto;
  padding-top: 30px;
  display: flex;
}

.mc-anynode.header.training.c {
  background-image: none;
  width: 998px;
  height: 400px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.mc-anynode.header.training.c.top-header-pic {
  background-image: url('../images/Course-Stages-Placeholder.jpg');
}

.mc-anynode.header.training.c.top-header-pic.homepage {
  background-image: url('../images/Stage-Homepage.jpg');
  margin-top: 0;
}

.mc-anynode.header.training.c.top-header-pic.basic-online {
  background-image: url('../images/Stage-Basic-Crop.jpg');
  background-size: cover;
  margin-top: 0;
}

.mc-anynode.header.training.c.top-header-pic.advanced-training {
  background-image: url('../images/Wallpaper-Advanced-Crop.jpg');
  margin-top: 0;
}

.mc-anynode.header.training.c.top-header-pic.high-availiabilty-training {
  background-image: url('../images/Stage-High-Availability-Crop.jpg');
  margin-top: 0;
}

.mc-anynode.header.training.c.screen-pic {
  background-image: url('../images/Mockup-Crop.jpg');
  background-position: 0 0;
  background-size: cover;
  margin-top: auto;
}

.mc-anynode.header.training.d {
  margin-top: 30px;
  margin-bottom: 30px;
}

.mc-anynode.header.training.d.e {
  margin-bottom: 405px;
}

.mc-section {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  margin-top: auto;
  margin-bottom: auto;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.mc-section.get-ready {
  margin-top: 30px;
  margin-bottom: 0;
  position: static;
}

.text-block {
  color: var(--color-banner-foreground);
  -webkit-text-stroke-color: var(--color-secondary);
  margin-bottom: 4px;
  font-weight: 300;
}

.text-block.intro {
  width: 100%;
  color: var(--color-remark-fixme-bar);
  margin-bottom: 20px;
  font-size: 16px;
  position: relative;
}

.mc-container-cell {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: center;
  width: auto;
  max-width: 470px;
  height: 100%;
  margin-bottom: 12px;
  padding-bottom: 20px;
  font-family: rift-soft, sans-serif;
  display: block;
}

.mc-container-cell.masterclass {
  height: 100%;
  position: static;
}

.mc-container-cell.b {
  height: 100%;
  margin-bottom: auto;
  padding-bottom: 0;
}

.nav-dropdown-link {
  width: 100%;
  color: var(--color-font);
  text-transform: uppercase;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 0;
  font-family: rift-soft, sans-serif;
  font-size: 16px;
  font-weight: 500;
  overflow: hidden;
}

.main {
  text-transform: uppercase;
  background-image: linear-gradient(270deg, #efa01c, #318fa5);
  font-family: rift-soft, sans-serif;
  font-size: 50px;
  line-height: 100%;
}

.main.clipped {
  background-image: linear-gradient(270deg, #efa01c 80%, #318fa5);
  width: 100%;
  margin-top: 20px;
  font-weight: 600;
}

.nav-info-section {
  z-index: auto;
  float: none;
  clear: none;
  height: auto;
  margin-top: auto;
  padding-top: 0;
  padding-left: 25px;
  display: block;
  position: sticky;
  top: 25px;
  overflow: visible;
}

.text-block-10 {
  color: var(--color-secondary);
  padding-top: 40px;
  font-family: rift-soft, sans-serif;
  font-size: 16px;
  font-weight: 500;
  position: sticky;
}

.text-block-11 {
  color: var(--color-font);
  margin-top: 20px;
  font-size: 12px;
  position: sticky;
}

.text-span-11 {
  color: var(--color-secondary);
  border-radius: 0;
  font-weight: 500;
}

.box-header-grey {
  width: 100%;
  color: var(--color-font);
  text-align: left;
  padding-bottom: 32px;
  font-family: rift-soft, sans-serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 45px;
}

.main-stack {
  float: none;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  width: 1320px;
  margin-top: 243px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.header-gradient {
  background-image: linear-gradient(#00000057, #fff0);
  width: 100%;
  height: 60px;
}

.sidebar {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  backface-visibility: visible;
  mix-blend-mode: normal;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 0;
  display: block;
}

.div-block-buttons {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  grid-template: "." minmax(0, 1fr)
  / 1fr 1fr 1fr;
  grid-auto-rows: 0;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-buttons.masterclass {
  align-self: flex-start;
  margin-left: 29px;
  padding-left: 0;
  display: block;
}

.link-2 {
  color: var(--color-secondary);
}

.nav-flex {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  color: #fff;
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
  left: 0%;
}

.nav-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--color-background-offset);
  color: #baa57e;
  text-align: left;
  border-radius: 5px;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: rift-soft, sans-serif;
  font-size: 16px;
  transition: color .4s, background-color .4s;
  display: flex;
}

.nav-link:hover {
  background-color: var(--color-listing-background-alt);
  color: var(--color-primary);
}

.nav-link.w--current {
  background-color: var(--color-secondary);
  color: var(--color-background);
  border-radius: 5px;
  font-weight: 400;
  transition-property: none;
}

.navbar {
  background-color: #ddd0;
  align-self: auto;
  width: 100%;
  display: flex;
  position: sticky;
  top: 243px;
}

.list-item {
  color: var(--color-banner-foreground);
  text-align: left;
  font-family: Geist, sans-serif;
}

.link-block {
  margin-left: auto;
  margin-right: 0;
  display: block;
}

.box-headline {
  color: #baa57f;
  text-align: left;
  text-transform: uppercase;
  align-self: center;
  margin-bottom: 15px;
  padding-top: 10px;
  padding-left: 0;
  padding-right: 0;
  font-family: rift-soft, sans-serif;
  font-size: 25px;
  font-weight: 400;
}

.box-headline.masterclass {
  align-self: flex-start;
  padding-left: 30px;
  position: static;
}

.box-headline.masterclass.training {
  color: var(--color-foreground);
  align-self: flex-start;
  margin-bottom: 15px;
  padding-left: 30px;
  padding-right: 0;
  font-size: 40px;
}

.box-headline.masterclass.training.b {
  color: var(--color-secondary);
  font-size: 35px;
}

.box-headline.masterclass.subheadline {
  color: var(--color-banner-foreground);
}

.div-block-cell-2 {
  color: #1d1d1d;
  background-image: linear-gradient(#1c1c1c, #1c1c1c);
  border-radius: 12px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding-bottom: 30px;
  display: flex;
}

.div-block-cell-2.homepage {
  height: auto;
  padding-top: 0;
  position: relative;
}

.div-block-cell-2.homepage.training {
  width: 484px;
  height: 100%;
  margin-bottom: auto;
  padding-top: 30px;
}

.div-block-cell-2.homepage.training.highlight {
  border: 1px dashed var(--color-banner-background);
  background-image: linear-gradient(to bottom, var(--color-background-page-control), var(--color-background-page-control));
}

.cell-11 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.quick-stack-8 {
  grid-column-gap: 30px;
  grid-row-gap: 66px;
  color: #7c7c7c;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  margin: 18px auto -225px;
  padding-top: 60px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.quick-stack-8.masterclass {
  margin-top: 60px;
  margin-bottom: auto;
  padding-top: 0;
}

.quick-stack-8.masterclass.ready {
  margin-top: 0;
  margin-bottom: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.academy-badge {
  color: #707070;
  text-align: left;
  text-shadow: 0 1px 1px #0003;
  text-overflow: clip;
  column-count: auto;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  width: 100%;
  height: auto;
  margin-bottom: auto;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Geist, sans-serif;
  font-weight: 300;
  text-decoration: none;
}

.academy-badge.centered {
  margin-bottom: 36px;
  padding-left: 30px;
}

.academy-badge.centered.b {
  margin-bottom: 15px;
}

.academy-badge.centered.online {
  margin-bottom: 0;
  padding-top: 5.5px;
  padding-left: 14px;
  padding-right: 0;
}

.academy-badge.list-item {
  padding-left: 0;
  padding-right: 0;
}

.div-block-19 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  margin-bottom: auto;
  display: block;
  position: relative;
}

.button_masterclass-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #baa57f;
  text-align: center;
  background-color: #262626;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 200px;
  height: 38px;
  margin-bottom: 34px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 15px;
  font-family: rift-soft, sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition: background-color .4s, opacity .4s;
  display: block;
  position: static;
  inset: 0% auto 0% 0%;
}

.button_masterclass-3:hover {
  color: #318fa5;
  background-color: #212121;
}

.box-header {
  color: var(--color-secondary);
}

.anynode-link {
  color: var(--color-primary);
}

.list-4 {
  width: 100%;
  color: var(--color-secondary);
  letter-spacing: 0;
  column-count: 0;
  margin-bottom: 0;
  padding-left: 46px;
  padding-right: 30px;
  font-weight: 300;
}

.list-4.b {
  padding-left: 17px;
}

.trainer-image {
  margin-bottom: auto;
  padding-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
}

.text-span-66 {
  color: var(--color-secondary);
}

.text-span-72 {
  font-size: 16px;
  font-weight: 300;
}

.academy-text {
  color: var(--color-secondary);
  font-weight: 300;
}

.text-span-85, .text-span-86, .text-span-87, .text-span-88, .text-span-89, .text-span-90, .text-span-91, .text-span-92, .text-span-93, .text-span-94, .text-span-95 {
  color: var(--color-secondary);
}

.box-subtitle {
  color: var(--color-secondary);
  font-size: 18px;
}

.cell-12 {
  display: flex;
}

.text-span-107, .text-span-108 {
  color: var(--color-secondary);
}

.section-2 {
  flex: 1;
  margin-top: 30px;
}

.columns {
  background-color: var(--color-listing-background-alt);
  height: 30px;
}

.columns.dates {
  border: .5px dashed var(--color-banner-foreground);
}

.column {
  border-right: .5px dashed var(--color-font);
  background-color: #0000;
  height: 30px;
  padding-left: 15px;
}

.text-block-21 {
  height: 30px;
  padding-top: 5px;
  text-decoration: none;
  display: block;
  position: static;
}

.text-block-21.booked {
  opacity: .2;
}

.text-span-109 {
  color: var(--color-secondary);
  font-weight: 300;
}

.text-span-112 {
  color: var(--color-primary);
}

.column-2, .column-3, .column-4 {
  padding-left: 15px;
}

.text-span-113 {
  font-size: 14px;
}

.academy-text-hl {
  color: var(--color-foreground);
  font-weight: 300;
}

.academy-bade-text {
  color: var(--color-foreground);
  font-weight: 500;
}

.online-badge {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--color-primary);
  border-radius: 4px;
  order: -9999;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: flex-start;
  width: 80px;
  height: 30px;
  margin-top: -47px;
  margin-left: -30px;
  display: block;
  position: absolute;
}

.online-badge.detail-training-page {
  margin-top: 30px;
}

.training-content {
  background-color: var(--color-font-2);
  border-radius: 8px;
  align-self: flex-start;
  width: 420px;
  height: auto;
  margin-bottom: 10px;
  margin-left: 30px;
  margin-right: 0;
  padding: 10px 16px 10px 5px;
}

.training-content.b {
  background-color: var(--color-secondary);
  opacity: 1;
}

.text-block-22 {
  color: var(--color-banner-background);
  text-align: left;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  inset: 0 10px;
}

.faq-item {
  border-bottom: .5px solid var(--color-font);
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: block;
}

.faq-item-title {
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.text-block-25 {
  color: var(--color-secondary);
  font-family: rift-soft, sans-serif;
  font-size: 25px;
  font-weight: 400;
  display: block;
}

.faq-item-title-icon {
  opacity: .5;
  width: 1.6rem;
  max-height: 1.6rem;
  margin-right: 10px;
}

.faq-item-body {
  overflow: hidden;
}

.faq-item-body-inner {
  padding-top: 2rem;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.flex-block {
  width: 100%;
  margin-bottom: auto;
  display: block;
  position: relative;
}

.container-13 {
  flex: 1;
  margin-left: 0;
  margin-right: 0;
}

.container-14 {
  flex: 1;
  margin-left: 0;
}

.code-embed-3 {
  background-color: #0000;
  width: 100%;
  position: relative;
}

.code-embed-3.trainings-table {
  position: relative;
}

.trainings-table {
  grid-column-gap: 16px;
  grid-template-columns: 2fr 1fr 1fr .75fr .5fr;
  grid-template-areas: ".";
  width: 100%;
}

.code-embed-4, .code-embed-5 {
  width: 100%;
}

.locales-wrapper {
  float: right;
  width: 200px;
}

.text-block-26 {
  color: var(--color-primary);
}

.icon {
  color: var(--color-ui-background-error);
}

.code-embed-6 {
  width: 100%;
}

.div-block-21 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: .25fr .75fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: grid;
}

.code-embed-7 {
  width: 80%;
}

.grid-training {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-columns: 3fr 150px 80px 100px 90px 80px;
  grid-auto-columns: 1fr;
  width: 100%;
  font-weight: 400;
}

.div-block-technote {
  background-color: #262626;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 44px;
  padding-left: 14px;
  padding-right: 14px;
  font-weight: 400;
  display: flex;
}

.div-block-technote.training-cell-center {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.training-text-name {
  color: var(--color-foreground);
  text-align: left;
  align-self: auto;
  font-size: 12px;
  font-weight: 300;
  position: static;
}

.training-text {
  width: 100%;
  color: var(--color-secondary);
  text-align: left;
  font-size: 12px;
  font-weight: 300;
}

.training-text.training-full-cell {
  text-align: center;
  background-color: #b4780026;
  border-radius: 8px;
  padding: 5px;
  font-weight: 600;
}

.training-text.training-book-button {
  background-color: var(--color-primary);
  color: var(--black);
  text-align: center;
  -webkit-text-stroke-color: var(--color-background);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 8px;
  justify-content: center;
  padding: 5px;
  font-weight: 600;
  display: flex;
}

.div-block-22 {
  margin-left: 14px;
  padding-right: 14px;
}

@media screen and (max-width: 991px) {
  .header-section {
    overflow: visible;
  }

  .image {
    display: none;
  }

  .product-logo {
    width: 0%;
    position: static;
  }

  .header-name {
    width: 100%;
  }

  .header-contact {
    padding-left: 10px;
  }

  .button_masterclass-3 {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .header-contact {
    display: block;
  }

  .main.clipped {
    padding-left: 20px;
  }
}

#w-node-_93d74774-c328-8260-4417-513500c45998-e487f600 {
  grid-template-rows: 1fr;
  grid-template-columns: .25fr minmax(293px, 440px);
}

#w-node-_93758d70-246a-09b9-b5c2-e98cc56e9329-e487f600 {
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(auto, 1fr);
}

#w-node-_7c2eb81f-503b-74f1-cd69-3bb9a7e15e5c-e487f600 {
  place-self: auto start;
}

#w-node-d30a6d57-349c-308c-e13e-25ce221f69a8-e487f600, #w-node-c1a37e38-f9dc-cf92-fe2b-44874399e3b8-e487f600, #w-node-ff075ba3-5377-484c-cb7e-f9cbeaa43c76-e487f600, #w-node-_0c54cb8b-549a-daf9-6f21-5e03971d884b-e487f600, #w-node-_986f4c5a-1d3f-b933-9be8-02b5bbbec6db-e487f600 {
  place-self: center start;
}

#w-node-bd099dc1-b629-88fa-3601-ca7d1a09b4ef-e487f600 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_06f004f7-7d24-3921-1f42-53bcac5b51dd-e487f600 {
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(auto, 1fr);
}

#w-node-ecabdefd-ac21-e57e-27ca-b345ab71c2b3-ab71c2b3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_93d74774-c328-8260-4417-513500c45998-e487f606 {
  grid-template-rows: 1fr;
  grid-template-columns: 1fr minmax(293px, 293px);
}

#w-node-a690c9cc-769d-2466-db31-a3f7af3b1387-e487f606 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr minmax(auto, 1fr);
}

#w-node-_93d74774-c328-8260-4417-513500c45998-5cb08d18 {
  grid-template-rows: 1fr;
  grid-template-columns: 1fr minmax(293px, 293px);
}

#w-node-_64f62ba4-8684-4aa4-c576-d5354a9b5db6-5cb08d18, #w-node-_06f004f7-7d24-3921-1f42-53bcac5b51dd-5cb08d18 {
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(auto, 1fr);
}

#w-node-_93d74774-c328-8260-4417-513500c45998-fd095895 {
  grid-template-rows: 1fr;
  grid-template-columns: 1fr minmax(293px, 293px);
}

#w-node-_64f62ba4-8684-4aa4-c576-d5354a9b5db6-fd095895, #w-node-_8611c2c2-dce3-4078-15d4-37333007f549-fd095895 {
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(auto, 1fr);
}

#w-node-_93d74774-c328-8260-4417-513500c45998-aecd64f6, #w-node-_93d74774-c328-8260-4417-513500c45998-5e16c09f {
  grid-template-rows: 1fr;
  grid-template-columns: 1fr minmax(293px, 293px);
}

@media screen and (max-width: 991px) {
  #w-node-_93d74774-c328-8260-4417-513500c45998-e487f600 {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_93758d70-246a-09b9-b5c2-e98cc56e9329-e487f600, #w-node-_06f004f7-7d24-3921-1f42-53bcac5b51dd-e487f600 {
    grid-template-rows: auto auto;
    grid-template-columns: auto;
  }

  #w-node-_93d74774-c328-8260-4417-513500c45998-e487f606 {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-a690c9cc-769d-2466-db31-a3f7af3b1387-e487f606 {
    grid-template-rows: auto auto;
    grid-template-columns: auto;
  }

  #w-node-_93d74774-c328-8260-4417-513500c45998-5cb08d18 {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_64f62ba4-8684-4aa4-c576-d5354a9b5db6-5cb08d18, #w-node-_06f004f7-7d24-3921-1f42-53bcac5b51dd-5cb08d18 {
    grid-template-rows: auto auto;
    grid-template-columns: auto;
  }

  #w-node-_93d74774-c328-8260-4417-513500c45998-fd095895 {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_64f62ba4-8684-4aa4-c576-d5354a9b5db6-fd095895, #w-node-_8611c2c2-dce3-4078-15d4-37333007f549-fd095895 {
    grid-template-rows: auto auto;
    grid-template-columns: auto;
  }

  #w-node-_93d74774-c328-8260-4417-513500c45998-aecd64f6, #w-node-_93d74774-c328-8260-4417-513500c45998-5e16c09f {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr;
  }
}


@font-face {
  font-family: 'Geist';
  src: url('../fonts/Geist-UltraBlack.woff2') format('woff2'), url('../fonts/Geist-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geistvariablevf';
  src: url('../fonts/GeistVariableVF.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geist';
  src: url('../fonts/Geist-Regular.woff2') format('woff2'), url('../fonts/Geist-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geist';
  src: url('../fonts/Geist-Thin.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geist';
  src: url('../fonts/Geist-UltraLight.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geist';
  src: url('../fonts/Geist-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geist';
  src: url('../fonts/Geist-SemiBold.woff2') format('woff2'), url('../fonts/Geist-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geist';
  src: url('../fonts/Geist-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geist';
  src: url('../fonts/Geist-Light.woff2') format('woff2'), url('../fonts/Geist-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}