@import url("https://fonts.googleapis.com/css2?family=Asap:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab&display=swap");

body {
  margin: 0;
  height: 100vh;
  width: 100%;
}
nav {
  width: 100%;
  z-index: 1;
}
#header {
  display: grid;
  max-width: 1266px;
  grid-template-columns: 7fr 5fr;
  column-gap: 3em;
  place-items: center;
  margin: 5.5em auto;
  font-family: 'Montserrat', sans-serif;
}
#header div{
  display: grid;
  row-gap: 1em;
}
#header h1{
  font-size: 60px;
  line-height: 117%;
  font-weight: 400;
  color: #FC7E00;
  margin: 0;
}
#header h2{
  color: #545454;
  font-size: 30px;
  font-weight: 500;
  margin: 0;
}
#header p{
  font-family: 'Roboto', sans-serif;
  color: #999;
  font-size: 20px;
  line-height: 150%;
}
#header img{
  width: 100%;
}
.illus {
  justify-self: end;
  max-width: 460px;
  margin-top: -3%;
}
.content {
  font-family: "Montserrat", sans-serif;
  max-width: 1366px;
  margin: 0 auto;
  padding: 170px 60px 0;
}

.contentGrid {
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 90px;
  margin: 0 auto 50px;
}
.content h2{
  color: #FC7E00;
  font-weight: 700;
  font-size: 27px;
  text-align: center;
  margin-bottom: 2.5em;
  grid-column: span 3;
}
.agent{
  display: grid;
  place-items: center;
  row-gap: 1em;
}
.agent .profilePic{
  width: 100%;
  max-width: 172px;
}
.agent h3{
  font-weight: 700;
  font-size: 16px;
  text-align: center;
}
span.position{
  display: block;
  font-weight: 400;
  font-size: 14px;
}
.content .keys {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  line-height: 110%;
  margin: 0;
  padding: 0;
  font-weight: 400;
  color: #00cbcf;
}
.content h1 {
  font-family: "Montserrat", sans-serif;
  color: #04155b;
  font-weight: 400;
  font-size: 60px;
  line-height: 100%;
  text-align: left;
  margin: 0.5em 0 0.3em;
}
h1 .turq {
  color: #00cbcf;
  font-weight: bold;
}
.content p {
  color: #999999;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 155%;
  margin: 0;
}
span.finalTag {
  display: block;
  color: #00cbcf;
  font-weight: bold;
  font-size: 22px;
  margin: 1em 0 0.5em;
}
.agent button,
.finalSect button,
.successSect button,
.journeyStart button {
  border: 0;
  width: 300px;
  background: #FC7E00;
  border-radius: 50px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 240%;
  color: #ffffff;
  margin: 0 auto;
  cursor: pointer;
}
.agent button{
  margin: 0;
  width: 213px;
}

button:focus {outline:none;}

p.finalCopy{
  max-width: 650px;
  margin: 4.8em auto 7em;
  color: #545454;
  font-size: 22px;
  line-height: 120%;
  text-align: center;

}
.successSect button {
  background-color: #07269a;
}
.speaker {
  background-image: url("img/curve.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  display: grid;
  grid-template-columns: 1fr min-content 1fr;
  grid-template-areas: ". img name";
  column-gap: 1.5em;
}
.speaker img {
  grid-area: img;
}
.speaker h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 700;
  grid-area: name;
  align-self: center;
  max-width: 190px;
}
.speaker h2 span {
  display: block;
  font-weight: 400;
  font-size: 18px;
  color: #999999;
}
h2.date {
  margin: 1.75em auto 0;
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  text-align: center;
  color: #545454;
  font-weight: 600;
  line-height: 100%;
}
h2.date .small {
  display: block;
  font-size: 30px;
}
h2.date .tagline {
  color: #5cd4ff;
  font-size: 20px;
  font-weight: 400;
  display: block;
}
.countdown {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 750px;
  margin: 4.5em auto 4em;
  font-family: "Montserrat", sans-serif;
  color: #999999;
  text-align: center;
  column-gap: 1.4em;
}
.countdown .num {
  font-weight: 700;
  font-size: 60px;
  display: block;
  line-height: 100%;
  margin: 0;
}
.countdown .label {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.1em;
}
.progress-ring__circle {
  transition: stroke-dashoffset 0.35s;
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
  z-index: 10;
}
.full-ring {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.countWrapper {
  width: 156px;
  height: 156px;
  position: relative;
}
.count {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: grid;
  place-items: center;
  height: 100%;
}
.quoteSect {
  margin: 3.5em 0 9.5em;
  display: grid;
  place-items: center;
  row-gap: 7em;
  background-image: url(images/circle-bg.svg);
  background-repeat: no-repeat;
}
.quoteSect h2 {
  color: #0063ff;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 27px;
  line-height: 120%;
  text-align: center;
  max-width: 400px;
  margin: 0 auto;
}
.quoteSect .steps {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 7em;
  font-family: "Montserrat", sans-serif;
}
.steps h3 {
  color: #00ced3;
  font-size: 45px;
  margin: 0;
  font-weight: bold;
  line-height: 90%;
}
.steps h3 span {
  display: block;
  font-size: 22px;
}
.steps p {
  font-size: 16px;
  color: #999;
  margin: 0;
}
.steps div:nth-child(1) {
  align-self: start;
}
.steps div:nth-child(2) {
  margin-top: 10em;
}
.featureSect {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-areas:
    "quote quote quote"
    "illus1 ul illus2";
  grid-template-columns: 2fr 4fr 2fr;
  column-gap: 2em;
  row-gap: 2em;
  place-items: center;
}
.featureSect .heading {
  grid-area: quote;
  display: grid;
  grid-template-columns: 1fr min-content 1fr;
  column-gap: 2em;
}
.featureSect .heading h2 {
  color: #0063ff;
  margin: 0;
  font-size: 30px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}
.featureSect .heading strong {
  font-weight: 600;
}
.featureSect ul {
  grid-area: ul;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 6em;
  row-gap: 2em;
  list-style: none;
}
.featureSect ul li {
  font-size: 18px;
  color: #999999;
  font-family: "Roboto", sans-serif;
}
.featureSect ul li::before {
  content: "\2022";
  color: #00ced3;
  font-weight: bold;
  display: inline-block;
  width: 0.5em;
}
.successSect {
  background-image: url(images/forus-bg.svg);
  background-size: 100%;
  padding: 20% 0 6.5em;
  display: grid;
  place-items: center;
  background-repeat: no-repeat;
  position: relative;
}
.successSect::after {
  content: url(images/side-circle.svg);
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: -10em;
}
.successSect h2 {
  color: #0063ff;
  font-size: 22px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  margin: 0;
}
.successSect p {
  max-width: 300px;
  margin: 0 auto 3.2em;
  font-family: "Roboto", sans-serif;
  color: #999;
  font-size: 20px;
  line-height: 105%;
  text-align: center;
  font-style: italic;
}
.successSect img {
  margin: 1.9em 0 1.3em;
}
.successSect ul {
  margin: 0 0 5.3em;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 2em;
  max-width: 700px;
  min-height: 450px;
}
.successSect li {
  color: #fff;
  font-style: italic;
  font-family: "Roboto", sans-serif;
  font-size: 40px;
}
.successSect li:nth-child(2) {
  align-self: end;
}
.successSect li:nth-child(3) {
  align-self: center;
  margin-top: -2em;
}
.successSect li .wrapper {
  background-color: #0063ff;
  border-radius: 15px;
  padding: 1em 0.5em;
  width: 220px;
  margin: 0 auto;
  position: relative;
}

.successSect li span {
  display: block;
}
.successSect .subTxt {
  font-size: 23px;
}
.successSect .regTxt {
  font-weight: 400;
  font-size: 20px;
}

.successSect .decorator {
  border: 1px solid #04155b;
  border-radius: 15px;
  position: absolute;
  margin: -0.8em 0 0 -0.3em;
  width: 100%;
  height: 100%;
}
.successSect .decorator::before {
  content: url(images/cross.svg);
  right: -0.2em;
  position: absolute;
  margin-top: -0.5em;
}
p.quote {
  font-weight: 300;
  color: #999999;
  font-family: "Montserrat", sans-serif;
  font-size: 35px;
  line-height: 130%;
  max-width: 480px;
  text-align: center;
  margin: 0;
}
p.quote::before {
  content: "“";
  font-family: "Roboto Slab", sans-serif;
  color: #caf1ff;
  font-size: 150px;
  position: absolute;
  margin-top: -0.2em;
  margin-left: -0.1em;
}
p.quote::after {
  content: "“";
  font-family: "Roboto Slab", sans-serif;
  color: #caf1ff;
  font-size: 150px;
  position: absolute;
  transform: rotate(180deg);
  margin-top: -0.3em;
  margin-left: 1em;
}
.quote span.author {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-style: italic;
}
.answerSect {
  max-width: 900px;
  margin: 0 auto;
}
.answerSect h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 27px;
  font-weight: 700;
  line-height: 120%;
  max-width: 350px;
  margin: 0 0 3em;
}
.bannerUlSect {
  margin: -2em 0 7em;
}
ul.aboutOnSite {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-areas:
    ". . ."
    "q q q"
    ". . .";
  column-gap: 3.5em;
  row-gap: 3.5em;
  place-items: center;
  max-width: 700px;
}
ul.aboutOnSite li {
  background-color: #0063ff;
  color: #fff;
  font-family: "Roboto", sans-serif;
  display: grid;
  place-items: center;
  border-radius: 15px;
  font-size: 18px;
  line-height: 111%;
  text-align: center;
  padding: 1em 0.5em;
  grid-template-rows: 1fr 2fr;
  row-gap: 1em;
  height: 100%;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

ul.aboutOnSite li h3 {
  font-size: 18px;
  line-height: 111%;
  padding: 0;
  margin: 0;
  align-self: start;
}
ul.aboutOnSite li span {
  display: block;
  font-weight: 400;
  margin: 0.3em 0 0;
}
li#midQuote {
  grid-area: q;
  display: block;
  background-color: transparent;
  color: #04155b;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  padding: 0;
  margin: 0;
  filter: none;
}
li#midQuote strong {
  display: block;
}
li.new::before {
  content: url(images/new-flair.svg);
  position: absolute;
  align-self: start;
  margin: -2em -8em 0 0;
}
.demoSect {
  background: #00ced3;
  padding: 4em 0 6em;
}
.demoSect h2 {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  margin: 0 auto 1.5em;
  text-align: center;
  font-weight: 700;
  font-size: 24px;
}
.demoSect h2 span {
  display: block;
  font-weight: 400;
}
.questions li {
  background: #ffffff;
  height: 100%;
  border: 2px solid #caf1ff;
  box-shadow: 5px 4px 10px rgba(212, 212, 212, 0.25);
  border-radius: 12px;
  display: grid;
  place-items: center;
  padding: 3em 1.5em;
  grid-template-rows: 100fr 105fr;
}
.questions li p {
  font-family: "Roboto", sans-serif;
  color: #999999;
  font-size: 18px;
  line-height: 110%;
  text-align: center;
  margin: 0;
}
img.divider {
  width: 100%;
  z-index: -1;
}
.aboutSect {
  display: grid;
  place-items: center;
  grid-template-columns: 6fr 6fr;
  max-width: 1120px;
  margin: -3em auto 2em;
  z-index: 1;
  background-image: url("img/Vector-3.svg");
  background-repeat: no-repeat;
  background-position: center center;
}
.aboutSect h2 {
  color: rgba(212, 212, 212, 0.25);
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 210px;
  line-height: 100%;
  word-break: break-word;
}
.aboutSect aside {
  display: grid;
  place-items: center;
  grid-auto-rows: min-content;
  padding: 2em 4em;
  font-family: "Asap", sans-serif;
  line-height: 187%;
  color: #999999;
  box-shadow: 5px 4px 12px #d4d4d4;
  border-radius: 24px;
  row-gap: 2em;
  background: #fff;
}
.aboutSect .preTitle {
  display: block;
  font-size: 24px;
  letter-spacing: 0.3em;
  line-height: 100%;
}
.finalSect {
  margin: 5.7em 0 7.3em;
  display: grid;
  place-items: center;
  grid-auto-rows: min-content;
  row-gap: 1.5em;
}

.finalSect h2 {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 27px;
  max-width: 450px;
  text-align: center;
  line-height: 122%;
  color: #04155b;
}
.finalSect h2 span {
  font-weight: 400;
}
.finalSect p {
  width: 465px;
  margin: 0 auto;
  color: #999;
  font-family: "Roboto", sans-serif;
  line-height: 156%;
  text-align: center;
}
.lastP {
  margin-bottom: 1.5em !important;
}

.journeyStart {
  background: #00ced3;
  color: #ffffff;
  margin-bottom: 9em;
  padding: 3em 0 3.5em;
  display: grid;
  place-items: center;
  row-gap: 1.5em;
}
.journeyStart h3 {
  font-family: "Montserrat", sans-serif;
  max-width: 450px;
  font-weight: 700;
  font-size: 27px;
  line-height: 122%;
  text-align: center;
}

@media (max-width: 700px) {
  #header {
    margin: 0;
  }
  .content {
    margin: 0 0 4em;
    padding: 80px 30px 20px !important;
  }
  .content .keys{
      font-size: 3vw;
  }
  .keys span{
      display: block;
  }
  .content h1{
    font-size: 7vw;
  }
  .content .inside{
      max-width: 45vw;
      text-align: left;
      margin-bottom: 20vw;
  }
  #header .wrapMe{
    width: 100%;
    background-size: 100%;
    min-height: auto;
}
  #header > *,
  .answerSect h2 {
    text-align: center;
  }
  h1 .subtitle,
  .speaker h2 {
    max-width: 100%;
  }
  h1 .subtitle {
    margin: 0 5vw;
  }

  /* 100px font */
  .aboutSect h2 {
    font-size: 24vw;
  }
   /* 35px font */
   #header h1 {
    font-size: 8.4vw;
  }
  /* 30px font */
  h2.date, .successSect li {
    font-size: 7.2vw;
  }
  /* 27px font */
  .answerSect h2{
    font-size: 6.5vw;
  }
  /* 25px font */
  p.quote,
  .aboutSect .preTitle, .steps h3, .featureSect .heading h2, .content h2, p.finalCopy  {
    font-size: 6vw;
  }
  .aboutOnSite h2, .quoteSect h2, .finalSect h2, .journeyStart h3 {
    font-size: 5.5vw;
  }
  /* 20px font */
  .webi span,
  h2.date .small, .steps h3 span, .successSect h2, #header h2  {
    font-size: 4.8vw;
  }
  /* 18px font */
  .content .webi,
  h1 .subtitle,
  h2.date .tagline,
  #header button,
  .finalSect button,
   .successSect p , .finalSect p, .content p, span.finalTag  {
    font-size: 4.3vw;
  }
  span.finalTag{
      max-width: 60vw;
      margin: 1em auto;
  }
  /* 16px font */
  .speaker h2,
  .quote span.author,
  .questions li p,
  .aboutSect aside, #header p {
    font-size: 3.8vw;
  }
  /* 14px font */
  .speaker h2 span, ul.aboutOnSite li h3, .steps p, .featureSect ul li {
    font-size: 3.4vw;
  }

  .finalSect p{
      width: 100%;
  }
  .successSect::after{
      display: none;
  }
  ul.aboutOnSite li {
    padding: 1em 1.2em;
    grid-template-rows: auto;
  }
  li.new::before{
    margin: -2em -6em 0 0;
  }
  
  .successSect p{
      line-height: 120%;
  }
  .speaker {
    display: block;
  }
  .speaker h2 {
    text-align: left;
    margin: 0 0 0 50%;
    max-width: 45vw;
  }
  .countdown {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 1.5em;
    margin: 7.5vw auto 13vw;
  }
  #header button,
  .finalSect button {
    width: 60vw;
  }
  
  .answerSect h2 {
    margin-left: auto;
    margin-right: auto;
  }
  ul.questions {
    grid-template-columns: 1fr;
    row-gap: 2em;
    max-width: 50vw;
    margin: 0 auto;
  }
  .questions li {
    grid-template-rows: min-content;
    row-gap: 1em;
  }
  .aboutSect {
    grid-template-columns: 1fr;
    row-gap: 1em;
  }
  .aboutSect h2 {
    max-width: 65vw;
    max-width: 0 auto;
  }
  .aboutSect aside {
    margin: 0 10vw;
    padding: 2em 10vw;
  }
  aside ul {
    padding-left: 1em;
  }
  .finalSect {
    margin: 5em 2em 5em;
  }
  .quoteSect, .featureSect{
      row-gap: 2em;
      background: transparent;
      margin: 0 2em;
  }
  .featureSect{
      grid-template-columns: 1fr;
      column-gap: 0;
      margin-top: 3em;
      margin-bottom: 3em;
  }
  .featureSect ul li{
      text-align: center;
  }
  .journeyStart{
      margin-bottom: 0;
  }
  .quoteSect .steps{
    grid-template-columns: 1fr;
    text-align: center;
    row-gap: 1em;
  }
  .steps h3{
      margin-bottom: 0.5em;
      line-height: 110%;
  }
  .steps div:nth-child(2){
      margin: 0;
  }
  .featureSect img {
      display: none;
  }
  .featureSect .heading{
      grid-template-columns: 1fr;
      text-align: center;
  }
  .successSect{
    padding: 30% 0 6.5em;
  }
  .successSect ul{
      grid-template-columns: 1fr;
      row-gap: 2em;
  }
  .successSect li:nth-child(3){
      margin-top: 0;
  }
  .featureSect ul{
      padding: 0;
      column-gap: 2em;
  }
  .answerSect {
    margin: 0 auto 5em;
  }
  .aboutSect {
    margin-top: 1em;
  }
  .speaker {
    background-position: center center;
  }
  .bannerUlSect{
      margin: 5em 2em 5em;
  }
  .demoSect{
      display: none;
  }
  ul.aboutOnSite {
      grid-template-columns: repeat(2, 1fr);
      column-gap: 1em;
      row-gap: 1.5em;
      grid-template-areas:
      "q q"
      ". ."
      ". .";
  }
  .successSect{
    background: url(images/forus-bg.svg), linear-gradient(180deg, rgba(255,255,255,1) 20%, rgba(241,241,241,1) 20%);
    background-size: 100%;
    background-repeat: no-repeat;

  }
  li.new::before {
    content: '';
    background-image: url(images/new-flair.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 20vw;
    height: 15vw;
    position: absolute;
    align-self: start;
    margin: -1em -5em 0 0;
  }
  #header{
    grid-template-columns: 1fr;
    margin:14.5vw 12vw;
  }
  .contentGrid {
    display: block;
  }

  .contentGrid .agent {
    margin-bottom: 50px;
  }
  .content{
    grid-template-columns: 1fr;
    row-gap: 3em;
    padding-top: 120px;
    padding-bottom: 20px;
  }
  .content h2{
    grid-column: 1;
    margin: 0px 1em 50px;
    font-size: 25px;
  }
  p.finalCopy{
    margin: 15vw 8.5vw 25vw;
  }
}

.title-boxes {
  color: #FC7E00;
  font-family: Asap, sans-serif;
  font-size: 35px;
  font-weight: 400;
  text-align: center;
  margin-top: 0;
  margin-bottom: 2em;
}
.container-boxes {
  background-color: #fff;
  margin-bottom: 2rem;
}
.boxes {
  padding-left: 5%;
  padding-right: 5%;
}
.boxes h3 {
  font-family: Asap, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  color: #2c4d84;
}
.boxes button {
  display: block;
  width: 90%;
  padding: 15px;
  border: 2px solid #fff;
  margin-bottom: 5%;
  margin-left: 2%;
  box-sizing: border-box;
  text-align: center;
  background: #fff;
  border-radius: 16px;
  align-content: center;
  height: 300px;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.boxes button a {
  text-decoration: none !important;
  color: #2c4d84;
}
.boxes button:hover {
  -webkit-box-shadow: 10px 10px 18px -11px rgba(44, 77, 134, 1);
  -moz-box-shadow: 10px 10px 18px -11px rgba(44, 77, 134, 1);
  box-shadow: 10px 10px 18px -11px rgba(44, 77, 134, 1);
}
@media screen and (min-width: 800px) {
  .boxes {
    display: flex;
    justify-content: center;
  }
}
.boxes button img {
  max-width: 150px;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
}

/* Demos  */
#demoWrapper {
  display: grid;
  grid-template-columns: max-content auto;
  border: 1px solid #ebecee;
  border-radius: 20px;
  background: #ffffff;
  padding: 2em 0;
  margin: 0 auto;
  max-width: 1070px;
  align-items: center;
  filter: drop-shadow(5px 4px 12px #01a3a7);
}
#demoContainer {
  position: absolute;
  z-index: 1;
}
#demoWrapper nav {
  background-color: #ffffff;
}
#demoWrapper nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
}
#demoWrapper nav ul li {
  cursor: pointer;
  padding: 1em 2em;
  transition: ease 0.2s;
  font-family: Asap, sans-serif;
  font-weight: 400;
  color: #454545;
}
#demoWrapper nav ul li:hover {
  cursor: pointer;
  text-decoration: underline;
  background-color: #f8f8f8;
}

.objWrap {
  width: 800px;
  height: 500px;
  padding: 0;
  overflow: hidden;
  position: relative;
}
.frame {
  width: 1200px;
  height: 750px;
  border: 0;
  transform: scale(0.65);
  transform-origin: 0 0;
}

@media (min-width: 701px) and (max-width: 1153px) {
  #header {
    padding: 60px;
  }
}

@media (min-width: 768px) and (max-width: 1800px){
  body {
      zoom: .85;
  }
}

