/* ************************************************************************
   ************************************************************************

    COMMON SETTINGS

   ************************************************************************
   ************************************************************************ */
/* ------------------------------
    RESPONSIVE SETTINGS
  ------------------------------ */
/* ------------------------------
    FONT
  ------------------------------ */
@font-face {
  font-family: "Quentin";
  src: url("../fonts/Quentin.otf") format("opentype");
}
.t__min {
  font-family: cormorant-garamond, shippori-mincho, sans-serif !important;
}

/* ------------------------------
    COLOR SETTINGS
  ------------------------------ */
/* ------------------------------
    MIXIN
  ------------------------------ */
/* ------------------------------
    TRANSITION TIMING
  ------------------------------ */
/* ------------------------------
    KEYFRAME
  ------------------------------ */
@-webkit-keyframes scrollDown {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: center top;
            transform-origin: center top;
  }
  45% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: center top;
            transform-origin: center top;
  }
  55% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
  100% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
}
@keyframes scrollDown {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: center top;
            transform-origin: center top;
  }
  45% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: center top;
            transform-origin: center top;
  }
  55% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
  100% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
}
@-webkit-keyframes loopCl {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes loopCl {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes loopClRv {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes loopClRv {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@-webkit-keyframes floatAnim {
  0% {
    -webkit-transform: scale(1) translatey(0);
            transform: scale(1) translatey(0);
  }
  20% {
    -webkit-transform: scale(1.025) translatey(2rem);
            transform: scale(1.025) translatey(2rem);
  }
  40% {
    -webkit-transform: scale(1) translatey(0);
            transform: scale(1) translatey(0);
  }
  60% {
    -webkit-transform: scale(1.025) translatey(2rem);
            transform: scale(1.025) translatey(2rem);
  }
  80% {
    -webkit-transform: scale(1) translatey(0);
            transform: scale(1) translatey(0);
  }
  100% {
    -webkit-transform: scale(1.025) translatey(2rem);
            transform: scale(1.025) translatey(2rem);
  }
}
@keyframes floatAnim {
  0% {
    -webkit-transform: scale(1) translatey(0);
            transform: scale(1) translatey(0);
  }
  20% {
    -webkit-transform: scale(1.025) translatey(2rem);
            transform: scale(1.025) translatey(2rem);
  }
  40% {
    -webkit-transform: scale(1) translatey(0);
            transform: scale(1) translatey(0);
  }
  60% {
    -webkit-transform: scale(1.025) translatey(2rem);
            transform: scale(1.025) translatey(2rem);
  }
  80% {
    -webkit-transform: scale(1) translatey(0);
            transform: scale(1) translatey(0);
  }
  100% {
    -webkit-transform: scale(1.025) translatey(2rem);
            transform: scale(1.025) translatey(2rem);
  }
}
@-webkit-keyframes BoudingMarker {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-200%);
            transform: translateY(-200%);
  }
  5% {
    opacity: 1;
    -webkit-transform: translateY(-200%);
            transform: translateY(-200%);
  }
  85% {
    opacity: 1;
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@keyframes BoudingMarker {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-200%);
            transform: translateY(-200%);
  }
  5% {
    opacity: 1;
    -webkit-transform: translateY(-200%);
            transform: translateY(-200%);
  }
  85% {
    opacity: 1;
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@-webkit-keyframes rotateLoop {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotateLoop {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
body {
  position: relative;
}

img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.pageContainer {
  background: #ececec;
  margin: 0 auto;
}
@media screen and (min-width: 320px) {
  .pageContainer {
    width: 100vw;
  }
}
@media screen and (min-width: 1025px) {
  .pageContainer {
    width: 620px;
    -webkit-box-shadow: 0px 0px 5rem 0px rgba(31, 20, 13, 0.5);
            box-shadow: 0px 0px 5rem 0px rgba(31, 20, 13, 0.5);
  }
}

.officialAppTop .topInner {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 320px) {
  .officialAppTop .topInner {
    height: 95vh;
    height: 95svh;
  }
}
@media screen and (min-width: 600px) {
  .officialAppTop .topInner {
    height: 100vh;
    height: 100svh;
  }
}
.officialAppTop .topTitle {
  position: absolute;
  z-index: 3;
}
@media screen and (min-width: 320px) {
  .officialAppTop .topTitle {
    width: 12.5rem;
    top: 16.5%;
    left: 3.5%;
  }
}
@media screen and (min-width: 600px) {
  .officialAppTop .topTitle {
    width: 30%;
    top: 16.5%;
    left: 5%;
  }
}
.officialAppTop .topMockup_wrapper {
  position: absolute;
  left: 0;
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 320px) {
  .officialAppTop .topMockup_wrapper {
    top: 16.4%;
  }
}
@media screen and (min-width: 600px) {
  .officialAppTop .topMockup_wrapper {
    top: 16.4%;
  }
}
@media screen and (min-width: 1025px) {
  .officialAppTop .topMockup_wrapper {
    top: 16.4%;
  }
}
.officialAppTop .topMockup {
  position: relative;
}
@media screen and (min-width: 320px) {
  .officialAppTop .topMockup {
    width: 115%;
    right: 7%;
  }
}
@media screen and (min-width: 600px) {
  .officialAppTop .topMockup {
    width: 90%;
    right: -5%;
  }
}
.officialAppTop .topContents {
  position: absolute;
  bottom: 5vh;
  left: 50%;
  width: 90%;
  color: #FFF;
  z-index: 2;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 620px;
}
.officialAppTop .topHeading {
  font-weight: 900;
  line-height: 1.391;
}
@media screen and (min-width: 320px) {
  .officialAppTop .topHeading {
    font-size: 3rem;
    letter-spacing: 0.1rem;
  }
}
@media screen and (min-width: 600px) {
  .officialAppTop .topHeading {
    font-size: 48px;
    letter-spacing: 1.5px;
  }
}
.officialAppTop .topText {
  font-family: oswald, sans-serif;
  font-weight: 700;
  margin: 1.5rem 0 0 0.7rem;
}
@media screen and (min-width: 320px) {
  .officialAppTop .topText {
    font-size: 0.8rem;
    letter-spacing: 0.07rem;
  }
}
@media screen and (min-width: 600px) {
  .officialAppTop .topText {
    font-size: 13px;
    letter-spacing: 1.1px;
  }
}
.officialAppTop .topBg {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 1;
}
.officialAppTop .topBg.top {
  bottom: 10.2vh;
}
.officialAppTop .topBg.bottom {
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}
@media screen and (min-width: 320px) {
  .officialAppTop .topBg.bottom {
    top: 84.8vh;
  }
}
@media screen and (min-width: 600px) {
  .officialAppTop .topBg.bottom {
    top: 89.8vh;
  }
}
.officialAppTop .topNews {
  position: relative;
  -webkit-box-shadow: 0px 0px 57px 3px rgba(40, 41, 41, 0.15);
          box-shadow: 0px 0px 57px 3px rgba(40, 41, 41, 0.15);
  background-color: rgba(255, 255, 255, 0.2);
  z-index: 1;
  margin: 0 auto;
  width: 90%;
  max-width: 620px;
}
@media screen and (min-width: 320px) {
  .officialAppTop .topNews {
    border-radius: 0.8rem;
  }
}
@media screen and (min-width: 600px) {
  .officialAppTop .topNews {
    border-radius: 12px;
  }
}
.officialAppTop .topNews .newsInner {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 320px) {
  .officialAppTop .topNews .newsInner {
    padding: 1.2rem;
  }
}
@media screen and (min-width: 600px) {
  .officialAppTop .topNews .newsInner {
    padding: 19px;
  }
}
.officialAppTop .topNews .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.officialAppTop .topNews .time {
  font-weight: 700;
  font-size: 0.8rem;
  margin-right: 0.4rem;
}
.officialAppTop .topNews .category {
  color: #FFF;
  font-weight: 700;
  background: #1c2652;
}
@media screen and (min-width: 320px) {
  .officialAppTop .topNews .category {
    font-size: 0.8rem;
    border-radius: 0.4rem;
    padding: 0.2rem 0.8rem 0.3rem;
  }
}
@media screen and (min-width: 600px) {
  .officialAppTop .topNews .category {
    font-size: 13px;
    border-radius: 6px;
    padding: 3px 12px 5px;
  }
}
.officialAppTop .topNews .category:nth-of-type(2n) {
  color: #1c2652;
  background: transparent;
  border: 1px solid #1c2652;
}
.officialAppTop .topNews .newsTitle {
  color: #FFF;
  font-weight: 700;
}
@media screen and (min-width: 320px) {
  .officialAppTop .topNews .newsTitle {
    font-size: 1.2rem;
    margin-top: 0.8rem;
  }
}
@media screen and (min-width: 600px) {
  .officialAppTop .topNews .newsTitle {
    font-size: 19px;
    margin-top: 12px;
  }
}

.badgeWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2rem;
  width: 100%;
}
.badgeWrapper .badgeAppStore, .badgeWrapper .badgeGPlay {
  width: 43%;
}
.badgeWrapper .badgeGPlay {
  width: 54%;
}

.officialAppAbout {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
@media screen and (min-width: 320px) {
  .officialAppAbout {
    padding: 4.4rem 5% 0;
  }
}
@media screen and (min-width: 600px) {
  .officialAppAbout {
    padding: 70px 5% 0;
  }
}
@media screen and (min-width: 320px) {
  .officialAppAbout .officialAppTitle {
    letter-spacing: 0.5rem;
  }
}
@media screen and (min-width: 600px) {
  .officialAppAbout .officialAppTitle {
    letter-spacing: 6px;
  }
}
.officialAppAbout .desc {
  font-weight: 700;
  text-align: center;
  line-height: 1.84;
}
@media screen and (min-width: 320px) {
  .officialAppAbout .desc {
    font-size: 1.3rem;
    margin-top: 2rem;
  }
}
@media screen and (min-width: 600px) {
  .officialAppAbout .desc {
    font-size: 21px;
    margin-top: 32px;
  }
}
.officialAppAbout .aboutList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 620px;
}
@media screen and (min-width: 320px) {
  .officialAppAbout .aboutList {
    margin-top: 1.8rem;
    gap: 8rem 0;
  }
}
@media screen and (min-width: 600px) {
  .officialAppAbout .aboutList {
    width: 90%;
    margin-top: 40px;
    gap: 126px 0;
  }
}
.officialAppAbout .aboutItem {
  position: relative;
  width: 77%;
}
.officialAppAbout .aboutItem:nth-child(2) .itemDesc {
  bottom: -1.5rem;
  right: unset;
  left: -15%;
}
.officialAppAbout .itemDesc {
  position: absolute;
  bottom: -1.5rem;
  right: -15%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
}
.officialAppAbout .itemBg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (min-width: 320px) {
  .officialAppAbout .itemBg {
    width: 35rem;
  }
}
@media screen and (min-width: 600px) {
  .officialAppAbout .itemBg {
    width: 552px;
  }
}
.officialAppAbout .itemTag {
  color: #c11830;
  font-family: oswald, sans-serif;
  background: #FFF;
}
@media screen and (min-width: 320px) {
  .officialAppAbout .itemTag {
    font-size: 0.8rem;
    border-radius: 2rem;
    padding: 0.6rem 1.6rem 0.3rem;
    letter-spacing: 0.08rem;
  }
}
@media screen and (min-width: 600px) {
  .officialAppAbout .itemTag {
    font-size: 13px;
    border-radius: 32px;
    padding: 9.5px 25px 4.7px;
    letter-spacing: 1.2px;
  }
}
.officialAppAbout .itemTitle {
  color: #FFF;
  font-weight: 900;
  text-align: center;
}
@media screen and (min-width: 320px) {
  .officialAppAbout .itemTitle {
    font-size: 1.4rem;
    margin-top: 1.2rem;
  }
}
@media screen and (min-width: 600px) {
  .officialAppAbout .itemTitle {
    font-size: 24px;
    margin-top: 18px;
  }
}
.officialAppAbout .itemText {
  color: #FFF;
  line-height: 1.643;
  text-align: center;
}
@media screen and (min-width: 320px) {
  .officialAppAbout .itemText {
    font-size: 0.8rem;
    margin-top: 1rem;
  }
}
@media screen and (min-width: 600px) {
  .officialAppAbout .itemText {
    font-size: 13px;
    margin-top: 16px;
  }
}
.officialAppAbout .functionWrapper {
  width: 100%;
  background: #c11830;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 620px;
}
@media screen and (min-width: 320px) {
  .officialAppAbout .functionWrapper {
    margin-top: 12.7rem;
    border-radius: 1rem;
    padding: 3rem 9%;
  }
}
@media screen and (min-width: 600px) {
  .officialAppAbout .functionWrapper {
    margin-top: 200px;
    border-radius: 16px;
    padding: 47px 9%;
  }
}
.officialAppAbout .functionHeading {
  position: relative;
  color: #FFF;
  font-weight: 700;
}
@media screen and (min-width: 320px) {
  .officialAppAbout .functionHeading {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 600px) {
  .officialAppAbout .functionHeading {
    font-size: 22px;
  }
}
.officialAppAbout .functionHeading::before {
  position: absolute;
  content: "";
  background: #FFF;
}
@media screen and (min-width: 320px) {
  .officialAppAbout .functionHeading::before {
    bottom: -0.6rem;
    left: -1.5rem;
    width: calc(100% + 3rem);
    height: 3px;
  }
}
@media screen and (min-width: 600px) {
  .officialAppAbout .functionHeading::before {
    bottom: -10px;
    left: -24px;
    width: calc(100% + 48px);
    height: 4px;
  }
}
.officialAppAbout .functionList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
@media screen and (min-width: 320px) {
  .officialAppAbout .functionList {
    margin-top: 3.5rem;
    gap: 2.7rem 0;
  }
}
@media screen and (min-width: 600px) {
  .officialAppAbout .functionList {
    margin-top: 55px;
    gap: 42px 0;
  }
}
.officialAppAbout .functionItem {
  width: 47%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.officialAppAbout .functionIcon {
  width: 100%;
  aspect-ratio: 1/1;
  -webkit-box-shadow: -3px -3px 4px 0 rgb(224, 46, 45), 3px 3px 4px 0 rgb(155, 4, 4);
          box-shadow: -3px -3px 4px 0 rgb(224, 46, 45), 3px 3px 4px 0 rgb(155, 4, 4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 320px) {
  .officialAppAbout .functionIcon {
    border-radius: 1rem;
  }
}
@media screen and (min-width: 600px) {
  .officialAppAbout .functionIcon {
    border-radius: 16px;
  }
}
.officialAppAbout .functionSvg {
  width: 45%;
  fill: #FFF;
}
.officialAppAbout .functionImg {
  width: 65%;
}
.officialAppAbout .functionTitle {
  color: #FFF;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 320px) {
  .officialAppAbout .functionTitle {
    font-size: 1rem;
    margin-top: 1rem;
  }
}
@media screen and (min-width: 600px) {
  .officialAppAbout .functionTitle {
    font-size: 16px;
    margin-top: 16px;
  }
}

.officialAppTitle {
  color: #FFF;
  font-family: oswald, sans-serif;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-align: center;
}
@media screen and (min-width: 320px) {
  .officialAppTitle {
    font-size: 10rem;
    text-underline-offset: 1.2rem;
  }
}
@media screen and (min-width: 600px) {
  .officialAppTitle {
    font-size: 157px;
    text-underline-offset: 19px;
  }
}

.officialAppHowto {
  margin-top: 2rem;
  overflow: hidden;
}
.officialAppHowto .howtoHeading {
  font-weight: 900;
  font-size: 1.9rem;
  margin-top: 0.2rem;
  text-align: center;
}
.officialAppHowto .swiper {
  width: 73%;
  overflow: visible;
  margin-top: 2.5rem;
}
.officialAppHowto .btnWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 2.5rem;
  margin-top: 4rem;
}
.officialAppHowto .swiperBtn {
  position: relative;
  width: 10rem;
  height: 4rem;
  border-radius: 0.8rem;
  -webkit-box-shadow: -3px -3px 4px 0 rgb(255, 255, 255), 3px 3px 4px 0 rgb(217, 217, 217);
          box-shadow: -3px -3px 4px 0 rgb(255, 255, 255), 3px 3px 4px 0 rgb(217, 217, 217);
  margin-top: 0;
}
.officialAppHowto .swiperBtn::after {
  content: none;
}
.officialAppHowto .swiperBtn.prev .btnText {
  margin-left: 1rem;
}
.officialAppHowto .swiperBtn.prev .btnSvg {
  left: 1rem;
}
.officialAppHowto .swiperBtn.next .btnText {
  margin-right: 1rem;
}
.officialAppHowto .swiperBtn.next .btnSvg {
  right: 1rem;
}
.officialAppHowto .btnText {
  color: #121212;
  font-family: oswald, sans-serif;
  font-size: 1.1rem;
}
.officialAppHowto .btnSvg {
  position: absolute;
  top: calc(50% - 0.9rem);
  height: 1.8rem;
  stroke: #c11830;
}
.officialAppHowto .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFF;
  border-radius: 1rem;
  padding: 1.5rem 1rem 2rem;
}
.officialAppHowto .step {
  color: #c11830;
  font-family: oswald, sans-serif;
  font-weight: 900;
  font-size: 1.9rem;
  letter-spacing: 0.1rem;
}
.officialAppHowto .howtoImg {
  width: 86%;
}
.officialAppHowto .howtoTitle {
  font-size: 1.25rem;
  margin-top: 2.2rem;
}
.officialAppHowto .badgeWrapper {
  width: 100%;
  margin-top: 1rem;
}

.officialAppCv {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 320px) {
  .officialAppCv {
    margin-top: 6.7rem;
    padding: 4rem 5% 7rem;
  }
}
@media screen and (min-width: 600px) {
  .officialAppCv {
    margin-top: 105px;
    padding: 94px 5% 189px;
  }
}
.officialAppCv .cvBg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.officialAppCv .cvTitle {
  position: relative;
  width: 73.4%;
}
.officialAppCv .badgeWrapper {
  position: relative;
}
@media screen and (min-width: 320px) {
  .officialAppCv .badgeWrapper {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 600px) {
  .officialAppCv .badgeWrapper {
    margin-top: 48px;
  }
}
.officialAppCv .cvText {
  position: relative;
  color: #FFF;
  text-align: center;
}
@media screen and (min-width: 320px) {
  .officialAppCv .cvText {
    font-size: 0.75rem;
    margin-top: 2rem;
  }
}
@media screen and (min-width: 600px) {
  .officialAppCv .cvText {
    font-size: 12px;
    margin-top: 32px;
  }
}

#globalFooter {
  margin-top: 0;
}/*# sourceMappingURL=official-app.css.map */