/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
button,
hr,
input {
  overflow: visible;
}
progress,
sub,
sup {
  vertical-align: baseline;
}
[type="checkbox"],
[type="radio"],
legend {
  box-sizing: border-box;
  padding: 0;
}
*,
legend {
  padding: 0;
}
*,
body {
  margin: 0;
}
.cta,
sub,
sup {
  position: relative;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
details,
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  text-decoration: none;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: ButtonText dotted 1px;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}
textarea {
  overflow: auto;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}
[hidden],
template {
  display: none;
}
.example {
  display: -ms-grid;
  display: grid;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(white),
    to(black)
  );
  background: -o-linear-gradient(top, #fff, #000);
  background: linear-gradient(to bottom, #fff, #000);
}
.orange-line,
.top-line {
  background-color: #ff7500;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
ul {
  list-style: none;
}
body {
  font-family: Roboto Arial;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.5px;
}
.top-line {
  width: 100%;
  height: 5px;
}
.orange-line {
  width: 80px;
  height: 3px;
}
.hero-line {
  margin-bottom: 40px;
}
.why-line {
  margin-bottom: 24px;
}
.contenir {
  width: 100%;
  max-width: 1100px;
  padding-left: 20px;
  padding-right: 20px;
  margin-right: auto;
  margin-left: auto;
}
.orange-button,
.orange-button:hover {
  display: inline-block;
  color: #fff;
  padding: 12px 24px;
  text-decoration: none;
}
.orange-button {
  background-color: #de2e54;
  border: 2px solid #de2e54;
  border-radius: 8px;
}
.cta,
.hero {
  background-color: #0eb4c1;
}
.orange-button:hover {
  background-color: #7ff;
  border: none;
}
.header {
  padding-bottom: 16px;
  padding-top: 16px;
}
.footer-container,
.header-container,
.hero-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer-links-wrapper,
.header-links-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 32px;
}
.card,
.footer-links,
.header-links {
  display: -webkit-box;
  display: -ms-flexbox;
}
.footer-links,
.header-links {
  display: flex;
  gap: 32px;
}
.header-link {
  color: #252420;
}
.header-link:hover {
  color: #f90303;
}
.hero {
  color: #fff;
  padding-top: 80px;
}
.hero-content {
  width: 100%;
  max-width: 500px;
}
.hero-title {
  font-size: 36px;
  line-height: 120%;
  margin-bottom: 22px;
  letter-spacing: 0;
  font-family: " Sans Condensed" " Arial ";
}
.hero-text {
  margin-bottom: 32px;
  width: 100%;
  max-width: 440px;
  font-size: 18px;
  line-height: 150%;
}
.card-title,
.why-title {
  font-family: "Roboto Condensed" " Arial ";
  line-height: 120%;
}
.hero-img {
  padding-top: 29px;
  right: 0;
  width: 423px;
  height: 504px;
}
.why-title {
  margin-bottom: 56px;
  padding-top: 120px;
  letter-spacing: 0.5px;
  font-size: 56px;
  text-align: center;
}
.cards {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.card,
.circle {
  -webkit-box-align: center;
}
.card {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 80px;
}
.circle,
.orange-ul {
  display: -webkit-box;
  display: -ms-flexbox;
}
.circle {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding-right: 64px;
  margin-bottom: 32px;
}
.cta,
.orange-ul {
  -webkit-box-align: center;
  width: 100%;
}
.card-title {
  font-size: 24px;
  color: #222;
}
.card-text {
  font-size: 16px;
  line-height: 150%;
  font-family: Roboto Arial;
  padding-top: 24px;
  color: rgba(34, 34, 34, 70%);
  width: 100%;
  max-width: 600px;
  margin-bottom: 30px;
}
.orange-ul {
  max-width: 1440px;
  padding-bottom: 180px;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.cta,
.cta-button {
  display: -webkit-box;
  display: -ms-flexbox;
}
.cta {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  padding: 64px;
}
.button-div,
.cta-link {
  -webkit-box-align: center;
}
.cta-title {
  text-align: center;
  margin-bottom: 40px;
}
.cta-content {
  width: 100%;
  max-width: 1440px;
}
.cta-button,
.cta-button:hover {
  width: 156px;
  height: 42px;
  font-size: 15px;
  border-radius: 8px;
  line-height: 120%;
  letter-spacing: 2px;
  padding-left: 40px;
  color: #fff;
}
.cta-button {
  display: flex;
  background-color: #de2e54;
}
.button-div,
.cta-button:hover,
.cta-link {
  display: -webkit-box;
  display: -ms-flexbox;
}
.cta-button:hover {
  display: flex;
  background-color: #51b1ec;
  border: 2px solid #fff;
}
.cta-link {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.button-div {
  width: 100%;
  max-width: 1440px;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.footer {
  padding-bottom: 16px;
  padding-top: 16px;
  background-color: #222;
}
.footer-link {
  color: #fff;
}
.footer-link:hover {
  color: #ff7500;
}
.logo-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  color: #f2dfdf;
  margin-right: 90px;
  font-size: 24px;
}
@media (max-width: 8930px) {
  .header-burger {
    display: none;
  }
}
@media (max-width: 900px) {
  .card,
  .hero-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hero-content,
  .hero-text {
    text-align: center;
  }
}
@media (max-width: 890px) {
  .header-links {
    display: none;
  }
  .header-burger {
    display: block;
  }
}
@media (max-width: 700px) {
  .footer-links-wrapper,
  .orange {
    display: none;
  }
}
@media (max-width: 515px) {
  .hero-img {
    width: 100%;
    height: 480px;
  }
  .card-div {
    text-align: justify;
  }
}
@media (max-width: 450px) {
  .hero-title {
    font-size: 24px;
  }
  .hero-img {
    height: 350px;
  }
  .why-title {
    font-size: 30px;
  }
}
+