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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/* Magnific Popup CSS */
/**
 * Fade-zoom animation for first dialog
 */
/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog,
.my-mfp-zoom-in.mfp-ready .mfp-iframe-scaler {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog,
.my-mfp-zoom-in.mfp-removing .mfp-iframe-scaler {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/**
 * Simple fade transition,
 */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.ba-slider {
  position: relative;
  overflow: hidden;
}

.ba-slider img {
  width: 100%;
  display: block;
  max-width: none;
}

.ba-slider .resize {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  overflow: hidden;
}

.ba-slider .handle {
  /* Thin line seperator */
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 4px;
  margin-left: -2px;
  background: rgba(0, 0, 0, 0.5);
  cursor: ew-resize;
}

.ba-slider .handle:after {
  /* Big orange knob  */
  position: absolute;
  top: 50%;
  width: 4rem;
  height: 4rem;
  margin: -2rem 0 0 -2rem;
  content: "⇔";
  color: white;
  font-weight: bold;
  font-size: 36px;
  text-align: center;
  line-height: 4rem;
  background: #ffb800;
  /* @orange */
  border: 1px solid #e6a600;
  /* darken(@orange, 5%) */
  border-radius: 50%;
  transition: all 0.3s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3), inset 0 2px 0 rgba(255, 255, 255, 0.5), inset 0 60px 50px -30px #ffd466;
  /* lighten(@orange, 20%)*/
}

.ba-slider .handle.ba-draggable:after {
  width: 48px;
  height: 48px;
  margin: -24px 0 0 -24px;
  line-height: 50px;
  font-size: 30px;
}

html {
  font-size: 0.7936507937vw;
}
@media (max-width: 1280px) {
  html {
    font-size: 10.15px;
  }
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background: #eeeeee;
}

html, body {
  overflow-x: hidden;
}

.wrapper {
  width: calc(100% - 30rem);
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1280px) {
  .wrapper {
    width: calc(100% - 120px);
    max-width: 975px;
  }
}
@media (max-width: 1024px) {
  .wrapper {
    width: calc(100% - 60px);
  }
}
@media (max-width: 768px) {
  .wrapper {
    width: calc(100% - 20px);
  }
}
.wrapper.full {
  width: calc(100% - 5rem);
}
@media (max-width: 1280px) {
  .wrapper.full {
    width: calc(100% - 20px);
    max-width: inherit;
  }
}

body, p, ul, ol, table {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  color: #191919;
  line-height: 1.375;
}

.all {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.vc {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

*:focus {
  outline: none;
}

.text > *:nth-child(1) {
  margin-top: 0;
}
.text > *:last-child {
  margin-bottom: 0;
}
.text ul {
  padding-left: 20px;
}
.text a {
  color: #191919;
}

b, strong {
  font-weight: 700;
}

.bg-photo {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

form.wpcf7-form.submitting .btn-wrap:before {
  background-image: url("../images/gif-loading-black.svg") !important;
  background-size: auto 100% !important;
}
form.wpcf7-form.submitting .wpcf7-submit {
  pointer-events: none;
}

.section-anchor {
  transform: translateY(-4rem);
  width: 100%;
  display: block;
  height: 0px;
}
@media (max-width: 1280px) {
  .section-anchor {
    transform: translateY(0rem);
  }
}
.section-anchor.half-margin {
  transform: translateY(-6rem);
}
@media (max-width: 1280px) {
  .section-anchor.half-margin {
    transform: translateY(-6.25rem);
  }
}

.fs-12, main.page-home section.hero-section .section-wrap .wrapper .quiz .steps .count, footer .bottom .wrapper .copy, .newsletter-form-global form .checkbox-wrap span, .newsletter-form-global form .top-wrap .wpcf7-form-control-wrap .wpcf7-not-valid-tip, .form-global-2 form .disclaimer, .form-global-2 form .checkbox-wrap span, .form-global-2 form .wpcf7-form-control-wrap .wpcf7-not-valid-tip, .form-global form .disclaimer, .form-global form .checkbox-wrap span, .form-global form .wpcf7-form-control-wrap .wpcf7-not-valid-tip, section.payment-options-section-global .wrapper .grid .single .desc p, section.countries-section-global .wrapper .accordion .single .acc-text .form .checks .check span {
  font-size: 15px;
  font-size: 0.9375rem;
}
@media (max-width: 480px) {
  .fs-12, main.page-home section.hero-section .section-wrap .wrapper .quiz .steps .count, footer .bottom .wrapper .copy, .newsletter-form-global form .checkbox-wrap span, .newsletter-form-global form .top-wrap .wpcf7-form-control-wrap .wpcf7-not-valid-tip, .form-global-2 form .disclaimer, .form-global-2 form .checkbox-wrap span, .form-global-2 form .wpcf7-form-control-wrap .wpcf7-not-valid-tip, .form-global form .disclaimer, .form-global form .checkbox-wrap span, .form-global form .wpcf7-form-control-wrap .wpcf7-not-valid-tip, section.payment-options-section-global .wrapper .grid .single .desc p, section.countries-section-global .wrapper .accordion .single .acc-text .form .checks .check span {
    font-size: 12px;
    font-size: 1.1822660099rem;
  }
}

.fs-16, .single-program .benefits-section .wrapper .benefits .single, main.page-home section.hero-section .section-wrap .wrapper .quiz .steps .wrap select, main.page-home section.hero-section .section-wrap .wrapper .wrap .inner-texts-wrap .desc p, .newsletter-form-global form .wpcf7-response-output, .form-global-2 form .wpcf7-response-output, .form-global form .wpcf7-response-output, section.payment-options-section-global .wrapper .grid .single .notif span, .single-program-global .info .mental-text-line span, section.cta-section-global .wrapper .wrap .left .contact-info .headline, .post-filter-global form ul .sf-field-taxonomy-blog-category ul li label,
.post-filter-global form ul .sf-field-taxonomy-program-category ul li label, .tab-list li a, .link, body, p, ul, ol, table {
  font-size: 20px;
  font-size: 1.25rem;
}
@media (max-width: 480px) {
  .fs-16, .single-program .benefits-section .wrapper .benefits .single, main.page-home section.hero-section .section-wrap .wrapper .quiz .steps .wrap select, main.page-home section.hero-section .section-wrap .wrapper .wrap .inner-texts-wrap .desc p, .newsletter-form-global form .wpcf7-response-output, .form-global-2 form .wpcf7-response-output, .form-global form .wpcf7-response-output, section.payment-options-section-global .wrapper .grid .single .notif span, .single-program-global .info .mental-text-line span, section.cta-section-global .wrapper .wrap .left .contact-info .headline, .post-filter-global form ul .sf-field-taxonomy-blog-category ul li label,
.post-filter-global form ul .sf-field-taxonomy-program-category ul li label, .tab-list li a, .link, body, p, ul, ol, table {
    font-size: 16px;
    font-size: 1.5763546798rem;
  }
}

.fs-20, .single-program .experience-section .wrapper .mountain-wrap .points .single span, main.page-mental-fitness section.free-test-section .wrapper .free-test-wrap .slide.intro-slide .center-info .info p, main.page-home section.hero-section .section-wrap .wrapper .reviews .single-review span, main.page-home section.hero-section .section-wrap .wrapper .quiz .text p, header .wrapper .nav ul li a, .newsletter-form-global form .top-wrap .wpcf7-form-control-wrap input, .form-global form .wpcf7-form-control-wrap input,
.form-global form .wpcf7-form-control-wrap select,
.form-global form .wpcf7-form-control-wrap textarea, .form-global.position-application-form form .file-upload-wrap, section.alumni-section-global .wrapper .alumni-carousel .single .info .desc p, .single-program-global .info .title, section.countries-section-global .wrapper .accordion .single .acc-text .form .top-wrap input, .btn, .single-featured-program-global .top .left .badge, .single-program-global .photo-wrap .badge {
  font-size: 25px;
  font-size: 1.5625rem;
}
@media (max-width: 480px) {
  .fs-20, .single-program .experience-section .wrapper .mountain-wrap .points .single span, main.page-mental-fitness section.free-test-section .wrapper .free-test-wrap .slide.intro-slide .center-info .info p, main.page-home section.hero-section .section-wrap .wrapper .reviews .single-review span, main.page-home section.hero-section .section-wrap .wrapper .quiz .text p, header .wrapper .nav ul li a, .newsletter-form-global form .top-wrap .wpcf7-form-control-wrap input, .form-global form .wpcf7-form-control-wrap input,
.form-global form .wpcf7-form-control-wrap select,
.form-global form .wpcf7-form-control-wrap textarea, .form-global.position-application-form form .file-upload-wrap, section.alumni-section-global .wrapper .alumni-carousel .single .info .desc p, .single-program-global .info .title, section.countries-section-global .wrapper .accordion .single .acc-text .form .top-wrap input, .btn, .single-featured-program-global .top .left .badge, .single-program-global .photo-wrap .badge {
    font-size: 20px;
    font-size: 1.9704433498rem;
  }
}

.fs-24, main.page-mental-fitness section.free-test-section .wrapper .free-test-wrap .slide.question-slide .center-info p, section.fresh-insights-video-section-global .wrapper .social-bar span {
  font-size: 26px;
  font-size: 1.625rem;
}
@media (max-width: 480px) {
  .fs-24, main.page-mental-fitness section.free-test-section .wrapper .free-test-wrap .slide.question-slide .center-info p, section.fresh-insights-video-section-global .wrapper .social-bar span {
    font-size: 22px;
    font-size: 2.1674876847rem;
  }
}

.fs-28, .single-program section.career-center-section .wrapper .grid .single h3, .single-program .program-features-section .wrapper .grid .single .top span, main.page-mental-fitness section.career-center-section .wrapper .grid .single h3, main.page-programs .all-programs-section .wrapper .no-results, main.page-career-center section.career-center-section .wrapper .grid .single h3, main.page-blog .all-blog-posts-section .wrapper .no-results, main.page-about-us .positions-section .wrapper .tabs .tab-content .single-position, main.page-home section.career-center-section .wrapper .grid .single h3, footer .contacts .wrapper h3, footer .top .wrapper .column h3, .single-person-global .bottom .left .job, .single-person-global .bottom .left .name, .form-global-2 form .wpcf7-form-control-wrap input,
.form-global-2 form .wpcf7-form-control-wrap select,
.form-global-2 form .wpcf7-form-control-wrap textarea, .popup.position-popup .wrap .contact-info h3, section.alumni-section-global .wrapper .alumni-carousel .single .info .job, section.alumni-section-global .wrapper .alumni-carousel .single .info .name, section.payment-options-section-global .wrapper .grid .single .title, .star-points-grid-global .single .title, .single-blog-global .info .title, section.features-section-global .wrapper .grid .single .top-part h3, section.features-section-global .wrapper .mental-feature h3, .faq-section-global .wrapper .accordion .single .header h4, section.cta-section-global .wrapper .wrap .left .contact-info .grid .single a,
section.cta-section-global .wrapper .wrap .left .contact-info .grid .single span, .author-global .info .position, .author-global .info .name, .block-title.small {
  font-size: 28px;
  font-size: 1.75rem;
}
@media (max-width: 480px) {
  .fs-28, .single-program section.career-center-section .wrapper .grid .single h3, .single-program .program-features-section .wrapper .grid .single .top span, main.page-mental-fitness section.career-center-section .wrapper .grid .single h3, main.page-programs .all-programs-section .wrapper .no-results, main.page-career-center section.career-center-section .wrapper .grid .single h3, main.page-blog .all-blog-posts-section .wrapper .no-results, main.page-about-us .positions-section .wrapper .tabs .tab-content .single-position, main.page-home section.career-center-section .wrapper .grid .single h3, footer .contacts .wrapper h3, footer .top .wrapper .column h3, .single-person-global .bottom .left .job, .single-person-global .bottom .left .name, .form-global-2 form .wpcf7-form-control-wrap input,
.form-global-2 form .wpcf7-form-control-wrap select,
.form-global-2 form .wpcf7-form-control-wrap textarea, .popup.position-popup .wrap .contact-info h3, section.alumni-section-global .wrapper .alumni-carousel .single .info .job, section.alumni-section-global .wrapper .alumni-carousel .single .info .name, section.payment-options-section-global .wrapper .grid .single .title, .star-points-grid-global .single .title, .single-blog-global .info .title, section.features-section-global .wrapper .grid .single .top-part h3, section.features-section-global .wrapper .mental-feature h3, .faq-section-global .wrapper .accordion .single .header h4, section.cta-section-global .wrapper .wrap .left .contact-info .grid .single a,
section.cta-section-global .wrapper .wrap .left .contact-info .grid .single span, .author-global .info .position, .author-global .info .name, .block-title.small {
    font-size: 24px;
    font-size: 2.3645320197rem;
  }
}

.fs-40, .single-program .register-section .wrapper .wrap .block-title, .popup.position-popup .wrap .block-title, .popup.newsletter-popup .wrap .block-title, .popup.quiz-popup .wrap .block-title, .popup.register-popup .wrap .block-title, section.bonuses-section-global .wrapper .list .single .info .title, section.text-content-section-global .wrapper .wrap .content .text h2, section.countries-section-global .wrapper .accordion .single .header h4 {
  font-size: 40px;
  font-size: 2.5rem;
}
@media (max-width: 480px) {
  .fs-40, .single-program .register-section .wrapper .wrap .block-title, .popup.position-popup .wrap .block-title, .popup.newsletter-popup .wrap .block-title, .popup.quiz-popup .wrap .block-title, .popup.register-popup .wrap .block-title, section.bonuses-section-global .wrapper .list .single .info .title, section.text-content-section-global .wrapper .wrap .content .text h2, section.countries-section-global .wrapper .accordion .single .header h4 {
    font-size: 28px;
    font-size: 2.7586206897rem;
  }
}

.fs-60, main.page-mental-fitness section.hero-section .section-wrap .wrapper .wrap h1, main.page-programs .all-programs-section .wrapper h1, main.page-career-center section.hero-section .section-wrap .wrapper .wrap h1, main.page-blog .featured-blog-post-section .wrapper .single-post .top .title-meta .title, main.page-financing .description-section .wrapper h1, main.page-about-us .description-section .wrapper h1, main.page-home section.events-section .wrapper .block-title, main.page-home section.hero-section .section-wrap .wrapper .wrap .inner-texts-wrap h1, .single-featured-program-global .top .right .price, .single-featured-program-global .top .left .title, section.free-guide-global .wrapper .wrap .left h2, section.text-content-section-global .wrapper h1, section.cta-section-global .wrapper .block-title, .block-title {
  font-size: 60px;
  font-size: 3.75rem;
}
@media (max-width: 480px) {
  .fs-60, main.page-mental-fitness section.hero-section .section-wrap .wrapper .wrap h1, main.page-programs .all-programs-section .wrapper h1, main.page-career-center section.hero-section .section-wrap .wrapper .wrap h1, main.page-blog .featured-blog-post-section .wrapper .single-post .top .title-meta .title, main.page-financing .description-section .wrapper h1, main.page-about-us .description-section .wrapper h1, main.page-home section.events-section .wrapper .block-title, main.page-home section.hero-section .section-wrap .wrapper .wrap .inner-texts-wrap h1, .single-featured-program-global .top .right .price, .single-featured-program-global .top .left .title, section.free-guide-global .wrapper .wrap .left h2, section.text-content-section-global .wrapper h1, section.cta-section-global .wrapper .block-title, .block-title {
    font-size: 28px;
    font-size: 2.7586206897rem;
  }
}

.fs-80 {
  font-size: 80px;
  font-size: 5rem;
}
@media (max-width: 480px) {
  .fs-80 {
    font-size: 48px;
    font-size: 4.7290640394rem;
  }
}

.fs-100, section.facts-section-global .wrapper .grid .single .number {
  font-size: 100px;
  font-size: 6.25rem;
}
@media (max-width: 480px) {
  .fs-100, section.facts-section-global .wrapper .grid .single .number {
    font-size: 60px;
    font-size: 5.9113300493rem;
  }
}

.fs-138, main.page-404 .section-404 .wrapper h1, main.page-programs .tuition-section .wrapper h2, main.page-contact-us .cta-section-global .wrapper .block-title, main.page-about-us .join-section .wrapper .photo h2, .faq-section-global .wrapper .block-title, .block-title.big {
  font-size: 138px;
  font-size: 8.625rem;
}
@media (max-width: 1024px) {
  .fs-138, main.page-404 .section-404 .wrapper h1, main.page-programs .tuition-section .wrapper h2, main.page-contact-us .cta-section-global .wrapper .block-title, main.page-about-us .join-section .wrapper .photo h2, .faq-section-global .wrapper .block-title, .block-title.big {
    font-size: 112px;
    font-size: 7rem;
  }
}
@media (max-width: 768px) {
  .fs-138, main.page-404 .section-404 .wrapper h1, main.page-programs .tuition-section .wrapper h2, main.page-contact-us .cta-section-global .wrapper .block-title, main.page-about-us .join-section .wrapper .photo h2, .faq-section-global .wrapper .block-title, .block-title.big {
    font-size: 80px;
    font-size: 5rem;
  }
}
@media (max-width: 480px) {
  .fs-138, main.page-404 .section-404 .wrapper h1, main.page-programs .tuition-section .wrapper h2, main.page-contact-us .cta-section-global .wrapper .block-title, main.page-about-us .join-section .wrapper .photo h2, .faq-section-global .wrapper .block-title, .block-title.big {
    font-size: 40px;
    font-size: 3.9408866995rem;
  }
}

.block-title {
  font-weight: 400;
  line-height: 1.15;
  margin: 0;
}
@media (max-width: 480px) {
  .block-title {
    font-weight: 500;
  }
}
.center-btn {
  text-align: center;
}

.btn, .single-featured-program-global .top .left .badge, .single-program-global .photo-wrap .badge {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  border: none;
  border-radius: 3.125rem;
  padding: 0.4375rem 1.0625rem;
  line-height: 1.15;
  text-align: center;
}
.btn.arrow-left, .single-featured-program-global .top .left .arrow-left.badge, .single-program-global .photo-wrap .arrow-left.badge {
  display: inline-flex;
  align-items: center;
  grid-gap: 0.75rem;
  justify-content: center;
}
.btn.arrow-left:before, .single-featured-program-global .top .left .arrow-left.badge:before, .single-program-global .photo-wrap .arrow-left.badge:before {
  content: "";
  width: 2rem;
  height: 1.411rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url("../images/icon-arrow-black-right.svg");
}
.btn.orange, .single-featured-program-global .top .left .orange.badge, .single-program-global .photo-wrap .orange.badge {
  background: #FF4E00;
  color: #191919;
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  -ms-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.btn.orange:hover, .single-featured-program-global .top .left .orange.badge:hover, .single-program-global .photo-wrap .orange.badge:hover {
  background: #ffffff;
}
.btn.blue, .single-featured-program-global .top .left .blue.badge, .single-program-global .photo-wrap .blue.badge {
  background: #01B5CF;
  color: #191919;
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  -ms-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.btn.blue:hover, .single-featured-program-global .top .left .blue.badge:hover, .single-program-global .photo-wrap .blue.badge:hover {
  background: #ffffff;
}
.btn.white, .single-featured-program-global .top .left .white.badge, .single-program-global .photo-wrap .white.badge {
  background: #ffffff;
  color: #191919;
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  -ms-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.btn.white:hover, .single-featured-program-global .top .left .white.badge:hover, .single-program-global .photo-wrap .white.badge:hover {
  background: #FF4E00;
}
.btn.black, .single-featured-program-global .top .left .black.badge, .single-program-global .photo-wrap .black.badge {
  background: #191919;
  color: #ffffff;
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  -ms-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.btn.black:hover, .single-featured-program-global .top .left .black.badge:hover, .single-program-global .photo-wrap .black.badge:hover {
  background: #FF4E00;
}
.btn.black.arrow-left:before, .single-featured-program-global .top .left .black.arrow-left.badge:before, .single-program-global .photo-wrap .black.arrow-left.badge:before {
  filter: invert(1);
}
.btn.outline, .single-featured-program-global .top .left .outline.badge, .single-program-global .photo-wrap .outline.badge {
  background: transparent;
  border: 1px solid #191919;
  color: #191919;
  -webkit-transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
  -ms-transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
}
.btn.outline:hover, .single-featured-program-global .top .left .outline.badge:hover, .single-program-global .photo-wrap .outline.badge:hover {
  background: #191919;
  color: #ffffff;
}
.btn.outline:hover.arrow-left:before, .single-featured-program-global .top .left .outline.badge:hover.arrow-left:before, .single-program-global .photo-wrap .outline.badge:hover.arrow-left:before {
  filter: invert(1);
}
.btn.outline.arrow-left:before, .single-featured-program-global .top .left .outline.arrow-left.badge:before, .single-program-global .photo-wrap .outline.arrow-left.badge:before {
  -webkit-transition: filter 0.2s ease-in-out;
  -moz-transition: filter 0.2s ease-in-out;
  -ms-transition: filter 0.2s ease-in-out;
  -o-transition: filter 0.2s ease-in-out;
  transition: filter 0.2s ease-in-out;
}
.btn.outline.white, .single-featured-program-global .top .left .outline.white.badge, .single-program-global .photo-wrap .outline.white.badge {
  color: #ffffff;
  border-color: #ffffff;
}
.btn.outline.white:hover, .single-featured-program-global .top .left .outline.white.badge:hover, .single-program-global .photo-wrap .outline.white.badge:hover {
  background: #ffffff;
  color: #191919;
}
.btn.outline.white:hover.arrow-left:before, .single-featured-program-global .top .left .outline.white.badge:hover.arrow-left:before, .single-program-global .photo-wrap .outline.white.badge:hover.arrow-left:before {
  filter: invert(0);
}
.btn.outline.white.arrow-left:before, .single-featured-program-global .top .left .outline.white.arrow-left.badge:before, .single-program-global .photo-wrap .outline.white.arrow-left.badge:before {
  filter: invert(1);
  -webkit-transition: filter 0.2s ease-in-out;
  -moz-transition: filter 0.2s ease-in-out;
  -ms-transition: filter 0.2s ease-in-out;
  -o-transition: filter 0.2s ease-in-out;
  transition: filter 0.2s ease-in-out;
}

.link {
  text-decoration: none;
  color: #191919;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.link:hover {
  color: #ffffff;
}
.link:hover.arrow-left:before {
  filter: invert(1);
}
.link.arrow-left {
  display: inline-flex;
  align-items: center;
  grid-gap: 0.375rem;
}
.link.arrow-left:before {
  -webkit-transition: filter 0.2s ease-in-out;
  -moz-transition: filter 0.2s ease-in-out;
  -ms-transition: filter 0.2s ease-in-out;
  -o-transition: filter 0.2s ease-in-out;
  transition: filter 0.2s ease-in-out;
  content: "";
  width: 2rem;
  height: 1.411rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url("../images/icon-arrow-black-right.svg");
}

.block-desc {
  margin: 1.625rem 0 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .block-desc {
    flex-direction: column;
    grid-gap: 14px;
  }
}
.block-desc .desc {
  max-width: 37rem;
  width: 100%;
}
.tab-list {
  display: flex;
  justify-content: flex-end;
  padding: 0;
  margin: 0;
  list-style-type: none;
  grid-gap: 0.625rem;
  height: 4.3125rem;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .tab-list {
    justify-content: flex-start;
    height: auto;
  }
}
.tab-list li.ui-tabs-active a {
  background: #FF4E00 !important;
  border-color: #FF4E00 !important;
}
.tab-list li.ui-tabs-active a:hover {
  color: #ffffff;
}
.tab-list li a {
  text-decoration: none;
  border: 1px solid #B3B3B3;
  padding: 0.5rem 0.9375rem;
  border-radius: 1.25rem;
  color: #191919;
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.tab-list li a:hover {
  background: #191919;
  color: #ffffff;
  border-color: #191919;
}

.author-global {
  display: flex;
  align-items: center;
  grid-gap: 2rem;
}
.author-global .photo {
  width: 6.1875rem;
  border-radius: 100%;
  flex: none;
}
.author-global .photo:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.author-global .info .name {
  display: block;
  line-height: 1;
  white-space: nowrap;
}
.author-global .info .position {
  display: block;
  margin: 0.5625rem 0 0;
  color: #B3B3B3;
  line-height: 1;
  white-space: nowrap;
}

.post-filter-global form ul {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
}
.post-filter-global form ul .sf-field-search label input {
  line-height: 1.1;
  border-radius: 1.25rem;
  width: 21.125rem;
  padding: 0.625rem 1.4375rem;
  border: 1px solid #B3B3B3;
  background: none;
}
.post-filter-global form ul .sf-field-taxonomy-blog-category ul,
.post-filter-global form ul .sf-field-taxonomy-program-category ul {
  display: flex;
  grid-gap: 0.625rem;
}
.post-filter-global form ul .sf-field-taxonomy-blog-category ul li[data-sf-count="0"],
.post-filter-global form ul .sf-field-taxonomy-program-category ul li[data-sf-count="0"] {
  display: none;
}
.post-filter-global form ul .sf-field-taxonomy-blog-category ul li,
.post-filter-global form ul .sf-field-taxonomy-program-category ul li {
  padding: 0;
  margin: 0;
}
.post-filter-global form ul .sf-field-taxonomy-blog-category ul li.sf-option-active label,
.post-filter-global form ul .sf-field-taxonomy-program-category ul li.sf-option-active label {
  background: #FF4E00;
  border-color: #FF4E00;
}
.post-filter-global form ul .sf-field-taxonomy-blog-category ul li input,
.post-filter-global form ul .sf-field-taxonomy-program-category ul li input {
  display: none;
}
.post-filter-global form ul .sf-field-taxonomy-blog-category ul li label,
.post-filter-global form ul .sf-field-taxonomy-program-category ul li label {
  text-decoration: none;
  display: block;
  border: 1px solid #B3B3B3;
  padding: 0.5rem 0.9375rem;
  border-radius: 1.25rem;
  color: #191919;
  cursor: pointer;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.sec-margin-top, .single-program section.partners-friends-section-new-global, main.page-programs section.partners-friends-section-new-global, main.page-career-center section.partners-friends-section-new-global, main.page-career-center section.faq-section-global, main.page-blog section.partners-friends-section-new-global, main.page-financing section.partners-friends-section-new-global, main.page-contact-us section.partners-friends-section-new-global, main.page-about-us .partners-friends-section-new-global {
  margin: 12.5rem 0 0;
}
@media (max-width: 480px) {
  .sec-margin-top, .single-program section.partners-friends-section-new-global, main.page-programs section.partners-friends-section-new-global, main.page-career-center section.partners-friends-section-new-global, main.page-career-center section.faq-section-global, main.page-blog section.partners-friends-section-new-global, main.page-financing section.partners-friends-section-new-global, main.page-contact-us section.partners-friends-section-new-global, main.page-about-us .partners-friends-section-new-global {
    margin: 9rem 0 0;
  }
}

.sec-margin-top-half {
  margin: 6.25rem 0 0;
}

a[data-detectable=true] {
  pointer-events: none;
  text-decoration: none;
  color: inherit;
}

.show-480 {
  display: none;
}
@media (max-width: 480px) {
  .show-480 {
    display: block;
  }
}

@media (max-width: 480px) {
  .hide-480 {
    display: none;
  }
}

@media (max-width: 480px) {
  #moove_gdpr_save_popup_settings_button {
    display: none !important;
  }
}

section.facts-section-global .wrapper .block-title {
  text-align: center;
  max-width: 69.5rem;
  margin: 0 auto;
}
section.facts-section-global .wrapper .grid {
  margin: 6.4375rem 0 0;
  display: flex;
  justify-content: center;
  grid-gap: 5.9375rem;
}
@media (max-width: 1024px) {
  section.facts-section-global .wrapper .grid {
    flex-wrap: wrap;
  }
}
section.facts-section-global .wrapper .grid .single {
  display: flex;
  flex-direction: column;
  grid-gap: 1rem;
  align-items: center;
}
@media (max-width: 1024px) {
  section.facts-section-global .wrapper .grid .single {
    width: calc(50% - 3rem);
  }
}
section.facts-section-global .wrapper .grid .single .number {
  font-weight: 400;
  display: block;
  text-align: center;
  line-height: 1;
  min-width: 15.6rem;
}
section.facts-section-global .wrapper .grid .single .fact {
  display: block;
  text-align: center;
  max-width: 14.75rem;
  width: 100%;
}
section.facts-section-global .wrapper .grid .single .fact span {
  color: #FF4E00;
}

section.partners-friends-section-global {
  overflow-x: hidden;
}
section.partners-friends-section-global .wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  grid-gap: 8rem;
}
section.partners-friends-section-global .wrapper .group .block-title {
  text-align: center;
}
section.partners-friends-section-global .wrapper .group .logo-carousel {
  margin: 4rem 0 0;
  width: calc(100% + 16rem);
  transform: translateX(-8rem);
}
@media (max-width: 1280px) {
  section.partners-friends-section-global .wrapper .group .logo-carousel {
    width: calc(100% + 60px);
    transform: translateX(-30px);
  }
}
section.partners-friends-section-global .wrapper .group .logo-carousel .single {
  width: 10.75rem;
  height: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 6.4rem;
}
@media (max-width: 1280px) {
  section.partners-friends-section-global .wrapper .group .logo-carousel .single {
    width: 9.675rem;
    height: 2.812rem;
  }
}
@media (max-width: 768px) {
  section.partners-friends-section-global .wrapper .group .logo-carousel .single {
    width: 8.7075rem;
    height: 2.5308rem;
  }
}
section.partners-friends-section-global .wrapper .group .logo-carousel .single img {
  width: auto;
  height: auto;
  position: absolute;
  max-height: 100%;
  max-width: 100%;
}
section.partners-friends-section-global .wrapper .group .logo-carousel-reversed {
  margin: 3.1875rem 0 0;
  width: calc(100% + 16rem);
  transform: translateX(-8rem);
}
section.partners-friends-section-global .wrapper .group .logo-carousel-reversed .single {
  width: 10.75rem;
  height: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 6.4rem;
}
section.partners-friends-section-global .wrapper .group .logo-carousel-reversed .single img {
  width: auto;
  height: auto;
  position: absolute;
  max-height: 100%;
  max-width: 100%;
}

@media (max-width: 480px) {
  section.partners-friends-section-new-global {
    margin: 12.5rem 0 0;
  }
}
section.partners-friends-section-new-global .wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  grid-gap: 8rem;
}
section.partners-friends-section-new-global .wrapper .group .block-title {
  text-align: center;
}
section.partners-friends-section-new-global .wrapper .group .logo-list {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 3.1875rem 0 0;
}
@media (max-width: 1280px) {
  section.partners-friends-section-new-global .wrapper .group .logo-list {
    display: none;
  }
}
section.partners-friends-section-new-global .wrapper .group .logo-list .single {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 6.4rem;
}
@media (max-width: 480px) {
  section.partners-friends-section-new-global .wrapper .group .logo-list .single {
    padding: 0 3.2rem;
  }
}
section.partners-friends-section-new-global .wrapper .group .logo-list .single img {
  width: auto;
  height: auto;
  position: relative;
  max-height: 3.125rem;
  max-height: 4.25rem;
  max-width: 10.75rem;
  filter: grayscale(1);
  -webkit-transition: filter 0.2s ease-in-out;
  -moz-transition: filter 0.2s ease-in-out;
  -ms-transition: filter 0.2s ease-in-out;
  -o-transition: filter 0.2s ease-in-out;
  transition: filter 0.2s ease-in-out;
}
section.partners-friends-section-new-global .wrapper .group .logo-list .single img:hover {
  filter: grayscale(0);
}
section.partners-friends-section-new-global .wrapper .group .marquee-logo-carousel {
  position: relative;
  overflow: hidden;
  margin: 3.1875rem 0 0;
  display: none;
}
@media (max-width: 1280px) {
  section.partners-friends-section-new-global .wrapper .group .marquee-logo-carousel {
    display: block;
  }
}
section.partners-friends-section-new-global .wrapper .group .marquee-logo-carousel .js-marquee-wrapper .js-marquee {
  display: flex;
  align-items: center;
}
section.partners-friends-section-new-global .wrapper .group .marquee-logo-carousel .js-marquee-wrapper .js-marquee .single {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 6.4rem;
}
@media (max-width: 480px) {
  section.partners-friends-section-new-global .wrapper .group .marquee-logo-carousel .js-marquee-wrapper .js-marquee .single {
    padding: 0 3.2rem;
  }
}
section.partners-friends-section-new-global .wrapper .group .marquee-logo-carousel .js-marquee-wrapper .js-marquee .single img {
  width: auto;
  height: auto;
  position: relative;
  max-height: 3.125rem;
  max-height: 4.25rem;
  max-width: 10.75rem;
  filter: grayscale(1);
  -webkit-transition: filter 0.2s ease-in-out;
  -moz-transition: filter 0.2s ease-in-out;
  -ms-transition: filter 0.2s ease-in-out;
  -o-transition: filter 0.2s ease-in-out;
  transition: filter 0.2s ease-in-out;
}
section.partners-friends-section-new-global .wrapper .group .marquee-logo-carousel .js-marquee-wrapper .js-marquee .single img:hover {
  filter: grayscale(0);
}

section.cta-section-global {
  overflow: hidden;
  position: relative;
}
section.cta-section-global .wrapper .block-title {
  line-height: 0.993;
}
section.cta-section-global .wrapper .wrap {
  display: flex;
  align-items: flex-start;
  grid-gap: 19.9375rem;
  margin: 2.5625rem 0 0;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  section.cta-section-global .wrapper .wrap {
    grid-gap: 0;
  }
}
@media (max-width: 480px) {
  section.cta-section-global .wrapper .wrap {
    flex-direction: column;
  }
}
section.cta-section-global .wrapper .wrap .left {
  width: 100%;
  max-width: 37.875rem;
  flex: none;
}
@media (max-width: 768px) {
  section.cta-section-global .wrapper .wrap .left {
    width: 60%;
  }
}
@media (max-width: 480px) {
  section.cta-section-global .wrapper .wrap .left {
    max-width: 100%;
    width: 100%;
    order: 2;
    margin-top: -19vw;
  }
}
section.cta-section-global .wrapper .wrap .left h2 {
  margin: 0 0 24px;
  max-width: 80%;
  line-height: 1.2;
}
section.cta-section-global .wrapper .wrap .left .desc {
  width: 100%;
}
@media (max-width: 480px) {
  section.cta-section-global .wrapper .wrap .left .desc {
    width: 50%;
  }
}
section.cta-section-global .wrapper .wrap .left .form-global-2 {
  margin: 3.9375rem 0 0;
  width: 100%;
}
section.cta-section-global .wrapper .wrap .left .contact-info {
  width: calc(100% + 30rem);
}
section.cta-section-global .wrapper .wrap .left .contact-info .headline {
  margin: 4.6875rem 0 0;
  display: block;
}
section.cta-section-global .wrapper .wrap .left .contact-info .grid {
  display: flex;
  margin: 4.25rem 0 0;
  grid-gap: 3.02625rem;
}
@media (max-width: 768px) {
  section.cta-section-global .wrapper .wrap .left .contact-info .grid {
    flex-direction: column;
  }
}
section.cta-section-global .wrapper .wrap .left .contact-info .grid .single {
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  section.cta-section-global .wrapper .wrap .left .contact-info .grid .single {
    flex-direction: row;
    grid-gap: 16px;
    align-items: flex-start;
  }
}
section.cta-section-global .wrapper .wrap .left .contact-info .grid .single .two-icons {
  display: flex;
  align-items: center;
  grid-gap: 1.5rem;
}
section.cta-section-global .wrapper .wrap .left .contact-info .grid .single .icon-wrap {
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
section.cta-section-global .wrapper .wrap .left .contact-info .grid .single .icon-wrap.whatsapp img {
  width: 100%;
}
section.cta-section-global .wrapper .wrap .left .contact-info .grid .single .icon-wrap img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
section.cta-section-global .wrapper .wrap .left .contact-info .grid .single a,
section.cta-section-global .wrapper .wrap .left .contact-info .grid .single span {
  text-decoration: none;
  margin: 1.375rem 0 0;
  display: inline-block;
  color: #191919;
}
@media (max-width: 768px) {
  section.cta-section-global .wrapper .wrap .left .contact-info .grid .single a,
section.cta-section-global .wrapper .wrap .left .contact-info .grid .single span {
    margin: 0;
  }
}
@media (max-width: 768px) {
  section.cta-section-global .wrapper .wrap .anim-wrap {
    width: 45%;
  }
}
@media (max-width: 480px) {
  section.cta-section-global .wrapper .wrap .anim-wrap {
    order: 1;
    width: calc(100% + 20px);
    display: flex;
    justify-content: flex-end;
    transform: translateX(-10px);
  }
}
section.cta-section-global .wrapper .wrap .anim-wrap .right {
  width: 100%;
  max-width: 50rem;
  transform: translateX(12.5rem);
  position: relative;
}
@media (max-width: 1280px) {
  section.cta-section-global .wrapper .wrap .anim-wrap .right {
    transform: translateX(calc((100vw - 975px) / 2));
  }
}
@media (max-width: 1024px) {
  section.cta-section-global .wrapper .wrap .anim-wrap .right {
    transform: translateX(30px);
    flex: none;
    width: 377px;
    width: 300px;
  }
}
@media (max-width: 768px) {
  section.cta-section-global .wrapper .wrap .anim-wrap .right {
    width: 100%;
  }
}
section.cta-section-global .wrapper .wrap .anim-wrap .right .rock {
  width: 100%;
  height: auto;
  display: block;
  transform: translateX(2.75rem);
  margin: 3rem 0 0;
}
@media (max-width: 1024px) {
  section.cta-section-global .wrapper .wrap .anim-wrap .right .rock {
    transform: none;
  }
}
@media (max-width: 480px) {
  section.cta-section-global .wrapper .wrap .anim-wrap .right .rock {
    transform: none;
    width: 60%;
  }
}
section.cta-section-global .wrapper .wrap .anim-wrap .right .rock-wrap {
  transform: translateX(2.75rem);
  margin: 3rem 0 0;
  height: 55rem;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 768px) {
  section.cta-section-global .wrapper .wrap .anim-wrap .right .rock-wrap {
    height: 45rem;
  }
}
@media (max-width: 480px) {
  section.cta-section-global .wrapper .wrap .anim-wrap .right .rock-wrap {
    height: auto;
    height: 640px;
  }
}
@media (max-width: 400px) {
  section.cta-section-global .wrapper .wrap .anim-wrap .right .rock-wrap {
    height: 550px;
  }
}
section.cta-section-global .wrapper .wrap .anim-wrap .right .rock-wrap .rock-2 {
  width: 59vw;
  height: auto;
  display: block;
}
@media (max-width: 1280px) {
  section.cta-section-global .wrapper .wrap .anim-wrap .right .rock-wrap .rock-2 {
    width: 755px;
  }
}
@media (max-width: 480px) {
  section.cta-section-global .wrapper .wrap .anim-wrap .right .rock-wrap .rock-2 {
    width: 100%;
    width: 696px;
  }
}
@media (max-width: 400px) {
  section.cta-section-global .wrapper .wrap .anim-wrap .right .rock-wrap .rock-2 {
    width: 515px;
  }
}
section.cta-section-global .wrapper .wrap .anim-wrap .right .star {
  display: block;
  width: auto;
  height: 18.5rem;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 34rem;
  right: 45rem;
  z-index: 1;
  animation: spin 10s linear infinite;
}
@media (max-width: 1280px) {
  section.cta-section-global .wrapper .wrap .anim-wrap .right .star {
    right: 27vw;
    height: 14.5vw;
  }
}
@media (max-width: 1024px) {
  section.cta-section-global .wrapper .wrap .anim-wrap .right .star {
    height: 12vw;
  }
}
@media (max-width: 480px) {
  section.cta-section-global .wrapper .wrap .anim-wrap .right .star {
    height: 100px;
    right: inherit;
    left: -20px;
    bottom: 150px;
    top: inherit;
    margin: inherit;
  }
}
@media (max-width: 400px) {
  section.cta-section-global .wrapper .wrap .anim-wrap .right .star {
    bottom: 130px;
  }
}

.faq-section-global .wrapper .block-desc {
  margin: 2.5625rem 0 0;
}
.faq-section-global .wrapper .block-desc .desc {
  max-width: 59.375rem;
}
.faq-section-global .wrapper .accordion {
  margin: 3.375rem 0 0;
  display: flex;
  flex-direction: column;
  grid-gap: 1.375rem;
}
.faq-section-global .wrapper .accordion .single .header.ui-accordion-header-active h4 {
  background: #FF4E00 !important;
  border-color: #FF4E00 !important;
}
.faq-section-global .wrapper .accordion .single .header h4 {
  display: inline-block;
  text-decoration: none;
  padding: 0.9375rem 2.5rem;
  border: 2px solid #191919;
  border-radius: 3.125rem;
  color: #191919;
  font-weight: 500;
  margin: 0;
  cursor: pointer;
  -webkit-transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
  -ms-transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
}
.faq-section-global .wrapper .accordion .single .header h4:hover {
  background: #191919;
  color: #ffffff;
  border-color: #191919;
}
.faq-section-global .wrapper .accordion .single .acc-text {
  padding: 2.5625rem 0 5.125rem;
  max-width: 61.0625rem;
  width: 100%;
}
section.courses-map-section-global .wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  grid-gap: 6rem;
}
@media (max-width: 768px) {
  section.courses-map-section-global .wrapper {
    flex-direction: column;
  }
}
section.courses-map-section-global .wrapper .column:nth-of-type(1) {
  width: 100%;
  margin: 3.8125rem 0 0;
  max-width: 31rem;
}
@media (max-width: 768px) {
  section.courses-map-section-global .wrapper .column:nth-of-type(1) {
    max-width: 100%;
    margin: 0;
  }
}
section.courses-map-section-global .wrapper .column:nth-of-type(1) .desc {
  margin: 1.625rem 0 0;
  max-width: 19.688rem;
  width: 100%;
}
@media (max-width: 480px) {
  section.courses-map-section-global .wrapper .column:nth-of-type(1) .desc {
    max-width: 100%;
  }
}
section.courses-map-section-global .wrapper .column:nth-of-type(1) .btn, section.courses-map-section-global .wrapper .column:nth-of-type(1) .single-featured-program-global .top .left .badge, .single-featured-program-global .top .left section.courses-map-section-global .wrapper .column:nth-of-type(1) .badge, section.courses-map-section-global .wrapper .column:nth-of-type(1) .single-program-global .photo-wrap .badge, .single-program-global .photo-wrap section.courses-map-section-global .wrapper .column:nth-of-type(1) .badge {
  margin: 2rem 0 0;
}
section.courses-map-section-global .wrapper .column:nth-of-type(2) {
  max-width: 36.313rem;
  max-width: 50.313rem;
  width: 100%;
}
@media (max-width: 768px) {
  section.courses-map-section-global .wrapper .column:nth-of-type(2) {
    max-width: 100%;
  }
}
section.courses-map-section-global .wrapper .column:nth-of-type(2) .lottie-wrap {
  position: relative;
}
section.courses-map-section-global .wrapper .column:nth-of-type(2) .lottie-wrap:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
section.courses-map-section-global .wrapper .column:nth-of-type(2) .lottie-wrap .lottie {
  position: absolute;
  top: 0;
  left: 0;
}
section.courses-map-section-global .wrapper .column:nth-of-type(2) img {
  width: 100%;
  height: auto;
  display: block;
  display: none !important;
}

section.countries-section-global {
  overflow-x: hidden;
}
section.countries-section-global .wrapper .accordion {
  display: grid;
  grid-gap: 2.125rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  position: relative;
}
@media (max-width: 768px) {
  section.countries-section-global .wrapper .accordion {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-gap: 13px;
  }
}
section.countries-section-global .wrapper .accordion .single:nth-child(1) {
  z-index: 2;
}
section.countries-section-global .wrapper .accordion .single .header.ui-state-active h4 {
  background: #FF4E00 !important;
  border-color: #FF4E00 !important;
}
section.countries-section-global .wrapper .accordion .single .header:hover h4 {
  background: #191919;
  color: #ffffff;
}
section.countries-section-global .wrapper .accordion .single .header h4 {
  margin: 0;
  line-height: 1.15;
  font-weight: 500;
  padding: 1rem 1rem;
  width: 100%;
  border: 2px solid #191919;
  border-radius: 3.125rem;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
section.countries-section-global .wrapper .accordion .single .acc-text {
  width: calc(400% + 6.375rem);
  padding: 3rem 0 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
section.countries-section-global .wrapper .accordion .single .acc-text .desc {
  max-width: 51.5rem;
  width: 100%;
}
section.countries-section-global .wrapper .accordion .single .acc-text .form .top-wrap {
  display: flex;
  grid-gap: 0.75rem;
}
section.countries-section-global .wrapper .accordion .single .acc-text .form .top-wrap input {
  border-radius: 3.125rem;
  padding: 0.4375rem 1.0625rem;
  line-height: 1.15;
  width: 26.9rem;
  border: 1px solid #B3B3B3;
}
section.countries-section-global .wrapper .accordion .single .acc-text .form .checks {
  margin: 0.875rem 0 0;
  display: flex;
  grid-gap: 0.6875rem;
}
section.countries-section-global .wrapper .accordion .single .acc-text .form .checks .check {
  display: flex;
  align-items: center;
  grid-gap: 0.6875rem;
}
section.countries-section-global .wrapper .accordion .single .acc-text .form .checks .check span {
  display: block;
  line-height: 1;
}

.single-program-global .photo-wrap {
  position: relative;
}
.single-program-global .photo-wrap .photo {
  position: relative;
  border-radius: 1.25rem;
  display: block;
  text-decoration: none;
  overflow: hidden;
}
.single-program-global .photo-wrap .photo:hover:before {
  opacity: 1;
}
.single-program-global .photo-wrap .photo:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 63.14%;
}
.single-program-global .photo-wrap .photo:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  background: white;
  background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ff4e00 100%);
  background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ff4e00 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ff4e00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ff4e00",GradientType=1);
}
.single-program-global .photo-wrap .btn, .single-program-global .photo-wrap .single-featured-program-global .top .left .badge, .single-featured-program-global .top .left .single-program-global .photo-wrap .badge, .single-program-global .photo-wrap .badge {
  border: none;
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
  background: #FF4E00;
  -webkit-transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
  -ms-transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
}
.single-program-global .photo-wrap .btn:before, .single-program-global .photo-wrap .single-featured-program-global .top .left .badge:before, .single-featured-program-global .top .left .single-program-global .photo-wrap .badge:before, .single-program-global .photo-wrap .badge:before {
  -webkit-transition: filter 0.2s ease-in-out;
  -moz-transition: filter 0.2s ease-in-out;
  -ms-transition: filter 0.2s ease-in-out;
  -o-transition: filter 0.2s ease-in-out;
  transition: filter 0.2s ease-in-out;
}
.single-program-global .photo-wrap .btn:hover, .single-program-global .photo-wrap .badge:hover {
  color: #191919;
  background: rgba(255, 255, 255, 0.9);
}
.single-program-global .photo-wrap .btn:hover:before, .single-program-global .photo-wrap .badge:hover:before {
  filter: invert(0);
}
.single-program-global .photo-wrap .badge {
  border: none;
  background: #FF4E00;
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
}
.single-program-global .photo-wrap .badge:hover {
  background: #FF4E00 !important;
}
.single-program-global .photo-wrap .icon-badge-wrap {
  position: absolute;
  top: 0;
  left: 2.4375rem;
  padding: 1rem 0.75rem;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  backdrop-filter: blur(2px);
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.single-program-global .photo-wrap .icon-badge-wrap img {
  height: 2.8125rem;
  width: auto;
  display: block;
}
.single-program-global .photo-wrap .icon-badge-wrap p {
  margin: 0.625rem 0 0;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.1;
  display: flex;
  flex-direction: column;
}
.single-program-global .photo-wrap .icon-badge-wrap p span {
  color: #01B5CF;
}
.single-program-global .info {
  margin: 0.875rem 0 0;
}
.single-program-global .info .title {
  line-height: 1.15;
  color: #191919;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.single-program-global .info .title:hover {
  color: #FF4E00;
}
.single-program-global .info .meta {
  display: flex;
  align-items: center;
  grid-gap: 0.9375rem;
  margin: 0.375rem 0 0;
}
.single-program-global .info .meta .cat {
  display: block;
  color: #FF4E00;
}
.single-program-global .info .meta .duration,
.single-program-global .info .meta .date {
  display: flex;
  align-items: center;
  grid-gap: 0.3125rem;
}
.single-program-global .info .meta .duration img,
.single-program-global .info .meta .date img {
  height: 1.5rem;
  width: auto;
  display: block;
}
.single-program-global .info .meta .duration span,
.single-program-global .info .meta .date span {
  display: block;
  color: #4C4C4C;
  line-height: 1;
}
.single-program-global .info .mental-text-line {
  background: #01B5CF;
  display: flex;
  grid-gap: 0.5rem;
  padding: 0.5rem 1.5rem;
  border-radius: 3.125rem;
  margin: 0.625rem 0 0;
  align-items: center;
}
.single-program-global .info .mental-text-line img {
  filter: brightness(0) invert(1);
  height: 1rem;
  width: auto;
  display: block;
  flex: none;
}
.single-program-global .info .mental-text-line span {
  color: #ffffff;
  display: block;
  font-weight: 500;
}

section.features-section-global .wrapper .mental-feature {
  padding: 4.5rem 2.25rem 4.5rem;
  display: flex;
  flex-direction: column;
  border-radius: 1.25rem;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 4.125rem 0 0;
}
section.features-section-global .wrapper .mental-feature img {
  height: 4.625rem;
  width: auto;
  display: block;
}
section.features-section-global .wrapper .mental-feature .small {
  color: #ffffff;
  display: block;
  margin: 2.5rem 0 0;
  max-width: 46.5rem;
  width: 100%;
  font-weight: 600;
}
section.features-section-global .wrapper .mental-feature h3 {
  color: #ffffff;
  margin: 1.25rem 0 0;
  max-width: 46.5rem;
  width: 100%;
  font-weight: 500;
}
section.features-section-global .wrapper .mental-feature .desc {
  margin: 1.25rem 0 0;
  max-width: 46.5rem;
  width: 100%;
}
section.features-section-global .wrapper .mental-feature .desc p {
  color: #ffffff;
  font-weight: 500;
}
section.features-section-global .wrapper .grid {
  margin: 8.875rem 0 0;
  margin: 2.25rem 0 0;
  display: grid;
  grid-gap: 2.25rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (max-width: 768px) {
  section.features-section-global .wrapper .grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 480px) {
  section.features-section-global .wrapper .grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    margin: 2.25rem 0 0;
  }
}
section.features-section-global .wrapper .grid .single {
  position: relative;
  padding: 4.5rem 2.25rem 2.25rem;
  border-radius: 1.25rem;
}
section.features-section-global .wrapper .grid .single.double {
  grid-column: span 2;
}
@media (max-width: 768px) {
  section.features-section-global .wrapper .grid .single.double {
    grid-column: span 1;
  }
}
section.features-section-global .wrapper .grid .single.double h3 {
  max-width: 23.75rem;
  width: 100%;
}
@media (max-width: 768px) {
  section.features-section-global .wrapper .grid .single.double h3 {
    max-width: 100%;
  }
}
section.features-section-global .wrapper .grid .single.double .text {
  max-width: 23.75rem;
  width: 100%;
}
@media (max-width: 768px) {
  section.features-section-global .wrapper .grid .single.double .text {
    max-width: 100%;
  }
}
section.features-section-global .wrapper .grid .single.bg-orange {
  background: #FF4E00;
}
section.features-section-global .wrapper .grid .single.bg-grey {
  background: #D3D3D3;
}
section.features-section-global .wrapper .grid .single.bg-black {
  background: #191919;
}
section.features-section-global .wrapper .grid .single.bg-black .top-part .icon-wrap img {
  filter: invert(1);
}
section.features-section-global .wrapper .grid .single.bg-black h3 {
  color: #ffffff;
}
section.features-section-global .wrapper .grid .single.bg-black .text p {
  color: #ffffff;
}
section.features-section-global .wrapper .grid .single.bg-photo {
  overflow: hidden;
}
section.features-section-global .wrapper .grid .single.bg-photo .top-part .icon-wrap img {
  filter: invert(1);
}
section.features-section-global .wrapper .grid .single.bg-photo:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
}
section.features-section-global .wrapper .grid .single.bg-photo h3 {
  color: #ffffff;
}
section.features-section-global .wrapper .grid .single.bg-photo .text p {
  color: #ffffff;
}
section.features-section-global .wrapper .grid .single .top-part {
  display: flex;
  flex-direction: column;
  grid-gap: 3.875rem;
}
@media (max-width: 768px) {
  section.features-section-global .wrapper .grid .single .top-part {
    flex-direction: row;
    align-items: center;
    grid-gap: 23px;
  }
}
section.features-section-global .wrapper .grid .single .top-part .icon-wrap {
  height: 6rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  section.features-section-global .wrapper .grid .single .top-part .icon-wrap {
    flex: none;
  }
}
section.features-section-global .wrapper .grid .single .top-part .icon-wrap img {
  display: block;
  width: auto;
  height: 100%;
}
section.features-section-global .wrapper .grid .single .top-part h3 {
  line-height: 1.15;
  font-weight: 500;
  margin: 0;
  position: relative;
  z-index: 2;
}
section.features-section-global .wrapper .grid .single .text {
  margin: 1.25rem 0 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  section.features-section-global .wrapper .grid .single .text {
    margin: 34px 0 0;
  }
}

.single-blog-global .meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.single-blog-global .meta .left .type {
  display: flex;
  align-items: center;
  grid-gap: 0.75rem;
}
.single-blog-global .meta .left .type img {
  height: 1.5rem;
  width: auto;
  display: block;
}
.single-blog-global .meta .left .type span {
  display: block;
  color: #FF4E00;
}
.single-blog-global .meta .right {
  display: flex;
  align-items: center;
  grid-gap: 0.75rem;
}
.single-blog-global .meta .right .time,
.single-blog-global .meta .right .date {
  display: flex;
  align-items: center;
  grid-gap: 0.75rem;
}
.single-blog-global .meta .right .time img,
.single-blog-global .meta .right .date img {
  height: 1.5rem;
  width: auto;
  display: block;
}
.single-blog-global .meta .right .time span,
.single-blog-global .meta .right .date span {
  display: block;
  color: #4C4C4C;
}
.single-blog-global .photo {
  margin: 1.25rem 0 0;
  border-radius: 1.25rem;
  display: block;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}
.single-blog-global .photo:hover:before {
  opacity: 1;
}
.single-blog-global .photo:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 63.14%;
}
@media (max-width: 480px) {
  .single-blog-global .photo:after {
    padding-top: 60%;
  }
}
.single-blog-global .photo:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  background: white;
  background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ff4e00 100%);
  background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ff4e00 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ff4e00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ff4e00",GradientType=1);
}
.single-blog-global .info {
  margin: 2.0625rem 0 0;
  padding: 0 2.9375rem 0 0;
}
.single-blog-global .info .title {
  color: #191919;
  line-height: 1.15;
  text-decoration: none;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.single-blog-global .info .title:hover {
  color: #FF4E00;
}
.single-blog-global .info .desc {
  margin: 0.3125rem 0 0;
}
.star-points-grid-global {
  display: grid;
  grid-column-gap: 3.6875rem;
  grid-row-gap: 4.4375rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (max-width: 768px) {
  .star-points-grid-global {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.star-points-grid-global .single .title {
  display: flex;
  align-items: center;
}
.star-points-grid-global .single .title:before {
  content: "";
  display: block;
  margin: 0 2rem 0 0;
  width: 2.75rem;
  height: 2.75rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url("../images/icon-star.svg");
  animation: spin 10s linear infinite;
}
.star-points-grid-global .single .desc {
  margin: 2rem 0 0;
}
.star-points-grid-global .single .btn, .star-points-grid-global .single .single-featured-program-global .top .left .badge, .single-featured-program-global .top .left .star-points-grid-global .single .badge, .star-points-grid-global .single .single-program-global .photo-wrap .badge, .single-program-global .photo-wrap .star-points-grid-global .single .badge {
  margin: 4.3125rem 0 0;
}
@media (max-width: 480px) {
  .star-points-grid-global .single .btn, .star-points-grid-global .single .single-featured-program-global .top .left .badge, .single-featured-program-global .top .left .star-points-grid-global .single .badge, .star-points-grid-global .single .single-program-global .photo-wrap .badge, .single-program-global .photo-wrap .star-points-grid-global .single .badge {
    margin: 2.5rem 0 0;
  }
}

section.payment-options-section-global .wrapper .block-title {
  max-width: 31rem;
  width: 100%;
}
section.payment-options-section-global .wrapper .grid {
  margin: 6.6875rem 0 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 2.25rem;
}
@media (max-width: 768px) {
  section.payment-options-section-global .wrapper .grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 480px) {
  section.payment-options-section-global .wrapper .grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    margin: 3rem 0 0;
  }
}
section.payment-options-section-global .wrapper .grid .single {
  border-radius: 1.25rem;
  border: 1px solid #191919;
  padding: 1rem 0.75rem;
  position: relative;
}
section.payment-options-section-global .wrapper .grid .single .icon-wrap {
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
section.payment-options-section-global .wrapper .grid .single .icon-wrap img {
  width: auto;
  height: auto;
  display: block;
  max-width: 100%;
  max-height: 100%;
}
section.payment-options-section-global .wrapper .grid .single .notif {
  position: absolute;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 100%;
  background: #FF4E00;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 1rem;
  right: 0.75rem;
}
section.payment-options-section-global .wrapper .grid .single .notif span {
  display: block;
}
section.payment-options-section-global .wrapper .grid .single .title {
  display: block;
  margin: 1.0625rem 0 0;
}
section.payment-options-section-global .wrapper .grid .single .desc {
  margin: 0.5625rem 0 0;
}
section.payment-options-section-global .wrapper .grid .single .desc p {
  color: #4C4C4C;
}

section.text-content-section-global .wrapper h1 {
  font-weight: 400;
  margin: 0;
}
section.text-content-section-global .wrapper .wrap {
  margin: 1.5rem 0 0;
}
section.text-content-section-global .wrapper .wrap.key-content {
  display: flex;
  grid-gap: 5.125rem;
  align-items: flex-start;
}
@media (max-width: 768px) {
  section.text-content-section-global .wrapper .wrap.key-content {
    flex-direction: column;
    grid-gap: 3rem;
  }
}
@media (max-width: 768px) {
  section.text-content-section-global .wrapper .wrap.key-content .content {
    order: 2;
  }
}
section.text-content-section-global .wrapper .wrap .content .text h2 {
  font-weight: 500;
}
section.text-content-section-global .wrapper .wrap .content .author-global {
  margin: 4rem 0 0;
}
section.text-content-section-global .wrapper .wrap .sidebar {
  width: 20.8125rem;
  flex: none;
  position: sticky;
  top: 2rem;
}
@media (max-width: 1024px) {
  section.text-content-section-global .wrapper .wrap .sidebar {
    width: 15rem;
  }
}
@media (max-width: 768px) {
  section.text-content-section-global .wrapper .wrap .sidebar {
    width: 100%;
    order: 1;
  }
}
section.text-content-section-global .wrapper .wrap .sidebar .key-content ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  grid-gap: 1rem;
}
section.text-content-section-global .wrapper .wrap .sidebar .key-content ul li a {
  text-decoration: none;
  color: #191919;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
section.text-content-section-global .wrapper .wrap .sidebar .key-content ul li a:hover {
  color: #FF4E00;
}

section.gallery-section-global {
  padding: 20rem 0 10rem;
  background-position: top center;
}
@media (max-width: 1024px) {
  section.gallery-section-global {
    padding: 17rem 0 8rem;
  }
}
@media (max-width: 480px) {
  section.gallery-section-global {
    padding: 15rem 0 8rem;
  }
}
section.gallery-section-global .wrapper .block-title {
  color: #ffffff;
}
section.gallery-section-global .wrapper .gallery-wrap.gallery-grid-carousel {
  margin: 3.8125rem 0 0;
}
section.gallery-section-global .wrapper .gallery-wrap.gallery-grid-carousel .grid {
  display: grid;
  grid-gap: 1.8125rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media (max-width: 768px) {
  section.gallery-section-global .wrapper .gallery-wrap.gallery-grid-carousel .grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
section.gallery-section-global .wrapper .gallery-wrap.gallery-grid-carousel .grid .photo {
  border-radius: 1.25rem;
}
section.gallery-section-global .wrapper .gallery-wrap.gallery-grid-carousel .grid .photo:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 56%;
}
section.gallery-section-global .wrapper .gallery-wrap.gallery-grid-carousel .grid .photo:nth-of-type(1) {
  grid-column: span 2;
  grid-row: span 5;
}
@media (max-width: 768px) {
  section.gallery-section-global .wrapper .gallery-wrap.gallery-grid-carousel .grid .photo:nth-of-type(1) {
    grid-column: span 1;
    grid-row: span 1;
  }
}
section.gallery-section-global .wrapper .gallery-wrap.gallery-grid-carousel .grid .photo:nth-of-type(4) {
  grid-column: span 2;
  grid-row: span 4;
}
@media (max-width: 768px) {
  section.gallery-section-global .wrapper .gallery-wrap.gallery-grid-carousel .grid .photo:nth-of-type(4) {
    grid-column: span 1;
    grid-row: span 1;
  }
}
section.gallery-section-global .wrapper .gallery-wrap.gallery-grid-carousel .owl-nav {
  display: flex;
  grid-gap: 1.75rem;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  margin: 2rem 0 0;
}
section.gallery-section-global .wrapper .gallery-wrap.gallery-grid-carousel .owl-nav button {
  width: 5.125rem;
  height: 1rem;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  background-image: url("../images/icon-arrow-long-black-right.svg");
  filter: invert(1);
}
section.gallery-section-global .wrapper .gallery-wrap.gallery-grid-carousel .owl-nav button.owl-prev {
  transform: rotate(180deg);
}
section.alumni-section-global .wrapper .alumni-carousel {
  margin: 2.375rem 0 0;
}
section.alumni-section-global .wrapper .alumni-carousel .single {
  display: flex;
  align-items: flex-start;
  grid-gap: 2.1875rem;
  z-index: 2;
}
@media (max-width: 768px) {
  section.alumni-section-global .wrapper .alumni-carousel .single {
    flex-direction: column;
    grid-gap: 95px;
  }
}
section.alumni-section-global .wrapper .alumni-carousel .single .photo {
  border-radius: 1.25rem;
  width: 71%;
}
@media (max-width: 1024px) {
  section.alumni-section-global .wrapper .alumni-carousel .single .photo {
    width: 60%;
  }
}
@media (max-width: 768px) {
  section.alumni-section-global .wrapper .alumni-carousel .single .photo {
    width: 100%;
  }
}
section.alumni-section-global .wrapper .alumni-carousel .single .photo:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 58%;
}
@media (max-width: 480px) {
  section.alumni-section-global .wrapper .alumni-carousel .single .photo:after {
    padding-top: 100%;
  }
}
section.alumni-section-global .wrapper .alumni-carousel .single .info {
  width: 29%;
}
@media (max-width: 1024px) {
  section.alumni-section-global .wrapper .alumni-carousel .single .info {
    width: 40%;
  }
}
@media (max-width: 768px) {
  section.alumni-section-global .wrapper .alumni-carousel .single .info {
    width: 100%;
  }
}
section.alumni-section-global .wrapper .alumni-carousel .single .info .name {
  line-height: 1.15;
  display: block;
}
section.alumni-section-global .wrapper .alumni-carousel .single .info .job {
  line-height: 1.15;
  color: #B3B3B3;
  margin: 0.25rem 0 0;
  display: block;
}
section.alumni-section-global .wrapper .alumni-carousel .single .info .badge {
  display: flex;
  margin: 2.25rem 0 0;
  align-items: center;
  grid-gap: 1rem;
}
section.alumni-section-global .wrapper .alumni-carousel .single .info .badge img {
  height: 2.75rem;
  width: auto;
  display: block;
  flex: none;
}
section.alumni-section-global .wrapper .alumni-carousel .single .info .badge p {
  text-transform: uppercase;
  font-weight: 700;
  max-width: 14rem;
  width: 100%;
  margin: 0;
}
section.alumni-section-global .wrapper .alumni-carousel .single .info .badge p span {
  color: #01B5CF;
}
section.alumni-section-global .wrapper .alumni-carousel .single .info .desc {
  margin: 2.25rem 0 0;
  /*
  &:before {
    content: "";
    display: block;
    width: 2.75rem;
    height: 2.75rem;
    background-image: url('../images/icon-quote.svg');
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 0 2rem;
    animation: spin 10s linear infinite;
  }

   */
}
section.alumni-section-global .wrapper .alumni-carousel .single .info .desc p {
  line-height: 1.15;
}
section.alumni-section-global .wrapper .alumni-carousel .owl-nav {
  display: flex;
  grid-gap: 1.75rem;
  align-items: center;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 1024px) {
  section.alumni-section-global .wrapper .alumni-carousel .owl-nav {
    bottom: -30px;
  }
}
@media (max-width: 768px) {
  section.alumni-section-global .wrapper .alumni-carousel .owl-nav {
    bottom: inherit;
    width: 100%;
    grid-gap: 50px;
    top: 0;
    flex-wrap: wrap;
    grid-row-gap: 38px;
  }
}
@media (max-width: 768px) {
  section.alumni-section-global .wrapper .alumni-carousel .owl-nav:before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 58%;
  }
}
@media (max-width: 480px) {
  section.alumni-section-global .wrapper .alumni-carousel .owl-nav:before {
    padding-top: 100%;
  }
}
section.alumni-section-global .wrapper .alumni-carousel .owl-nav button {
  width: 5.125rem;
  height: 1rem;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  background-image: url("../images/icon-arrow-long-black-right.svg");
}
@media (max-width: 768px) {
  section.alumni-section-global .wrapper .alumni-carousel .owl-nav button {
    width: calc(50% - 25px);
    background-image: url("../images/icon-arrow-long-black-right-mobile.svg");
    height: 16px;
  }
}
section.alumni-section-global .wrapper .alumni-carousel .owl-nav button.owl-prev {
  transform: rotate(180deg);
}
section.full-financing-section-global .wrapper .wrap {
  position: relative;
  border-radius: 1.25rem;
  background: #FF4E00;
  padding: 2.5rem 4rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  section.full-financing-section-global .wrapper .wrap {
    flex-direction: column;
    text-align: center;
  }
}
section.full-financing-section-global .wrapper .wrap .block-title {
  width: 100%;
  max-width: 43rem;
}
@media (max-width: 768px) {
  section.full-financing-section-global .wrapper .wrap .block-title {
    text-align: center;
    max-width: 80%;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  section.full-financing-section-global .wrapper .wrap .block-title {
    width: 95%;
  }
}
section.full-financing-section-global .wrapper .wrap .btn, section.full-financing-section-global .wrapper .wrap .single-featured-program-global .top .left .badge, .single-featured-program-global .top .left section.full-financing-section-global .wrapper .wrap .badge, section.full-financing-section-global .wrapper .wrap .single-program-global .photo-wrap .badge, .single-program-global .photo-wrap section.full-financing-section-global .wrapper .wrap .badge {
  margin: 2rem 0 0;
  -webkit-transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
  -ms-transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
}
section.full-financing-section-global .wrapper .wrap .btn:before, section.full-financing-section-global .wrapper .wrap .single-featured-program-global .top .left .badge:before, .single-featured-program-global .top .left section.full-financing-section-global .wrapper .wrap .badge:before, section.full-financing-section-global .wrapper .wrap .single-program-global .photo-wrap .badge:before, .single-program-global .photo-wrap section.full-financing-section-global .wrapper .wrap .badge:before {
  -webkit-transition: filter 0.2s ease-in-out;
  -moz-transition: filter 0.2s ease-in-out;
  -ms-transition: filter 0.2s ease-in-out;
  -o-transition: filter 0.2s ease-in-out;
  transition: filter 0.2s ease-in-out;
}
section.full-financing-section-global .wrapper .wrap .btn:hover, section.full-financing-section-global .wrapper .wrap .single-featured-program-global .top .left .badge:hover, .single-featured-program-global .top .left section.full-financing-section-global .wrapper .wrap .badge:hover, section.full-financing-section-global .wrapper .wrap .single-program-global .photo-wrap .badge:hover, .single-program-global .photo-wrap section.full-financing-section-global .wrapper .wrap .badge:hover {
  background: #191919;
  color: #ffffff;
}
section.full-financing-section-global .wrapper .wrap .btn:hover:before, section.full-financing-section-global .wrapper .wrap .single-featured-program-global .top .left .badge:hover:before, .single-featured-program-global .top .left section.full-financing-section-global .wrapper .wrap .badge:hover:before, section.full-financing-section-global .wrapper .wrap .single-program-global .photo-wrap .badge:hover:before, .single-program-global .photo-wrap section.full-financing-section-global .wrapper .wrap .badge:hover:before {
  filter: invert(1);
}
section.full-financing-section-global .wrapper .wrap img {
  position: absolute;
  right: -2rem;
  bottom: 0;
  display: block;
  height: auto;
  width: 65%;
}
@media (max-width: 1024px) {
  section.full-financing-section-global .wrapper .wrap img {
    width: 60%;
  }
}
@media (max-width: 768px) {
  section.full-financing-section-global .wrapper .wrap img {
    position: relative;
    right: inherit;
    margin: 2.5rem auto -2.5rem auto;
    width: 75%;
  }
}
@media (max-width: 480px) {
  section.full-financing-section-global .wrapper .wrap img {
    width: calc(100% + 8rem);
    margin: 0 0 -2.5rem -4rem;
  }
}

section.bonuses-section-global .wrapper .list {
  display: flex;
  flex-direction: column;
  grid-gap: 8.3125rem;
}
section.bonuses-section-global .wrapper .list .single {
  display: flex;
  align-items: center;
  grid-gap: 11.5625rem;
}
@media (max-width: 1024px) {
  section.bonuses-section-global .wrapper .list .single {
    grid-gap: 9rem;
  }
}
@media (max-width: 768px) {
  section.bonuses-section-global .wrapper .list .single {
    flex-direction: column;
    align-items: center;
    grid-gap: 3rem;
  }
}
section.bonuses-section-global .wrapper .list .single:nth-of-type(2n + 2) .info {
  order: 2;
}
section.bonuses-section-global .wrapper .list .single:nth-of-type(2n + 2) .photo {
  order: 1;
}
section.bonuses-section-global .wrapper .list .single .info {
  width: 50%;
}
@media (max-width: 768px) {
  section.bonuses-section-global .wrapper .list .single .info {
    order: 2;
    width: 100%;
    max-width: 480px;
  }
}
section.bonuses-section-global .wrapper .list .single .info .title {
  display: block;
  max-width: 37.5rem;
  width: 100%;
}
section.bonuses-section-global .wrapper .list .single .info .desc {
  margin: 2.125rem 0 0;
  max-width: 37.5rem;
  width: 100%;
}
section.bonuses-section-global .wrapper .list .single .info .btn, section.bonuses-section-global .wrapper .list .single .info .single-featured-program-global .top .left .badge, .single-featured-program-global .top .left section.bonuses-section-global .wrapper .list .single .info .badge, section.bonuses-section-global .wrapper .list .single .info .single-program-global .photo-wrap .badge, .single-program-global .photo-wrap section.bonuses-section-global .wrapper .list .single .info .badge {
  margin: 3rem 0 0;
}
section.bonuses-section-global .wrapper .list .single .photo {
  border-radius: 1.25rem;
  width: 50%;
}
@media (max-width: 768px) {
  section.bonuses-section-global .wrapper .list .single .photo {
    order: 1;
    width: 100%;
    max-width: 480px;
  }
}
section.bonuses-section-global .wrapper .list .single .photo:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 62.24%;
}

section.free-guide-global.orange .wrapper .wrap {
  background: #FF4E00;
}
section.free-guide-global.orange .wrapper .wrap .left h2 span {
  color: #191919;
}
section.free-guide-global.orange .wrapper .wrap .left .form-global .wpcf7-form-control-wrap input,
section.free-guide-global.orange .wrapper .wrap .left .form-global .wpcf7-form-control-wrap select,
section.free-guide-global.orange .wrapper .wrap .left .form-global .wpcf7-form-control-wrap textarea {
  background: #191919;
  color: #ffffff;
  border: #191919;
}
section.free-guide-global.orange .wrapper .wrap .left .form-global .wpcf7-form-control-wrap input.placeholder,
section.free-guide-global.orange .wrapper .wrap .left .form-global .wpcf7-form-control-wrap select.placeholder,
section.free-guide-global.orange .wrapper .wrap .left .form-global .wpcf7-form-control-wrap textarea.placeholder {
  color: #ffffff;
}
section.free-guide-global.orange .wrapper .wrap .left .form-global .wpcf7-form-control-wrap input:-moz-placeholder,
section.free-guide-global.orange .wrapper .wrap .left .form-global .wpcf7-form-control-wrap select:-moz-placeholder,
section.free-guide-global.orange .wrapper .wrap .left .form-global .wpcf7-form-control-wrap textarea:-moz-placeholder {
  color: #ffffff;
}
section.free-guide-global.orange .wrapper .wrap .left .form-global .wpcf7-form-control-wrap input::-moz-placeholder,
section.free-guide-global.orange .wrapper .wrap .left .form-global .wpcf7-form-control-wrap select::-moz-placeholder,
section.free-guide-global.orange .wrapper .wrap .left .form-global .wpcf7-form-control-wrap textarea::-moz-placeholder {
  color: #ffffff;
}
section.free-guide-global.orange .wrapper .wrap .left .form-global .wpcf7-form-control-wrap input:-ms-input-placeholder,
section.free-guide-global.orange .wrapper .wrap .left .form-global .wpcf7-form-control-wrap select:-ms-input-placeholder,
section.free-guide-global.orange .wrapper .wrap .left .form-global .wpcf7-form-control-wrap textarea:-ms-input-placeholder {
  color: #ffffff;
}
section.free-guide-global.orange .wrapper .wrap .left .form-global .wpcf7-form-control-wrap input::-webkit-input-placeholder,
section.free-guide-global.orange .wrapper .wrap .left .form-global .wpcf7-form-control-wrap select::-webkit-input-placeholder,
section.free-guide-global.orange .wrapper .wrap .left .form-global .wpcf7-form-control-wrap textarea::-webkit-input-placeholder {
  color: #ffffff;
}
section.free-guide-global.orange .wrapper .wrap .left .form-global .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  color: #ffffff;
}
section.free-guide-global.orange .wrapper .wrap .left .form-global .btn-wrap:hover:before {
  filter: invert(1);
}
section.free-guide-global.orange .wrapper .wrap .left .form-global .btn-wrap:hover .btn, section.free-guide-global.orange .wrapper .wrap .single-featured-program-global .top .left .form-global .btn-wrap:hover .badge, .single-featured-program-global .top section.free-guide-global.orange .wrapper .wrap .left .form-global .btn-wrap:hover .badge, section.free-guide-global.orange .wrapper .wrap .left .form-global .btn-wrap:hover .single-program-global .photo-wrap .badge, .single-program-global .photo-wrap section.free-guide-global.orange .wrapper .wrap .left .form-global .btn-wrap:hover .badge {
  background: #191919;
  color: #ffffff;
}
section.free-guide-global.orange .wrapper .wrap .left .form-global .btn-wrap:before {
  -webkit-transition: filter 0.2s ease-in-out;
  -moz-transition: filter 0.2s ease-in-out;
  -ms-transition: filter 0.2s ease-in-out;
  -o-transition: filter 0.2s ease-in-out;
  transition: filter 0.2s ease-in-out;
}
section.free-guide-global.orange .wrapper .wrap .left .form-global .btn-wrap .btn, section.free-guide-global.orange .wrapper .wrap .single-featured-program-global .top .left .form-global .btn-wrap .badge, .single-featured-program-global .top section.free-guide-global.orange .wrapper .wrap .left .form-global .btn-wrap .badge, section.free-guide-global.orange .wrapper .wrap .left .form-global .btn-wrap .single-program-global .photo-wrap .badge, .single-program-global .photo-wrap section.free-guide-global.orange .wrapper .wrap .left .form-global .btn-wrap .badge {
  background: #ffffff;
  color: #191919;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
section.free-guide-global.orange .wrapper .wrap .left .form-global .wpcf7-response-output {
  color: #ffffff;
}
section.free-guide-global .wrapper .wrap {
  display: flex;
  align-items: flex-end;
  background: #000000;
  border-radius: 1.25rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  section.free-guide-global .wrapper .wrap {
    flex-direction: column;
    align-items: flex-start;
  }
}
section.free-guide-global .wrapper .wrap .left {
  padding: 2rem 0 2rem 2rem;
  width: 58%;
}
@media (max-width: 768px) {
  section.free-guide-global .wrapper .wrap .left {
    padding: 2rem 2rem;
    width: 100%;
  }
}
section.free-guide-global .wrapper .wrap .left h2 {
  color: #ffffff;
  margin: 0;
}
section.free-guide-global .wrapper .wrap .left h2 span {
  color: #FF4E00;
}
section.free-guide-global .wrapper .wrap .left .desc {
  margin: 2rem 0 0;
}
section.free-guide-global .wrapper .wrap .left .desc p {
  color: #ffffff;
}
section.free-guide-global .wrapper .wrap .left .form-global {
  margin: 3.375rem 0 0;
}
section.free-guide-global .wrapper .wrap .left .form-global .checkbox-wrap {
  display: flex;
  align-items: center;
}
section.free-guide-global .wrapper .wrap .left .form-global .checkbox-wrap.check-margin-fix {
  align-items: flex-start;
}
section.free-guide-global .wrapper .wrap .left .form-global .checkbox-wrap.check-margin-fix input[type=checkbox] {
  margin-top: 0.3rem;
}
section.free-guide-global .wrapper .wrap .left .form-global .checkbox-wrap input[type=checkbox] {
  margin: 0;
}
section.free-guide-global .wrapper .wrap .left .form-global .checkbox-wrap span {
  color: #ffffff;
}
section.free-guide-global .wrapper .wrap .left .form-global .checkbox-wrap a {
  color: #ffffff;
}
section.free-guide-global .wrapper .wrap .left .form-global .wpcf7-response-output {
  color: #ffffff;
}
section.free-guide-global .wrapper .wrap .left .form-global .disclaimer {
  color: #ffffff;
}
section.free-guide-global .wrapper .wrap .left .form-global .disclaimer a {
  color: #ffffff;
}
section.free-guide-global .wrapper .wrap .right {
  padding: 2rem 0 0;
  width: 42%;
}
@media (max-width: 768px) {
  section.free-guide-global .wrapper .wrap .right {
    width: 100%;
    padding: 0 0 0 2rem;
    display: flex;
    justify-content: flex-end;
  }
}
section.free-guide-global .wrapper .wrap .right img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
}
@media (max-width: 768px) {
  section.free-guide-global .wrapper .wrap .right img {
    width: 100%;
    max-width: 480px;
  }
}

.single-featured-program-global .top {
  display: flex;
  align-items: flex-start;
  grid-gap: 10.625rem;
}
@media (max-width: 1024px) {
  .single-featured-program-global .top {
    grid-gap: 7rem;
  }
}
@media (max-width: 768px) {
  .single-featured-program-global .top {
    flex-direction: column;
    grid-gap: 2.5rem;
  }
}
@media (max-width: 768px) {
  .single-featured-program-global .top .left {
    width: 100%;
  }
}
.single-featured-program-global .top .left .title {
  text-decoration: none;
  font-weight: 400;
  color: #191919;
  margin: 0;
}
.single-featured-program-global .top .left .course-details {
  margin: 2.5625rem 0 0;
}
.single-featured-program-global .top .left .course-details .headline {
  display: block;
  font-weight: 700;
}
.single-featured-program-global .top .left .course-details .list {
  margin: 0.5625rem 0 0;
  display: flex;
  flex-direction: column;
  grid-gap: 0.5rem;
}
.single-featured-program-global .top .left .course-details .list .single {
  padding: 1rem 1rem;
  background: #ffffff;
  border: 1px solid #EEE;
  border-radius: 0.5rem;
}
.single-featured-program-global .top .left .course-details .list .single p {
  color: #4C4C4C;
  margin: 0;
}
.single-featured-program-global .top .left .course-details .desc {
  margin: 2rem 0 0;
}
.single-featured-program-global .top .left .btn, .single-featured-program-global .top .left .badge {
  color: #191919;
}
.single-featured-program-global .top .left .badge {
  border: none;
  background: rgba(255, 255, 255, 0.9);
}
.single-featured-program-global .top .right {
  width: 27rem;
  flex: none;
}
@media (max-width: 768px) {
  .single-featured-program-global .top .right {
    width: 100%;
  }
}
.single-featured-program-global .top .right .price {
  display: block;
}
.single-featured-program-global .top .right .duration-hours-wrap {
  display: flex;
  align-items: flex-start;
  grid-gap: 0.75rem;
}
.single-featured-program-global .top .right .duration-hours-wrap .duration {
  display: flex;
  align-items: center;
  grid-gap: 0.3125rem;
}
.single-featured-program-global .top .right .duration-hours-wrap .duration img {
  height: 1.25rem;
  width: auto;
  display: block;
}
.single-featured-program-global .top .right .duration-hours-wrap .duration span {
  display: block;
  color: #4C4C4C;
}
.single-featured-program-global .top .right .mental-icon-badge-wrap-fix .mental-icon-badge-wrap {
  border: 1px solid #B3B3B3;
  padding: 1.125rem;
  border-radius: 0.5rem;
  display: inline-flex;
  align-items: center;
  grid-gap: 1.125rem;
  margin: 2rem 0 0;
}
.single-featured-program-global .top .right .mental-icon-badge-wrap-fix .mental-icon-badge-wrap img {
  height: 2.75rem;
  width: auto;
  display: block;
}
.single-featured-program-global .top .right .mental-icon-badge-wrap-fix .mental-icon-badge-wrap p {
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
  max-width: 12.5rem;
  width: 100%;
}
.single-featured-program-global .top .right .mental-icon-badge-wrap-fix .mental-icon-badge-wrap p span {
  color: #01B5CF;
}
.single-featured-program-global .top .right .btn, .single-featured-program-global .top .right .single-program-global .photo-wrap .badge, .single-program-global .photo-wrap .single-featured-program-global .top .right .badge, .single-featured-program-global .top .right .left .badge, .single-featured-program-global .top .left .right .badge {
  margin: 2rem 0 0;
}
.single-featured-program-global .top .right .currently-viewing {
  margin: 2rem 0 0;
}
.single-featured-program-global .top .right .currently-viewing span .number {
  color: #FF4E00;
}
.single-featured-program-global .top .right .technologies {
  margin: 1rem 0 0;
  display: flex;
  grid-gap: 1.25rem;
}
.single-featured-program-global .top .right .technologies .single img {
  height: 2rem;
  width: auto;
  display: block;
}
.single-featured-program-global .top .right .meta {
  display: flex;
  flex-direction: column;
  margin: 4.8125rem 0 0;
}
.single-featured-program-global .top .right .meta .date-wrap .next-course-label {
  display: block;
}
.single-featured-program-global .top .right .meta .date-wrap .date-list {
  display: flex;
  flex-direction: column;
  grid-gap: 0.5rem;
  margin: 0.5rem 0 0;
}
.single-featured-program-global .top .right .meta .date-wrap .date-list .date {
  display: flex;
  align-items: center;
  grid-gap: 1.5rem;
  border: 1px solid #B3B3B3;
  padding: 1rem;
  border-radius: 0.5rem;
  max-width: 15rem;
  width: 100%;
}
.single-featured-program-global .top .right .meta .date-wrap .date-list .date img {
  height: 1.25rem;
  width: auto;
  display: block;
}
.single-featured-program-global .top .right .meta .date-wrap .date-list .date span {
  display: block;
  color: #4C4C4C;
  font-weight: 700;
}
.single-featured-program-global .bottom {
  margin: 2.75rem 0 0;
}
.single-featured-program-global .bottom .photo {
  border-radius: 1.25rem;
  display: block;
  text-decoration: none;
}
.single-featured-program-global .bottom .photo:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 31.99%;
}
@media (max-width: 768px) {
  .single-featured-program-global .bottom .photo:after {
    padding-top: 50%;
  }
}
.single-featured-program-global .bottom .gallery {
  display: grid;
  grid-gap: 2.3125rem;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 5.625rem 0 0;
}
@media (max-width: 768px) {
  .single-featured-program-global .bottom .gallery {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media (max-width: 480px) {
  .single-featured-program-global .bottom .gallery {
    margin: 3.5rem 0 0;
  }
}
.single-featured-program-global .bottom .gallery .gallery-photo {
  border-radius: 1.25rem;
}
.single-featured-program-global .bottom .gallery .gallery-photo.popup-youtube {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.single-featured-program-global .bottom .gallery .gallery-photo.popup-youtube img {
  width: 8.75rem;
  height: auto;
  display: block;
  position: absolute;
  cursor: pointer;
}
.single-featured-program-global .bottom .gallery .gallery-photo:nth-child(1) {
  grid-row: span 2;
  grid-column: span 3;
}
@media (max-width: 768px) {
  .single-featured-program-global .bottom .gallery .gallery-photo:nth-child(1) {
    grid-row: span 1;
    grid-column: span 1;
  }
}
.single-featured-program-global .bottom .gallery .gallery-photo:nth-child(2) {
  grid-column: span 2;
}
@media (max-width: 768px) {
  .single-featured-program-global .bottom .gallery .gallery-photo:nth-child(2) {
    grid-column: span 1;
  }
}
.single-featured-program-global .bottom .gallery .gallery-photo:nth-child(3) {
  grid-column: span 2;
}
@media (max-width: 768px) {
  .single-featured-program-global .bottom .gallery .gallery-photo:nth-child(3) {
    grid-column: span 1;
  }
}
.single-featured-program-global .bottom .gallery .gallery-photo:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 57.48%;
}

.popup {
  max-width: 45rem;
  width: 100%;
  margin: 1.25rem auto;
  border-radius: 1.25rem;
  background: #eeeeee;
  padding: 5rem 2rem 3rem;
}
.popup .mfp-close {
  font-size: 0px;
  width: 2.875rem;
  height: 2.875rem;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  background-image: url("../images/icon-close-menu.svg");
  display: block;
  text-decoration: none;
  opacity: 1;
  top: 1rem;
  right: 1rem;
}
@media (max-width: 1280px) {
  .popup .mfp-close {
    width: 38px;
    height: 38px;
  }
}
.popup.newsletter-popup .wrap .block-title, .popup.quiz-popup .wrap .block-title, .popup.register-popup .wrap .block-title {
  margin: 0;
}
.popup.newsletter-popup .wrap .form-global, .popup.quiz-popup .wrap .form-global, .popup.register-popup .wrap .form-global {
  margin: 1.5rem 0 0;
}
.popup.newsletter-popup .wrap .form-global .btn-wrap .btn, .popup.newsletter-popup .wrap .form-global .btn-wrap .single-program-global .photo-wrap .badge, .single-program-global .photo-wrap .popup.newsletter-popup .wrap .form-global .btn-wrap .badge, .popup.newsletter-popup .wrap .form-global .btn-wrap .single-featured-program-global .top .left .badge, .single-featured-program-global .top .left .popup.newsletter-popup .wrap .form-global .btn-wrap .badge, .popup.quiz-popup .wrap .form-global .btn-wrap .btn, .popup.quiz-popup .wrap .form-global .btn-wrap .single-program-global .photo-wrap .badge, .single-program-global .photo-wrap .popup.quiz-popup .wrap .form-global .btn-wrap .badge, .popup.quiz-popup .wrap .form-global .btn-wrap .single-featured-program-global .top .left .badge, .single-featured-program-global .top .left .popup.quiz-popup .wrap .form-global .btn-wrap .badge, .popup.register-popup .wrap .form-global .btn-wrap .btn, .popup.register-popup .wrap .form-global .btn-wrap .single-program-global .photo-wrap .badge, .single-program-global .photo-wrap .popup.register-popup .wrap .form-global .btn-wrap .badge, .popup.register-popup .wrap .form-global .btn-wrap .single-featured-program-global .top .left .badge, .single-featured-program-global .top .left .popup.register-popup .wrap .form-global .btn-wrap .badge {
  width: 100%;
  text-align: left;
}
.popup.position-popup {
  max-width: 60rem;
}
.popup.position-popup .wrap .block-title {
  margin: 0;
}
.popup.position-popup .wrap .position-desc {
  margin: 1.5rem 0 0;
}
.popup.position-popup .wrap .contact-info {
  margin: 3rem 0 0;
}
.popup.position-popup .wrap .contact-info h3 {
  font-weight: 500;
}
.popup.position-popup .wrap .contact-info .contact-desc a {
  color: #191919;
}

.form-global.position-application-form {
  margin: 2rem 0 0;
}
.form-global.position-application-form form .file-upload-wrap {
  border-radius: 3.125rem;
  padding: 0.4375rem 1.0625rem;
  line-height: 1.15;
  width: 100%;
  border: 1px solid #B3B3B3;
  display: flex;
  align-items: center;
  background: #ffffff;
  grid-gap: 1rem;
}
.form-global.position-application-form form .file-upload-wrap label {
  white-space: nowrap;
  display: block;
  color: #7f7676;
  font-weight: 400;
}
.form-global.position-application-form form .file-upload-wrap .wpcf7-form-control-wrap input {
  border-radius: 0;
  padding: 0;
  line-height: 1;
  width: auto;
  border: none;
}
.form-global form {
  display: flex;
  flex-direction: column;
  grid-gap: 1.25rem;
}
.form-global form.invalid .wpcf7-response-output, .form-global form.unaccepted .wpcf7-response-output, .form-global form.spam .wpcf7-response-output, .form-global form.aborted .wpcf7-response-output {
  background: #FFC145;
}
.form-global form.sent .wpcf7-response-output {
  background: #5FAD56;
}
.form-global form .two-inputs-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 1.5rem;
}
@media (max-width: 480px) {
  .form-global form .two-inputs-row {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-gap: 1.25rem;
  }
}
.form-global form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.form-global form .wpcf7-form-control-wrap input,
.form-global form .wpcf7-form-control-wrap select,
.form-global form .wpcf7-form-control-wrap textarea {
  border-radius: 3.125rem;
  padding: 0.4375rem 1.0625rem;
  line-height: 1.15;
  width: 100%;
  display: block;
  border: 1px solid #B3B3B3;
}
.form-global form .wpcf7-form-control-wrap textarea {
  resize: none;
  height: 8rem;
  border-radius: 2rem;
}
.form-global form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  margin: 0.4375rem 0 0 1.0625rem;
}
.form-global form .checkbox-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.form-global form .checkbox-wrap.marketing {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  grid-gap: 0.5rem;
}
.form-global form .checkbox-wrap.marketing .wpcf7-form-control-wrap {
  width: auto;
}
.form-global form .checkbox-wrap.marketing .wpcf7-form-control-wrap .wpcf7-list-item-label {
  display: none !important;
}
.form-global form .checkbox-wrap.marketing span a {
  color: #191919;
}
.form-global form .checkbox-wrap .wpcf7-form-control-wrap .wpcf7-checkbox,
.form-global form .checkbox-wrap .wpcf7-form-control-wrap .wpcf7-acceptance {
  display: flex;
  flex-direction: column;
  grid-gap: 0.5rem;
}
.form-global form .checkbox-wrap .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item,
.form-global form .checkbox-wrap .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
.form-global form .checkbox-wrap .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label,
.form-global form .checkbox-wrap .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item label {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  grid-gap: 0.5rem;
}
.form-global form .checkbox-wrap .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label input,
.form-global form .checkbox-wrap .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item label input {
  width: auto;
  margin-top: 0.3rem;
}
.form-global form .checkbox-wrap .btn-wrap {
  position: relative;
}
.form-global form .checkbox-wrap .btn-wrap.white-arrow:before {
  filter: invert(1);
}
.form-global form .checkbox-wrap .btn-wrap:before {
  content: "";
  width: 2rem;
  height: 1.411rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url("../images/icon-arrow-black-right.svg");
  position: absolute;
  pointer-events: none;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 1rem;
}
.form-global form .checkbox-wrap .btn-wrap input {
  padding-left: 3.8125rem;
}
.form-global form .btn-wrap {
  position: relative;
}
.form-global form .btn-wrap.white-arrow:before {
  filter: invert(1);
}
.form-global form .btn-wrap:before {
  content: "";
  width: 2rem;
  height: 1.411rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url("../images/icon-arrow-black-right.svg");
  position: absolute;
  pointer-events: none;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 1rem;
}
.form-global form .btn-wrap input {
  padding-left: 3.8125rem;
}
.form-global form .disclaimer {
  margin: 0;
}
.form-global form .disclaimer a {
  color: #191919;
}
.form-global form .wpcf7-spinner {
  display: none !important;
}
.form-global form .wpcf7-response-output {
  margin: 0;
  text-align: center;
  font-weight: 400;
  padding: 0.5rem 0.5rem;
  border-radius: 1.25rem;
  color: #ffffff;
  border: none;
}

.form-global-2 form {
  display: flex;
  flex-direction: column;
  grid-gap: 2rem;
}
.form-global-2 form.invalid .wpcf7-response-output, .form-global-2 form.unaccepted .wpcf7-response-output, .form-global-2 form.spam .wpcf7-response-output, .form-global-2 form.aborted .wpcf7-response-output {
  background: #FFC145;
}
.form-global-2 form.sent .wpcf7-response-output {
  background: #5FAD56;
}
.form-global-2 form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.form-global-2 form .wpcf7-form-control-wrap input,
.form-global-2 form .wpcf7-form-control-wrap select,
.form-global-2 form .wpcf7-form-control-wrap textarea {
  line-height: 1.15;
  background: transparent;
  padding: 0 0 0.5rem 0;
  border: none;
  display: block;
  width: 100%;
  border-bottom: 1px solid #191919;
}
.form-global-2 form .wpcf7-form-control-wrap input.placeholder,
.form-global-2 form .wpcf7-form-control-wrap select.placeholder,
.form-global-2 form .wpcf7-form-control-wrap textarea.placeholder {
  color: #B3B3B3;
}
.form-global-2 form .wpcf7-form-control-wrap input:-moz-placeholder,
.form-global-2 form .wpcf7-form-control-wrap select:-moz-placeholder,
.form-global-2 form .wpcf7-form-control-wrap textarea:-moz-placeholder {
  color: #B3B3B3;
}
.form-global-2 form .wpcf7-form-control-wrap input::-moz-placeholder,
.form-global-2 form .wpcf7-form-control-wrap select::-moz-placeholder,
.form-global-2 form .wpcf7-form-control-wrap textarea::-moz-placeholder {
  color: #B3B3B3;
}
.form-global-2 form .wpcf7-form-control-wrap input:-ms-input-placeholder,
.form-global-2 form .wpcf7-form-control-wrap select:-ms-input-placeholder,
.form-global-2 form .wpcf7-form-control-wrap textarea:-ms-input-placeholder {
  color: #B3B3B3;
}
.form-global-2 form .wpcf7-form-control-wrap input::-webkit-input-placeholder,
.form-global-2 form .wpcf7-form-control-wrap select::-webkit-input-placeholder,
.form-global-2 form .wpcf7-form-control-wrap textarea::-webkit-input-placeholder {
  color: #B3B3B3;
}
.form-global-2 form .wpcf7-form-control-wrap textarea {
  resize: none;
  height: 8rem;
}
.form-global-2 form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  margin: 0.4375rem 0 0;
}
.form-global-2 form .checkbox-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.form-global-2 form .checkbox-wrap.marketing {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  grid-gap: 0.5rem;
}
.form-global-2 form .checkbox-wrap.marketing .wpcf7-form-control-wrap {
  width: auto;
}
.form-global-2 form .checkbox-wrap.marketing .wpcf7-form-control-wrap .wpcf7-list-item-label {
  display: none !important;
}
.form-global-2 form .checkbox-wrap.marketing span a {
  color: #191919;
}
.form-global-2 form .checkbox-wrap .wpcf7-form-control-wrap .wpcf7-checkbox,
.form-global-2 form .checkbox-wrap .wpcf7-form-control-wrap .wpcf7-acceptance {
  display: flex;
  flex-direction: column;
  grid-gap: 0.5rem;
}
.form-global-2 form .checkbox-wrap .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item,
.form-global-2 form .checkbox-wrap .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
.form-global-2 form .checkbox-wrap .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label,
.form-global-2 form .checkbox-wrap .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item label {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  grid-gap: 0.5rem;
}
.form-global-2 form .checkbox-wrap .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label input,
.form-global-2 form .checkbox-wrap .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item label input {
  width: auto;
  margin-top: 0.3rem;
  flex: none;
}
.form-global-2 form .btn-wrap {
  position: relative;
}
.form-global-2 form .btn-wrap.white-arrow:before {
  filter: invert(1);
}
.form-global-2 form .btn-wrap:before {
  content: "";
  width: 2rem;
  height: 1.411rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url("../images/icon-arrow-black-right.svg");
  position: absolute;
  pointer-events: none;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 1rem;
}
.form-global-2 form .btn-wrap input {
  padding-left: 3.8125rem;
}
.form-global-2 form .disclaimer {
  margin: 0;
}
.form-global-2 form .disclaimer a {
  color: #191919;
}
.form-global-2 form .wpcf7-spinner {
  display: none !important;
}
.form-global-2 form .wpcf7-response-output {
  margin: 0;
  text-align: center;
  font-weight: 400;
  padding: 0.5rem 0.5rem;
  border-radius: 1.25rem;
  color: #ffffff;
  border: none;
}

.newsletter-form-global {
  margin: 2.3125rem 0 0;
}
.newsletter-form-global form.invalid .wpcf7-response-output, .newsletter-form-global form.unaccepted .wpcf7-response-output, .newsletter-form-global form.spam .wpcf7-response-output, .newsletter-form-global form.aborted .wpcf7-response-output {
  background: #FFC145;
}
.newsletter-form-global form.sent .wpcf7-response-output {
  background: #5FAD56;
}
.newsletter-form-global form .top-wrap {
  display: flex;
  align-items: flex-start;
  grid-gap: 0.75rem;
}
@media (max-width: 480px) {
  .newsletter-form-global form .top-wrap {
    flex-direction: column;
  }
}
.newsletter-form-global form .top-wrap .wpcf7-form-control-wrap input {
  border-radius: 3.125rem;
  padding: 0.4375rem 1.0625rem;
  line-height: 1.15;
  width: 24rem;
  border: 1px solid #B3B3B3;
}
@media (max-width: 480px) {
  .newsletter-form-global form .top-wrap .wpcf7-form-control-wrap input {
    width: 100%;
  }
}
.newsletter-form-global form .top-wrap .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  margin: 0.4375rem 0 0;
}
.newsletter-form-global form .top-wrap .btn-wrap {
  position: relative;
}
.newsletter-form-global form .top-wrap .btn-wrap.white-arrow:before {
  filter: invert(1);
}
.newsletter-form-global form .top-wrap .btn-wrap:before {
  content: "";
  width: 2rem;
  height: 1.411rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url("../images/icon-arrow-black-right.svg");
  position: absolute;
  pointer-events: none;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 1rem;
  filter: invert(1);
}
.newsletter-form-global form .top-wrap .btn-wrap input {
  padding-left: 3.8125rem;
}
.newsletter-form-global form .checkbox-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0.875rem 0 0;
}
.newsletter-form-global form .checkbox-wrap.marketing {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  grid-gap: 0.5rem;
}
.newsletter-form-global form .checkbox-wrap.marketing .wpcf7-form-control-wrap {
  width: auto;
}
.newsletter-form-global form .checkbox-wrap.marketing .wpcf7-form-control-wrap .wpcf7-list-item-label {
  display: none !important;
}
.newsletter-form-global form .checkbox-wrap.marketing span a {
  color: #191919;
}
.newsletter-form-global form .checkbox-wrap .wpcf7-form-control-wrap .wpcf7-checkbox,
.newsletter-form-global form .checkbox-wrap .wpcf7-form-control-wrap .wpcf7-acceptance {
  display: flex;
  flex-direction: column;
  grid-gap: 0.5rem;
}
.newsletter-form-global form .checkbox-wrap .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item,
.newsletter-form-global form .checkbox-wrap .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
.newsletter-form-global form .checkbox-wrap .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label,
.newsletter-form-global form .checkbox-wrap .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item label {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  grid-gap: 0.5rem;
}
.newsletter-form-global form .checkbox-wrap .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label input,
.newsletter-form-global form .checkbox-wrap .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item label input {
  width: auto;
  margin-top: 0.3rem;
  flex: none;
}
.newsletter-form-global form .wpcf7-spinner {
  display: none !important;
}
.newsletter-form-global form .wpcf7-response-output {
  margin: 0.875rem 0 0;
  text-align: center;
  font-weight: 400;
  padding: 0.5rem 0.5rem;
  border-radius: 1.25rem;
  color: #ffffff;
  border: none;
}

.single-person-global .photo {
  border-radius: 1.25rem;
}
.single-person-global .photo:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 71.28%;
}
.single-person-global .bottom {
  margin: 2.5625rem 0 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 480px) {
  .single-person-global .bottom {
    margin: 1.5rem 0 0;
  }
}
.single-person-global .bottom .left .name {
  display: block;
}
.single-person-global .bottom .left .job {
  display: block;
  color: #B3B3B3;
  margin: 0.25rem 0 0;
}
.single-person-global .bottom .right {
  display: flex;
  grid-gap: 0.625rem;
}
.single-person-global .bottom .right .linkedin {
  text-decoration: none;
  display: block;
}
.single-person-global .bottom .right .linkedin:hover img {
  filter: invert(35%) sepia(42%) saturate(3580%) hue-rotate(0deg) brightness(101%) contrast(107%);
}
.single-person-global .bottom .right .linkedin img {
  height: 2.75rem;
  width: auto;
  display: block;
  -webkit-transition: filter 0.2s ease-in-out;
  -moz-transition: filter 0.2s ease-in-out;
  -ms-transition: filter 0.2s ease-in-out;
  -o-transition: filter 0.2s ease-in-out;
  transition: filter 0.2s ease-in-out;
}
.single-person-global .bottom .right .star {
  height: 2.75rem;
  width: auto;
  display: block;
  animation: spin 10s linear infinite;
}

#back-to-top {
  background: #FF4E00;
  width: 3rem;
  height: 3rem;
  border-radius: 100%;
  position: fixed;
  bottom: 6.4rem;
  right: 2rem;
  opacity: 0;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 1680px) {
  #back-to-top {
    bottom: 6.6rem;
  }
}
@media (max-width: 1440px) {
  #back-to-top {
    bottom: 7.7rem;
  }
}
@media (max-width: 1280px) {
  #back-to-top {
    bottom: 8rem;
    width: 48px;
    height: 48px;
  }
}
@media (max-width: 768px) {
  #back-to-top {
    bottom: 6.7rem;
    right: 1rem;
  }
}
#back-to-top:hover {
  background: #191919;
}
#back-to-top:hover img {
  filter: invert(1);
}
#back-to-top.active {
  opacity: 1;
  pointer-events: auto;
}
#back-to-top img {
  transform: rotate(-90deg);
  height: auto;
  display: block;
  width: 55%;
  -webkit-transition: filter 0.2s ease-in-out;
  -moz-transition: filter 0.2s ease-in-out;
  -ms-transition: filter 0.2s ease-in-out;
  -o-transition: filter 0.2s ease-in-out;
  transition: filter 0.2s ease-in-out;
}

.gdpr_lightbox .gdpr_lightbox-container .gdpr_lightbox-content #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-company-logo-holder {
  display: none !important;
}
.gdpr_lightbox .gdpr_lightbox-container .gdpr_lightbox-content #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt {
  display: none !important;
}

.meeting-section-global .wrapper .wrap {
  border-radius: 1.25rem;
  border: 1px solid #FF4E00;
  display: flex;
}
@media (max-width: 768px) {
  .meeting-section-global .wrapper .wrap {
    flex-direction: column;
  }
}
@media (max-width: 480px) {
  .meeting-section-global .wrapper .wrap {
    overflow: hidden;
  }
}
.meeting-section-global .wrapper .wrap .left {
  padding: 2.875rem 4rem;
  border-right: 1px solid #FF4E00;
}
@media (max-width: 768px) {
  .meeting-section-global .wrapper .wrap .left {
    border-right: none;
    border-bottom: 1px solid #FF4E00;
  }
}
.meeting-section-global .wrapper .wrap .left .duration {
  display: flex;
  align-items: center;
  grid-gap: 0.3125rem;
  margin: 1rem 0 0;
}
.meeting-section-global .wrapper .wrap .left .duration img {
  height: 1.25rem;
  width: auto;
  display: block;
}
.meeting-section-global .wrapper .wrap .left .duration span {
  display: block;
  color: #4C4C4C;
}
.meeting-section-global .wrapper .wrap .left .desc {
  margin: 2.4375rem 0 0;
}
.meeting-section-global .wrapper .wrap .left .desc-2 {
  display: flex;
  grid-gap: 1.375rem;
  margin: 1.375rem 0 0;
  align-items: flex-start;
}
@media (max-width: 480px) {
  .meeting-section-global .wrapper .wrap .left .desc-2 {
    flex-direction: column;
    margin: 2.2rem 0 0;
  }
}
.meeting-section-global .wrapper .wrap .left .desc-2 .icon {
  height: 2.75rem;
  display: block;
  width: auto;
  flex: none;
}
.meeting-section-global .wrapper .wrap .left .author-global {
  margin: 3.125rem 0 0;
}
.meeting-section-global .wrapper .wrap .calendar {
  padding: 2.875rem 4rem;
  width: 25.5rem;
  width: calc(320px + 8rem);
  height: 100%;
  flex: none;
}
.meeting-section-global .wrapper .wrap .calendar .calendly-inline-widget {
  height: 600px !important;
}
@media (max-width: 768px) {
  .meeting-section-global .wrapper .wrap .calendar {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .meeting-section-global .wrapper .wrap .calendar {
    padding: 0;
    height: 600px;
    overflow: hidden;
  }
}

.intercom-lightweight-app-launcher {
  right: 2rem !important;
  bottom: 2rem !important;
}
@media (max-width: 768px) {
  .intercom-lightweight-app-launcher {
    right: 1rem !important;
    bottom: 1rem !important;
  }
}

#moove_gdpr_save_popup_settings_button {
  left: 2rem !important;
  bottom: 2rem !important;
}
@media (max-width: 768px) {
  #moove_gdpr_save_popup_settings_button {
    left: 1rem !important;
    bottom: 1rem !important;
  }
}

@media (max-width: 768px) {
  .experience-new-section-global {
    display: none;
  }
}
.experience-new-section-global .wrapper.second {
  width: 100%;
}
.experience-new-section-global .wrapper h2 {
  max-width: 47rem;
  width: 100%;
}
.experience-new-section-global .wrapper .desc {
  max-width: 47rem;
  width: 100%;
}
.experience-new-section-global .wrapper .before-after-wrap {
  margin: 9.5rem 0 0;
}
.experience-new-section-global .wrapper .before-after-wrap .ba-slider .after-wrap:after {
  position: absolute;
  top: 20px;
  right: 20px;
  display: block;
  z-index: 0;
  background: rgba(255, 255, 255, 0.75);
  padding: 8px;
  font-size: 16px;
  font-size: 1rem;
  color: #191919;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  line-height: 1;
}
@media (max-width: 480px) {
  .experience-new-section-global .wrapper .before-after-wrap .ba-slider .after-wrap:after {
    top: 10px;
    right: 10px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.experience-new-section-global .wrapper .before-after-wrap .ba-slider .resize:after {
  position: absolute;
  top: 20px;
  left: 20px;
  display: block;
  z-index: 1;
  background: rgba(255, 255, 255, 0.75);
  padding: 8px;
  font-size: 16px;
  font-size: 1rem;
  color: #191919;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  line-height: 1;
}
@media (max-width: 480px) {
  .experience-new-section-global .wrapper .before-after-wrap .ba-slider .resize:after {
    top: 10px;
    left: 10px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.experience-new-section-global .wrapper .before-after-wrap .ba-slider .handle {
  background: rgba(255, 255, 255, 0.5);
  background: #01B5CF;
}
.experience-new-section-global .wrapper .before-after-wrap .ba-slider .handle:after {
  background-color: transparent;
  border: none;
  box-shadow: none;
  content: "";
  background-image: url("../images/icon-before-after.svg");
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
}

section.fresh-insights-video-section-global {
  background-position: top center;
  padding: 4rem 0 2rem;
}
@media (max-width: 768px) {
  section.fresh-insights-video-section-global {
    padding: 17rem 0 2rem;
  }
}
section.fresh-insights-video-section-global .wrapper .desc {
  margin: 1.625rem 0 0;
  max-width: 37rem;
  width: 100%;
}
section.fresh-insights-video-section-global .wrapper .video-wrap {
  margin: 2.125rem 0 0;
  grid-gap: 1.8125rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media (max-width: 768px) {
  section.fresh-insights-video-section-global .wrapper .video-wrap {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
section.fresh-insights-video-section-global .wrapper .video-wrap .single-video {
  border-radius: 1.25rem;
  overflow: hidden;
}
section.fresh-insights-video-section-global .wrapper .video-wrap .single-video video {
  width: 100%;
  height: auto;
  display: block;
}
section.fresh-insights-video-section-global .wrapper .social-bar {
  margin: 2.25rem 0 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  grid-gap: 2rem;
}
section.fresh-insights-video-section-global .wrapper .social-bar span {
  display: block;
  font-weight: 700;
}
section.fresh-insights-video-section-global .wrapper .social-bar .social {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  grid-gap: 2rem;
}
section.fresh-insights-video-section-global .wrapper .social-bar .social a {
  display: block;
  text-decoration: none;
}
section.fresh-insights-video-section-global .wrapper .social-bar .social a img {
  height: 1.875rem;
  width: auto;
  display: block;
}

header {
  padding: 1.875rem 0 1.875rem;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background: transparent;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
header.scrolled {
  background: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0.5rem 1rem;
}
@media (max-width: 1280px) {
  header.frontpage .wrapper {
    width: calc(100% - 54px);
  }
}
@media (max-width: 1280px) {
  header.inner-page .wrapper {
    width: calc(100% - 54px);
  }
}
header.inner-page .wrapper .nav ul li a {
  color: #191919;
}
header .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .wrapper .logo {
  text-decoration: none;
  display: block;
}
header .wrapper .logo img {
  height: 2.25rem;
  height: 3.5rem;
  width: auto;
  display: block;
}
header .wrapper .nav {
  margin: 0 0 0 2rem;
}
@media (max-width: 1024px) {
  header .wrapper .nav {
    display: none;
  }
}
header .wrapper .nav ul {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
  align-items: center;
  grid-gap: 2.625rem;
}
header .wrapper .nav ul li.current-menu-item a {
  color: #FF4E00;
}
header .wrapper .nav ul li a {
  color: #191919;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
header .wrapper .nav ul li a:hover {
  color: #FF4E00;
}
@media (max-width: 1024px) {
  header .wrapper .cta {
    display: none;
  }
}
header .wrapper .responsive-btn {
  display: none;
  text-decoration: none;
}
@media (max-width: 1024px) {
  header .wrapper .responsive-btn {
    display: block;
  }
}
header .wrapper .responsive-btn img {
  height: 38px;
  width: auto;
  display: block;
}

.responsive-menu {
  display: none;
}
@media (max-width: 1024px) {
  .responsive-menu {
    display: flex;
    overflow: hidden;
    width: 0;
    right: -100vw;
    position: fixed;
    top: 0;
    background: #FF4E00;
    height: 100vh;
    z-index: 9999999;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
}
.responsive-menu .wrap {
  height: 100%;
  width: 100%;
  overflow-y: scroll;
  padding: 1.875rem 27px;
}
.responsive-menu .wrap .wrap-flex {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.responsive-menu .wrap .wrap-flex .top-part .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.responsive-menu .wrap .wrap-flex .top-part .top img {
  height: 44px;
  width: auto;
  display: block;
  filter: brightness(0) invert(1);
}
.responsive-menu .wrap .wrap-flex .top-part .top a {
  width: 38px;
  height: 38px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  background-image: url("../images/icon-close-menu.svg");
  display: block;
  text-decoration: none;
}
.responsive-menu .wrap .wrap-flex .top-part .nav {
  margin: 20px 0 0;
}
.responsive-menu .wrap .wrap-flex .top-part .nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  grid-gap: 12px;
}
.responsive-menu .wrap .wrap-flex .top-part .nav ul li a {
  text-decoration: none;
  display: inline-block;
  font-size: 28px;
  color: #191919;
}
.responsive-menu .wrap .wrap-flex .bottom-part {
  margin: 80px 0 0;
}
.responsive-menu.active {
  right: 0;
  width: 60vw;
}
@media (max-width: 480px) {
  .responsive-menu.active {
    width: 100vw;
  }
}

footer {
  margin: 16rem 0 0;
}
@media (max-width: 768px) {
  footer {
    margin: 12.5rem 0 0;
  }
}
footer .top .wrapper {
  display: flex;
  justify-content: space-between;
  grid-gap: 9rem;
}
@media (max-width: 1024px) {
  footer .top .wrapper {
    grid-gap: 32px;
  }
}
@media (max-width: 768px) {
  footer .top .wrapper {
    flex-direction: row;
    flex-wrap: wrap;
    grid-gap: 48px;
    grid-row-gap: 32px;
  }
}
footer .top .wrapper .column.column-1 {
  width: 100%;
  max-width: 42.813rem;
}
@media (max-width: 1280px) {
  footer .top .wrapper .column.column-1 {
    width: 100%;
    max-width: 435px;
  }
}
@media (max-width: 768px) {
  footer .top .wrapper .column.column-1 {
    width: calc(50% - 24px);
    max-width: inherit;
  }
}
@media (max-width: 480px) {
  footer .top .wrapper .column.column-1 {
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 768px) {
  footer .top .wrapper .column.column-1 .newsletter .newsletter-form-global .top-wrap {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  footer .top .wrapper .column.column-1 .newsletter .newsletter-form-global .top-wrap * {
    width: 100%;
  }
}
@media (max-width: 1280px) {
  footer .top .wrapper .column.column-2 {
    width: 100%;
    max-width: 262px;
  }
}
@media (max-width: 768px) {
  footer .top .wrapper .column.column-2 {
    width: calc(50% - 24px);
    max-width: inherit;
  }
}
@media (max-width: 480px) {
  footer .top .wrapper .column.column-2 {
    max-width: 100%;
    width: 100%;
  }
}
footer .top .wrapper .column.column-2 .nav-wrap {
  display: grid;
  grid-gap: 4rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (max-width: 1024px) {
  footer .top .wrapper .column.column-2 .nav-wrap {
    grid-gap: 32px;
  }
}
@media (max-width: 480px) {
  footer .top .wrapper .column.column-2 .nav-wrap {
    grid-gap: 44px;
  }
}
footer .top .wrapper .column.column-2 .nav-wrap .nav {
  display: flex;
  flex-direction: column;
  grid-gap: 0.875rem;
}
footer .top .wrapper .column.column-2 .nav-wrap .nav p {
  margin: 0;
}
footer .top .wrapper .column.column-2 .nav-wrap .nav p a {
  text-decoration: none;
  color: #191919;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
footer .top .wrapper .column.column-2 .nav-wrap .nav p a:hover {
  color: #FF4E00;
}
footer .top .wrapper .column.column-3 {
  width: 100%;
  max-width: 15.75rem;
}
@media (max-width: 1280px) {
  footer .top .wrapper .column.column-3 {
    width: 100%;
    max-width: 160px;
  }
}
@media (max-width: 768px) {
  footer .top .wrapper .column.column-3 {
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  footer .top .wrapper .column.column-3 {
    max-width: 100%;
  }
}
footer .top .wrapper .column.column-3 .insta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 0.75rem;
}
@media (max-width: 768px) {
  footer .top .wrapper .column.column-3 .insta {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
footer .top .wrapper .column.column-3 .insta a {
  display: block;
  text-decoration: none;
  border-radius: 1.25rem;
}
footer .top .wrapper .column.column-3 .insta a:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
footer .top .wrapper .column.column-3 .insta-feed .instagram-gallery-feed .instagram-gallery-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 0.75rem;
}
@media (max-width: 768px) {
  footer .top .wrapper .column.column-3 .insta-feed .instagram-gallery-feed .instagram-gallery-list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
footer .top .wrapper .column.column-3 .insta-feed .instagram-gallery-feed .instagram-gallery-list .instagram-gallery-item {
  border-radius: 1.25rem;
  padding: 0;
  width: 100%;
}
footer .top .wrapper .column h3 {
  font-weight: 500;
  line-height: 1.15;
  margin: 0 0 1.25rem;
}
footer .pre-middle {
  display: none;
}
@media (max-width: 480px) {
  footer .pre-middle {
    display: block;
    margin: 28px 0 0;
  }
}
footer .pre-middle .wrapper .social {
  display: flex;
  align-items: center;
  grid-gap: 22px;
  justify-content: center;
}
footer .pre-middle .wrapper .social a {
  display: block;
  text-decoration: none;
}
footer .pre-middle .wrapper .social a.tiktok {
  padding: 10px;
}
footer .pre-middle .wrapper .social a.tiktok img {
  height: 30px;
  width: auto;
  display: block;
}
footer .pre-middle .wrapper .social a:hover svg * {
  fill: #FF4E00;
}
footer .pre-middle .wrapper .social a img {
  height: 50px;
  width: auto;
  display: block;
}
footer .pre-middle .wrapper .social a svg {
  height: 50px;
  width: auto;
  display: block;
}
footer .pre-middle .wrapper .social a svg * {
  fill: #191919;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
footer .contacts {
  margin: 2rem 0 1rem;
}
@media (max-width: 480px) {
  footer .contacts {
    margin: 8px 0 5rem;
  }
}
footer .contacts .wrapper h3 {
  font-weight: 500;
  line-height: 1.15;
  margin: 0 0 1.25rem;
}
footer .contacts .wrapper .wrap {
  max-width: 75%;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 3rem;
  grid-row-gap: 2rem;
}
@media (max-width: 1024px) {
  footer .contacts .wrapper .wrap {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  footer .contacts .wrapper .wrap {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 480px) {
  footer .contacts .wrapper .wrap {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
footer .middle {
  margin: 6.6875rem 0 0;
}
footer .middle .wrapper img {
  width: 100%;
  height: auto;
  display: block;
}
footer .bottom {
  padding: 0 0 10.4375rem;
}
@media (max-width: 1680px) {
  footer .bottom {
    padding: 0 0 11.4375rem;
  }
}
@media (max-width: 1440px) {
  footer .bottom {
    padding: 0 0 12.4375rem;
  }
}
@media (max-width: 1280px) {
  footer .bottom {
    padding: 0 0 14rem;
  }
}
@media (max-width: 480px) {
  footer .bottom {
    padding: 16px 0 90px;
  }
}
footer .bottom .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .bottom .wrapper .copy {
  display: block;
}
footer .bottom .wrapper .copy span {
  color: #FF4E00;
}
footer .bottom .wrapper .social {
  display: flex;
  align-items: center;
  grid-gap: 0.625rem;
}
@media (max-width: 480px) {
  footer .bottom .wrapper .social {
    display: none;
  }
}
footer .bottom .wrapper .social a {
  display: block;
  text-decoration: none;
}
footer .bottom .wrapper .social a.tiktok {
  padding: 0.45rem;
}
footer .bottom .wrapper .social a.tiktok svg {
  height: 1.5rem;
  width: auto;
  display: block;
}
footer .bottom .wrapper .social a.tiktok svg * {
  fill: #191919;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
footer .bottom .wrapper .social a:hover svg * {
  fill: #FF4E00;
}
footer .bottom .wrapper .social a img {
  height: 2.4rem;
  width: auto;
  display: block;
}
footer .bottom .wrapper .social a svg {
  height: 2.4rem;
  width: auto;
  display: block;
}
footer .bottom .wrapper .social a svg * {
  fill: #191919;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.fnt-12, main.single-program-new .pricing-section .wrapper .pricing-plans .single .tag span, .popup-new.register-popup-new .wrap .right .form-global-new form .checkbox-wrap .wpcf7-not-valid-tip, .popup-new.register-popup-new .wrap .right .form-global-new form label .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  font-size: 12px;
}

.fnt-14, main.single-program-new .pricing-section .wrapper .pricing-plans .single .top-part ul li span, main.single-program-new .pricing-section .wrapper .pricing-plans .single .top-part p, main.single-program-new .mental-wellness-section .wrapper .features .wrap .single p, main.single-program-new .mental-wellness-section .wrapper .formula .wrap .single p, main.single-program-new .mental-wellness-section .wrapper .formula .wrap .single .part span, main.single-program-new .instructors-section .wrapper .instructors .single .info .job, main.single-program-new .instructors-section .wrapper .instructors .single .info .name-linkedin a span, main.single-program-new .instructors-section .wrapper .instructors .single .rating span, main.single-program-new .bonuses-section .wrapper .wrap .single p, main.single-program-new .results-section .bottom-part .wrapper .seats-left, main.single-program-new .results-section .top-part .wrapper .results .single p, main.single-program-new .what-you-learn-section .wrapper .curriculum .single .meta .mental-wellness span, main.single-program-new .what-you-learn-section .wrapper .curriculum .single .meta .lessons span, main.single-program-new .why-choose-section .wrapper .enroll-info span, .popup-new.register-popup-new .wrap .right .what-happens .steps .single .step, .popup-new.register-popup-new .wrap .right .what-happens .steps .single .number, .popup-new.register-popup-new .wrap .right .form-global-new form .wpcf7-response-output, .popup-new.register-popup-new .wrap .right .form-global-new form label, .popup-new.register-popup-new .wrap .left .quote .author .author-info .job, .popup-new.register-popup-new .wrap .left .top .alumni span, .popup-new.register-popup-new .wrap .left .top .rating span {
  font-size: 14px;
}

.fnt-16, main.single-program-new .what-you-learn-section .wrapper .curriculum .single .desc p, main.single-program-new *, .popup-new.register-popup-new .wrap .right .what-happens .title, .popup-new.register-popup-new .wrap .left .bottom .single span, .popup-new.register-popup-new .wrap .left .quote p {
  font-size: 16px;
}

.fnt-18, main.single-program-new .have-questions-section .wrapper .desc p, main.single-program-new .pricing-section .wrapper .pricing-plans .single .top-part .price .save, main.single-program-new .pricing-section .wrapper .pricing-plans .single .top-part .title, main.single-program-new .pricing-section .wrapper .desc p, main.single-program-new .alumni-stories-new-section .wrapper .wrap .single.quote .wrap-inner .author .author-info span, main.single-program-new .alumni-stories-new-section .wrapper .desc p, main.single-program-new .career-center-new-section .wrapper .wrap .single span, main.single-program-new .career-center-new-section .wrapper .desc p, main.single-program-new .mental-wellness-section .wrapper .features .wrap .single span, main.single-program-new .mental-wellness-section .wrapper .formula .wrap .single .title, main.single-program-new .mental-wellness-section .wrapper .desc p, main.single-program-new .instructors-section .wrapper .instructors .single .info .name-linkedin .name, main.single-program-new .instructors-section .wrapper .desc p, main.single-program-new .bonuses-section .wrapper .wrap .single .top span, main.single-program-new .bonuses-section .wrapper .desc p, main.single-program-new .results-section .top-part .wrapper .results .single .top span, main.single-program-new .results-section .top-part .wrapper .desc p, main.single-program-new .what-you-learn-section .wrapper .curriculum .single .top .title, main.single-program-new .what-you-learn-section .wrapper .desc p, main.single-program-new .why-choose-section .wrapper .wrap .single .info .title, main.single-program-new .why-choose-section .wrapper .desc p, main.single-program-new .what-for-section .wrapper .wrap .single .info .title, main.single-program-new .what-for-section .wrapper .desc p, main.single-program-new .how-this-works-section .wrapper .desc p, .popup-new.register-popup-new .wrap .left .quote .author .author-info .name {
  font-size: 18px;
}

.fnt-20, main.single-program-new .pricing-section .wrapper .pricing-plans .single .top-part .price .old-price, main.single-program-new .alumni-stories-new-section .wrapper .wrap .single.quote .wrap-inner .author .credentials span, main.single-program-new .mental-wellness-section .wrapper .blue-box span {
  font-size: 20px;
}

.fnt-22, main.single-program-new .mental-wellness-section .wrapper .features .title, main.single-program-new .mental-wellness-section .wrapper .formula .title, main.single-program-new .what-you-learn-section .wrapper .curriculum .single .top .number, .popup-new.register-popup-new .wrap .right h3 {
  font-size: 22px;
}

.fnt-24, main.single-program-new .pricing-section .wrapper .pricing-plans .single .top-part .price .price-now, main.single-program-new .program-hero-section .wrapper .facts .single span:nth-child(1) {
  font-size: 24px;
}

.fnt-28, main.single-program-new .new-block-title {
  font-size: 28px;
}

.fnt-44, main.single-program-new .program-hero-section .wrapper h1 span, main.single-program-new .program-hero-section .wrapper h1 {
  font-size: 44px;
}

.fnt-50, main.single-program-new .results-section .middle-part .wrapper .single span:nth-child(1) {
  font-size: 50px;
}

.button-arrow-v2 {
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.16);
  border-radius: 42px;
  background: #FF4E00;
  position: relative;
  padding: 13px 48px 13px 14px;
  color: #ffffff !important;
  text-decoration: none;
  display: inline-block;
  border: 1px solid #FF4E00;
}
.button-arrow-v2:after {
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 5px;
  background-image: url("../images/v2/icon-btn-arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  top: 0;
  bottom: 0;
  right: 14px;
  margin: auto;
}

.popup-new.register-popup-new {
  width: 100%;
  max-width: 826px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
}
.popup-new.register-popup-new .wrap {
  display: flex;
}
.popup-new.register-popup-new .wrap .left {
  width: 48.3%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup-new.register-popup-new .wrap .left .top {
  position: absolute;
  top: 11px;
  left: 11px;
  width: calc(100% - 22px);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.popup-new.register-popup-new .wrap .left .top .rating {
  display: flex;
  align-items: center;
  grid-gap: 7px;
  padding: 6px 13px;
  border-radius: 100px;
  background: #ffffff;
}
.popup-new.register-popup-new .wrap .left .top .rating img {
  height: 14px;
  width: auto;
  display: block;
}
.popup-new.register-popup-new .wrap .left .top .rating span {
  display: block;
  color: #252A2F;
  font-weight: 400;
}
.popup-new.register-popup-new .wrap .left .top .alumni {
  display: flex;
  align-items: center;
  grid-gap: 7px;
  padding: 6px 13px;
  border-radius: 100px;
  background: #FF4E00;
}
.popup-new.register-popup-new .wrap .left .top .alumni span {
  display: block;
  color: #ffffff;
  font-weight: 400;
}
.popup-new.register-popup-new .wrap .left .quote {
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.85);
  padding: 8px 8px;
  max-width: 278px;
  width: 100%;
  margin: 0 16px;
}
.popup-new.register-popup-new .wrap .left .quote .author {
  display: flex;
  align-items: flex-start;
  grid-gap: 10px;
}
.popup-new.register-popup-new .wrap .left .quote .author .photo {
  width: 44px;
  border-radius: 100%;
  overflow: hidden;
  flex: none;
}
.popup-new.register-popup-new .wrap .left .quote .author .photo:after {
  content: "";
  height: 100%;
  display: block;
  padding-top: 100%;
}
.popup-new.register-popup-new .wrap .left .quote .author .author-info .name {
  display: block;
  font-weight: 500;
  color: #252A2F;
}
.popup-new.register-popup-new .wrap .left .quote .author .author-info .job {
  display: block;
  font-weight: 400;
  color: #252A2F;
}
.popup-new.register-popup-new .wrap .left .quote .stars {
  margin: 8px 0 0;
  display: block;
  height: 15px;
  width: auto;
}
.popup-new.register-popup-new .wrap .left .quote p {
  margin: 8px 0 0;
  color: #252A2F;
  font-weight: 400;
}
.popup-new.register-popup-new .wrap .left .bottom {
  position: absolute;
  left: 24px;
  bottom: 24px;
  display: flex;
  flex-direction: column;
  grid-gap: 12px;
}
.popup-new.register-popup-new .wrap .left .bottom .single {
  display: flex;
  align-items: center;
  grid-gap: 10px;
}
.popup-new.register-popup-new .wrap .left .bottom .single img {
  height: 16px;
  width: auto;
  display: block;
  filter: brightness(0) invert(1);
}
.popup-new.register-popup-new .wrap .left .bottom .single span {
  display: block;
  color: #ffffff;
  font-weight: 400;
}
.popup-new.register-popup-new .wrap .right {
  width: 51.7%;
  padding: 11px 18px;
  background: #ffffff;
}
.popup-new.register-popup-new .wrap .right h3 {
  margin: 0;
  font-weight: 500;
  color: #252A2F;
}
.popup-new.register-popup-new .wrap .right .form-global-new {
  margin: 20px 0 0;
}
.popup-new.register-popup-new .wrap .right .form-global-new form {
  display: flex;
  flex-direction: column;
  grid-gap: 14px;
}
.popup-new.register-popup-new .wrap .right .form-global-new form label {
  color: #252A2F;
  font-weight: 400;
}
.popup-new.register-popup-new .wrap .right .form-global-new form label .wpcf7-form-control-wrap {
  display: block;
  margin: 4px 0 0;
  width: 100%;
}
.popup-new.register-popup-new .wrap .right .form-global-new form label .wpcf7-form-control-wrap input {
  width: 100%;
  display: block;
  padding: 10px 10px;
  border: 1px solid #EAEAEA;
  border-radius: 4px;
}
.popup-new.register-popup-new .wrap .right .form-global-new form .checkbox-wrap .wpcf7-list-item {
  margin-left: 0;
}
.popup-new.register-popup-new .wrap .right .form-global-new form .checkbox-wrap .wpcf7-list-item label {
  display: flex;
  align-items: center;
  grid-gap: 10px;
}
.popup-new.register-popup-new .wrap .right .form-global-new form .checkbox-wrap .wpcf7-list-item label input {
  flex: none;
}
.popup-new.register-popup-new .wrap .right .form-global-new form .checkbox-wrap .wpcf7-list-item label .wpcf7-list-item-label a {
  color: #252A2F;
}
.popup-new.register-popup-new .wrap .right .form-global-new form .checkbox-wrap .wpcf7-not-valid-tip {
  margin: 3px 0 0;
}
.popup-new.register-popup-new .wrap .right .form-global-new form .btn-wrap {
  text-align: center;
}
.popup-new.register-popup-new .wrap .right .form-global-new form .btn-wrap a, .popup-new.register-popup-new .wrap .right .form-global-new form .btn-wrap button, .popup-new.register-popup-new .wrap .right .form-global-new form .btn-wrap input {
  padding: 13px 14px;
}
.popup-new.register-popup-new .wrap .right .form-global-new form .wpcf7-response-output {
  margin: 0;
  padding: 12px;
  text-align: center;
}
.popup-new.register-popup-new .wrap .right .what-happens {
  margin: 32px 0 0;
  background: #FFF0E9;
  padding: 10px 16px;
}
.popup-new.register-popup-new .wrap .right .what-happens .title {
  display: block;
  font-weight: 600;
  color: #252A2F;
}
.popup-new.register-popup-new .wrap .right .what-happens .steps {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 13px;
  grid-row-gap: 6px;
  margin: 14px 0 0;
}
.popup-new.register-popup-new .wrap .right .what-happens .steps .single {
  display: flex;
  align-items: center;
  grid-gap: 8px;
}
.popup-new.register-popup-new .wrap .right .what-happens .steps .single .number {
  width: 26px;
  height: 26px;
  line-height: 26px;
  color: #ffffff;
  border-radius: 100%;
  background: #FF4E00;
  font-weight: 600;
  text-align: center;
  flex: none;
}
.popup-new.register-popup-new .wrap .right .what-happens .steps .single .step {
  display: block;
  color: #252A2F;
  font-weight: 400;
}

main.page-home section.hero-section .section-wrap {
  margin: 1.125rem auto 0;
  height: auto;
  width: calc(100vw - 2.75rem);
  border-radius: 1.25rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1280px) {
  main.page-home section.hero-section .section-wrap {
    max-height: inherit;
  }
}
@media (max-width: 768px) {
  main.page-home section.hero-section .section-wrap {
    height: 80vh;
    max-height: 500px;
  }
}
@media (max-width: 480px) {
  main.page-home section.hero-section .section-wrap {
    min-height: 600px;
  }
}
main.page-home section.hero-section .section-wrap:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 48.5%;
}
@media (max-width: 768px) {
  main.page-home section.hero-section .section-wrap:after {
    display: none;
  }
}
main.page-home section.hero-section .section-wrap .mobile-photo {
  display: none;
}
@media (max-width: 768px) {
  main.page-home section.hero-section .section-wrap .mobile-photo {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
main.page-home section.hero-section .section-wrap video {
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 768px) {
  main.page-home section.hero-section .section-wrap video {
    display: none;
  }
}
main.page-home section.hero-section .section-wrap .wrapper {
  width: calc(100% - 2.25rem);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
  height: 100%;
}
@media (max-width: 1280px) {
  main.page-home section.hero-section .section-wrap .wrapper {
    width: calc(100% - 54px);
    width: 100%;
    max-width: inherit;
  }
}
@media (max-width: 768px) {
  main.page-home section.hero-section .section-wrap .wrapper {
    z-index: 2;
  }
}
@media (max-width: 480px) {
  main.page-home section.hero-section .section-wrap .wrapper {
    width: calc(100% - 20px);
  }
}
main.page-home section.hero-section .section-wrap .wrapper:after {
  content: "";
  display: block;
  width: calc(100% + 2.5rem);
  transform: translateX(-1.25rem);
  height: 14rem;
  background: white;
  background: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0.7503793754) 0%, rgba(203, 217, 255, 0) 100%);
  background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0.7503793754) 0%, rgba(203, 217, 255, 0) 100%);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.7503793754) 0%, rgba(203, 217, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#cbd9ff",GradientType=1);
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 768px) {
  main.page-home section.hero-section .section-wrap .wrapper:after {
    height: 22rem;
  }
}
main.page-home section.hero-section .section-wrap .wrapper .wrap {
  height: 100%;
  display: flex;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}
main.page-home section.hero-section .section-wrap .wrapper .wrap .inner-texts-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
main.page-home section.hero-section .section-wrap .wrapper .wrap .inner-texts-wrap h1 {
  margin: 0;
  color: #191919;
  font-weight: 400;
  line-height: 1.1;
  padding: 7rem 0 0;
  margin: 5rem 0 0 2rem;
}
@media (max-width: 1024px) {
  main.page-home section.hero-section .section-wrap .wrapper .wrap .inner-texts-wrap h1 {
    font-size: 34px;
    font-size: 3.3497536946rem;
    padding: 3rem 0 0;
    max-width: 650px;
  }
}
@media (max-width: 480px) {
  main.page-home section.hero-section .section-wrap .wrapper .wrap .inner-texts-wrap h1 {
    padding: 10rem 0 0;
    margin: 0;
    font-size: 30px;
    font-size: 2.9556650246rem;
  }
}
main.page-home section.hero-section .section-wrap .wrapper .wrap .inner-texts-wrap .desc {
  margin: 1.125rem 0 0 2rem;
  max-width: 39.3rem;
  width: 100%;
}
@media (max-width: 480px) {
  main.page-home section.hero-section .section-wrap .wrapper .wrap .inner-texts-wrap .desc {
    margin: 1.2rem 0 0;
  }
}
main.page-home section.hero-section .section-wrap .wrapper .wrap .inner-texts-wrap .btn, main.page-home section.hero-section .section-wrap .wrapper .wrap .inner-texts-wrap .single-program-global .photo-wrap .badge, .single-program-global .photo-wrap main.page-home section.hero-section .section-wrap .wrapper .wrap .inner-texts-wrap .badge, main.page-home section.hero-section .section-wrap .wrapper .wrap .inner-texts-wrap .single-featured-program-global .top .left .badge, .single-featured-program-global .top .left main.page-home section.hero-section .section-wrap .wrapper .wrap .inner-texts-wrap .badge {
  margin: 2.625rem 0 0 2rem;
}
@media (max-width: 480px) {
  main.page-home section.hero-section .section-wrap .wrapper .wrap .inner-texts-wrap .btn, main.page-home section.hero-section .section-wrap .wrapper .wrap .inner-texts-wrap .single-program-global .photo-wrap .badge, .single-program-global .photo-wrap main.page-home section.hero-section .section-wrap .wrapper .wrap .inner-texts-wrap .badge, main.page-home section.hero-section .section-wrap .wrapper .wrap .inner-texts-wrap .single-featured-program-global .top .left .badge, .single-featured-program-global .top .left main.page-home section.hero-section .section-wrap .wrapper .wrap .inner-texts-wrap .badge {
    margin: 2.625rem 0 0;
  }
}
main.page-home section.hero-section .section-wrap .wrapper .wrap .phone {
  padding: 7rem 0 0;
  margin: 5rem auto 0;
  display: block;
  height: auto;
  width: 15vw;
  transform: translateX(-2rem);
  flex: none;
}
@media (max-width: 1280px) {
  main.page-home section.hero-section .section-wrap .wrapper .wrap .phone {
    width: 13vw;
  }
}
@media (max-width: 1024px) {
  main.page-home section.hero-section .section-wrap .wrapper .wrap .phone {
    display: none;
  }
}
main.page-home section.hero-section .section-wrap .wrapper .quiz {
  position: absolute;
  right: 5.375rem;
  bottom: 3.8125rem;
  width: 34.625rem;
  z-index: 1;
}
@media (max-width: 1280px) {
  main.page-home section.hero-section .section-wrap .wrapper .quiz {
    right: 0;
  }
}
@media (max-width: 480px) {
  main.page-home section.hero-section .section-wrap .wrapper .quiz {
    width: 100%;
  }
}
main.page-home section.hero-section .section-wrap .wrapper .quiz .text p {
  color: #191919;
  line-height: 1.15;
}
main.page-home section.hero-section .section-wrap .wrapper .quiz .btn-wrap {
  margin: 1rem 0 0;
}
@media (max-width: 480px) {
  main.page-home section.hero-section .section-wrap .wrapper .quiz .btn-wrap .btn, main.page-home section.hero-section .section-wrap .wrapper .quiz .btn-wrap .single-program-global .photo-wrap .badge, .single-program-global .photo-wrap main.page-home section.hero-section .section-wrap .wrapper .quiz .btn-wrap .badge, main.page-home section.hero-section .section-wrap .wrapper .quiz .btn-wrap .single-featured-program-global .top .left .badge, .single-featured-program-global .top .left main.page-home section.hero-section .section-wrap .wrapper .quiz .btn-wrap .badge {
    width: 100%;
    max-width: 100%;
  }
}
main.page-home section.hero-section .section-wrap .wrapper .quiz .steps {
  margin: 1.625rem 0 0;
}
main.page-home section.hero-section .section-wrap .wrapper .quiz .steps .count {
  color: #B3B3B3;
  display: block;
}
main.page-home section.hero-section .section-wrap .wrapper .quiz .steps .wrap {
  margin: 0.5rem 0 0;
  display: flex;
  align-items: center;
  grid-gap: 1rem;
}
main.page-home section.hero-section .section-wrap .wrapper .quiz .steps .wrap select {
  border-radius: 3.125rem;
  padding: 0.4375rem 1.0625rem;
  border: none;
}
main.page-home section.hero-section .section-wrap .wrapper .reviews {
  position: absolute;
  bottom: 3.8125rem;
  left: 2rem;
  display: flex;
  align-items: center;
  grid-gap: 3rem;
  z-index: 5;
}
@media (max-width: 1024px) {
  main.page-home section.hero-section .section-wrap .wrapper .reviews {
    bottom: 2.4rem;
  }
}
@media (max-width: 768px) {
  main.page-home section.hero-section .section-wrap .wrapper .reviews {
    bottom: 10rem;
  }
}
@media (max-width: 480px) {
  main.page-home section.hero-section .section-wrap .wrapper .reviews {
    left: 0;
    bottom: inherit;
    top: 42rem;
  }
}
main.page-home section.hero-section .section-wrap .wrapper .reviews .single-review {
  display: flex;
  align-items: center;
  grid-gap: 1rem;
  text-decoration: none;
}
main.page-home section.hero-section .section-wrap .wrapper .reviews .single-review span {
  color: #191919;
}
main.page-home section.hero-section .section-wrap .wrapper .reviews .single-review img {
  height: 4rem;
  width: auto;
  display: block;
}
main.page-home section.notification-section {
  margin: 0.75rem 0 0;
}
main.page-home section.notification-section .wrapper {
  width: calc(100vw - 2.75rem);
}
main.page-home section.notification-section .wrapper .wrap {
  display: flex;
  align-items: center;
  grid-gap: 1.375rem;
  justify-content: center;
  padding: 0.75rem 1.5rem;
  background: #FF4E00;
  border-radius: 1.25rem;
}
main.page-home section.notification-section .wrapper .wrap .text p {
  color: #ffffff;
  margin: 0;
}
@media (max-width: 480px) {
  main.page-home section.notification-section .wrapper .wrap .text p {
    display: inline;
    margin-right: 6px;
  }
}
main.page-home section.notification-section .wrapper .wrap .text p strong {
  color: #191919;
  font-weight: 500;
}
main.page-home section.notification-section .wrapper .wrap .link.link-mobile {
  display: none;
}
@media (max-width: 480px) {
  main.page-home section.notification-section .wrapper .wrap .link.link-mobile {
    display: inline-flex;
  }
}
@media (max-width: 480px) {
  main.page-home section.notification-section .wrapper .wrap .link.link-desktop {
    display: none;
  }
}
main.page-home section.programs-section .wrapper .grid {
  display: grid;
  grid-column-gap: 2.3125rem;
  grid-row-gap: 4.125rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 4.125rem 0 0;
}
@media (max-width: 768px) {
  main.page-home section.programs-section .wrapper .grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
main.page-home section.career-center-section {
  background-position: top center;
  padding: 20rem 0 10rem;
}
@media (max-width: 1024px) {
  main.page-home section.career-center-section {
    padding: 17rem 0 8rem;
  }
}
@media (max-width: 768px) {
  main.page-home section.career-center-section {
    padding: 28rem 0 8rem;
  }
}
@media (max-width: 480px) {
  main.page-home section.career-center-section {
    padding: 23rem 0 8rem;
  }
}
main.page-home section.career-center-section .wrapper .top-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  main.page-home section.career-center-section .wrapper .top-wrap {
    flex-direction: column;
    align-items: flex-start;
    grid-gap: 29px;
  }
}
main.page-home section.career-center-section .wrapper .top-wrap .block-title {
  color: #ffffff;
}
main.page-home section.career-center-section .wrapper .grid {
  margin: 2.125rem 0 0;
  grid-gap: 1.8125rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media (max-width: 768px) {
  main.page-home section.career-center-section .wrapper .grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
main.page-home section.career-center-section .wrapper .grid .single .photo {
  border-radius: 1.25rem;
}
main.page-home section.career-center-section .wrapper .grid .single .photo:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 171%;
}
main.page-home section.career-center-section .wrapper .grid .single h3 {
  color: #ffffff;
  font-weight: 500;
  text-align: center;
  margin: 2.25rem 0 0;
}
@media (max-width: 480px) {
  main.page-home section.career-center-section .wrapper .grid .single h3 {
    font-size: 20px;
    font-size: 1.9704433498rem;
  }
}
main.page-home section.events-section .wrapper .block-title {
  line-height: 0.993;
  margin: 0;
}
main.page-home section.events-section .wrapper .grid {
  margin: 4.5rem 0 0;
  display: grid;
  grid-gap: 1.8125rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (max-width: 768px) {
  main.page-home section.events-section .wrapper .grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
main.page-home section.partners-friends-section-new-global {
  margin: 12.5rem 0 0;
}
@media (max-width: 480px) {
  main.page-home section.partners-friends-section-new-global {
    margin: 9rem 0 0;
  }
}

main.page-about-us .description-section {
  position: relative;
  z-index: 2;
}
main.page-about-us .description-section .wrapper h1 {
  margin: 0;
  font-weight: 400;
  max-width: 50rem;
  width: 100%;
}
main.page-about-us .description-section .wrapper .desc {
  margin: 2.25rem 0 0;
  max-width: 54.3125rem;
  width: 100%;
}
@media (max-width: 1024px) {
  main.page-about-us .video-section {
    margin-top: 0;
  }
}
@media (max-width: 480px) {
  main.page-about-us .video-section {
    margin: 3rem 0 0;
  }
}
main.page-about-us .video-section .wrapper .photo {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1.25rem;
  background-position: top center;
  height: 54.875rem;
  background-size: 100% auto;
}
main.page-about-us .video-section .wrapper .photo img {
  width: 8.75rem;
  height: auto;
  display: block;
  position: absolute;
  cursor: pointer;
}
main.page-about-us .video-section .wrapper .video-container {
  margin: 3rem 0 0;
  margin: 0;
  position: relative;
  border-bottom-left-radius: 1.25rem;
  border-bottom-right-radius: 1.25rem;
  overflow: hidden;
}
main.page-about-us .video-section .wrapper .video-container .mask {
  position: absolute;
  top: 0;
  width: calc(100% + 4px);
  height: auto;
  display: block;
  left: -2px;
  z-index: 1;
}
main.page-about-us .video-section .wrapper .video-container video {
  width: 100%;
  height: auto;
  display: block;
}
main.page-about-us .team-section .wrapper {
  position: relative;
}
main.page-about-us .team-section .wrapper .top-wrap {
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1024px) {
  main.page-about-us .team-section .wrapper .top-wrap {
    position: relative;
    top: inherit;
    left: inherit;
    margin: 0 0 3rem;
  }
}
main.page-about-us .team-section .wrapper .tabs .tab-content {
  grid-gap: 1.75rem;
  grid-row-gap: 4rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 7.125rem 0 0;
}
@media (max-width: 768px) {
  main.page-about-us .team-section .wrapper .tabs .tab-content {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media (max-width: 480px) {
  main.page-about-us .team-section .wrapper .tabs .tab-content {
    margin: 4rem 0 0;
  }
}
main.page-about-us .join-section .wrapper .photo {
  border-radius: 1.25rem;
  padding: 4.5rem 3.5rem;
  position: relative;
  overflow: hidden;
}
main.page-about-us .join-section .wrapper .photo h2 {
  margin: 0;
  color: #ffffff;
  font-weight: 400;
  max-width: 77rem;
  width: 100%;
  line-height: 1;
  z-index: 1;
  position: relative;
}
main.page-about-us .join-section .wrapper .photo .img-pos {
  display: flex;
  justify-content: flex-end;
  margin: 15.8125rem 0 0;
  margin: 22.8125rem 0 0;
  z-index: 4;
  position: relative;
}
@media (max-width: 768px) {
  main.page-about-us .join-section .wrapper .photo .img-pos {
    margin: 15rem 0 0;
  }
}
@media (max-width: 480px) {
  main.page-about-us .join-section .wrapper .photo .img-pos {
    margin: 13rem 0 0;
  }
}
main.page-about-us .join-section .wrapper .photo .img-pos img {
  height: 4.75rem;
  width: auto;
  display: block;
}
main.page-about-us .join-section .wrapper .photo .top-mountain {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  display: block;
  z-index: 2;
}
main.page-about-us .positions-section .wrapper {
  position: relative;
}
main.page-about-us .positions-section .wrapper .top-wrap {
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1024px) {
  main.page-about-us .positions-section .wrapper .top-wrap {
    position: relative;
    top: inherit;
    left: inherit;
    margin: 0 0 3rem;
  }
}
main.page-about-us .positions-section .wrapper .tabs .tab-content {
  margin: 2.375rem 0 0;
  display: flex;
  flex-wrap: wrap;
  grid-gap: 2.0625rem;
  grid-row-gap: 1.875rem;
}
main.page-about-us .positions-section .wrapper .tabs .tab-content .single-position {
  display: block;
  text-decoration: none;
  padding: 0.9375rem 2.5rem;
  border: 2px solid #191919;
  border-radius: 3.125rem;
  color: #191919;
  -webkit-transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
  -ms-transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
}
main.page-about-us .positions-section .wrapper .tabs .tab-content .single-position:hover {
  background: #191919;
  color: #ffffff;
}
main.page-about-us .partners-friends-section-global {
  transform: none;
}
main.page-financing .description-section {
  position: relative;
  z-index: 1;
}
main.page-financing .description-section .wrapper h1 {
  margin: 0;
  font-weight: 400;
  max-width: 50rem;
  width: 100%;
}
main.page-financing .description-section .wrapper .desc {
  margin: 2.25rem 0 0;
  max-width: 54.3125rem;
  width: 100%;
}
@media (max-width: 480px) {
  main.page-financing .pick-country-section {
    margin: 3rem 0 0;
  }
}
main.page-financing .pick-country-section .wrapper img {
  width: 100%;
  height: auto;
  display: block;
}
main.page-financing .process-section .wrapper .block-desc {
  margin: 1.1875rem 0 0;
}
main.page-financing .process-section .wrapper .star-points-grid-global {
  margin: 5.375rem 0 0;
}
main.page-blog .featured-blog-post-section .wrapper .single-post .top .title-meta .title {
  font-weight: 400;
  color: #191919;
  margin: 0;
  text-decoration: none;
}
main.page-blog .featured-blog-post-section .wrapper .single-post .top .title-meta .meta {
  margin: 1rem 0 0;
}
main.page-blog .featured-blog-post-section .wrapper .single-post .top .title-meta .meta .time {
  display: flex;
  align-items: center;
  grid-gap: 0.3125rem;
}
main.page-blog .featured-blog-post-section .wrapper .single-post .top .title-meta .meta .time img {
  height: 1.25rem;
  width: auto;
  display: block;
}
main.page-blog .featured-blog-post-section .wrapper .single-post .top .title-meta .meta .time span {
  display: block;
  color: #4C4C4C;
}
main.page-blog .featured-blog-post-section .wrapper .single-post .top .wrap {
  margin: 1rem 0 0;
  display: flex;
  align-items: flex-start;
  grid-gap: 10.75rem;
}
@media (max-width: 1024px) {
  main.page-blog .featured-blog-post-section .wrapper .single-post .top .wrap {
    grid-gap: 7rem;
  }
}
@media (max-width: 768px) {
  main.page-blog .featured-blog-post-section .wrapper .single-post .top .wrap {
    flex-direction: column;
    grid-gap: 2.5rem;
  }
}
main.page-blog .featured-blog-post-section .wrapper .single-post .top .wrap .author {
  flex: none;
}
main.page-blog .featured-blog-post-section .wrapper .single-post .bottom {
  margin: 6.9375rem 0 0;
}
@media (max-width: 768px) {
  main.page-blog .featured-blog-post-section .wrapper .single-post .bottom {
    margin: 3rem 0 0;
  }
}
main.page-blog .featured-blog-post-section .wrapper .single-post .bottom .photo {
  border-radius: 1.25rem;
  display: block;
  text-decoration: none;
}
main.page-blog .featured-blog-post-section .wrapper .single-post .bottom .photo:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 31.99%;
}
@media (max-width: 768px) {
  main.page-blog .featured-blog-post-section .wrapper .single-post .bottom .photo:after {
    padding-top: 50%;
  }
}
main.page-blog .all-blog-posts-section .wrapper .no-results {
  margin: 4.5rem 0 0;
}
main.page-blog .all-blog-posts-section .wrapper .blog-posts {
  display: grid;
  grid-gap: 1.8125rem;
  grid-row-gap: 4.375rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 4.5rem 0 0;
}
@media (max-width: 768px) {
  main.page-blog .all-blog-posts-section .wrapper .blog-posts {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media (max-width: 480px) {
  main.page-blog .all-blog-posts-section .wrapper .blog-posts {
    margin: 3rem 0 0;
  }
}
main.page-career-center section.hero-section .section-wrap {
  margin: 1.125rem auto 0;
  max-height: calc(100vh - 1.85rem);
  width: calc(100% - 2.75rem);
  border-radius: 1.25rem;
  position: relative;
}
@media (max-width: 1280px) {
  main.page-career-center section.hero-section .section-wrap {
    max-height: inherit;
    height: 600px;
  }
}
@media (max-width: 768px) {
  main.page-career-center section.hero-section .section-wrap {
    height: 500px;
  }
}
main.page-career-center section.hero-section .section-wrap:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 48.5%;
}
@media (max-width: 1280px) {
  main.page-career-center section.hero-section .section-wrap:after {
    display: none;
  }
}
main.page-career-center section.hero-section .section-wrap .wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 100%;
}
main.page-career-center section.hero-section .section-wrap .wrapper .wrap {
  height: 100%;
}
main.page-career-center section.hero-section .section-wrap .wrapper .wrap h1 {
  margin: 0;
  font-weight: 400;
  line-height: 1;
  padding: 8.1875rem 0 0;
  color: #191919;
  max-width: 61.6875rem;
}
main.page-career-center section.hero-section .section-wrap .wrapper .wrap .desc {
  margin: 2.3125rem 0 0;
  max-width: 33.5625rem;
  white-space: 100%;
}
main.page-career-center section.hero-section .section-wrap .wrapper .wrap .btn, main.page-career-center section.hero-section .section-wrap .wrapper .wrap .single-program-global .photo-wrap .badge, .single-program-global .photo-wrap main.page-career-center section.hero-section .section-wrap .wrapper .wrap .badge, main.page-career-center section.hero-section .section-wrap .wrapper .wrap .single-featured-program-global .top .left .badge, .single-featured-program-global .top .left main.page-career-center section.hero-section .section-wrap .wrapper .wrap .badge {
  margin: 2.3125rem 0 0;
}
main.page-career-center section.career-center-section {
  background-position: top center;
}
main.page-career-center section.career-center-section .wrapper .top-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
main.page-career-center section.career-center-section .wrapper .grid {
  margin: 2.125rem 0 0;
  grid-gap: 1.8125rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
main.page-career-center section.career-center-section .wrapper .grid .single .photo {
  border-radius: 1.25rem;
}
main.page-career-center section.career-center-section .wrapper .grid .single .photo:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 171%;
}
main.page-career-center section.career-center-section .wrapper .grid .single h3 {
  color: #191919;
  font-weight: 500;
  text-align: center;
  margin: 2.25rem 0 0;
}
main.page-career-center section.logos-section .wrapper h2 {
  text-align: center;
}
main.page-career-center section.logos-section .wrapper .logo-list {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 3.1875rem 0 0;
}
main.page-career-center section.logos-section .wrapper .logo-list .single {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 6.4rem;
}
@media (max-width: 480px) {
  main.page-career-center section.logos-section .wrapper .logo-list .single {
    padding: 0 3.2rem;
  }
}
main.page-career-center section.logos-section .wrapper .logo-list .single img {
  width: auto;
  height: auto;
  position: relative;
  max-height: 3.125rem;
  max-height: 4.25rem;
  max-width: 10.75rem;
  filter: grayscale(1);
  -webkit-transition: filter 0.2s ease-in-out;
  -moz-transition: filter 0.2s ease-in-out;
  -ms-transition: filter 0.2s ease-in-out;
  -o-transition: filter 0.2s ease-in-out;
  transition: filter 0.2s ease-in-out;
}
main.page-career-center section.logos-section .wrapper .logo-list .single img:hover {
  filter: grayscale(0);
}
main.page-programs .all-programs-section .wrapper .no-results {
  margin: 4.5rem 0 0;
}
main.page-programs .all-programs-section .wrapper h1 {
  margin: 0;
  font-weight: 400;
  max-width: 50rem;
  width: 100%;
}
main.page-programs .all-programs-section .wrapper .desc.text {
  margin: 2.25rem 0 0;
  max-width: 54.3125rem;
  width: 100%;
}
main.page-programs .all-programs-section .wrapper .programs.grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 2.3125rem;
  grid-row-gap: 4.125rem;
  margin: 5.5625rem 0 0;
}
@media (max-width: 768px) {
  main.page-programs .all-programs-section .wrapper .programs.grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
main.page-programs .tuition-section {
  padding: 17.0625rem 0 9rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media (max-width: 1024px) {
  main.page-programs .tuition-section {
    padding: 12rem 0 6rem;
  }
}
@media (max-width: 768px) {
  main.page-programs .tuition-section {
    padding: 9rem 0 4rem;
    background-size: 130% auto;
  }
}
@media (max-width: 480px) {
  main.page-programs .tuition-section {
    background-size: 200% auto;
  }
}
main.page-programs .tuition-section .wrapper h2 {
  color: #ffffff;
  font-weight: 400;
  line-height: 1;
  margin: 0;
  text-align: center;
}
@media (max-width: 480px) {
  main.page-programs .tuition-section .wrapper h2 {
    font-size: 40px;
    font-size: 3.9408866995rem;
  }
}
main.page-programs .tuition-section .wrapper .center-btn {
  margin: 2.125rem 0 0;
}
main.page-404 .section-404 {
  padding: 13.8125rem 0 0;
}
main.page-404 .section-404 .wrapper h1 {
  margin: 0;
  font-weight: 400;
  line-height: 1;
}
main.page-404 .section-404 .wrapper .btn, main.page-404 .section-404 .wrapper .single-program-global .photo-wrap .badge, .single-program-global .photo-wrap main.page-404 .section-404 .wrapper .badge, main.page-404 .section-404 .wrapper .single-featured-program-global .top .left .badge, .single-featured-program-global .top .left main.page-404 .section-404 .wrapper .badge {
  margin: 3.375rem 0 0;
}

main.page-mental-fitness section.hero-section .section-wrap {
  margin: 1.125rem auto 0;
  max-height: calc(100vh - 1.85rem);
  width: calc(100% - 2.75rem);
  border-radius: 1.25rem;
  position: relative;
}
@media (max-width: 1280px) {
  main.page-mental-fitness section.hero-section .section-wrap {
    max-height: inherit;
    height: 600px;
  }
}
@media (max-width: 768px) {
  main.page-mental-fitness section.hero-section .section-wrap {
    height: 500px;
  }
}
main.page-mental-fitness section.hero-section .section-wrap:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 48.5%;
}
@media (max-width: 1280px) {
  main.page-mental-fitness section.hero-section .section-wrap:after {
    display: none;
  }
}
main.page-mental-fitness section.hero-section .section-wrap .wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 100%;
}
main.page-mental-fitness section.hero-section .section-wrap .wrapper .wrap {
  height: 100%;
}
main.page-mental-fitness section.hero-section .section-wrap .wrapper .wrap h1 {
  margin: 0;
  font-weight: 400;
  line-height: 1;
  padding: 8.1875rem 0 0;
  color: #191919;
  max-width: 61.6875rem;
}
main.page-mental-fitness section.hero-section .section-wrap .wrapper .wrap .desc {
  margin: 2.3125rem 0 0;
  max-width: 33.5625rem;
  white-space: 100%;
}
main.page-mental-fitness section.hero-section .section-wrap .wrapper .wrap .btn, main.page-mental-fitness section.hero-section .section-wrap .wrapper .wrap .single-program-global .photo-wrap .badge, .single-program-global .photo-wrap main.page-mental-fitness section.hero-section .section-wrap .wrapper .wrap .badge, main.page-mental-fitness section.hero-section .section-wrap .wrapper .wrap .single-featured-program-global .top .left .badge, .single-featured-program-global .top .left main.page-mental-fitness section.hero-section .section-wrap .wrapper .wrap .badge {
  margin: 2.3125rem 0 0;
}
main.page-mental-fitness section.programs-section .wrapper .grid {
  display: grid;
  grid-column-gap: 2.3125rem;
  grid-row-gap: 4.125rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 4.125rem 0 0;
}
@media (max-width: 768px) {
  main.page-mental-fitness section.programs-section .wrapper .grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
main.page-mental-fitness section.free-test-section .wrapper .free-test-wrap {
  width: 100%;
  position: relative;
}
main.page-mental-fitness section.free-test-section .wrapper .free-test-wrap .slide {
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  pointer-events: none;
  border-radius: 20px;
  background: linear-gradient(93deg, #5ACEE2 1.1%, #01B5CF 98.9%);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.8rem 4rem;
  min-height: 27.25rem;
  overflow: hidden;
}
main.page-mental-fitness section.free-test-section .wrapper .free-test-wrap .slide.active {
  opacity: 1;
  pointer-events: auto;
  position: relative;
  height: auto;
}
main.page-mental-fitness section.free-test-section .wrapper .free-test-wrap .slide.intro-slide .center-info {
  display: flex;
  align-items: center;
  grid-gap: 4rem;
  z-index: 2;
  position: relative;
}
@media (max-width: 1024px) {
  main.page-mental-fitness section.free-test-section .wrapper .free-test-wrap .slide.intro-slide .center-info {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    grid-gap: 2rem;
  }
}
main.page-mental-fitness section.free-test-section .wrapper .free-test-wrap .slide.intro-slide .center-info img {
  height: 7rem;
  width: auto;
  display: block;
  flex: none;
}
@media (max-width: 1024px) {
  main.page-mental-fitness section.free-test-section .wrapper .free-test-wrap .slide.intro-slide .center-info img {
    height: 4rem;
  }
}
main.page-mental-fitness section.free-test-section .wrapper .free-test-wrap .slide.intro-slide .center-info .info {
  text-align: center;
}
main.page-mental-fitness section.free-test-section .wrapper .free-test-wrap .slide.intro-slide .center-info .info h2 {
  font-weight: 500;
  color: #ffffff;
  margin: 0;
  text-align: center;
}
main.page-mental-fitness section.free-test-section .wrapper .free-test-wrap .slide.intro-slide .center-info .info h2 span {
  color: #191919;
}
main.page-mental-fitness section.free-test-section .wrapper .free-test-wrap .slide.intro-slide .center-info .info p {
  margin: 2rem 0 0;
  color: #191919;
  text-align: center;
  font-weight: 700;
}
main.page-mental-fitness section.free-test-section .wrapper .free-test-wrap .slide.intro-slide .mountain {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: auto;
  display: block;
  pointer-events: none;
}
main.page-mental-fitness section.free-test-section .wrapper .free-test-wrap .slide.question-slide .center-info {
  display: flex;
  flex-direction: column;
  grid-gap: 1.75rem;
  align-items: center;
  z-index: 2;
  position: relative;
}
main.page-mental-fitness section.free-test-section .wrapper .free-test-wrap .slide.question-slide .center-info p {
  color: #ffffff;
  font-weight: 700;
  margin: 0;
}
main.page-mental-fitness section.free-test-section .wrapper .free-test-wrap .slide.question-slide .center-info .labels-wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  grid-gap: 1.5rem;
}
main.page-mental-fitness section.free-test-section .wrapper .free-test-wrap .slide.question-slide .center-info .labels-wrap label span {
  font-weight: 500;
  color: #ffffff;
}
main.page-mental-fitness section.free-test-section .wrapper .free-test-wrap .slide.question-slide .center-info .class-arrows {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2rem 0 0;
  grid-gap: 1.5rem;
}
main.page-mental-fitness section.free-test-section .wrapper .free-test-wrap .slide.question-slide .center-info .class-arrows .arrow {
  display: block;
  text-decoration: none;
}
main.page-mental-fitness section.free-test-section .wrapper .free-test-wrap .slide.question-slide .center-info .class-arrows .arrow.back img {
  width: 5rem;
  height: auto;
  display: block;
}
main.page-mental-fitness section.free-test-section .wrapper .free-test-wrap .slide.question-slide .center-info .class-arrows .arrow.next img {
  width: 5rem;
  height: auto;
  display: block;
}
main.page-mental-fitness section.free-test-section .wrapper .free-test-wrap .slide.question-slide .mountain {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: auto;
  display: block;
  pointer-events: none;
  z-index: 1;
}
main.page-mental-fitness section.free-test-section .wrapper .free-test-wrap .slide.question-slide .human {
  height: auto;
  display: block;
  width: 7.5rem;
  position: absolute;
  z-index: 0;
}
main.page-mental-fitness section.free-test-section .wrapper .free-test-wrap .slide.question-slide .human.human-2 {
  top: 0;
  right: 1rem;
}
main.page-mental-fitness section.free-test-section .wrapper .free-test-wrap .slide.question-slide .human.human-3 {
  bottom: 0;
  right: 0;
}
main.page-mental-fitness section.free-test-section .wrapper .free-test-wrap .slide.question-slide .human.human-4 {
  bottom: 0;
  right: 30%;
}
main.page-mental-fitness section.free-test-section .wrapper .free-test-wrap .slide.question-slide .human.human-5 {
  bottom: 0;
  left: 17%;
}
main.page-mental-fitness section.free-test-section .wrapper .free-test-wrap .slide.question-slide .human.human-6 {
  top: 0;
  left: 2%;
}
main.page-mental-fitness section.free-test-section .wrapper .free-test-wrap .slide.result-slide {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 768px) {
  main.page-mental-fitness section.free-test-section .wrapper .free-test-wrap .slide.result-slide {
    flex-direction: column;
    padding: 0;
  }
}
main.page-mental-fitness section.free-test-section .wrapper .free-test-wrap .slide.result-slide .center-info {
  width: 63%;
  z-index: 2;
  position: relative;
}
@media (max-width: 768px) {
  main.page-mental-fitness section.free-test-section .wrapper .free-test-wrap .slide.result-slide .center-info {
    width: 100%;
    padding: 2.8rem 4rem 1.4rem;
  }
}
main.page-mental-fitness section.free-test-section .wrapper .free-test-wrap .slide.result-slide .center-info .block-title {
  color: #ffffff;
  font-weight: 500;
  margin: 0;
}
main.page-mental-fitness section.free-test-section .wrapper .free-test-wrap .slide.result-slide .center-info .block-title span {
  color: #191919;
}
main.page-mental-fitness section.free-test-section .wrapper .free-test-wrap .slide.result-slide .center-info .desc {
  margin: 2rem 0 0;
}
main.page-mental-fitness section.free-test-section .wrapper .free-test-wrap .slide.result-slide .center-info .desc p {
  color: #ffffff;
  font-weight: 700;
}
main.page-mental-fitness section.free-test-section .wrapper .free-test-wrap .slide.result-slide .center-info .form-global {
  margin: 2.5rem 0 0;
}
main.page-mental-fitness section.free-test-section .wrapper .free-test-wrap .slide.result-slide .center-info .form-global form .wpcf7-form-control-wrap input {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #ffffff;
  background: none;
  color: #ffffff;
}
main.page-mental-fitness section.free-test-section .wrapper .free-test-wrap .slide.result-slide .center-info .form-global form .wpcf7-form-control-wrap input.placeholder {
  color: #ffffff;
}
main.page-mental-fitness section.free-test-section .wrapper .free-test-wrap .slide.result-slide .center-info .form-global form .wpcf7-form-control-wrap input:-moz-placeholder {
  color: #ffffff;
}
main.page-mental-fitness section.free-test-section .wrapper .free-test-wrap .slide.result-slide .center-info .form-global form .wpcf7-form-control-wrap input::-moz-placeholder {
  color: #ffffff;
}
main.page-mental-fitness section.free-test-section .wrapper .free-test-wrap .slide.result-slide .center-info .form-global form .wpcf7-form-control-wrap input:-ms-input-placeholder {
  color: #ffffff;
}
main.page-mental-fitness section.free-test-section .wrapper .free-test-wrap .slide.result-slide .center-info .form-global form .wpcf7-form-control-wrap input::-webkit-input-placeholder {
  color: #ffffff;
}
main.page-mental-fitness section.free-test-section .wrapper .free-test-wrap .slide.result-slide .center-info .form-global form .checkbox-wrap {
  color: #ffffff;
}
main.page-mental-fitness section.free-test-section .wrapper .free-test-wrap .slide.result-slide .center-info .form-global form .checkbox-wrap a {
  color: #ffffff;
}
main.page-mental-fitness section.free-test-section .wrapper .free-test-wrap .slide.result-slide .center-info .form-global form .disclaimer {
  color: #ffffff;
}
main.page-mental-fitness section.free-test-section .wrapper .free-test-wrap .slide.result-slide .center-info .form-global form .disclaimer a {
  color: #ffffff;
}
main.page-mental-fitness section.free-test-section .wrapper .free-test-wrap .slide.result-slide .center-info .form-global form .btn-wrap:before {
  display: none;
}
main.page-mental-fitness section.free-test-section .wrapper .free-test-wrap .slide.result-slide .center-info .form-global form .btn-wrap:hover input {
  color: #191919;
}
main.page-mental-fitness section.free-test-section .wrapper .free-test-wrap .slide.result-slide .center-info .form-global form .btn-wrap input {
  padding-left: 1.0625rem;
  color: #ffffff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
main.page-mental-fitness section.free-test-section .wrapper .free-test-wrap .slide.result-slide .mountain {
  width: auto;
  height: 80%;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 768px) {
  main.page-mental-fitness section.free-test-section .wrapper .free-test-wrap .slide.result-slide .mountain {
    position: relative;
    align-self: flex-end;
    width: 70%;
    height: auto;
  }
}
@media (max-width: 480px) {
  main.page-mental-fitness section.free-test-section .wrapper .free-test-wrap .slide.result-slide .mountain {
    width: 100%;
  }
}
main.page-mental-fitness section.career-center-section {
  background-position: top center;
  padding: 20rem 0 10rem;
}
@media (max-width: 1024px) {
  main.page-mental-fitness section.career-center-section {
    padding: 17rem 0 8rem;
  }
}
@media (max-width: 768px) {
  main.page-mental-fitness section.career-center-section {
    padding: 28rem 0 8rem;
  }
}
@media (max-width: 480px) {
  main.page-mental-fitness section.career-center-section {
    padding: 23rem 0 8rem;
  }
}
main.page-mental-fitness section.career-center-section .wrapper .top-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  main.page-mental-fitness section.career-center-section .wrapper .top-wrap {
    flex-direction: column;
    align-items: flex-start;
    grid-gap: 29px;
  }
}
main.page-mental-fitness section.career-center-section .wrapper .top-wrap .block-title {
  color: #ffffff;
}
main.page-mental-fitness section.career-center-section .wrapper .grid {
  margin: 2.125rem 0 0;
  grid-gap: 1.8125rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media (max-width: 768px) {
  main.page-mental-fitness section.career-center-section .wrapper .grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
main.page-mental-fitness section.career-center-section .wrapper .grid .single .photo {
  border-radius: 1.25rem;
}
main.page-mental-fitness section.career-center-section .wrapper .grid .single .photo:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 171%;
}
main.page-mental-fitness section.career-center-section .wrapper .grid .single h3 {
  color: #ffffff;
  font-weight: 500;
  text-align: center;
  margin: 2.25rem 0 0;
}
@media (max-width: 480px) {
  main.page-mental-fitness section.career-center-section .wrapper .grid .single h3 {
    font-size: 20px;
    font-size: 1.9704433498rem;
  }
}

main.single-blog-post .similar-blog-posts-section .wrapper .grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 3.375rem 0 0;
  display: grid;
  grid-gap: 1.8125rem;
}
@media (max-width: 768px) {
  main.single-blog-post .similar-blog-posts-section .wrapper .grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media (max-width: 480px) {
  main.single-blog-post .similar-blog-posts-section .wrapper .grid {
    margin: 3rem 0 0;
  }
}

.single-program .benefits-section .wrapper .block-title {
  font-weight: 500;
}
.single-program .benefits-section .wrapper .benefits {
  display: flex;
  flex-wrap: wrap;
  margin: 1.625rem 0 0;
  grid-gap: 1.875rem;
}
.single-program .benefits-section .wrapper .benefits .single {
  display: inline-block;
  border-radius: 1.25rem;
  padding: 0.5rem 1rem;
  line-height: 1.37;
  border: 1px solid #B3B3B3;
}
.single-program .steps-section .wrapper .block-title {
  font-weight: 500;
}
.single-program .steps-section .wrapper .steps-scroll-wrap {
  margin: 1.375rem 0 0;
}
@media (max-width: 1024px) {
  .single-program .steps-section .wrapper .steps-scroll-wrap {
    overflow-x: scroll;
  }
}
@media (max-width: 480px) {
  .single-program .steps-section .wrapper .steps-scroll-wrap {
    overflow: hidden;
  }
}
.single-program .steps-section .wrapper .steps-scroll-wrap .steps {
  display: flex;
  justify-content: space-between;
  grid-gap: 1.5rem;
}
@media (max-width: 1024px) {
  .single-program .steps-section .wrapper .steps-scroll-wrap .steps {
    width: 964px;
  }
}
@media (max-width: 480px) {
  .single-program .steps-section .wrapper .steps-scroll-wrap .steps {
    flex-direction: column;
    grid-gap: 34px;
    width: auto;
  }
}
@media (max-width: 480px) {
  .single-program .steps-section .wrapper .steps-scroll-wrap .steps .single {
    display: flex;
    grid-gap: 7px;
    align-items: flex-start;
  }
}
.single-program .steps-section .wrapper .steps-scroll-wrap .steps .single:last-child svg {
  animation: spin 10s linear infinite;
}
.single-program .steps-section .wrapper .steps-scroll-wrap .steps .single:last-child span:after {
  display: none;
}
@media (max-width: 480px) {
  .single-program .steps-section .wrapper .steps-scroll-wrap .steps .single:last-child span:after {
    display: block;
    background-image: url("../images/icon-journey-orange-flag.svg");
    transform: rotate(0);
    background-size: auto 100%;
    width: 14px;
    height: 34px;
    top: 0;
    right: -21px;
  }
}
.single-program .steps-section .wrapper .steps-scroll-wrap .steps .single.light-grey svg * {
  fill: #B3B3B3;
}
.single-program .steps-section .wrapper .steps-scroll-wrap .steps .single.light-grey span {
  color: #B3B3B3;
}
.single-program .steps-section .wrapper .steps-scroll-wrap .steps .single.light-grey span:before {
  background: #B3B3B3;
}
.single-program .steps-section .wrapper .steps-scroll-wrap .steps .single.grey svg * {
  fill: #B3B3B3;
}
.single-program .steps-section .wrapper .steps-scroll-wrap .steps .single.grey span {
  color: #B3B3B3;
}
.single-program .steps-section .wrapper .steps-scroll-wrap .steps .single.grey span:before {
  background: #B3B3B3;
}
.single-program .steps-section .wrapper .steps-scroll-wrap .steps .single.dark-grey svg * {
  fill: #4C4C4C;
}
.single-program .steps-section .wrapper .steps-scroll-wrap .steps .single.dark-grey span {
  color: #4C4C4C;
}
.single-program .steps-section .wrapper .steps-scroll-wrap .steps .single.dark-grey span:before {
  background: #4C4C4C;
}
.single-program .steps-section .wrapper .steps-scroll-wrap .steps .single.black svg * {
  fill: #191919;
}
.single-program .steps-section .wrapper .steps-scroll-wrap .steps .single.black span {
  color: #191919;
}
.single-program .steps-section .wrapper .steps-scroll-wrap .steps .single.black span:before {
  background: #191919;
}
.single-program .steps-section .wrapper .steps-scroll-wrap .steps .single.orange svg * {
  fill: #FF4E00;
}
.single-program .steps-section .wrapper .steps-scroll-wrap .steps .single.orange span {
  color: #FF4E00;
}
.single-program .steps-section .wrapper .steps-scroll-wrap .steps .single.orange span:before {
  background: #FF4E00;
}
.single-program .steps-section .wrapper .steps-scroll-wrap .steps .single svg {
  display: block;
  height: auto;
  width: 3.15rem;
}
@media (max-width: 480px) {
  .single-program .steps-section .wrapper .steps-scroll-wrap .steps .single svg {
    flex: none;
    width: 44px;
  }
}
.single-program .steps-section .wrapper .steps-scroll-wrap .steps .single span {
  display: flex;
  align-items: center;
  grid-gap: 1rem;
  position: relative;
  margin: 1.25rem 0 0;
}
@media (max-width: 480px) {
  .single-program .steps-section .wrapper .steps-scroll-wrap .steps .single span {
    margin: 0;
    width: calc(100% - 80px);
  }
}
.single-program .steps-section .wrapper .steps-scroll-wrap .steps .single span:before {
  content: "";
  width: 0.4375rem;
  height: 0.4375rem;
  border-radius: 100%;
  display: block;
  position: absolute;
  top: -0.75rem;
  left: 1.3rem;
}
@media (max-width: 480px) {
  .single-program .steps-section .wrapper .steps-scroll-wrap .steps .single span:before {
    display: none;
  }
}
.single-program .steps-section .wrapper .steps-scroll-wrap .steps .single span:after {
  content: "";
  display: block;
  width: 2rem;
  height: 1rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url("../images/icon-arrow-short-black.svg");
  position: absolute;
  top: -3.8rem;
  right: 0;
}
@media (max-width: 480px) {
  .single-program .steps-section .wrapper .steps-scroll-wrap .steps .single span:after {
    transform: rotate(90deg);
    top: 9px;
    right: -28px;
    width: 33px;
    height: 14px;
  }
}
.single-program .steps-new-section .wrapper .block-title {
  font-weight: 500;
}
.single-program .steps-new-section .wrapper .steps-scroll-wrap {
  margin: 1.375rem 0 0;
}
@media (max-width: 1024px) {
  .single-program .steps-new-section .wrapper .steps-scroll-wrap {
    overflow-x: scroll;
  }
}
@media (max-width: 768px) {
  .single-program .steps-new-section .wrapper .steps-scroll-wrap {
    overflow: hidden;
    display: flex;
  }
}
.single-program .steps-new-section .wrapper .steps-scroll-wrap .steps {
  display: flex;
  justify-content: space-between;
  grid-gap: 1.5rem;
  position: relative;
  padding: 0 0 1.1rem;
}
@media (max-width: 1024px) {
  .single-program .steps-new-section .wrapper .steps-scroll-wrap .steps {
    width: 964px;
  }
}
@media (max-width: 768px) {
  .single-program .steps-new-section .wrapper .steps-scroll-wrap .steps {
    width: 50%;
    order: 2;
    flex-direction: column;
    grid-gap: 34px;
    padding: 0 0 0 50px;
  }
}
@media (max-width: 480px) {
  .single-program .steps-new-section .wrapper .steps-scroll-wrap .steps {
    padding: 0 0 0 16px;
  }
}
.single-program .steps-new-section .wrapper .steps-scroll-wrap .steps:after {
  content: "";
  display: block;
  background: #191919;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 768px) {
  .single-program .steps-new-section .wrapper .steps-scroll-wrap .steps:after {
    width: 2px;
    height: 100%;
  }
}
.single-program .steps-new-section .wrapper .steps-scroll-wrap .steps .single {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  z-index: 2;
  width: 100%;
}
.single-program .steps-new-section .wrapper .steps-scroll-wrap .steps .single:after {
  content: "";
  width: 0.4375rem;
  height: 0.4375rem;
  border-radius: 100%;
  display: block;
  position: absolute;
  bottom: -1.25rem;
  left: 1.3rem;
}
@media (max-width: 768px) {
  .single-program .steps-new-section .wrapper .steps-scroll-wrap .steps .single:after {
    width: 4px;
    height: 4px;
    left: -51px;
    bottom: inherit;
    top: 14px;
  }
}
@media (max-width: 480px) {
  .single-program .steps-new-section .wrapper .steps-scroll-wrap .steps .single:after {
    left: -17px;
  }
}
.single-program .steps-new-section .wrapper .steps-scroll-wrap .steps .single:last-child svg {
  animation: spin 10s linear infinite;
}
.single-program .steps-new-section .wrapper .steps-scroll-wrap .steps .single:last-child span:after {
  display: none;
}
@media (max-width: 480px) {
  .single-program .steps-new-section .wrapper .steps-scroll-wrap .steps .single:last-child span:after {
    display: block;
    background-image: url("../images/icon-journey-orange-flag.svg");
    transform: rotate(0);
    background-size: auto 100%;
    width: 14px;
    height: 34px;
    top: 0;
    right: -21px;
  }
}
.single-program .steps-new-section .wrapper .steps-scroll-wrap .steps .single.light-grey:after {
  background: #B3B3B3;
}
.single-program .steps-new-section .wrapper .steps-scroll-wrap .steps .single.light-grey svg * {
  fill: #B3B3B3;
}
.single-program .steps-new-section .wrapper .steps-scroll-wrap .steps .single.light-grey span {
  color: #B3B3B3;
}
.single-program .steps-new-section .wrapper .steps-scroll-wrap .steps .single.grey:after {
  background: #B3B3B3;
}
.single-program .steps-new-section .wrapper .steps-scroll-wrap .steps .single.grey svg * {
  fill: #B3B3B3;
}
.single-program .steps-new-section .wrapper .steps-scroll-wrap .steps .single.grey span {
  color: #B3B3B3;
}
.single-program .steps-new-section .wrapper .steps-scroll-wrap .steps .single.dark-grey:after {
  background: #4C4C4C;
}
.single-program .steps-new-section .wrapper .steps-scroll-wrap .steps .single.dark-grey svg * {
  fill: #4C4C4C;
}
.single-program .steps-new-section .wrapper .steps-scroll-wrap .steps .single.dark-grey span {
  color: #4C4C4C;
}
.single-program .steps-new-section .wrapper .steps-scroll-wrap .steps .single.black:after {
  background: #191919;
}
.single-program .steps-new-section .wrapper .steps-scroll-wrap .steps .single.black svg * {
  fill: #191919;
}
.single-program .steps-new-section .wrapper .steps-scroll-wrap .steps .single.black span {
  color: #191919;
}
.single-program .steps-new-section .wrapper .steps-scroll-wrap .steps .single.orange:after {
  background: #FF4E00;
}
.single-program .steps-new-section .wrapper .steps-scroll-wrap .steps .single.orange svg * {
  fill: #FF4E00;
}
.single-program .steps-new-section .wrapper .steps-scroll-wrap .steps .single.orange span {
  color: #FF4E00;
}
.single-program .steps-new-section .wrapper .steps-scroll-wrap .steps .single span {
  display: flex;
  align-items: center;
  grid-gap: 1rem;
  position: relative;
  margin: 0 0 1.25rem;
}
@media (max-width: 768px) {
  .single-program .steps-new-section .wrapper .steps-scroll-wrap .steps .single span {
    order: 2;
    margin: 1.25rem 0 0;
  }
}
.single-program .steps-new-section .wrapper .steps-scroll-wrap .steps .single svg {
  display: block;
  height: auto;
  width: 3.15rem;
}
@media (max-width: 768px) {
  .single-program .steps-new-section .wrapper .steps-scroll-wrap .steps .single svg {
    order: 1;
  }
}
@media (max-width: 480px) {
  .single-program .steps-new-section .wrapper .steps-scroll-wrap .steps .single svg {
    flex: none;
  }
}
.single-program .steps-new-section .wrapper .steps-scroll-wrap .steps-2 {
  display: flex;
  justify-content: space-between;
  padding: 2rem 5.625rem 0;
  grid-gap: 4.875rem;
}
@media (max-width: 1024px) {
  .single-program .steps-new-section .wrapper .steps-scroll-wrap .steps-2 {
    width: 964px;
  }
}
@media (max-width: 768px) {
  .single-program .steps-new-section .wrapper .steps-scroll-wrap .steps-2 {
    width: 50%;
    order: 1;
    flex-direction: column;
    padding: 0 50px 0 0;
  }
}
@media (max-width: 480px) {
  .single-program .steps-new-section .wrapper .steps-scroll-wrap .steps-2 {
    padding: 0 16px 0 0;
  }
}
.single-program .steps-new-section .wrapper .steps-scroll-wrap .steps-2 .single {
  width: 100%;
  position: relative;
}
@media (max-width: 768px) {
  .single-program .steps-new-section .wrapper .steps-scroll-wrap .steps-2 .single {
    text-align: right;
  }
}
.single-program .steps-new-section .wrapper .steps-scroll-wrap .steps-2 .single:before {
  content: "";
  width: 0.4375rem;
  height: 0.4375rem;
  border-radius: 100%;
  display: block;
  position: absolute;
  top: -2.3rem;
  left: 1.3rem;
  background: #01B5CF;
}
@media (max-width: 768px) {
  .single-program .steps-new-section .wrapper .steps-scroll-wrap .steps-2 .single:before {
    width: 4px;
    height: 4px;
    left: inherit;
    right: -53px;
    top: 10px;
  }
}
@media (max-width: 480px) {
  .single-program .steps-new-section .wrapper .steps-scroll-wrap .steps-2 .single:before {
    right: -18px;
  }
}
.single-program .steps-new-section .wrapper .steps-scroll-wrap .steps-2 .single .icon {
  height: 2.75rem;
  width: auto;
  display: block;
}
@media (max-width: 768px) {
  .single-program .steps-new-section .wrapper .steps-scroll-wrap .steps-2 .single .icon {
    margin-left: auto;
  }
}
.single-program .steps-new-section .wrapper .steps-scroll-wrap .steps-2 .single span {
  display: block;
  margin: 1.25rem 0 0;
}
@media (max-width: 768px) {
  .single-program .steps-new-section .wrapper .steps-scroll-wrap .steps-2 .single span {
    text-align: right;
  }
}
.single-program .register-section .wrapper .wrap {
  padding: 1.75rem 2.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #191919;
  border-radius: 1.25rem;
}
.single-program .register-section .wrapper .wrap .block-title {
  color: #ffffff;
}
.single-program .lectors-section .wrapper .lectors-carousel {
  margin: 6.125rem 0 0;
  position: relative;
}
.single-program .lectors-section .wrapper .lectors-carousel .owl-nav {
  display: flex;
  grid-gap: 1.75rem;
  align-items: center;
  position: absolute;
  top: -3rem;
  right: 0;
}
.single-program .lectors-section .wrapper .lectors-carousel .owl-nav button {
  width: 5.125rem;
  height: 1rem;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  background-image: url("../images/icon-arrow-long-black-right.svg");
}
.single-program .lectors-section .wrapper .lectors-carousel .owl-nav button.owl-prev {
  transform: rotate(180deg);
}
.single-program .download-syllabus-section .wrapper .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #191919;
  border-radius: 1.25rem;
  padding: 1.875rem 2.5rem;
  grid-gap: 3rem;
}
@media (max-width: 768px) {
  .single-program .download-syllabus-section .wrapper .wrap {
    flex-direction: column;
    align-items: center;
    grid-gap: 2rem;
  }
}
.single-program .download-syllabus-section .wrapper .wrap .block-title {
  max-width: 46.25rem;
  width: 100%;
}
@media (max-width: 768px) {
  .single-program .download-syllabus-section .wrapper .wrap .block-title {
    text-align: center;
    margin: 0 auto;
    width: 80%;
  }
}
@media (max-width: 480px) {
  .single-program .download-syllabus-section .wrapper .wrap .block-title {
    max-width: 95%;
  }
}
.single-program .download-syllabus-section .wrapper .wrap .form-wrap .form-global {
  margin: 0;
}
.single-program .download-syllabus-section .wrapper .wrap .form-wrap .form-global .top-wrap {
  display: flex;
  align-items: center;
  grid-gap: 1rem;
}
@media (max-width: 480px) {
  .single-program .download-syllabus-section .wrapper .wrap .form-wrap .form-global .top-wrap {
    flex-direction: column;
    align-items: flex-start;
  }
}
.single-program .sneak-peak-section {
  background: #191919;
  padding: 6.25rem 0;
}
.single-program .sneak-peak-section .wrapper {
  display: flex;
  grid-gap: 3rem;
}
@media (max-width: 768px) {
  .single-program .sneak-peak-section .wrapper {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.single-program .sneak-peak-section .wrapper .block-title {
  color: #ffffff;
  max-width: 24rem;
  padding: 2rem 0 0;
}
@media (max-width: 768px) {
  .single-program .sneak-peak-section .wrapper .block-title {
    padding: 0;
    text-align: center;
    max-width: 100%;
  }
}
.single-program .sneak-peak-section .wrapper .img-wrap img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
}
.single-program .program-features-section .wrapper .grid {
  display: grid;
  grid-column-gap: 3.6875rem;
  grid-row-gap: 4.4375rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (max-width: 768px) {
  .single-program .program-features-section .wrapper .grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.single-program .program-features-section .wrapper .grid .single .top {
  display: flex;
  align-items: center;
  grid-gap: 1.6875rem;
}
.single-program .program-features-section .wrapper .grid .single .top img {
  display: block;
  width: auto;
  height: 2.75rem;
}
.single-program .program-features-section .wrapper .grid .single .top span {
  display: flex;
  align-items: center;
}
.single-program .program-features-section .wrapper .grid .single .desc {
  margin: 2rem 0 0;
}
.single-program .experience-section .wrapper {
  width: 100%;
  border-bottom: 1.25rem solid #FF4E00;
}
.single-program .experience-section .wrapper .block-title {
  text-align: center;
}
.single-program .experience-section .wrapper .mountain-wrap {
  margin: 4.5rem 0 0;
  position: relative;
}
@media (max-width: 768px) {
  .single-program .experience-section .wrapper .mountain-wrap {
    display: flex;
    justify-content: flex-end;
  }
}
.single-program .experience-section .wrapper .mountain-wrap img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 768px) {
  .single-program .experience-section .wrapper .mountain-wrap img.desktop-mountain {
    display: none;
  }
}
.single-program .experience-section .wrapper .mountain-wrap img.mobile-mountain {
  display: none;
}
@media (max-width: 768px) {
  .single-program .experience-section .wrapper .mountain-wrap img.mobile-mountain {
    display: block;
    width: calc(100% - 50px);
    max-width: 400px;
    max-width: 315px;
  }
}
.single-program .experience-section .wrapper .mountain-wrap .points .single {
  position: absolute;
}
.single-program .experience-section .wrapper .mountain-wrap .points .single:nth-of-type(1) span, .single-program .experience-section .wrapper .mountain-wrap .points .single:nth-of-type(2) span, .single-program .experience-section .wrapper .mountain-wrap .points .single:nth-of-type(3) span, .single-program .experience-section .wrapper .mountain-wrap .points .single:nth-of-type(4) span {
  text-align: left;
}
@media (max-width: 768px) {
  .single-program .experience-section .wrapper .mountain-wrap .points .single:nth-of-type(1) span:before, .single-program .experience-section .wrapper .mountain-wrap .points .single:nth-of-type(2) span:before, .single-program .experience-section .wrapper .mountain-wrap .points .single:nth-of-type(3) span:before, .single-program .experience-section .wrapper .mountain-wrap .points .single:nth-of-type(4) span:before {
    top: inherit;
    left: -8px;
    bottom: -8px;
  }
}
@media (max-width: 768px) {
  .single-program .experience-section .wrapper .mountain-wrap .points .single:nth-of-type(1) span:after, .single-program .experience-section .wrapper .mountain-wrap .points .single:nth-of-type(2) span:after, .single-program .experience-section .wrapper .mountain-wrap .points .single:nth-of-type(3) span:after, .single-program .experience-section .wrapper .mountain-wrap .points .single:nth-of-type(4) span:after {
    top: inherit !important;
    bottom: -35px !important;
    left: -35px !important;
  }
}
.single-program .experience-section .wrapper .mountain-wrap .points .single:nth-of-type(5) span, .single-program .experience-section .wrapper .mountain-wrap .points .single:nth-of-type(6) span, .single-program .experience-section .wrapper .mountain-wrap .points .single:nth-of-type(7) span, .single-program .experience-section .wrapper .mountain-wrap .points .single:nth-of-type(8) span {
  text-align: left !important;
}
@media (max-width: 768px) {
  .single-program .experience-section .wrapper .mountain-wrap .points .single:nth-of-type(5) span:before, .single-program .experience-section .wrapper .mountain-wrap .points .single:nth-of-type(6) span:before, .single-program .experience-section .wrapper .mountain-wrap .points .single:nth-of-type(7) span:before, .single-program .experience-section .wrapper .mountain-wrap .points .single:nth-of-type(8) span:before {
    left: -8px !important;
    top: -8px !important;
    right: inherit !important;
  }
}
@media (max-width: 768px) {
  .single-program .experience-section .wrapper .mountain-wrap .points .single:nth-of-type(5) span:after, .single-program .experience-section .wrapper .mountain-wrap .points .single:nth-of-type(6) span:after, .single-program .experience-section .wrapper .mountain-wrap .points .single:nth-of-type(7) span:after, .single-program .experience-section .wrapper .mountain-wrap .points .single:nth-of-type(8) span:after {
    top: -35px !important;
    left: -35px !important;
  }
}
.single-program .experience-section .wrapper .mountain-wrap .points .single:nth-of-type(1) {
  left: 8rem;
  top: 42.3rem;
}
@media (max-width: 1280px) {
  .single-program .experience-section .wrapper .mountain-wrap .points .single:nth-of-type(1) {
    left: 6.35vw;
    top: 33.5vw;
  }
}
@media (max-width: 768px) {
  .single-program .experience-section .wrapper .mountain-wrap .points .single:nth-of-type(1) {
    left: inherit;
    top: inherit;
    bottom: 231px;
    right: 0px;
  }
}
.single-program .experience-section .wrapper .mountain-wrap .points .single:nth-of-type(2) {
  left: 17.2rem;
  top: 34.8rem;
}
@media (max-width: 1280px) {
  .single-program .experience-section .wrapper .mountain-wrap .points .single:nth-of-type(2) {
    left: 13.7vw;
    top: 27.6vw;
  }
}
@media (max-width: 768px) {
  .single-program .experience-section .wrapper .mountain-wrap .points .single:nth-of-type(2) {
    left: inherit;
    top: inherit;
    right: 66px;
    bottom: 291px;
  }
}
.single-program .experience-section .wrapper .mountain-wrap .points .single:nth-of-type(3) {
  left: 34rem;
  top: 22rem;
}
@media (max-width: 1280px) {
  .single-program .experience-section .wrapper .mountain-wrap .points .single:nth-of-type(3) {
    left: 27vw;
    top: 17.4vw;
  }
}
@media (max-width: 768px) {
  .single-program .experience-section .wrapper .mountain-wrap .points .single:nth-of-type(3) {
    left: inherit;
    top: inherit;
    right: 96px;
    bottom: 370px;
  }
}
.single-program .experience-section .wrapper .mountain-wrap .points .single:nth-of-type(4) {
  left: 44rem;
  top: 11.5rem;
}
@media (max-width: 1280px) {
  .single-program .experience-section .wrapper .mountain-wrap .points .single:nth-of-type(4) {
    left: 34.5vw;
    top: 9.1vw;
  }
}
@media (max-width: 768px) {
  .single-program .experience-section .wrapper .mountain-wrap .points .single:nth-of-type(4) {
    left: inherit;
    top: inherit;
    right: 148px;
    bottom: 449px;
  }
}
.single-program .experience-section .wrapper .mountain-wrap .points .single:nth-of-type(5) {
  left: 55rem;
  top: 4.3rem;
}
@media (max-width: 1280px) {
  .single-program .experience-section .wrapper .mountain-wrap .points .single:nth-of-type(5) {
    left: 43.5vw;
    top: 3.3vw;
  }
}
@media (max-width: 768px) {
  .single-program .experience-section .wrapper .mountain-wrap .points .single:nth-of-type(5) {
    left: inherit;
    top: inherit;
    right: 175px;
    bottom: 498px;
  }
}
.single-program .experience-section .wrapper .mountain-wrap .points .single:nth-of-type(6) {
  right: 37.4rem;
  top: 8.5rem;
}
@media (max-width: 1280px) {
  .single-program .experience-section .wrapper .mountain-wrap .points .single:nth-of-type(6) {
    right: 29.6vw;
    top: 6.8vw;
  }
}
@media (max-width: 768px) {
  .single-program .experience-section .wrapper .mountain-wrap .points .single:nth-of-type(6) {
    left: inherit;
    top: inherit;
    right: 176px;
    bottom: 552px;
  }
}
.single-program .experience-section .wrapper .mountain-wrap .points .single:nth-of-type(6) span {
  text-align: right;
}
.single-program .experience-section .wrapper .mountain-wrap .points .single:nth-of-type(6) span:before {
  left: inherit;
  right: 0;
}
.single-program .experience-section .wrapper .mountain-wrap .points .single:nth-of-type(6) span:after {
  left: inherit;
  right: -3rem;
}
.single-program .experience-section .wrapper .mountain-wrap .points .single:nth-of-type(7) {
  right: 24rem;
  top: 18.2rem;
}
@media (max-width: 1280px) {
  .single-program .experience-section .wrapper .mountain-wrap .points .single:nth-of-type(7) {
    right: 18.9vw;
    top: 14.5vw;
  }
}
@media (max-width: 768px) {
  .single-program .experience-section .wrapper .mountain-wrap .points .single:nth-of-type(7) {
    left: inherit;
    top: inherit;
    right: 60px;
    bottom: 589px;
  }
}
.single-program .experience-section .wrapper .mountain-wrap .points .single:nth-of-type(7) span {
  text-align: right;
}
.single-program .experience-section .wrapper .mountain-wrap .points .single:nth-of-type(7) span:before {
  left: inherit;
  right: 0;
}
.single-program .experience-section .wrapper .mountain-wrap .points .single:nth-of-type(7) span:after {
  left: inherit;
  right: -3rem;
}
.single-program .experience-section .wrapper .mountain-wrap .points .single:nth-of-type(8) {
  right: 7rem;
  top: 25.7rem;
}
@media (max-width: 1280px) {
  .single-program .experience-section .wrapper .mountain-wrap .points .single:nth-of-type(8) {
    right: 5.6vw;
    top: 20.4vw;
  }
}
@media (max-width: 768px) {
  .single-program .experience-section .wrapper .mountain-wrap .points .single:nth-of-type(8) {
    left: inherit;
    top: inherit;
    right: -29px;
    bottom: 653px;
  }
}
.single-program .experience-section .wrapper .mountain-wrap .points .single:nth-of-type(8) span {
  text-align: right;
}
.single-program .experience-section .wrapper .mountain-wrap .points .single:nth-of-type(8) span:before {
  left: inherit;
  right: 0;
}
.single-program .experience-section .wrapper .mountain-wrap .points .single:nth-of-type(8) span:after {
  left: inherit;
  right: -3rem;
}
.single-program .experience-section .wrapper .mountain-wrap .points .single span {
  color: #ffffff;
  position: relative;
  display: block;
  max-width: 19.25rem;
}
@media (max-width: 768px) {
  .single-program .experience-section .wrapper .mountain-wrap .points .single span {
    font-size: 14px;
    max-width: 150px;
  }
}
.single-program .experience-section .wrapper .mountain-wrap .points .single span:before {
  content: "";
  background: #FF4E00;
  border-radius: 100%;
  display: block;
  width: 0.4375rem;
  height: 0.4375rem;
  position: absolute;
  top: -0.75rem;
  left: 0;
}
.single-program .experience-section .wrapper .mountain-wrap .points .single span:after {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url("../images/icon-star.svg");
  display: block;
  width: 2.75rem;
  height: 2.75rem;
  position: absolute;
  top: -4rem;
  left: -3rem;
}
.single-program .programs-section .wrapper .grid {
  display: grid;
  grid-column-gap: 2.3125rem;
  grid-row-gap: 4.125rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 4.125rem 0 0;
}
@media (max-width: 768px) {
  .single-program .programs-section .wrapper .grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media (max-width: 480px) {
  .single-program .programs-section .wrapper .grid {
    margin: 3rem 0 0;
  }
}
.single-program .programs-section .wrapper .grid .single-program-global:nth-of-type(3), .single-program .programs-section .wrapper .grid .single-program-global:nth-of-type(4) {
  display: none;
}
.single-program section.career-center-section {
  background-position: top center;
  padding: 20rem 0 10rem;
}
@media (max-width: 1024px) {
  .single-program section.career-center-section {
    padding: 17rem 0 8rem;
  }
}
@media (max-width: 768px) {
  .single-program section.career-center-section {
    padding: 28rem 0 8rem;
  }
}
@media (max-width: 480px) {
  .single-program section.career-center-section {
    padding: 23rem 0 8rem;
  }
}
.single-program section.career-center-section .wrapper .top-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .single-program section.career-center-section .wrapper .top-wrap {
    flex-direction: column;
    align-items: flex-start;
    grid-gap: 29px;
  }
}
.single-program section.career-center-section .wrapper .top-wrap .block-title {
  color: #ffffff;
}
.single-program section.career-center-section .wrapper .grid {
  margin: 2.125rem 0 0;
  grid-gap: 1.8125rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media (max-width: 768px) {
  .single-program section.career-center-section .wrapper .grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.single-program section.career-center-section .wrapper .grid .single .photo {
  border-radius: 1.25rem;
}
.single-program section.career-center-section .wrapper .grid .single .photo:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 171%;
}
.single-program section.career-center-section .wrapper .grid .single h3 {
  color: #ffffff;
  font-weight: 500;
  text-align: center;
  margin: 2.25rem 0 0;
}
@media (max-width: 480px) {
  .single-program section.career-center-section .wrapper .grid .single h3 {
    font-size: 20px;
    font-size: 1.9704433498rem;
  }
}
.fixed-program-btn {
  position: fixed;
  bottom: 2rem;
  right: 6.5rem;
  z-index: 50;
  height: 3rem;
  transition: background 0.2s ease-in-out, color 0.2s ease-in-out !important;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
@media (max-width: 768px) {
  .fixed-program-btn {
    bottom: 1rem;
    right: 5.5rem;
  }
}
.fixed-program-btn:before {
  -webkit-transition: filter 0.2s ease-in-out;
  -moz-transition: filter 0.2s ease-in-out;
  -ms-transition: filter 0.2s ease-in-out;
  -o-transition: filter 0.2s ease-in-out;
  transition: filter 0.2s ease-in-out;
}
.fixed-program-btn:hover {
  background: #191919 !important;
  color: #ffffff;
}
.fixed-program-btn:hover:before {
  filter: invert(1);
}

main.single-program-new * {
  color: #252A2F;
  font-weight: 400;
}
main.single-program-new .desc.text b, main.single-program-new .desc.text strong {
  font-weight: 500;
}
main.single-program-new .new-block-title {
  margin: 0 0 20px;
  text-align: center;
  font-weight: 700;
}
main.single-program-new .program-hero-section {
  padding: 150px 0 0;
  padding: 266px 0 0;
}
main.single-program-new .program-hero-section .wrapper {
  text-align: center;
}
main.single-program-new .program-hero-section .wrapper .tag {
  display: inline-block;
  padding: 10px 18px;
  color: #505050;
  background: #FFF1EA;
  border-radius: 60px;
}
main.single-program-new .program-hero-section .wrapper h1 {
  margin: 20px 0 0;
  text-align: center;
  color: #000000;
  font-weight: 800;
}
main.single-program-new .program-hero-section .wrapper h1 span {
  color: #FF4E00;
  font-weight: 800;
}
main.single-program-new .program-hero-section .wrapper .meta {
  margin: 24px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 80px;
}
main.single-program-new .program-hero-section .wrapper .meta .rating {
  display: flex;
  align-items: center;
  grid-gap: 2px;
}
main.single-program-new .program-hero-section .wrapper .meta .rating img {
  height: 22px;
  width: auto;
  display: block;
}
main.single-program-new .program-hero-section .wrapper .meta .enrolled {
  display: flex;
  align-items: center;
  grid-gap: 4px;
}
main.single-program-new .program-hero-section .wrapper .meta .enrolled img {
  height: 12px;
  width: auto;
  display: block;
}
main.single-program-new .program-hero-section .wrapper .desc {
  margin: 24px 0 0;
  text-align: center;
}
main.single-program-new .program-hero-section .wrapper .desc p {
  text-align: center;
}
main.single-program-new .program-hero-section .wrapper .facts {
  width: 100%;
  max-width: 603px;
  background: #EAF3FF;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 40px;
  border-radius: 12px;
  margin: 20px auto 0;
}
main.single-program-new .program-hero-section .wrapper .facts .single {
  display: flex;
  flex-direction: column;
  grid-gap: 2px;
  align-items: center;
  justify-content: center;
}
main.single-program-new .program-hero-section .wrapper .facts .single span {
  display: block;
  text-align: center;
}
main.single-program-new .program-hero-section .wrapper .facts .single span:nth-child(1) {
  font-weight: 700;
}
main.single-program-new .program-hero-section .wrapper .facts .single span:nth-child(2) {
  color: #4C4C4C;
}
main.single-program-new .program-hero-section .wrapper .center-btn {
  margin: 30px 0 0;
  text-align: center;
}
main.single-program-new .program-hero-section .wrapper .next-course {
  margin: 20px 0 0;
  text-align: center;
  display: block;
}
main.single-program-new .program-hero-section .wrapper .next-course b, main.single-program-new .program-hero-section .wrapper .next-course strong {
  font-weight: 500;
}
main.single-program-new .how-this-works-section {
  padding: 100px 0 0;
}
main.single-program-new .how-this-works-section .wrapper .desc {
  margin: 0 auto;
  text-align: center;
}
main.single-program-new .how-this-works-section .wrapper .wrap {
  margin: 30px auto 0;
  display: grid;
  grid-gap: 6px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 1042px;
  width: 100%;
}
main.single-program-new .how-this-works-section .wrapper .wrap .single {
  display: flex;
  align-items: center;
  padding: 20px 20px;
  border-radius: 2px;
  border: 1px solid #eaeaea;
  grid-gap: 12px;
}
main.single-program-new .how-this-works-section .wrapper .wrap .single img {
  width: 24px;
  height: auto;
  display: block;
  flex: none;
}
main.single-program-new .what-for-section {
  padding: 100px 0 0;
}
main.single-program-new .what-for-section .wrapper .desc {
  margin: 0 auto;
  text-align: center;
}
main.single-program-new .what-for-section .wrapper .wrap {
  margin: 30px auto 0;
  max-width: 1080px;
  width: 100%;
  display: grid;
  grid-gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
main.single-program-new .what-for-section .wrapper .wrap .single {
  background: #FFF0E9;
  border-radius: 12px;
  padding: 32px 30px;
  display: flex;
  align-items: flex-start;
  grid-gap: 10px;
}
main.single-program-new .what-for-section .wrapper .wrap .single img {
  width: 20px;
  height: auto;
  display: block;
}
main.single-program-new .what-for-section .wrapper .wrap .single .info {
  display: flex;
  flex-direction: column;
  grid-gap: 2px;
}
main.single-program-new .what-for-section .wrapper .wrap .single .info .title {
  display: block;
  font-weight: 600;
  line-height: 1;
}
main.single-program-new .what-for-section .wrapper .wrap .single .info p {
  margin: 0;
}
main.single-program-new .why-choose-section {
  padding: 100px 0 0;
}
main.single-program-new .why-choose-section .wrapper .desc {
  margin: 0 auto;
  text-align: center;
}
main.single-program-new .why-choose-section .wrapper .wrap {
  display: grid;
  max-width: 1021px;
  grid-gap: 20px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 30px auto 0;
}
main.single-program-new .why-choose-section .wrapper .wrap .single {
  background: #EAF3FF;
  padding: 26px 20px;
}
main.single-program-new .why-choose-section .wrapper .wrap .single img {
  height: 24px;
  width: auto;
  display: block;
}
main.single-program-new .why-choose-section .wrapper .wrap .single .info {
  margin: 8px 0 0;
}
main.single-program-new .why-choose-section .wrapper .wrap .single .info .title {
  font-weight: 700;
  display: block;
}
main.single-program-new .why-choose-section .wrapper .wrap .single .info p {
  margin: 8px 0 0;
}
main.single-program-new .why-choose-section .wrapper .center-btn {
  margin: 40px 0 0;
}
main.single-program-new .why-choose-section .wrapper .enroll-info {
  margin: 14px 0 0;
  text-align: center;
}
main.single-program-new .why-choose-section .wrapper .enroll-info span {
  color: #9C9C9C;
  display: inline-block;
  padding: 0 14px;
  border-bottom: 1px solid #9C9C9C;
}
main.single-program-new .what-you-learn-section {
  padding: 100px 0 0;
}
main.single-program-new .what-you-learn-section .wrapper .desc {
  margin: 0 auto;
  text-align: center;
}
main.single-program-new .what-you-learn-section .wrapper .curriculum {
  max-width: 1254px;
  width: 100%;
  margin: 30px auto 0;
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
main.single-program-new .what-you-learn-section .wrapper .curriculum .single {
  border: 1px solid #E3E3E3;
  border-radius: 7px;
  padding: 22px 18px;
  box-shadow: 5.8177266121px 4.6541814804px 26.76px rgba(0, 0, 0, 0.04);
}
main.single-program-new .what-you-learn-section .wrapper .curriculum .single .top {
  display: flex;
  align-items: center;
  grid-gap: 8px;
}
main.single-program-new .what-you-learn-section .wrapper .curriculum .single .top .number {
  color: #FF4E00;
  flex: none;
  font-weight: 500;
}
main.single-program-new .what-you-learn-section .wrapper .curriculum .single .top .title {
  font-weight: 700;
}
main.single-program-new .what-you-learn-section .wrapper .curriculum .single .meta {
  margin: 14px 0 0;
  display: flex;
  flex-wrap: wrap;
  grid-gap: 7px;
}
main.single-program-new .what-you-learn-section .wrapper .curriculum .single .meta .lessons {
  display: flex;
  align-items: center;
  padding: 4px 9px;
  background: #FFF1EA;
  border-radius: 116px;
  grid-gap: 7px;
}
main.single-program-new .what-you-learn-section .wrapper .curriculum .single .meta .lessons img {
  height: 20px;
  width: auto;
  display: block;
  flex: none;
}
main.single-program-new .what-you-learn-section .wrapper .curriculum .single .meta .mental-wellness {
  display: flex;
  align-items: center;
  padding: 4px 9px;
  background: #EAF3FF;
  border-radius: 116px;
  grid-gap: 7px;
}
main.single-program-new .what-you-learn-section .wrapper .curriculum .single .meta .mental-wellness img {
  height: 20px;
  width: auto;
  display: block;
  flex: none;
}
main.single-program-new .what-you-learn-section .wrapper .curriculum .single .desc {
  margin: 14px 0 0;
}
main.single-program-new .what-you-learn-section .wrapper .curriculum .single .desc p {
  text-align: left;
}
main.single-program-new .what-you-learn-section .wrapper .curriculum .single .bonus-info {
  margin: 14px 0 0;
  border: 1px solid #8596DD;
  background: #EAF3FF;
  display: flex;
  align-items: center;
  padding: 18px 14px;
  border-radius: 9px;
  grid-gap: 5px;
}
main.single-program-new .what-you-learn-section .wrapper .curriculum .single .bonus-info img {
  width: 20px;
  height: auto;
  display: block;
  flex: none;
}
main.single-program-new .what-you-learn-section .wrapper .curriculum .single .bonus-info p {
  font-weight: 600;
  color: #5C5C5C;
  margin: 0;
}
main.single-program-new .results-section {
  padding: 100px 0 0;
}
main.single-program-new .results-section .top-part .wrapper .desc {
  margin: 0 auto;
  text-align: center;
}
main.single-program-new .results-section .top-part .wrapper .results {
  margin: 30px auto 0;
  width: 100%;
  max-width: 696px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 24px;
}
main.single-program-new .results-section .top-part .wrapper .results .single {
  border-radius: 10px;
  border: 1px solid #E3E3E3;
  padding: 15px 15px;
}
main.single-program-new .results-section .top-part .wrapper .results .single .top {
  display: flex;
  align-items: center;
  grid-gap: 8px;
}
main.single-program-new .results-section .top-part .wrapper .results .single .top img {
  width: 24px;
  height: auto;
  display: block;
}
main.single-program-new .results-section .top-part .wrapper .results .single .top span {
  font-weight: 500;
  line-height: 1.1;
}
main.single-program-new .results-section .top-part .wrapper .results .single p {
  margin: 6px 0 0;
}
main.single-program-new .results-section .middle-part {
  margin: 30px 0 0;
  padding: 30px 0;
  background: #FFF1EA;
}
main.single-program-new .results-section .middle-part .wrapper {
  display: flex;
  justify-content: space-between;
  max-width: 1054px;
  width: 100%;
}
main.single-program-new .results-section .middle-part .wrapper .single {
  max-width: 188px;
  width: 100%;
}
main.single-program-new .results-section .middle-part .wrapper .single span {
  display: block;
  text-align: center;
}
main.single-program-new .results-section .middle-part .wrapper .single span:nth-child(1) {
  font-weight: 700;
}
main.single-program-new .results-section .bottom-part {
  margin: 30px 0 0;
}
main.single-program-new .results-section .bottom-part .wrapper .seats-left {
  margin: 14px auto 0;
  font-weight: 500;
  color: #757575;
  text-align: center;
  display: block;
}
main.single-program-new .bonuses-section {
  padding: 100px 0 0;
}
main.single-program-new .bonuses-section .wrapper .desc {
  margin: 0 auto;
  text-align: center;
}
main.single-program-new .bonuses-section .wrapper .wrap {
  max-width: 1044px;
  width: 100%;
  margin: 30px auto 0;
  grid-gap: 18px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
main.single-program-new .bonuses-section .wrapper .wrap .single {
  border-radius: 10px;
  border: 1px solid #E3E3E3;
  padding: 15px 14px;
}
main.single-program-new .bonuses-section .wrapper .wrap .single .top {
  display: flex;
  align-items: center;
  grid-gap: 10px;
}
main.single-program-new .bonuses-section .wrapper .wrap .single .top img {
  width: 24px;
  height: auto;
  display: block;
  flex: none;
}
main.single-program-new .bonuses-section .wrapper .wrap .single .top span {
  font-weight: 500;
  line-height: 1.1;
}
main.single-program-new .bonuses-section .wrapper .wrap .single p {
  margin: 6px 0 0;
}
main.single-program-new .instructors-section {
  padding: 100px 0 0;
}
main.single-program-new .instructors-section .wrapper .desc {
  margin: 0 auto;
  text-align: center;
}
main.single-program-new .instructors-section .wrapper .instructors {
  max-width: 1060px;
  width: 100%;
  margin: 30px auto 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 28px;
}
main.single-program-new .instructors-section .wrapper .instructors .single {
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}
main.single-program-new .instructors-section .wrapper .instructors .single .photo:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 117%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), #333);
}
main.single-program-new .instructors-section .wrapper .instructors .single .rating {
  border-radius: 46px;
  display: flex;
  align-items: center;
  grid-gap: 4px;
  padding: 8px 9px;
  background: #ffffff;
  position: absolute;
  top: 6px;
  left: 6px;
}
main.single-program-new .instructors-section .wrapper .instructors .single .rating img {
  height: 16px;
  width: auto;
  display: block;
  flex: none;
}
main.single-program-new .instructors-section .wrapper .instructors .single .rating span {
  font-weight: 500;
  line-height: 1;
}
main.single-program-new .instructors-section .wrapper .instructors .single .info {
  position: absolute;
  left: 15px;
  bottom: 15px;
  z-index: 1;
}
main.single-program-new .instructors-section .wrapper .instructors .single .info .name-linkedin {
  display: flex;
  align-items: center;
  grid-gap: 12px;
}
main.single-program-new .instructors-section .wrapper .instructors .single .info .name-linkedin .name {
  font-weight: 500;
  color: #ffffff;
}
main.single-program-new .instructors-section .wrapper .instructors .single .info .name-linkedin a {
  padding: 6px 13px;
  align-items: center;
  grid-gap: 5px;
  text-decoration: none;
  background: #3679FF;
  border-radius: 114px;
  display: inline-flex;
}
main.single-program-new .instructors-section .wrapper .instructors .single .info .name-linkedin a img {
  height: 17px;
  width: auto;
  display: block;
  flex: none;
}
main.single-program-new .instructors-section .wrapper .instructors .single .info .name-linkedin a span {
  color: #ffffff;
}
main.single-program-new .instructors-section .wrapper .instructors .single .info .job {
  margin: 9px 0 0;
  color: #ffffff;
  display: block;
}
main.single-program-new .instructors-section .wrapper .instructors .single .info p {
  margin: 9px 0 0;
  color: #ffffff;
}
main.single-program-new .mental-wellness-section {
  background: #F9F9F9;
  margin: 100px 0 0;
  padding: 60px 0;
}
main.single-program-new .mental-wellness-section .wrapper .desc {
  margin: 0 auto;
  text-align: center;
  max-width: 616px;
  width: 100%;
}
main.single-program-new .mental-wellness-section .wrapper .blue-box {
  margin: 40px auto 0;
  max-width: 671px;
  width: 100%;
  background: #EAF3FF;
  border-radius: 6px;
  padding: 28px 28px;
  text-align: center;
}
main.single-program-new .mental-wellness-section .wrapper .blue-box span {
  display: block;
  font-weight: 700;
}
main.single-program-new .mental-wellness-section .wrapper .blue-box span span {
  color: #3679FF;
  display: inline;
}
main.single-program-new .mental-wellness-section .wrapper .blue-box p {
  margin: 18px 0 0;
  text-align: center;
}
main.single-program-new .mental-wellness-section .wrapper .formula {
  margin: 30px 0 0;
}
main.single-program-new .mental-wellness-section .wrapper .formula .title {
  font-weight: 700;
  text-align: center;
  display: block;
}
main.single-program-new .mental-wellness-section .wrapper .formula .title span {
  color: #FF4E00;
}
main.single-program-new .mental-wellness-section .wrapper .formula .wrap {
  margin: 18px auto 0;
  grid-gap: 24px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 1042px;
  width: 100%;
}
main.single-program-new .mental-wellness-section .wrapper .formula .wrap .single {
  padding: 28px 14px;
  border: 1px solid #D8D8D8;
  border-radius: 12px;
  background: #ffffff;
}
main.single-program-new .mental-wellness-section .wrapper .formula .wrap .single .part {
  padding: 6px 10px;
  display: inline-flex;
  align-items: center;
  grid-gap: 6px;
  background: #3679FF;
  border-radius: 42px;
}
main.single-program-new .mental-wellness-section .wrapper .formula .wrap .single .part img {
  height: 21px;
  width: auto;
  display: block;
}
main.single-program-new .mental-wellness-section .wrapper .formula .wrap .single .part span {
  font-weight: 600;
  color: #ffffff;
}
main.single-program-new .mental-wellness-section .wrapper .formula .wrap .single .title {
  margin: 12px 0 0;
  display: block;
  font-weight: 700;
  text-align: left;
}
main.single-program-new .mental-wellness-section .wrapper .formula .wrap .single p {
  margin: 6px 0 0;
}
main.single-program-new .mental-wellness-section .wrapper .formula .wrap .single ul {
  margin: 22px 0 0;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  grid-gap: 8px;
  padding: 0;
}
main.single-program-new .mental-wellness-section .wrapper .formula .wrap .single ul li {
  position: relative;
  padding: 0 0 0 20px;
  line-height: 1.1;
}
main.single-program-new .mental-wellness-section .wrapper .formula .wrap .single ul li:before {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  background-image: url("../images/v2/icon-orange-check.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 1px;
  left: 0;
}
main.single-program-new .mental-wellness-section .wrapper .features {
  margin: 30px 0 0;
}
main.single-program-new .mental-wellness-section .wrapper .features .title {
  font-weight: 700;
  text-align: center;
  display: block;
}
main.single-program-new .mental-wellness-section .wrapper .features .wrap {
  margin: 30px 0 0;
  display: flex;
  justify-content: center;
  grid-gap: 80px;
}
main.single-program-new .mental-wellness-section .wrapper .features .wrap .single {
  max-width: 191px;
  width: 100%;
  text-align: center;
}
main.single-program-new .mental-wellness-section .wrapper .features .wrap .single .icon {
  width: 70px;
  height: 70px;
  background: #FF4E00;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
main.single-program-new .mental-wellness-section .wrapper .features .wrap .single .icon img {
  height: 24px;
  width: auto;
  display: block;
}
main.single-program-new .mental-wellness-section .wrapper .features .wrap .single span {
  margin: 12px 0 0;
  text-align: center;
  font-weight: 600;
  display: block;
}
main.single-program-new .mental-wellness-section .wrapper .features .wrap .single p {
  margin: 6px 0 0;
  text-align: center;
}
main.single-program-new .career-center-new-section {
  padding: 100px 0 0;
}
main.single-program-new .career-center-new-section .wrapper .desc {
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
main.single-program-new .career-center-new-section .wrapper .wrap {
  margin: 30px auto 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-gap: 24px;
  max-width: 1180px;
  width: 100%;
}
main.single-program-new .career-center-new-section .wrapper .wrap .single {
  position: relative;
  border-radius: 11px;
  overflow: hidden;
}
main.single-program-new .career-center-new-section .wrapper .wrap .single:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 145%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 27.36%, #333);
}
main.single-program-new .career-center-new-section .wrapper .wrap .single span {
  display: block;
  max-width: 166px;
  position: absolute;
  left: 19px;
  bottom: 14px;
  font-weight: 600;
  z-index: 1;
  color: #ffffff;
}
main.single-program-new .alumni-stories-new-section {
  padding: 100px 0 100px;
}
main.single-program-new .alumni-stories-new-section .wrapper .desc {
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
main.single-program-new .alumni-stories-new-section .wrapper .wrap {
  margin: 30px auto 0;
  width: 100%;
  max-width: 1065px;
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
main.single-program-new .alumni-stories-new-section .wrapper .wrap .single {
  box-shadow: 0px 4.9096603394px 29.46px 1.23px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  overflow: hidden;
}
main.single-program-new .alumni-stories-new-section .wrapper .wrap .single.quote .wrap-inner {
  padding: 20px 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
main.single-program-new .alumni-stories-new-section .wrapper .wrap .single.quote .wrap-inner .quote-icon {
  height: 32px;
  width: auto;
  display: block;
}
main.single-program-new .alumni-stories-new-section .wrapper .wrap .single.quote .wrap-inner .stars {
  height: 30px;
  width: auto;
  display: block;
  margin: 8px 0 0;
}
main.single-program-new .alumni-stories-new-section .wrapper .wrap .single.quote .wrap-inner p.quote {
  margin: 14px 0 0;
}
main.single-program-new .alumni-stories-new-section .wrapper .wrap .single.quote .wrap-inner .author {
  display: flex;
  align-items: center;
  grid-gap: 15px;
  margin: 54px 0 0;
}
main.single-program-new .alumni-stories-new-section .wrapper .wrap .single.quote .wrap-inner .author .credentials {
  height: 72px;
  width: 40px;
  background: #3679FF;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  border-radius: 50px;
}
main.single-program-new .alumni-stories-new-section .wrapper .wrap .single.quote .wrap-inner .author .credentials span {
  display: block;
  color: #ffffff;
  font-weight: 600;
}
main.single-program-new .alumni-stories-new-section .wrapper .wrap .single.quote .wrap-inner .author .author-info span {
  display: block;
  font-weight: 600;
}
main.single-program-new .alumni-stories-new-section .wrapper .wrap .single.quote .wrap-inner .author .author-info p {
  margin: 8px 0 0;
  text-align: left;
}
main.single-program-new .alumni-stories-new-section .wrapper .wrap .single.video .wrap-inner {
  height: 100%;
  width: 100%;
}
main.single-program-new .alumni-stories-new-section .wrapper .wrap .single.video .wrap-inner .photo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
main.single-program-new .alumni-stories-new-section .wrapper .wrap .single.video .wrap-inner .photo img {
  height: 67px;
  width: auto;
  display: block;
}
main.single-program-new .alumni-stories-new-section .wrapper .disclaimer {
  margin: 30px auto 0;
  max-width: 366px;
  width: 100%;
  text-align: center;
}
main.single-program-new .alumni-stories-new-section .wrapper .disclaimer span b, main.single-program-new .alumni-stories-new-section .wrapper .disclaimer span strong {
  font-weight: 500;
}
main.single-program-new .pricing-section {
  padding: 40px 0 40px;
  background: #FFF4EF;
}
main.single-program-new .pricing-section .wrapper .desc {
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
main.single-program-new .pricing-section .wrapper .pricing-features {
  margin: 20px 0 0;
  display: flex;
  justify-content: center;
  grid-gap: 14px;
}
main.single-program-new .pricing-section .wrapper .pricing-features .single {
  display: flex;
  align-items: center;
  grid-gap: 10px;
}
main.single-program-new .pricing-section .wrapper .pricing-features .single .icon {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #3679FF;
  border-radius: 100%;
}
main.single-program-new .pricing-section .wrapper .pricing-features .single .icon img {
  height: 16px;
  width: auto;
  display: block;
}
main.single-program-new .pricing-section .wrapper .pricing-plans {
  margin: 30px auto 0;
  width: 100%;
  max-width: 1056px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 60px;
}
main.single-program-new .pricing-section .wrapper .pricing-plans .single {
  border-radius: 6px;
  border: 1px solid #E7E7E7;
  padding: 24px 27px 17px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  grid-gap: 32px;
  position: relative;
  overflow: hidden;
}
main.single-program-new .pricing-section .wrapper .pricing-plans .single:nth-child(1) .center-btn a, main.single-program-new .pricing-section .wrapper .pricing-plans .single:nth-child(3) .center-btn a {
  background: #ffffff;
  color: #FF4E00 !important;
  box-shadow: none;
}
main.single-program-new .pricing-section .wrapper .pricing-plans .single .tag {
  position: absolute;
  top: 0;
  transform: rotate(-45deg);
  background: #FF4E00;
  display: flex;
  justify-content: center;
  padding: 14px 0 4px;
  width: 200px;
  left: -100px;
  transform-origin: top;
}
main.single-program-new .pricing-section .wrapper .pricing-plans .single .tag span {
  color: #ffffff;
  display: block;
  text-align: center;
  font-weight: 500;
}
main.single-program-new .pricing-section .wrapper .pricing-plans .single .top-part .title {
  display: block;
  text-align: center;
  font-weight: 600;
  line-height: 1.1;
}
main.single-program-new .pricing-section .wrapper .pricing-plans .single .top-part p {
  margin: 2px 0 0;
  text-align: center;
  line-height: 1.15;
}
main.single-program-new .pricing-section .wrapper .pricing-plans .single .top-part .price {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 8px 0 0;
}
main.single-program-new .pricing-section .wrapper .pricing-plans .single .top-part .price .old-price {
  color: #585858;
  display: block;
  text-align: center;
  text-decoration: line-through;
}
main.single-program-new .pricing-section .wrapper .pricing-plans .single .top-part .price .price-now {
  font-weight: 600;
  display: block;
  text-align: center;
}
main.single-program-new .pricing-section .wrapper .pricing-plans .single .top-part .price .save {
  display: inline-block;
  padding: 10px 10px;
  border-radius: 4px;
  color: #ffffff;
  text-transform: uppercase;
  background: #3679FF;
  font-weight: 700;
}
main.single-program-new .pricing-section .wrapper .pricing-plans .single .top-part ul {
  list-style-type: none;
  padding: 0;
  margin: 24px 0 0;
  display: flex;
  flex-direction: column;
  grid-gap: 4px;
}
main.single-program-new .pricing-section .wrapper .pricing-plans .single .top-part ul li {
  display: flex;
  align-items: flex-start;
  grid-gap: 6px;
}
main.single-program-new .pricing-section .wrapper .pricing-plans .single .top-part ul li img {
  height: 18px;
  width: auto;
  display: block;
  flex: none;
}
main.single-program-new .faq-new-section {
  padding: 100px 0 0;
}
main.single-program-new .faq-new-section .wrapper .accordion {
  margin: 30px auto 0;
  max-width: 679px;
  width: 100%;
}
main.single-program-new .faq-new-section .wrapper .accordion .single {
  border-top: 1px solid #DCDCDC;
}
main.single-program-new .faq-new-section .wrapper .accordion .single:first-child {
  border-top: none;
}
main.single-program-new .faq-new-section .wrapper .accordion .single .header {
  position: relative;
}
main.single-program-new .faq-new-section .wrapper .accordion .single .header h4 {
  padding: 18px 0;
  margin: 0;
  cursor: pointer;
}
main.single-program-new .faq-new-section .wrapper .accordion .single .header .state {
  width: 24px;
  height: 24px;
  background-image: url("../images/v2/icon-arrow-down.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
}
main.single-program-new .faq-new-section .wrapper .accordion .single .acc-text {
  padding: 0 0 18px;
}
main.single-program-new .have-questions-section {
  padding: 100px 0 0;
}
main.single-program-new .have-questions-section .wrapper .desc {
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
main.single-program-new .have-questions-section .wrapper .box {
  margin: 30px auto 0;
  background: #FFF4EF;
  width: 100%;
  max-width: 495px;
  padding: 32px 32px;
  border-radius: 12px;
}
main.single-program-new .have-questions-section .wrapper .box .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  grid-gap: 19px;
}
main.single-program-new .have-questions-section .wrapper .box .list .single {
  display: flex;
  align-items: center;
  grid-gap: 12px;
}
main.single-program-new .have-questions-section .wrapper .box .list .single img {
  height: 24px;
  width: auto;
  display: block;
  flex: none;
}
main.single-program-new .have-questions-section .wrapper .box .center-btn {
  margin: 32px 0 0;
}
main.single-program-new .partners-new-section {
  padding: 100px 0 0;
}
main.single-program-new .partners-new-section .wrapper .wrap {
  margin: 30px auto 0;
  max-width: 1015px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  grid-gap: 40px;
}
main.single-program-new .partners-new-section .wrapper .wrap .single {
  display: flex;
  align-items: center;
  justify-content: center;
}
main.single-program-new .partners-new-section .wrapper .wrap .single img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  filter: grayscale(1);
}

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