body {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
  position: relative;
}

h1 h2 h3 h4 p {
  padding: 0;
  margin: 0;
  font-weight: 700;
}

h1 {
  font-size: 3vw;
}

h2 {
  font-size: 2.5vw;
}

h3 {
  font-size: 2vw;
}

h4 {
  font-size: 1.5vw;
}

p {
  font-size: 1vw;
  font-weight: 400;
}

li {
  font-size: 1vw;
  font-weight: 400;
}

ul {
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 700px) {
  .section1 {
    width: 100vw;
    height: 35vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #f38800;
    color: white;
  }
  .section1 .cont {
    overflow: hidden;
    width: 80%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #f38800;
  }
  .section1 .cont .left {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;
    background-color: #f38800;
    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;
    -webkit-box-shadow: 6vw 0px 0px rgba(243, 136, 0, 0.2), 4vw 0px 0px rgba(243, 136, 0, 0.5), 2vw 0px 0px rgba(243, 136, 0, 0.7);
            box-shadow: 6vw 0px 0px rgba(243, 136, 0, 0.2), 4vw 0px 0px rgba(243, 136, 0, 0.5), 2vw 0px 0px rgba(243, 136, 0, 0.7);
  }
  .section1 .cont .left .container {
    width: 65%;
  }
  .section1 .cont .right {
    margin-left: 50%;
    width: 50%;
    background-image: url("images/hero_bg.jpeg");
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  .section1 .cont .right.draw {
    -webkit-box-shadow: inset -60px 0px 0px rgba(243, 136, 0, 0.2), inset -40px 0px 0px rgba(243, 136, 0, 0.5), inset -20px 0px 0px rgba(243, 136, 0, 0.7);
            box-shadow: inset -60px 0px 0px rgba(243, 136, 0, 0.2), inset -40px 0px 0px rgba(243, 136, 0, 0.5), inset -20px 0px 0px rgba(243, 136, 0, 0.7);
  }
  .section2 {
    width: 100vw;
    height: 50vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: linear-gradient(90.23deg, #f9f5f5 0.22%, #f2f2f2 27.51%, #fefefe 58.64%, #f9f5f5 77.31%, #e8e8e8 99.83%);
  }
  .section2 .container {
    width: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .section2 .container .right {
    width: 30%;
    width: 30%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .section2 .container .right ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 70%;
    height: 80%;
  }
  .section2 .container .left {
    width: 30%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .section2 .container .left ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 70%;
    height: 80%;
  }
  .section2 .container .center {
    width: 30%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .section2 .container .center img {
    width: 80%;
  }
  .bold {
    font-weight: bold;
  }
  .section3 {
    width: 100vw;
    height: 50vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: radial-gradient(48.64% 188.42% at 67.39% 78.31%, rgba(7, 24, 68, 0.776) 0%, rgba(26, 51, 119, 0.656) 100%), url("images/section3_bg.png");
    background-size: contain;
  }
  .section3 .container {
    width: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .section3 .container .left {
    width: 50%;
    height: 100%;
    position: relative;
  }
  .section3 .container .left .img {
    width: 12vw;
    height: 25vw;
    background-color: white;
    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;
  }
  .section3 .container .left .img p {
    width: 50%;
    text-align: center;
  }
  .section3 .container .left .img1 {
    position: absolute;
    left: 4vw;
    top: 10vw;
    z-index: 1;
    background: #f2f2f2;
  }
  .section3 .container .left .img2 {
    position: absolute;
    right: 4vw;
    top: 10vw;
    z-index: 1;
    background: #f2f2f2;
  }
  .section3 .container .left .img3 {
    position: absolute;
    left: 34%;
    top: 15vw;
    z-index: 2;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  }
  .section3 .container .right {
    width: 50%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: white;
  }
  .section3 .container .right ul {
    width: 70%;
    height: 80%;
    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: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .section4 {
    width: 100vw;
    height: 50vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .section4 .container {
    width: 100%;
    overflow-x: hidden;
    background: linear-gradient(90.23deg, #f9f5f5 0.22%, #f2f2f2 27.51%, #fefefe 58.64%, #f9f5f5 77.31%, #e8e8e8 99.83%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: c;
        -ms-flex-pack: c;
            justify-content: c;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .section4 .container .left {
    width: 55%;
    height: 100%;
    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: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .section4 .container .left h3 {
    width: 80%;
  }
  .section4 .container .left .text {
    width: 80%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  .section4 .container .right {
    width: 45%;
    height: 100%;
    position: relative;
  }
  .section4 .container .right img {
    position: absolute;
    width: 28vw;
    right: 0;
    top: 17vw;
    -webkit-box-shadow: 3vw 0.5vw 1vw rgba(0, 0, 0, 0.7);
            box-shadow: 3vw 0.5vw 1vw rgba(0, 0, 0, 0.7);
  }
  .section5 {
    width: 100vw;
    height: 55vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .section5 .container {
    width: 100%;
    height: 100%;
    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;
  }
  .section5 .container .row {
    width: 60%;
    height: 45%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .section5 .container .row .item {
    width: 28%;
    height: 90%;
    border-radius: 15px;
    background: radial-gradient(60.81% 60.81% at 50% 50%, #ffffff 69.06%, #f8f8f8 100%);
    -webkit-box-shadow: 0vw 0vw 2vw rgba(0, 0, 0, 0.2);
            box-shadow: 0vw 0vw 2vw rgba(0, 0, 0, 0.2);
    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: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .section5 .container .row .item img {
    height: 20%;
    margin-top: 5%;
  }
  .section5 .container .row .item p {
    width: 70%;
    font-size: 0.9vw;
  }
  .section6 {
    width: 100vw;
    height: 61.11vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    position: relative;
  }
  .section6 svg {
    position: absolute;
    height: 60%;
    top: 15vw;
  }
  .section6 .container {
    width: 80%;
    height: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .section6 .container :nth-child(2)::after {
    content: "1";
    position: absolute;
    left: -2vw;
    bottom: 2.5vw;
    background-color: #f38800;
    color: white;
    width: 3vw;
    height: 3vw;
    border-radius: 50%;
    line-height: 3vw;
  }
  .section6 .container :nth-child(3)::after {
    content: "2";
    position: absolute;
    left: -2vw;
    bottom: 2.5vw;
    background-color: #f38800;
    color: white;
    width: 3vw;
    height: 3vw;
    border-radius: 50%;
    line-height: 3vw;
  }
  .section6 .container :nth-child(4)::after {
    content: "3";
    position: absolute;
    left: -2vw;
    bottom: 2.5vw;
    background-color: #f38800;
    color: white;
    width: 3vw;
    height: 3vw;
    border-radius: 50%;
    line-height: 3vw;
  }
  .section6 .container :nth-child(5)::after {
    content: "4";
    position: absolute;
    left: -2vw;
    bottom: 2.5vw;
    background-color: #f38800;
    color: white;
    width: 3vw;
    height: 3vw;
    border-radius: 50%;
    line-height: 3vw;
  }
  .section6 .container h2 {
    color: #2c4382;
    margin: 0px;
  }
  .section6 .container p {
    width: 45%;
    font-weight: 500;
    padding: 4.1vw 8vw;
    position: relative;
  }
  .section6 .container .btn {
    background-color: #f38800;
    color: white;
    padding: 0.5vw 3vw;
    font-size: 1vw;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
  }
  .section6 .container .btn:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .footer {
    width: 100vw;
    height: 8vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer .container {
    width: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer .container img {
    width: auto;
    height: 2vw;
  }
  .nav {
    width: 100vw;
    height: 3.5vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1vw;
  }
  .nav .container {
    width: 80vw;
    height: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .nav .container img {
    width: auto;
    height: 60%;
  }
  .nav .container a {
    text-decoration: none;
    color: rgba(51, 51, 51, 0.822);
    font-weight: 500;
    margin: 1vw;
  }
  .nav .container a .active {
    font-weight: 500;
    font-size: 1.1vw;
  }
  .nav .container :hover {
    color: black;
  }
  .nav .container a.active {
    color: black;
  }
  .nav .container a.active:hover {
    cursor: -webkit-grab;
    cursor: grab;
  }
  .fromleft {
    -webkit-transform: translateX(-2vw);
            transform: translateX(-2vw);
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    opacity: 0;
  }
  .draw.fromleft {
    -webkit-transform: translateX(0vw);
            transform: translateX(0vw);
    opacity: 1 !important;
  }
  .delay {
    -webkit-transition-delay: 0.2s !important;
            transition-delay: 0.2s !important;
  }
  .delayy {
    -webkit-transition-delay: 0.5s !important;
            transition-delay: 0.5s !important;
  }
  .delayyy {
    -webkit-transition-delay: 0.8s !important;
            transition-delay: 0.8s !important;
  }
  .show {
    opacity: 0.4 !important;
  }
  .frombottom {
    -webkit-transform: translateY(1vw);
            transform: translateY(1vw);
    opacity: 0;
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
  }
  .frombottom.draw {
    -webkit-transform: translateY(0vw);
            transform: translateY(0vw);
    opacity: 1 !important;
  }
  .scale.infinity.draw {
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-name: scale;
            animation-name: scale;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
            animation-direction: alternate;
    -webkit-transition: ease-in;
    transition: ease-in;
  }
  @-webkit-keyframes scale {
    0% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
    100% {
      -webkit-transform: scale(1.05);
              transform: scale(1.05);
    }
  }
  @keyframes scale {
    0% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
    100% {
      -webkit-transform: scale(1.05);
              transform: scale(1.05);
    }
  }
  .opacity {
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    opacity: 0;
  }
  .opacity.draw {
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    opacity: 1 !important;
  }
}

@media screen and (max-width: 699px) {
  .nav {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 12vw;
    position: fixed;
    top: 0;
    left: 0;
    background-color: white;
    z-index: 6000000;
    width: 100vw;
  }
  .nav .container {
    width: 90%;
    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: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: 12vw;
    position: relative;
  }
  .nav .container .hamb {
    height: 7vw;
    width: 7vw;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    cursor: pointer;
    background-image: url("images/menu_icon.png");
    background-size: contain;
    background-repeat: no-repeat;
  }
  .nav .container img {
    width: 25vw;
    height: auto;
  }
  .nav .container .navmenu {
    position: fixed;
    width: 100vw;
    font-size: 2.5vw;
    text-align: right;
    top: 12vw;
    left: 0vw;
    background-color: #f38800;
    height: 30vw;
    z-index: 100000;
    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: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: #2c4382 solid 1px;
    border-top: #2c4382 solid 1px;
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    opacity: 0;
    visibility: hidden;
  }
  .nav .container .navmenu a {
    color: white;
    font-size: 3vw;
    text-align: right;
    width: 100%;
    height: 50%;
    line-height: 10vw;
    margin: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-right: 5vw;
    text-decoration: none;
    font-weight: 600;
  }
  .nav .container .navmenu :nth-child(2) {
    background-color: #f8f8f8;
    color: #f38800;
  }
  .nav .container .navmenu a.active {
    font-size: 3.5vw;
    font-weight: 7000;
  }
  .footer {
    height: 15vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer img {
    cursor: pointer;
    margin-left: 10vw;
    height: 6vw;
  }
  .section1 {
    height: 57.13vw;
    position: relative;
    color: white;
    margin-top: 12vw;
    margin-bottom: 20vw;
  }
  .section1 .container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: radial-gradient(30.47% 30.47% at 50% 69.53%, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.25) 30.21%, rgba(0, 0, 0, 0.25) 100%), url("images/hero_bg.jpeg");
    background-position-x: 0;
    background-position-y: 60%;
    background-size: cover;
  }
  .section1 .container h2 {
    font-size: 7.39vw;
    width: 60%;
    position: absolute;
    margin: 0;
    top: 3vw;
    left: 4vw;
  }
  .section1 .container h3 {
    margin: 0;
    position: absolute;
    font-size: 4.17vw;
    bottom: 2.5vw;
    right: 4vw;
  }
  .section1 .container p {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #f38800;
    margin: 0;
    position: absolute;
    font-size: 3.1vw;
    font-weight: 700;
    text-align: center;
    padding: 7vw;
    bottom: 0vw;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  .section2 {
    position: relative;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    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;
  }
  .section2 img {
    width: 80vw;
    margin-left: 5vw;
  }
  .section2 .container {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    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;
    margin-top: 20vw;
  }
  .section2 .container li {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    list-style: none;
    font-size: 3.58vw;
    width: 90%;
    left: 5vw;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 44px 15px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 0px 44px 15px rgba(0, 0, 0, 0.25);
    border-radius: 25px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    text-align: left;
    padding: 7vw 11.2vw;
    margin: 7.1vw 5vw;
  }
  .section2 .container li span {
    font-weight: bold;
    margin-bottom: 10vw;
  }
  .section2 .container li ::after {
    content: "\a\a";
    white-space: pre;
  }
  .section2 .container .right {
    margin-top: -7.1vw;
  }
  .section3 {
    height: 290vw;
    width: 100vw;
    position: relative;
  }
  .section3 .left {
    width: 100%;
    height: 79vw;
    position: absolute;
    left: 0;
    right: 0;
    background: radial-gradient(48.64% 188.42% at 67.39% 78.31%, rgba(7, 24, 68, 0.776) 0%, rgba(26, 51, 119, 0.656) 100%), url("images/section3_bg.png");
    background-size: contain;
  }
  .section3 .left .img {
    height: 55.5vw;
    width: 31.234vw;
    background-color: white;
    position: absolute;
    text-align: center;
  }
  .section3 .left .img p {
    font-size: 2vw;
  }
  .section3 .left .img1 {
    left: 7.85vw;
    top: 5.45vw;
    background-color: #f8f8f8;
  }
  .section3 .left .img2 {
    right: 7.85vw;
    top: 5.45vw;
    background-color: #f8f8f8;
  }
  .section3 .left .img3 {
    left: 33.89vw;
    top: 15.38vw;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    text-align: center;
  }
  .section3 .right {
    height: auto;
    width: 100%;
    position: absolute;
    top: 79vw;
    left: 0;
    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: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .section3 .right ul {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 85%;
    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: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .section3 .right ul li {
    margin-top: 12vw;
    list-style: none;
    font-size: 3.5vw;
  }
  .section3 .right ul li span {
    font-weight: bold;
  }
  .section3 .right ul li ::after {
    content: "\a \a";
    white-space: pre;
  }
  .section4 {
    background: linear-gradient(90.23deg, #f9f5f5 0.22%, #f2f2f2 27.51%, #fefefe 58.64%, #f9f5f5 77.31%, #e8e8e8 99.83%);
    position: relative;
  }
  .section4 .left {
    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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .section4 h3 {
    font-size: 4vw;
    width: 85%;
    text-align: center;
  }
  .section4 .text {
    margin-top: 48vw;
  }
  .section4 p {
    font-size: 3.5vw;
    width: 85vw;
    text-align: center;
    margin-top: 0;
    margin-bottom: 5vw;
  }
  .section4 p:nth-child(1) {
    text-align: left;
    position: absolute;
    top: 18vw;
    left: 8vw;
    width: 50%;
  }
  .section4 img {
    width: 35vw;
    position: absolute;
    top: 18vw;
    right: 0vw;
  }
  svg {
    display: none;
  }
  .section5 {
    height: auto;
  }
  .section5 .row {
    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;
    margin-top: 0;
    margin-bottom: 10vw;
  }
  .section5 .item {
    width: 87vw;
    height: 56.37vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 9vw;
    background: radial-gradient(60.81% 60.81% at 50% 50%, #ffffff 69.06%, #f8f8f8 100%);
    -webkit-box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
  }
  .section5 .item p {
    font-size: 3.3vw;
    margin: 0;
    width: 49.67vw;
  }
  .section5 .item p span {
    font-weight: bold;
    line-height: 10vw;
  }
  .section5 .item p ::after {
    content: "\a";
    white-space: pre;
    line-height: 0.1vw;
  }
  .section5 img {
    width: 16.8vw;
  }
  .section6 {
    width: 100vw;
    background-color: white;
    color: white;
  }
  .section6 .container {
    width: 100%;
    height: 100%;
    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;
  }
  .section6 .container :nth-child(2) {
    background-color: #f38800;
  }
  .section6 .container :nth-child(2)::after {
    content: "1";
    position: absolute;
    left: 15%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: white;
    color: #f38800;
    width: 10vw;
    height: 10vw;
    border-radius: 50%;
    line-height: 10vw;
    text-align: center;
    font-weight: 900;
  }
  .section6 .container :nth-child(3) {
    background-color: white;
    color: #f38800;
  }
  .section6 .container :nth-child(3)::after {
    content: "2";
    position: absolute;
    left: 15%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: #f38800;
    color: #e8e8e8;
    width: 10vw;
    height: 10vw;
    border-radius: 50%;
    line-height: 10vw;
    text-align: center;
    font-weight: 900;
  }
  .section6 .container :nth-child(4) {
    background-color: #f38800;
    color: white;
  }
  .section6 .container :nth-child(4)::after {
    content: "3";
    position: absolute;
    left: 15%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: white;
    color: #f38800;
    width: 10vw;
    height: 10vw;
    border-radius: 50%;
    line-height: 10vw;
    text-align: center;
    font-weight: 900;
  }
  .section6 .container :nth-child(5) {
    background-color: white;
    color: #f38800;
    -webkit-box-shadow: 0 5vw 0 #f38800;
            box-shadow: 0 5vw 0 #f38800;
  }
  .section6 .container :nth-child(5)::after {
    content: "4";
    position: absolute;
    left: 15%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: #f38800;
    color: white;
    width: 10vw;
    height: 10vw;
    border-radius: 50%;
    line-height: 10vw;
    text-align: center;
    font-weight: 900;
  }
  .section6 h2 {
    font-size: 4.7vw;
    margin: 0;
    text-align: center;
    width: 90%;
    margin-bottom: 10vw;
    margin-top: 8vw;
    color: #2c4382;
  }
  .section6 p {
    font-size: 3.52vw;
    padding-left: 40%;
    padding-right: 15%;
    padding-top: 5vw;
    padding-bottom: 5vw;
    margin: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-weight: 700;
    position: relative;
  }
  .section6 .btn {
    margin: 20vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: auto;
    color: white;
    background-color: #f38800;
    padding: 2vw 15vw;
    font-size: 3.5vw;
    font-weight: bold;
    border-radius: 1.8vw;
  }
}

.display {
  visibility: visible !important;
  opacity: 1 !important;
}

@media screen and (min-width: 699px) {
  .hamb {
    visibility: hidden;
  }
}
/*# sourceMappingURL=tr_qr.css.map */
