.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

header {
  background-image: url(../images/ig-bg.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 103%;
  height: 100vh;
  max-height: 563px;
  min-height: 560px;
}

header nav {
  background-color: rgba(255, 255, 255, 0.9);
}

header .title-left {
  width: 97%;
  margin: 86px 10px 49vw;
}

header .title-left::before {
  content: "";
  display: inline-block;
  height: 100px;
  width: 100px;
  background-image: url(../images/ig-logo.png);
  background-size: contain;
  margin-right: 10px;
}

header .title-left .title1111 {
  margin-bottom: 5px;
  letter-spacing: 3px;
  white-space: nowrap;
  vertical-align: bottom;
  display: inline-block;
}

header .title-left p {
  width: auto;
  padding: 20px 0;
  letter-spacing: 2.8px;
  margin-right: 0;
  max-width: 934px;
}

header .title-left a {
  margin-top: 15px;
  padding: 9px 32px 7px;
  margin-left: 15px;
  border-radius: 100px;
  -webkit-box-shadow: 0 3px 6px rgba(214, 54, 79, 0.47);
          box-shadow: 0 3px 6px rgba(214, 54, 79, 0.47);
  font-size: 1.7rem;
  display: inline-block;
}

header .title-left a::first-letter {
  margin-right: 10px;
}

#ig-1 .stage {
  height: 300px;
}

#ig-1 .stage:before {
  content: "";
  display: block;
  position: absolute;
  width: 70%;
  height: 20%;
  border-radius: 100%;
  background: #F2F2F2;
  bottom: 5%;
  left: 15%;
}

#ig-1 .stage .toy {
  width: 19%;
  position: absolute;
  display: inline-block;
  bottom: 69%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#ig-1 .stage .toy .text {
  opacity: 0;
  -webkit-transform: 0.2s;
          transform: 0.2s;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  position: absolute;
  -webkit-transform: translateX(-119%) translateY(23px);
          transform: translateX(-119%) translateY(23px);
}

#ig-1 .stage .toy .text h5 {
  color: #000000;
  font-size: 2rem;
  letter-spacing: 1.5px;
  font-weight: 600;
}

#ig-1 .stage .toy .text p {
  z-index: 1;
  font-size: 1.6rem;
  line-height: 1.9;
  color: #060606;
  letter-spacing: 1.5px;
  border-left: 1px solid #D0324B;
  white-space: nowrap;
}

#ig-1 .stage .toy img {
  width: 100%;
}

#ig-1 .stage .toy.active {
  left: 63%;
  bottom: 3%;
  width: 58%;
}

#ig-1 .stage .toy.prev {
  left: 92%;
}

#ig-1 .stage .toy.next {
  left: 10%;
}

#ig-1 .stage .toy.zindex {
  z-index: 1;
}

#ig-1 .stage .toy.zindex .text {
  opacity: 1;
}

#ig-1 .midtitle {
  margin: 35px 0 0;
}

#ig-1 i {
  color: #D0324B;
  position: absolute;
  bottom: 0;
  -webkit-transform: scale(3) translateY(-24px) translateX(50%);
          transform: scale(3) translateY(-24px) translateX(50%);
  left: 13px;
  cursor: pointer;
}

#ig-1 i:nth-last-child(1) {
  -webkit-transform: scale(3) translateY(-22px) translateX(-50%);
          transform: scale(3) translateY(-22px) translateX(-50%);
  left: auto;
  right: 18px;
}

#ig-2 {
  text-align: center;
}

#ig-2 video {
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.16);
          box-shadow: 0 5px 5px rgba(0, 0, 0, 0.16);
  margin-bottom: 2rem;
}

#ig-2 h2 {
  margin: 108px 0 34px;
}

#ig-2 .col-12 {
  padding: 20px 32px 32px 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #F6F6F6;
  margin-bottom: 30px;
  -webkit-box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.16);
}

#ig-2 .col-12 img:first-child {
  width: 22%;
  margin: 12px 0;
}

#ig-2 .col-12 span {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: left;
}

#ig-2 .col-12 .more {
  width: 6px;
}

#ig-2 .col-12 .content {
  -webkit-box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.16);
  margin-bottom: 21.6px;
  cursor: pointer;
  width: 96%;
}

#ig-2 .col-12 img:nth-child(5) {
  width: 100%;
  margin-bottom: 2rem;
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.16);
          box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.16);
}

#ig-2 .col-12 img:nth-child(6) {
  width: 100%;
}

#ig-2 .col-12 .th3 {
  margin: 13px 0 10px;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: left;
}

#ig-2 .col-12 p {
  font-size: 1.5rem;
  text-align: left;
  color: #707070;
  line-height: 1.5;
  max-width: 96%;
}

#ig-2 .row {
  padding: 0 6%;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

#ig-2 a {
  margin: 53px 0 59px 0;
}

@media (max-width: 355px) {
  .title1111 {
    font-size: 1.8rem;
  }
  header .title-left a {
    padding: 9px 28px 7px;
    font-size: 1.6rem;
  }
}

@media (min-width: 356px) and (max-width: 510px) {
  .title1111 {
    font-size: 2.3rem;
  }
}

@media (min-width: 489px) {
  #ig-1 .stage {
    height: 380px;
  }
  #ig-1 .stage .toy.active {
    left: 61%;
    bottom: 11%;
    width: 48%;
  }
}

@media (min-width: 576px) {
  header .title-left p {
    padding: 20px 17px;
  }
  #ig-2 .col-12 .more {
    width: auto;
    -webkit-transform: translateX(-28px);
            transform: translateX(-28px);
  }
}

@media (min-width: 768px) {
  header .title-left div br {
    display: none;
  }
  header .title-left a {
    font-size: 2.5rem;
  }
  header .title-left a::first-letter {
    margin-right: 2.5rem;
  }
  #ig-2 .col-md-6 {
    margin-bottom: 64px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 44%;
            flex: 0 0 44%;
    max-width: 47%;
  }
}

@media (min-width: 992px) {
  header {
    max-height: 830px;
    background-size: 90%;
  }
  header .title-left {
    margin-top: 24vh;
    width: 87%;
  }
  header .title-left::before {
    margin-right: 63px;
    height: 249px;
    width: 249px;
    float: left;
  }
  #ig-1 .midtitle {
    margin: 76px 0;
  }
  #ig-1 .stage .toy {
    bottom: 50%;
  }
  #ig-1 .stage .toy.active {
    left: 55%;
    bottom: 11%;
    width: 40%;
  }
  #ig-1 .stage .toy .text {
    -webkit-transform: translateX(-111%);
            transform: translateX(-111%);
  }
  #ig-1 .stage .toy .text h5 {
    font-size: 2.5rem;
  }
  #ig-1 .stage .toy .text p {
    font-size: 1.8rem;
  }
  #ig-1 i {
    -webkit-transform: scale(3.5) translateY(-24px) translateX(50%);
            transform: scale(3.5) translateY(-24px) translateX(50%);
    left: 33px;
  }
  #ig-1 i:nth-last-child(1) {
    -webkit-transform: scale(3.5) translateY(-22px) translateX(-50%);
            transform: scale(3.5) translateY(-22px) translateX(-50%);
    right: 38px;
  }
  #ig-2 .row {
    padding: 0;
  }
  #ig-2 h2 {
    margin: 157px 0 89px;
  }
  #ig-2 .col-12 img:first-child {
    width: auto;
    margin: 0;
  }
  #ig-2 a {
    margin: 53px 0 169px 0;
  }
}

@media (min-width: 1200px) {
  #ig-2 .row {
    padding: 0 6%;
  }
}

@media (min-width: 1500px) {
  header {
    max-height: 1100px;
  }
  #ig-1 .stage {
    height: 454px;
  }
  #ig-2 .row {
    padding: 0;
  }
}
/*# sourceMappingURL=ig.css.map */