/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
}

@font-face {
  font-family: "ITC Avant Garde Std Md";
  src: url("../fonts/ITCAvantGardeStd-Md.eot");
  src: local("ITC Avant Garde Gothic Std Medium"), local("ITCAvantGardeStd-Md"), url("../fonts/ITCAvantGardeStd-Mdd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/ITCAvantGardeStd-Md.woff2") format("woff2"), url("../fonts/ITCAvantGardeStd-Md.woff") format("woff"), url("../fonts/ITCAvantGardeStd-Md.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "ITC Avant Garde Std Bold";
  src: url("../fonts/ITCAvantGardeStd-Bold.eot");
  src: local("ITC Avant Garde Gothic Std Bold"), local("ITCAvantGardeStd-Bold"), url("../fonts/ITCAvantGardeStd-Boldd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/ITCAvantGardeStd-Bold.woff2") format("woff2"), url("../fonts/ITCAvantGardeStd-Bold.woff") format("woff"), url("../fonts/ITCAvantGardeStd-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "ITC Avant Garde Std XLt";
  src: url("../fonts/ITCAvantGardeStd-XLt.eot");
  src: local("ITC Avant Garde Gothic Std Extra Light"), local("ITCAvantGardeStd-XLt"), url("../fonts/ITCAvantGardeStd-XLtd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/ITCAvantGardeStd-XLt.woff2") format("woff2"), url("../fonts/ITCAvantGardeStd-XLt.woff") format("woff"), url("../fonts/ITCAvantGardeStd-XLt.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
/* Fonts */
/* Variables */
.modal {
  display: none;
  max-width: 100%;
  width: 100%;
  min-height: auto;
}

.product-details {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem;
  font-family: "ITC Avant Garde Std Md", sans-serif;
  color: #53575a;
}
@media (min-width: 768px) {
  .product-details {
    grid-template-columns: repeat(2, 1fr);
  }
}
.product-details__figure img {
  max-height: 560px;
  margin: 0 auto;
  display: block;
}
.product-details h4 {
  font-size: 24px;
  font-family: "ITC Avant Garde Std Bold", sans-serif;
}
.product-details ul {
  margin-top: 3rem;
  font-family: "ITC Avant Garde Std XLt", sans-serif;
  list-style: disc;
  line-height: 22px;
}
.product-details p {
  font-family: "ITC Avant Garde Std XLt", sans-serif;
  line-height: 22px;
}
.product-details__price {
  margin-top: 2rem;
}
.product-details__price span {
  text-decoration: line-through;
  color: #8d969e;
}
.product-details__description .unavailable {
  font-family: "ITC Avant Garde Std Bold", sans-serif;
  margin-top: 0.5rem;
  display: block;
  color: #ec959d;
}
.product-details__rating {
  margin: 2rem 0;
  font-family: "ITC Avant Garde Std XLt", sans-serif;
}
.product-details__rating .star {
  color: #ec959d;
}

.is-close-btn--bottom {
  bottom: 5px !important;
  right: 5px !important;
  top: unset !important;
}

img {
  max-width: 100%;
}

html {
  font-family: "Unbounded", sans-serif;
}

a {
  text-decoration: none;
}

button {
  outline: 0;
  border: 0;
  padding: 0;
  cursor: pointer;
}

body {
  padding-top: 74px;
}
@media (min-width: 768px) {
  body {
    padding-top: 82px;
  }
}

.container {
  margin: 0 auto;
  max-width: calc(100% - 2rem);
}
@media (min-width: 1024px) {
  .container {
    max-width: 1140px;
  }
}

.title {
  font-family: "ITC Avant Garde Std Bold", sans-serif;
  color: #53575a;
  font-size: 32px;
}
@media (min-width: 768px) {
  .title {
    font-size: 52px;
  }
}

.button {
  padding: 1.075rem 2.5rem;
  border-radius: 2rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  text-align: center;
  background: #ec959d;
  display: inline-block;
  transition: 0.3s all ease-in-out;
}
.button:hover {
  box-shadow: inset 0 0 0 2px #ec959d;
  background-color: #ec959d;
}
.button--unavailable {
  font-size: 10px !important;
}

@keyframes ping {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
  }
}
section {
  padding: 3rem 0;
}

.header {
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 1000;
}
.header__wrapper {
  padding: 1rem 0.5rem 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #ec959d;
}
@media (min-width: 768px) {
  .header__wrapper {
    padding: 1rem 2rem 20px;
  }
}
.header__logo img {
  height: 36px;
}
@media (min-width: 768px) {
  .header__logo img {
    height: 48px;
  }
}
.header__main-nav ul {
  display: flex;
  gap: 2.5rem;
}
@media (max-width: 640px) {
  .header__main-nav ul {
    gap: 1rem;
  }
}
.header__main-nav ul li a {
  color: #53575a;
  font-size: 1rem;
  font-family: "ITC Avant Garde Std Bold", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  position: relative;
}
.header__main-nav ul li a::after {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  left: calc(50% - 0.25rem);
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 0.5rem;
  background-color: #ec959d;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
}
.header__main-nav ul li a:hover::after {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 768px) {
  .header__main-nav ul li a {
    font-size: 16px;
  }
}

.hero {
  position: relative;
  padding: 3rem 0;
  margin-bottom: 4rem;
}
.hero__wrapper {
  display: flex;
  align-items: center;
  gap: 3rem;
}
@media (max-width: 1024px) {
  .hero__wrapper {
    flex-wrap: wrap;
  }
}
.hero__prose {
  max-width: 414px;
  width: 100%;
  flex-shrink: 0;
}
.hero__prose .button {
  margin-top: 2rem;
}
.hero__title {
  line-height: 3rem;
  color: #ec959d;
}
@media (min-width: 768px) {
  .hero__title {
    line-height: 4rem;
  }
}
.hero__figure {
  position: relative;
}
.hero__figure a {
  overflow: hidden;
  border-radius: 0.75rem;
  display: block;
  height: 250px;
}
@media (min-width: 768px) {
  .hero__figure a {
    height: 419px;
    width: 100%;
  }
}
.hero__figure a:hover img {
  transform: scale(1.3);
}
.hero__figure img {
  height: 100%;
  object-fit: cover;
  transition: 0.3s all ease-in-out;
}
.hero__video-play-button {
  background: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  color: #ec959d;
  border-radius: 100%;
}
.hero__video-play-button::before {
  content: "";
  box-sizing: content-box;
  top: -20px;
  left: -20px;
  width: 100%;
  height: 100%;
  padding: 20px;
  opacity: 0.3;
  border-radius: 100%;
  animation: 2s ease-in-out infinite alternate ping;
  position: absolute;
  background: radial-gradient(50% 50% at 50% 50%, #ec959d 0%, #ec959d 100%);
}
.hero__video-play-button svg {
  width: 3.5rem;
  height: 3.5rem;
}

.shop {
  padding: 3rem 0;
  position: relative;
}
.shop::before {
  position: absolute;
  content: "";
  left: 0;
  top: -8rem;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="652.368" height="724" viewBox="0 0 652.368 724"><g id="atom" transform="translate(-209.67 -725.785)" opacity="0.28"><g id="Group_11" data-name="Group 11" transform="translate(217.576 725.785)"><path id="Path_20" data-name="Path 20" d="M244.271,746.69c-90.445,0-139.247-186.51-139.247-361.993S153.827,22.69,244.271,22.69,383.519,209.2,383.519,384.7,334.716,746.69,244.271,746.69Zm0-689.1c-49.344,0-104.338,134.337-104.338,327.105S194.928,711.78,244.271,711.78s104.3-134.33,104.3-327.083S293.615,57.593,244.271,57.593Z" transform="translate(77.949 -22.69)" fill="%23ebeff2"/><path id="Path_21" data-name="Path 21" d="M625.949,481.072c-17.477,0-37.072-1.992-58.66-6.006-69.776-12.96-153.022-46-234.394-92.962-81.358-47-151.585-102.575-197.677-156.495C84.459,166.261,68.485,116.065,89.014,80.5c20.573-35.591,72.042-46.84,148.778-32.555,69.746,12.96,152.97,46,234.35,92.962,151.97,87.764,289.1,223.264,243.874,301.585C701.286,468.075,670.545,481.072,625.949,481.072ZM179.443,76.919c-30.77,0-52.195,7.2-60.185,21.054-11.938,20.654,3.955,59.889,42.479,104.945,43.6,51,110.58,103.878,188.628,148.934,78.01,45.056,157.3,76.633,223.286,88.889,58.245,10.812,100.22,4.969,112.165-15.685,24.624-42.745-64.2-157.532-231.151-253.908-78-45.056-157.3-76.633-223.264-88.882C212.139,78.689,194.647,76.919,179.443,76.919Z" transform="translate(-80.317 100.496)" fill="%23ebeff2"/><path id="Path_22" data-name="Path 22" d="M179.11,481.08c-44.619,0-75.322-13-90.1-38.561-20.528-35.576-4.555-85.772,46.2-145.113,46.092-53.92,116.319-109.5,197.677-156.495,81.373-46.966,164.619-80,234.394-92.962,76.67-14.308,128.22-3.036,148.727,32.577,45.226,78.321-91.9,213.822-243.874,301.585-81.38,46.966-164.6,80-234.35,92.962Q205.367,481.1,179.11,481.08ZM625.615,76.927c-15.189,0-32.7,1.77-51.965,5.347C507.667,94.523,428.375,126.1,350.365,171.156,272.317,216.219,205.341,269.1,161.737,320.1c-38.524,45.056-54.416,84.29-42.479,104.945,11.982,20.7,53.92,26.586,112.143,15.707,65.962-12.256,145.261-43.834,223.264-88.889h0C621.617,255.491,710.439,140.7,685.816,97.959,677.825,84.126,656.4,76.927,625.615,76.927Z" transform="translate(-80.317 100.488)" fill="%23ebeff2"/></g><g id="Group_12" data-name="Group 12" transform="translate(209.67 743.239)"><circle id="Ellipse_1" data-name="Ellipse 1" cx="48.787" cy="48.787" r="48.787" transform="translate(489.647 497.785)" fill="%23ebeff2"/><circle id="Ellipse_2" data-name="Ellipse 2" cx="48.787" cy="48.787" r="48.787" transform="translate(343.285)" fill="%23ebeff2"/><circle id="Ellipse_3" data-name="Ellipse 3" cx="76.28" cy="76.28" r="76.28" transform="translate(253.834 268.267)" fill="%23ebeff2"/><circle id="Ellipse_4" data-name="Ellipse 4" cx="48.787" cy="48.787" r="48.787" transform="translate(0 385.464)" fill="%23ebeff2"/></g></g></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  width: 50%;
  height: 100%;
  transform: translateX(-20%);
  z-index: -1;
}
.shop__wrapper {
  display: flex;
  gap: 2rem;
}
@media (max-width: 1024px) {
  .shop__wrapper {
    flex-wrap: wrap;
  }
}
.shop__hero {
  flex-shrink: 0;
  max-width: 490px;
  width: 100%;
  padding-top: 1rem;
}
@media (min-width: 768px) {
  .shop__hero {
    padding-top: 7rem;
  }
}
.shop--inner {
  background: #ebeff2;
}
.shop--inner .product-list {
  grid-template-columns: repeat(2, 1fr);
  row-gap: 4rem;
}
@media (min-width: 768px) {
  .shop--inner .product-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.shop--inner .product-card {
  background: transparent;
}
.shop--inner .product-card__badge {
  left: -0.25rem;
  top: -1.25rem;
}
.shop--inner .product-card__figure {
  padding: 0.75rem 1.5rem;
  position: relative;
  background-color: #fff;
  border-radius: 1rem;
}
.shop--inner .product-card__figure::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  border-radius: 1rem;
  height: 40%;
  width: 100%;
}
.shop--inner .product-card__figure img {
  position: relative;
  z-index: 10;
}
.shop--inner .product-card__name {
  margin-top: 1rem;
}
@media (min-width: 1024px) {
  .shop--inner .product-card__body {
    margin-top: 0;
  }
}
.shop--inner .product-card__rating {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
.shop--inner .product-card__quick-buy {
  flex-direction: column;
}
.shop--inner .product-card__quick-buy a {
  padding: 0.75rem 0;
  font-size: 13px;
}
.shop--inner .shop__title {
  line-height: 4rem;
  font-size: 52px;
  color: #ec959d;
}
@media (min-width: 768px) {
  .shop--inner .shop__title {
    line-height: 5rem;
  }
}
.shop--inner .shop__all-link {
  display: block;
  margin-top: 3rem;
  font-size: 38px;
  font-family: "ITC Avant Garde Std XLt", sans-serif;
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #ec959d;
  transition: 0.3s all ease-in-out;
}
.shop--inner .shop__all-link:hover {
  text-decoration: underline;
}

.product-list {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
@media (min-width: 768px) {
  .product-list {
    gap: 1.5rem;
    grid-template-columns: repeat(4, 1fr);
  }
}
.product-card {
  display: flex;
  flex-direction: column;
  border-radius: 0.375rem;
  background: #fff;
  position: relative;
  cursor: pointer;
}
.product-card__badge {
  position: absolute;
  left: 1rem;
  top: 1rem;
  z-index: 20;
  font-size: 0.75rem;
  background: rgb(248, 58, 58);
  padding: 0.5rem;
  line-height: 0.75rem;
  border-radius: 2rem;
  color: #fff;
  font-family: "ITC Avant Garde Std Bold", sans-serif;
}
.product-card__figure {
  background-color: #fff;
  border-radius: 1rem;
  padding: 2rem;
}
.product-card__body {
  margin-top: 0;
}
@media (min-width: 768px) {
  .product-card__body {
    margin-top: auto;
  }
}
.product-card__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  margin-top: 1rem;
}
.product-card__name {
  font-family: "ITC Avant Garde Std Bold", sans-serif;
  text-transform: uppercase;
  color: #53575a;
  text-align: center;
  margin-top: 2rem;
}
.product-card__price {
  font-family: "ITC Avant Garde Std Bold", sans-serif;
  font-size: 14px;
  color: #53575a;
}
@media (max-width: 768px) {
  .product-card__rating {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
  }
}
.product-card__quick-buy {
  margin-top: 0.5rem;
  display: flex;
  justify-content: space-around;
  gap: 0.5rem;
}
@media (max-width: 768px) {
  .product-card__quick-buy {
    flex-direction: column;
  }
}
.product-card__quick-buy a {
  width: 100%;
  padding: 0.75rem 0;
  font-size: 13px;
}
@media (min-width: 768px) {
  .product-card__quick-buy a {
    padding: 1rem 0;
    font-size: 14px;
  }
}
.product-card__reviews {
  font-family: "ITC Avant Garde Std XLt", sans-serif;
  font-size: 16px;
  color: #53575a;
}
.product-card__rating .star {
  color: #ec959d;
}
.product-card:hover .product-card__figure img {
  transition: 0.4s all ease-in-out;
  transform: translateY(-20px);
}

.results {
  margin-top: 3rem;
}
.results__wrapper {
  display: flex;
  align-items: center;
  gap: 7rem;
}
@media (max-width: 768px) {
  .results__wrapper {
    flex-wrap: wrap;
    gap: 3rem;
  }
}
.results__prose {
  max-width: 514px;
  width: 100%;
  flex-shrink: 0;
}
.results__prose p {
  margin-top: 2rem;
  font-family: "ITC Avant Garde Std Md", sans-serif;
  line-height: 2rem;
  color: #53575a;
}
.results__figure {
  position: relative;
}
.results__figure a {
  overflow: hidden;
  border-radius: 0.75rem;
  display: block;
}
@media (min-width: 768px) {
  .results__figure a {
    width: 514px;
  }
}
.results__figure a:hover img {
  transform: scale(1.1);
}
.results__figure img {
  object-fit: cover;
  transition: 0.3s all ease-in-out;
}

.community {
  margin-top: 3rem;
  position: relative;
}
.community::before {
  position: absolute;
  content: "";
  right: 100px;
  top: -40px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="652.368" height="724" viewBox="0 0 652.368 724"><g id="atom" transform="translate(-209.67 -725.785)" opacity="0.28"><g id="Group_11" data-name="Group 11" transform="translate(217.576 725.785)"><path id="Path_20" data-name="Path 20" d="M244.271,746.69c-90.445,0-139.247-186.51-139.247-361.993S153.827,22.69,244.271,22.69,383.519,209.2,383.519,384.7,334.716,746.69,244.271,746.69Zm0-689.1c-49.344,0-104.338,134.337-104.338,327.105S194.928,711.78,244.271,711.78s104.3-134.33,104.3-327.083S293.615,57.593,244.271,57.593Z" transform="translate(77.949 -22.69)" fill="%23ebeff2"/><path id="Path_21" data-name="Path 21" d="M625.949,481.072c-17.477,0-37.072-1.992-58.66-6.006-69.776-12.96-153.022-46-234.394-92.962-81.358-47-151.585-102.575-197.677-156.495C84.459,166.261,68.485,116.065,89.014,80.5c20.573-35.591,72.042-46.84,148.778-32.555,69.746,12.96,152.97,46,234.35,92.962,151.97,87.764,289.1,223.264,243.874,301.585C701.286,468.075,670.545,481.072,625.949,481.072ZM179.443,76.919c-30.77,0-52.195,7.2-60.185,21.054-11.938,20.654,3.955,59.889,42.479,104.945,43.6,51,110.58,103.878,188.628,148.934,78.01,45.056,157.3,76.633,223.286,88.889,58.245,10.812,100.22,4.969,112.165-15.685,24.624-42.745-64.2-157.532-231.151-253.908-78-45.056-157.3-76.633-223.264-88.882C212.139,78.689,194.647,76.919,179.443,76.919Z" transform="translate(-80.317 100.496)" fill="%23ebeff2"/><path id="Path_22" data-name="Path 22" d="M179.11,481.08c-44.619,0-75.322-13-90.1-38.561-20.528-35.576-4.555-85.772,46.2-145.113,46.092-53.92,116.319-109.5,197.677-156.495,81.373-46.966,164.619-80,234.394-92.962,76.67-14.308,128.22-3.036,148.727,32.577,45.226,78.321-91.9,213.822-243.874,301.585-81.38,46.966-164.6,80-234.35,92.962Q205.367,481.1,179.11,481.08ZM625.615,76.927c-15.189,0-32.7,1.77-51.965,5.347C507.667,94.523,428.375,126.1,350.365,171.156,272.317,216.219,205.341,269.1,161.737,320.1c-38.524,45.056-54.416,84.29-42.479,104.945,11.982,20.7,53.92,26.586,112.143,15.707,65.962-12.256,145.261-43.834,223.264-88.889h0C621.617,255.491,710.439,140.7,685.816,97.959,677.825,84.126,656.4,76.927,625.615,76.927Z" transform="translate(-80.317 100.488)" fill="%23ebeff2"/></g><g id="Group_12" data-name="Group 12" transform="translate(209.67 743.239)"><circle id="Ellipse_1" data-name="Ellipse 1" cx="48.787" cy="48.787" r="48.787" transform="translate(489.647 497.785)" fill="%23ebeff2"/><circle id="Ellipse_2" data-name="Ellipse 2" cx="48.787" cy="48.787" r="48.787" transform="translate(343.285)" fill="%23ebeff2"/><circle id="Ellipse_3" data-name="Ellipse 3" cx="76.28" cy="76.28" r="76.28" transform="translate(253.834 268.267)" fill="%23ebeff2"/><circle id="Ellipse_4" data-name="Ellipse 4" cx="48.787" cy="48.787" r="48.787" transform="translate(0 385.464)" fill="%23ebeff2"/></g></g></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  width: 310px;
  height: 324px;
  z-index: -1;
}
.community__title {
  font-size: 32px;
}
.community__avatars {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (min-width: 768px) {
  .community__avatars {
    grid-template-columns: repeat(5, 1fr);
  }
}
.community__avatars img {
  border-radius: 0.5rem;
  object-fit: cover;
}
@media (min-width: 768px) {
  .community__avatars img {
    height: 360px;
  }
}

.reviews {
  background: #ebeff2;
  margin-top: -10rem;
}
.reviews__list {
  margin-top: 8rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
}
@media (min-width: 768px) {
  .reviews__list {
    gap: 3rem;
  }
}

.review {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.review__title {
  font-size: 22px;
  line-height: 32px;
  color: #53575a;
  font-family: "ITC Avant Garde Std Bold", sans-serif;
}
@media (min-width: 768px) {
  .review__title {
    font-size: 28px;
    line-height: 40px;
  }
}
.review__description {
  font-family: "ITC Avant Garde Std XLt", sans-serif;
  line-height: 2rem;
}
.review__author {
  color: #53575a;
  font-family: "ITC Avant Garde Std Bold", sans-serif;
}

.footer {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="652.368" height="724" viewBox="0 0 652.368 724"><g id="atom" transform="translate(-209.67 -725.785)" opacity="0.28"><g id="Group_11" data-name="Group 11" transform="translate(217.576 725.785)"><path id="Path_20" data-name="Path 20" d="M244.271,746.69c-90.445,0-139.247-186.51-139.247-361.993S153.827,22.69,244.271,22.69,383.519,209.2,383.519,384.7,334.716,746.69,244.271,746.69Zm0-689.1c-49.344,0-104.338,134.337-104.338,327.105S194.928,711.78,244.271,711.78s104.3-134.33,104.3-327.083S293.615,57.593,244.271,57.593Z" transform="translate(77.949 -22.69)" fill="%23ebeff2"/><path id="Path_21" data-name="Path 21" d="M625.949,481.072c-17.477,0-37.072-1.992-58.66-6.006-69.776-12.96-153.022-46-234.394-92.962-81.358-47-151.585-102.575-197.677-156.495C84.459,166.261,68.485,116.065,89.014,80.5c20.573-35.591,72.042-46.84,148.778-32.555,69.746,12.96,152.97,46,234.35,92.962,151.97,87.764,289.1,223.264,243.874,301.585C701.286,468.075,670.545,481.072,625.949,481.072ZM179.443,76.919c-30.77,0-52.195,7.2-60.185,21.054-11.938,20.654,3.955,59.889,42.479,104.945,43.6,51,110.58,103.878,188.628,148.934,78.01,45.056,157.3,76.633,223.286,88.889,58.245,10.812,100.22,4.969,112.165-15.685,24.624-42.745-64.2-157.532-231.151-253.908-78-45.056-157.3-76.633-223.264-88.882C212.139,78.689,194.647,76.919,179.443,76.919Z" transform="translate(-80.317 100.496)" fill="%23ebeff2"/><path id="Path_22" data-name="Path 22" d="M179.11,481.08c-44.619,0-75.322-13-90.1-38.561-20.528-35.576-4.555-85.772,46.2-145.113,46.092-53.92,116.319-109.5,197.677-156.495,81.373-46.966,164.619-80,234.394-92.962,76.67-14.308,128.22-3.036,148.727,32.577,45.226,78.321-91.9,213.822-243.874,301.585-81.38,46.966-164.6,80-234.35,92.962Q205.367,481.1,179.11,481.08ZM625.615,76.927c-15.189,0-32.7,1.77-51.965,5.347C507.667,94.523,428.375,126.1,350.365,171.156,272.317,216.219,205.341,269.1,161.737,320.1c-38.524,45.056-54.416,84.29-42.479,104.945,11.982,20.7,53.92,26.586,112.143,15.707,65.962-12.256,145.261-43.834,223.264-88.889h0C621.617,255.491,710.439,140.7,685.816,97.959,677.825,84.126,656.4,76.927,625.615,76.927Z" transform="translate(-80.317 100.488)" fill="%23ebeff2"/></g><g id="Group_12" data-name="Group 12" transform="translate(209.67 743.239)"><circle id="Ellipse_1" data-name="Ellipse 1" cx="48.787" cy="48.787" r="48.787" transform="translate(489.647 497.785)" fill="%23ebeff2"/><circle id="Ellipse_2" data-name="Ellipse 2" cx="48.787" cy="48.787" r="48.787" transform="translate(343.285)" fill="%23ebeff2"/><circle id="Ellipse_3" data-name="Ellipse 3" cx="76.28" cy="76.28" r="76.28" transform="translate(253.834 268.267)" fill="%23ebeff2"/><circle id="Ellipse_4" data-name="Ellipse 4" cx="48.787" cy="48.787" r="48.787" transform="translate(0 385.464)" fill="%23ebeff2"/></g></g></svg>');
  background-repeat: no-repeat;
  background-position: center;
}
.footer__wrapper {
  width: 100%;
  padding: 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}
@media (max-width: 768px) {
  .footer__wrapper {
    flex-direction: column;
    gap: 0;
    width: auto;
  }
}
.footer__logo {
  max-width: 220px;
  width: 100%;
}
.footer__menu {
  max-width: 220px;
  width: 100%;
}
@media (max-width: 768px) {
  .footer__menu {
    text-align: center;
  }
}
.footer__menu span {
  font-family: "ITC Avant Garde Std Bold", sans-serif;
  color: #53575a;
}
.footer__menu ul {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.footer__menu ul li a {
  font-family: "ITC Avant Garde Std XLt", sans-serif;
  text-decoration: underline;
  color: #ec959d;
}
.footer__impact-text {
  max-width: 750px;
  text-align: center;
  margin: 0 auto;
  font-family: "ITC Avant Garde Std XLt", sans-serif;
  color: #53575a;
  line-height: 2rem;
}
.footer__contact-us {
  margin: 5rem 0;
}
.footer__call {
  text-align: center;
  margin-top: 1.5rem;
}
.footer__call a {
  font-size: 22px;
  font-family: "ITC Avant Garde Std Bold", sans-serif;
  color: #000;
}
.footer__call a:hover {
  color: #ec959d;
  transition: 0.3s all ease-in-out;
}
@media (min-width: 768px) {
  .footer__call a {
    font-size: 32px;
  }
}
.footer__call-title {
  text-transform: uppercase;
  font-family: "ITC Avant Garde Std Bold", sans-serif;
  color: #53575a;
  font-size: 18px;
  text-align: center;
}
.footer-bottom {
  margin-top: 3rem;
  background: rgb(83, 87, 90);
  padding: 1rem;
  color: #fff;
  font-family: "ITC Avant Garde Std XLt", sans-serif;
  font-size: 14px;
}

.contact {
  margin: 3rem 0;
}
.contact__call {
  text-align: center;
  margin-top: 1.5rem;
}
.contact__call a {
  font-size: 36px;
  font-family: "ITC Avant Garde Std Bold", sans-serif;
  color: #000;
}
.contact__call a:hover {
  color: #ec959d;
  transition: 0.3s all ease-in-out;
}
@media (min-width: 768px) {
  .contact__call a {
    font-size: 42px;
  }
}
.contact__call-title {
  text-transform: uppercase;
  font-family: "ITC Avant Garde Std Bold", sans-serif;
  color: #53575a;
  font-size: 18px;
  text-align: center;
}
.contact__button-wrapper {
  margin-top: 3rem;
  display: flex;
  justify-content: center;
}

.accordion {
  padding: 1.25rem 0;
  cursor: pointer;
  border-bottom: 1px solid rgba(83, 87, 90, 0.14);
}
.accordion:hover button {
  background: #53575a;
  color: #fff;
}
@media (min-width: 768px) {
  .accordion {
    padding: 1.25rem;
  }
}
.accordion-box {
  padding: 20px 1rem;
  background: rgba(83, 87, 90, 0.05);
  border-radius: 0.75rem;
}
.accordion__toggle {
  display: flex;
  justify-content: space-between;
}
.accordion__toggle span {
  font-size: 16px;
  line-height: 20px;
  font-family: "ITC Avant Garde Std Bold", sans-serif;
  color: #53575a;
}
@media (min-width: 768px) {
  .accordion__toggle span {
    font-size: 20px;
  }
}
.accordion__toggle button {
  height: 24px;
  width: 24px;
  border-radius: 100%;
  background: rgba(83, 87, 90, 0.1);
  transition: 0.2s all ease-in;
  flex-shrink: 0;
}
.accordion__content {
  padding-left: 1rem;
  padding-right: 1rem;
  height: 0;
  overflow: hidden;
  transition: 0.2s all ease-in;
  transform: translateY(-4px);
  opacity: 0;
  font-family: "ITC Avant Garde Std Md", sans-serif;
  color: #53575a;
  line-height: 2rem;
}
@media (min-width: 768px) {
  .accordion__content {
    padding-left: 4rem;
    padding-right: 0;
  }
}
.accordion.active button {
  background: #53575a;
  color: #fff;
  transform: rotate(-45deg);
}
.accordion.active .accordion__content {
  height: auto;
  transition: 0.2s all ease-in;
  padding-top: 2rem;
  opacity: 1;
}

.features {
  margin: 0 0 3rem;
}
@media (min-width: 768px) {
  .features {
    margin: 3rem 0;
  }
}
.features .feature {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.features .feature span {
  font-family: "ITC Avant Garde Std Md", sans-serif;
}
.features .feature-list {
  max-width: 80%;
  margin: 0 auto;
  margin-top: 4rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2rem;
}
@media (min-width: 768px) {
  .features .feature-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
  }
}

.origin__info p {
  font-family: "ITC Avant Garde Std Md", sans-serif;
  margin-top: 2rem;
  line-height: 22px;
}

.advantages {
  background: #bd5a81;
  padding: 3rem 0;
  margin-top: 3rem;
}
.advantages img {
  margin-top: 2rem;
  padding: 0 2rem;
}
.advantages__title {
  text-align: center;
  color: #fff;
  font-size: 26px;
  line-height: 32px;
  max-width: 80%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .advantages__title {
    font-size: 42px;
    line-height: 48px;
  }
}
.advantages .advantage {
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: center;
  flex-direction: column;
  font-family: "ITC Avant Garde Std Md", sans-serif;
  color: #fff;
}
.advantages .advantage span {
  text-align: center;
}
.advantages .advantage-list {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 2rem;
  row-gap: 2rem;
}
@media (min-width: 768px) {
  .advantages .advantage-list {
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
  }
}

.benefits {
  background: url("../eves_imgs/Layer 2 copy.jpg") no-repeat;
  background-size: cover;
  padding: 3rem 0;
}
.benefits__title {
  text-align: center;
  color: #fff;
  font-size: 26px;
  line-height: 32px;
  max-width: 80%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .benefits__title {
    font-size: 42px;
    line-height: 48px;
  }
}
.benefits .benefit {
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: center;
  flex-direction: column;
  font-family: "ITC Avant Garde Std Md", sans-serif;
  color: #fff;
}
.benefits .benefit span {
  text-align: center;
}
.benefits .benefit-list {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 1rem;
  row-gap: 2rem;
}
@media (min-width: 768px) {
  .benefits .benefit-list {
    grid-template-columns: repeat(5, 1fr);
    gap: 1rem;
  }
}

.story {
  padding: 0;
}
.story__wrapper {
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 640px) {
  .story__wrapper {
    grid-template-columns: 1fr 1.2fr;
    display: grid;
  }
}
.story__content {
  background: #ec959d;
  padding: 2rem;
}
@media (min-width: 768px) {
  .story__content {
    padding: 3rem;
  }
}
.story__title {
  color: #fff;
  margin-top: 1rem;
}
.story__title span {
  color: #fff;
}
@media (min-width: 768px) {
  .story__title {
    margin-top: 3rem;
  }
}
.story__description {
  margin-top: 3rem;
  font-family: "ITC Avant Garde Std Md", sans-serif;
  font-size: 22px;
  line-height: 36px;
  color: #fff;
}

/*# sourceMappingURL=styles.css.map */
