@charset "UTF-8";
:root {
  --pink-text: #ed207c;
}

.amp-title.amp-title--sans {
  font-family: Quinzey, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 32px;
  color: var(--pink-text);
  margin-bottom: 10px
}

@media screen and (max-width: 767px) {
  .amp-title.amp-title--sans {
    font-size: 28px
  }
}

@media screen and (max-width: 480px) {
  .amp-title.amp-title--sans {
    font-size: 24px
  }
}

.text-center {
  text-align: center
}

.image-wrapper {
  font-size: 0
}

.image-wrapper img {
  width: 100%
}

.as-button {
  cursor: pointer
}

._btn {
  font-size: 14px;
  font-weight: bolder;
  padding: .71em 1.14em .64em;
  border-radius: 30px
}

._btn:focus,
._btn:hover {
  text-decoration: underline
}

._btn._btn--yellow {
  font-family: 'Quicksand Book', sans-serif;
  color: #fff;
  background-color: #fbaf40
}

.editor {
  font-family: 'Quicksand Book', sans-serif;
  line-height: 1.6;
  letter-spacing: .016em
}

.editor h1,
.editor h2,
.editor h3,
.editor h4,
.editor h5,
.editor h6 {
  line-height: inherit;
  letter-spacing: inherit
}

.editor a {
  color: var(--pink-text)
}

.editor a:focus,
.editor a:hover {
  color: inherit;
  text-decoration: underline
}

.editor.editor--popup h1 {
  font-size: 3.2em;
  font-family: Quinzey, sans-serif;
  margin-top: 0;
  line-height: 1.4
}

@media screen and (max-width: 480px) {
  .editor.editor--popup h1 {
    font-size: 2.4em
  }
}

.editor.editor--popup h1,
.editor.editor--popup h2,
.editor.editor--popup h3,
.editor.editor--popup h4,
.editor.editor--popup h5,
.editor.editor--popup h6 {
  color: var(--pink-text)
}

.fragment-icon {
  background-image: url(../images/bp_social_icons.png);
  display: inline-block;
  background-size: 100%;
  vertical-align: middle;
  font-size: 0;
  image-rendering: pixelated;
}

.fragment-icon.fragment-icon--white {
  filter: grayscale(1) brightness(0) invert(1);
}

.fragment-icon.fragment-icon--facebook {
  background-position-y: 0;
  width: 15px;
  height: 17px
}

.fragment-icon.fragment-icon--instagram {
  background-position-y: 41%;
  width: 19px;
  height: 19px
}

.fragment-icon.fragment-icon--register {
  background-position-y: -100%;
  width: 17px;
  height: 19px
}

.fragment-icon.fragment-icon--register__small {
  width: 15px;
  height: 17px
}

.fragment-icon.fragment-icon--mail {
  background-position-y: 100%;
  width: 22px;
  height: 20px
}

.fragment-icon.fragment-icon--phone {
  background-position-y: -58%;
  width: 22px;
  height: 23px
}

.fragment-icon.fragment-icon--marker {
  background-position-y: -38%;
  width: 21px;
  height: 23px;
  margin-left: 1px
}

.page {
  position: relative
}

.page-header {
  margin: 0;
  padding-bottom: 0;
  border-bottom: 0;
  background-image: url(../images/bg-home-i.png), url(../images/bg-home-u.png), url(../images/bg-home-iflip.png), url(../images/bg-home-iflip.png), url(../images/bg-home-triangle.png);
  background-repeat: no-repeat;
  background-position: 5% 40%, 15% 80%, 45% 18%, 78% 80%, 94% 40%
}

.page-header-line {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  height: 100%;
  width: 14px
}

.page-header-line-orange,
.page-header-line-pink {
  position: absolute;
  left: 0;
  width: 8px
}

.page-header-line-pink {
  background-color: var(--pink-text);
  top: 0;
  height: 100%
}

.page-header-line-orange {
  background-color: #fbaf40;
  height: 40%;
  bottom: 0
}

.page-header-line-orange:before {
  content: "";
  bottom: 100%;
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 5px solid #fbaf40;
  border-left: 8px solid transparent
}

.page-header-area {
  width: 100%;
  min-height: 125px;
  padding: 20px 10%;
  position: relative
}

.page-header-area-mark {
  position: absolute;
  left: calc(50% - 34px);
  top: 100px;
  visibility: hidden
}

@media screen and (max-width: 767px) {
  .page-header-area-mark {
    left: calc(50% - 26px)
  }
}

.page-header-area-mark p {
  font-family: Quicksand, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  font-size: 130px;
  line-height: .5
}

@media screen and (max-width: 767px) {
  .page-header-area-mark p {
    font-size: 100px
  }
}

.page-header-area-quote {
  padding-top: 120px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  visibility: hidden
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .page-header-area-quote {
    width: 90%
  }
}

@media screen and (max-width: 767px) {
  .page-header-area-quote {
    width: 100%
  }
}

.page-header-area-quote p {
  text-align: center;
  font-family: Quicksand, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 26px;
  color: #2c2c2c;
  line-height: 1.6
}

@media screen and (max-width: 991px) {
  .page-header-area-quote p {
    font-size: 22px;
    line-height: 1.3
  }
}

@media screen and (max-width: 480px) {
  .page-header-area-quote p {
    font-size: 18px;
    line-height: 1
  }
}

.page-header-area-punchline {
  visibility: hidden
}

.page-header-area-punchline p {
  text-align: center;
  font-family: Quinzey, sans-serif;
  font-weight: 500;
  font-size: 48px;
  line-height: 1.6
}

@media screen and (max-width: 991px) {
  .page-header-area-punchline p {
    font-size: 32px
  }
}

@media screen and (max-width: 480px) {
  .page-header-area-punchline p {
    font-size: 28px
  }
}

.page-header-image img {
  width: 100%
}

.page-header-image img:first-child {
  display: block
}

@media screen and (max-width: 480px) {
  .page-header-image img:first-child {
    display: none
  }
}

.page-header-image img:nth-child(2) {
  display: none
}

@media screen and (max-width: 480px) {
  .page-header-image img:nth-child(2) {
    display: block
  }
}

body {
  overflow-x: hidden;
  background-color: #fafafa
}

img {
  height: auto;
  max-width: 100%
}

a {
  color: var(--pink-text);
  text-decoration: none
}

a:active {
  outline: 0;
  text-decoration: underline
}

p {
  margin-bottom: 0
}

p strong {
  font-family: Quicksand, sans-serif;
  font-weight: 700;
  font-style: normal
}

.visible-xxs {
  display: none
}

@media screen and (max-width: 480px) {
  .visible-xxs {
    display: initial !important
  }
}

.hidden-xxs {
  display: initial
}

@media screen and (max-width: 480px) {
  .hidden-xxs {
    display: none !important
  }
}

.slick-slider {
  margin-bottom: 0
}

.animated {
  visibility: visible !important
}

.slick-dotted.slick-slider {
  margin-bottom: 0
}

.paging {
  text-align: center;
  margin: 20px 0
}

.paging ul {
  padding-left: 0;
  margin-bottom: 0
}

.paging ul li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  margin-right: 5px;
  font-family: 'Quicksand Book', sans-serif;
  font-weight: bolder;
  font-size: 18px;
  color: #2c2c2c
}

.paging ul li a {
  font-family: 'Quicksand Book', sans-serif;
  font-weight: bolder;
  font-size: 18px;
  color: #2c2c2c;
  display: inline-block;
  padding: 2px 5px;
  transition: color .4s ease;
}

.paging ul li a:focus,
.paging ul li a:hover {
  color: var(--pink-text)
}

.paging ul li a.active {
  font-family: Quicksand, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: var(--pink-text)
}


/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */

.animated {
  animation-duration: 1s;
  animation-fill-mode: both
}

.animated.infinite {
  animation-iteration-count: infinite
}

.animated.hinge {
  animation-duration: 2s
}

.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
  animation-duration: .75s
}

@keyframes bounce {
  20%,
  53%,
  80%,
  from,
  to {
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    transform: translate3d(0, 0, 0)
  }
  40%,
  43% {
    animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    transform: translate3d(0, -30px, 0)
  }
  70% {
    animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    transform: translate3d(0, -15px, 0)
  }
  90% {
    transform: translate3d(0, -4px, 0)
  }
}

.bounce {
  animation-name: bounce;
  transform-origin: center bottom
}

@keyframes flash {
  50%,
  from,
  to {
    opacity: 1
  }
  25%,
  75% {
    opacity: 0
  }
}

.flash {
  animation-name: flash
}

@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1)
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05)
  }
  to {
    transform: scale3d(1, 1, 1)
  }
}

.pulse {
  animation-name: pulse
}

@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1)
  }
  30% {
    transform: scale3d(1.25, .75, 1)
  }
  40% {
    transform: scale3d(.75, 1.25, 1)
  }
  50% {
    transform: scale3d(1.15, .85, 1)
  }
  65% {
    transform: scale3d(.95, 1.05, 1)
  }
  75% {
    transform: scale3d(1.05, .95, 1)
  }
  to {
    transform: scale3d(1, 1, 1)
  }
}

.rubberBand {
  animation-name: rubberBand
}

@keyframes shake {
  from,
  to {
    transform: translate3d(0, 0, 0)
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translate3d(-10px, 0, 0)
  }
  20%,
  40%,
  60%,
  80% {
    transform: translate3d(10px, 0, 0)
  }
}

.shake {
  animation-name: shake
}

@keyframes headShake {
  0% {
    transform: translateX(0)
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg)
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg)
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg)
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg)
  }
  50% {
    transform: translateX(0)
  }
}

.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake
}

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg)
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg)
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg)
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg)
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg)
  }
}

.swing {
  transform-origin: top center;
  animation-name: swing
}

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1)
  }
  10%,
  20% {
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
  }
  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
  }
  to {
    transform: scale3d(1, 1, 1)
  }
}

.tada {
  animation-name: tada
}

@keyframes wobble {
  from {
    transform: none
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
  }
  to {
    transform: none
  }
}

.wobble {
  animation-name: wobble
}

@keyframes jello {
  11.1%,
  from,
  to {
    transform: none
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg)
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg)
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg)
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg)
  }
  66.6% {
    transform: skewX(-.78125deg) skewY(-.78125deg)
  }
  77.7% {
    transform: skewX(.390625deg) skewY(.390625deg)
  }
  88.8% {
    transform: skewX(-.1953125deg) skewY(-.1953125deg)
  }
}

.jello {
  animation-name: jello;
  transform-origin: center
}

@keyframes bounceIn {
  20%,
  40%,
  60%,
  80%,
  from,
  to {
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }
  0% {
    opacity: 0;
    transform: scale3d(.3, .3, .3)
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1)
  }
  40% {
    transform: scale3d(.9, .9, .9)
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03)
  }
  80% {
    transform: scale3d(.97, .97, .97)
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1)
  }
}

.bounceIn {
  animation-name: bounceIn
}

@keyframes bounceInDown {
  60%,
  75%,
  90%,
  from,
  to {
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0)
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0)
  }
  75% {
    transform: translate3d(0, -10px, 0)
  }
  90% {
    transform: translate3d(0, 5px, 0)
  }
  to {
    transform: none
  }
}

.bounceInDown {
  animation-name: bounceInDown
}

@keyframes bounceInLeft {
  60%,
  75%,
  90%,
  from,
  to {
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0)
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0)
  }
  75% {
    transform: translate3d(-10px, 0, 0)
  }
  90% {
    transform: translate3d(5px, 0, 0)
  }
  to {
    transform: none
  }
}

.bounceInLeft {
  animation-name: bounceInLeft
}

@keyframes bounceInRight {
  60%,
  75%,
  90%,
  from,
  to {
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0)
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0)
  }
  75% {
    transform: translate3d(10px, 0, 0)
  }
  90% {
    transform: translate3d(-5px, 0, 0)
  }
  to {
    transform: none
  }
}

.bounceInRight {
  animation-name: bounceInRight
}

@keyframes bounceInUp {
  60%,
  75%,
  90%,
  from,
  to {
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0)
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0)
  }
  75% {
    transform: translate3d(0, 10px, 0)
  }
  90% {
    transform: translate3d(0, -5px, 0)
  }
  to {
    transform: translate3d(0, 0, 0)
  }
}

.bounceInUp {
  animation-name: bounceInUp
}

@keyframes bounceOut {
  20% {
    transform: scale3d(.9, .9, .9)
  }
  50%,
  55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1)
  }
  to {
    opacity: 0;
    transform: scale3d(.3, .3, .3)
  }
}

.bounceOut {
  animation-name: bounceOut
}

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0)
  }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0)
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0)
  }
}

.bounceOutDown {
  animation-name: bounceOutDown
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0)
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0)
  }
}

.bounceOutLeft {
  animation-name: bounceOutLeft
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0)
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0)
  }
}

.bounceOutRight {
  animation-name: bounceOutRight
}

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0)
  }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0)
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0)
  }
}

.bounceOutUp {
  animation-name: bounceOutUp
}

@keyframes fadeIn {
  from {
    opacity: 0
  }
  to {
    opacity: 1
  }
}

.fadeIn {
  animation-name: fadeIn
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0)
  }
  to {
    opacity: 1;
    transform: none
  }
}

.fadeInDown {
  animation-name: fadeInDown
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0)
  }
  to {
    opacity: 1;
    transform: none
  }
}

.fadeInDownBig {
  animation-name: fadeInDownBig
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0)
  }
  to {
    opacity: 1;
    transform: none
  }
}

.fadeInLeft {
  animation-name: fadeInLeft
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0)
  }
  to {
    opacity: 1;
    transform: none
  }
}

.fadeInLeftBig {
  animation-name: fadeInLeftBig
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0)
  }
  to {
    opacity: 1;
    transform: none
  }
}

.fadeInRight {
  animation-name: fadeInRight
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0)
  }
  to {
    opacity: 1;
    transform: none
  }
}

.fadeInRightBig {
  animation-name: fadeInRightBig
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0)
  }
  to {
    opacity: 1;
    transform: none
  }
}

.fadeInUp {
  animation-name: fadeInUp
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0)
  }
  to {
    opacity: 1;
    transform: none
  }
}

.fadeInUpBig {
  animation-name: fadeInUpBig
}

@keyframes fadeOut {
  from {
    opacity: 1
  }
  to {
    opacity: 0
  }
}

.fadeOut {
  animation-name: fadeOut
}

@keyframes fadeOutDown {
  from {
    opacity: 1
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0)
  }
}

.fadeOutDown {
  animation-name: fadeOutDown
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0)
  }
}

.fadeOutDownBig {
  animation-name: fadeOutDownBig
}

@keyframes fadeOutLeft {
  from {
    opacity: 1
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0)
  }
}

.fadeOutLeft {
  animation-name: fadeOutLeft
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0)
  }
}

.fadeOutLeftBig {
  animation-name: fadeOutLeftBig
}

@keyframes fadeOutRight {
  from {
    opacity: 1
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0)
  }
}

.fadeOutRight {
  animation-name: fadeOutRight
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0)
  }
}

.fadeOutRightBig {
  animation-name: fadeOutRightBig
}

@keyframes fadeOutUp {
  from {
    opacity: 1
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0)
  }
}

.fadeOutUp {
  animation-name: fadeOutUp
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0)
  }
}

.fadeOutUpBig {
  animation-name: fadeOutUpBig
}

@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out
  }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out
  }
  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in
  }
  80% {
    transform: perspective(400px) scale3d(.95, .95, .95);
    animation-timing-function: ease-in
  }
  to {
    transform: perspective(400px);
    animation-timing-function: ease-in
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip
}

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
  }
  to {
    transform: perspective(400px)
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX
}

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
  }
  to {
    transform: perspective(400px)
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY
}

@keyframes flipOutX {
  from {
    transform: perspective(400px)
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0
  }
}

.flipOutX {
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important
}

@keyframes flipOutY {
  from {
    transform: perspective(400px)
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1
  }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY
}

@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0
  }
  60% {
    transform: skewX(20deg);
    opacity: 1
  }
  80% {
    transform: skewX(-5deg);
    opacity: 1
  }
  to {
    transform: none;
    opacity: 1
  }
}

.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out
}

@keyframes lightSpeedOut {
  from {
    opacity: 1
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0
  }
}

.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in
}

@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0
  }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1
  }
}

.rotateIn {
  animation-name: rotateIn
}

@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1
  }
}

.rotateInDownLeft {
  animation-name: rotateInDownLeft
}

@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1
  }
}

.rotateInDownRight {
  animation-name: rotateInDownRight
}

@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1
  }
}

.rotateInUpLeft {
  animation-name: rotateInUpLeft
}

@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1
  }
}

.rotateInUpRight {
  animation-name: rotateInUpRight
}

@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1
  }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0
  }
}

.rotateOut {
  animation-name: rotateOut
}

@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0
  }
}

.rotateOutDownLeft {
  animation-name: rotateOutDownLeft
}

@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0
  }
}

.rotateOutDownRight {
  animation-name: rotateOutDownRight
}

@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0
  }
}

.rotateOutUpLeft {
  animation-name: rotateOutUpLeft
}

@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0
  }
}

.rotateOutUpRight {
  animation-name: rotateOutUpRight
}

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out
  }
  20%,
  60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out
  }
  40%,
  80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0
  }
}

.hinge {
  animation-name: hinge
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(.1) rotate(30deg);
    transform-origin: center bottom
  }
  50% {
    transform: rotate(-10deg)
  }
  70% {
    transform: rotate(3deg)
  }
  to {
    opacity: 1;
    transform: scale(1)
  }
}

.jackInTheBox {
  animation-name: jackInTheBox
}

@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
  }
  to {
    opacity: 1;
    transform: none
  }
}

.rollIn {
  animation-name: rollIn
}

@keyframes rollOut {
  from {
    opacity: 1
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
  }
}

.rollOut {
  animation-name: rollOut
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(.3, .3, .3)
  }
  50% {
    opacity: 1
  }
}

.zoomIn {
  animation-name: zoomIn
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }
  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

.zoomInDown {
  animation-name: zoomInDown
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }
  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

.zoomInLeft {
  animation-name: zoomInLeft
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }
  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

.zoomInRight {
  animation-name: zoomInRight
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }
  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

.zoomInUp {
  animation-name: zoomInUp
}

@keyframes zoomOut {
  from {
    opacity: 1
  }
  50% {
    opacity: 0;
    transform: scale3d(.3, .3, .3)
  }
  to {
    opacity: 0
  }
}

.zoomOut {
  animation-name: zoomOut
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }
  to {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

.zoomOutDown {
  animation-name: zoomOutDown
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
  }
  to {
    opacity: 0;
    transform: scale(.1) translate3d(-2000px, 0, 0);
    transform-origin: left center
  }
}

.zoomOutLeft {
  animation-name: zoomOutLeft
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
  }
  to {
    opacity: 0;
    transform: scale(.1) translate3d(2000px, 0, 0);
    transform-origin: right center
  }
}

.zoomOutRight {
  animation-name: zoomOutRight
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }
  to {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

.zoomOutUp {
  animation-name: zoomOutUp
}

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible
  }
  to {
    transform: translate3d(0, 0, 0)
  }
}

.slideInDown {
  animation-name: slideInDown
}

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible
  }
  to {
    transform: translate3d(0, 0, 0)
  }
}

.slideInLeft {
  animation-name: slideInLeft
}

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible
  }
  to {
    transform: translate3d(0, 0, 0)
  }
}

.slideInRight {
  animation-name: slideInRight
}

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible
  }
  to {
    transform: translate3d(0, 0, 0)
  }
}

.slideInUp {
  animation-name: slideInUp
}

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0)
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0)
  }
}

.slideOutDown {
  animation-name: slideOutDown
}

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0)
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0)
  }
}

.slideOutLeft {
  animation-name: slideOutLeft
}

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0)
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0)
  }
}

.slideOutRight {
  animation-name: slideOutRight
}

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0)
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0)
  }
}

.slideOutUp {
  animation-name: slideOutUp
}

@font-face {
  font-family: Quinzey;
  font-display: auto;
  src: url(../fonts/Quinzey-Medium.woff2) format('woff2'), url(../fonts/Quinzey-Medium.woff) format('woff');
  font-weight: 500;
  font-style: normal
}

@font-face {
  font-family: Quinzey;
  font-display: auto;
  src: url(../fonts/Quinzey.woff2) format('woff2'), url(../fonts/Quinzey.woff) format('woff');
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: Quinzey;
  font-display: auto;
  src: url(../fonts/Quinzey-Bold.woff2) format('woff2'), url(../fonts/Quinzey-Bold.woff) format('woff');
  font-weight: 700;
  font-style: normal
}

@font-face {
  font-family: 'Quicksand Book Oblique';
  font-display: auto;
  src: url(../fonts/QuicksandBookOblique-Regular.woff2) format('woff2'), url(../fonts/QuicksandBookOblique-Regular.woff) format('woff');
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: 'Quicksand Light Oblique';
  font-display: auto;
  src: url(../fonts/QuicksandLightOblique-Regular.woff2) format('woff2'), url(../fonts/QuicksandLightOblique-Regular.woff) format('woff');
  font-weight: 300;
  font-style: normal
}

@font-face {
  font-family: 'Quicksand Bold Oblique';
  font-display: auto;
  src: url(../fonts/QuicksandBoldOblique-Regular.woff2) format('woff2'), url(../fonts/QuicksandBoldOblique-Regular.woff) format('woff');
  font-weight: 700;
  font-style: normal
}

@font-face {
  font-family: Quicksand;
  font-display: auto;
  src: url(../fonts/QuicksandBold-Regular.woff2) format('woff2'), url(../fonts/QuicksandBold-Regular.woff) format('woff');
  font-weight: 700;
  font-style: normal
}

@font-face {
  font-family: 'Quicksand Book';
  font-display: auto;
  src: url(../fonts/QuicksandBook-Regular.woff2) format('woff2'), url(../fonts/QuicksandBook-Regular.woff) format('woff');
  font-weight: 400;
  font-style: normal
}

.footer {
  position: relative;
  padding: 30px 10%;
  background-color: #efefef
}

.footer-line {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  height: 100%;
  width: 14px
}

.footer-line-orange,
.footer-line-pink {
  position: absolute;
  left: 0;
  width: 8px
}

.footer-line-pink {
  background-color: var(--pink-text);
  height: 100%;
  top: 0
}

.footer-line-orange {
  background-color: #fbaf40;
  height: 40%;
  bottom: 0
}

.footer-line-orange:before {
  content: "";
  bottom: 100%;
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 5px solid #fbaf40;
  border-left: 8px solid transparent
}

.footer-title {
  margin-bottom: 20px;
  visibility: hidden
}

.footer-title-content {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 15px
}

.footer-title-content p {
  font-family: Quinzey, sans-serif;
  font-weight: 500;
  font-size: 35px;
  color: var(--pink-text);
  line-height: 1
}

@media screen and (max-width: 767px) {
  .footer-title-content p {
    font-size: 28px
  }
}

.footer-title-image {
  display: inline-block;
  vertical-align: bottom;
  padding-bottom: 9px
}

.footer-title-image img {
  animation-duration: 2s;
  animation-name: linear-short;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  width: 50px
}

@media screen and (max-width: 767px) {
  .footer-title-image img {
    width: 40px
  }
}

.footer-title-register {
  margin-top: 10px
}

.footer-title-register a {
  color: #fff;
  font-family: Quicksand, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 15px;
  background-color: var(--pink-text);
  padding: 5px 10px;
  border-radius: 5px;
  transition: background-color .4s ease;
}

.footer-title-register a img {
  width: 15px;
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 2px
}

.footer-title-register a:focus,
.footer-title-register a:hover {
  background-color: #fbaf40
}

.footer-area {
  font-size: 0
}

.footer-area-tagline {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  visibility: hidden
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-area-tagline {
    width: 40%
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .footer-area-tagline {
    width: 45%
  }
}

@media screen and (max-width: 767px) {
  .footer-area-tagline {
    width: 100%;
    margin-bottom: 20px
  }
}

.footer-area-tagline p {
  font-family: Quicksand, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  color: #2c2c2c;
  line-height: 1.6
}

.footer-area-contact {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  visibility: hidden
}

.footer-area-contact .fragment-icon {
  margin-right: 5px;
  margin-bottom: 2px
}

.footer-area-contact .i {
  font-size: 14px;
  margin-bottom: 5px
}

@media screen and (max-width: 480px) {
  .footer-area-contact .i {
    padding-left: 29px;
    display: block
  }
}

.footer-area-sosmed {
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  visibility: hidden;
  align-items: center
}

.footer-area-sosmed ul {
  margin-bottom: 0;
  padding: 5px 0;
  background-color: #fbaf40;
  display: inline-block
}

.footer-area-sosmed ul li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 7px;
  margin-left: 7px
}

.footer-area-sosmed ul li a:focus .fragment-icon--white,
.footer-area-sosmed ul li a:hover .fragment-icon--white {
  filter: grayscale(0) brightness(1) invert(0);
}

.footer-area-sosmed-visitus {
  margin-left: 40px
}

@media screen and (max-width: 480px) {
  .footer-area-sosmed-visitus {
    margin-left: 15px
  }
}

.footer-area-sosmed-visitus a {
  font-family: 'Quicksand Book', sans-serif;
  font-weight: bolder;
  font-size: 14px;
  color: #fff;
  background-color: var(--pink-text);
  padding: 7px 15px;
  border-radius: 30px;
  transition: background-color .4s ease;
}

.footer-area-sosmed-visitus a:focus,
.footer-area-sosmed-visitus a:hover {
  text-decoration: underline;
  background-color: #fbaf40
}

.footer-area-sosmed-visitus a .fragment-icon {
  margin-right: 10px;
  margin-bottom: 2px
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-area-sosmed-visitus a .fragment-icon {
    margin-right: 5px
  }
}

.footer-bottom {
  font-size: 0;
  padding: 30px 0;
  position: absolute;
  bottom: 40px;
  right: 10%;
  width: 70%
}

@media screen and (max-width: 1199px) {
  .footer-bottom {
    position: relative;
    right: auto;
    width: 100%;
    bottom: auto
  }
}

.footer-bottom-copyright {
  order: 1;
  visibility: hidden;
  text-align: right
}

@media screen and (max-width: 991px) {
  .footer-bottom-copyright {
    text-align: center
  }
}

.footer-bottom-copyright p {
  font-family: 'Quicksand Book', sans-serif;
  font-size: 12px;
  color: #2c2c2c
}

.footer-bottom-quicklinks {
  order: 2;
  width: 50%;
  text-align: right;
  visibility: hidden
}

@media screen and (max-width: 1199px) {
  .footer-bottom-quicklinks {
    order: 1;
    width: 100%;
    text-align: center;
    margin-bottom: 10px
  }
}

.footer-bottom-quicklinks ul {
  padding-left: 0;
  margin-bottom: 0
}

.footer-bottom-quicklinks ul li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  font-size: 14px;
  font-family: 'Quicksand Book', sans-serif;
  font-weight: bolder;
  color: #2c2c2c
}

@media screen and (max-width: 1199px) {
  .footer-bottom-quicklinks ul li {
    margin-left: 5px;
    margin-right: 5px
  }
}

.footer-bottom-quicklinks ul li a {
  display: block;
  font-size: 12px;
  font-family: 'Quicksand Book', sans-serif;
  font-weight: bolder;
  color: #2c2c2c
}

.footer-bottom-quicklinks ul li a:hover {
  text-decoration: underline
}

.footer-bottom-busy-bees {
  text-align: right;
  width: 180px;
  margin-left: auto;
  margin-bottom: 8px;
  mix-blend-mode: multiply
}

@media screen and (max-width: 991px) {
  .footer-bottom-busy-bees {
    text-align: center;
    margin-right: auto
  }
}

.footer-area-sosmed-visitus.mz-custom {
  margin: -20px 0 50px;
  text-align: center
}

.footer-area-sosmed-visitus.mz-custom a {
  background-color: #fbaf40;
  padding: 10px 15px
}

.menu.scroll #btn {
  top: 14px;
  transition: top .4s ease;
}

.menu {
  padding: 30px 10% 0;
  position: fixed;
  top: 0;
  left: auto;
  right: auto;
  z-index: 4;
  width: 100%
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .menu {
    padding: 30px 5% 0
  }
}

.menu.scroll {
  padding: 10px 10%;
  background: #fff;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, .1);
  transition: background .4s ease;
}

.menu.scroll .menu-area-logo img {
  width: 130px
}

.menu.scroll .menu-area-nav {
  vertical-align: middle
}

.menu.scroll .menu-area-nav a.active:before {
  opacity: 0
}

.menu-area {
  font-size: 0;
  width: 100%
}

.menu-area-logo {
  display: inline-block;
  vertical-align: middle;
  width: 200px
}

.menu-area-logo a {
  display: block
}

.menu-area-logo a img {
  width: 100%;
  transition: width .4s ease;
}

@media screen and (max-width: 480px) {
  .menu-area-logo a img {
    width: 172px
  }
}

.menu-area-nav {
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  width: calc(100% - 200px)
}

@media screen and (max-width: 991px) {
  .menu-area-nav {
    display: none
  }
}

.menu-area-nav > ul {
  padding-left: 0;
  margin-bottom: 0
}

.menu-area-nav > ul > li {
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  margin-left: 15px
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .menu-area-nav > ul > li {
    margin-left: 10px
  }
}

.menu-area-nav > ul > li:focus ul.submenu,
.menu-area-nav > ul > li:hover ul.submenu {
  display: block;
  visibility: visible;
  opacity: 1
}

.menu-area-nav > ul > li.headerregister a {
  font-family: 'Quicksand Book', sans-serif;
  font-weight: bolder;
  font-size: 14px;
  color: var(--pink-text);
  padding: 7px 12px;
  border-radius: 10px
}

.menu-area-nav > ul > li.headerregister a:focus,
.menu-area-nav > ul > li.headerregister a:hover {
  text-decoration: underline
}

.menu-area-nav > ul > li.headerregister a > .fragment-icon {
  margin-right: 8px;
  padding-bottom: 2px
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .menu-area-nav > ul > li.headerregister a > .fragment-icon {
    margin-right: 5px
  }
}

.menu-area-nav > ul > li > a {
  font-family: 'Quicksand Book', sans-serif;
  font-weight: bolder;
  font-size: 15px;
  color: #2c2c2c;
  transition: color .4s ease;
  position: relative;
  padding: 20px 0
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .menu-area-nav > ul > li > a {
    font-size: 14px
  }
}

.menu-area-nav > ul > li > a:focus,
.menu-area-nav > ul > li > a:hover,
.menu-area-nav > ul > li > a.active {
  color: #fbaf40
}

.menu-area-nav > ul > li > a.active:before {
  content: "";
  position: absolute;
  width: 45px;
  height: 16px;
  background: url(../images/menu-active.png) no-repeat center;
  background-size: contain;
  left: 50%;
  top: -5px;
  transform: translateX(-50%);
}

.menu-area-nav > ul > li > ul.submenu {
  display: none;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  transition: opacity .4s ease, visibility .4s ease;
  white-space: nowrap;
  text-align: center;
  width: 80%;
  padding: 15px;
  left: 50%;
  top: 100%;
  background-color: #fff;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, .1);
  transform: translateX(-50%);
}

.menu-area-nav > ul > li > ul.submenu > li {
  position: relative;
  display: inline-block;
  margin-left: 12px;
  margin-right: 12px
}

.menu-area-nav > ul > li > ul.submenu > li:nth-last-child(1):after {
  display: none
}

.menu-area-nav > ul > li > ul.submenu > li:after {
  content: "";
  position: absolute;
  right: -10px;
  height: 15px;
  width: 1px;
  background-color: #2c2c2c;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%)
}

.menu-area-nav > ul > li > ul.submenu > li:focus a,
.menu-area-nav > ul > li > ul.submenu > li:hover a {
  background-color: var(--pink-text);
  color: #fff
}

.menu-area-nav > ul > li > ul.submenu > li a {
  font-family: 'Quicksand Book', sans-serif;
  font-weight: bolder;
  font-size: 16px;
  color: #2c2c2c;
  display: block;
  padding: 4px 10px;
  background-color: #fdfdfd
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .menu-area-nav > ul > li > ul.submenu > li a {
    font-size: 14px
  }
}

#page-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 8
}

#title {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2em
}

.menu-area-lang {
  font-size: 16px;
  color: #fff;
  vertical-align: middle;
  margin-bottom: 20px
}

.menu-area-lang a {
  font-size: 16px;
  color: #fff;
  transition: color .4s ease;
}

.menu-area-lang a.active {
  color: #fbaf40
}

.menu-area-lang a:focus,
.menu-area-lang a:hover {
  color: #fbaf40
}

.menu-area-lang a:hover {
  color: #fbaf40
}

#btn {
  display: none;
  position: absolute;
  z-index: 100;
  top: 41px;
  right: 10%;
  cursor: pointer;
  transition: top .5s cubic-bezier(.6, .05, .28, .91);
}

@media screen and (max-width: 991px) {
  #btn {
    display: block
  }
}

@media screen and (max-width: 480px) {
  #btn {
    top: 39px
  }
}

#btn .burger-line {
  width: 30px;
  height: 3px;
  margin-bottom: 6px;
  background-color: #fbaf40;
  transition: transform .5s cubic-bezier(.6, .05, .28, .91), opacity .5s, background-color 250ms;
}

#btn.active {
  display: block
}

#btn.active .burger-line {
  background-color: #fbaf40
}

#btn.active #top {
  transform: translateY(8px) rotate(-135deg);
  -webkit-transform: translateY(8px) rotate(-135deg)
}

#btn.active #middle {
  opacity: 0;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg)
}

#btn.active #bottom {
  transform: translateY(-10px) rotate(-45deg);
  -webkit-transform: translateY(-10px) rotate(-45deg)
}

#box {
  position: fixed;
  z-index: 99;
  top: 0;
  right: -100%;
  width: 100%;
  opacity: 0;
  padding: 100px 10% 50px 10%;
  height: 100%;
  background-color: #322e2d;
  color: #000;
  overflow: auto;
  transition: all 350ms cubic-bezier(.6, .05, .28, .91)
}

#box.active {
  right: 0;
  opacity: 1
}

.items {
  position: relative;
  text-align: right
}

.items .item {
  position: relative;
  cursor: pointer;
  transition: all 250ms
}

.items .item > a {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  font-size: 18px;
  line-height: 1.3;
  position: relative;
  padding: 8px 0;
  font-family: Quicksand, sans-serif;
  font-weight: 700;
  font-style: normal
}

.items .item > a.active {
  color: #fbaf40
}

.items .item > a:focus,
.items .item > a:hover {
  color: #fbaf40
}

.items .item:focus .item-sub,
.items .item:hover .item-sub {
  opacity: 1;
  visibility: visible
}

.items .item ul.submenu {
  padding-left: 10px;
  margin-bottom: 0
}

.items .item ul.submenu li {
  list-style-type: none;
  position: relative;
  padding-left: 30px
}

.items .item ul.submenu li:focus a,
.items .item ul.submenu li:hover a {
  color: #fbaf40
}

.items .item ul.submenu li:focus:before,
.items .item ul.submenu li:hover:before {
  background-color: #fbaf40
}

.items .item ul.submenu li:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 0;
  width: 10px;
  height: 2px;
  border-radius: 1px;
  background-color: #fff
}

.items .item ul.submenu li a {
  display: block;
  padding: 5px 30px 5px 0;
  color: #fff;
  font-size: 16px;
  font-family: Quicksand, sans-serif;
  font-weight: 700;
  font-style: normal
}

.items .item ul.submenu li a.active {
  color: #fbaf40
}

section.pop-up-modal .modal-content {
  border-radius: 0;
  border-top: 8px solid #fbaf40;
  background: #fdfdfd url(../images/popup_background_high.jpg) no-repeat;
  background-position-y: 100%;
  background-size: 100% auto;
  background-blend-mode: multiply
}

section.pop-up-modal ._modal-x {
  font-size: 27px;
  position: absolute;
  top: 4px;
  right: 16px
}

section.pop-up-modal ._modal-x:focus,
section.pop-up-modal ._modal-x:hover {
  color: var(--pink-text)
}

section.pop-up-modal ._modal-schedules {
  list-style: none;
  padding: 0;
  margin: 16px 0 8px
}

section.pop-up-modal ._modal-schedules li {
  display: -ms-flexbox;
  display: flex;
  align-items: center
}

section.pop-up-modal ._modal-schedules li:not(:last-child) {
  margin-bottom: 8px
}

section.pop-up-modal ._modal-schedules li h4 {
  line-height: 1em;
  margin: 5px 0 0
}

section.pop-up-modal ._modal-schedules__marker,
section.pop-up-modal ._modal-schedules__time {
  width: 18px;
  height: 18px;
  display: inline-block;
  background-size: 18px;
  background-image: url(../images/popup_icons.png);
  margin-right: 12px
}

section.pop-up-modal ._modal-schedules__time {
  background-position-y: 0
}

section.pop-up-modal ._modal-schedules__marker {
  background-position-y: 18px
}

section.pop-up-modal ._modal-footer {
  margin-top: 32px
}

section.pop-up-modal ._modal-body {
  padding: 36px 36px 44px
}

@media screen and (max-width: 767px) {
  section.pop-up-modal ._modal-body {
    background: rgba(255, 255, 255, .5)
  }
}

@media screen and (max-width: 480px) {
  section.pop-up-modal ._modal-body {
    padding: 32px 24px
  }
}

section.pop-up-modal ._modal-schedules,
section.pop-up-modal ._modal-title {
  width: 50%;
  max-width: 320px
}

@media screen and (max-width: 767px) {
  section.pop-up-modal ._modal-schedules,
  section.pop-up-modal ._modal-title {
    width: 100%
  }
}

@media (min-width: 768px) {
  .pop-up-modal .modal-dialog {
    width: 768px;
    margin: 20vh auto
  }
}

.virtual-tour {
  padding-top: 100px;
}

.virtual-tour ._w {
  padding: 40px 10%;
  background: #fff
}

.virtual-tour .top {
  margin-bottom: 32px
}

.virtual-tour .bottom-thumbs {
  padding: 32px 4%
}

@media screen and (max-width: 480px) {
  .virtual-tour .bottom-thumbs {
    padding: 32px 0 0
  }
}

.virtual-tour .bottom-thumbs .i {
  border: 1px solid transparent;
  padding: 8px 8px 0;
  transition: border-color .5s ease-in-out
}

.virtual-tour .bottom-thumbs .i.slick-current.slick-active {
  border-color: #f1b12d
}

.virtual-tour .bottom-thumbs .i.slick-current.slick-active .i-title {
  color: #f1b12d
}

.virtual-tour .bottom-thumbs .i:focus,
.virtual-tour .bottom-thumbs .i:hover {
  border-color: #f1b12d
}

.virtual-tour .bottom-thumbs .i:focus .i-title,
.virtual-tour .bottom-thumbs .i:hover .i-title {
  color: #f1b12d
}

.virtual-tour .bottom-thumbs .i-title {
  font-family: 'Quicksand Book', sans-serif;
  font-weight: bolder;
  font-style: normal;
  font-size: 15px;
  color: #2c2c2c;
  transition: color .5s ease-in-out;
  position: relative;
  padding: 1em 0;
  text-align: center
}

@media screen and (max-width: 480px) {
  .virtual-tour .bottom-thumbs .i-title {
    font-size: 13px;
    padding: .5em 0
  }
}

.virtual-tour .bottom-frames .i iframe {
  width: 100%;
  height: 560px
}

@media screen and (max-width: 767px) {
  .virtual-tour .bottom-frames .i iframe {
    height: 360px
  }
}

@media screen and (max-width: 480px) {
  .virtual-tour .bottom-frames .i iframe {
    height: 240px
  }
}

.whybp {
  padding: 20px 10%
}

.html.js .whybp-title {
  visibility: hidden
}

.whybp-title p {
  text-align: center;
  color: var(--pink-text);
  font-family: Quinzey, sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.6;
  margin-bottom: 15px
}

@media screen and (max-width: 1199px) {
  .whybp-title p {
    font-size: 28px
  }
}

@media screen and (max-width: 767px) {
  .whybp-title p {
    font-size: 24px
  }
}

.html.js .whybp-desc {
  visibility: hidden
}

.whybp-desc p {
  margin-bottom: 60px;
  font-family: 'Quicksand Book', sans-serif;
  font-weight: bolder;
  font-size: 15px;
  color: #2c2c2c;
  line-height: 1.6;
  text-align: center
}

@media screen and (max-width: 480px) {
  .whybp-desc p {
    margin-bottom: 40px
  }
}

.whybp-point {
  font-size: 0
}

.whybp-point-list {
  display: inline-block;
  vertical-align: top;
  width: 29.333%;
  margin-left: 3%;
  margin-right: 3%;
  margin-bottom: 40px
}

@media (min-width: 1200px) {
  .whybp-point-list:nth-child(3n+1) {
    margin-left: 0
  }

  .whybp-point-list:nth-child(3n+3) {
    margin-right: 0
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .whybp-point-list:nth-child(3n+1) {
    margin-left: 0
  }

  .whybp-point-list:nth-child(3n+3) {
    margin-right: 0
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .whybp-point-list {
    width: 47%
  }

  .whybp-point-list:nth-child(2n+1) {
    margin-left: 0
  }

  .whybp-point-list:nth-child(2n+2) {
    margin-right: 0
  }
}

@media screen and (max-width: 767px) {
  .whybp-point-list {
    width: 47%
  }

  .whybp-point-list:nth-child(2n+1) {
    margin-left: 0
  }

  .whybp-point-list:nth-child(2n+2) {
    margin-right: 0
  }
}

@media screen and (max-width: 480px) {
  .whybp-point-list {
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important
  }
}

.whybp-point-list-thumb {
  text-align: center;
  display: block;
  margin-bottom: 20px;
  visibility: hidden
}

.html.js .whybp-point-list-desc,
.html.js .whybp-point-list-title {
  visibility: hidden
}

.whybp-point-list-title p {
  font-size: 18px;
  font-family: Quicksand, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  margin-bottom: 10px;
  line-height: 1.6
}

.whybp-point-list-desc p {
  font-size: 14px;
  font-family: 'Quicksand Book', sans-serif;
  font-weight: bolder;
  color: #2c2c2c;
  text-align: left;
  line-height: 1.6
}

.about-area {
  display: -ms-flexbox;
  display: flex;
  justify-content: center
}

@media screen and (max-width: 991px) {
  .about-area {
    flex-direction: column
  }
}

.about-area:nth-child(even) .about-area-pic {
  order: 2
}

.about-area:nth-child(even) .about-area-content {
  order: 1;
  text-align: right;
  padding: 40px 40px 40px 10%
}

.about-area:nth-child(even) .about-area-content-title p {
  margin-left: 0;
  margin-right: -110px
}

@media screen and (max-width: 991px) {
  .about-area:first-child .about-area-pic {
    background-position: center top
  }
}

.about-area:nth-child(2) .about-area-content-title p {
  background-color: #12b5ab
}

.about-area:nth-child(3) .about-area-content-title p {
  background-color: #fbaf40
}

.about-area-pic {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 50%;
  height: auto;
  order: 1
}

.html.js .about-area-pic {
  visibility: hidden
}

@media screen and (max-width: 991px) {
  .about-area-pic {
    width: 100%;
    height: 300px;
    order: 1 !important
  }
}

@media screen and (max-width: 480px) {
  .about-area-pic {
    height: 200px
  }
}

.about-area-content {
  width: 50%;
  order: 2;
  position: relative;
  padding: 50px 10% 50px 50px
}

@media screen and (max-width: 991px) {
  .about-area-content {
    width: 100%;
    padding: 50px 10%;
    order: 2 !important
  }
}

.html.js .about-area-content-title {
  visibility: hidden
}

.about-area-content-title p {
  background-color: var(--pink-text);
  font-family: Quinzey, sans-serif;
  font-weight: 700;
  font-size: 44px;
  color: #fff;
  border-radius: 50px;
  margin-left: -100px;
  padding: 20px 40px 15px 40px;
  line-height: .9;
  display: inline-block;
  margin-bottom: 40px
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .about-area-content-title p {
    font-size: 40px
  }
}

@media screen and (max-width: 991px) {
  .about-area-content-title p {
    margin-left: 0 !important;
    margin-right: 0 !important;
    font-size: 32px
  }
}

@media screen and (max-width: 480px) {
  .about-area-content-title p {
    font-size: 22px;
    padding: 20px 20px 15px
  }
}

.html.js .about-area-content-desc {
  visibility: hidden
}

.about-area-content-desc p {
  font-size: 14px;
  color: #2c2c2c;
  font-family: 'Quicksand Book', sans-serif;
  font-weight: bolder;
  line-height: 1.6
}

.about-area-content-desc p b,
.about-area-content-desc p strong {
  font-family: Quicksand, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px
}

.about-value {
  padding: 40px 10% 20px 10%
}

.html.js .about-value-desc,
.html.js .about-value-image,
.html.js .about-value-title {
  visibility: hidden
}

.about-value-image img {
  width: 100%;
  margin-bottom: 50px
}

.about-value-title p {
  text-align: center;
  font-family: Quinzey, sans-serif;
  font-weight: 500;
  font-size: 32px;
  color: var(--pink-text);
  line-height: 1;
  margin-bottom: 20px
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .about-value-title p {
    font-size: 32px
  }
}

@media screen and (max-width: 767px) {
  .about-value-title p {
    font-size: 28px
  }
}

.about-value-desc p {
  text-align: center;
  font-family: 'Quicksand Book', sans-serif;
  font-weight: bolder;
  font-size: 15px;
  color: #2c2c2c;
  line-height: 1.6;
  margin-bottom: 40px
}

.about-value-area {
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  flex-wrap: wrap
}

@media screen and (max-width: 991px) {
  .about-value-area {
    flex-direction: column
  }
}

.about-value-area-list {
  padding: 30px 30px;
  width: 30.667%;
  margin-left: 2%;
  margin-right: 2%;
  visibility: hidden;
  margin-bottom: 40px
}

.about-value-area-list:nth-child(3n+1) {
  margin-left: 0
}

.about-value-area-list:nth-child(3n+3) {
  margin-right: 0
}

@media screen and (max-width: 991px) {
  .about-value-area-list {
    width: 80%;
    margin-bottom: 30px;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 50px 30px
  }
}

@media screen and (max-width: 480px) {
  .about-value-area-list {
    width: 100%;
    margin-bottom: 30px;
    padding: 30px
  }
}

.about-value-area-list-desc p,
.about-value-area-list-title p {
  text-align: center
}

.about-value-area-list-title p {
  color: #2c2c2c;
  font-size: 24px;
  font-family: Quicksand, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  margin-bottom: 10px
}

.about-value-area-list-desc p {
  font-family: 'Quicksand Book', sans-serif;
  font-weight: bolder;
  font-size: 14px;
  color: #2c2c2c;
  line-height: 1.6
}

.about-brands {
  padding: 0 10%;
  margin-top: -40px
}

@media screen and (max-width: 767px) {
  .about-brands {
    margin-top: -20px
  }
}

.html.js .about-brands-title {
  visibility: hidden
}

.about-brands-title p {
  text-align: center;
  color: #2c2c2c;
  line-height: 1.6;
  margin-bottom: 20px;
  font-size: 18px;
  font-family: Quicksand, sans-serif;
  font-weight: 700;
  font-style: normal
}

@media screen and (max-width: 767px) {
  .about-brands-title p {
    margin-bottom: 20px
  }
}

.about-brands-area {
  font-size: 0;
  margin-bottom: 20px
}

.about-brands-area-list {
  display: inline-block;
  vertical-align: middle;
  width: 32%;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 10px
}

@media (min-width: 1200px) {
  .about-brands-area-list:nth-child(3n+1) {
    margin-left: 0
  }

  .about-brands-area-list:nth-child(3n+3) {
    margin-right: 0
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .about-brands-area-list:nth-child(3n+1) {
    margin-left: 0
  }

  .about-brands-area-list:nth-child(3n+3) {
    margin-right: 0
  }
}

@media screen and (max-width: 991px) {
  .about-brands-area-list {
    width: 49%
  }

  .about-brands-area-list:nth-child(2n+1) {
    margin-left: 0
  }

  .about-brands-area-list:nth-child(2n+2) {
    margin-right: 0
  }
}

@media screen and (max-width: 480px) {
  .about-brands-area-list {
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important
  }
}

.about-brands-area-list-thumb {
  height: auto;
  position: relative
}

.html.js .about-brands-area-list-thumb {
  visibility: hidden
}

.about-brands-area-list-thumb a {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 120px;
  display: block;
  text-align: center;
  margin-bottom: 20px
}

.about-brands-area-list-desc {
  visibility: hidden;
  display: none
}

.about-brands-area-list-desc p {
  font-family: 'Quicksand Book', sans-serif;
  font-weight: bolder;
  color: #2c2c2c;
  line-height: 1.6;
  font-size: 12px
}

.home-slideshow {
  position: relative
}

.home-slideshow-line {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  height: 100%;
  width: 14px
}

.home-slideshow-line-pink {
  background-color: var(--pink-text);
  position: absolute;
  left: 0;
  top: 0;
  width: 8px;
  height: 100%
}

.home-slideshow-line-orange {
  background-color: #fbaf40;
  height: 40%;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 8px
}

.home-slideshow-line-orange:before {
  content: "";
  bottom: 100%;
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 5px solid #fbaf40;
  border-left: 8px solid transparent
}

@media screen and (max-width: 767px) {
  .home-slideshow-area {
    margin-bottom: 0 !important
  }
}

.home-slideshow-area .slick-dots {
  bottom: 25px
}

.home-slideshow-area .slick-dots li.slick-active button {
  border-color: var(--pink-text);
  background-color: #fff
}

.home-slideshow-area .slick-dots li button {
  border: 2px solid #898989;
  border-radius: 50px;
  background-color: #898989;
  width: 3px;
  height: 3px;
  padding: 3px
}

.home-slideshow-area .slick-dots li button:before {
  display: none
}

.home-slideshow-area-list {
  width: 100%;
  display: block
}

.home-slideshow-area-list a {
  width: 100%;
  height: 80vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: block
}

.home-slideshow-area-list a:first-child {
  display: block
}

@media screen and (max-width: 480px) {
  .home-slideshow-area-list a:first-child {
    display: none
  }
}

.home-slideshow-area-list a:nth-child(2) {
  display: none
}

@media screen and (max-width: 480px) {
  .home-slideshow-area-list a:nth-child(2) {
    display: block;
    height: 120vw
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .home-slideshow-area-list a {
    height: 65vh
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .home-slideshow-area-list a {
    height: 40vh
  }
}

.home-experience {
  padding: 40px 10%;
  background-color: #fff
}

.home-open {
  padding: 60px 20% 0;
  background-image: url(../images/bg-home-i.png), url(../images/bg-home-u.png), url(../images/bg-home-iflip.png), url(../images/bg-home-iflip.png), url(../images/bg-home-triangle.png), url(../images/bg-home-triangle.png);
  background-position: 50% 35%, 10% 40%, 95% 60%, 78% 80%, 94% 10%, 5% 90%;
  background-repeat: no-repeat
}

@media screen and (max-width: 1199px) {
  .home-open {
    padding: 60px 10% 0
  }
}

@media screen and (max-width: 767px) {
  .home-open {
    padding: 40px 10% 0
  }
}

.home-open-promises {
  visibility: hidden;
  margin-bottom: 20px;
  display: -ms-flexbox;
  display: flex;
  align-items: stretch;
  height: 100%
}

.home-open-promises ul {
  padding-left: 0;
  margin-bottom: 0;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  flex-wrap: wrap
}

.home-open-promises ul li {
  width: 23%;
  list-style-type: none;
  font-family: 'Quicksand Book', sans-serif;
  font-weight: bolder;
  font-size: 15px;
  color: #2c2c2c;
  line-height: 1.6;
  position: relative;
  text-align: center;
  padding: 40px 10px;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 20px;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .home-open-promises ul li {
    width: 31.333%
  }
}

@media screen and (max-width: 767px) {
  .home-open-promises ul li {
    width: 48%
  }
}

@media screen and (max-width: 480px) {
  .home-open-promises ul li {
    width: 100%;
    margin-left: 0;
    margin-right: 0
  }
}

.home-open-linkpromises {
  margin-bottom: 40px;
  text-align: center;
  visibility: hidden
}

@media screen and (max-width: 767px) {
  .home-open-linkpromises {
    margin-bottom: 50px
  }
}

.home-open-linkpromises p {
  font-family: 'Quicksand Book', sans-serif;
  font-weight: bolder;
  font-size: 15px;
  color: #2c2c2c;
  line-height: 1.6
}

.home-open-linkpromises a {
  font-family: Quinzey, sans-serif;
  font-weight: 700;
  font-size: 23px;
  color: var(--pink-text);
  line-height: 1.6;
  text-decoration: none
}

.home-open-linkpromises a:focus,
.home-open-linkpromises a:hover {
  text-decoration: underline
}

.home-open-title {
  padding: 0 10%
}

@media screen and (max-width: 767px) {
  .home-open-title {
    padding: 0
  }
}

.home-open-title.promise p {
  text-align: center
}

.home-open-title p {
  font-family: Quinzey, sans-serif;
  font-weight: 500;
  font-size: 32px;
  text-align: left;
  color: var(--pink-text);
  margin-bottom: 10px
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .home-open-title p {
    font-size: 32px
  }
}

@media screen and (max-width: 767px) {
  .home-open-title p {
    font-size: 28px
  }
}

@media screen and (max-width: 480px) {
  .home-open-title p {
    font-size: 24px
  }
}

.home-open-desc {
  visibility: hidden;
  margin-bottom: 60px;
  padding: 0 10%
}

@media screen and (max-width: 767px) {
  .home-open-desc {
    margin-bottom: 40px;
    padding: 0
  }
}

.home-open-desc.promise {
  padding: 0
}

.home-open-desc.promise p {
  text-align: center;
  margin-bottom: 20px
}

.home-open-desc p {
  text-align: left;
  font-family: 'Quicksand Book', sans-serif;
  font-weight: bolder;
  font-size: 15px;
  color: #2c2c2c;
  line-height: 1.6
}

.home-open-desc blockquote,
.home-open-desc h2 {
  font-family: Quinzey, sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: var(--pink-text);
  border-left: none;
  padding: 0;
  margin: 0
}

.home-open-desc blockquote p,
.home-open-desc h2 p {
  font-family: Quinzey, sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: var(--pink-text);
  border-left: none;
  padding: 0;
  margin: 0
}

.home-open-more {
  margin-bottom: 50px;
  text-align: center;
  position: relative;
  visibility: hidden
}

.home-open-more .one {
  display: inline-block;
  position: relative;
  overflow: hidden;
  width: 201.58px;
  height: 38px;
  visibility: hidden
}

.home-open-more .one:before {
  content: "";
  position: absolute;
  top: 0;
  width: 175.58px;
  height: 2px;
  background-color: var(--pink-text);
  left: 16px;
  transition: width .2s ease .4s;
}

.home-open-more .one:after {
  content: "";
  position: absolute;
  top: -30%;
  width: 2px;
  height: 100%;
  background-color: var(--pink-text);
  left: 16px;
  transition: top .4s ease;
}

.home-open-more .one:focus:before,
.home-open-more .one:hover:before {
  content: "";
  width: 0
}

.home-open-more .one:focus:after,
.home-open-more .one:hover:after {
  content: "";
  top: 30%
}

.home-open-more .one .two {
  display: inline-block;
  position: relative;
  overflow: hidden;
  width: 201.58px;
  visibility: hidden
}

.home-open-more .one .two:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 175.58px;
  height: 2px;
  background-color: #fbaf40;
  right: 16px;
  transition: width .2s ease .4s;
}

.home-open-more .one .two:after {
  content: "";
  position: absolute;
  bottom: -30%;
  width: 2px;
  height: 100%;
  background-color: #fbaf40;
  right: 16px;
  transition: top .4s ease;
}

.home-open-more .one .two:focus:before,
.home-open-more .one .two:hover:before {
  content: "";
  width: 0
}

.home-open-more .one .two:focus:after,
.home-open-more .one .two:hover:after {
  content: "";
  top: 30%
}

.home-open-more .one .two .three {
  display: inline-block;
  position: relative;
  visibility: hidden
}

.home-open-more .one .two .three:before {
  background-color: #fbaf40
}

.home-open-more .one .two .three:after {
  background-color: var(--pink-text)
}

.home-open-more .one .two .three:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 2px;
  left: -4px;
  transition: width .4s ease;
}

.home-open-more .one .two .three:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 2px;
  left: -4px;
  transition: width .4s ease;
}

.home-open-more .one .two .three:focus:before,
.home-open-more .one .two .three:hover:before {
  content: "";
  width: 105%;
  transition: width .2s ease .4s;
}

.home-open-more .one .two .three:focus:after,
.home-open-more .one .two .three:hover:after {
  content: "";
  width: 105%;
  transition: width .2s ease .4s;
}

.home-open-more .one .two .three a {
  text-align: center;
  font-family: 'Quicksand Book', sans-serif;
  font-weight: bolder;
  color: var(--pink-text);
  font-size: 14px;
  line-height: 1.3;
  padding: 10px 20px;
  display: inline-block
}

.home-open-video {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  visibility: hidden;
  margin-bottom: 60px
}

@media screen and (max-width: 767px) {
  .home-open-video {
    width: 100%;
    margin-bottom: 40px
  }
}

.home-open-video-container {
  padding-top: 56.25%;
  height: 0;
  position: relative
}

.home-open-video-container iframe {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0
}

.home-spotlight {
  padding: 40px 10% 50px
}

.home-spotlight-title {
  text-align: center;
  margin-bottom: 40px;
  visibility: hidden
}

.home-spotlight-title img {
  width: 300px
}

.home-spotlight-area {
  font-size: 0
}

.home-spotlight-area-list {
  display: inline-block;
  vertical-align: top;
  width: 32%;
  margin-left: 1%;
  margin-right: 1%;
  visibility: hidden
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .home-spotlight-area-list:nth-child(1) {
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 30px
  }
}

.home-spotlight-area-list:nth-child(1) .home-spotlight-area-list-content {
  height: auto
}

.home-spotlight-area-list:nth-child(1) .home-spotlight-area-list-content-title {
  position: relative;
  top: auto;
  left: auto;
  transform: none;
  -webkit-transform: none;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto
}

.home-spotlight-area-list:nth-child(1) .home-spotlight-area-list-content-readmore {
  position: relative;
  bottom: auto;
  left: auto;
  transform: none;
  -webkit-transform: none;
  text-align: center
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .home-spotlight-area-list:nth-child(2) {
    width: 49%;
    margin-left: 0 !important;
    margin-right: 1% !important
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .home-spotlight-area-list:nth-child(3) {
    width: 49%;
    margin-left: 1% !important;
    margin-right: 0 !important
  }
}

.home-spotlight-area-list:nth-child(3n+1) {
  margin-left: 0
}

.home-spotlight-area-list:nth-child(3n+3) {
  margin-right: 0
}

.home-spotlight-area-list:focus .home-spotlight-area-list-thumb a,
.home-spotlight-area-list:hover .home-spotlight-area-list-thumb a {
  transform: scale(1.1);
  -webkit-transform: scale(1.1)
}

@media screen and (max-width: 767px) {
  .home-spotlight-area-list {
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 30px
  }
}

.home-spotlight-area-list-thumb {
  overflow: hidden
}

.home-spotlight-area-list-thumb a {
  display: block;
  height: 300px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform .4s ease;
}

@media screen and (max-width: 1199px) {
  .home-spotlight-area-list-thumb a {
    height: 250px
  }
}

@media screen and (max-width: 480px) {
  .home-spotlight-area-list-thumb a {
    height: 200px
  }
}

.home-spotlight-area-list-content {
  height: 150px;
  background-color: var(--pink-text);
  padding: 20px;
  position: relative
}

@media screen and (max-width: 767px) {
  .home-spotlight-area-list-content {
    height: auto
  }
}

.home-spotlight-area-list-content-title {
  position: absolute;
  top: 35%;
  left: 50%;
  width: 80%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%)
}

@media screen and (max-width: 767px) {
  .home-spotlight-area-list-content-title {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    -webkit-transform: none;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto
  }
}

.home-spotlight-area-list-content-title a {
  font-size: 22px;
  color: #fff;
  text-align: center;
  display: block;
  line-height: 1.2;
  font-family: Quicksand, sans-serif;
  font-weight: 700;
  font-style: normal
}

@media screen and (max-width: 1199px) {
  .home-spotlight-area-list-content-title a {
    font-size: 18px
  }
}

.home-spotlight-area-list-content-readmore {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%)
}

@media screen and (max-width: 767px) {
  .home-spotlight-area-list-content-readmore {
    position: relative;
    bottom: auto;
    left: auto;
    transform: none;
    -webkit-transform: none;
    text-align: center
  }
}

.home-spotlight-area-list-content-readmore a {
  font-family: Quicksand, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  border: 2px solid #fbaf40;
  padding: 4px 10px;
  line-height: 1;
  transition: background-color .4s ease;
}

.home-spotlight-area-list-content-readmore a:focus,
.home-spotlight-area-list-content-readmore a:hover {
  background-color: #fbaf40
}

.register {
  position: fixed;
  right: 0;
  top: 30%;
  z-index: 3;
  background-color: var(--pink-text);
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 15px;
  width: 111px;
  visibility: hidden;
  display: none;
  transition: background-color .4s ease;
}

.register:focus,
.register:hover {
  background-color: #fbaf40
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .register {
    display: none
  }
}

@media screen and (max-width: 767px) {
  .register {
    display: none;
    width: 100px;
    top: 50%
  }
}

@media screen and (max-width: 480px) {
  .register {
    width: 65px;
    padding: 10px
  }
}

.register-image {
  text-align: center;
  margin-bottom: 10px
}

.register-image a {
  display: block;
  text-align: center
}

@media screen and (max-width: 767px) {
  .register-image a img {
    width: 34px
  }
}

@media screen and (max-width: 480px) {
  .register-image a img {
    width: 20px
  }
}

.register-link a {
  display: inline-block;
  text-align: left;
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
  font-family: Quicksand, sans-serif;
  font-weight: 700;
  font-style: normal
}

@media screen and (max-width: 767px) {
  .register-link a {
    font-size: 12px
  }
}

@media screen and (max-width: 480px) {
  .register-link a {
    font-size: 8px
  }
}

.registerpage {
  display: flex;
  overflow-x: hidden
}

.registerpage-content {
  order: 1;
  width: 60%;
  padding: 40px 40px 20px 10%
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .registerpage-content {
    width: 65%
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .registerpage-content {
    width: 70%
  }
}

@media screen and (max-width: 767px) {
  .registerpage-content {
    width: 100%;
    padding-right: 10%
  }
}

.registerpage-content iframe {
  height: 875px
}

@media (min-width: 1635px) {
  .registerpage-content iframe {
    height: 650px
  }
}

@media screen and (max-width: 991px) {
  .registerpage-content iframe {
    height: 1150px
  }
}

.registerpage-content-title p {
  color: var(--pink-text);
  font-family: Quicksand, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 32px;
  line-height: 1.6;
  margin-bottom: 20px
}

@media (min-width: 992px) and (max-width: 1199px) {
  .registerpage-content-title p {
    font-size: 32px;
    margin-bottom: 20px
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .registerpage-content-title p {
    font-size: 28px;
    margin-bottom: 20px
  }
}

@media (max-width: 767px) {
  .registerpage-content-title p {
    font-size: 24px;
    margin-bottom: 20px
  }
}

.registerpage-content-desc {
  display: none
}

.registerpage-content-desc p {
  font-family: 'Quicksand Book', sans-serif;
  font-weight: bolder;
  font-size: 15px;
  color: #2c2c2c;
  line-height: 1.6;
  margin-bottom: 20px
}

.registerpage-content-form {
  margin-top: -40px
}

.registerpage-content-form-desc p {
  color: #2c2c2c;
  font-family: Quicksand, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  margin-bottom: 30px;
  line-height: 1.3
}

.registerpage-content-form form {
  padding-right: 15%
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .registerpage-content-form form {
    padding-right: 5%
  }
}

@media screen and (max-width: 991px) {
  .registerpage-content-form form {
    padding-right: 0
  }
}

.registerpage-content-form form .form-group {
  font-size: 0
}

.registerpage-content-form form .form-group:nth-child(7) input {
  width: auto
}

.registerpage-content-form form .form-group:nth-last-child(1) {
  padding-left: 175px;
  text-align: center;
  margin-top: 50px
}

@media screen and (max-width: 480px) {
  .registerpage-content-form form .form-group:nth-last-child(1) {
    padding-left: 0
  }
}

.registerpage-content-form form .form-group label {
  width: 175px;
  font-size: 16px;
  font-family: Quicksand, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #2c2c2c;
  vertical-align: top
}

@media screen and (max-width: 480px) {
  .registerpage-content-form form .form-group label {
    width: 100%
  }
}

.registerpage-content-form form .form-group input,
.registerpage-content-form form .form-group select,
.registerpage-content-form form .form-group textarea {
  border: 1px solid #fc6942;
  outline: 0;
  padding: 5px 10px;
  width: calc(70% - 175px);
  font-family: 'Quicksand Book', sans-serif;
  font-weight: bolder;
  font-size: 15px;
  line-height: 1.3;
  color: #2c2c2c
}

@media screen and (max-width: 480px) {
  .registerpage-content-form form .form-group input,
  .registerpage-content-form form .form-group select,
  .registerpage-content-form form .form-group textarea {
    width: 100%
  }
}

.registerpage-content-form form .form-group input {
  box-shadow: none
}

.registerpage-content-form form .form-group textarea {
  resize: vertical
}

@media screen and (max-width: 767px) {
  .registerpage-content-form form .form-group select {
    width: calc(100% - 175px)
  }
}

.registerpage-content-form form .form-group button {
  display: inline-block;
  border: none;
  outline: 0;
  box-shadow: none;
  padding: 7px 40px;
  border-radius: 20px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  background-color: #fbaf40;
  font-family: Quicksand, sans-serif;
  font-weight: 700;
  font-style: normal;
  transition: background-color .4s ease;
}

.registerpage-content-form form .form-group button:focus,
.registerpage-content-form form .form-group button:hover {
  background-color: #fc6942
}

.registerpage-content-form form .form-group .check {
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

@media screen and (max-width: 480px) {
  .registerpage-content-form form .form-group .check {
    padding-left: 40px
  }
}

.registerpage-content-form form .form-group .check input {
  position: absolute;
  opacity: 0;
  cursor: pointer
}

.registerpage-content-form form .form-group .check input:checked ~ .checkmark {
  background-color: #fc6942
}

.registerpage-content-form form .form-group .check input:checked ~ .checkmark:after {
  display: block
}

.registerpage-content-form form .form-group .check .checkmark {
  position: absolute;
  top: 0;
  left: 175px;
  height: 25px;
  width: 25px;
  border: 1px solid #fc6942;
  background-color: #fff
}

@media screen and (max-width: 480px) {
  .registerpage-content-form form .form-group .check .checkmark {
    left: 0
  }
}

.registerpage-content-form form .form-group .check .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg)
}

.registerpage-image {
  visibility: hidden;
  order: 2;
  width: 40%;
  background-size: contain;
  background-position: right center;
  background-repeat: no-repeat;
  height: auto
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .registerpage-image {
    width: 35%
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .registerpage-image {
    width: 30%;
    background-position: right 81%
  }
}

@media screen and (max-width: 767px) {
  .registerpage-image {
    width: 100%;
    height: 500px;
    background-position: right bottom
  }
}

@media screen and (max-width: 480px) {
  .registerpage-image {
    display: none
  }
}

.team {
  padding: 0 10% 20px
}

.html.js .team-title {
  visibility: hidden
}

.team-title p {
  text-align: center;
  font-size: 32px;
  line-height: 1.6;
  font-family: Quinzey, sans-serif;
  font-weight: 500;
  color: #fc6942;
  margin-bottom: 20px
}

@media screen and (max-width: 1199px) {
  .team-title p {
    font-size: 28px
  }
}

@media screen and (max-width: 767px) {
  .team-title p {
    font-size: 24px
  }
}

.team-area-list {
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-bottom: 40px
}

@media screen and (max-width: 767px) {
  .team-area-list {
    flex-direction: column
  }
}

.team-area-list-pp {
  width: 250px;
  order: 1;
  overflow: hidden
}

@media screen and (max-width: 767px) {
  .team-area-list-pp {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px
  }
}

.team-area-list-pp img {
  visibility: hidden;
  width: 100%
}

.team-area-list-content {
  width: calc(100% - 250px);
  order: 2;
  padding-left: 30px;
  padding-top: 30px
}

@media screen and (max-width: 767px) {
  .team-area-list-content {
    width: 100%;
    padding: 0 10%
  }
}

@media screen and (max-width: 480px) {
  .team-area-list-content {
    padding: 0
  }
}

.team-area-list-content-name {
  overflow: hidden;
  margin-left: -30px
}

@media screen and (max-width: 767px) {
  .team-area-list-content-name {
    text-align: center;
    margin-left: 0
  }
}

.team-area-list-content-name p {
  visibility: hidden;
  background-color: var(--pink-text);
  color: #fff;
  font-size: 21px;
  font-family: Quicksand, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: .9;
  padding: 8px 30px;
  display: inline-block;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  margin-bottom: 5px
}

@media screen and (max-width: 767px) {
  .team-area-list-content-name p {
    border-radius: 20px;
    text-align: center
  }
}

.team-area-list-content-job {
  visibility: hidden
}

.team-area-list-content-job p {
  color: var(--pink-text);
  font-size: 16px;
  font-family: 'Quicksand Book', sans-serif;
  font-weight: bolder;
  line-height: 1.3;
  margin-bottom: 15px
}

.team-area-list-content-detail {
  visibility: hidden
}

.team-area-list-content-detail li,
.team-area-list-content-detail ol,
.team-area-list-content-detail p,
.team-area-list-content-detail ul {
  font-family: 'Quicksand Book', sans-serif;
  font-weight: bolder;
  font-size: 15px;
  color: #2c2c2c;
  line-height: 1.6
}

.team-area-list-content-detail ul {
  padding-left: 20px
}

.spotlight-area {
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  padding: 40px 10%;
  visibility: hidden
}

@media screen and (max-width: 1199px) {
  .spotlight-area {
    flex-direction: column
  }
}

.spotlight-area-left {
  width: 35%;
  padding-right: 20px
}

@media screen and (max-width: 1199px) {
  .spotlight-area-left {
    width: 100%;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0
  }
}

.spotlight-area-left:focus .spotlight-area-left-list-thumb a,
.spotlight-area-left:hover .spotlight-area-left-list-thumb a {
  transform: scale(1.1);
  -webkit-transform: scale(1.1)
}

.spotlight-area-left-list-thumb {
  overflow: hidden;
  height: calc(100% - 150px)
}

.spotlight-area-left-list-thumb a {
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  display: block;
  min-height: 500px;
  transition: transform .4s ease;
}

@media screen and (max-width: 1199px) {
  .spotlight-area-left-list-thumb a {
    height: 300px;
    min-height: auto
  }
}

@media screen and (max-width: 767px) {
  .spotlight-area-left-list-thumb a {
    height: 250px
  }
}

@media screen and (max-width: 480px) {
  .spotlight-area-left-list-thumb a {
    height: 175px
  }
}

.spotlight-area-left-list-content {
  height: 150px;
  background-color: #12b5ab;
  padding: 20px;
  position: relative
}

@media screen and (max-width: 1199px) {
  .spotlight-area-left-list-content {
    height: auto;
    min-height: 100px;
    padding-bottom: 40px
  }
}

.spotlight-area-left-list-content-date {
  position: absolute;
  top: 20px
}

@media screen and (max-width: 1199px) {
  .spotlight-area-left-list-content-date {
    position: relative;
    top: auto
  }
}

.spotlight-area-left-list-content-date p {
  color: #fff;
  font-family: Quicksand, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  line-height: 1.3
}

.spotlight-area-left-list-content-title {
  position: absolute;
  top: 40px;
  width: 80%
}

@media screen and (max-width: 1199px) {
  .spotlight-area-left-list-content-title {
    position: relative;
    top: auto;
    width: 100%
  }
}

.spotlight-area-left-list-content-title a {
  font-size: 22px;
  color: #fff;
  display: block;
  line-height: 1.2;
  font-family: Quicksand, sans-serif;
  font-weight: 700;
  font-style: normal
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .spotlight-area-left-list-content-title a {
    font-size: 20px
  }
}

@media screen and (max-width: 767px) {
  .spotlight-area-left-list-content-title a {
    font-size: 18px
  }
}

.spotlight-area-left-list-content-readmore {
  position: absolute;
  bottom: 0;
  right: 0
}

.spotlight-area-left-list-content-readmore a {
  color: #fff;
  display: inline-block;
  font-family: 'Quicksand Book', sans-serif;
  font-weight: bolder;
  font-size: 13px;
  padding: 10px 20px;
  line-height: 1;
  background-color: rgba(0, 0, 0, .2);
  transition: background-color .4s ease;
}

.spotlight-area-left-list-content-readmore a:focus,
.spotlight-area-left-list-content-readmore a:hover {
  background-color: #fbaf40
}

.spotlight-area-left-list-content-readmore a img {
  display: inline-block;
  padding-bottom: 3px
}

.spotlight-area-right {
  width: 65%;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  padding-left: 20px
}

@media screen and (max-width: 1199px) {
  .spotlight-area-right {
    width: 100%;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0
  }
}

.spotlight-area-right-list:focus .spotlight-area-right-list-thumb a,
.spotlight-area-right-list:hover .spotlight-area-right-list-thumb a {
  transform: scale(1.1);
  -webkit-transform: scale(1.1)
}

.spotlight-area-right-list:nth-child(1) {
  width: 100%;
  margin-bottom: 40px;
  display: -ms-flexbox;
  display: flex
}

@media screen and (max-width: 767px) {
  .spotlight-area-right-list:nth-child(1) {
    display: block
  }
}

.spotlight-area-right-list:nth-child(1) .spotlight-area-right-list-thumb {
  width: 70%
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .spotlight-area-right-list:nth-child(1) .spotlight-area-right-list-thumb {
    width: 60%
  }
}

@media screen and (max-width: 767px) {
  .spotlight-area-right-list:nth-child(1) .spotlight-area-right-list-thumb {
    width: 100%
  }
}

.spotlight-area-right-list:nth-child(1) .spotlight-area-right-list-thumb a {
  height: 300px
}

.spotlight-area-right-list:nth-child(1) .spotlight-area-right-list-content {
  width: 30%;
  height: 300px;
  background-color: #fbaf40
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .spotlight-area-right-list:nth-child(1) .spotlight-area-right-list-content {
    width: 40%
  }
}

@media screen and (max-width: 767px) {
  .spotlight-area-right-list:nth-child(1) .spotlight-area-right-list-content {
    width: 100%
  }
}

.spotlight-area-right-list:nth-child(1) .spotlight-area-right-list-content-date,
.spotlight-area-right-list:nth-child(1) .spotlight-area-right-list-content-title {
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%)
}

@media screen and (max-width: 767px) {
  .spotlight-area-right-list:nth-child(1) .spotlight-area-right-list-content-date,
  .spotlight-area-right-list:nth-child(1) .spotlight-area-right-list-content-title {
    transform: none;
    -webkit-transform: none
  }
}

.spotlight-area-right-list:nth-child(1) .spotlight-area-right-list-content-date {
  top: 25%
}

.spotlight-area-right-list:nth-child(1) .spotlight-area-right-list-content-title {
  top: 45%
}

.spotlight-area-right-list:nth-child(2) {
  width: 50%;
  padding-right: 20px
}

@media screen and (max-width: 767px) {
  .spotlight-area-right-list:nth-child(2) {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px
  }
}

.spotlight-area-right-list:nth-child(2) .spotlight-area-right-list-content {
  background-color: var(--pink-text)
}

.spotlight-area-right-list:nth-child(3) {
  width: 50%;
  padding-left: 20px
}

@media screen and (max-width: 767px) {
  .spotlight-area-right-list:nth-child(3) {
    width: 100%;
    padding-left: 0
  }
}

.spotlight-area-right-list:nth-child(3) .spotlight-area-right-list-content {
  background-color: #12b5ab
}

.spotlight-area-right-list-thumb {
  overflow: hidden
}

.spotlight-area-right-list-thumb a {
  height: 200px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  display: block;
  transition: transform .4s ease;
}

@media screen and (max-width: 767px) {
  .spotlight-area-right-list-thumb a {
    height: 250px !important
  }
}

@media screen and (max-width: 480px) {
  .spotlight-area-right-list-thumb a {
    height: 175px !important
  }
}

.spotlight-area-right-list-content {
  height: 150px;
  background-color: var(--pink-text);
  padding: 20px;
  position: relative
}

@media screen and (max-width: 767px) {
  .spotlight-area-right-list-content {
    height: auto !important;
    padding-bottom: 40px
  }
}

.spotlight-area-right-list-content-date {
  position: absolute;
  top: 20px
}

@media screen and (max-width: 767px) {
  .spotlight-area-right-list-content-date {
    position: relative;
    top: 0 !important;
    transform: none;
    -webkit-transform: none
  }
}

.spotlight-area-right-list-content-date p {
  color: #fff;
  font-family: Quicksand, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  line-height: 1.3
}

.spotlight-area-right-list-content-title {
  position: absolute;
  top: 40px;
  width: 80%
}

@media screen and (max-width: 767px) {
  .spotlight-area-right-list-content-title {
    position: relative;
    top: 0 !important;
    width: 100%;
    transform: none;
    -webkit-transform: none
  }
}

.spotlight-area-right-list-content-title a {
  font-size: 22px;
  color: #fff;
  display: block;
  line-height: 1.2;
  font-family: Quicksand, sans-serif;
  font-weight: 700;
  font-style: normal
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .spotlight-area-right-list-content-title a {
    font-size: 20px
  }
}

@media screen and (max-width: 767px) {
  .spotlight-area-right-list-content-title a {
    font-size: 18px
  }
}

.spotlight-area-right-list-content-readmore {
  position: absolute;
  bottom: 0;
  right: 0
}

.spotlight-area-right-list-content-readmore a {
  color: #fff;
  display: inline-block;
  font-family: 'Quicksand Book', sans-serif;
  font-weight: bolder;
  font-size: 13px;
  padding: 10px 20px;
  line-height: 1;
  background-color: rgba(0, 0, 0, .2);
  transition: background-color .4s ease;
}

.spotlight-area-right-list-content-readmore a:focus,
.spotlight-area-right-list-content-readmore a:hover {
  background-color: #fbaf40
}

.spotlight-area-right-list-content-readmore a img {
  display: inline-block;
  padding-bottom: 3px
}

.spotlight-detail {
  position: relative;
  padding: 150px 10% 40px 10%
}

.spotlight-detail-line {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  height: 100%;
  width: 14px
}

.spotlight-detail-line-pink {
  background-color: var(--pink-text);
  position: absolute;
  left: 0;
  top: 0;
  width: 8px;
  height: 100%
}

.spotlight-detail-line-orange {
  background-color: #fbaf40;
  height: 40%;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 8px
}

.spotlight-detail-line-orange:before {
  content: "";
  bottom: 100%;
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 5px solid #fbaf40;
  border-left: 8px solid transparent
}

.spotlight-detail-back {
  visibility: hidden
}

.spotlight-detail-back a {
  font-family: Quicksand, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 15px;
  color: #2c2c2c;
  line-height: 1.6;
  display: inline-block;
  margin-bottom: 20px
}

.spotlight-detail-header {
  margin-bottom: 40px;
  visibility: hidden
}

.spotlight-detail-header img {
  width: 100%
}

.spotlight-detail-date {
  padding: 0 10%;
  visibility: hidden
}

@media screen and (max-width: 991px) {
  .spotlight-detail-date {
    padding: 0
  }
}

.spotlight-detail-date p {
  font-family: Quicksand, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 10px;
  color: #2c2c2c
}

.spotlight-detail-title {
  padding: 0 10%;
  visibility: hidden
}

@media screen and (max-width: 991px) {
  .spotlight-detail-title {
    padding: 0
  }
}

.spotlight-detail-title p {
  font-family: Quicksand, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 36px;
  line-height: 1.3;
  color: var(--pink-text);
  margin-bottom: 30px
}

@media screen and (max-width: 1199px) {
  .spotlight-detail-title p {
    line-height: 1;
    font-size: 32px
  }
}

@media screen and (max-width: 480px) {
  .spotlight-detail-title p {
    font-size: 24px
  }
}

.spotlight-detail-subtitle {
  padding: 0 10%;
  visibility: hidden
}

@media screen and (max-width: 991px) {
  .spotlight-detail-subtitle {
    padding: 0
  }
}

.spotlight-detail-subtitle p {
  font-family: Quicksand, sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #2c2c2c;
  font-style: italic;
  line-height: 1.3;
  margin-bottom: 40px
}

@media screen and (max-width: 767px) {
  .spotlight-detail-subtitle p {
    font-size: 18px;
    margin-bottom: 30px
  }
}

@media screen and (max-width: 480px) {
  .spotlight-detail-subtitle p {
    font-size: 16px;
    margin-bottom: 20px
  }
}

.spotlight-detail-content {
  padding: 0 10%;
  margin-bottom: 40px;
  visibility: hidden
}

@media screen and (max-width: 991px) {
  .spotlight-detail-content {
    padding: 0
  }
}

.spotlight-detail-content li,
.spotlight-detail-content ol,
.spotlight-detail-content p,
.spotlight-detail-content ul {
  font-family: 'Quicksand Book', sans-serif;
  font-weight: bolder;
  font-size: 15px;
  color: #2c2c2c;
  line-height: 1.6
}

.spotlight-detail-share {
  padding: 0 10%;
  visibility: hidden
}

@media screen and (max-width: 991px) {
  .spotlight-detail-share {
    padding: 0
  }
}

.spotlight-detail-share ul {
  padding-left: 0;
  margin-bottom: 0
}

.spotlight-detail-share ul li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  font-family: Quicksand, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  color: #2c2c2c
}

.spotlight-detail-share ul li:nth-child(1) {
  margin-right: 20px
}

.spotlight-detail-share ul li a {
  display: inline-block;
  padding-bottom: 5px
}

.spotlight-detail-share ul li a:focus img,
.spotlight-detail-share ul li a:hover img {
  filter: grayscale(0) brightness(1);
}

.spotlight-detail-share ul li a img {
  filter: grayscale(100%) brightness(.8);
  transition: filter .4s ease;
}

.spotlight-other {
  padding: 40px 10%;
  visibility: hidden
}

.spotlight-other-title p {
  font-family: Quicksand, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 36px;
  color: var(--pink-text);
  text-align: center;
  line-height: 1.6;
  margin-bottom: 40px
}

@media screen and (max-width: 1199px) {
  .spotlight-other-title p {
    font-size: 32px
  }
}

.spotlight-other-slide {
  position: relative;
  visibility: hidden
}

.spotlight-other-slide .slick-next-custom,
.spotlight-other-slide .slick-prev-custom {
  background: 0 0;
  outline: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  border: none;
  opacity: .7;
  transition: opacity .4s ease;
}

.spotlight-other-slide .slick-next-custom:focus,
.spotlight-other-slide .slick-next-custom:hover,
.spotlight-other-slide .slick-prev-custom:focus,
.spotlight-other-slide .slick-prev-custom:hover {
  opacity: 1
}

.spotlight-other-slide .slick-prev-custom {
  left: -20px
}

.spotlight-other-slide .slick-next-custom {
  right: -20px
}

.spotlight-other-slide-list {
  margin-left: 20px;
  margin-right: 20px
}

.spotlight-other-slide-list:nth-child(odd) .spotlight-other-slide-list-content {
  background-color: #12b5ab
}

.spotlight-other-slide-list-thumb a {
  height: 200px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  display: block
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .spotlight-other-slide-list-thumb a {
    height: 160px
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .spotlight-other-slide-list-thumb a {
    height: 175px
  }
}

@media screen and (max-width: 767px) {
  .spotlight-other-slide-list-thumb a {
    height: 275px
  }
}

@media screen and (max-width: 480px) {
  .spotlight-other-slide-list-thumb a {
    height: 175px
  }
}

.spotlight-other-slide-list-content {
  height: 150px;
  background-color: var(--pink-text);
  padding: 20px;
  position: relative
}

.spotlight-other-slide-list-content-date {
  position: absolute;
  top: 20px
}

.spotlight-other-slide-list-content-date p {
  color: #fff;
  font-family: Quicksand, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  line-height: 1.3
}

.spotlight-other-slide-list-content-title {
  position: absolute;
  top: 40px;
  width: 80%
}

.spotlight-other-slide-list-content-title a {
  font-size: 22px;
  color: #fff;
  display: block;
  line-height: 1.2;
  font-family: Quicksand, sans-serif;
  font-weight: 700;
  font-style: normal
}

@media screen and (max-width: 1199px) {
  .spotlight-other-slide-list-content-title a {
    font-size: 18px
  }
}

.spotlight-other-slide-list-content-readmore {
  position: absolute;
  bottom: 0;
  right: 0
}

.spotlight-other-slide-list-content-readmore a {
  color: #fff;
  display: inline-block;
  font-family: 'Quicksand Book', sans-serif;
  font-weight: bolder;
  font-size: 13px;
  padding: 10px 20px;
  line-height: 1;
  background-color: rgba(0, 0, 0, .2);
  transition: background-color .4s ease;
}

.spotlight-other-slide-list-content-readmore a:focus,
.spotlight-other-slide-list-content-readmore a:hover {
  background-color: #fbaf40
}

.spotlight-other-slide-list-content-readmore a img {
  display: inline-block;
  padding-bottom: 3px
}

.contact {
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  padding-top: 100px;
  min-height: calc(100vh - 60px);
  background-image: url(../images/bg-home-i.png), url(../images/bg-home-u.png), url(../images/bg-home-iflip.png), url(../images/bg-home-iflip.png), url(../images/bg-home-triangle.png), url(../images/bg-home-i.png), url(../images/bg-home-i.png);
  background-position: 5% 40%, 15% 80%, 35% 10%, 78% 80%, 94% 50%, 101% 80%, 98% 20%;
  background-repeat: no-repeat
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .contact {
    min-height: auto
  }
}

@media screen and (max-width: 991px) {
  .contact {
    flex-direction: column;
    padding-top: 150px
  }
}

.contact-line {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  height: 100%;
  width: 14px
}

.contact-line-pink {
  background-color: var(--pink-text);
  position: absolute;
  left: 0;
  top: 0;
  width: 8px;
  height: 100%
}

.contact-line-orange {
  background-color: #fbaf40;
  height: 40%;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 8px
}

.contact-line-orange:before {
  content: "";
  bottom: 100%;
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 5px solid #fbaf40;
  border-left: 8px solid transparent
}

.contact-image {
  order: 1;
  width: 40%;
  background-size: contain;
  height: auto;
  background-repeat: no-repeat;
  background-position: center bottom;
  visibility: hidden
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-image {
    width: 50%
  }
}

@media screen and (max-width: 991px) {
  .contact-image {
    width: 100%;
    order: 2;
    height: 500px
  }
}

@media screen and (max-width: 480px) {
  .contact-image {
    display: none
  }
}

.contact-area {
  order: 2;
  width: 60%;
  padding-right: 10%;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 40px
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-area {
    width: 50%;
    padding-top: 0
  }
}

@media screen and (max-width: 991px) {
  .contact-area {
    order: 1;
    width: 100%;
    padding-top: 0;
    padding-left: 10%
  }
}

.contact-area-title {
  margin-bottom: 20px;
  visibility: hidden;
  position: relative;
  display: inline-block
}

.contact-area-title-content {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 15px
}

.contact-area-title-content p {
  font-family: Quinzey, sans-serif;
  font-weight: 500;
  font-size: 44px;
  color: var(--pink-text);
  line-height: 1
}

.contact-area-title-image {
  position: absolute;
  right: -60px;
  bottom: 10px
}

.contact-area-title-image img {
  animation-name: linear-short;
  animation-duration: 2s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  animation-timing-function: linear
}

.contact-area-desc {
  margin-bottom: 20px;
  visibility: hidden
}

.contact-area-desc p {
  font-family: 'Quicksand Book', sans-serif;
  font-weight: bolder;
  font-size: 15px;
  color: #2c2c2c;
  line-height: 1.6
}

.contact-area-address {
  visibility: hidden
}

.contact-area-address p {
  font-family: 'Quicksand Book', sans-serif;
  font-weight: bolder;
  color: #2c2c2c;
  line-height: 1.6;
  font-size: 18px
}

.contact-area-phone {
  visibility: hidden
}

.contact-area-phone a {
  font-family: 'Quicksand Book', sans-serif;
  font-weight: bolder;
  color: #2c2c2c;
  line-height: 1.6;
  font-size: 18px;
  display: inline-block
}

.contact-area-phone a:focus,
.contact-area-phone a:hover {
  text-decoration: underline
}

.contact-area-mail {
  margin-bottom: 20px;
  visibility: hidden
}

.contact-area-mail a {
  font-family: 'Quicksand Book', sans-serif;
  font-weight: bolder;
  color: #2c2c2c;
  line-height: 1.6;
  font-size: 18px;
  display: inline-block
}

.contact-area-mail a:focus,
.contact-area-mail a:hover {
  text-decoration: underline
}

.contact-gmap {
  margin-bottom: 20px;
  visibility: hidden
}

.contact-gmap iframe {
  width: 100%;
  height: 325px
}

.contact-sosmed {
  visibility: hidden;
  margin-bottom: 20px
}

.contact-sosmed ul {
  margin-bottom: 0;
  padding: 5px 0;
  background-color: #fbaf40;
  display: inline-block
}

.contact-sosmed ul li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 7px;
  margin-left: 7px
}

.contact-sosmed ul li:focus a img,
.contact-sosmed ul li:hover a img {
  filter: grayscale(0) brightness(1)
}

.contact-sosmed ul li a {
  display: block
}

.contact-sosmed ul li a img {
  filter: grayscale(1) brightness(0) invert(1);
  transition: filter .2s ease;
}


.curriculum {
  padding: 40px 10%
}

.curriculum-principles {
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 75px;
  position: relative;
  z-index: 3
}

@media screen and (max-width: 991px) {
  .curriculum-principles {
    flex-direction: column
  }
}

.curriculum-principles-content {
  width: calc(100% - 450px);
  padding-right: 40px
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .curriculum-principles-content {
    width: calc(100% - 400px);
    padding-right: 20px
  }
}

@media screen and (max-width: 991px) {
  .curriculum-principles-content {
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px
  }
}

@media screen and (max-width: 480px) {
  .curriculum-principles-content {
    margin-bottom: 75px
  }
}

.curriculum-principles-content-title {
  visibility: hidden
}

.curriculum-principles-content-title p {
  font-size: 40px;
  color: #ed3b2e;
  font-family: Quicksand, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.3;
  margin-bottom: 15px
}

@media screen and (max-width: 1199px) {
  .curriculum-principles-content-title p {
    font-size: 32px
  }
}

@media screen and (max-width: 991px) {
  .curriculum-principles-content-title p {
    text-align: center
  }
}

@media screen and (max-width: 767px) {
  .curriculum-principles-content-title p {
    font-size: 28px
  }
}

.curriculum-principles-content-desc {
  visibility: hidden
}

@media screen and (max-width: 767px) {
  .curriculum-principles-content-desc {
    text-align: center
  }
}

.curriculum-principles-content-desc li,
.curriculum-principles-content-desc ol,
.curriculum-principles-content-desc p,
.curriculum-principles-content-desc ul {
  font-family: 'Quicksand Book', sans-serif;
  font-weight: bolder;
  font-size: 15px;
  color: #2c2c2c;
  line-height: 1.6
}

.curriculum-principles-diagram {
  width: 450px;
  height: 450px;
  position: relative;
  border-radius: 500px;
  border: 35px solid #c4c4c4;
  visibility: hidden
}

@media screen and (max-width: 1199px) {
  .curriculum-principles-diagram {
    height: 400px;
    width: 400px
  }
}

@media screen and (max-width: 480px) {
  .curriculum-principles-diagram {
    height: 242px;
    width: 242px;
    border: none
  }
}

.curriculum-principles-diagram-family {
  position: absolute;
  top: -27px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%)
}

.curriculum-principles-diagram-family p {
  font-family: 'Quicksand Book', sans-serif;
  font-weight: bolder;
  font-size: 14px;
  color: #2c2c2c
}

@media screen and (max-width: 480px) {
  .curriculum-principles-diagram-family p {
    font-size: 12px
  }
}

.curriculum-principles-diagram-educators {
  position: absolute;
  top: 319px;
  right: 1px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg)
}

@media screen and (max-width: 1199px) {
  .curriculum-principles-diagram-educators {
    top: 278px;
    right: -7px
  }
}

@media screen and (max-width: 480px) {
  .curriculum-principles-diagram-educators {
    top: 217px;
    right: -21px
  }
}

.curriculum-principles-diagram-educators p {
  font-family: 'Quicksand Book', sans-serif;
  font-weight: bolder;
  font-size: 14px;
  color: #2c2c2c
}

@media screen and (max-width: 480px) {
  .curriculum-principles-diagram-educators p {
    font-size: 12px
  }
}

.curriculum-principles-diagram-pro {
  position: absolute;
  top: 311px;
  left: -18px;
  transform: rotate(-130deg);
  -webkit-transform: rotate(-130deg)
}

@media screen and (max-width: 1199px) {
  .curriculum-principles-diagram-pro {
    top: 275px
  }
}

@media screen and (max-width: 480px) {
  .curriculum-principles-diagram-pro {
    top: 212px;
    left: -30px
  }
}

.curriculum-principles-diagram-pro p {
  font-family: 'Quicksand Book', sans-serif;
  font-weight: bolder;
  font-size: 14px;
  color: #2c2c2c
}

@media screen and (max-width: 480px) {
  .curriculum-principles-diagram-pro p {
    font-size: 12px
  }
}

.curriculum-principles-diagram-child {
  position: absolute;
  width: 100px;
  height: 100px;
  background-color: var(--pink-text);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  border-radius: 100px;
  z-index: 3;
  cursor: pointer
}

@media screen and (max-width: 480px) {
  .curriculum-principles-diagram-child {
    width: 75px;
    height: 75px
  }
}

.curriculum-principles-diagram-child:focus .curriculum-principles-diagram-child-popup,
.curriculum-principles-diagram-child:hover .curriculum-principles-diagram-child-popup {
  opacity: 1;
  visibility: visible;
  display: block
}

.curriculum-principles-diagram-child-title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%)
}

.curriculum-principles-diagram-child-title p {
  font-family: 'Quicksand Book', sans-serif;
  font-weight: bolder;
  font-size: 20px;
  color: #fff
}

@media screen and (max-width: 480px) {
  .curriculum-principles-diagram-child-title p {
    font-size: 16px
  }
}

.curriculum-principles-diagram-child-popup {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  background-color: #fff;
  display: none;
  width: 300px;
  border: 1px solid #fbaf40;
  z-index: 3;
  padding: 20px 30px;
  box-shadow: -2px 2px 5px 1px rgba(0, 0, 0, .2);
  right: calc(100% + 40px);
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%)
}

@media screen and (max-width: 991px) {
  .curriculum-principles-diagram-child-popup {
    top: calc(100% + 40px) !important;
    left: 50% !important;
    transform: none;
    width: 300px
  }
}

.curriculum-principles-diagram-child-popup:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-left: 40px solid #fbaf40;
  border-bottom: 20px solid transparent;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%)
}

@media screen and (max-width: 991px) {
  .curriculum-principles-diagram-child-popup:before {
    left: 50% !important;
    border-right: 20px solid transparent !important;
    border-left: 20px solid transparent !important;
    border-bottom: 40px solid #fbaf40 !important;
    border-top: 0 !important;
    top: -40px !important;
    transform: translate(-50%, 0) !important;
    -webkit-transform: translate(-50%, 0) !important
  }
}

.curriculum-principles-diagram-child-popup:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 19px solid transparent;
  border-left: 38px solid #fff;
  border-bottom: 19px solid transparent;
  position: absolute;
  left: calc(100% - 1px);
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%)
}

@media screen and (max-width: 991px) {
  .curriculum-principles-diagram-child-popup:after {
    left: 50% !important;
    border-right: 20px solid transparent !important;
    border-left: 20px solid transparent !important;
    border-bottom: 40px solid #fff !important;
    border-top: 0 !important;
    top: -38px !important;
    transform: translate(-50%, 0) !important;
    -webkit-transform: translate(-50%, 0) !important
  }
}

.curriculum-principles-diagram-child-popup-title p {
  font-family: Quicksand, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  color: #fbaf40;
  margin-bottom: 20px
}

.curriculum-principles-diagram-child-popup-desc p {
  font-family: 'Quicksand Book', sans-serif;
  font-weight: bolder;
  font-size: 15px;
  color: #2c2c2c;
  line-height: 1.6
}

.curriculum-principles-diagram-intentional {
  position: absolute;
  width: 80px;
  height: 80px;
  background-color: #fbaf40;
  left: 50%;
  top: 15px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  border-radius: 100px;
  cursor: pointer;
  z-index: 3
}

.curriculum-principles-diagram-intentional:after {
  content: "";
  position: absolute;
  height: 46px;
  width: 1px;
  background-color: #2c2c2c;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%)
}

@media screen and (max-width: 1199px) {
  .curriculum-principles-diagram-intentional:after {
    height: 21px
  }
}

@media screen and (max-width: 480px) {
  .curriculum-principles-diagram-intentional:after {
    height: 10px
  }
}

@media screen and (max-width: 480px) {
  .curriculum-principles-diagram-intentional {
    width: 75px;
    height: 75px;
    top: 0
  }
}

.curriculum-principles-diagram-intentional:focus .curriculum-principles-diagram-intentional-popup,
.curriculum-principles-diagram-intentional:hover .curriculum-principles-diagram-intentional-popup {
  opacity: 1;
  visibility: visible;
  display: block
}

.curriculum-principles-diagram-intentional-title p {
  font-family: 'Quicksand Book', sans-serif;
  font-weight: bolder;
  font-size: 10px;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%)
}

.curriculum-principles-diagram-intentional-popup {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  background-color: #fff;
  width: 300px;
  display: none;
  border: 1px solid #fbaf40;
  z-index: 3;
  padding: 20px 30px;
  box-shadow: -2px 2px 5px 1px rgba(0, 0, 0, .2);
  right: calc(100% + 40px);
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%)
}

@media screen and (max-width: 991px) {
  .curriculum-principles-diagram-intentional-popup {
    top: calc(100% + 40px) !important;
    left: 50% !important;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 300px
  }
}

.curriculum-principles-diagram-intentional-popup:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%)
}

@media screen and (max-width: 991px) {
  .curriculum-principles-diagram-intentional-popup:before {
    left: 50% !important;
    border-right: 20px solid transparent !important;
    border-left: 20px solid transparent !important;
    border-bottom: 40px solid #fbaf40 !important;
    border-top: 0 !important;
    top: -40px !important;
    -webkit-transform: translate(-50%, 0) !important;
    -moz-transform: translate(-50%, 0) !important;
    -ms-transform: translate(-50%, 0) !important;
    -o-transform: translate(-50%, 0) !important;
    transform: translate(-50%, 0) !important
  }
}

.curriculum-principles-diagram-intentional-popup:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%)
}

@media screen and (max-width: 991px) {
  .curriculum-principles-diagram-intentional-popup:after {
    left: 50% !important;
    border-right: 20px solid transparent !important;
    border-left: 20px solid transparent !important;
    border-bottom: 40px solid #fbaf40 !important;
    border-top: 0 !important;
    top: -40px !important;
    -webkit-transform: translate(-50%, 0) !important;
    -moz-transform: translate(-50%, 0) !important;
    -ms-transform: translate(-50%, 0) !important;
    -o-transform: translate(-50%, 0) !important;
    transform: translate(-50%, 0) !important
  }
}

.curriculum-principles-diagram-intentional-popup:before {
  border-top: 20px solid transparent;
  border-left: 40px solid #fbaf40;
  border-bottom: 20px solid transparent;
  left: 100%
}

.curriculum-principles-diagram-intentional-popup:after {
  border-top: 19px solid transparent;
  border-left: 38px solid #fff;
  border-bottom: 19px solid transparent;
  left: calc(100% - 1px)
}

.curriculum-principles-diagram-intentional-popup-title p {
  font-family: Quicksand, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  color: #fbaf40;
  margin-bottom: 20px
}

.curriculum-principles-diagram-intentional-popup-desc p {
  font-family: 'Quicksand Book', sans-serif;
  font-weight: bolder;
  font-size: 15px;
  color: #2c2c2c;
  line-height: 1.6
}

.curriculum-principles-diagram-experiental {
  position: absolute;
  width: 80px;
  height: 80px;
  background-color: #fbaf40;
  left: 50px;
  top: 235px;
  border-radius: 100px;
  cursor: pointer
}

@media screen and (max-width: 1199px) {
  .curriculum-principles-diagram-experiental {
    left: 40px;
    top: 201px
  }
}

@media screen and (max-width: 480px) {
  .curriculum-principles-diagram-experiental {
    left: 24px;
    top: 150px;
    width: 75px;
    height: 75px
  }
}

.curriculum-principles-diagram-experiental:after {
  content: "";
  position: absolute;
  height: 100px;
  width: 1px;
  background-color: #2c2c2c;
  top: -69px;
  right: -27px;
  transform: rotate(47deg);
  -webkit-transform: rotate(47deg)
}

@media screen and (max-width: 480px) {
  .curriculum-principles-diagram-experiental:after {
    height: 20px;
    top: -7px;
    right: 5px
  }
}

.curriculum-principles-diagram-experiental:focus .curriculum-principles-diagram-experiental-popup,
.curriculum-principles-diagram-experiental:hover .curriculum-principles-diagram-experiental-popup {
  opacity: 1;
  visibility: visible;
  display: block
}

.curriculum-principles-diagram-experiental-title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%)
}

.curriculum-principles-diagram-experiental-title p {
  font-family: 'Quicksand Book', sans-serif;
  font-weight: bolder;
  font-size: 10px;
  color: #fff
}

.curriculum-principles-diagram-experiental-popup {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  background-color: #fff;
  width: 300px;
  display: none;
  border: 1px solid #fbaf40;
  z-index: 3;
  padding: 20px 30px;
  box-shadow: -2px 2px 5px 1px rgba(0, 0, 0, .2);
  right: calc(100% + 40px);
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%)
}

@media screen and (max-width: 991px) {
  .curriculum-principles-diagram-experiental-popup {
    top: calc(100% + 40px) !important;
    left: 50% !important;
    transform: translateX(-50%);
    width: 300px
  }
}

@media screen and (max-width: 480px) {
  .curriculum-principles-diagram-experiental-popup {
    width: 250px;
    left: 100% !important
  }
}

.curriculum-principles-diagram-experiental-popup:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%)
}

@media screen and (max-width: 991px) {
  .curriculum-principles-diagram-experiental-popup:before {
    left: 50% !important;
    border-right: 20px solid transparent !important;
    border-left: 20px solid transparent !important;
    border-bottom: 40px solid #fbaf40 !important;
    border-top: 0 !important;
    top: -40px !important;
    -webkit-transform: translate(-50%, 0) !important;
    -moz-transform: translate(-50%, 0) !important;
    -ms-transform: translate(-50%, 0) !important;
    -o-transform: translate(-50%, 0) !important;
    transform: translate(-50%, 0) !important
  }
}

@media screen and (max-width: 480px) {
  .curriculum-principles-diagram-experiental-popup:before {
    left: 35% !important
  }
}

.curriculum-principles-diagram-experiental-popup:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%)
}

@media screen and (max-width: 991px) {
  .curriculum-principles-diagram-experiental-popup:after {
    left: 50% !important;
    border-right: 20px solid transparent !important;
    border-left: 20px solid transparent !important;
    border-bottom: 40px solid #fbaf40 !important;
    border-top: 0 !important;
    top: -40px !important;
    transform: translate(-50%, 0) !important
  }
}

@media screen and (max-width: 480px) {
  .curriculum-principles-diagram-experiental-popup:after {
    left: 35% !important
  }
}

.curriculum-principles-diagram-experiental-popup:before {
  border-top: 20px solid transparent;
  border-left: 40px solid #fbaf40;
  border-bottom: 20px solid transparent;
  left: 100%
}

.curriculum-principles-diagram-experiental-popup:after {
  border-top: 19px solid transparent;
  border-left: 38px solid #fff;
  border-bottom: 19px solid transparent;
  left: calc(100% - 1px)
}

.curriculum-principles-diagram-experiental-popup-title p {
  font-family: Quicksand, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  color: #fbaf40;
  margin-bottom: 20px
}

.curriculum-principles-diagram-experiental-popup-desc p {
  font-family: 'Quicksand Book', sans-serif;
  font-weight: bolder;
  font-size: 15px;
  color: #2c2c2c;
  line-height: 1.6
}

.curriculum-principles-diagram-differentiated {
  position: absolute;
  width: 80px;
  height: 80px;
  background-color: #fbaf40;
  left: 260px;
  top: 235px;
  border-radius: 100px;
  cursor: pointer
}

@media screen and (max-width: 1199px) {
  .curriculum-principles-diagram-differentiated {
    left: 214px;
    top: 201px
  }
}

@media screen and (max-width: 480px) {
  .curriculum-principles-diagram-differentiated {
    left: 144px;
    top: 150px;
    width: 75px;
    height: 75px
  }
}

.curriculum-principles-diagram-differentiated:after {
  content: "";
  position: absolute;
  height: 100px;
  width: 1px;
  background-color: #2c2c2c;
  top: -69px;
  left: -27px;
  transform: rotate(-47deg);
  -webkit-transform: rotate(-47deg)
}

@media screen and (max-width: 480px) {
  .curriculum-principles-diagram-differentiated:after {
    height: 20px;
    top: -7px;
    left: 5px
  }
}

.curriculum-principles-diagram-differentiated:focus .curriculum-principles-diagram-differentiated-popup,
.curriculum-principles-diagram-differentiated:hover .curriculum-principles-diagram-differentiated-popup {
  opacity: 1;
  visibility: visible;
  display: block
}

.curriculum-principles-diagram-differentiated-title p {
  font-family: 'Quicksand Book', sans-serif;
  font-weight: bolder;
  font-size: 10px;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%)
}

.curriculum-principles-diagram-differentiated-popup {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  background-color: #fff;
  width: 300px;
  border: 1px solid #fbaf40;
  z-index: 3;
  display: none;
  padding: 20px 30px;
  box-shadow: -2px 2px 5px 1px rgba(0, 0, 0, .2);
  right: calc(100% + 40px);
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%)
}

@media screen and (max-width: 991px) {
  .curriculum-principles-diagram-differentiated-popup {
    top: calc(100% + 40px) !important;
    left: 50% !important;
    transform: translateX(-50%);
    width: 300px
  }
}

@media screen and (max-width: 480px) {
  .curriculum-principles-diagram-differentiated-popup {
    width: 250px;
    left: 0 !important
  }
}

.curriculum-principles-diagram-differentiated-popup:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%)
}

@media (min-width: 768px) and (max-width: 991px) {
  .curriculum-principles-diagram-differentiated-popup:before {
    left: 50% !important;
    border-right: 20px solid transparent !important;
    border-left: 20px solid transparent !important;
    border-bottom: 40px solid #fbaf40 !important;
    border-top: 0 !important;
    top: -40px !important;
    -webkit-transform: translate(-50%, 0) !important;
    -moz-transform: translate(-50%, 0) !important;
    -ms-transform: translate(-50%, 0) !important;
    -o-transform: translate(-50%, 0) !important;
    transform: translate(-50%, 0) !important
  }
}

@media (max-width: 767px) {
  .curriculum-principles-diagram-differentiated-popup:before {
    left: 50% !important;
    border-right: 20px solid transparent !important;
    border-left: 20px solid transparent !important;
    border-bottom: 40px solid #fbaf40 !important;
    border-top: 0 !important;
    top: -40px !important;
    -webkit-transform: translate(-50%, 0) !important;
    -moz-transform: translate(-50%, 0) !important;
    -ms-transform: translate(-50%, 0) !important;
    -o-transform: translate(-50%, 0) !important;
    transform: translate(-50%, 0) !important
  }
}

@media (max-width: 480px) {
  .curriculum-principles-diagram-differentiated-popup:before {
    left: 65% !important
  }
}

.curriculum-principles-diagram-differentiated-popup:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%)
}

@media (min-width: 768px) and (max-width: 991px) {
  .curriculum-principles-diagram-differentiated-popup:after {
    left: 50% !important;
    border-right: 20px solid transparent !important;
    border-left: 20px solid transparent !important;
    border-bottom: 40px solid #fbaf40 !important;
    border-top: 0 !important;
    top: -40px !important;
    -webkit-transform: translate(-50%, 0) !important;
    -moz-transform: translate(-50%, 0) !important;
    -ms-transform: translate(-50%, 0) !important;
    -o-transform: translate(-50%, 0) !important;
    transform: translate(-50%, 0) !important
  }
}

@media (max-width: 767px) {
  .curriculum-principles-diagram-differentiated-popup:after {
    left: 50% !important;
    border-right: 20px solid transparent !important;
    border-left: 20px solid transparent !important;
    border-bottom: 40px solid #fbaf40 !important;
    border-top: 0 !important;
    top: -40px !important;
    -webkit-transform: translate(-50%, 0) !important;
    -moz-transform: translate(-50%, 0) !important;
    -ms-transform: translate(-50%, 0) !important;
    -o-transform: translate(-50%, 0) !important;
    transform: translate(-50%, 0) !important
  }
}

@media (max-width: 480px) {
  .curriculum-principles-diagram-differentiated-popup:after {
    left: 65% !important
  }
}

.curriculum-principles-diagram-differentiated-popup:before {
  border-top: 20px solid transparent;
  border-left: 40px solid #fbaf40;
  border-bottom: 20px solid transparent;
  left: 100%
}

.curriculum-principles-diagram-differentiated-popup:after {
  border-top: 19px solid transparent;
  border-left: 38px solid #fff;
  border-bottom: 19px solid transparent;
  left: calc(100% - 1px)
}

.curriculum-principles-diagram-differentiated-popup-title p {
  font-family: Quicksand, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  color: #fbaf40;
  margin-bottom: 20px
}

.curriculum-principles-diagram-differentiated-popup-desc p {
  font-family: 'Quicksand Book', sans-serif;
  font-weight: bolder;
  font-size: 15px;
  color: #2c2c2c;
  line-height: 1.6
}

.curriculum-learning {
  position: relative;
  z-index: 3;
  margin-bottom: 10px
}

.curriculum-learning-title {
  visibility: hidden
}

.curriculum-learning-title p {
  color: #ed3b2e;
  font-size: 32px;
  line-height: 1.3;
  margin-bottom: 20px;
  font-family: Quinzey, sans-serif;
  font-weight: 500;
  text-align: center
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .curriculum-learning-title p {
    font-size: 32px
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .curriculum-learning-title p {
    font-size: 28px
  }
}

@media screen and (max-width: 767px) {
  .curriculum-learning-title p {
    font-size: 24px
  }
}

.curriculum-learning-desc {
  visibility: hidden
}

.curriculum-learning-desc p {
  text-align: center;
  font-family: 'Quicksand Book', sans-serif;
  font-weight: bolder;
  font-size: 15px;
  color: #2c2c2c;
  line-height: 1.6;
  margin-bottom: 30px
}

.curriculum-learning-diagram {
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 700px;
  margin-left: auto;
  margin-right: auto
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .curriculum-learning-diagram {
    width: 600px
  }
}

@media screen and (max-width: 767px) {
  .curriculum-learning-diagram {
    width: 100%
  }
}

.curriculum-learning-diagram-list {
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  margin-bottom: 20px
}

@media (min-width: 1200px) {
  .curriculum-learning-diagram-list:focus .curriculum-learning-diagram-list-popup,
  .curriculum-learning-diagram-list:hover .curriculum-learning-diagram-list-popup {
    opacity: 1;
    visibility: visible;
    display: block
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .curriculum-learning-diagram-list:focus .curriculum-learning-diagram-list-popup,
  .curriculum-learning-diagram-list:hover .curriculum-learning-diagram-list-popup {
    opacity: 1;
    visibility: visible;
    display: block
  }
}

.curriculum-learning-diagram-list-circle {
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 150px;
  height: 150px;
  border-radius: 300px;
  position: relative
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .curriculum-learning-diagram-list-circle {
    width: 130px;
    height: 130px
  }
}

@media screen and (max-width: 480px) {
  .curriculum-learning-diagram-list-circle {
    display: none
  }
}

.curriculum-learning-diagram-list-circle p {
  text-align: center;
  font-family: Quicksand, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  display: inline-block;
  line-height: 1.3;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%)
}

@media screen and (max-width: 991px) {
  .curriculum-learning-diagram-list-circle p {
    font-size: 15px;
    line-height: 1
  }
}

@media screen and (max-width: 480px) {
  .curriculum-learning-diagram-list-circle p {
    font-size: 14px
  }
}

.curriculum-learning-diagram-list:nth-child(11) .curriculum-learning-diagram-list-popup,
.curriculum-learning-diagram-list:nth-child(13) .curriculum-learning-diagram-list-popup,
.curriculum-learning-diagram-list:nth-child(9) .curriculum-learning-diagram-list-popup {
  width: 500px
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .curriculum-learning-diagram-list:nth-child(11) .curriculum-learning-diagram-list-popup,
  .curriculum-learning-diagram-list:nth-child(13) .curriculum-learning-diagram-list-popup,
  .curriculum-learning-diagram-list:nth-child(9) .curriculum-learning-diagram-list-popup {
    width: 425px
  }
}

.curriculum-learning-diagram-list-popup {
  position: absolute;
  background-color: #fff;
  width: 450px;
  border: 1px solid #fbaf40;
  z-index: 3;
  padding: 20px 30px;
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .2);
  top: calc(100% + 40px) !important;
  left: 50% !important;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  display: none
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .curriculum-learning-diagram-list-popup {
    width: 290px
  }
}

@media screen and (max-width: 767px) {
  .curriculum-learning-diagram-list-popup {
    width: 310px !important
  }
}

@media screen and (max-width: 480px) {
  .curriculum-learning-diagram-list-popup {
    display: block;
    transform: none;
    -webkit-transform: none;
    opacity: 1;
    visibility: visible;
    width: 100% !important;
    position: relative;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    box-shadow: none !important
  }
}

.curriculum-learning-diagram-list-popup:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 50% !important;
  border-right: 20px solid transparent !important;
  border-left: 20px solid transparent !important;
  border-top: 0 !important;
  transform: translate(-50%, 0) !important;
  -webkit-transform: translate(-50%, 0) !important
}

@media (max-width: 767px) {
  .curriculum-learning-diagram-list-popup:before {
    left: 50% !important;
    border-right: 20px solid transparent !important;
    border-left: 20px solid transparent !important;
    border-bottom: 40px solid #fbaf40 !important;
    border-top: 0 !important;
    top: -40px !important;
    transform: translate(-50%, 0) !important;
    -webkit-transform: translate(-50%, 0) !important
  }
}

@media (max-width: 480px) {
  .curriculum-learning-diagram-list-popup:before {
    left: 25% !important;
    display: none
  }
}

.curriculum-learning-diagram-list-popup:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 50% !important;
  border-right: 20px solid transparent !important;
  border-left: 20px solid transparent !important;
  border-top: 0 !important;
  transform: translate(-50%, 0) !important;
  -webkit-transform: translate(-50%, 0) !important
}

@media (max-width: 767px) {
  .curriculum-learning-diagram-list-popup:after {
    left: 50% !important;
    border-right: 20px solid transparent !important;
    border-left: 20px solid transparent !important;
    border-bottom: 40px solid #fbaf40 !important;
    border-top: 0 !important;
    top: -40px !important;
    transform: translate(-50%, 0) !important;
    -webkit-transform: translate(-50%, 0) !important
  }
}

@media (max-width: 480px) {
  .curriculum-learning-diagram-list-popup:after {
    left: 25% !important;
    display: none
  }
}

.curriculum-learning-diagram-list-popup:before {
  border-bottom: 40px solid #fbaf40 !important;
  top: -40px !important
}

.curriculum-learning-diagram-list-popup:after {
  border-bottom: 40px solid #fff !important;
  top: -38px !important
}

.curriculum-learning-diagram-list-popup-title p {
  font-family: Quicksand, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  color: #fbaf40;
  margin-bottom: 20px
}

@media (max-width: 767px) {
  .curriculum-learning-diagram-list-popup-title p {
    font-size: 20px;
    line-height: 1
  }
}

@media (max-width: 480px) {
  .curriculum-learning-diagram-list-popup-title p {
    color: var(--pink-text)
  }
}

.curriculum-learning-diagram-list-popup-desc p {
  font-family: 'Quicksand Book', sans-serif;
  font-weight: bolder;
  font-size: 15px;
  color: #2c2c2c;
  line-height: 1.6
}

.curriculum-learning-diagram-arrow {
  display: none
}

.curriculum-class {
  position: relative;
  z-index: 1
}

.curriculum-class-area {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  position: relative;
  visibility: hidden
}

@media screen and (max-width: 991px) {
  .curriculum-class-area {
    flex-direction: column;
    margin-bottom: 40px
  }
}

.curriculum-class-area:nth-child(odd) .curriculum-class-area-content {
  background-color: transparent !important
}

.curriculum-class-area:nth-child(even) .curriculum-class-area-image {
  order: 2;
  margin-bottom: 40px
}

@media screen and (max-width: 991px) {
  .curriculum-class-area:nth-child(even) .curriculum-class-area-image {
    margin-bottom: 0
  }
}

.curriculum-class-area:nth-child(even) .curriculum-class-area-background {
  display: block;
  width: 20%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 1;
  background-color: #fff !important
}

@media screen and (max-width: 991px) {
  .curriculum-class-area:nth-child(even) .curriculum-class-area-background {
    display: none
  }
}

.curriculum-class-area:nth-child(even) .curriculum-class-area-content {
  order: 1;
  padding-right: 40px;
  padding-top: 20px;
  background-color: #fff !important
}

.curriculum-class-area:nth-last-child(1) {
  margin-bottom: 20px
}

.curriculum-class-area-image {
  width: 50%;
  height: auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 2
}

@media screen and (max-width: 991px) {
  .curriculum-class-area-image {
    width: 100%;
    order: 1 !important;
    height: auto;
    background-image: none !important
  }
}

.curriculum-class-area-image img {
  display: none;
  width: 100%
}

@media screen and (max-width: 991px) {
  .curriculum-class-area-image img {
    display: block
  }
}

.curriculum-class-area-background {
  display: none
}

.curriculum-class-area-content {
  width: 50%;
  padding-left: 40px;
  padding-top: 15px;
  padding-bottom: 25px;
  position: relative;
  z-index: 2
}

@media screen and (max-width: 991px) {
  .curriculum-class-area-content {
    width: 100%;
    order: 2 !important;
    padding-bottom: 0
  }
}

@media screen and (max-width: 767px) {
  .curriculum-class-area-content {
    padding-left: 20px !important;
    padding-right: 20px !important
  }
}

.curriculum-class-area-content-years p {
  display: inline-block;
  color: #2c2c2c;
  padding: 7px 50px 7px 40px;
  margin-left: -40px;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
  font-family: 'Quicksand Book', sans-serif;
  font-weight: bolder;
  font-size: 22px;
  margin-bottom: 5px
}

@media screen and (max-width: 767px) {
  .curriculum-class-area-content-years p {
    padding: 7px 30px 7px 20px;
    margin-left: -20px;
    font-size: 18px
  }
}

.curriculum-class-area-content-title p {
  font-size: 28px;
  font-family: Quicksand, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #2c2c2c;
  margin-bottom: 0
}

@media screen and (max-width: 1199px) {
  .curriculum-class-area-content-title p {
    margin-bottom: 0;
    font-size: 26px
  }
}

.curriculum-class-area-content-desc li,
.curriculum-class-area-content-desc ol,
.curriculum-class-area-content-desc p,
.curriculum-class-area-content-desc ul {
  font-family: 'Quicksand Book', sans-serif;
  font-weight: bolder;
  font-size: 15px;
  color: #2c2c2c;
  line-height: 1.6
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .curriculum-class-area-content-desc li,
  .curriculum-class-area-content-desc ol,
  .curriculum-class-area-content-desc p,
  .curriculum-class-area-content-desc ul {
    font-size: 14px
  }
}

.curriculum-disclaimer p {
  margin-bottom: 40px;
  font-family: 'Quicksand Book', sans-serif;
  font-weight: bolder;
  color: #2c2c2c;
  line-height: 1.6;
  font-style: italic;
  font-size: 14px
}

.curriculum-download {
  text-align: center
}

.curriculum-download a {
  display: inline-block;
  background-color: #12b5ab;
  transition: background-color .4s ease;
  color: #fff;
  padding: 7px 20px
}

.curriculum-download a img {
  display: inline-block;
  margin-right: 10px;
  padding-bottom: 3px
}

.curriculum-download a:focus,
.curriculum-download a:hover {
  background-color: #08988f;
  text-decoration: none
}

@keyframes linear-short {
  90% {
    transform: rotate(0);
  }
  92% {
    transform: rotate(-7deg);
  }
  94% {
    transform: rotate(7deg);
  }
  96% {
    transform: rotate(-7deg);
  }
  98% {
    transform: rotate(7deg);
  }
  0%,
  100% {
    transform: rotate(0);
  }
}

.explore-banner {
  text-align: center;
  padding: 120px 10%;
  background-repeat: no-repeat;
  background-size: cover;
}

.explore-banner-button {
  margin-top: 48px;
}

/** HEADING */

.heading {
  font-family: Quinzey, sans-serif;
}

.heading.heading__pink {
  color: var(--pink-text);
}

@media screen and (max-width: 480px) {
  .explore-banner {
    padding: 80px 10%;
  }

  h1.heading {
    font-size: 2em;
  }

  .curriculum-download a {
    padding: 7px 10px
  }
}

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