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

html,
body,
div,
span,
object,
iframe,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
code,
em,
img,
small,
strike,
strong,
sub,
sup,
tt,
b,
u,
i,
ol,
ul,
li,
fieldset,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
main,
canvas,
embed,
footer,
header,
nav,
section,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: none;
}

footer,
header,
nav,
section,
main {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input {
  -webkit-appearance: none;
  border-radius: 0;
}

html {
  min-height: 100%;
}

body {
  font-family: "Poppins", sans-serif;
  padding: 0;
  margin: 0;
  height: 100%;
  color: #444444;
  line-height: 1.5;
}

a, a:link, a:visited, a:hover, a:active {
  color: #000000;
}

em {
  font-style: italic;
}

.container {
  position: relative;
  margin: 0 auto;
  padding: 1rem 20px;
}
@media (min-width: 768px) {
  .container {
    padding: 1rem 0;
  }
}
@media (min-width: 992px) {
  .container {
    padding: 2rem 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .container {
    width: 540px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .container {
    width: 720px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .container {
    width: 960px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .container {
    width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    width: 1140px;
  }
}

.normal {
  font-size: 1rem;
}
@media (min-width: 768px) {
  .normal {
    font-size: 1.1rem;
  }
}
@media (min-width: 992px) {
  .normal {
    font-size: 1.2rem;
  }
}
@media (max-width: 575px) {
  .normal {
    text-align: center;
  }
}
.normal h1 {
  font-weight: 600;
  margin-bottom: 1rem;
  font-size: 1.4rem;
}
.normal h2 {
  font-weight: 600;
  margin-bottom: 0.75rem;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .normal h2 {
    font-size: 1.1rem;
  }
}
@media (min-width: 992px) {
  .normal h2 {
    font-size: 1.2rem;
  }
}
.normal p {
  margin-bottom: 1em;
}
.normal p:last-of-type {
  margin-bottom: 0;
}
.normal a {
  color: #1784d4;
}

.background-logo {
  z-index: -1;
  position: fixed;
  top: 7.5vh;
  left: 50%;
  transform: translatex(-50%) scaleX(-1);
  height: 75vh;
  opacity: 0.15;
  filter: contrast(0.65);
}

.cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .cards {
    text-align: left;
  }
}
.cards--blue .cards__card {
  background: #91c9f3;
}
.cards--yellow .cards__card {
  background: #efd76c;
  background: radial-gradient(circle at top left, #f9f0c8 35%, #efd76c 100%);
}
.cards__card {
  padding: 1rem 1.5rem;
  border-radius: 10px;
  box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.55);
  flex: 1;
  flex: 0 0 100%; /* Each item takes 100% width */
}
@media (min-width: 576px) {
  .cards__card {
    flex: 0 0 calc(50% - 20px); /* Each item takes 50% width */
  }
}
@media (min-width: 992px) {
  .cards__card {
    flex: 0 0 calc(25% - 20px); /* Each item takes 25% width */
  }
}
.cards__card img {
  width: 100%;
  border-radius: 10px;
}

.frezi-overlay {
  position: relative;
}
.frezi-overlay::after {
  content: "";
  position: absolute;
  display: block;
  z-index: -10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  background: linear-gradient(rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.85)), url(../pluss-crop-mirror-crop.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: right center;
}

.default-bg:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(hero-background.jpg);
  background-size: cover;
  background-position: center;
  opacity: 0.04;
  z-index: -1;
}

.default ul {
  padding-left: 30px;
}
.default ul li {
  list-style-type: disc;
  margin-bottom: 1rem;
}

/* Hide the checkbox */
#menu-toggle {
  display: none;
}

@media (max-width: 575px) {
  .menu-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    width: 25px;
    cursor: pointer;
    z-index: 10;
  }
}
@media (min-width: 576px) {
  .menu-icon {
    display: none;
  }
}
.menu-icon span {
  display: block;
  width: 25px;
  height: 3px;
  margin: 5px auto;
  background-color: #333;
  transition: 0.3s;
}

@media (max-width: 575px) {
  .nav {
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
    z-index: 9;
  }
  .nav ul {
    padding: 35px 50px 10px 0;
    transition: transform 0.5s;
    transform: translateX(100%);
    background: #ffffff;
  }
  .nav ul li {
    padding: 8px 0;
  }
  /* Show the menu when the checkbox is checked */
  #menu-toggle:checked + .menu-icon + .nav ul {
    background: #ffffff;
    transform: translateX(0);
  }
}
@media (min-width: 768px) {
  .scrolled header {
    background-color: rgba(255, 255, 255, 0.85);
    border-bottom: 1px solid #dddddd;
  }
}
@media (min-width: 768px) {
  .scrolled .header__container {
    height: 3.5rem;
  }
  .scrolled .header__container img {
    height: 3rem;
    margin: 0;
  }
  .scrolled .header__container .logo-horizontal {
    display: block;
  }
  .scrolled .header__container .logo-vertical {
    display: none;
  }
}

header {
  font-size: 1.2rem;
  position: sticky;
  z-index: 1000;
  top: 0;
  background-color: rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(2px);
  transition: background-color 400ms;
}

@media (min-width: 576px) {
  .header__container {
    display: flex;
    height: 4rem;
    align-items: center; /* This will vertically align the logo and the nav */
    justify-content: space-between; /* This will space the logo and the nav */
    width: 100%;
    margin: 0 auto;
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .header__container {
    max-width: 720px;
    height: 6rem;
    transition: height 400ms;
  }
}
@media (min-width: 992px) {
  .header__container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .header__container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .header__container {
    max-width: 1140px;
  }
}

.header__logo {
  display: none;
}
@media (min-width: 576px) {
  .header__logo {
    display: block;
  }
  .header__logo img {
    height: 3.5rem;
    margin: 0;
  }
  .header__logo .logo-horizontal {
    display: none;
  }
}
@media (min-width: 768px) {
  .header__logo img {
    height: 5rem;
    margin: -2rem 0;
  }
}

.nav ul {
  flex-direction: column;
}
@media (min-width: 576px) {
  .nav ul {
    display: flex;
    flex-direction: row;
  }
}

.nav ul li {
  margin-left: 20px; /* Space between navigation items */
}

.nav ul li a {
  text-decoration: none;
}

footer {
  background-color: #63b3ee;
  text-align: right;
  font-size: 1rem;
}
@media (min-width: 768px) {
  footer {
    font-size: 1.1rem;
  }
}
@media (min-width: 992px) {
  footer {
    font-size: 1.2rem;
  }
}
footer a {
  padding: 0 0.5rem;
  text-decoration: none;
}

.carousel-wrapper {
  position: relative;
}
@media (min-width: 768px) {
  .carousel-wrapper:hover .carousel__buttons {
    display: flex;
    text-align: center;
    justify-content: space-between;
    opacity: 1;
  }
}

.carousel {
  overflow: hidden;
}
.carousel-main {
  height: auto; /* Adjust as per your content */
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 576px) {
  .carousel-main {
    width: 540px;
  }
}
@media (min-width: 768px) {
  .carousel-main {
    width: 540px;
  }
}
@media (min-width: 992px) {
  .carousel-main {
    width: 780px;
  }
}
@media (min-width: 1200px) {
  .carousel-main {
    width: 960px;
  }
}
.carousel--original {
  display: none;
}
.carousel--replacement {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.carousel__items {
  display: inline-flex;
  transition: transform 1s ease-in-out;
  transform: translateX(-33.33%);
}
.carousel--scrolled-next .carousel__items {
  transform: translateX(-66.66%);
}
.carousel--scrolled-next .carousel__items .carousel__item:nth-child(1) .carousel__item__text,
.carousel--scrolled-next .carousel__items .carousel__item:nth-child(1) h2, .carousel--scrolled-next .carousel__items .carousel__item:nth-child(2) .carousel__item__text,
.carousel--scrolled-next .carousel__items .carousel__item:nth-child(2) h2 {
  opacity: 0.25;
}
.carousel--scrolled-next .carousel__items .carousel__item:nth-child(1) img, .carousel--scrolled-next .carousel__items .carousel__item:nth-child(2) img {
  filter: contrast(50%) grayscale(50%);
}
.carousel--scrolled-next .carousel__items .carousel__item:nth-child(3) .carousel__item__text,
.carousel--scrolled-next .carousel__items .carousel__item:nth-child(3) h2 {
  opacity: 1;
}
.carousel--scrolled-next .carousel__items .carousel__item:nth-child(3) img {
  filter: contrast(100%) grayscale(0%);
}
.carousel--scrolled-previous .carousel__items {
  transform: translateX(0);
}
.carousel--scrolled-previous .carousel__item:nth-child(2) .carousel__item__text,
.carousel--scrolled-previous .carousel__item:nth-child(2) h2, .carousel--scrolled-previous .carousel__item:nth-child(3) .carousel__item__text,
.carousel--scrolled-previous .carousel__item:nth-child(3) h2 {
  opacity: 0.25;
}
.carousel--scrolled-previous .carousel__item:nth-child(2) img, .carousel--scrolled-previous .carousel__item:nth-child(3) img {
  filter: contrast(50%) grayscale(50%);
}
.carousel--scrolled-previous .carousel__item:nth-child(1) .carousel__item__text,
.carousel--scrolled-previous .carousel__item:nth-child(1) h2 {
  opacity: 1;
}
.carousel--scrolled-previous .carousel__item:nth-child(1) img {
  filter: contrast(100%) grayscale(0%);
}
.carousel__item {
  position: relative;
  padding: 0 10px;
  width: calc(100vw - 10px);
}
@media (min-width: 576px) {
  .carousel__item {
    width: 540px;
  }
}
@media (min-width: 768px) {
  .carousel__item {
    width: 540px;
  }
}
@media (min-width: 992px) {
  .carousel__item {
    width: 780px;
  }
}
@media (min-width: 1200px) {
  .carousel__item {
    width: 960px;
  }
}
.carousel__item img {
  display: block;
  position: relative;
  z-index: 0;
  width: 100%;
  border-radius: 10px;
  aspect-ratio: 16/9; /* Ensures the 16:9 ratio */
  object-fit: cover; /* Crops the image to fit the aspect ratio */
  transition: filter 1s ease-in-out;
}
.carousel__item h2 {
  background: rgba(255, 255, 255, 0.9);
  display: block;
  position: absolute;
  z-index: 3;
  font-weight: 600;
  top: 2em;
  right: 10px;
  padding: 0.5rem 6rem 0.5rem 1rem;
  border-radius: 10px 0 0 10px;
  transition: opacity 1s ease-in-out;
  opacity: 1;
  font-size: 1.3rem;
}
@media (min-width: 576px) {
  .carousel__item h2 {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) {
  .carousel__item h2 {
    font-size: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .carousel__item h2 {
    top: 0;
    border-radius: 0 0 0 10px;
  }
}
.carousel__item__text {
  display: block;
  opacity: 1;
  transition: opacity 1s ease-in-out;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .carousel__item__text {
    font-size: 1.1rem;
  }
}
@media (min-width: 992px) {
  .carousel__item__text {
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .carousel__item__text {
    margin-top: 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .carousel__item__text {
    position: absolute;
    width: calc(100% - 20px);
    left: 10px;
    bottom: 0;
    z-index: 3;
    padding: 1rem 1.5rem 1rem 1.5rem;
    background: rgba(255, 255, 255, 0.85);
    border-radius: 0 10px 10px 0;
  }
}
@media (min-width: 992px) {
  .carousel__item__text {
    position: absolute;
    width: 75%;
    left: 10px;
    bottom: 3rem;
    z-index: 3;
    padding: 1.5rem 2rem 1.5rem 2rem;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 0 10px 10px 0;
  }
}
.carousel__item__text p {
  margin: 0;
}
.carousel__item:nth-child(1) .carousel__item__text,
.carousel__item:nth-child(1) h2, .carousel__item:nth-child(3) .carousel__item__text,
.carousel__item:nth-child(3) h2 {
  opacity: 0.25;
}
.carousel__item:nth-child(1) img, .carousel__item:nth-child(3) img {
  filter: contrast(50%) grayscale(50%);
}
.carousel__buttons {
  width: calc(100% - 3rem);
  opacity: 0;
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  height: auto;
  transform: translate(-50%, -50%);
  z-index: 10;
  transition: opacity 0.25s ease-in-out;
}
.carousel__buttons__button {
  border: 0;
  padding: 0;
  border-radius: 10px;
  background: none;
  background: rgba(0, 0, 0, 0.5);
  border: 3px solid #dddddd;
  color: #ffffff;
  padding: 3px;
  font-size: 4rem;
  line-height: 1;
  padding: 1.5rem 1rem;
}

button.carousel-button {
  margin: 10px;
  padding: 10px;
  cursor: pointer;
  position: relative;
  z-index: 10; /* Keep it above the carousel */
}

.index__flags {
  height: 4rem;
}
@media (min-width: 768px) {
  .index__flags {
    height: 5rem;
  }
}
@media (min-width: 992px) {
  .index__flags {
    height: 6rem;
  }
}
.index__hero {
  overflow: hidden;
  position: relative;
  height: 100vh;
  font-size: 1.2rem;
}
@media (min-width: 576px) {
  .index__hero {
    font-size: 1.4rem;
  }
}
@media (max-width: 575px) {
  .index__hero {
    text-align: center;
  }
}
.index__hero:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  background-image: url(hero-background.jpg);
  opacity: 0.1; /* Change opacity here */
  z-index: -1; /* Place it behind the content */
}
@media (min-width: 576px) {
  .index__hero {
    height: calc(100vh - 4rem);
  }
}
@media (min-width: 768px) {
  .index__hero {
    height: calc(100vh - 6rem);
  }
}
.index__hero h1 {
  font-weight: 600;
  font-family: "Exo 2";
  font-size: 2.5rem;
}
@media (min-width: 768px) {
  .index__hero h1 {
    font-size: 3.5rem;
  }
}
.index__hero__smartphone {
  display: none;
}
@media (min-width: 768px) {
  .index__hero__smartphone {
    display: block;
    position: absolute;
    z-index: 5;
    right: 65px;
    top: 20px;
    height: 400px;
  }
}
@media (min-width: 992px) {
  .index__hero__smartphone {
    right: 90px;
    height: 600px;
  }
}
.index__hero__frezi {
  position: absolute;
  top: 60px;
  transform: scaleX(-1);
  rotate: -15deg;
  transform-origin: top left;
  z-index: 6;
  height: 250px;
  right: -115px;
}
@media (min-width: 576px) {
  .index__hero__frezi {
    height: 290px;
    right: -120px;
  }
}
@media (min-width: 768px) {
  .index__hero__frezi {
    height: 350px;
    right: -160px;
  }
}
@media (min-width: 992px) {
  .index__hero__frezi {
    height: 450px;
    right: -160px;
  }
}
.index__hero__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(153deg, rgba(191, 224, 248, 0.25) 0%, rgba(99, 179, 238, 0.25) 70%);
}
.index__hero__background__circles {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  /* max-width: $app-max-width; */
  z-index: 2;
  opacity: 0.15;
}
.index__hero .paragraph--strong {
  line-height: 1.3;
  margin: 0.5em 0 0.5em 0;
  font-size: 1.75rem;
}
@media (min-width: 768px) {
  .index__hero .paragraph--strong {
    font-size: 2rem;
  }
}
.index__hero__text {
  overflow: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .index__hero__text {
    margin-right: 200px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .index__hero__text {
    margin-right: 320px;
  }
}
.index__benefit {
  padding: 2rem 0;
}
.index__what-is {
  padding: 2rem 0;
  top: 0;
  left: 0;
}
.index__recommendations {
  display: none;
  padding: 2rem 0;
  background: #dddddd;
  font-size: 0.8rem;
}
@media (min-width: 768px) {
  .index__recommendations {
    font-size: 1rem;
  }
}
.index__recommendations h1 {
  margin-bottom: 1rem;
  font-weight: 600;
}
@media (min-width: 576px) {
  .index__recommendations h1 {
    margin-left: 220px;
  }
}
.index__recommendations .image {
  display: none;
}
@media (min-width: 576px) {
  .index__recommendations .image {
    display: block;
    position: absolute;
    border-radius: 10px;
    top: 50%;
    left: 0;
    width: 200px;
    transform: translateY(-50%);
  }
}
.index__recommendations .image16 {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 576px) {
  .index__recommendations .image16 {
    display: none;
  }
}
.index__recommendations p {
  margin-bottom: 1rem;
}
@media (min-width: 576px) {
  .index__recommendations p {
    margin-left: 220px;
  }
}
.index__recommendations p:last-of-type {
  margin-bottom: 0;
}
.index__engagements {
  padding: 2rem 0;
  background-color: #ffffff;
  overflow: hidden;
}
.index__engagements .container {
  position: relative;
}
.index__engagements .decoration-image {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  border-radius: 50%;
  z-index: 1;
  width: 150px;
  border: 8px solid #91c9f3;
}
@media (min-width: 768px) {
  .index__engagements .decoration-image {
    width: 200px;
    border: 11px solid #91c9f3;
  }
}
@media (min-width: 992px) {
  .index__engagements .decoration-image {
    width: 250px;
    border: 15px solid #91c9f3;
  }
}
@media (min-width: 1200px) {
  .index__engagements .decoration-image {
    width: 300px;
    border: 15px solid #91c9f3;
  }
}
.index__engagements h1,
.index__engagements p {
  position: relative;
  z-index: 2;
}
.index__engagements p {
  margin-right: 100px;
}
@media (min-width: 768px) {
  .index__engagements p {
    margin-right: 200px;
  }
}
.index__engagements__background__circles {
  margin-top: 100px;
  position: absolute;
  top: 50%;
  transform: translateY(-60%) scale(80%);
  right: -300px;
  z-index: 0;
  opacity: 0.6;
}
@media (min-width: 768px) {
  .index__engagements__background__circles {
    right: -280px;
    transform: translateY(-50%) scale(120%);
  }
}
@media (min-width: 992px) {
  .index__engagements__background__circles {
    right: -250px;
    transform: translateY(-48%) scale(120%);
  }
}
.index__download {
  position: relative;
  z-index: 2;
}
.index__download__links {
  display: block;
  margin-top: 1rem;
}
.index__download a img {
  height: 2rem;
}
@media (min-width: 576px) {
  .index__download a img {
    height: 2.5rem;
  }
}
@media (min-width: 768px) {
  .index__download a img {
    height: 3rem;
  }
}
.index .cards {
  margin-top: 3rem;
}

.teachers__teacher {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #444444;
}
.teachers__teacher:last-child {
  padding: 0;
  border: 0;
}
.teachers__teacher__image img {
  width: 100%;
  border-radius: 10px;
}

@media (min-width: 576px) {
  .teachers__teacher {
    display: flex;
  }
  .teachers__teacher__text {
    width: 80%;
  }
  .teachers__teacher__image {
    width: 20%;
  }
  .teachers__teacher:nth-child(odd) .teachers__teacher__text {
    padding-left: 20px;
  }
  .teachers__teacher:nth-child(odd) .teachers__teacher__image--right {
    display: none;
  }
  .teachers__teacher:nth-child(even) .teachers__teacher__text {
    padding-right: 20px;
  }
  .teachers__teacher:nth-child(even) .teachers__teacher__image--left {
    display: none;
  }
}
@media (max-width: 575px) {
  .teachers__teacher {
    display: block;
    text-align: center;
  }
  .teachers__teacher__image {
    width: 70%;
    margin: 0 auto;
  }
  .teachers__teacher .teachers__teacher__image--right {
    display: none;
  }
}
.privacy p {
  background: rgba(255, 255, 255, 0.5);
}

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