@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600;700&display=swap');

@font-face {
  font-family: 'groboldregular';
  src: url('../fonts/grobold-webfont.woff2') format('woff2'),
    url('../fonts/grobold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

/* HERO */

.container.page-title__container {
  z-index: 10;
  max-width: 910px;
  margin: 6rem auto 1rem;
  position: relative;
}

.page-title {
  background: linear-gradient(180deg, #FFFFFF 30%, #E6E8F0 70%);
  position: relative;
  overflow: hidden;
}

.page-title h1 {
  text-shadow: none;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 64px;
  line-height: 78px;
  text-align: center;
  letter-spacing: -0.08em;
  color: #000000;
  margin: 0 auto 36px;
  text-transform: none;
}

.page-template-page-template-1 .page-title h1 {
  margin: 4rem auto 6rem;
}

.page-title h2 {
  font-family: 'Inter';
  font-size: 24px;
  line-height: 36px;
  color: #697089;
  text-transform: none;
  letter-spacing: normal;
  text-align: center;
  max-width: 900px;
  margin-bottom: 35px;
}

.curved-top,
.curved-bottom {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 100%;
}

.page-title .curved-bottom {
  bottom: -20rem;
}

a.btn-orange {
  background: linear-gradient(141.82deg, #FF0000 -52.55%, #FF7700 70.34%);
  box-shadow: 0px 2px 0px rgba(12, 14, 25, 0.16);
  border-radius: 10px;
  color: white;
  font-family: 'Inter';
  font-weight: 700;
  border: none;
  text-decoration: none;
  margin: 0 auto;
  transition: all 0.2s ease-in-out;
  padding: 17px 17px 6px;
  text-align: center;
  font-size: 20px;
  height: 65px;
  width: auto;
  position: relative;
  display: inline-block;
  z-index: 3;
}

a.btn-orange:hover {
  filter: brightness(1.3);
  transition: all 0.2s ease-in-out;
  color: white;
  text-decoration: none;
}

.page-title-thumbnail {
  width: 100%;
  max-width: 910px;
  min-height: 378px;
  height: 100%;
}

.page-title-thumbnail figure {
  position: relative;
  z-index: 2;
  margin-bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 15px;
}

.page-title-thumbnail figure:before {
  content: '';
  display: block;
  padding-top: 64.38356%;
}

.page-title-single h3 {
  font-family: 'Montserrat';
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.84px;
  text-transform: uppercase;
  margin-bottom: 36px;
}

.page-title-single h3 a {
  color: #697089;
}

/* END HERO */

/* section */

.content-template {
  padding-top: 4rem;
  padding-bottom: 12rem;
  background: linear-gradient(180deg, #FFF 1.46%, #FFF 54.12%, #E6E8F0 100%);
  position: relative;
  overflow: hidden;
}

.content-template .curved-bottom {
  bottom: -26rem;
  overflow: hidden;
}

.content-template h2,
.content-template h3,
.content-template h4,
.content-template h5,
.content-template h6 {
  font-weight: 700;
  color: #0C0E19;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  border-bottom: 1px solid #E6E8F0;
  padding-bottom: 3rem;
  text-transform: none;
  margin-bottom: 4rem;
}

.content-template h2 {
  font-size: 36px;
  line-height: 46px;
  letter-spacing: -2.88px;
}

.content-template h3 {
  font-size: 30px;
  line-height: 37px;
}

.content-template h4 {
  font-size: 24px;
  line-height: 36px;
  letter-spacing: normal;
}

.content-template h5 {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: normal;
}

.content-template h6 {
  font-size: 14px;
  line-height: 25px;
  letter-spacing: normal;
}

.content-template ul,
.content-template ol {
  margin: 1em 15px 2em;
  padding: 0;
}

.content-template ul {
  list-style: disc;
}

.content-template ol {
  list-style: auto;
  margin-left: 20px;
}

.content-template p,
.content-template ul li,
.content-template ol li {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: #0C0E19;
  font-family: 'Inter';

}

.content-template ul li,
.content-template ol li {
  margin-bottom: 15px;
}

.content-template p {
  margin-bottom: 2rem;
}

.content-template img.alignright,
.content-template img.alignleft {
  border-radius: 15px;
  box-shadow: 0px 8px 16px 0px rgba(12, 14, 25, 0.12), 0px 0px 8px 0px rgba(12, 14, 25, 0.08);
  height: auto;
}

.content-template img.alignright {
  float: right;
  margin: 30px 0 30px 30px;
}

.content-template img.alignleft {
  float: left;
  margin: 30px 30px 30px 0px;
}

/* / section */

/* CTO template 2 */
.page-template-content-cto {
  background: url(../img/new/bg-why-choose-us.png), linear-gradient(180deg, #10C0A1 0%, #2CB8D7 100%);
  background-position: bottom;
  padding-top: 20px;
  position: relative;
  overflow: hidden;
  margin-top: -100px;
  min-height: 650px;
  display: flex;
  align-content: center;
  align-items: center;
}

.page-template-content-cto .container {
  min-height: 550px;
}

.page-template-content-cto .curved-top {
  top: -17rem;
}

.page-template-content-cto .curved-top path {
  fill: #E6E8F0;
}

.page-template-content-cto .curved-bottom {
  bottom: -24rem;
}

.page-template-content-cto img {
  max-width: 175px;
  margin-bottom: 4.5rem;
}

.page-template-content-cto h3 {
  font-family: 'Montserrat';
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 1.08px;
  text-transform: uppercase;
}

.page-template-content-cto h2 {
  font-family: 'Montserrat';
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: -0.08em;
  color: #FFFFFF;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 30px;
}
/* CTO template 2 */

@media (max-width: 768px) {
  .container.page-title__container {
    margin: 0rem auto 0rem;
  }

  .page-title-thumbnail {
    min-height: 300px;
  }

  .page-title {
    padding: 0;
  }

  .page-template-page-template-1 .page-title h1.title-with-thumbnail{
    margin: 1rem 30px 3rem;
  }
  .page-template-page-template-1 .page-title h1.title-without-thumbnail {
      margin: 6rem 30px 14rem;
  }
  .page-title h1 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 16px;
  }

  .page-title h2 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 24px;
  }

  .page-title .curved-bottom {
    bottom: -17rem;
  }

  .content-template {
    padding-top: 2rem;
  }

  .content-template h2,
  .content-template h3,
  .content-template h4,
  .content-template h5,
  .content-template h6 {
    padding-bottom: 2rem;
  }

  .content-template h2 {
    font-size: 23px;
    line-height: 30px;
    letter-spacing: -1px;
  }

  .content-template h3 {
    font-size: 22px;
    line-height: 28px;
  }

  .content-template h4 {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: normal;
  }

  .content-template h5 {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: normal;
  }

  .content-template h6 {
    font-size: 14px;
    line-height: 23px;
    letter-spacing: normal;
  }

  .content-template p {
    font-size: 16px;
    line-height: 24px;
  }

  .content-template img.alignright,
  .content-template img.alignleft {
    float: none;
    margin: 30px auto 30px;
    width: 100%;
    height: auto;
  }
  .page-template-content-cto {
    min-height: 515px;
  }
  .page-template-content-cto .container {
    min-height: 515px;
  }

  .page-template-content-cto img {
    max-width: 120px;
    margin-bottom: 3.5rem;
  }

  .page-template-content-cto h3 {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.08px;
    margin-bottom: 25px;
  }

  .page-template-content-cto h2 {
    font-size: 24px;
    line-height: 32px;
    max-width: 311px;
  }
  a.btn-orange {
    height: 48px;
    font-size: 16px;
    font-weight: 700;
    line-height: 35px;
    padding: 6px 16px;
    margin-bottom: 9px;
  }

  .page-template-content-cto .curved-bottom {
    bottom: -17rem;
  }
  .page-template-page-template-1 .curved-bottom {
      bottom: -17rem;
  }
}