* {
  margin: 0;
}

body {
  background-color: #efe2d4;
}

@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@font-face {
  font-family: "bodyFont";
  src: url("../fonts/FinancierDisplay-Regular.woff2") format("woff2"), url("../fonts/FinancierDisplay-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "footerFont";
  src: url("../fonts/BasisGrotesquePro-Bold.woff2") format("woff2"), url("../fonts/BasisGrotesquePro-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "footerFont";
  src: url("../fonts/BasisGrotesquePro-Regular.woff2") format("woff2"), url("../fonts/BasisGrotesquePro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "bodyFont";
  src: url("../fonts/FinancierDisplay-RegularItalic.woff2") format("woff2"), url("../fonts/FinancierDisplay-RegularItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
.header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: bodyFont;
  padding: 0 100px;
  text-align: center;
}
@media (max-width: 770px) {
  .header {
    padding: 0;
  }
}
.header .header-img {
  width: auto;
  width: 50%;
  animation: fadeInAnimation 5s ease;
}
.header .middleText {
  font-size: 70px;
  animation: fadeInLeft 5s ease;
  transition-delay: 5s;
}
@media (max-width: 770px) {
  .header .middleText {
    font-size: 28px;
  }
}
.header .video-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  position: relative;
}
.header .video-wrapper video {
  background-color: #efe2d4;
  max-width: 100%;
  border-radius: 10px;
}
.header .video-wrapper .wrapper {
  position: absolute;
  bottom: -37.5px;
  background-color: #efe2d4;
  padding: 10px 15px;
  border-radius: 10px;
}

.downloads {display: flex;
justify-content: center;
padding:100px 40px 0px 40px;
  }
  
  .downloads a {font-family: bodyFont;font-size:24px;line-height:1em;background:#f0643c;color:#efe2d4;padding:12px 20px;position:relative;margin:0 10px;
  clip-path: polygon(
    0 8px,
    8px 0,
    calc(100% - 8px) 0,
    100% 8px,
    100% calc(100% - 8px),
    calc(100% - 8px) 100%,
    8px 100%,
    0% calc(100% - 8px),
    0% 8px
  );transition:background 0.2s}
  .downloads a:hover {background:#000}

@media (max-width: 770px) {
  .header .video-wrapper .wrapper {
    bottom: -10px;
  }
  .downloads {flex-direction:column}
  .downloads a {margin:10px 0;text-align: center;}
}
.header .video-wrapper .wrapper h3 {
  font-size: 50px;
}
@media (max-width: 770px) {
  .header .video-wrapper .wrapper h3 {
    font-size: 18px;
  }
}

a {
  text-decoration: none;
  color: black;
}

.footer {
  padding: 100px 100px;
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
  text-align: center;
  flex-wrap: wrap;
  font-family: footerFont;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.footer a {
  font-family: footerFont;
}
.footer .agent {
  padding: 10px 0px;
  font-family: footerFont;
}
.footer .l {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  max-width: 50%;
}
.footer .l img {
  max-height: 50px;
}
.footer .r {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.footer .r img {
  max-height: 50px;
}
@media (max-width: 770px) {
  .footer {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .footer .r {
    padding-top: 50px;
  }
}

.SubFooter {
  width: 100%;
  background-color: #F7CEBF;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0px;
}
.SubFooter .container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.SubFooter .container img {
  padding: 0px 25px;
}
.SubFooter .container .short {
  width: 342px;
  justify-content: flex-end;
  display: flex;
}
@media (max-width: 770px) {
  .SubFooter .container .short {
    font-size: 9px;
    width: 173px;
  }
}
.SubFooter .container a {
  font-size: 20px;
  color: #F0643C;
}
@media (max-width: 770px) {
  .SubFooter .container a {
    font-size: 9px;
  }
}
.SubFooter .container p {
  font-size: 20px;
  color: #F0643C;
  font-family: footerFont;
  font-weight: bold;
}
@media (max-width: 770px) {
  .SubFooter .container p {
    font-size: 9px;
  }
}

a {
  font-family: footerFont;
}/*# sourceMappingURL=style.css.map */
