:root {
  --theme-font: Avenir Next;
  --theme-color-1: #004998;
  --theme-color-2: #122544;
  --theme-color-3: #FFFFFF;
  --theme-color-4: #237BD0;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

* {
  font-family: var(--theme-font);
}

nextline {
  margin-bottom: 10px;
  width: 100%;
  display: flex;
}

@font-face {
  font-family: Avenir Next;
  font-weight: 700;
  src: url("../font/AvenirNextFont/AvenirNextLTPro-Bold.otf") format("opentype");
}
@font-face {
  font-family: Avenir Next;
  font-weight: 400;
  src: url("../font/AvenirNextFont/AvenirNextLTPro-Regular.otf") format("opentype");
}
@font-face {
  font-family: Avenir Next;
  font-style: italic;
  src: url("../font/AvenirNextFont/AvenirNextLTPro-It.otf") format("opentype");
}
@font-face {
  font-family: Avenir Next;
  font-style: italic;
  font-weight: 700;
  src: url("../font/AvenirNextFont/AvenirNextLTPro-BoldItalic.otf") format("opentype");
}
html {
  font-size: 62.5%;
}

.desktop {
  display: flex !important;
}

.mobile {
  display: none !important;
}

.noselect, .stone, .curriculum, .view-more {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
     supported by Chrome, Edge, Opera and Firefox */
}

* {
  font-family: Avenir Next;
}

p, h1, h2, span {
  margin: 0px;
  padding: 0px;
}

p, a {
  font-family: Avenir Next;
  color: var(--theme-color-2);
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 2.8rem;
  text-decoration: none;
}

a {
  font-weight: 700;
}

.header {
  font-size: 2.4rem !important;
}

h1, .title {
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 5rem;
}

.sub-title {
  text-align: center;
}

.sub-title-2, .sub-title-2 i {
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 41px;
}

.content-2 {
  font-size: 3rem;
  line-height: 4rem;
}

.name {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 2.5rem;
  height: 5rem;
}
@media screen and (max-width: 1080px) {
  .name {
    height: 7.5rem;
  }
}

.youtube-btn, .youtube-container {
  cursor: pointer;
}

.youtube-container {
  position: relative;
}
.youtube-container:after {
  content: "";
  width: 15%;
  height: auto;
  aspect-ratio: 1/1;
  background-image: url(../img/icon/icon_youtube.svg);
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.youtube-container.transparent:after {
  background-image: url(../img/icon/icon_play.svg);
}

.text-1 {
  color: var(--theme-color-1);
}

.text-2 {
  color: var(--theme-color-2);
}

.text-3 {
  color: var(--theme-color-3);
}

.btn-1 {
  border-radius: 5px;
  background-color: #004998;
  font-family: "Avenir Next";
  font-weight: bold;
  letter-spacing: 0;
  height: 70px;
  width: 350px;
  font-size: 24px;
  line-height: 33px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
}
.btn-1:hover {
  transform: translateY(-8px);
  cursor: pointer;
  box-shadow: 0 2px 30px 0 rgba(35, 123, 208, 0.4);
}
.btn-1 p {
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .btn-1 {
    line-height: 22px;
    font-size: 16px;
    height: 45px;
    width: 200px;
  }
}

.section {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
}

img {
  width: 100%;
}

.section-content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 83%;
  z-index: 2;
}
.section-content.full {
  width: 100%;
  padding: 0;
}

.pz-swiper {
  position: relative;
}
.pz-swiper .swiper-pagination-fraction {
  transform: translateX(-50%);
  width: 20%;
  left: 50%;
}
.pz-swiper .pz-swiper-prev, .pz-swiper .pz-swiper-next {
  position: absolute;
  top: unset;
  bottom: 0px;
}
.pz-swiper .swiper-button-next, .pz-swiper .swiper-rtl .swiper-button-prev, .pz-swiper .swiper-button-prev, .pz-swiper .swiper-rtl .swiper-button-next {
  max-width: 70px;
  max-height: 70px;
  min-width: 44px;
  min-height: 44px;
  width: 3.64vw !important;
  height: 3.64vw !important;
}
.pz-swiper .pz-swiper-next:after, .pz-swiper .swiper-rtl .pz-swiper-next:after, .pz-swiper .pz-swiper-prev:after, .pz-swiper .swiper-rtl .pz-swiper-prev:after {
  content: "" !important;
  width: 100% !important;
  aspect-ratio: 1;
  background-size: cover !important;
}
.pz-swiper .pz-swiper-prev:after {
  background-image: url(../img/icon/icon_slide_prev_w.svg) !important;
}
.pz-swiper .pz-swiper-next:after {
  background-image: url(../img/icon/icon_slide_next_w.svg) !important;
}

.pz-swiper.w .swiper-pagination {
  color: #FFFFFF;
}
.pz-swiper.w .pz-swiper-prev:after {
  background-image: url(../img/icon/icon_slider_arrow_left_white.svg) !important;
}
.pz-swiper.w .pz-swiper-next:after {
  background-image: url(../img/icon/icon_slider_arrow_right_white.svg) !important;
}

@media screen and (max-width: 1440px) {
  h1, .title {
    font-size: 3rem;
    line-height: 3.2rem;
  }

  .sub-title {
    font-size: 1.6rem;
    line-height: 2rem;
  }

  .sub-title-2, .sub-title-2 i {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .content-2 {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  p, a {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .descr .dddf {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .desktop {
    display: none !important;
  }

  .mobile {
    display: flex !important;
  }

  h1, .title {
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 5rem;
  }

  h1, .title.title-xs-sm {
    font-size: 1.8rem;
    line-height: 2.5rem;
    font-weight: 700;
    letter-spacing: 0;
  }

  .sub-title {
    text-align: center;
  }

  .sub-title-2, .sub-title-2 i {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }

  .content-2 {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }

  .name {
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 2.7rem;
    height: 5.4rem;
  }

  p, a {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
}

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