@import url("root.css");
:root {
  --topbar: 5rem;
  --menu: 8rem;
  --slide: 50rem;
}
@media (min-width: 768px) {
  :root {
    --menu: 10rem;
  }
}
@media (min-width: 1200px) {
  :root {
    --slide: 55rem;
  }
}
@media (min-width: 1500px) {
  :root {
    --slide: 60rem;
  }
}
@media (min-width: 1600px) {
  :root {
    --slide: 70rem;
  }
}
.header {
  background-color: #fff;
  position: fixed;
  z-index: 500;
  top: 0;
  left: 0;
  right: 0;
  border-bottom: 0.1rem solid #f1f1f1;
}
.topbar {
  height: var(--topbar);
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 0.1rem solid #f1f1f1;
  position: relative;
  z-index: 3;
}
@media (min-width: 576px) {
  .topbar {
    justify-content: flex-end;
  }
}
@media (min-width: 768px) {
  .topbar {
    justify-content: space-between;
  }
}
.topbarleft {
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: 2rem;
}
.topbarleft a {
  font-size: 1.4rem;
  color: var(--colorblack);
  transition: all 300ms ease;
}
@media (min-width: 1500px) {
  .topbarleft a {
    font-size: 1.5rem;
  }
}
@media (min-width: 1600px) {
  .topbarleft a {
    font-size: 1.6rem;
  }
}
.topbarleft a i {
  margin-right: 0.3rem;
}
.topbarleft a:hover {
  color: var(--coloryellow);
}
.topbarright {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 1rem;
}
@media (min-width: 576px) {
  .topbarright {
    justify-content: flex-end;
  }
}
.topbarphone {
  height: 100%;
  display: none;
  justify-content: flex-end;
  align-items: center;
}
@media (min-width: 340px) {
  .topbarphone {
    display: inline-flex;
  }
}
.topbarphone a {
  color: var(--colorblack);
  font-size: 1.4rem;
  transition: all 300ms ease;
}
@media (min-width: 1500px) {
  .topbarphone a {
    font-size: 1.5rem;
  }
}
@media (min-width: 1600px) {
  .topbarphone a {
    font-size: 1.6rem;
  }
}
.topbarphone a i {
  margin-right: 0.3rem;
}
.topbarphone a:hover {
  color: var(--coloryellow);
}
.topbarsocialmedia {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  column-gap: 1rem;
}
.topbarsocialmedia a {
  font-size: 1.4rem;
  color: var(--colorblack);
  transition: all 300ms ease;
}
@media (min-width: 1500px) {
  .topbarsocialmedia a {
    font-size: 1.5rem;
  }
}
@media (min-width: 1600px) {
  .topbarsocialmedia a {
    font-size: 1.6rem;
  }
}
.topbarsocialmedia a:hover {
  color: var(--coloryellow);
}
.topbarlanguage {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.mainmenu {
  height: var(--menu);
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.logo {
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 12rem;
}
@media (min-width: 768px) {
  .logo {
    width: 16rem;
  }
}
@media (min-width: 1500px) {
  .logo {
    width: 18rem;
  }
}
.mainmenuside {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: calc(100% - 12rem);
}
@media (min-width: 768px) {
  .mainmenuside {
    width: calc(100% - 16rem);
  }
}
@media (min-width: 1200px) {
  .mainmenuside {
    justify-content: space-between;
    padding-left: 2rem;
  }
}
@media (min-width: 1500px) {
  .mainmenuside {
    width: calc(100% - 18rem);
    padding-left: 5rem;
  }
}
.mainmenusideleft {
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: 2rem;
}
.mainlink,
.dropdownlink {
  font-size: 1.4rem;
  color: var(--colorblack);
  background-color: transparent;
  padding: 0;
  position: relative;
  height: 100%;
  display: inline-flex;
  align-items: center;
  transition: all 300ms ease;
}
@media (min-width: 1500px) {
  .mainlink,
  .dropdownlink {
    font-size: 1.5rem;
  }
}
@media (min-width: 1600px) {
  .mainlink,
  .dropdownlink {
    font-size: 1.6rem;
  }
}
.mainlink:hover,
.dropdownlink:hover {
  color: var(--coloryellow);
}
.mainmenusideright {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  column-gap: 0.5rem;
  margin-right: 1rem;
}
@media (min-width: 1200px) {
  .mainmenusideright {
    margin-right: 0;
  }
}
.mainmenusiderightlink {
  border-radius: 0.5rem;
  padding: 0.8rem 2rem;
  border-radius: 5rem;
  transition: all 300ms ease;
  font-size: 1.4rem;
}
@media (min-width: 1500px) {
  .mainmenusiderightlink {
    font-size: 1.5rem;
  }
}
@media (min-width: 1600px) {
  .mainmenusiderightlink {
    font-size: 1.6rem;
  }
}
.mainmenusiderightlink i {
  margin-right: 0.3rem;
}
.mainmenusiderightlink.style1 {
  background-color: var(--colorblack);
  color: #fff;
}
.mainmenusiderightlink.style1:hover {
  background-color: var(--colorblackhover);
  color: #fff;
}
.mainmenusiderightlink.style2 {
  background-color: var(--coloryellow);
  color: #fff;
}
.mainmenusiderightlink.style2:hover {
  background-color: var(--coloryellowhover);
  color: #fff;
}
#mobilemenuicon {
  background-color: transparent;
  font-size: 2rem;
  color: var(--colorblack);
}
.megadropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  min-height: 15rem;
  background-color: #fff;
  border-top: 0.1rem solid #f1f1f1;
  z-index: 100;
  display: none;
}
.opendropdown {
  display: flex !important;
  flex-wrap: nowrap;
  row-gap: 2rem;
  overflow-x: auto;
}
.opendropdown::-webkit-scrollbar {
  height: 0.8rem;
}
.opendropdown::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}
.opendropdown::-webkit-scrollbar-thumb {
  background-color: var(--coloryellow);
}
.megadropdownitem {
  width: calc(100% / 5);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: all 300ms ease;
  cursor: pointer;
  padding: 2rem 0;
  flex: 0 0 auto;
}
.megadropdownitem:hover {
  background: transparent linear-gradient(0deg, hsla(30, 10%, 92%, 0.5), #fff) 0
    0 no-repeat padding-box;
}
.megadropdownitem figure {
  width: 5rem;
  margin-bottom: 2rem;
}
.megalink {
  color: var(--colorblack);
  font-size: 1.4rem;
  transition: all 300ms ease;
}
@media (min-width: 1500px) {
  .megalink {
    font-size: 1.5rem;
  }
}
@media (min-width: 1600px) {
  .megalink {
    font-size: 1.6rem;
  }
}
.megalink:hover {
  color: var(--coloryellow);
}
.slide {
  height: var(--slide);
  background-image: url(../images/assets3.png);
  background-size: 120rem;
  background-repeat: repeat-y;
  background-position: top;
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) {
  .slide {
    background-size: 100%;
  }
}
@media (min-width: 992px) {
  .slide::before {
    display: none;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    clip-path: polygon(49% 0, 100% 0, 100% 100%, 18% 100%);
    background-color: var(--coloryellow);
    z-index: -1;
    width: 50%;
  }
}
.slideasset {
  position: absolute;
  z-index: 0;
  left: -10rem;
  right: -10rem;
  bottom: 0;
}
@media (min-width: 992px) {
  .slideasset {
    left: 0;
    right: 0;
    bottom: -5rem;
  }
}
.slideside {
  height: var(--slide);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.slidesideleft {
  height: calc(100% - 25rem);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: -5rem;
  width: 100%;
}
@media (min-width: 768px) {
  .slidesideleft {
    width: 70%;
    margin-top: -8rem;
  }
}
@media (min-width: 992px) {
  .slidesideleft {
    width: 50%;
    margin-top: -5rem;
  }
}
.slidesideleft .content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.slidesideleft .content .slidebadge {
  background-color: var(--coloryellow);
  border-radius: 5rem;
  color: #fff;
  padding: 1.2rem 2rem;
  margin-bottom: 1rem;
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .slidesideleft .content .slidebadge {
    padding: 1.5rem 2rem;
    font-size: 1.4rem;
  }
}
.slidesideleft .content h1 {
  font-size: 2.5rem;
  font-weight: 900;
  margin-bottom: 1rem;
}
@media (min-width: 576px) {
  .slidesideleft .content h1 {
    font-size: 3.5rem;
  }
}
@media (min-width: 992px) {
  .slidesideleft .content h1 {
    font-size: 4rem;
  }
}
@media (min-width: 1200px) {
  .slidesideleft .content h1 {
    font-size: 4.5rem;
  }
}
@media (min-width: 1500px) {
  .slidesideleft .content h1 {
    font-size: 5rem;
  }
}
.slidesideleft .content h1 .highlight {
  color: var(--coloryellow);
}
.slidesideleft .content p {
  margin-bottom: 2rem;
  font-size: 1.4rem;
}
@media (min-width: 1500px) {
  .slidesideleft .content p {
    font-size: 1.5rem;
  }
}
@media (min-width: 1600px) {
  .slidesideleft .content p {
    font-size: 1.6rem;
  }
}
.slidelink {
  font-size: 1.2rem;
  color: #fff;
  background-color: var(--colorblack);
  border-radius: 5rem;
  padding: 1.2rem 2rem;
  line-height: 1;
  transition: all 300ms ease;
  display: inline-block;
}
@media (min-width: 1200px) {
  .slidelink {
    padding: 1.5rem 2rem;
    font-size: 1.4rem;
  }
}
.slidelink:hover {
  background-color: var(--colorblackhover);
  color: #fff;
}
.slidelink i {
  transition: all 300ms ease;
  display: inline-block;
}
.slidelink:hover i {
  transform: translateX(0.5rem);
}
.slidesideright {
  height: var(--slide);
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  position: relative;
}
.slideimage {
  height: 100%;
  width: 100%;
}
@media (min-width: 1200px) {
  .slideimage {
    margin-top: -5rem;
  }
}
@media (min-width: 1600px) {
  .slideimage {
    margin-top: -7rem;
  }
}
.slideimage img {
  height: 100%;
}
@media (min-width: 1200px) {
  .slideimage img {
    object-fit: contain;
  }
}
.swiper-slider .swiper-slide-active .content .slidebadge {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.6s;
}
.swiper-slider .swiper-slide-active .content h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 1.2s;
}
.swiper-slider .swiper-slide-active .content p {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 1.8s;
}
.swiper-slider .swiper-slide-active .content .slidelink {
  -webkit-animation-duration: 1s;
  animation-duration: 1.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 2.4s;
}
.homeaboutimageside {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.homeaboutimageside figure {
  width: 100%;
  height: 100%;
}
.homeabout {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 992px) {
  .homeabout {
    padding-right: 5rem;
  }
}
.homeabouttitle {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 2rem;
}
.homeabouttitle h2 {
  font-size: clamp(2rem, 1.5238rem + 2.381vw, 3rem);
  font-weight: 800;
}
.titlebadge {
  border-radius: 5rem;
  border: 0.1rem solid #f1f1f1;
  background-color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem;
  column-gap: 0.8rem;
  line-height: 1;
  margin-bottom: 1rem;
}
.titlebadge span {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background-color: var(--coloryellow);
}
.titlebadge p {
  font-size: 1.4rem;
}
.aboutlink {
  border-radius: 5rem;
  overflow: hidden;
  position: relative;
  z-index: 0;
  background-color: var(--coloryellow);
  color: #fff;
  padding: 1.2rem 2rem;
  display: inline-block;
  margin-top: 1rem;
  font-size: 1.4rem;
  transition: all 300ms ease;
}
.aboutlink i {
  display: inline-block;
  transition: all 300ms ease;
}
.aboutlink:hover i {
  transform: translateX(0.5rem);
}
.aboutlink:hover {
  color: #fff;
  background-color: var(--coloryellow);
}
.aboutlink::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 100%;
  background-color: var(--colorblack);
  border-radius: 5rem;
  z-index: -1;
  transition: all 500ms ease;
}
.aboutlink:hover::before {
  right: 0;
}
.maintitle {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .maintitle {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 4rem;
  }
}
.maintitleleft {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .maintitleleft {
    margin-bottom: 0;
    flex: 2;
  }
}
.maintitleleft span {
  font-size: 1.4rem;
  color: var(--coloryellow);
  display: inline-block;
  margin-bottom: 0.3rem;
}
@media (min-width: 1500px) {
  .maintitleleft span {
    font-size: 1.5rem;
  }
}
@media (min-width: 1600px) {
  .maintitleleft span {
    font-size: 1.6rem;
  }
}
.maintitleleft h2 {
  font-size: clamp(2rem, 1.5238rem + 2.381vw, 3rem);
  font-weight: 900;
  margin-bottom: 0.5rem;
}
.maintitleleft p {
  font-size: 1.4rem;
  opacity: 0.8;
}
@media (min-width: 1500px) {
  .maintitleleft p {
    font-size: 1.5rem;
  }
}
@media (min-width: 1600px) {
  .maintitleleft p {
    font-size: 1.6rem;
  }
}
.maintitleright {
  display: flex;
  justify-content: flex-start;
  column-gap: 0.5rem;
}
@media (min-width: 992px) {
  .maintitleright {
    flex: 1;
    justify-content: flex-end;
  }
}
.partnerslogos {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 0.5rem;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 1rem;
}
.partnerslogos img {
  aspect-ratio: 4/3;
  object-fit: contain;
}
.ratioimage {
  aspect-ratio: 1.3;
  object-fit: contain;
}
.swiperlogos .swiper-wrapper {
  padding-bottom: 2rem;
}
.partners .swiper-pagination {
  position: relative;
  margin-top: 1rem;
}
.partners .swiper-pagination-bullet {
  width: 2rem;
  height: 0.4rem;
  border-radius: 0.1rem;
}
.partners .swiper-pagination-bullet-active {
  background: var(--coloryellow);
}
.partnerscontrol {
  width: 3rem;
  height: 3rem;
  border-radius: 0.2rem;
  background-color: var(--coloryellow);
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 300ms ease;
}
.partnerscontrol:hover {
  background-color: var(--colorblack);
  color: #fff;
}
.partnerscontrol.swiper-button-disabled,
.partnerscontrol.swiper-button-disabled:hover,
.partnerscontrol.swiper-button-disabled:focus {
  cursor: not-allowed !important;
  background-color: var(--coloryellow);
  opacity: 0.5;
}
.homefiltertext {
  width: 100%;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .homefiltertext {
    width: 60rem;
    margin-bottom: 4rem;
  }
}
@media (min-width: 1200px) {
  .homefiltertext {
    width: 80rem;
  }
}
.homefiltertext p {
  font-size: 1.4rem;
}
@media (min-width: 1500px) {
  .homefiltertext p {
    font-size: 1.5rem;
  }
}
@media (min-width: 1600px) {
  .homefiltertext p {
    font-size: 1.6rem;
  }
}
.filterform {
  border-radius: 0.5rem;
  background-color: #fff;
  padding: 2rem;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  position: relative;
  z-index: 0;
  margin-bottom: 4rem;
}
.filterformbadge {
  position: absolute;
  background-color: var(--colorblack);
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
  padding: 0.5rem 1rem;
  top: -1rem;
  z-index: 1;
}
@media (min-width: 1500px) {
  .filterformbadge {
    font-size: 1.5rem;
  }
}
@media (min-width: 1600px) {
  .filterformbadge {
    font-size: 1.6rem;
  }
}
.filterform .form-group {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  height: 100%;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .filterform .form-group {
    margin-bottom: 0;
  }
}
.filterform .form-group label {
  margin-bottom: 1rem;
}
.searchbutton {
  border-radius: 0.3rem;
  background-color: var(--coloryellow);
  width: 100%;
  height: 4.41rem;
  font-size: 1.4rem;
  color: #fff;
  transition: all 300ms ease;
}
@media (min-width: 1500px) {
  .searchbutton {
    font-size: 1.5rem;
  }
}
@media (min-width: 1600px) {
  .searchbutton {
    font-size: 1.6rem;
  }
}
.searchbutton:hover {
  background-color: var(--colorblack);
  color: #fff;
}
.stepbox {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  padding: 2rem;
  margin-bottom: 2rem;
}
.stepbox figure {
  width: 4rem;
  height: 4rem;
  border-radius: 0.3rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: var(--coloryellow);
  padding: 0.5rem;
}
@media (min-width: 576px) {
  .stepbox figure {
    width: 5rem;
    height: 5rem;
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .stepbox figure {
    width: 6rem;
    height: 6rem;
    padding: 1.2rem;
  }
}
.stepbox .content {
  width: calc(100% - 4rem);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding-left: 2rem;
}
@media (min-width: 576px) {
  .stepbox .content {
    width: calc(100% - 5rem);
  }
}
@media (min-width: 992px) {
  .stepbox .content {
    width: calc(100% - 6rem);
  }
}
.stepbox .content h3 {
  font-size: 1.5rem;
  font-weight: 900;
  margin-bottom: 0.5rem;
}
.stepbox .content p {
  font-size: 1.4rem;
  opacity: 0.8;
}
@media (min-width: 1500px) {
  .stepbox .content p {
    font-size: 1.5rem;
  }
}
@media (min-width: 1600px) {
  .stepbox .content p {
    font-size: 1.6rem;
  }
}
.seeall {
  border-radius: 0.3rem;
  background-color: var(--coloryellow);
  color: #fff;
  line-height: 1;
  padding: 1.2rem 2rem;
  transition: all 300ms ease;
  font-size: 1.4rem;
  display: inline-block;
}
@media (min-width: 1500px) {
  .seeall {
    font-size: 1.5rem;
  }
}
@media (min-width: 1600px) {
  .seeall {
    font-size: 1.6rem;
  }
}
.seeall:hover {
  background-color: var(--colorblack);
  color: #fff;
}
.seeall i {
  display: inline-block;
  transition: all 300ms ease;
}
.seeall:hover i {
  transform: translateX(0.5rem);
}
.countrycards {
  width: 100%;
  border-radius: 0.5rem;
  overflow: hidden;
  position: relative;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.countrycardsbanner {
  background-color: var(--coloryellow);
  position: relative;
  height: 8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .countrycardsbanner {
    height: 10rem;
  }
}
.countrycardsbanner::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 99.7%;
  clip-path: polygon(100% 0, 0 0, 50% 24%);
  background-color: var(--coloryellow);
  width: 100%;
  height: 100%;
  z-index: -1;
}
.countrycardsbanner h3 {
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  font-size: 1.6rem;
}
.countrycards .content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex: 1;
  padding: 0 1.5rem 2rem 1.5rem;
  background-color: #fff;
}
.countrycards .content figure {
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1rem solid #fff;
  margin-top: -1rem;
  margin-bottom: 1rem;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.countrycards .content p {
  flex: 1;
  font-size: 1.4rem;
}
@media (min-width: 1500px) {
  .countrycards .content p {
    font-size: 1.5rem;
  }
}
@media (min-width: 1600px) {
  .countrycards .content p {
    font-size: 1.6rem;
  }
}
.countrylinks {
  font-size: 1.4rem;
  color: var(--coloryellow);
  border-radius: 50%;
  border: 0.2rem solid var(--coloryellow);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  margin-top: 1rem;
  transition: all 300ms ease;
}
@media (min-width: 1500px) {
  .countrylinks {
    font-size: 1.5rem;
  }
}
@media (min-width: 1600px) {
  .countrylinks {
    font-size: 1.6rem;
  }
}
.countrylinks:hover {
  transform: rotate(45deg);
  color: #fff;
  background-color: var(--colorblack);
  border: 0.2rem solid var(--colorblack);
}
.faqcontent {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.faqcontenttitle {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.faqcontenttitle h2 {
  font-size: clamp(2rem, 1.5238rem + 2.381vw, 3rem);
  font-weight: 700;
}
.faqcontentcounter {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 2rem 0;
  background-color: var(--coloryellow);
  border-radius: 0.5rem;
  flex-wrap: wrap;
}
.faqcontentcounteritem {
  width: calc(100% / 2);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2rem 0;
}
@media (min-width: 576px) {
  .faqcontentcounteritem {
    width: calc(100% / 4);
  }
  .faqcontentcounteritem:not(:last-child) {
    border-right: 0.1rem solid #d0a241;
  }
}
.faqcontentcounteritem h3 {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
  color: #fff;
}
.faqcontentcounteritem h3 span {
  font-size: 2.5rem;
  font-weight: 700;
  margin-right: 0.3rem;
  color: #fff;
}
.faqcontentcounteritem p {
  font-size: 1.4rem;
  color: #fff;
}
.faqcontenttext {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .faqcontenttext {
    flex-direction: row;
    justify-content: space-between;
  }
}
.faqcontenttext p {
  font-size: 1.4rem;
  padding-right: 2rem;
  font-style: italic;
  opacity: 0.8;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .faqcontenttext p {
    margin-bottom: 0;
  }
}
@media (min-width: 1500px) {
  .faqcontenttext p {
    font-size: 1.5rem;
  }
}
@media (min-width: 1600px) {
  .faqcontenttext p {
    font-size: 1.6rem;
  }
}
.faqcontenttext a {
  border-radius: 0.3rem;
  display: inline-block;
  padding: 1.2rem 2rem;
  background-color: var(--colorblack);
  transition: all 300ms ease;
  color: #fff;
  white-space: nowrap;
  font-size: 1.4rem;
}
.faqcontenttext a:hover {
  color: #fff;
  background-color: var(--colorblackhover);
}
.questioncontent {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 2rem;
}
@media (min-width: 992px) {
  .questioncontent {
    padding-left: 2rem;
    margin-top: 0;
  }
}
.questioncontentitem {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}
.questioncontentitemtitle {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  padding: 1rem;
  border-radius: 0.3rem 0.3rem 0 0;
  border: 0.1rem solid #f1f1f1;
  cursor: pointer;
}
.questioncontentitemtitle h3 {
  font-size: 1.4rem;
  font-weight: 500;
  width: 90%;
}
.questioncontentitemtitle i {
  transition: all 300ms ease;
  display: inline-block;
}
.questioncontentitem .content {
  width: 100%;
  background-color: #fff;
  padding: 1rem;
  border: 0.1rem solid #f1f1f1;
  border-top: none;
  display: none;
}
.questioncontentitem .content p {
  font-size: 1.4rem;
}
@media (min-width: 1500px) {
  .questioncontentitem .content p {
    font-size: 1.5rem;
  }
}
.allquestion {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.allquestion a {
  font-size: 1.4rem;
  color: var(--colorblack);
  transition: all 300ms ease;
}
@media (min-width: 1500px) {
  .allquestion a {
    font-size: 1.5rem;
  }
}
@media (min-width: 1600px) {
  .allquestion a {
    font-size: 1.6rem;
  }
}
.allquestion a i {
  display: inline-block;
  transition: all 300ms ease;
}
.allquestion:hover i {
  transform: translateX(0.5rem);
}
.allquestion a:hover {
  color: var(--coloryellow);
}
.commentBox {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 2rem;
  background-color: var(--background);
  border-radius: 0.5rem;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.swiper-comment .swiper-wrapper {
  padding-bottom: 3rem;
}
@media (min-width: 1200px) {
  .swiper-comment {
    margin-left: -2rem;
    margin-right: -2rem;
    padding: 0 2rem;
  }
}
.commentBox .writers {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}
.commentBox .writers figure {
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.commentBox .writers figure img {
  object-fit: cover;
  height: 100%;
  aspect-ratio: 1;
}
.commentBox .writers .content {
  width: calc(100% - 8rem);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-left: 2rem;
}
.commentBox .writers .content p {
  font-size: 1.4rem;
  font-weight: 500;
}
@media (min-width: 1500px) {
  .commentBox .writers .content p {
    font-size: 1.5rem;
  }
}
@media (min-width: 1600px) {
  .commentBox .writers .content p {
    font-size: 1.6rem;
  }
}
.commentBox .writers .content .ratings {
  line-height: 1;
  margin-bottom: 0.5rem;
}
.commentBox .writers .content .ratings i {
  font-size: 1.2rem;
}
.checkedstars {
  color: var(--coloryellow);
}
.commentBox .writers .content span {
  font-size: 1.4rem;
}
.commentboxtext {
  font-size: 1.4rem;
  flex: 1;
}
@media (min-width: 1500px) {
  .commentboxtext {
    font-size: 1.5rem;
  }
}
@media (min-width: 1600px) {
  .commentboxtext {
    font-size: 1.6rem;
  }
}
.swiper-comment .swiper-slide {
  display: flex;
  height: auto;
}
.blogbox {
  border-radius: 0.5rem;
  padding: 1rem;
  background-color: #fff;
  margin-bottom: 2rem;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.blogbox figure {
  width: 100%;
  border-radius: 0.3rem;
  overflow: hidden;
}
.blogbox figure img {
  object-fit: cover;
  transition: all 1.2s ease;
}
.blogbox:hover figure img {
  transform: scale(1.1);
  filter: brightness(0.5);
}
.blogbox .content {
  padding: 2rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
}
.blogbox .content h3 {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.blogbox .content h3 a {
  color: var(--colorblack);
  transition: color 900ms ease;
}
.blogbox:hover .content h3 a {
  color: var(--coloryellow);
}
.blogbox .content p {
  font-size: 1.4rem;
  flex: 1;
}
@media (min-width: 1500px) {
  .blogbox .content p {
    font-size: 1.5rem;
  }
}
@media (min-width: 1600px) {
  .blogbox .content p {
    font-size: 1.6rem;
  }
}
.bloglink {
  font-size: 1.4rem;
  display: inline-block;
  transition: all 300ms ease;
  margin-top: 1rem;
  color: var(--colorblack);
}
@media (min-width: 1500px) {
  .bloglink {
    font-size: 1.5rem;
  }
}
@media (min-width: 1600px) {
  .bloglink {
    font-size: 1.6rem;
  }
}
.bloglink i {
  display: inline-block;
  transition: all 300ms ease;
}
.bloglink:hover i {
  transform: translateX(0.5rem);
}
.bloglink:hover {
  color: var(--coloryellow);
}
.footer {
  background-color: #000;
  padding: 4rem 0 2rem 0;
  position: relative;
}
.footercontent {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.footercontenttop {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0.1);
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .footercontenttop {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.footercontenttop figure {
  width: 15rem;
}
@media (min-width: 1500px) {
  .footercontenttop figure {
    width: 18rem;
  }
}
.footercontentcontact {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  column-gap: 2rem;
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .footercontentcontact {
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    margin-top: 0;
  }
}
.footersocial {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  column-gap: 0.5rem;
}
.footersocial a {
  border: 0.1rem solid #fff;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.4rem;
  transition: all 300ms ease;
}
@media (min-width: 768px) {
  .footersocial a {
    width: 4rem;
    height: 4rem;
  }
}
@media (min-width: 1500px) {
  .footersocial a {
    font-size: 1.5rem;
  }
}
@media (min-width: 1600px) {
  .footersocial a {
    font-size: 1.6rem;
  }
}
.footersocial a:hover {
  background-color: var(--coloryellow);
  color: #fff;
  border: 0.1rem solid var(--coloryellow);
}
.footerphone {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 0.5rem;
  margin-bottom: 2rem;
}
@media (min-width: 576px) {
  .footerphone {
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    column-gap: 2rem;
    row-gap: 0;
  }
}
@media (min-width: 768px) {
  .footerphone {
    margin-bottom: 0;
  }
}
.footerphone a {
  font-size: 1.4rem;
  color: #fff;
  transition: all 300ms ease;
}
@media (min-width: 1500px) {
  .footerphone a {
    font-size: 1.5rem;
  }
}
@media (min-width: 1600px) {
  .footerphone a {
    font-size: 1.6rem;
  }
}
.footerphone a:hover {
  color: var(--coloryellow);
}
.footerbox {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 2rem;
}
.footerbox h4 {
  margin-bottom: 2rem;
  font-size: 1.4rem;
  color: #fff;
  display: inline-block;
  position: relative;
}
.footerbox h4::after {
  content: "";
  position: absolute;
  bottom: -1rem;
  left: 0;
  width: 3rem;
  height: 0.2rem;
  background-color: var(--coloryellow);
  border-radius: 5rem;
}
.footerbox ul li {
  font-size: 1.4rem;
  padding: 0.5rem 0;
}
.footerbox ul li a {
  color: rgba(255, 255, 255, 0.6);
  transition: all 300ms ease;
  font-size: 1.4rem;
  display: inline-block;
}
.footerbox ul li:hover a {
  color: rgba(255, 255, 255, 1);
  transform: translateX(0.5rem);
}
.footerimageside {
  width: 20rem;
  display: flex;
  column-gap: 2rem;
  margin: 2rem auto 0 auto;
}
@media (min-width: 576px) {
  .footerimageside {
    width: 25rem;
  }
}
@media (min-width: 1200px) {
  .footerimageside {
    margin-top: 0;
    width: 100%;
  }
}
.deep {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  padding-top: 2rem;
  text-align: center;
  border-top: 0.1rem solid rgba(255, 255, 255, 0.1);
}
.deep a {
  font-size: 2rem;
  color: rgba(255, 255, 255, 0.6);
  transition: all 300ms ease;
  font-family: "pill";
}
.deep a:hover {
  color: rgba(255, 255, 255, 1);
}
.bloginlinecontent {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 992px) {
  .bloginlinecontent {
    padding-right: 5rem;
  }
}
.mainblogimage {
  border-radius: 0.5rem;
  overflow: hidden;
  margin-bottom: 2rem;
}
.mainblogimage img {
  object-fit: cover;
  aspect-ratio: 4/2;
}
.bloginlinetitle {
  margin-bottom: 1rem;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 700;
}
@media (min-width: 992px) {
  .bloginlinetitle {
    font-size: 2rem;
  }
}
.others {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.otherstitle {
  width: 100%;
  margin-bottom: 1rem;
  background-color: var(--background);
  border-radius: 0.3rem;
  padding: 1rem;
}
.otherstitle h3 {
  font-size: 1.4rem;
  font-weight: 500;
}
.otherblogitem {
  width: 100%;
  display: flex;
  justify-content: flex-start;
}
.otherblogitem:not(:last-child) {
  margin-bottom: 1rem;
}
.otherblogitem figure {
  width: 8rem;
  height: 8rem;
  border-radius: 0.5rem;
  overflow: hidden;
}
.otherblogitem figure img {
  height: 100%;
  object-fit: cover;
  transition: all 300ms ease;
}
.otherblogitem:hover figure img {
  transform: scale(1.1);
  filter: brightness(0.5);
}
.otherblogitem .content {
  width: calc(100% - 8rem);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-evenly;
  padding-left: 2rem;
}
.otherblogitem .content h3 {
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
}
.otherblogitem .content h3 a {
  color: var(--colorblack);
  transition: all 300ms ease;
}
.otherblogitem:hover .content h3 a {
  color: var(--coloryellow);
}
.otherblogitem .content p {
  font-size: 1.4rem;
}
.otherblogitem .content p i {
  margin-right: 0.5rem;
  color: var(--coloryellow);
}
.tags {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 1rem;
}
.tags a {
  font-size: 1.2rem;
  color: var(--colorblack);
  flex: 0 0 auto;
  border: 0.1rem solid #f1f1f1;
  border-radius: 0.2rem;
  padding: 0.3rem;
  transition: all 300ms ease;
}
.tags a:hover {
  color: #fff;
  background-color: var(--coloryellow);
  border: 0.1rem solid var(--coloryellow);
}
.contactboxes {
  width: 100%;
  border-radius: 0.5rem;
  background-color: #fff;
  padding: 2rem;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .contactboxes {
    margin-bottom: 0;
  }
}
.contactboxes iframe {
  margin-bottom: 1rem;
}
.contactboxesitem {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.contactboxesitem h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.contactboxesitem p {
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 1500px) {
  .contactboxesitem p {
    font-size: 1.5rem;
  }
}
.contactboxesitem a {
  font-size: 1.4rem;
  color: var(--colorblack);
  transition: all 300ms ease;
}
@media (min-width: 1500px) {
  .contactboxesitem a {
    font-size: 1.5rem;
  }
}
.contactboxesitem a:hover {
  color: var(--coloryellow);
}
.allcontact {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 0;
  background-color: var(--colorblack);
  color: #fff;
  font-size: 1.4rem;
  border-radius: 0.2rem;
  margin-top: 1rem;
  transition: all 300ms ease;
  text-transform: uppercase;
}
.allcontact i {
  margin-right: 0.5rem;
}
.allcontact:hover {
  color: #fff;
  background-color: var(--coloryellow);
}
.contactboxesinfo {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: var(--background);
  padding: 2rem;
  border-radius: 0.2rem;
  margin-top: 1rem;
}
.contactboxesinfoitem {
  display: flex;
}
@media (min-width: 1200px) {
  .contactboxesinfoitem {
    flex: 1;
  }
}
.contactboxesinfoitem a {
  font-size: 1.4rem;
  color: var(--colorblack);
  transition: all 300ms ease;
}
@media (min-width: 1500px) {
  .contactboxesinfoitem a {
    font-size: 1.5rem;
  }
}
@media (min-width: 1600px) {
  .contactboxesinfoitem a {
    font-size: 1.6rem;
  }
}
.contactboxesinfoitem a i {
  color: var(--coloryellow);
  margin-right: 0.3rem;
}
.contactboxesinfoitem a:hover {
  color: var(--coloryellow);
}
.contactboxestitle {
  width: 100%;
  border-radius: 0.3rem;
  padding: 1rem;
  margin-bottom: 1rem;
  background-color: var(--background);
}
.contactboxestitle h3 {
  font-size: 1.4rem;
  font-weight: 600;
  text-transform: uppercase;
}
#formPost .form-group {
  margin-bottom: 1rem;
}
.postbutton {
  width: 100%;
  border-radius: 0.3rem;
  background-color: var(--coloryellow);
  color: #fff;
  padding: 1rem 0;
  font-size: 1.4rem;
  transition: all 300ms ease;
}
.postbutton:hover {
  background-color: var(--colorblack);
  color: #fff;
}
.brandfilter {
  padding: 2rem;
  background-color: #fff;
  margin-bottom: 2rem;
  border-radius: 0.5rem;
}
.brandfilter .form-group {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .brandfilter .form-group {
    margin-bottom: 0;
  }
}
.brandlistitem {
  width: 100%;
  border-radius: 0.5rem;
  background-color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem;
  flex-direction: column;
}
@media (min-width: 768px) {
  .brandlistitem {
    flex-direction: row;
  }
}
.brandlistitem:not(:last-child) {
  margin-bottom: 1rem;
}
.brandlistitemleft {
  border-radius: 0.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  background-color: var(--coloryellow);
  padding: 2rem;
}
@media (min-width: 768px) {
  .brandlistitemleft {
    height: 20rem;
    width: 15rem;
  }
}
.brandlistitemleft figure {
  width: 10rem;
  height: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 450px) {
  .brandlistitemleft figure {
    width: 15rem;
    height: 15rem;
  }
}
.secondaryBrand {
  background-color: var(--colorblack) !important;
}
.brandlistitem .content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 2rem;
  overflow: hidden;
}
@media (min-width: 768px) {
  .brandlistitem .content {
    width: calc(100% - 15rem);
    padding: 0 2rem;
  }
}
.brandlistitem .content h3 {
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
  font-weight: 600;
}
.brandlistitem .content p {
  font-size: 1.4rem;
}
@media (min-width: 1500px) {
  .brandlistitem .content p {
    font-size: 1.5rem;
  }
}
@media (min-width: 1600px) {
  .brandlistitem .content p {
    font-size: 1.6rem;
  }
}
.brandlistitem .content p:not(:last-child) {
  margin-bottom: 0.5rem;
}
.brandlistitem .content p span {
  font-weight: 600;
  display: block;
}
@media (min-width: 768px) {
  .brandlistitem .content p span {
    display: inline-block;
  }
}
.brandlistitem .content p a {
  color: var(--colorblack);
  transition: all 300ms ease;
}
.brandlistitem .content p a:hover {
  color: var(--coloryellow);
}
.showmaps {
  font-size: 1.4rem;
  border: 0.1rem solid var(--colorblack);
  color: var(--colorblack);
  padding: 0.5rem 1rem;
  border-radius: 0.3rem;
  transition: all 300ms ease;
  display: inline-block;
  margin-top: 0.5rem;
}
.showmaps:hover {
  background-color: var(--colorblack);
  color: #fff;
}
.countryeximages {
  border-radius: 1rem;
  overflow: hidden;
  height: 100%;
  position: relative;
}
.countryeximages img {
  height: 100%;
  object-fit: cover;
  transition: all 1.3s ease;
  aspect-ratio: 1.2;
}
.countryeximages:hover img {
  transform: scale(1.2);
  filter: brightness(0.5);
}
.rowgap2 {
  row-gap: 1rem;
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .rowgap2 {
    margin-top: 0;
    row-gap: 2rem;
    height: 100%;
  }
}
.filterboxes {
  width: 100%;
  border-radius: 0.5rem;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  background-color: #fff;
}
.filterboxestitle {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 0.1rem dashed #f1f1f1;
}
.filterboxestitle i {
  color: var(--coloryellow);
  margin-right: 0.5rem;
}
.filterboxestitle h3 {
  font-size: 1.6rem;
}
.filtercontentitem {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 1rem;
}
.filterbuttons {
  width: 100%;
  border-radius: 0.3rem;
  background-color: var(--colorblack);
  transition: all 300ms ease;
  font-size: 1.4rem;
  color: #fff;
  padding: 1rem 0;
}
.filterbuttons:hover {
  color: #fff;
  background-color: var(--coloryellow);
}
.schoolboxes {
  width: 100%;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 0.5rem;
  margin-bottom: 2rem;
  position: relative;
}
@media (min-width: 768px) {
  .schoolboxes {
    flex-direction: row;
    justify-content: flex-start;
  }
}
.schoolboxes:not(:last-child) {
  margin-bottom: 1rem;
}
.schoolimages {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .schoolimages {
    margin-bottom: 0;
    width: 15rem;
    height: 20rem;
  }
}
@media (min-width: 1200px) {
  .schoolimages {
    width: 20rem;
    height: 20rem;
  }
}
.schoolimages a {
  width: 100%;
  height: 100%;
}
.schoolimages img {
  height: 100%;
  object-fit: cover;
  transition: all 1.2s ease;
}
.schoolboxes:hover .schoolimages img {
  transform: scale(1.2);
}
.schoolboxes .content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .schoolboxes .content {
    width: calc(100% - 15rem);
    padding-left: 2rem;
  }
}
@media (min-width: 1200px) {
  .schoolboxes .content {
    width: calc(100% - 20rem);
  }
}
.schoolboxes .contenttop {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.schoolboxes .contenttoptitle {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.schoolboxes .contenttoptitle figure {
  width: 5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 0.1rem solid #e7e7e7;
  border-radius: 0.3rem;
}
.schoolboxes .contenttoptitle h3 {
  font-size: 1.6rem;
  font-weight: 700;
}
.schoolboxes .contenttoptitle h3 a {
  color: var(--colorblack);
  transition: color 300ms ease;
}
.schoolboxes:hover .contenttoptitle h3 a {
  color: var(--coloryellow);
}
.schoolboxes .contentmaps {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: 2rem;
  margin-top: 0.5rem;
}
.schoolboxes .contentmaps p {
  font-size: 1.4rem;
}
.schoolboxes .contentmaps a {
  font-size: 1.4rem;
  color: var(--colorblack);
  transition: color 300ms ease;
}
.schoolboxes .contentmaps a:hover {
  color: var(--coloryellow);
}
.schoolboxes .contentbottom {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  border-top: 0.1rem dashed #e2e2e2;
  padding-top: 1rem;
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .schoolboxes .contentbottom {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
  }
}
.schoolboxes .contentbottomleft {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
@media (min-width: 768px) {
  .schoolboxes .contentbottomleft {
    width: calc(100% - 20rem);
    padding-right: 1rem;
  }
}
@media (min-width: 1200px) {
  .schoolboxes .contentbottomleft {
    width: calc(100% - 25rem);
  }
}
.contentbottomleftitem {
  width: calc(100% / 3);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.contentbottomleftitem span {
  font-size: 1.2rem;
  font-weight: 700;
}
.contentbottomleftitem p {
  font-size: 1.4rem;
}
.schoolboxes .contentbottomright {
  background-color: var(--coloryellow);
  width: 100%;
  margin-top: 1rem;
  border-radius: 0.5rem;
  padding: 1rem;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
@media (min-width: 768px) {
  .schoolboxes .contentbottomright {
    width: 20rem;
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .schoolboxes .contentbottomright {
    width: 25rem;
  }
}
.schoolboxes .contentbottomright span {
  font-size: 1.2rem;
  margin: 0;
  color: #fff;
}
.schoolboxes .contentbottomright p {
  font-size: 1.6rem;
  color: #fff;
}
.schoolinlinegeneral {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media (min-width: 576px) {
  .schoolinlinegeneral {
    flex-direction: row;
    text-align: left;
    justify-content: flex-start;
    align-items: center;
  }
}
.schoolinlinegeneral figure {
  width: 8rem;
  height: 8rem;
  border-radius: 0.5rem;
  background-color: #fff;
  padding: 1rem;
}
@media (min-width: 576px) {
  .schoolinlinegeneral figure {
    width: 10rem;
    height: 10rem;
    padding: 1.5rem;
  }
}
.schoolinlinegeneral .content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 1rem;
}
@media (min-width: 576px) {
  .schoolinlinegeneral .content {
    margin-top: 0;
    text-align: left;
    align-items: flex-start;
    width: calc(100% - 10rem);
    padding-left: 1rem;
  }
}
@media (min-width: 992px) {
  .schoolinlinegeneral .content {
    padding-left: 2rem;
  }
}
.schoolinlinegeneral .content h1 {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
@media (min-width: 992px) {
  .schoolinlinegeneral .content h1 {
    font-size: 2rem;
  }
}
.flexibleitems {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 1rem;
}
@media (min-width: 576px) {
  .flexibleitems {
    justify-content: flex-start;
  }
}
.flexibleitems p,
.flexibleitems a {
  font-size: 1.4rem;
}
@media (min-width: 1500px) {
  .flexibleitems p,
  .flexibleitems a {
    font-size: 1.5rem;
  }
}
@media (min-width: 1600px) {
  .flexibleitems p,
  .flexibleitems a {
    font-size: 1.6rem;
  }
}
.flexibleitems p i {
  color: var(--coloryellow);
}
.flexibleitems a {
  color: var(--coloryellow);
  text-decoration: underline;
  transition: all 300ms ease;
}
.flexibleitems a:hover {
  color: var(--coloryellowhover);
}
.schoolinlinegeneralbuttons {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 0.5rem;
  margin-top: 1rem;
}
@media (min-width: 576px) {
  .schoolinlinegeneralbuttons {
    justify-content: flex-start;
    height: 100%;
  }
}
@media (min-width: 768px) {
  .schoolinlinegeneralbuttons {
    justify-content: flex-end;
    margin-top: 0;
  }
}
#schoolPDF {
  background-color: var(--colorblack);
  color: #fff;
  font-size: 1.4rem;
  height: 3.5rem;
  border-radius: 5rem;
  padding: 0 2rem;
  transition: all 300ms ease;
}
@media (min-width: 992px) {
  #schoolPDF {
    height: 4rem;
  }
}
@media (min-width: 1500px) {
  #schoolPDF {
    font-size: 1.5rem;
  }
}
#schoolPDF:hover {
  background-color: var(--colorblackhover);
  color: #fff;
}
#copylink {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: var(--coloryellow);
  color: #fff;
  transition: all 300ms ease;
  font-size: 1.4rem;
}
@media (min-width: 992px) {
  #copylink {
    width: 4rem;
    height: 4rem;
  }
}
@media (min-width: 1500px) {
  #copylink {
    font-size: 1.5rem;
  }
}
#copylink:hover {
  background-color: var(--coloryellowhover);
  color: #fff;
}
.playvideo {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: red;
  color: #fff;
  transition: all 300ms ease;
  font-size: 1.4rem;
}
@media (min-width: 992px) {
  .playvideo {
    width: 4rem;
    height: 4rem;
  }
}
@media (min-width: 1500px) {
  .playvideo {
    font-size: 1.5rem;
  }
}
.playvideo:hover {
  background-color: #d20202;
  color: #fff;
}
.schooleximages {
  border-radius: 0.5rem;
  overflow: hidden;
}
.schooleximages img {
  aspect-ratio: 1.2;
  object-fit: cover;
  transition: all 1.2s ease-in-out;
}
.schooleximages:hover img {
  transform: scale(1.2);
  filter: brightness(0.5);
}
.schooltabpanel {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: #fff;
  border-radius: 0.3rem;
  margin-bottom: 2rem;
  padding: 1rem;
  column-gap: 0.5rem;
}
.schooltabpanelitems {
  cursor: pointer;
  font-size: 1.4rem;
  font-weight: 500;
  color: var(--colorblack);
  padding: 0.5rem 1rem;
  border-radius: 0.2rem;
  transition: all 300ms ease;
}
@media (min-width: 1500px) {
  .schooltabpanelitems {
    font-size: 1.5rem;
  }
}
@media (min-width: 1600px) {
  .schooltabpanelitems {
    font-size: 1.6rem;
  }
}
.schooltabpanelitems:hover {
  background-color: var(--background);
  color: var(--colorblack);
}
.schooltabpanelitems.active {
  background-color: var(--coloryellow);
  color: #fff;
}
.schooltabcontent {
  background-color: #fff;
  padding: 2rem;
  border-radius: 0.5rem;
}
.schooltabcontenttitle {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 0.1rem solid #f1f1f1;
}
.schooltabcontenttitle h3 {
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
}
.schooladdress {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.schooladdress span {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--colorblack);
  margin-bottom: 0.2rem;
  display: inline-block;
  text-transform: uppercase;
  opacity: 0.8;
}
.schooladdress p {
  font-size: 1.4rem;
  color: var(--colorblack);
}
@media (min-width: 1500px) {
  .schooladdress p {
    font-size: 1.5rem;
  }
}
@media (min-width: 1600px) {
  .schooladdress p {
    font-size: 1.6rem;
  }
}
.schooladressmaps {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .schooladressmaps {
    height: 100%;
    justify-content: flex-end;
  }
}
.schooladressmaps a {
  border-radius: 5rem;
  padding: 1rem 2rem;
  background-color: var(--coloryellow);
  color: #fff;
  text-transform: uppercase;
  font-size: 1.2rem;
  transition: all 300ms ease;
}
.schooladressmaps a:hover {
  background-color: var(--coloryellowhover);
  color: #fff;
}
.schoollogo2 {
  width: 6rem !important;
  height: 6rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 0.1rem solid #e7e7e7;
  border-radius: 0.3rem;
}
.campbanner {
  background-color: var(--background);
  background-image: url("../images/asset1.png");
  background-position: top left;
  background-size: 50%;
}
@media (min-width: 1200px) {
  .campbanner {
    background-size: contain;
  }
}
.campbannercontent {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 2rem 0;
}
@media (min-width: 992px) {
  .campbannercontent {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.campbannercontentleft {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media (min-width: 576px) {
  .campbannercontentleft {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
}
@media (min-width: 992px) {
  .campbannercontentleft {
    flex: 2;
  }
}
.campbannercontentleft figure {
  width: 15rem;
  border-radius: 0.3rem;
  overflow: hidden;
}
.campbannercontentleft .content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 2rem 0;
}
@media (min-width: 576px) {
  .campbannercontentleft .content {
    width: calc(100% - 15rem);
    padding-left: 2rem;
    margin: 0;
    align-items: flex-start;
    text-align: left;
  }
}
.campbannercontentleft .content h1 {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .campbannercontentleft .content h1 {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  .campbannercontentleft .content h1 {
    font-size: 2.2rem;
  }
}
.campbannercontentleft .content p {
  font-size: 1.4rem;
}
@media (min-width: 1500px) {
  .campbannercontentleft .content p {
    font-size: 1.5rem;
  }
}
@media (min-width: 1600px) {
  .campbannercontentleft .content p {
    font-size: 1.6rem;
  }
}
.campbannercontentleft .content p:not(:last-child) {
  margin-bottom: 0.3rem;
}
.campbannercontentleft .content p i {
  color: var(--coloryellow);
  margin-right: 0.5rem;
}
.campbannercontentright {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 0.5rem;
  width: 100%;
}
@media (min-width: 576px) {
  .campbannercontentright {
    margin-top: 1rem;
    justify-content: flex-start;
  }
}
@media (min-width: 992px) {
  .campbannercontentright {
    flex: 1;
    flex-direction: column;
    align-items: flex-end;
    row-gap: 0.5rem;
  }
}
@media (min-width: 1200px) {
  .campbannercontentright {
    row-gap: 0;
    flex-direction: row;
    column-gap: 0.5rem;
    justify-content: flex-end;
  }
}
.camptotalprices {
  background-color: var(--colorblack);
  border-radius: 0.3rem;
  padding: 1rem 2rem;
}
.camptotalprices p {
  color: #fff;
  font-size: 1.4rem;
}
@media (min-width: 1500px) {
  .camptotalprices p {
    font-size: 1.5rem;
  }
}
@media (min-width: 1600px) {
  .camptotalprices p {
    font-size: 1.6rem;
  }
}
#campPDF {
  font-size: 1.4rem;
  background-color: var(--coloryellow);
  color: #fff;
  padding: 1rem 2rem;
  border-radius: 0.3rem;
  transition: all 300ms ease;
}
@media (min-width: 1500px) {
  #campPDF {
    font-size: 1.5rem;
  }
}
@media (min-width: 1600px) {
  #campPDF {
    font-size: 1.6rem;
  }
}
#campPDF:hover {
  background-color: var(--coloryellowhover);
  color: #fff;
}
.campdetail {
  padding: 2rem 0;
}
.camptabpanels {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 0.2rem solid var(--colorblack);
  margin-bottom: 2rem;
}
.camptabpanelsitem {
  font-size: 1.4rem;
  cursor: pointer;
  transition: all 300ms ease;
  padding: 1rem 2rem;
}
@media (min-width: 1500px) {
  .camptabpanelsitem {
    font-size: 1.5rem;
  }
}
@media (min-width: 1600px) {
  .camptabpanelsitem {
    font-size: 1.6rem;
  }
}
.camptabpanelsitem.active,
.camptabpanelsitem.active:hover,
.camptabpanelsitem.active:focus {
  background-color: var(--colorblack);
  color: #fff;
  border-radius: 0.3rem 0.3rem 0 0;
}
.camptabpanelsitem:hover {
  color: var(--colorblack);
  background-color: var(--background);
}
.camptabcontent {
  display: none;
}
.camptabcontent.active {
  display: block !important;
}
.pagecontent,
.pagesection {
  position: relative;
}
.pagecontenttext {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 1500px) {
  .pagecontenttext {
    width: 70%;
  }
}
.pagebgimages {
  position: absolute;
  top: 0;
  right: 0;
  width: 70%;
  z-index: 0;
  border-radius: 0 0 0 50rem;
  overflow: hidden;
}
@media (min-width: 768px) {
  .pagebgimages {
    width: 50%;
  }
}
.pagebgimages::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  background: linear-gradient(
    270deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
}
.catalogboxes {
  border-radius: 0.3rem;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  padding: 1rem;
  transition: all 300ms ease;
}
.catalogboxes:hover {
  box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset,
    rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  transform: translateY(-0.5rem);
}
.catalogimages {
  border-radius: 0.3rem;
  overflow: hidden;
  position: relative;
}
.catalogimages img {
  aspect-ratio: 1 / 1.4;
  object-fit: cover;
  transition: all 1.2s ease;
}
.catalogboxes:hover .catalogimages img {
  transform: scale(1.1);
  filter: brightness(0.3);
}
.catalogboxes .content {
  display: flex;
  flex: 1;
  padding: 1rem;
}
.catalogboxes .content p {
  font-size: 1.4rem;
}
@media (min-width: 1500px) {
  .catalogboxes .content p {
    font-size: 1.5rem;
  }
}
@media (min-width: 1600px) {
  .catalogboxes .content p {
    font-size: 1.6rem;
  }
}
.catalogbuttonside {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 0.5rem;
}
.catalogboxes:hover .catalogbuttonside {
  display: flex;
}
.catalogbuttonside a,
.catalogbuttonside button {
  border: 0.1rem solid rgba(255, 255, 255, 0.8);
  border-radius: 0.3rem;
  padding: 0.5rem 1rem;
  font-size: 1.4rem;
  color: #fff;
  transition: all 300ms ease;
  background-color: transparent;
}
.catalogbuttonside a:hover,
.catalogbuttonside button:hover {
  background-color: #fff;
  color: var(--colorblack);
  border: 0.1rem solid rgba(255, 255, 255, 1);
}
.generalformboxes {
  width: 100%;
  background-color: #fff;
  padding: 2rem;
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .generalformboxes {
    width: 70rem;
    margin: 0 auto;
  }
}
@media (min-width: 1400px) {
  .generalformboxes {
    padding: 5rem;
    width: 80rem;
  }
}
.generalformboxestitle {
  padding: 1rem;
  border-radius: 0.2rem;
  background-color: #fbfbfb;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 2rem;
}
.generalformboxestitle h2 {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
@media (min-width: 1200px) {
  .generalformboxestitle h2 {
    font-size: 2rem;
  }
}
.generalformboxestitle p {
  font-size: 1.4rem;
}
@media (min-width: 1500px) {
  .generalformboxestitle p {
    font-size: 1.5rem;
  }
}
@media (min-width: 1600px) {
  .generalformboxestitle p {
    font-size: 1.6rem;
  }
}
.flexinput {
  width: 100%;
  border-radius: 0.2rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  transition: all 300ms ease;
  border: 0.1rem solid #dee2e6;
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
}
.flexinput:hover {
  border: 0.1rem solid #f1f1f1;
}
.flexinput label {
  margin: 0;
  width: calc(100% - 2rem);
  padding-left: 0.5rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.careerbanner {
  border-radius: 0.5rem;
  background-color: var(--coloryellow);
  display: flex;
  flex-direction: column;
  margin-top: 4rem;
  overflow: hidden;
}
@media (min-width: 768px) {
  .careerbanner {
    height: 30rem;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.careerbannerleft {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 2rem;
  background-image: url(../images/asset1.png);
}
@media (min-width: 576px) {
  .careerbannerleft {
    padding: 3rem;
  }
}
@media (min-width: 768px) {
  .careerbannerleft {
    width: 60%;
  }
}
@media (min-width: 992px) {
  .careerbannerleft {
    padding: 5rem;
  }
}
@media (min-width: 1500px) {
  .careerbannerleft {
    width: 50%;
  }
}
.careerbannerleft h2 {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
@media (min-width: 576px) {
  .careerbannerleft h2 {
    font-size: 1.8rem;
  }
}
@media (min-width: 768px) {
  .careerbannerleft h2 {
    font-size: 2rem;
  }
}
@media (min-width: 1500px) {
  .careerbannerleft h2 {
    font-size: 2.5rem;
  }
}
.careerbannerleft p {
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 2rem;
}
@media (min-width: 1500px) {
  .careerbannerleft p {
    font-size: 1.5rem;
  }
}
@media (min-width: 1600px) {
  .careerbannerleft p {
    font-size: 1.6rem;
  }
}
.careerbannerlink {
  font-size: 1.2rem;
  display: inline-block;
  border-radius: 0.3rem;
  background-color: transparent;
  padding: 1rem 2rem;
  color: #fff;
  transition: all 300ms ease;
  border: 0.1rem solid #fff;
}
@media (min-width: 576px) {
  .careerbannerlink {
    font-size: 1.4rem;
  }
}
@media (min-width: 1500px) {
  .careerbannerlink {
    font-size: 1.5rem;
  }
}
@media (min-width: 1600px) {
  .careerbannerlink {
    font-size: 1.6rem;
  }
}
.careerbannerlink i {
  display: inline-block;
  transition: all 300ms ease;
}
.careerbannerlink:hover i {
  transform: translateX(0.5rem);
}
.careerbannerlink:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  border: 0.1rem solid #fff;
}
.careerbannerright {
  background-color: var(--colorblack);
  width: 100%;
  height: 20rem;
  background-image: url(../images/ik.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 0;
  clip-path: polygon(0 30%, 100% 0, 100% 100%, 0% 100%);
}
@media (min-width: 768px) {
  .careerbannerright {
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
    height: 100%;
    width: 40%;
  }
}
@media (min-width: 1500px) {
  .careerbannerright {
    width: 50%;
  }
}
.careerbannerright::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #57595a;
  background: linear-gradient(
    90deg,
    rgba(87, 89, 90, 1) 0%,
    rgba(87, 89, 90, 0) 100%
  );
}
.advertbox {
  border-radius: 0.5rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-color: #fff;
  padding: 2rem;
}
@media (min-width: 768px) {
  .advertbox {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.advertbox:not(:last-child) {
  margin-bottom: 2rem;
}
.advertboxleft {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
@media (min-width: 576px) {
  .advertboxleft {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .advertboxleft {
    flex: 2;
  }
}
.advertboxleft figure {
  width: 10rem;
  height: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1200px) {
  .advertboxleft figure {
    width: 12rem;
    height: 12rem;
  }
}
.advertboxleft .content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
@media (min-width: 576px) {
  .advertboxleft .content {
    width: calc(100% - 10rem);
    padding-left: 2rem;
  }
}
@media (min-width: 1200px) {
  .advertboxleft .content {
    width: calc(100% - 12rem);
  }
}
.advertboxleft .content h3 {
  font-size: 1.6rem;
  font-weight: 600;
  margin: 0.5rem 0;
}
.advertboxleft .content h3 a {
  color: var(--colorblack);
  transition: all 300ms ease;
}
.advertboxleft .content h3:hover a {
  color: var(--coloryellow);
}
.advertboxleft .content span {
  font-size: 1.2rem;
}
@media (min-width: 1200px) {
  .advertboxleft .content span {
    font-size: 1.3rem;
  }
}
.advertboxleft .content p {
  font-size: 1.4rem;
}
@media (min-width: 1500px) {
  .advertboxleft .content p {
    font-size: 1.5rem;
  }
}
.advertboxleft .content p i {
  margin-right: 0.3rem;
  color: var(--coloryellow);
}
.advertboxright {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 2rem;
  width: 100%;
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .advertboxright {
    flex: 1;
    justify-content: flex-end;
    margin-top: 0;
  }
}
.advertboxright p {
  font-size: 1.4rem;
}
@media (min-width: 1500px) {
  .advertboxright p {
    font-size: 1.5rem;
  }
}
.advertboxright p i {
  margin-right: 0.3rem;
  color: var(--coloryellow);
}
.advertboxright a {
  border-radius: 0.3rem;
  background-color: var(--coloryellow);
  color: #fff;
  font-size: 1.4rem;
  display: inline-block;
  padding: 1rem 2rem;
  transition: all 300ms ease;
}
.advertboxright a:hover {
  background-color: var(--colorblack);
  color: #fff;
}
.advertdescboxes {
  border-radius: 0.5rem;
  padding: 2rem;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 768px) {
  .advertdescboxes {
    position: sticky;
    top: 16rem;
  }
}
.advertdescboxesitem {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.advertdescboxesitem:not(:last-child) {
  margin-bottom: 1rem;
}
.advertdescboxesitem span {
  font-size: 1.4rem;
  display: block;
  margin-bottom: 0.3rem;
  opacity: 0.6;
}
.advertdescboxesitem p {
  font-size: 1.4rem;
}
@media (min-width: 1500px) {
  .advertdescboxesitem span,
  .advertdescboxesitem p {
    font-size: 1.5rem;
  }
}
.advertdescboxes a {
  width: 100%;
  padding: 1rem 0;
  color: #fff;
  background-color: var(--colorblack);
  font-size: 1.4rem;
  border-radius: 0.3rem;
  transition: all 300ms ease;
  text-align: center;
  display: block;
  margin-top: 1rem;
}
@media (min-width: 1500px) {
  .advertdescboxes a {
    font-size: 1.5rem;
  }
}
.advertdescboxes a:hover {
  background-color: var(--colorblackhover);
  color: #fff;
}
.advertbutton {
  margin-bottom: 1rem;
  padding: 1rem 0;
  width: 100%;
  display: block;
  border-radius: 0.3rem;
  font-size: 1.4rem;
  color: #fff;
  background-color: var(--coloryellow);
  transition: all 300ms ease;
}
@media (min-width: 1500px) {
  .advertbutton {
    font-size: 1.5rem;
  }
}
.advertbutton:hover {
  background-color: var(--coloryellowhover);
  color: #fff;
}
.advertcontent {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .advertcontent {
    padding-left: 2rem;
  }
}
@media (min-width: 1200px) {
  .advertcontent {
    padding-left: 5rem;
  }
}
.advertcontenttitle {
  width: 100%;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 0.1rem solid var(--colorblack);
}
.advertcontenttitle h2 {
  font-size: 2rem;
  font-weight: 700;
}
.pageiconboxes {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
  padding: 2rem;
  border-radius: 0.5rem;
  transition: all 300ms ease;
}
.pageiconboxes:hover {
  background-color: #fff;
  transform: translateY(-0.5rem);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.pageiconboxes figure {
  width: 4rem;
  height: 4rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
@media (min-width: 576px) {
  .pageiconboxes figure {
    width: 5rem;
    height: 5rem;
  }
}
@media (min-width: 1400px) {
  .pageiconboxes figure {
    width: 6rem;
    height: 6rem;
  }
}
.pageiconboxes .content {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.pageiconboxes .content h3 {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.pageiconboxes .content p {
  font-size: 1.4rem;
  flex: 1;
}
@media (min-width: 1500px) {
  .pageiconboxes .content p {
    font-size: 1.5rem;
  }
}
@media (min-width: 1600px) {
  .pageiconboxes .content p {
    font-size: 1.6rem;
  }
}
.pagesicons {
  margin: 2rem 0;
  justify-content: center;
}
.formboxsmalltitle {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1rem;
  border: 0.1rem solid #f1f1f1;
  padding: 0.5rem 2rem 0.5rem 0.6rem;
  border-radius: 5rem;
}
.formboxsmalltitle span {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background-color: var(--coloryellow);
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
}
.formboxsmalltitle p {
  font-size: 1.4rem;
  padding-left: 0.5rem;
}
@media (min-width: 1500px) {
  .formboxsmalltitle p {
    font-size: 1.5rem;
  }
}
.swiper-country .countrycards .content {
  width: auto;
}
.swiper-country .swiper-slide {
  display: flex;
  height: auto;
}
