@import url(../css/swiper.css);
@font-face {
  font-family: 'HKGrotesk-Regular';
  src: url("../fonts/HKGrotesk-Regular.otf") format("opentype");
}
@font-face {
  font-family: 'SourceSerifProBold';
  src: url("../fonts/SourceSerifPro-Bold.ttf") format("truetype");
}
@font-face {
  font-family: 'SourceSerifProRegular';
  src: url("../fonts/SourceSerifPro-Regular.ttf") format("truetype");
}
/* line 1, ../scss/_box.scss */
.box {
  background: white;
  margin-right: 16px;
  margin-left: 16px;
  width: calc(100% - 32px);
  position: relative;
  z-index: 2;
  box-shadow: 0px 0px 20px #00000029;
}
@media screen and (min-width: 420px) {
  /* line 1, ../scss/_box.scss */
  .box {
    width: 424px;
  }
}
@media screen and (min-width: 992px) {
  /* line 1, ../scss/_box.scss */
  .box {
    width: 978px;
  }
}
/* line 15, ../scss/_box.scss */
.box--description {
  color: #032234;
  font-size: 16px;
  line-height: 25px;
  font-family: "HKGrotesk-Regular", sans-serif;
}
@media screen and (min-width: 992px) {
  /* line 15, ../scss/_box.scss */
  .box--description {
    display: flex;
    justify-content: space-between;
  }
}
/* line 24, ../scss/_box.scss */
.box--description p {
  margin-top: 27px;
}
@media screen and (min-width: 992px) {
  /* line 24, ../scss/_box.scss */
  .box--description p {
    margin-top: 0px;
    width: 389px;
  }
}
/* line 32, ../scss/_box.scss */
.box--country-description {
  color: #032234;
  font-size: 16px;
  line-height: 25px;
  font-family: "HKGrotesk-Regular", sans-serif;
  padding: 0 16px 27px 19px;
}
@media screen and (min-width: 992px) {
  /* line 32, ../scss/_box.scss */
  .box--country-description {
    padding: 0 88px 0 57px;
    justify-content: center;
    display: flex;
    flex-direction: column;
  }
}
/* line 44, ../scss/_box.scss */
.box--country-description p {
  margin-top: 27px;
}
@media screen and (min-width: 992px) {
  /* line 44, ../scss/_box.scss */
  .box--country-description p {
    margin-top: 0px;
    width: 389px;
  }
}
/* line 53, ../scss/_box.scss */
.box__title {
  color: #032234;
  font-family: "SourceSerifProBold", sans-serif;
  font-size: 28px;
  line-height: 30px;
  font-weight: normal;
}
@media screen and (min-width: 992px) {
  /* line 53, ../scss/_box.scss */
  .box__title {
    font-weight: bold;
    font-size: 34px;
    line-height: 45px;
  }
}
/* line 64, ../scss/_box.scss */
.box__title--mobile {
  display: block;
}
@media screen and (min-width: 992px) {
  /* line 64, ../scss/_box.scss */
  .box__title--mobile {
    display: none;
  }
}
/* line 71, ../scss/_box.scss */
.box__undertitle {
  font-family: "SourceSerifProBold", sans-serif;
  color: #032234;
  display: none;
  font-size: 36px;
  line-height: 48px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  /* line 71, ../scss/_box.scss */
  .box__undertitle {
    display: block;
  }
}
/* line 82, ../scss/_box.scss */
.box__photo {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

/* line 1, ../scss/_container.scss */
.container {
  position: relative;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 992px) {
  /* line 1, ../scss/_container.scss */
  .container {
    background-image: url(../img/backgrounds/desktop-background.jpg);
  }
}

/* line 12, ../scss/_container.scss */
.background-mobile {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/backgrounds/mobile-background.jpg);
}
@media screen and (min-width: 992px) {
  /* line 12, ../scss/_container.scss */
  .background-mobile {
    background-image: none;
  }
}

/* line 1, ../scss/_pin.scss */
.pin {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 209px;
  z-index: 10;
}
/* line 8, ../scss/_pin.scss */
.pin__button {
  width: 31px;
  height: 31px;
  border-radius: 31px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/pins/plus.png);
  border-width: 0px;
  cursor: pointer;
}
/* line 19, ../scss/_pin.scss */
.pin .active {
  background-image: url(../img/pins/minus.png);
}
/* line 22, ../scss/_pin.scss */
.pin__box {
  display: none;
  font-family: "HKGrotesk-Regular", sans-serif;
  background: white;
  border-radius: 14px;
  color: #032234;
  width: 181px;
  padding: 12px 14px;
  margin-top: 10px;
}
/* line 32, ../scss/_pin.scss */
.pin__box__text {
  font-size: 32px;
  text-align: center;
  font-family: "SourceSerifProBold", sans-serif;
}
/* line 38, ../scss/_pin.scss */
.pin__box__line {
  border-top: 0.5px solid #032234;
  margin: 0px 0 10px 0;
}
/* line 43, ../scss/_pin.scss */
.pin__box__link {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #032234;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 53, ../scss/_pin.scss */
.pin__box__link span {
  margin-left: 10px;
  width: 20px;
  height: 12px;
  border-radius: 31px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/pins/arrow.png);
}
/* line 65, ../scss/_pin.scss */
.pin__box--open {
  display: block;
}

/* line 73, ../scss/_pin.scss */
.pin-1 {
  top: 223px;
  left: 40.5px;
}
@media only screen and (min-width: 480px) {
  /* line 73, ../scss/_pin.scss */
  .pin-1 {
    top: 243px;
    left: 59px;
  }
}

/* line 82, ../scss/_pin.scss */
.pin-2 {
  top: 55px;
  left: calc(50% - 104.5px);
}
@media screen and (min-width: 420px) {
  /* line 82, ../scss/_pin.scss */
  .pin-2 {
    top: 55px;
    left: 104px;
  }
}
@media screen and (min-width: 992px) {
  /* line 82, ../scss/_pin.scss */
  .pin-2 {
    top: 125px;
    left: 128px;
  }
}

/* line 96, ../scss/_pin.scss */
.pin-3 {
  top: 31px;
  left: calc(50% - 104.5px);
}
@media screen and (min-width: 420px) {
  /* line 96, ../scss/_pin.scss */
  .pin-3 {
    left: 104px;
  }
}
@media screen and (min-width: 992px) {
  /* line 96, ../scss/_pin.scss */
  .pin-3 {
    left: 128px;
  }
}

/* line 107, ../scss/_pin.scss */
.pin-4 {
  top: 100px;
  left: calc(50% - 104.5px);
}
@media screen and (min-width: 420px) {
  /* line 107, ../scss/_pin.scss */
  .pin-4 {
    left: 104px;
  }
}
@media screen and (min-width: 992px) {
  /* line 107, ../scss/_pin.scss */
  .pin-4 {
    left: 128px;
  }
}

/* line 1, ../scss/_info-section.scss */
.info-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 48px;
  position: relative;
}
@media screen and (min-width: 992px) {
  /* line 1, ../scss/_info-section.scss */
  .info-section {
    margin-top: 76px;
  }
}
/* line 11, ../scss/_info-section.scss */
.info-section h1 {
  padding: 21px 0 0 16px;
}
@media screen and (min-width: 992px) {
  /* line 11, ../scss/_info-section.scss */
  .info-section h1 {
    padding: 21px 0 0 57px;
  }
}
/* line 17, ../scss/_info-section.scss */
.info-section__description {
  width: calc(100% - 64px);
  padding: 0px 16px 13px 16px;
}
@media screen and (min-width: 420px) {
  /* line 17, ../scss/_info-section.scss */
  .info-section__description {
    width: calc(424px - 32px);
  }
}
@media screen and (min-width: 992px) {
  /* line 17, ../scss/_info-section.scss */
  .info-section__description {
    width: calc(978px - 110px);
    padding: 20px 55px 46px 55px;
  }
}
/* line 28, ../scss/_info-section.scss */
.info-section__image-box {
  margin: 30px 0 38px 0;
}
@media screen and (min-width: 992px) {
  /* line 28, ../scss/_info-section.scss */
  .info-section__image-box {
    margin: 95px 0 142px 0;
  }
}
/* line 33, ../scss/_info-section.scss */
.info-section__image-box img {
  width: 100%;
}
/* line 36, ../scss/_info-section.scss */
.info-section__image-box__text {
  width: calc(100% - 64px);
  padding: 6px 16px 33px 16px;
}
@media screen and (min-width: 420px) {
  /* line 36, ../scss/_info-section.scss */
  .info-section__image-box__text {
    width: calc(424px - 32px);
  }
}
@media screen and (min-width: 992px) {
  /* line 36, ../scss/_info-section.scss */
  .info-section__image-box__text {
    width: calc(978px - 110px);
    padding: 13px 55px;
  }
}
/* line 46, ../scss/_info-section.scss */
.info-section__image-box__text span {
  font-weight: bold;
}
/* line 51, ../scss/_info-section.scss */
.info-section__video {
  background-color: transparent;
}
/* line 54, ../scss/_info-section.scss */
.info-section iframe {
  width: 100%;
  height: calc(100vw/1.77777778);
}
@media screen and (min-width: 420px) {
  /* line 54, ../scss/_info-section.scss */
  .info-section iframe {
    height: 240px;
  }
}
@media screen and (min-width: 992px) {
  /* line 54, ../scss/_info-section.scss */
  .info-section iframe {
    height: 550px;
  }
}
/* line 64, ../scss/_info-section.scss */
.info-section__plant-left {
  position: absolute;
  top: -400px;
  left: -360px;
  display: none;
}
@media screen and (min-width: 992px) {
  /* line 64, ../scss/_info-section.scss */
  .info-section__plant-left {
    display: block;
  }
}
/* line 73, ../scss/_info-section.scss */
.info-section__plant-right {
  position: absolute;
  bottom: 800px;
  right: -160px;
  display: none;
}
@media screen and (min-width: 992px) {
  /* line 73, ../scss/_info-section.scss */
  .info-section__plant-right {
    display: block;
  }
}

/* line 1, ../scss/_main-section.scss */
.main-section {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 62px;
  position: relative;
}
@media screen and (min-width: 992px) {
  /* line 1, ../scss/_main-section.scss */
  .main-section {
    padding-top: 100px;
  }
}
@media only screen and (min-width: 1400px) {
  /* line 1, ../scss/_main-section.scss */
  .main-section {
    padding-top: 196px;
  }
}
/* line 15, ../scss/_main-section.scss */
.main-section__logo {
  padding: 25px 0;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 992px) {
  /* line 15, ../scss/_main-section.scss */
  .main-section__logo {
    background-color: white;
  }
}
/* line 22, ../scss/_main-section.scss */
.main-section__logo__svg {
  width: 302px;
  height: 51px;
  background-image: url(../img/main-section/logo.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 992px) {
  /* line 22, ../scss/_main-section.scss */
  .main-section__logo__svg {
    width: 407px;
    height: 70px;
  }
}
/* line 35, ../scss/_main-section.scss */
.main-section__title {
  padding: 14px 25px 17px 25px;
  display: flex;
  align-items: center;
  flex-direction: column;
  color: #032234;
  margin-top: 38px;
  margin-bottom: 24px;
  width: calc(100% - 82px);
}
@media screen and (min-width: 420px) {
  /* line 35, ../scss/_main-section.scss */
  .main-section__title {
    width: calc(424px - 50px);
  }
}
@media screen and (min-width: 992px) {
  /* line 35, ../scss/_main-section.scss */
  .main-section__title {
    padding: 14px 25px 11px 25px;
    margin-top: 95px;
    margin-bottom: 21px;
    width: calc(978px - 50px);
  }
}
/* line 53, ../scss/_main-section.scss */
.main-section__title h1 {
  font-family: "SourceSerifProBold", sans-serif;
  font-size: 40px;
  line-height: 50px;
}
@media screen and (min-width: 992px) {
  /* line 53, ../scss/_main-section.scss */
  .main-section__title h1 {
    font-size: 46px;
    line-height: 57px;
  }
}
/* line 62, ../scss/_main-section.scss */
.main-section__title h2 {
  font-family: "HKGrotesk-Regular", sans-serif;
  font-size: 30px;
  line-height: 40px;
}
@media screen and (min-width: 992px) {
  /* line 62, ../scss/_main-section.scss */
  .main-section__title h2 {
    font-size: 36px;
    line-height: 48px;
  }
}
/* line 72, ../scss/_main-section.scss */
.main-section__description {
  width: calc(100% - 64px);
  padding: 0px 16px 13px 16px;
}
@media screen and (min-width: 420px) {
  /* line 72, ../scss/_main-section.scss */
  .main-section__description {
    width: calc(424px - 32px);
  }
}
@media screen and (min-width: 992px) {
  /* line 72, ../scss/_main-section.scss */
  .main-section__description {
    width: calc(978px - 110px);
    padding: 42px 55px 46px 55px;
  }
}

/* line 1, ../scss/_slider-section.scss */
.slider-section {
  position: relative;
  margin: 80px auto 0 auto;
  z-index: 10;
}
@media screen and (min-width: 992px) {
  /* line 1, ../scss/_slider-section.scss */
  .slider-section {
    max-width: 1068px;
  }
}
/* line 8, ../scss/_slider-section.scss */
.slider-section__photo {
  box-shadow: 0px 0px 20px #00000029;
  width: 290px;
  height: 375px;
}
@media only screen and (min-width: 480px) {
  /* line 8, ../scss/_slider-section.scss */
  .slider-section__photo {
    width: 328px;
    height: 425px;
  }
}
/* line 16, ../scss/_slider-section.scss */
.slider-section__photo--1 {
  background-image: url(../img/slider-section/tajlandia.jpg);
}
/* line 19, ../scss/_slider-section.scss */
.slider-section__photo--2 {
  background-image: url(../img/slider-section/dominikana.jpg);
}
/* line 22, ../scss/_slider-section.scss */
.slider-section__photo--3 {
  background-image: url(../img/slider-section/wietnam.jpg);
}

/* line 28, ../scss/_slider-section.scss */
.swiper {
  width: 100%;
  height: 100%;
}

/* line 33, ../scss/_slider-section.scss */
.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 1, ../scss/_country-section.scss */
.country-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
}
@media screen and (min-width: 992px) {
  /* line 1, ../scss/_country-section.scss */
  .country-section {
    margin-top: 148px;
  }
}
@media screen and (min-width: 992px) {
  /* line 9, ../scss/_country-section.scss */
  .country-section__box {
    display: flex;
    justify-content: space-between;
  }
}
/* line 15, ../scss/_country-section.scss */
.country-section__box h1 {
  padding: 21px 0 0 0;
}
@media screen and (min-width: 992px) {
  /* line 15, ../scss/_country-section.scss */
  .country-section__box h1 {
    padding: 17px 0 9px 0;
  }
}
/* line 22, ../scss/_country-section.scss */
.country-section__box__image {
  width: 100%;
  flex-shrink: 0;
  position: relative;
}
@media screen and (min-width: 992px) {
  /* line 22, ../scss/_country-section.scss */
  .country-section__box__image {
    width: 444px;
  }
}
/* line 29, ../scss/_country-section.scss */
.country-section__box__image__background {
  width: 100%;
  height: 100%;
}
/* line 33, ../scss/_country-section.scss */
.country-section__box__image__map {
  position: absolute;
}
/* line 38, ../scss/_country-section.scss */
.country-section__info {
  margin-top: 40px;
  color: #032234;
  font-family: "SourceSerifProBold", sans-serif;
  padding: 8px 19px 12px 19px;
  font-size: 26px;
  width: calc(100% - 80px);
}
@media screen and (min-width: 420px) {
  /* line 38, ../scss/_country-section.scss */
  .country-section__info {
    width: calc(424px - 38px);
  }
}
@media screen and (min-width: 992px) {
  /* line 38, ../scss/_country-section.scss */
  .country-section__info {
    width: 978px;
    margin-top: 78px;
    padding: 30px 0 30px 0;
    font-size: 34px;
    text-align: center;
  }
}
/* line 56, ../scss/_country-section.scss */
.country-section__notes {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 992px) {
  /* line 56, ../scss/_country-section.scss */
  .country-section__notes {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 1250px) {
  /* line 56, ../scss/_country-section.scss */
  .country-section__notes {
    flex-wrap: nowrap;
  }
}

/* line 72, ../scss/_country-section.scss */
.note {
  width: 325px;
  height: 325px;
  background-position: center;
  background-size: cover;
  justify-content: center;
  display: flex;
}
@media screen and (min-width: 420px) {
  /* line 72, ../scss/_country-section.scss */
  .note {
    width: 420px;
    height: 420px;
  }
}
@media screen and (min-width: 992px) {
  /* line 72, ../scss/_country-section.scss */
  .note {
    margin: 0px;
  }
}
@media only screen and (min-width: 1340px) {
  /* line 72, ../scss/_country-section.scss */
  .note {
    margin: 0 20px;
  }
}
@media only screen and (min-width: 1480px) {
  /* line 72, ../scss/_country-section.scss */
  .note {
    margin: 0 50px;
  }
}
/* line 92, ../scss/_country-section.scss */
.note p {
  font-size: 14px;
  color: #032234;
  font-family: "HKGrotesk-Regular", sans-serif;
  max-width: 260px;
  text-align: center;
}
@media screen and (min-width: 420px) {
  /* line 92, ../scss/_country-section.scss */
  .note p {
    max-width: 316px;
    font-size: 16px;
    line-height: 25px;
  }
}
/* line 103, ../scss/_country-section.scss */
.note p span {
  font-weight: bold;
}

/* line 110, ../scss/_country-section.scss */
.dominikana .country-map {
  left: 5%;
  top: 40%;
  width: 90%;
}
@media screen and (min-width: 420px) {
  /* line 110, ../scss/_country-section.scss */
  .dominikana .country-map {
    left: 28px;
    top: 244px;
    width: 371px;
  }
}
@media screen and (min-width: 992px) {
  /* line 110, ../scss/_country-section.scss */
  .dominikana .country-map {
    top: 350px;
    left: 47px;
  }
}
/* line 125, ../scss/_country-section.scss */
.dominikana .note--1 {
  background-image: url(../img/dominikana/note-1.png);
}
/* line 127, ../scss/_country-section.scss */
.dominikana .note--1 p {
  margin-top: 40px;
}
/* line 131, ../scss/_country-section.scss */
.dominikana .note--2 {
  background-image: url(../img/dominikana/note-2.png);
  margin-top: -50px;
}
@media screen and (min-width: 420px) {
  /* line 131, ../scss/_country-section.scss */
  .dominikana .note--2 {
    margin-top: -100px;
  }
}
@media screen and (min-width: 992px) {
  /* line 131, ../scss/_country-section.scss */
  .dominikana .note--2 {
    margin-top: 0px;
  }
}
/* line 140, ../scss/_country-section.scss */
.dominikana .note--2 p {
  margin-top: 110px;
}
@media screen and (min-width: 420px) {
  /* line 140, ../scss/_country-section.scss */
  .dominikana .note--2 p {
    margin-top: 140px;
  }
}
/* line 147, ../scss/_country-section.scss */
.dominikana .note--3 {
  background-image: url(../img/dominikana/note-3.png);
  margin-top: -30px;
}
@media screen and (min-width: 420px) {
  /* line 147, ../scss/_country-section.scss */
  .dominikana .note--3 {
    margin-top: -60px;
  }
}
@media screen and (min-width: 992px) {
  /* line 147, ../scss/_country-section.scss */
  .dominikana .note--3 {
    margin-top: 0px;
  }
}
/* line 156, ../scss/_country-section.scss */
.dominikana .note--3 p {
  margin-top: 40px;
}

@media screen and (min-width: 992px) {
  /* line 164, ../scss/_country-section.scss */
  .tajlandia .country-section__box {
    flex-direction: row-reverse;
  }
}
/* line 169, ../scss/_country-section.scss */
.tajlandia .country-map {
  left: 30%;
  top: 40%;
  width: 40%;
}
@media screen and (min-width: 420px) {
  /* line 169, ../scss/_country-section.scss */
  .tajlandia .country-map {
    left: 138px;
    top: 217px;
    width: 181px;
  }
}
@media screen and (min-width: 992px) {
  /* line 169, ../scss/_country-section.scss */
  .tajlandia .country-map {
    top: 212px;
    left: 123px;
    width: 256px;
  }
}
/* line 185, ../scss/_country-section.scss */
.tajlandia .note--1 {
  background-image: url(../img/tajlandia/note-1.png);
}
/* line 187, ../scss/_country-section.scss */
.tajlandia .note--1 p {
  margin-top: 40px;
}
/* line 191, ../scss/_country-section.scss */
.tajlandia .note--2 {
  background-image: url(../img/tajlandia/note-2.png);
  margin-top: -50px;
}
@media screen and (min-width: 420px) {
  /* line 191, ../scss/_country-section.scss */
  .tajlandia .note--2 {
    margin-top: -100px;
  }
}
@media screen and (min-width: 992px) {
  /* line 191, ../scss/_country-section.scss */
  .tajlandia .note--2 {
    margin-top: 0px;
  }
}
/* line 200, ../scss/_country-section.scss */
.tajlandia .note--2 p {
  margin-left: 18px;
  margin-top: 94px;
}
@media screen and (min-width: 420px) {
  /* line 200, ../scss/_country-section.scss */
  .tajlandia .note--2 p {
    margin-top: 120px;
    margin-left: 0px;
  }
}
/* line 209, ../scss/_country-section.scss */
.tajlandia .note--3 {
  background-image: url(../img/tajlandia/note-3.png);
  margin-top: -30px;
}
@media screen and (min-width: 420px) {
  /* line 209, ../scss/_country-section.scss */
  .tajlandia .note--3 {
    margin-top: -60px;
  }
}
@media screen and (min-width: 992px) {
  /* line 209, ../scss/_country-section.scss */
  .tajlandia .note--3 {
    margin-top: 0px;
  }
}
/* line 218, ../scss/_country-section.scss */
.tajlandia .note--3 p {
  margin-top: 40px;
}

/* line 226, ../scss/_country-section.scss */
.wietnam .country-map {
  left: 35%;
  top: 40%;
  width: 30%;
}
@media screen and (min-width: 420px) {
  /* line 226, ../scss/_country-section.scss */
  .wietnam .country-map {
    left: 128px;
    top: 226px;
    width: 139px;
  }
}
@media screen and (min-width: 992px) {
  /* line 226, ../scss/_country-section.scss */
  .wietnam .country-map {
    top: 320px;
    left: 158px;
  }
}
/* line 241, ../scss/_country-section.scss */
.wietnam .note--1 {
  background-image: url(../img/wietnam/note-1.png);
}
/* line 243, ../scss/_country-section.scss */
.wietnam .note--1 p {
  margin-top: 40px;
}
/* line 247, ../scss/_country-section.scss */
.wietnam .note--2 {
  background-image: url(../img/wietnam/note-2.png);
  margin-top: -50px;
}
@media screen and (min-width: 420px) {
  /* line 247, ../scss/_country-section.scss */
  .wietnam .note--2 {
    margin-top: -100px;
  }
}
@media screen and (min-width: 992px) {
  /* line 247, ../scss/_country-section.scss */
  .wietnam .note--2 {
    margin-top: 0px;
  }
}
/* line 256, ../scss/_country-section.scss */
.wietnam .note--2 p {
  margin-top: 70px;
}
/* line 260, ../scss/_country-section.scss */
.wietnam .note--3 {
  background-image: url(../img/wietnam/note-3.png);
  margin-top: -30px;
}
@media screen and (min-width: 420px) {
  /* line 260, ../scss/_country-section.scss */
  .wietnam .note--3 {
    margin-top: -60px;
  }
}
@media screen and (min-width: 992px) {
  /* line 260, ../scss/_country-section.scss */
  .wietnam .note--3 {
    margin-top: 0px;
  }
}
/* line 269, ../scss/_country-section.scss */
.wietnam .note--3 p {
  margin-top: 40px;
}

/* line 1, ../scss/_summup-section.scss */
.summup-section {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 992px) {
  /* line 1, ../scss/_summup-section.scss */
  .summup-section {
    margin-top: 50px;
  }
}
/* line 8, ../scss/_summup-section.scss */
.summup-section__logo {
  padding: 25px 0;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 992px) {
  /* line 8, ../scss/_summup-section.scss */
  .summup-section__logo {
    margin-top: 70px;
  }
}
/* line 15, ../scss/_summup-section.scss */
.summup-section__logo__svg {
  width: 302px;
  height: 51px;
  background-image: url(../img/main-section/logo.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 992px) {
  /* line 15, ../scss/_summup-section.scss */
  .summup-section__logo__svg {
    width: 407px;
    height: 70px;
  }
}
/* line 28, ../scss/_summup-section.scss */
.summup-section__image-box {
  margin: 30px 0 55px 0;
}
@media screen and (min-width: 992px) {
  /* line 28, ../scss/_summup-section.scss */
  .summup-section__image-box {
    margin: 0px 0 82px 0;
  }
}
/* line 33, ../scss/_summup-section.scss */
.summup-section__image-box img {
  width: 100%;
}
@media screen and (min-width: 992px) {
  /* line 33, ../scss/_summup-section.scss */
  .summup-section__image-box img {
    height: 440px;
  }
}
/* line 39, ../scss/_summup-section.scss */
.summup-section__image-box__text {
  width: calc(100% - 64px);
  padding: 6px 16px 33px 16px;
}
@media screen and (min-width: 420px) {
  /* line 39, ../scss/_summup-section.scss */
  .summup-section__image-box__text {
    width: calc(424px - 32px);
  }
}
@media screen and (min-width: 992px) {
  /* line 39, ../scss/_summup-section.scss */
  .summup-section__image-box__text {
    width: calc(978px - 110px);
    padding: 0px 55px 17px 55px;
  }
}
/* line 49, ../scss/_summup-section.scss */
.summup-section__image-box__text span {
  font-weight: bold;
}
/* line 52, ../scss/_summup-section.scss */
.summup-section__image-box__text h1 {
  font-size: 34px;
  margin-top: 19px;
}
@media screen and (min-width: 992px) {
  /* line 52, ../scss/_summup-section.scss */
  .summup-section__image-box__text h1 {
    font-size: 36px;
  }
}
/* line 59, ../scss/_summup-section.scss */
.summup-section__image-box__text p {
  margin-top: 21px;
}
/* line 66, ../scss/_summup-section.scss */
.summup-section__image-box__text a {
  font-weight: bold;
  color: #032234;
}

/* line 1, ../scss/_footer.scss */
.footer {
  padding: 28px 0 138px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 992px) {
  /* line 1, ../scss/_footer.scss */
  .footer {
    padding: 23px 0 229px 0;
  }
}
/* line 13, ../scss/_footer.scss */
.footer__text {
  margin-top: 10px;
  font-size: 20px;
  line-height: 25px;
  color: white;
  font-family: "HKGrotesk-Regular", sans-serif;
  text-align: center;
  padding: 0 16px;
  max-width: 360px;
}
@media screen and (min-width: 992px) {
  /* line 13, ../scss/_footer.scss */
  .footer__text {
    max-width: 100%;
  }
}
/* line 25, ../scss/_footer.scss */
.footer__text a {
  text-decoration: none;
  color: white;
}

/* line 16, ../scss/style.scss */
* {
  margin: 0;
  padding: 0;
}

/* line 21, ../scss/style.scss */
body {
  overflow-x: hidden;
}

/* line 25, ../scss/style.scss */
.mobile {
  display: block;
}
@media screen and (min-width: 992px) {
  /* line 25, ../scss/style.scss */
  .mobile {
    display: none;
  }
}

/* line 32, ../scss/style.scss */
.desktop {
  display: none;
}
@media screen and (min-width: 992px) {
  /* line 32, ../scss/style.scss */
  .desktop {
    display: block;
  }
}
