.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: #3b79c3;
}

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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Agrandir, sans-serif;
  color: #fff;
  font-size: 6em;
  line-height: 1.1em;
  font-weight: 300;
}

p {
  margin-bottom: 10px;
  font-family: Manrope, sans-serif;
  color: #fff;
  font-size: 1.4em;
  line-height: 1.4em;
}

.hero {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 4;
  background-image: url('../images/Untitled-design-38-1.png');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.hero-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 199px;
  padding-bottom: 157px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-container {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 15;
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero-content {
  max-width: 90%;
}

.heading {
  position: -webkit-sticky;
  position: sticky;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 10px;
  font-family: Agrandir, sans-serif;
  font-size: 6em;
  font-weight: 400;
}

.heading.is-medium {
  padding-bottom: 24px;
  font-size: 5em;
  text-align: center;
}

.heading.is-medium.is--facilities {
  color: #292d2f;
}

.heading.is-medium.is--course {
  color: #fff;
}

.heading.is-medium.is--course {
  color: #000;
  text-align: center;
}

.heading.is-medium.is--course {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 9px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  color: #fff;
}

.heading.is-medium.is--benefits {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 9px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  color: #292d2f;
  text-align: left;
}

.heading.is-medium.is--blog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 9px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #292d2f;
  text-align: left;
}

.heading.is--small {
  margin-top: 0px;
  font-size: 2.5em;
}

.heading.is--verysmall {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1.6em;
}

.heading.is--verysmall.is--one {
  padding-bottom: 9px;
  font-size: 2.7em;
}

.heading.is--verysmall.is--two {
  margin-top: 12px;
  padding-bottom: 9px;
}

.navigation-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 8px;
}

.navigation {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 88px;
  padding: 8px 1%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0);
}

.logo {
  width: 124px;
}

.navigation-menu {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navigation-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 100%;
  min-height: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #fff;
}

.navigation-link {
  padding: 12px 18px;
  border-radius: 50px;
  background-color: transparent;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-family: Manrope, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: -0.01em;
  text-decoration: none;
  white-space: nowrap;
}

.navigation-link:hover {
  background-color: rgba(243, 245, 251, 0);
  color: #fff;
}

.navigation-link:active {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.navigation-link.w--current {
  color: #642eff;
}

.video {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 5;
  margin-top: -17px;
  margin-right: auto;
  margin-left: auto;
}

.video-wrapper {
  padding-top: 0px;
  padding-bottom: 0px;
}

.background-video {
  height: 0%;
  padding-bottom: 51%;
  border-radius: 20px;
}

.intro {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 6;
  margin-top: -17px;
  background-color: #292d2f;
}

.space {
  height: 100vh;
  background-color: red;
}

.intro-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 112px;
  padding-bottom: 114px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #292d2f;
}

.intro-container {
  max-width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.body {
  background-color: #f7f8fb;
}

.intro-heading-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.intro-heading {
  position: relative;
  max-width: 70%;
  padding: 54px 62px 40px;
}

.degree-grid {
  display: -ms-grid;
  display: grid;
  max-width: 100%;
  min-width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.icon-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  min-height: 80px;
  min-width: 80px;
  margin-bottom: 8px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(226, 248, 248, 0);
}

.degree-card {
  display: block;
  height: 100%;
  margin-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.degree-card.is--one {
  border-right: 1px solid #fff;
  border-top-style: none;
}

.degree-card.is--two {
  border-right: 1px none #000;
  border-top-style: none;
}

.degree-card.is--four {
  border-right-style: none;
}

.degrees {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  padding: 61px 0% 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.degree-container {
  display: block;
  max-width: 100%;
  margin-right: auto;
  margin-left: 0px;
}

.paragraph {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.paragraph.is--small {
  max-width: 80%;
  font-size: 1.2em;
}

.paragraph.is--facilties {
  margin-left: 0px;
  font-family: 'Suisseintl 2', sans-serif;
  text-align: left;
}

.paragraph.is--black {
  color: #000;
}

.paragraph.is--black.is--center {
  max-width: 60%;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Suisseintl 2', sans-serif;
  color: #fff;
  text-align: center;
}

.paragraph.is--black.is--facilities {
  max-width: 55%;
  font-family: 'Suisseintl 2', sans-serif;
  text-align: center;
  text-decoration: none;
}

.paragraph.is--black.is--benefits {
  font-family: 'Suisseintl 2', sans-serif;
  color: #292d2f;
  text-align: left;
}

.paragraph.is--black.is--blog {
  padding-bottom: 23px;
  font-family: 'Suisseintl 2', sans-serif;
  color: #292d2f;
  text-align: center;
}

.paragraph.is--hero {
  font-family: 'Suisseintl 2', sans-serif;
  text-align: left;
}

.paragraph.is--intro {
  font-family: 'Suisseintl 2', sans-serif;
  line-height: 1.3em;
}

.inner-degree {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding: 11px 21px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  border-style: none;
  border-width: 1px;
  border-color: #fff;
  border-radius: 100px;
  background-color: #cecece;
  -webkit-transition: all 375ms ease;
  transition: all 375ms ease;
}

.accent-text {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(16%, #49aa93), to(#a9ffeb));
  background-image: linear-gradient(180deg, #49aa93 16%, #a9ffeb);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.accent-text.is--two {
  background-image: url('../images/Untitled-design-38-1.png');
  background-position: 0% 100%;
  background-size: auto;
}

.arrow__image {
  position: absolute;
  left: auto;
  top: 3%;
  right: 3%;
  bottom: auto;
  width: 55px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.college__image {
  display: block;
  width: 100%;
  min-width: 100%;
}

.degree-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.degree-left {
  display: block;
  padding-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.degree-right {
  position: relative;
  max-width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.dates-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.dates-container {
  display: inline-block;
  padding: 16px 18px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 15px;
  background-color: #668483;
  background-image: url('../images/Untitled-design-38-1.png');
  background-position: 0% 100%;
  background-size: auto;
  box-shadow: 6px 6px 0 1px #fff;
  -webkit-transform: skew(0deg, -4deg);
  -ms-transform: skew(0deg, -4deg);
  transform: skew(0deg, -4deg);
}

.dates-top {
  border-bottom: 1px solid #fff;
}

.dates-bottom {
  display: inline-block;
}

.html {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  overflow: hidden;
  width: 0px;
  height: 0px;
}

.progress_fill {
  position: relative;
  width: 0%;
  height: 100%;
  background-color: #000;
}

.tricks-slider_slide {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 80%;
  height: 60vh;
  max-height: 80vw;
  margin-right: 1em;
  padding: 2em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #fff;
  text-align: center;
}

.tricks-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.global-styles {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.progress {
  position: relative;
  overflow: hidden;
  width: 80%;
  height: 1.5px;
  margin-top: 2.5em;
  margin-right: auto;
  margin-left: auto;
  background-color: rgba(0, 0, 0, 0.09);
}

.facilities {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 91px;
  border-radius: 20px;
  background-color: #f7f8fb;
  font-size: 1em;
}

.image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 1;
  width: 200%;
  height: 100%;
  max-width: none;
  padding-left: 0px;
  -o-object-fit: cover;
  object-fit: cover;
}

.tricks-slider_text {
  position: relative;
  z-index: 2;
  font-family: Agrandir, sans-serif;
  font-size: 5em;
  line-height: 1.1em;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0em;
}

.section {
  padding-top: 0px;
  padding-bottom: 0px;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100em;
  min-height: 80vh;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding: 0em 6em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.facilities-heading {
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 58px;
}

.facilities-heading-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 96%;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 22px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.facility-content {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 55;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 39px;
  padding-left: 38px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(61%, transparent), color-stop(96%, rgba(0, 0, 0, 0.43)));
  background-image: linear-gradient(180deg, transparent 61%, rgba(0, 0, 0, 0.43) 96%);
}

.facilities-inner-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 65%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section-2 {
  position: relative;
  padding: 5.625vw 10vw;
}

.container-2 {
  width: 100%;
}

._2-5vw-text {
  font-size: 1.7vw;
  line-height: 1;
}

._2-5vw-text.relative {
  position: relative;
}

.overflow-hidden {
  overflow: hidden;
  padding-left: 0px;
}

.work-absolute-wrap {
  position: absolute;
  top: -4.5vw;
  right: 0vw;
  display: none;
  width: 36vw;
  height: 24vw;
  opacity: 0;
}

.work-effect-container {
  position: relative;
  width: 100%;
  text-decoration: none;
}

.work-effect-container.archieve {
  display: -ms-grid;
  display: grid;
  padding-top: 2.5vw;
  padding-bottom: 2.5vw;
  grid-auto-columns: 1fr;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  -ms-grid-columns: 6vw 1fr auto;
  grid-template-columns: 6vw 1fr auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  color: #fff;
}

.horizontal-line {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 1px;
  background-color: #fff;
  opacity: 0.25;
}

._7-5vw-title {
  font-size: 3vw;
  line-height: 1;
}

._100--width {
  width: 100%;
}

._100--width.cover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.course-icon {
  width: 88px;
}

.course-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 92px;
  padding-bottom: 55px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background-color: #292d2f;
}

.sub-paragraph__two {
  margin-bottom: 0px;
  font-family: 'Suisseintl 2', sans-serif;
  color: #292d2f;
  font-size: 1.2em;
  line-height: 1.5em;
  font-weight: 400;
  letter-spacing: 0px;
}

.card-content-left {
  max-width: 100%;
  margin-top: -85px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.card-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-column-gap: 100px;
  grid-row-gap: 100px;
}

.sticky-card__image.is--three {
  width: auto;
  height: 700px;
  border-radius: 0% 16px 16px 0%;
  -o-object-fit: cover;
  object-fit: cover;
}

.card-content-right {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 60%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.heading__two {
  padding-bottom: 6px;
  color: #292d2f;
  font-size: 3em;
  font-weight: 400;
}

.section__swipe {
  margin-top: -62px;
  padding-bottom: 0px;
  background-color: #292d2f;
}

.inner__card {
  position: relative;
  height: 500px;
  max-width: 414px;
  min-width: 320px;
  border-radius: 16px;
  background-color: #9ba0f3;
  box-shadow: 0 9px 25px 0 rgba(0, 0, 0, 0.25);
}

.inner__card.is--3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-width: 90%;
  min-width: 90%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f7f8fb;
}

.inner__card.is--2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-width: 90%;
  min-width: 90%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f7f8fb;
}

.inner__card.is--4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-width: 90%;
  min-width: 90%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f7f8fb;
}

.inner__card.is--1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-width: 90%;
  min-width: 80%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f7f8fb;
}

.sticky--card {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-perspective: 1020px;
  perspective: 1020px;
}

.sticky--card.z3 {
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0px;
}

.sticky--card.z5 {
  z-index: 5;
}

.sticky--card.z6 {
  z-index: 6;
}

.sticky--card.z4 {
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.bold-text-3 {
  font-weight: 400;
}

.bold-text-4 {
  font-weight: 400;
}

.bold-text-5 {
  font-weight: 400;
}

.bold-text-6 {
  font-weight: 400;
}

.btn-container {
  display: inline-block;
  margin-top: 17px;
}

.btn-container.is--test {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 5;
}

.btn {
  padding: 16px 34px;
  border-radius: 14px;
  background-color: #40687a;
  background-image: linear-gradient(60deg, #5ca78a, #497a79);
  font-family: 'Suisseintl 2', sans-serif;
  color: #fff;
  font-size: 1.2em;
  font-weight: 400;
}

.btn.is--100 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 32px;
  padding-bottom: 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px 0px 16px 16px;
  background-color: #40687a;
  -webkit-transition: background-color 325ms ease;
  transition: background-color 325ms ease;
  font-family: 'Suisseintl 2', sans-serif;
  font-size: 1.9em;
  font-weight: 400;
  text-align: center;
}

.btn.is--100:hover {
  background-color: #54754d;
}

.btn.is--black {
  background-color: #292d2f;
  font-family: 'Suisseintl 2', sans-serif;
  font-weight: 400;
}

.class-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 90%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.classes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 95%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
  height: 160px;
  margin-top: 11px;
  margin-right: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-image: linear-gradient(333deg, #e9592d, #f39519);
  color: #fff;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.div-block-8._2nd {
  margin-top: 66px;
  margin-right: 0px;
  margin-bottom: 34px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  background-color: #40687a;
  background-image: linear-gradient(60deg, #5ca78a, #497a79);
  color: #fff;
}

.class-image-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 450px;
  height: 515px;
  margin-top: 69px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.rimage {
  position: absolute;
  width: 250px;
  height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
}

.rimage.left {
  width: auto;
  height: 420px;
  border-radius: 20px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.rimage.mid {
  width: auto;
  height: 420px;
  border-radius: 20px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.rimage.right {
  width: auto;
  height: 420px;
  border-radius: 20px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.text-block {
  font-family: 'Suisseintl 2', sans-serif;
  color: #fff;
  font-size: 1.5em;
  line-height: 1.1em;
  font-weight: 400;
}

.type-container.is--one {
  position: absolute;
  left: auto;
  top: 0%;
  right: -8%;
  bottom: auto;
  -webkit-transform: rotate(14deg);
  -ms-transform: rotate(14deg);
  transform: rotate(14deg);
}

.type-container.is--two {
  position: absolute;
  left: -11%;
  top: auto;
  right: auto;
  bottom: 0%;
  -webkit-transform: rotate(11deg);
  -ms-transform: rotate(11deg);
  transform: rotate(11deg);
}

.type-container.is--three {
  position: absolute;
  left: auto;
  top: auto;
  right: -9%;
  bottom: 0%;
  -webkit-transform: rotate(-11deg);
  -ms-transform: rotate(-11deg);
  transform: rotate(-11deg);
}

.type-container.is--four {
  position: absolute;
  left: -15%;
  top: 0%;
  right: auto;
  bottom: auto;
  -webkit-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  transform: rotate(-20deg);
}

.type-inner {
  display: inline-block;
  padding: 9px 14px 7px;
  border-radius: 14px;
  background-color: #f7f8fb;
  text-align: center;
}

.type__text {
  display: inline-block;
  font-family: Agrandir, sans-serif;
  color: #292d2f;
  font-size: 1.3em;
}

.arroww-image {
  width: 25px;
}

.overflow-wrapper {
  overflow: hidden;
}

.heading__one {
  position: -webkit-sticky;
  position: sticky;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 10px;
  font-family: Agrandir, sans-serif;
  font-size: 6em;
  font-weight: 400;
}

.heading__one.is-medium {
  padding-bottom: 24px;
  font-size: 5em;
  text-align: center;
}

.bar__image {
  width: 550px;
  min-width: 300px;
  margin-top: -51px;
  margin-bottom: -64px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.bar-image-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding-top: 34px;
  padding-bottom: 39px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.facts-wrapper {
  padding-bottom: 4px;
}

.facts {
  padding-bottom: 74px;
}

.feature-section {
  margin-top: -27px;
  padding: 100px 3%;
  border-radius: 20px;
  background-color: #fff;
}

.image-2 {
  margin-left: 10px;
}

.why-grid-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-bottom: 31px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 70px;
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.why-container {
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.why-btn-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 44px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #40687a;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}

.button:hover {
  background-color: #1c3bee;
}

.why-heading-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 22px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.anim-wrap {
  overflow: hidden;
}

.process-number {
  position: static;
  left: auto;
  top: -10px;
  right: 0%;
  bottom: auto;
  font-family: Agrandir, sans-serif;
  color: #292d2f;
  font-size: 5em;
  line-height: 1.1em;
  font-weight: 700;
}

.padding-vertical {
  padding-right: 0rem;
  padding-left: 0rem;
}

.padding-vertical.padding-large {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.heading-2 {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 2.5rem;
  line-height: 3rem;
  font-weight: 800;
}

.home-proces_component {
  position: relative;
  padding-top: 149px;
  text-align: left;
}

.paragraph-normal {
  margin-bottom: 0px;
  font-family: 'Suisseintl 2', sans-serif;
  color: #000;
  font-size: 1.2em;
  line-height: 1.875rem;
  font-weight: 500;
}

.process-item-title {
  font-family: Agrandir, sans-serif;
  font-weight: 700;
}

.page-padding {
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}

.container-large {
  width: 100%;
  max-width: 73.25rem;
  margin-right: auto;
  margin-left: auto;
}

.process-flex-item1 {
  position: relative;
  max-width: 286px;
  margin-right: 0px;
}

.why {
  padding-top: 7rem;
  padding-bottom: 4.3rem;
  border-bottom: 1px none #c4c4c4;
  border-radius: 20px 20px 0px 0px;
  background-color: #f7f8fb;
}

.margin-bottom.margin-small {
  margin-bottom: 1rem;
}

.process-flex-item3 {
  position: relative;
  max-width: 286px;
  margin-top: 0px;
}

.process-flex-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.process-icon {
  width: 64px;
}

.process-flex-item2 {
  position: relative;
  max-width: 286px;
  margin-top: 0px;
  margin-right: 0px;
}

.feature-content {
  position: relative;
  margin-top: 50px;
  opacity: 1;
}

.feature {
  padding: 0px 32px 38px 24px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.26);
  border-radius: 9px;
  background-color: hsla(8, 71%, 96%, 0);
}

.feature-heading {
  margin-bottom: 8px;
  font-family: Agrandir, sans-serif;
  color: #292d2f;
  font-size: 2em;
  line-height: 32px;
  font-weight: 500;
}

.why-grid {
  width: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.why-feature-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.inner-why {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.inner-why-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.inner-why-right {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.line__gif {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 70px;
  opacity: 1;
}

.book__image {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 65px;
  height: 55px;
  margin-top: -59px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.arrow__gif {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 65px;
  margin-top: -25px;
  margin-left: 44px;
  padding-left: 0px;
  -webkit-transform: rotate(14deg);
  -ms-transform: rotate(14deg);
  transform: rotate(14deg);
}

.blog {
  padding: 142px 3% 113px;
  background-color: #f7f8fb;
}

.button-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding: 12px 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 150px;
  background-color: rgba(41, 45, 47, 0);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.blog-container {
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.blog-thumbnail {
  height: 100%;
  min-width: 215px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: hsla(0, 0%, 81.3%, 0);
}

.blog-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 14px 0px 0px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 20px;
  background-color: #40687a;
  text-decoration: none;
}

.blog__title {
  margin-top: 0px;
  margin-bottom: 14px;
  font-family: Agrandir, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0px;
}

.arrow-right {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.blog-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 24px;
  padding-left: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.btn-text {
  margin-right: 10px;
  font-family: 'Suisseintl 2', sans-serif;
  font-size: 0.9em;
}

.blog-title-wrapper {
  display: block;
  max-width: 520px;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.blog__cover-image {
  display: block;
  width: 100%;
  height: 100%;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  -o-object-fit: cover;
  object-fit: cover;
}

.category {
  margin-bottom: 14px;
  padding: 4px 13px 3px;
  border-radius: 20px;
  background-color: #f7f8fb;
  font-family: Agrandir, sans-serif;
  color: #000;
  font-size: 0.8em;
  font-weight: 400;
  letter-spacing: 1px;
}

.blog-paragraph {
  margin-bottom: 20px;
  font-family: 'Suisseintl 2', sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 1.3em;
}

.blog-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.blog-heading-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 22px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.footer-line {
  width: 100%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 20px;
  background-color: hsla(0, 0%, 100%, 0.16);
}

.button-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 25px;
  background-color: #292d2f;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Suisseintl 2', sans-serif;
  color: #fff;
  font-size: 1.1em;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: capitalize;
}

.button-3:hover {
  border-color: #42dc2a;
  background-color: #fff;
  color: #000;
}

.instagram-wrapper {
  display: none;
  width: 95%;
  margin-top: -135px;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-content {
  margin-top: 140px;
}

.footer-content.for-footer {
  width: 87%;
  margin-top: 100px;
}

.made-with-webflow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  text-decoration: none;
}

.made-with-webflow.left-margin {
  margin-top: 0px;
  margin-left: 15px;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 16px;
  font-weight: 600;
}

.made-with-webflow.left-margin:hover {
  opacity: 0.73;
  color: #fff;
}

.coppyright-text {
  font-family: 'Suisseintl 2', sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
}

.instagram-photo {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 30px;
}

.instagram-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
}

.footer-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1.5fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.instagram-circle-wrapper {
  position: absolute;
  z-index: 2;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.text-block-13 {
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: capitalize;
}

.footer-container {
  position: relative;
  padding: 140px 5%;
  background-color: #fff;
}

.footer-container.footer {
  padding: 30px 5% 40px;
  border-top-right-radius: 350px;
  background-color: #223d43;
  background-image: url('../images/Untitled-design-38-1.png');
  background-position: 0px 0px;
  background-size: cover;
}

.nav-link-footer {
  position: relative;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #121217;
  font-size: 38px;
  line-height: 40px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link-footer.for-footer-version {
  margin-top: 0px;
  margin-bottom: 9px;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #fff;
  font-size: 13px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 1px;
}

.nav-link-footer.for-footer-version:hover {
  opacity: 1;
}

.left-copyright-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.left-copyright-flex.full {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  grid-column-gap: 30px;
}

.footer-link-text {
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: capitalize;
}

.footer-link-text:hover {
  background-color: transparent;
  color: #fff;
}

.footer-link-text.is--title {
  font-family: Agrandir, sans-serif;
}

.instagram-circle {
  position: relative;
  top: 50%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.instagram-image {
  display: block;
  width: 100%;
  height: 100%;
}

.brand-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  color: #111;
  font-size: 22px;
  line-height: 21px;
  font-weight: 700;
  letter-spacing: 11px;
  text-transform: uppercase;
}

.brand-2.white-version {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  color: #fff;
}

.footer-links-container {
  font-family: 'Suisseintl 2', sans-serif;
}

.logo-div {
  display: inline-block;
}

.image-3 {
  width: 65px;
}

.facility-gradient-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 55;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 39px;
  padding-left: 38px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(61%, transparent), color-stop(96%, rgba(0, 0, 0, 0.43)));
  background-image: linear-gradient(180deg, transparent 61%, rgba(0, 0, 0, 0.43) 96%);
}

.hero__join {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: none;
  padding: 11px 25px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 0.0625rem;
  border-color: hsla(0, 0%, 100%, 0.3);
  border-radius: 50px;
  -webkit-backdrop-filter: blur(5rem);
  backdrop-filter: blur(5rem);
  color: #fff;
  font-size: 1.1875rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-transform: uppercase;
}

.hero__join.is--nav {
  z-index: -2;
  padding: 4px 31px;
  background-color: #292d2f;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.overflow-hidden-2 {
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.arrow-wrap {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1.375rem;
  height: 1.375rem;
  padding: 0.1875rem 0.1875rem 0.1875rem 0.25rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #141731;
}

.arrow-wrap.text-color-orange.mod--join {
  width: 32px;
  height: 32px;
  margin-left: 1rem;
  padding: 0.4em 0.4em 0.5rem;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0);
}

.icon-2 {
  width: 1.5rem;
  height: 1.5rem;
}

.icon-2.mod--arrow-btn {
  position: relative;
  display: block;
  width: 1em;
  height: 1.1em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 1.1em;
  line-height: 1.1em;
}

.icon-2.mod--arrow-btn {
  position: relative;
  display: block;
  width: 0.6rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.overflow__anim {
  position: static;
  left: 0rem;
  bottom: 0rem;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.btn__txt.mod--normal {
  font-family: 'Suisseintl 2', sans-serif;
  font-size: 0.9em;
  font-weight: 400;
  letter-spacing: 0em;
  text-transform: capitalize;
}

.btnbig {
  position: relative;
  border-radius: 1.25rem;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 700;
  text-decoration: none;
}

.green-accent {
  background-image: linear-gradient(60deg, #5ca78a, #497a79);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.green-accent.is--two {
  padding-left: 19px;
}

.nav-menu-4 {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999999999;
  display: block;
  width: 75vw;
  height: 9.5%;
  min-width: 700px;
  margin-right: 0px;
  margin-left: 0px;
  background-color: hsla(0, 0%, 78.4%, 0);
}

.bottom-line {
  width: 100%;
  height: 2px;
  background-color: #fff;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 97%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 2px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.sub-nav-list {
  margin-top: 20px;
  padding-left: 60px;
  list-style-type: none;
}

.list-item-4 {
  text-align: left;
}

.list-item-4.d-none {
  display: none;
}

.link-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.image-4 {
  width: 50px;
}

.top-line {
  width: 100%;
  height: 2px;
  background-color: #fff;
}

.footer-social-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 43px;
  margin-right: 14px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.nav-left-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
}

.nav-list-link {
  font-family: 'Suisseintl 2', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 40px;
}

.nav-list-link:hover {
  font-weight: 500;
}

.nav-list-link.link {
  width: 148px;
  margin-left: 0px;
}

.footer-social-link {
  margin-right: 26px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.footer-social-link:hover {
  opacity: 0.6;
}

.navlink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #16192c;
  text-decoration: none;
}

.navlink:hover {
  opacity: 0.6;
}

.header-nav {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 999999999;
  height: auto;
  padding-bottom: 0px;
}

.nav-list {
  padding-top: 27px;
  padding-left: 60px;
  list-style-type: none;
}

.nav-inner-button-wrapper {
  margin-right: 22px;
}

.overlay-nav {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: auto;
  display: none;
  width: 100%;
  height: 10000vh;
  background-color: rgba(24, 24, 24, 0);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
}

.header-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  padding-left: 0px;
}

.social-media__icon {
  -webkit-filter: contrast(200%);
  filter: contrast(200%);
}

.social-media__icon.is--white {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.header-right-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-line-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.nav-inner__button {
  padding: 11px 29px;
  border-radius: 100px;
  background-color: #fff;
  font-family: 'Suisseintl 2', sans-serif;
  color: #000;
  font-size: 0.9em;
  font-weight: 400;
}

.header-left {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 100%;
  max-width: 100%;
  padding-top: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.24);
  border-radius: 40px 0px 0px 40px;
  background-color: #292d2f;
}

.navigation-bar {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 102px;
  padding-top: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px none rgba(22, 25, 44, 0);
  background-color: rgba(22, 25, 44, 0);
}

.menu-button-display {
  display: block;
  padding: 10px;
  background-color: transparent;
}

.menu-button-display.w--open {
  background-color: transparent;
}

.menu-button-display.display {
  z-index: 9999;
  width: 35px;
  height: 35px;
  margin-right: auto;
  margin-left: 60px;
  background-image: url('../images/62cc4777ba8c7216a2d2fde3_nav-close.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.link-nav {
  display: block;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 10px;
  padding: 0px;
  font-family: 'Suisseintl 2', sans-serif;
  color: #fff;
  font-size: 0.9em;
  line-height: 1.1em;
  font-weight: 400;
  letter-spacing: 0em;
  text-decoration: none;
  text-transform: capitalize;
}

.link-nav.max-width {
  display: none;
  width: 70px;
  margin-left: 30px;
}

.nav-link-5 {
  font-family: 'Suisseintl 2', sans-serif;
  color: #fff;
  font-size: 42px;
  line-height: 64px;
}

.nav-inner-social {
  padding-left: 60px;
}

.nav-wrapper {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

@media screen and (min-width: 1440px) {
  .hero-wrapper {
    padding-top: 198px;
    padding-bottom: 162px;
  }

  .hero-content {
    max-width: 70%;
  }

  .heading {
    font-size: 7em;
  }

  .heading.is-medium {
    font-size: 6em;
  }

  .heading.is-medium.is--facilities {
    font-size: 5em;
  }

  .heading.is-medium.is--benefits {
    margin-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    font-size: 5em;
    text-align: left;
  }

  .heading.is-medium.is--blog {
    margin-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    font-size: 5em;
    text-align: left;
  }

  .intro-container {
    max-width: 98%;
  }

  .intro-heading {
    max-width: 50%;
    padding: 65px 0px 81px;
  }

  .degree-grid {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .degree-card.is--one {
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
  }

  .degree-card.is--two {
    border-bottom: 1px solid #fff;
    border-top-style: solid;
    border-right-style: solid;
    border-right-color: #fff;
  }

  .degree-card.is--three {
    border-bottom: 1px solid #fff;
  }

  .degree-card.is--four {
    border-bottom: 1px solid #fff;
    border-right-style: solid;
  }

  .degree-container {
    max-width: 100%;
  }

  .paragraph.is--black.is--facilities {
    max-width: 45%;
    text-align: center;
  }

  .inner-degree {
    border-top: 1px solid #fff;
    border-right-style: solid;
  }

  .degree-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .degree-left {
    max-width: 100%;
    margin-right: auto;
  }

  .dates-wrapper {
    top: 8%;
    right: 44%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .tricks-slider_text {
    font-size: 4em;
  }

  .facilities-heading-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .course-heading {
    padding-top: 113px;
    padding-bottom: 40px;
  }

  .card-content {
    max-width: 100%;
  }

  .heading__two {
    font-size: 3em;
  }

  .inner__card.is--3 {
    max-width: 65%;
    min-width: 75%;
  }

  .inner__card.is--2 {
    max-width: 65%;
    min-width: 75%;
  }

  .inner__card.is--4 {
    max-width: 65%;
    min-width: 75%;
  }

  .inner__card.is--1 {
    max-width: 65%;
    min-width: 75%;
  }

  .rimage.left {
    height: 525px;
  }

  .rimage.mid {
    height: 525px;
  }

  .rimage.right {
    height: 525px;
  }

  .heading__one.is-medium {
    font-size: 6em;
  }

  .heading__one.is-medium.is--study {
    font-size: 5em;
  }

  .bar-image-container {
    margin-bottom: 0px;
    padding-top: 13px;
    padding-bottom: 40px;
  }

  .facts {
    padding-bottom: 145px;
  }

  .why-heading-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .book__image {
    right: 8%;
  }

  .arrow__gif {
    margin-left: 44px;
  }

  .blog-heading-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-link-text:hover {
    opacity: 1;
    color: #fff;
  }

  .image-3 {
    width: 65px;
  }
}

@media screen and (min-width: 1920px) {
  .hero {
    background-position: 0% 0%;
    background-size: auto;
  }

  .hero-wrapper {
    padding-top: 273px;
    padding-bottom: 238px;
  }

  .hero-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 70%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .heading {
    max-width: 90%;
    font-size: 8em;
  }

  .heading.is-medium {
    margin-right: auto;
    margin-left: auto;
    font-size: 6em;
    text-align: center;
  }

  .heading.is-medium.is--course {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .heading.is-medium.is--benefits {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .heading.is-medium.is--blog {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .heading.is--verysmall.is--one {
    font-size: 2.5em;
  }

  .video {
    margin-right: auto;
    margin-left: auto;
  }

  .intro-container {
    padding-top: 0px;
    padding-bottom: 184px;
  }

  .intro-heading-wrapper {
    padding-bottom: 141px;
  }

  .intro-heading {
    max-width: 50%;
    padding-right: 0px;
    padding-bottom: 77px;
    padding-left: 0px;
  }

  .degrees {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .degree-container {
    max-width: 70%;
  }

  .paragraph.is--black.is--center {
    max-width: 45%;
  }

  .paragraph.is--black.is--blog {
    text-align: center;
  }

  .paragraph.is--hero {
    max-width: 100%;
    margin-left: 0px;
    font-size: 1.7em;
  }

  .paragraph.is--intro {
    max-width: 70%;
  }

  .degree-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .degree-left {
    max-width: 90%;
  }

  .dates-container {
    padding-right: 23px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .facilities {
    padding-top: 102px;
  }

  .container {
    margin-top: -62px;
    padding-top: 0em;
    padding-left: 0em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .facilities-heading {
    padding-bottom: 109px;
  }

  .facilities-heading-container {
    max-width: 82%;
  }

  .course-heading {
    margin-top: 0px;
    padding-top: 111px;
    padding-bottom: 31px;
  }

  .sub-paragraph__two {
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  }

  .card-content {
    max-width: 100%;
  }

  .sticky-card__image.is--three {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .card-content-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .inner__card.is--3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    max-width: 60%;
    min-width: 70%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .inner__card.is--2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    max-width: 60%;
    min-width: 70%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .inner__card.is--4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    max-width: 60%;
    min-width: 70%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .inner__card.is--1 {
    height: auto;
    max-width: 70%;
    min-width: 70%;
  }

  .sticky--card.z6 {
    padding-top: 0px;
  }

  .btn-container.is--test {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 5;
  }

  .btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 14px;
  }

  .class-container {
    max-width: 100%;
    padding-top: 69px;
  }

  .div-block-8._2nd {
    margin-bottom: 0px;
  }

  .class-image-container {
    margin-top: 0px;
  }

  .rimage.left {
    height: 700px;
    border-radius: 20px;
  }

  .rimage.mid {
    height: 700px;
    border-radius: 20px;
  }

  .rimage.right {
    height: 700px;
    border-radius: 20px;
  }

  .heading__one {
    max-width: 90%;
    font-size: 9em;
  }

  .heading__one.is-medium {
    margin-right: auto;
    margin-left: auto;
    font-size: 6em;
    text-align: center;
  }

  .bar__image {
    width: 700px;
    min-width: 450px;
    margin-top: -87px;
    margin-bottom: -56px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .bar-image-container {
    margin-top: -44px;
    padding-bottom: 0px;
  }

  .facts {
    padding-bottom: 106px;
  }

  .why-heading-container {
    max-width: 82%;
    margin-left: 0px;
  }

  .process-number {
    display: inline-block;
    color: #292d2f;
  }

  .feature-content {
    display: inline-block;
  }

  .book__image {
    right: 26%;
  }

  .arrow__gif {
    margin-left: 44px;
  }

  .why-grid-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .blog-container {
    max-width: 80%;
  }

  .blog-thumbnail {
    min-width: 275px;
  }

  .blog-title-wrapper {
    max-width: 80%;
  }

  .blog-grid {
    max-width: 85%;
    margin-right: auto;
    margin-left: auto;
  }

  .blog-heading-container {
    max-width: 100%;
    margin-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-menu-4 {
    width: 45vw;
  }

  .nav-inner__button {
    border: 1px none #000;
  }
}

@media screen and (max-width: 991px) {
  .heading {
    font-size: 4em;
  }

  .heading.is-medium.is--facilities {
    font-size: 3.5em;
  }

  .heading.is-medium.is--course {
    font-size: 3.5em;
  }

  .heading.is-medium.is--benefits {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    font-size: 3.5em;
  }

  .heading.is-medium.is--blog {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    font-size: 3.5em;
  }

  .navigation-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .navigation {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
  }

  .logo-link {
    margin-right: 0px;
  }

  .menu-button {
    padding: 12px;
    border-style: none;
    border-width: 1px;
    border-color: #f3f5fb;
    border-radius: 8px;
    color: #fff;
  }

  .menu-button.w--open {
    border-color: #fff;
    background-color: #160042;
  }

  .navigation-menu {
    position: absolute;
    padding: 12px;
    border-radius: 8px;
    background-color: #fff;
    color: #393b6a;
  }

  .navigation-menu.w--open {
    border-color: #fff;
    background-color: #282556;
  }

  .navigation-link {
    width: 100%;
  }

  .background-video {
    padding-bottom: 94%;
  }

  .intro-wrapper {
    padding-bottom: 83px;
  }

  .intro-heading {
    padding: 112px 0px 92px;
  }

  .degree-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .paragraph.is--facilties {
    font-size: 1.2em;
    text-align: left;
  }

  .paragraph.is--black.is--center {
    max-width: 80%;
  }

  .paragraph.is--black.is--facilities {
    max-width: 80%;
  }

  .tricks-slider_slide {
    width: 77%;
    margin-right: 2em;
  }

  .progress {
    margin-top: 30px;
  }

  .facilities {
    padding-top: 62px;
  }

  .tricks-slider_text {
    font-size: 2.7em;
    text-align: left;
  }

  .container {
    min-height: 70vh;
    margin-top: 0px;
    padding-top: 1.6em;
    padding-right: 4em;
    padding-left: 4em;
  }

  .facility-content {
    padding-left: 14px;
  }

  .facilities-inner-content {
    max-width: 90%;
  }

  .work-absolute-wrap {
    width: 40vw;
  }

  .course-heading {
    padding-top: 75px;
  }

  .card-content-left {
    max-width: 100%;
    padding-left: 14px;
  }

  .card-content {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .sticky-card__image.is--three {
    height: 650px;
  }

  .card-content-right {
    max-width: 50%;
  }

  .heading__two {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 10px;
    font-size: 2.2em;
  }

  .section__swipe {
    margin-top: -136px;
  }

  .btn {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .class-image-container {
    margin-top: 45px;
  }

  .rimage.left {
    height: 365px;
  }

  .rimage.mid {
    height: 365px;
  }

  .rimage.right {
    height: 365px;
  }

  .overflow-wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .heading__one.is-medium {
    font-size: 3.5em;
  }

  .why-grid-heading {
    padding-bottom: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .why-btn-wrapper {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .why-heading-container {
    max-width: 80%;
    margin-left: 0px;
  }

  .process-number {
    font-size: 4em;
  }

  .process-flex-item1 {
    max-width: 520px;
  }

  .why {
    padding-top: 3.3rem;
  }

  .process-flex-item3 {
    max-width: 520px;
    margin-top: 0px;
  }

  .process-flex-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .process-flex-item2 {
    max-width: 520px;
    margin-top: 0px;
  }

  .why-feature-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .blog {
    padding-bottom: 63px;
  }

  .blog-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .blog-heading-container {
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
  }

  .instagram-wrapper {
    margin-top: -103px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer-content {
    margin-top: 100px;
  }

  .footer-content.for-footer {
    width: 100%;
  }

  .made-with-webflow.left-margin {
    margin-right: 5px;
    margin-bottom: 0px;
    margin-left: 5px;
  }

  .menu-wrapper {
    margin-bottom: 20px;
  }

  .footer-grid {
    padding-top: 42px;
    -ms-grid-columns: 1.5fr;
    grid-template-columns: 1.5fr;
  }

  .footer-container.footer {
    padding-top: 0px;
    padding-right: 5px;
    padding-left: 20px;
  }

  .left-copyright-flex {
    padding-left: 0px;
  }

  .brand-2 {
    margin-right: 10px;
  }

  .footer-left {
    padding-bottom: 45px;
  }

  .facility-gradient-overlay {
    padding-left: 14px;
  }

  .green-accent.is--two {
    padding-left: 18px;
  }

  .nav-menu-4 {
    height: auto;
    background-color: hsla(0, 0%, 100%, 0);
  }

  .nav {
    padding-right: 0px;
    padding-left: 0px;
  }

  .image-4 {
    width: 50px;
  }

  .nav-list {
    padding-top: 0px;
  }

  .header-2 {
    width: 100%;
  }

  .menu-line-wrapper {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .header-left {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navigation-bar {
    height: 102px;
  }

  .menu-button-display {
    margin-left: 0px;
  }

  .menu-button-display.w--open {
    background-color: rgba(254, 248, 241, 0);
    color: #000;
  }

  .link-nav {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0px;
    font-size: 15px;
    line-height: 18px;
  }

  .link-nav.max-width {
    width: 60px;
    margin-left: 30px;
  }

  .nav-link-5 {
    font-size: 30px;
    line-height: 48px;
  }
}

@media screen and (max-width: 767px) {
  .degree-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .degrees {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .tricks-slider_text {
    font-size: 9.9em;
  }

  .paragraph-normal {
    font-size: 18px;
    line-height: 28px;
  }

  .process-flex-item3 {
    margin-top: 0px;
  }

  .process-flex-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .process-flex-item2 {
    margin-top: 0px;
  }

  .why-feature-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .instagram-wrapper {
    width: 100%;
  }

  .made-with-webflow.left-margin {
    margin: 5px 0px;
  }

  .footer-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .footer-container.footer {
    border-top-right-radius: 0px;
  }

  .nav-link-footer {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 30px;
  }

  .left-copyright-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .left-copyright-flex.full {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .nav-menu-4 {
    width: 80%;
    min-width: 400px;
  }

  .sub-nav-list {
    margin-bottom: 0px;
    padding-left: 30px;
  }

  .footer-social-links {
    margin-right: -24px;
    margin-bottom: 24px;
  }

  .nav-list {
    padding-left: 30px;
  }

  .header-left {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .menu-button-display.display.w--open {
    margin-left: 30px;
  }

  .nav-link-5 {
    font-size: 20px;
    line-height: 38px;
  }

  .brand-logo-wrapper {
    padding-left: 0px;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    background-position: 0% 0%;
    background-size: cover;
    background-attachment: scroll;
  }

  .hero-wrapper {
    margin-top: 0px;
    padding-top: 145px;
    padding-bottom: 108px;
  }

  .hero-container {
    max-width: 100%;
    padding-left: 12px;
  }

  .hero-content {
    max-width: 96%;
  }

  .heading {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 3.5em;
  }

  .heading.is-medium {
    padding-bottom: 18px;
    font-size: 2.3em;
  }

  .heading.is-medium.is--facilities {
    font-size: 3em;
  }

  .heading.is-medium.is--course {
    font-size: 3em;
  }

  .heading.is-medium.is--benefits {
    font-size: 3em;
  }

  .heading.is-medium.is--blog {
    font-size: 3em;
  }

  .heading.is--small {
    padding-bottom: 8px;
    font-size: 1.8em;
    text-align: left;
  }

  .heading.is--verysmall.is--one {
    font-size: 1.3em;
  }

  .heading.is--verysmall.is--two {
    font-size: 1.1em;
  }

  .heading.is--verysmall.is--three {
    font-size: 1.1em;
  }

  .navigation {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 15;
  }

  .menu-button {
    border-style: none;
  }

  .video {
    border-radius: 20px;
  }

  .video-wrapper {
    border-radius: 20px;
  }

  .video-container {
    border-radius: 20px;
  }

  .background-video {
    padding-bottom: 188%;
  }

  .intro {
    background-color: rgba(41, 45, 47, 0);
  }

  .intro-wrapper {
    padding-top: 67px;
    padding-bottom: 0px;
  }

  .intro-container {
    max-width: 100%;
  }

  .intro-heading-wrapper {
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 0px;
  }

  .intro-heading {
    max-width: 100%;
    padding-top: 94px;
  }

  .degree-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    width: 100%;
    min-height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-column-gap: 35px;
    grid-row-gap: 35px;
  }

  .degree-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .degree-card.is--one {
    width: 260px;
    max-width: 100%;
    min-width: 260px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .degree-card.is--two {
    width: 260px;
    min-width: 260px;
  }

  .degree-card.is--three {
    width: 260px;
    min-width: 260px;
    border-top-style: none;
  }

  .degree-card.is--four {
    width: 260px;
    min-width: 260px;
    border-top-style: none;
  }

  .degrees {
    overflow: visible;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    padding: 35px 0% 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .degree-container {
    display: block;
    overflow: visible;
    width: 100%;
    height: 100%;
    max-width: 100%;
    min-height: 100%;
    min-width: 100%;
  }

  .paragraph {
    font-size: 1.2em;
  }

  .paragraph.is--small {
    font-size: 1.1em;
  }

  .paragraph.is--facilties {
    font-size: 1.2em;
  }

  .paragraph.is--black.is--center {
    max-width: 92%;
  }

  .paragraph.is--black.is--facilities {
    max-width: 80%;
    font-size: 1.2em;
  }

  .paragraph.is--black.is--benefits {
    text-align: center;
  }

  .paragraph.is--black.is--blog {
    text-align: center;
  }

  .paragraph.is--hero {
    text-align: left;
  }

  .inner-degree {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 100%;
    min-width: 100%;
    margin-right: 0px;
    padding-bottom: 14px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .inner-degree:hover {
    background-image: none;
  }

  .degree-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .degree-left {
    padding-bottom: 43px;
  }

  .degree-right {
    width: 100%;
    min-width: 100%;
  }

  .dates-wrapper {
    top: -27%;
    display: block;
  }

  .tricks-slider_slide {
    width: 135%;
    height: 60vh;
    max-height: 100vw;
    min-height: 45vh;
    margin-right: 3em;
  }

  .facilities {
    padding-top: 55px;
  }

  .tricks-slider_text {
    font-size: 2em;
    text-align: left;
  }

  .container {
    min-height: 60vh;
    margin-top: 0px;
    padding-top: 1.6em;
    padding-left: 1.3em;
  }

  .facilities-heading {
    max-width: 95%;
    padding-bottom: 13px;
  }

  .facilities-heading-container {
    max-width: 100%;
  }

  .facility-content {
    padding-bottom: 6px;
    padding-left: 16px;
  }

  .course-heading {
    margin-top: 48px;
  }

  .sub-paragraph__two {
    font-size: 1.1em;
    text-align: center;
  }

  .card-content-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 90%;
    margin-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .card-content {
    padding-top: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .sticky-card__image.is--three {
    width: auto;
    height: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 16px;
  }

  .card-content-right {
    max-width: 100%;
  }

  .heading__two {
    font-size: 2em;
    text-align: center;
  }

  .section__swipe {
    margin-top: -97px;
    padding-bottom: 0px;
  }

  .btn.is--100 {
    padding-top: 26px;
    padding-bottom: 26px;
    font-size: 1.5em;
  }

  .icon {
    color: #fff;
  }

  .class-container {
    max-width: 100%;
  }

  .classes {
    overflow: hidden;
    max-width: 100%;
    padding-top: 83px;
    padding-bottom: 53px;
  }

  .div-block-8._2nd {
    width: 115px;
    height: 115px;
  }

  .class-image-container {
    width: 100%;
    height: auto;
    margin-top: 0px;
    padding-top: 340px;
    padding-bottom: 349px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .rimage.left {
    width: 260px;
    height: 360px;
  }

  .rimage.mid {
    width: 260px;
    height: 360px;
  }

  .rimage.right {
    width: 260px;
    height: 360px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .text-block {
    font-size: 1.2em;
  }

  .type-container.is--one {
    right: -3%;
  }

  .type-container.is--two {
    left: -2%;
    top: auto;
    right: auto;
    bottom: 4%;
  }

  .type-container.is--three {
    left: auto;
    top: auto;
    right: -1%;
    bottom: 1%;
  }

  .type-container.is--four {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
  }

  .type__text {
    font-size: 0.9em;
  }

  .arroww-image {
    width: 18px;
  }

  .heading__one {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 3em;
  }

  .heading__one.is-medium {
    max-width: 83%;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 18px;
    font-size: 3em;
  }

  .heading__one.is-medium.is--study {
    max-width: 100%;
  }

  .bar__image {
    margin-top: -65px;
    margin-bottom: 0px;
  }

  .bar-image-container {
    margin-bottom: 0px;
    padding-top: 11px;
    padding-bottom: 0px;
  }

  .facts-wrapper {
    margin-bottom: 0px;
  }

  .facts {
    padding-bottom: 0px;
  }

  .why-grid-heading {
    margin-bottom: 60px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .why-heading-container {
    max-width: 100%;
    padding-bottom: 3px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .process-number {
    font-size: 4.4em;
  }

  .heading-2 {
    font-size: 32px;
    line-height: 40px;
  }

  .paragraph-normal {
    font-size: 16px;
    line-height: 28px;
    text-align: left;
  }

  .page-padding {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .process-flex-item1 {
    max-width: none;
  }

  .why {
    margin-top: 20px;
    padding-top: 2.6rem;
  }

  .process-flex-item3 {
    max-width: none;
  }

  .process-flex-item2 {
    max-width: none;
  }

  .feature-content {
    margin-top: 0px;
  }

  .feature {
    padding-top: 37px;
    padding-bottom: 47px;
  }

  .why-feature-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .line__gif {
    bottom: -9%;
    padding-top: 0px;
  }

  .arrow__gif {
    margin-top: -5px;
    margin-left: 50px;
    -webkit-transform: rotate(31deg);
    -ms-transform: rotate(31deg);
    transform: rotate(31deg);
  }

  .blog {
    padding-top: 73px;
  }

  .blog-thumbnail {
    width: 100%;
    height: 350px;
    margin-bottom: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .blog-card {
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .blog__title {
    text-align: center;
  }

  .blog-content-wrapper {
    width: 93%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .btn-text {
    font-size: 1em;
  }

  .blog__cover-image {
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0px;
  }

  .blog-paragraph {
    max-width: 90%;
    text-align: center;
  }

  .blog-heading-container {
    max-width: 100%;
    padding-bottom: 3px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .instagram-wrapper {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .footer-content.for-footer {
    margin-top: 38px;
  }

  .made-with-webflow.left-margin {
    margin-left: 0px;
  }

  .menu-wrapper {
    margin-bottom: -3px;
  }

  .footer-grid {
    justify-items: start;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .footer-container {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .footer-container.footer {
    padding-top: 0px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }

  .nav-link-footer {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 27px;
  }

  .left-copyright-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .brand-2 {
    margin-right: 0px;
    padding-left: 0px;
  }

  .footer-left {
    padding-bottom: 10px;
  }

  .facility-gradient-overlay {
    padding-bottom: 6px;
    padding-left: 16px;
  }

  .hero__join.is--nav {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .nav-menu-4 {
    width: 90%;
    min-width: 0px;
    background-color: hsla(0, 0%, 100%, 0);
  }

  .sub-nav-list {
    padding-bottom: 0px;
  }

  .image-4 {
    width: 40px;
  }

  .nav-left-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .nav-list-link {
    font-size: 0.9em;
    line-height: 28px;
  }

  .nav-list {
    margin-top: 29px;
  }

  .nav-inner__button {
    padding-right: 22px;
    padding-left: 22px;
    font-weight: 400;
  }

  .header-left {
    overflow: visible;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navigation-bar {
    height: 76px;
    padding-top: 0px;
    border-bottom-style: none;
    background-color: rgba(22, 25, 44, 0);
  }

  .menu-button-display.w--open {
    background-color: rgba(254, 248, 241, 0);
  }

  .menu-button-display.display.w--open {
    background-color: rgba(254, 248, 241, 0);
  }

  .link-nav {
    font-size: 0.8em;
    line-height: 20px;
  }

  .nav-link-5 {
    font-size: 23px;
  }

  .nav-inner-social {
    padding-left: 30px;
  }
}

#w-node-ddd07fbc-f45e-eb9f-3e34-cd2110b150a1-84b26f0f {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-ddd07fbc-f45e-eb9f-3e34-cd2110b150f7-84b26f0f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-ddd07fbc-f45e-eb9f-3e34-cd2110b150fc-84b26f0f {
  -ms-grid-column-align: start;
  justify-self: start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_9570d293-e974-f0e5-c53c-ae5794911fd0-84b26f0f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4ebdfdbe-d96d-7e4a-1afc-2db24488e9d7-84b26f0f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_42089d48-14ef-a443-886b-3672b6277a4d-84b26f0f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4296757b-8174-6ae1-8976-913a5d688c8b-84b26f0f {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_91929a6a-43a0-5458-8644-d21a19ce4195-84b26f0f {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_91929a6a-43a0-5458-8644-d21a19ce41a9-84b26f0f {
  -ms-grid-column-align: start;
  justify-self: start;
}

@media screen and (max-width: 479px) {
  #w-node-_91929a6a-43a0-5458-8644-d21a19ce41a9-84b26f0f {
    -ms-grid-column-align: start;
    justify-self: start;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

@font-face {
  font-family: 'Sofia Pro';
  src: url('../fonts/Sofia-Pro-Regular-2.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Agrandir Wide';
  src: url('../fonts/Agrandir-WideLight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Agrandir Grand';
  src: url('../fonts/agrandir-grand-heavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Agrandir Grand';
  src: url('../fonts/Agrandir-GrandLight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Agrandir';
  src: url('../fonts/Agrandir-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Agrandir';
  src: url('../fonts/Agrandir-TextBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintl 2';
  src: url('../fonts/SuisseIntl-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}