html, body, div {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Public Sans", sans-serif;
  font-size: 18px;
  line-height: 1.5;
  padding: 0;
  overflow-x: hidden;
  margin: 0;
  color: #17202A;
  font-weight:300;
  background: #fff;

}



h1, h4 {
  font-family: "Public Sans", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1.6;
  display: block;
  margin: 0;
  padding: 10vh 4px 2vh;
  font-weight: 300;
  border-bottom: .25px solid #17202A;
}


h2,h3 {
  font-family: 'Source Serif 4', serif;
  font-weight: 800;
  font-size: 60px;
  line-height: 1;
  margin: 0 0 40px 0;
  padding: .5em 0 5vh;
  border-bottom: .25px solid #17202A;

  /* background: -webkit-linear-gradient(#17202A, #263238);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
}
h2 span {
  color: #E97451;
}

b {
  color:#1D2C3D;
}

h3 {
  font-size: 48px;
  font-style: italic;
}


p {
  max-width: 600px;
  margin-bottom: 1em;
  font-weight: 200;
}

div.img {
  margin-top: 3em;
}

a {
  color: #D6613E;
}
a.button {
  display: inline-block;
  background: #E97451;
  color: #fff;
  transition: all .2s ease-in-out;
  text-decoration: none;
  padding: 16px;
  border-bottom: .25px solid #17202A;
  margin-top: 1em;
}
a.button:hover {
  background: #D6613E;
}


section {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
section.text {
  height: auto;
  background-color: #ffffff;
}


.block {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.block.text {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 4vh 20vh;
  height:auto;
}

section .block {
}
section:first-child .block {
  /* border: 2vh solid #fff; */
  height: auto;
}

.image,
.image img {
  height: 96vh;
  margin-right: 2vh;
}

.block.text img {
  width:100%;
  height: auto;
}

@media screen and (max-width: 900px) {
  h2,h3 {
    font-size: 9.75vw;
  }
}


#termly-code-snippet-support div,
#termly-code-snippet-support p {
  font-family: 'Public Sans', sans-serif !important;
  font-size: 16px;
  line-height: 1.4 !important;
  color: #17202A;
}
#termly-code-snippet-support td,
#termly-code-snippet-support th,
#termly-code-snippet-support td div {
  font-size: 12px !important;
}
#termly-code-snippet-support button {
  text-align: center;
  margin: 0 5px;
  font-size: 16px !important;
  font-weight: normal !important;
}
#termly-code-snippet-support .prefereceCenterDetailsHeader button {
  margin-top: 20px;
  border:0 !important;
  padding:0;
}
#termly-code-snippet-support h2,
#termly-code-snippet-support h3 {
  font-size: 16px;
  letter-spacing: 0.2px;
}

a.termly-display-preferences {
  font-family: "Public Sans", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1.6;
  margin: 0;
  padding: 10vh 4px 2vh;
  font-weight: 300;
}
