@font-face {
  font-family: Myriad Pro;
  src: url(../../fonts/MYRIADPRO-BOLDIT.OTF);
  font-weight: 700;
}
@font-face {
  font-family: Myriad Pro;
  src: url(../../fonts/MyriadPro-Regular.otf);
  font-weight: 400;
}
@font-face {
  font-family: SFU Novarese;
  src: url(../../fonts/SFUNovareseBold.TTF);
}
@font-face {
  font-family: SFU Novarese;
  src: url(../../fonts/SFUNovareseBoldItalic.TTF);
}
@font-face {
  font-family: SFU NovareseBook;
  src: url(../../fonts/SFUNovareseBookItalic.TTF);
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: SFU NovareseBook;
  src: url(../../fonts/SFUNovareseBook.TTF);
  font-weight: 400;
}
@font-face {
  font-family: NBNImpact;
  src: url(../../fonts/NBNImpact.otf);
  font-weight: 700;
}
body {
  max-width: 1500px !important;
  margin: auto;
  font-family: SFU NovareseBook;
  overflow-x: hidden;
}

@media (min-width: 1280px) {
  .container {
    max-width: 1160px !important;
    padding: 0 85px;
  }
}

h1 {
  font-family: SFU NovareseBook;
  font-size: 70px;
  color: #1E4963;
  text-align: center;
  line-height: 100px;
}

@media (min-width: 1200px) {
  h1 {
    font-size: 100px;
  }
}
h2 {
  font-family: NBNImpact;
  font-size: 38px;
  text-transform: uppercase;
  color: #1E4963;
  font-weight: 700;
  text-align: center;
}

@media (min-width: 1200px) {
  h2 {
    font-size: 57px;
  }
}
h3 {
  font-size: 30px;
  font-family: SFU NovareseBook;
  text-align: center;
}

@media (min-width: 1200px) {
  h3 {
    font-size: 60px;
  }
}
h4 {
  font-size: 25px;
  font-family: SFU NovareseBook;
  font-weight: 700;
  color: #1E4963;
  text-align: center;
}

@media (min-width: 1200px) {
  h4 {
    font-size: 42px;
  }
}
p {
  font-family: SFU NovareseBook;
  font-size: 18px;
  color: #1E4963;
  margin-bottom: 15px;
  padding: 0px 15px;
  text-align: justify;
}

@media (min-width: 1200px) {
  p {
    padding: 0px 60px;
  }
}
p:first-letter {
  padding-left: 24px;
}

.box-text {
  background: #0071BC;
  color: #FFFFFF;
}

section#work-art-1 {
  position: relative;
  margin-top: 25px;
  margin-bottom: 50px;
}

@media (min-width: 1200px) {
  section#work-art-1 img {
    transform: translateX(-15%);
  }
}
section#work-art-1 .box-text {
  padding: 30px 50px;
  font-size: 16px;
  font-weight: 700;
  width: 100%;
  top: 50%;
  right: -15%;
}

@media (min-width: 1200px) {
  section#work-art-1 .box-text {
    padding: 30px 94px;
    font-size: 42px;
    position: absolute;
    width: 776px;
    transform: translateY(-50%);
  }
}
section#work-art-1 .box-text span {
  font-size: 21px;
}

@media (min-width: 1200px) {
  section#work-art-1 .box-text span {
    font-size: 60px;
  }
}
section#work-art-1 .name {
  position: absolute;
  bottom: 48%;
  color: #FFFFFF;
  font-weight: 700;
  left: 2%;
}

@media (min-width: 1200px) {
  section#work-art-1 .name {
    bottom: 22%;
    left: -6%;
  }
}
section#work-art-1:before {
  content: "";
  background-image: url("../../images/Asset 16.png");
  width: 350px;
  background-repeat: no-repeat;
  height: 800px;
  position: absolute;
  top: -32%;
  left: -33%;
  z-index: -1;
  background-size: contain;
}

@media (min-width: 1200px) {
  section#work-art-1:before {
    width: 700px;
  }
}
section#work-art-1:after {
  background-image: url("../../images/Asset 15.png");
  width: 200px;
  height: 134px;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  right: -60px;
  bottom: 0%;
}

@media (min-width: 1200px) {
  section#work-art-1:after {
    content: "";
  }
}
#circle {
  position: relative;
  margin-top: 50px;
}

@media (min-width: 1200px) {
  #circle {
    margin-bottom: 200px;
  }
}
#circle img.virus {
  width: 100px;
  left: -7%;
  top: 12px !important;
}

#circle p {
  font-weight: bold;
  font-size: 21px;
  color: #333;
}

@media (min-width: 1200px) {
  #circle p {
    padding-right: 536px;
  }
}
#circle p:first-letter {
  padding-left: unset;
}

#circle img {
  top: 15%;
  z-index: -1;
  left: 17px;
}

@media (min-width: 1200px) {
  #circle img {
    position: absolute;
  }
}
#pictures {
  position: relative;
  margin-top: 75px;
  padding: 0 15px;
}

@media (min-width: 1200px) {
  #pictures {
    margin-left: 60px;
    padding: unset;
  }
}
@media (min-width: 1200px) {
  #pictures img {
    width: 80%;
  }
}
#pictures:after {
  content: "";
  background-image: url("../../images/right-dot.png");
  width: 350px;
  background-repeat: no-repeat;
  height: 500px;
  position: absolute;
  top: 20%;
  right: 0%;
  z-index: -1;
  background-size: contain;
}

@media (min-width: 1200px) {
  #pictures:after {
    width: 700px;
    top: -19%;
    height: 800px;
    right: -4%;
  }
}
@media (min-width: 1200px) {
  #ktgk {
    transform: translateY(-30%);
  }
}
#hdqt {
  position: relative;
  background: url("../../images/Asset 26.png") no-repeat;
  background-size: contain;
  z-index: 1;
}

@media (min-width: 1200px) {
  #hdqt {
    transform: translateY(-10%);
  }
}
#hdqt #chutich {
  width: 100%;
}

@media (min-width: 1200px) {
  #hdqt #chutich {
    width: 600px;
    transform: translateX(-15%);
  }
}
#hdqt img#linear {
  height: 490px;
  width: 100%;
  position: absolute;
  top: 9%;
  z-index: -1;
  left: 26%;
}

@media (min-width: 1200px) {
  #hdqt img#linear {
    width: 900px;
  }
}
#hdqt img#quote {
  top: 12%;
  left: 45%;
}

@media (min-width: 1200px) {
  #hdqt img#quote {
    height: 240px;
    position: absolute;
  }

  #hdqt .name {
    bottom: 30%;
  }
}
#hdqt .name {
  position: absolute;
  bottom: 30%;
  color: #FFFFFF;
  font-weight: 700;
  left: 35%;
  z-index: 2;
}

#knkd {
  position: relative;
}

#knkd:before {
  background-image: url("../../images/Asset 15.png");
  width: 160px;
  height: 134px;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  left: 10%;
  bottom: 17%;
}

@media (min-width: 1200px) {
  #knkd:before {
    content: "";
  }
}
#images-3pic {
  margin-top: 30px;
  margin-bottom: 10px;
  padding: 0 15px;
}

@media (min-width: 1200px) {
  #images-3pic {
    margin-bottom: 200px;
    padding: unset;
    max-height: 368px;
  }
}
#images-3pic img {
  object-fit: cover;
  width: 100%;
}

#ct-kt {
  margin: 50px 0;
  position: relative;
}

#ct-kt img {
  width: 87%;
  margin-left: auto;
}

#ct-kt:before {
  content: "";
  background-image: url("../../images/Asset 16.png");
  width: 250px;
  background-repeat: no-repeat;
  height: 559px;
  position: absolute;
  top: -97%;
  left: -1%;
  z-index: -1;
  background-size: contain;
}

@media (min-width: 1200px) {
  #ct-kt:before {
    width: 492px;
  }
}
#tgttt {
  padding: 0 15px;
}

@media (min-width: 1200px) {
  #tgttt {
    padding-right: 60px;
  }
}
@media (min-width: 1200px) {
  #tgttt img {
    width: 50%;
    margin-left: auto;
    padding-right: 30px;
  }
}
#dhht img {
  width: 64%;
  margin-left: auto;
}

#ktmn img {
  width: 80%;
  margin: auto;
}

.header {
  margin: 50px auto;
}

.header img {
  width: 40%;
  margin: auto;
}

.header h2 {
  margin-bottom: 20px;
}

#lvh {
  position: relative;
  margin: 25px 0 50px;
}

#lvh:after {
  content: "";
  background-image: url("../../images/right-dot.png");
  width: 300px;
  background-repeat: no-repeat;
  height: 500px;
  position: absolute;
  top: -100%;
  right: 0%;
  z-index: -1;
  background-size: contain;
  opacity: 0.5;
}

@media (min-width: 1200px) {
  #lvh:after {
    width: 912px;
    right: -4%;
    height: 1055px;
  }
}
@media (max-width: 1024px) {
  #work-art-1 .tt-wto {
    position: relative;
  }
  #work-art-1 .tt-wto .name {
    bottom: 20%;
    left: 4%;
  }
}

@media  (max-width: 375px){
  #work-art-1 .tt-wto .name {
    font-size: 12px;
  }
}


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

