* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
  padding: 0;
  margin: 0;
  color: #7d4e24;
  background: #faf8f6;
}

img {
  max-width: 100%;
  height: auto;
}

.container {
  max-width: 574px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding-top: 35px;
}

header {
  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;
  margin-bottom: 30px;
  font-weight: 600;
}

header > div {
  width: 33.333333%;
}

header p {
  color: #36a6de;
  font-size: 16px;
  line-height: 19px;
}

.header2 img {
  max-width: 165px;
}

.header3 {
  padding-left: 30px;
}

.imagestrip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

h1,
p {
  margin: 0 0 10px;
}

h1.greatermargin,
p.greatermargin {
  margin-bottom: 30px;
}

h1 {
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
}

.details {
  padding: 30px 0 80px;
}

.videoWrapper {
  margin: 5% 0%;
}

[style*="--aspect-ratio"] > :first-child {
  width: 100%;
}
[style*="--aspect-ratio"] > img {
  height: auto;
}
@supports (--custom: property) {
  [style*="--aspect-ratio"] {
    position: relative;
  }
  [style*="--aspect-ratio"]::before {
    content: "";
    display: block;
    padding-bottom: calc(100% / (var(--aspect-ratio)));
  }
  [style*="--aspect-ratio"] > :first-child {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }
}

.bluetext p {
  color: #36a6de;
}

p.email {
  margin-bottom: 20px;
}

h1.strong,
p.strong {
  font-weight: 600;
}

a {
  color: #36a6de;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.email a {
  font-size: 23px;
  text-decoration: underline;
}

.email a:hover {
  color: #7d4e24;
}

.showmobile {
  display: none;
}

.hidemobile {
  display: block;
}

.social__link {
  margin: 0% 1%;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.social__link:hover {
  color: #7d4e24;
}

.social__link:hover .social__svg {
  fill: #7d4e24;
}

.social__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.social__svg--box {
  width: 5%;
  margin-right: 1%;
}

.social__svg {
  width: 100%;
  fill: #2aa7dc;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.social__text {
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
}

@media screen and (max-width: 573px) {
  .container {
    max-width: 100%;
    width: 100%;
  }

  header {
    display: block;
    padding: 0 10px;
  }

  .imagestrip {
    display: block;
  }

  .imagestrip img {
    width: 25%;
    height: auto;
  }

  header > div {
    width: 100%;
  }

  .header2 {
    margin-bottom: 30px;
  }

  .header3 {
    padding: 0;
  }

  .details {
    padding: 30px 10px 80px;
  }

  .hidemobile {
    display: none;
  }

  .showmobile {
    display: block;
  }
}
