@font-face {
  font-family: "Geogrotesque";
  src: url('../fonts/Geogrotesque-Lt.otf');
  font-weight: 300;
}
@font-face {
  font-family: "Geogrotesque";
  src: url('../fonts/Geogrotesque-Rg.otf');
  font-weight: 400;
}

body {
  font-family: "Geogrotesque", sans-serif;
  background-color: #ffffff;
  background-image: url(../imgs/bg-doodles.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  color: #000000;
  margin:0px;
  padding:0px;
  width: 100vw;
  height: 100vh;
  overflow-x: hidden;
}
html {
  margin:0px;
  padding:0px;
  max-width: 100vw;
}
h2 {
  margin-block-start: 0px;
  margin-block-end: 0px;
}
p {
  display: block;
  margin-bottom: 0px;
  margin-block-start: 0px;
  margin-block-end: 0px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
section.header {
  position: absolute;
  top: 50px;
  left: 50px;
}
section.center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: max-content;
}
section.center h2 {
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  font-size: 60px;
  line-height: 60px;
  letter-spacing: -3px;
}
section.center p a {
  font-family: "Figtree", sans-serif;
  font-weight: 300;
  font-size: 35px;
  color: #000000;
}
section.footer {
  position: absolute;
  bottom: 50px;
  left: 50px;
  width: calc(100% - 100px);
}
.riscas-bg {
  background-image: url(../imgs/underline.svg);
  background-repeat: no-repeat;
  background-position: left 160px bottom;
}
.pt-10 {
  padding-top: 10px;
}
.pt-30 {
  padding-top: 30px;
}
.flex-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.flex-container > div {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
  box-sizing: border-box;
  font-family: "Figtree", sans-serif;
  font-weight: 300;
  font-size: 18px;
}
.text-right {
  text-align: right;
}



/*******************************************************************MEDIA QUERIES******************************************************/
@media (max-width:1680px) {
  section.center h2 {
    font-size: 52px;
    line-height: 52px;
  }
  section.center p a {
    font-size: 30px;
  }
  .riscas-bg {
    background-position: left 140px bottom;
    background-size: 120px;
  }
  .pt-10 {
    padding-top: 9px;
  }
  .pt-30 {
    padding-top: 28px;
  }
  .flex-container > div {
    font-size: 16px;
  }
  section.header img {
    width: 88%;
  }
}
@media (max-width:1440px) {
  section.center h2 {
    font-size: 45px;
    line-height: 45px;
  }
  section.center p a {
    font-size: 28px;
  }
  .riscas-bg {
    background-position: left 120px bottom;
    background-size: 100px;
  }
  .pt-10 {
    padding-top: 8px;
  }
  .pt-30 {
    padding-top: 24px;
  }
  .flex-container > div {
    font-size: 14px;
  }
  section.header img {
    width: 75%;
  }
}
@media (max-width:1366px) {
  section.center h2 {
    font-size: 42px;
    line-height: 42px;
  }
  section.center p a {
    font-size: 25px;
  }
  .riscas-bg {
    background-position: left 115px bottom;
    background-size: 95px;
  }
  .pt-30 {
    padding-top: 22px;
  }
  .flex-container > div {
    font-size: 13px;
  }
  section.header img {
    width: 72%;
  }
}
@media (max-width:1280px) {
  section.center h2 {
    font-size: 40px;
    line-height: 40px;
  }
  section.center p a {
    font-size: 24px;
  }
  .riscas-bg {
    background-position: left 105px bottom;
    background-size: 90px;
  }
  .pt-10 {
    padding-top: 7px;
  }
  .pt-30 {
    padding-top: 20px;
  }
  .flex-container > div {
    font-size: 12px;
  }
  section.header img {
    width: 68%;
  }
}
@media (max-width:1024px) {
  section.center h2 {
    font-size: 32px;
    line-height: 32px;
  }
  section.center p a {
    font-size: 20px;
  }
  .riscas-bg {
    background-position: left 80px bottom;
    background-size: 65px;
  }
  .pt-10 {
    padding-top: 6px;
  }
  .pt-30 {
    padding-top: 16px;
  }
  section.header img {
    width: 60%;
  }
}
@media (max-width:820px) {
  body {
    background-image: url(../imgs/bg-doodles-vert.svg);
  }
  section.header {
    position: absolute;
    top: 50px;
    left: 0px;
    text-align: center;
    width: 100%;
  }
  section.header img {
    width: auto;
  }
  section.center h2 {
    font-size: 42px;
    line-height: 42px;
  }
  section.center p a {
    font-size: 30px;
  }
  .pt-30 {
    padding-top: 120px;
  }
  .flex-container {
    flex-direction: column;
  }
  .flex-container > div {
    flex-direction: row;
    justify-content: center;
  }
  .pb-10 {
    padding-bottom: 15px;
  }
  .riscas-bg {
    background-position: left 120px bottom;
    background-size: 100px;
  }
  .flex-container > div {
    font-size: 18px;
  }
  section.footer {
    left: 0px;
    width: 100%;
  }
}
@media (max-width:768px) {
  section.center h2 {
    font-size: 40px;
    line-height: 40px;
  }
  section.center p a {
    font-size: 28px;
  }
  .pt-30 {
    padding-top: 115px;
  }
  .riscas-bg {
    background-position: left 110px bottom;
    background-size: 85px;
  }
  .flex-container > div {
    font-size: 16px;
  }
}
@media (max-width:560px) {
  section.center h2 {
    font-size: 30px;
    line-height: 30px;
  }
  section.center p a {
    font-size: 20px;
  }
  .pt-30 {
    padding-top: 85px;
  }
  .pb-10 {
    padding-bottom: 10px;
  }
  .flex-container > div {
    font-size: 12px;
  }
}
@media (max-width:440px) {
  .riscas-bg {
    background-position: left 80px bottom;
    background-size: 65px;
  }
  .flex-container > div {
    font-size: 10px;
  }
}
@media (max-width:320px) {

}