a {
  text-decoration: underline;
}

.hero {
  height: 100vh;
  padding-left: 4%;
  padding-right: 1%;
  display: flex;
  position: relative;
}

.hero-left {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 45%;
  display: flex;
  position: relative;
}

.hero-right {
  justify-content: center;
  align-items: center;
  width: 900px;
  min-width: 900px;
  display: flex;
  position: relative;
}

.hero-title {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  line-height: 100%;
}

.hero-txt {
  font-family: Montserrat, sans-serif;
  line-height: 160%;
  max-width: 90%;
}

.tiles {
  flex-flow: wrap;
  display: flex;
}

.tile {
  background-image: url('../images/geo.png');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 265px;
  height: 265px;
  display: flex;
  transition: transform 0.3s;
}

.link,
.link-2,
.link-3,
.link-4,
.back {
  transition: transform 0.3s;
}

.link:hover,
.link-2:hover,
.link-3:hover,
.link-4:hover,
.back:hover {
  transform: scale(1.1);
}

.tile.t-1 {
  background-image: url('../images/t-1.svg');
}

.tile.t-2 {
  background-image: url('../images/t-2.svg');
  margin-top: 34px;
}

.tile.t-3 {
  background-image: url('../images/t-3.svg');
  margin-top: 144px;
  margin-left: -70px;
}

.tile.t-4 {
  background-image: url('../images/t-8.png');
  margin-top: 0;
  margin-left: 0;
}

.tile.t-5 {
  background-image: url('../images/t-6.png');
  margin-top: 0;
  margin-left: 0;
}

.tile.t-6 {
  opacity: 1;
  background-image: url('../images/geo.png');
  margin-top: 0;
  margin-left: 0;
}

.tile.t-7 {
  background-image: url('../images/t-7.svg');
  margin-top: -254px;
  margin-left: -36px;
}

.tile.t-8 {
  opacity: 1;
  background-image: url('../images/t-5.png');
  margin-top: 0;
  margin-left: 0;
}

.tile.t-9 {
  background-image: url('../images/t-9.svg');
  margin-top: -110px;
  margin-left: 6px;
}

.tile-img {
  background-image: url('../images/geo.png');
  background-position: 100% 0;
}

.tile-txt {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 110%;
}

.header {
  z-index: 2;
  width: auto;
  max-width: 1920px;
  padding-top: 30px;
  position: absolute;
}

.link {
  margin-top: -220px;
  margin-left: 116px;
  text-decoration: none;
}

.logo {
  width: 100px;
}

.link-2 {
  margin-top: -110px;
  margin-left: -70px;
  text-decoration: none;
}

.link-3 {

  margin-top: -80px;
  margin-left: 4px;
  text-decoration: none;
}

.link-4 {

  margin-top: -140px;
  margin-left: -70px;
  text-decoration: none;
}

.wrapper {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-left: 20px;
  padding-right: 20px;
}

.wrapper .kom-main.page {
  display: none;
}

.quote-cont {
  max-width: 65%;
  padding: 0 20px 0 40px;
  position: relative;
}

.q-img {
  width: 150px;
  height: auto;
  margin-right: 46px;
  padding-right: 0;
}

.q-img.main-img {
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
  margin-right: 0;
}

.quote-img {
  flex-flow: column;
  width: auto;
  max-width: 40%;
  height: auto;
  display: flex;
}

.quote-2 {
  background-color: #f2f2f2;
  border-bottom: 8px solid #da204c;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  width: 49%;
  margin-top: 0%;
  margin-bottom: 0%;
  padding: 30px 48px;
  display: none;
}

.quote-2.full {
  background-color: #13317e;
  border-bottom-style: none;
  border-bottom-color: #e31b23;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-bottom: 2%;
  padding: 80px 80px 50px;
  display: flex;
}

.q-text {
  color: #333;
  border-left: 8px solid #e31b23;
  padding-left: 16px;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 140%;
}

.q-text.q-1 {
  color: #fff;
  border-left-style: none;
  margin-bottom: 30px;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  position: static;
}

.q-name {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.q-desc {
  color: #fff;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
}

.header-page {
  z-index: 1;
  color: #fff;
  background-color: #efefef;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 8%;
  display: flex;
  position: static;
  flex-flow: row;
  padding-top: 20px;
  padding-bottom: 20px;
  position: fixed;
}

.h1 {
  text-align: center;
  text-transform: none;
  margin-bottom: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 42px;
  font-weight: 600;
  line-height: 100%;
}

.h3 {
  text-align: center;
  margin-bottom: 30px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
}

.img {
  width: 100%;
  margin-bottom: 30px;
}

._2-col {
  border-bottom: 1px solid #dadada;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 30px;
  padding-bottom: 30px;
  display: flex;
}

._2-col.bottom {
  align-items: flex-end;
}

.col-1 {
  width: 48.5%;
}

.col-txt {
  color: #434445;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

.col-2 {
  width: 48.5%;
}

.q-text-2 {
  color: #333;
  border-left: 8px solid #003499;
  padding-left: 16px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 140%;
}

.q-text-2.q-big {
  margin-bottom: 30px;
  margin-left: 0%;
  margin-right: 0%;
  padding-left: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.intro {
  flex-flow: column;
  align-items: flex-end;
  margin-bottom: 0;
  display: flex;
}

.body {
  background-color: #efefef;
}

.body-2 {
  background-color: #efefef;
  border: 1px #000;
}

.signature {
  margin-left: 0%;
  padding-left: 0;
  padding-right: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  position: static;
}

.heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.italic-text {
  color: #c3cce2;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 90%;
}

.footer {
  justify-content: center;
  align-items: center;
  padding-bottom: 30px;
  display: flex;
}

.menu {
  display: none;
}

.menu.side {
  z-index: 2;
  flex-flow: column;
  display: flex;
  position: fixed;
  inset: 32% auto auto 1%;
}

.navlink {
  color: #000;
  margin-right: 30px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.navlink:hover {
  opacity: .9;
}

.navlink.sec {
  opacity: 1;
  text-align: center;
  background-color: #fff;
  border: 3px #d1dbf1;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  max-width: 190px;
  height: 54px;
  margin-bottom: 20px;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  display: flex;
}

.navlink.sec:visited {
  background-color: #fff;
}

.navlink.sec.w--current {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-color: #13317e;
  background-clip: border-box;
  border-style: none;
}

.anchor {
  padding-top: 40px;
  padding-bottom: 30px;
}

.top-btn {
  opacity: 0;
  width: 46px;
  transition: opacity .2s;
  position: fixed;
  inset: auto 4% 4% auto;
}

.top-btn:hover {
  opacity: 1;
}

.kom-main {
  width: 200px;
  position: absolute;
  inset: auto auto 4% 4%;
}

.kom-main.page {

  position: static;
}

.progress-bar {
  z-index: 89;
  background-color: #f1df96;
  background-image: linear-gradient(31deg, #0a2896, #0af);
  width: 100vw;
  height: 4px;
  position: fixed;
  inset: 0% 0% auto;
}

.back {
  color: #3a3a3a;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: 90% auto auto 1%;
}

.back-img {
  width: 36px;
  margin-right: 10px;
}

.text-back {
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.burger,
.burger-menu {
  display: none;
}

@media screen and (min-width: 1920px) {
  .hero {
    width: 100%;
    padding-left: 14%;
    padding-right: 6%;
    overflow: hidden;
  }

  .tile.t-4 {
    transition: opacity .2s;
  }

  .tile.t-4:hover {
    opacity: .9;
  }

  .tile.t-5 {
    transition: opacity .2s;
  }

  .tile.t-5:hover {
    opacity: .9;
  }

  .tile.t-6 {
    cursor: pointer;
    transition: opacity .2s;
  }

  .tile.t-6:hover {
    opacity: .9;
  }

  .tile.t-8 {
    cursor: pointer;
    transition: opacity .2s;
  }

  .tile.t-8:hover {
    opacity: .9;
  }

  .header {
    width: 100%;
    max-width: none;
    padding-bottom: 30px;
    position: absolute;
  }

  .link-3,
  .link-4 {
    cursor: pointer;
  }

  /* 
  .header-page {
    padding-left: 18%;
    padding-right: 18%;
  } */

  .img {
    margin-bottom: 10px;
  }

  .navlink.sec {
    border-style: none;
    border-width: 2px;
    height: 54px;
  }

  .navlink.sec:hover {
    opacity: .85;
    border-radius: 100px;
  }

  .navlink.sec.w--current {
    border-style: none;
  }

  .navlink.sec.w--current:hover {
    opacity: 1;
  }

  .anchor {
    padding-bottom: 10px;
  }

  .kom-main {
    bottom: 14%;
    left: 14%;
  }

  /* .kom-main.page {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    display: block;
    position: static;
  } */
}

@media screen and (max-width: 1680px) {
  .wrapper {
    margin-left: 215px;
  }


}

@media screen and (max-width: 1399px) {
  .hero {
    flex-direction: column;
    height: auto;
  }

  .hero-left {
    padding: 100px 0 50px;
    width: 70%;
    margin: 0 auto;

  }

  .hero-right {
    margin: 0 auto;
  }

  .kom-main {
    inset: 30px 2% auto auto;
  }
}



@media screen and (max-width: 1100px) {

  .hero-left {
    padding: 0 0 50px;
    width: 100%;
  }

  .kom-main.page {

    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: static;
  }

  .wrapper .kom-main.page {
    display: block;
  }

  .wrapper {
    width: auto;
    padding-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
  }

  .quote-cont {
    max-width: 100%;
    padding-left: 0;
  }

  .q-img.main-img {
    width: auto;
    margin-bottom: 30px;
  }

  .quote-2 {
    flex-flow: column;
    width: 100%;
  }

  .header-page {
    flex-flow: column;
  }

  .h1 {
    font-size: 36px;
  }

  ._2-col {
    flex-flow: column;
    margin-bottom: 20px;
  }

  .col-1 {
    width: 100%;
  }

  .col-txt {
    margin-bottom: 20px;
  }

  .col-2 {
    width: 100%;
  }

  .menu,
  .menu.side {
    display: none;
  }

  .burger {
    cursor: pointer;
    display: flex;
  }

  .burger-img {
    width: 40px;
  }

  .burger-menu {
    z-index: 10;
    background-color: #fff;
    flex-flow: column;
    width: 100%;
    height: 100vh;
    padding-top: 10%;
    padding-left: 20px;
    padding-right: 40px;
    display: none;
    position: fixed;
    inset: 0% 0% auto auto;
    overflow: hidden;
  }

  .burger-link {
    color: #1a1a1a;
    margin-bottom: 60px;
    padding-bottom: 0;
    font-family: Open Sans, sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
  }

  .burger-link:visited {
    border: 1px #5534c0;
    border-bottom: 2px solid #3146a7;
  }

  .close-img {
    cursor: pointer;
    width: 30px;
    position: absolute;
    inset: 3.5% 9% auto auto;
  }

  .menu-bg {
    z-index: -1;
    width: 200%;
    max-width: none;
    position: absolute;
    inset: 5% auto auto 20%;
  }

  .back,
  .back.w--current {
    display: none;
  }

  .header {
    margin-bottom: 40px;
    padding-left: 4%;
    position: static;
  }

  .header-page {
    flex-flow: row;
    padding-top: 20px;
    padding-bottom: 20px;
    position: fixed;
  }

  .header-page .kom-main {
    display: none;
  }
}

@media screen and (max-width: 900px) {
  .hero-right {
    width: 100%;
    min-width: 100%;
  }

  .hero-left {
    padding: 0 4%;
  }

  .tiles {
    flex-flow: column;
    padding-top: 40px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .tile.t-1,
  .tile.t-2,
  .tile.t-3 {
    display: none;
  }

  .tile.t-4 {
    background-image: url('../images/t-6-mob.jpg');
    background-position: center;
    width: 100%;
  }

  .tile.t-5 {
    background-image: url('../images/t-8-mob.jpg');
    background-position: center;
    width: 100%;
  }

  .tile.t-6 {
    background-image: url('../images/geo-mob.jpg');
    background-position: center;
    width: 100%;
  }

  .tile.t-7 {
    display: none;
  }

  .tile.t-8 {
    background-image: url('../images/t-5-mob.jpg');
    background-position: center;
    width: 100%;
  }

  .tile.t-9 {
    display: none;
  }

  .hero {
    flex-flow: column;
    height: auto;
    padding-bottom: 80px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .link,
  .link-2,
  .link-3,
  .link-4 {
    margin-top: 0;
    margin-bottom: 30px;
    margin-left: 0;
  }


}


@media screen and (max-width: 600px) {
  .hero {
    flex-flow: column;
    height: auto;
    padding-bottom: 80px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .hero-txt {
    max-width: 100%;
  }

  .hero-left {
    width: 100%;
    padding: 0 4%;

  }

  .hero-right {
    width: 100%;
    min-width: 100%;
  }

  .hero-title {
    font-size: 32px;
  }

  .tiles {
    flex-flow: column;
    padding-top: 40px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .tile.t-1,
  .tile.t-2,
  .tile.t-3 {
    display: none;
  }

  .tile.t-4 {
    background-image: url('../images/t-6-mob.jpg');
    background-position: center;
    width: 100%;
  }

  .tile.t-5 {
    background-image: url('../images/t-8-mob.jpg');
    background-position: center;
    width: 100%;
  }

  .tile.t-6 {
    background-image: url('../images/geo-mob.jpg');
    background-position: center;
    width: 100%;
  }

  .tile.t-7 {
    display: none;
  }

  .tile.t-8 {
    background-image: url('../images/t-5-mob.jpg');
    background-position: center;
    width: 100%;
  }

  .tile.t-9 {
    display: none;
  }



  .link,
  .link-2,
  .link-3,
  .link-4 {
    margin-top: 0;
    margin-bottom: 30px;
    margin-left: 0;
  }

  .wrapper {
    padding-top: 100px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .quote-cont {
    max-width: 100%;
  }

  .q-img {
    width: auto;
    height: auto;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .q-img.main-img {
    height: auto;
  }

  .quote-img {
    max-width: 100%;
  }

  .quote-2 {
    flex-flow: column;
    margin-bottom: 40px;
    padding: 20px 14px 30px;
  }

  .quote-2.full {
    margin-bottom: 10%;
    padding: 24px 14px;
  }

  .q-text {
    margin-bottom: 4vw;
    font-size: 16px;
    font-weight: 600;
  }



  .h1 {
    text-align: left;
    margin-bottom: 30px;
    font-size: 24px;
  }

  .h3 {
    text-align: left;
  }

  .q-text-2 {
    margin-bottom: 4vw;
    font-size: 16px;
    font-weight: 600;
  }

  .q-text-2.q-big {
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 14px;
    font-weight: 400;
  }

  .heading {
    text-align: left;
    margin-bottom: 20px;
    font-size: 24px;
  }

  .anchor {
    padding-top: 0;
    padding-bottom: 0;
  }

  .kom-main {
    margin-left: auto;
    margin-right: auto;
    inset: auto 0% 2%;
  }

  .progress-bar {
    height: 4px;
  }






}