@charset "UTF-8";
@import url("https://use.typekit.net/tiq3gyh.css");
input,
textarea,
select {
  outline: 1px solid #e068a2;
  outline-offset: -1px;
  border-radius: 2rem;
  width: 100%;
  padding: 1rem;
  margin-bottom: 1rem;
  text-align: left;
  word-wrap: break-word;
}

h1 {
  font-size: 1.5rem;
  font-weight: bold;
}

h2 {
  font-size: 2rem;
  font-weight: 600;
}
h2 .font {
  font-family: "garamond-premier-pro-display", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.5rem;
  display: block;
  line-height: 2rem;
}

h3 {
  font-size: 1rem;
  font-weight: bold;
}

#blackout {
  background-color: #000;
  position: absolute;
  z-index: 9;
  height: 0;
  width: 0;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
#blackout.on {
  height: 100%;
  width: 100%;
  opacity: 0.9;
  transition: opacity 0.3s ease-in-out;
}

section,
footer {
  background-color: white;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 1rem;
  gap: 1rem;
}
section col,
footer col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  flex-grow: 1;
}
section > div.wrapper,
footer > div.wrapper {
  padding: 0rem;
  background-color: white;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
section p,
footer p {
  line-height: 1.5rem;
}
section p.sectionMicroTitle,
footer p.sectionMicroTitle {
  font-size: 1rem;
  font-weight: 300;
  text-transform: uppercase;
}

.cardList {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  justify-content: center;
}
.cardList .card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  padding: 1rem;
  box-shadow: 0 0 0.5rem 0.25rem rgba(22, 22, 22, 0.125);
}
.cardList .card .cardImage {
  aspect-ratio: 1/1;
  width: 60%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #4f2d95;
  -o-object-fit: cover;
     object-fit: cover;
}
.cardList .card H1,
.cardList .card H2,
.cardList .card H3,
.cardList .card H4,
.cardList .card H5,
.cardList .card H6 {
  font-size: 2rem;
}
.cardList .card H1 span,
.cardList .card H2 span,
.cardList .card H3 span,
.cardList .card H4 span,
.cardList .card H5 span,
.cardList .card H6 span {
  display: block;
  padding-top: 1rem;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1rem;
}

b {
  font-weight: bold;
}

button {
  cursor: pointer;
  background: linear-gradient(180deg, #f3b7c0 -5%, #e068a2 176%);
  border-radius: 10rem;
  text-transform: capitalize;
  padding: 1rem 2rem;
  font-size: 1.25rem;
}

.scrollkill {
  overflow: hidden;
}

.sectionDrawer {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.sectionDrawer .sectionDrawerHolder {
  display: grid;
  grid-template-rows: 0fr;
  transition: all 0.3s ease-in-out;
}
.sectionDrawer .sectionDrawerHolder.open {
  grid-template-rows: 1fr;
  transition: all 0.3s ease-in-out;
}
.sectionDrawer .sectionDrawerHolder div {
  overflow: hidden;
}

section#hero {
  padding: 0;
  margin-top: 7rem;
  background-color: var(--clr-primary-1);
  color: white;
  text-align: center;
  display: flex;
  flex-direction: column;
  width: 100%;
}
section#hero .slider {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  position: relative;
}
section#hero .slider li {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s linear;
  background-color: aqua;
  margin: 0;
  padding: 0;
}
section#hero .slider li.active {
  opacity: 100%;
  transition: all 0.3s linear;
}
section#hero .slider li img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
section#hero .heroText {
  padding: 1rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: space-between;
}
section#hero .heroText button {
  text-transform: uppercase;
}

section#services {
  text-align: center;
}
section#services .cardList .card .serviceImage {
  aspect-ratio: 1/1;
  width: 60%;
  max-width: 8rem;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 1rem;
  background-color: #4f2d95;
}
section#services .cardList .card .serviceIcon {
  aspect-ratio: 1/1;
  width: 10ch;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #4f2d95;
}
section#services .cardList .card .serviceIcon svg {
  max-height: 100%;
}
section#services .cardList .card .textHolder {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
}
section#services .cardList .card .textHolder h3 {
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-weight: 600;
}
section#services .cardList .card .textHolder p {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
}
section#services .cardList .card .expand {
  color: var(--clr-font-light);
  width: 100%;
  border-radius: 1rem;
  transition: all 0.3s ease-in-out;
  position: relative;
}
section#services .cardList .card .expand.closer {
  display: none;
  justify-self: flex-end;
  align-self: flex-end;
  width: auto;
  margin: 0;
  padding: 0;
  position: absolute;
  top: -1rem;
  right: -1rem;
  padding: 1rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
section#services .cardList .card .expand.closer::before {
  margin: 0;
  padding: 0;
  content: "Close";
}
section#services .cardList .card .expand.open {
  border-radius: 1rem 1rem 0 0;
  transition: all 0.3s ease-in-out;
}
section#services .cardList .card .serviceDrawer {
  z-index: 10;
  display: grid;
  grid-template-rows: 0fr;
  transition: all 0.3s ease-in-out;
}
section#services .cardList .card .serviceDrawer h3 {
  font-size: 1rem;
}
section#services .cardList .card .serviceDrawer div {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  text-align: center;
}
section#services .cardList .card .serviceDrawer div ul {
  list-style: none;
  -webkit-margin-start: 1rem;
          margin-inline-start: 1rem;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  -webkit-padding-start: 0rem;
          padding-inline-start: 0rem;
  text-align: left;
}
section#services .cardList .card .serviceDrawer div ul li::before {
  content: "•";
  color: var(--clr-primary-1);
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
section#services .cardList .card .serviceDrawer.open {
  padding: 1rem;
  border: 1px solid #e068a2;
  border-top: none;
  height: 100%;
  grid-template-rows: 1fr;
}
section#services .cardList .card .serviceDrawer.open div {
  overflow-y: hidden;
}

section#welcome {
  text-align: left;
}
section#welcome .imageHolder {
  display: none;
}
section#welcome h2 {
  font-size: 1.25rem;
}
section#welcome h2 span {
  font-family: "garamond-premier-pro-display", serif;
  font-weight: 700;
  font-style: normal;
  color: #4f2d95;
  display: block;
  font-weight: 700;
  font-size: 6rem;
  line-height: 4rem;
  background: -webkit-linear-gradient(#e068a2, #4f2d95);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

section#getStarted {
  color: var(--clr-font-light);
  background: var(--gradient-primary-2);
  flex: 1 1 0;
  align-items: center;
  width: 100%;
}
section#getStarted .card {
  color: black;
  background-color: white;
}
section#getStarted .card img {
  width: 25rem;
  outline: 1rem solid var(--clr-secondary-2);
  outline-offset: -0.95rem;
}
section#getStarted .card button {
  color: white;
}

section#contactUs {
  text-align: center;
}
section#contactUs h2 {
  color: #e068a2;
  font-size: 2.5rem;
  line-height: 2.25rem;
  font-weight: 600;
}
section#contactUs form {
  padding: 1rem;
  width: 100%;
}
section#contactUs form input,
section#contactUs form textarea {
  color: #e068a2;
}
section#contactUs form input::-moz-placeholder, section#contactUs form textarea::-moz-placeholder {
  color: hsla(331, 66%, 64%, 0.5);
  padding: 1rem;
}
section#contactUs form input::placeholder,
section#contactUs form textarea::placeholder {
  color: hsla(331, 66%, 64%, 0.5);
  padding: 1rem;
}
section#contactUs form button {
  color: white;
}

footer {
  background: linear-gradient(180deg, #e471a7 -167%, #4f2d95 97%);
  color: white;
}
footer .card {
  box-shadow: none;
}

[data-modal] {
  padding: 0;
  z-index: 50;
  opacity: 0;
  width: calc(100% - var(--siteWidthPadding) * 2);
}
[data-modal] #calendly {
  flex-grow: 1;
  width: 100%;
}
[data-modal][open] {
  --primary-color: #000;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: center;
  height: 100%;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
[data-modal]::backdrop {
  background-color: hsla(260, 54%, 20%, 0.75);
}

.Logo {
  min-width: 6ch;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
}
.Logo #Iso #Anchor #Anchor_Body {
  fill: #4f2d95;
}
.Logo #Iso #Anchor #Anchor_Highlights {
  fill: #fff;
}
.Logo #Iso #Heart #Heart_Base {
  fill: red;
}
.Logo #Iso #Heart #Heart_Highlight {
  fill: #fff;
}
.Logo #Iso #Stethoscope #Stethoscope_Drum_Base {
  fill: #e068a2;
}
.Logo #Iso #Stethoscope #Stethoscope_Drum_Highlight {
  fill: white;
}
.Logo #Iso #Stethoscope #Stethoscope_Bell {
  fill: #e068a2;
}
.Logo #Iso #Stethoscope #Stethoscope_Eartip_L,
.Logo #Iso #Stethoscope #Stethoscope_Eartip_R {
  fill: #e068a2;
}
.Logo #Iso #Stethoscope #Stethoscope_Binaural_Spring {
  fill: #e068a2;
}
.Logo #Iso #Stethoscope #Stethoscope_Tubing {
  fill: #e068a2;
}
.Logo #Logo {
  fill: #4f2d95;
}
.Logo #Tagline {
  fill: #e068a2;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (min-width: 1px) {
  header#site-header {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    z-index: 15;
    top: 0;
    left: 0;
    width: 100%;
    background-color: white;
    height: 7rem;
  }
  header#site-header .menu {
    aspect-ratio: 1/1;
    width: 6ch;
    min-width: 6ch;
    overflow: hidden;
  }
  header#site-header .menu .openButton {
    padding-top: 0.5rem;
    text-align: center;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    position: relative;
  }
  header#site-header .menu .openButton p {
    line-height: 0.25rem;
  }
  header#site-header .menu .openButton .line {
    display: block;
    background-color: #4f2d95;
    width: 6ch;
    border-radius: 0.5ch;
    aspect-ratio: 15/1;
  }
  header#site-header .menu ul {
    height: calc(100dvh - 7rem);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    position: absolute;
    top: 100%;
    right: -100%;
    background: var(--gradient-primary-2);
    padding: 1.5rem 1rem;
    transition: all 0.3s ease-in-out;
    opacity: 0%;
  }
  header#site-header .menu ul.open {
    opacity: 100%;
    right: 0%;
  }
  header#site-header .menu ul li:not(:last-child) {
    display: flex;
    flex-direction: column;
    background: linear-gradient(180deg, #f3b7c0 -5%, #e068a2 176%);
    width: 25ch;
    border-radius: 0.5rem;
    align-items: center;
    padding: 1rem 0rem;
    color: var(--clr-font-light);
  }
  header#site-header .menu ul li:not(:last-child).active {
    color: var(--clr-font-dark);
    background: #fff;
  }
  header#site-header .menu ul li:not(:last-child) a {
    display: block;
    text-decoration: none;
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
  header#site-header .menu ul li:not(:last-child) small {
    display: block;
  }
  header#site-header .menu ul li:last-child {
    color: var(--clr-font-light);
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
  }
  header#site-header .menu ul li:last-child button {
    color: var(--clr-font-dark);
    font-weight: 600;
  }
  header#site-header .Logo {
    min-width: 6ch;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
  }
  header#site-header .Logo #Iso #Anchor #Anchor_Body {
    fill: #4f2d95;
  }
  header#site-header .Logo #Iso #Anchor #Anchor_Highlights {
    fill: #fff;
  }
  header#site-header .Logo #Iso #Heart #Heart_Base {
    fill: red;
  }
  header#site-header .Logo #Iso #Heart #Heart_Highlight {
    fill: #fff;
  }
  header#site-header .Logo #Iso #Stethoscope #Stethoscope_Drum_Base {
    fill: #e068a2;
  }
  header#site-header .Logo #Iso #Stethoscope #Stethoscope_Drum_Highlight {
    fill: white;
  }
  header#site-header .Logo #Iso #Stethoscope #Stethoscope_Bell {
    fill: #e068a2;
  }
  header#site-header .Logo #Iso #Stethoscope #Stethoscope_Eartip_L,
  header#site-header .Logo #Iso #Stethoscope #Stethoscope_Eartip_R {
    fill: #e068a2;
  }
  header#site-header .Logo #Iso #Stethoscope #Stethoscope_Binaural_Spring {
    fill: #e068a2;
  }
  header#site-header .Logo #Iso #Stethoscope #Stethoscope_Tubing {
    fill: #e068a2;
  }
  header#site-header .Logo #Logo {
    fill: #4f2d95;
  }
  header#site-header .Logo #Tagline {
    fill: #e068a2;
  }
  section#hero .heroText .Logo {
    display: none;
  }
  section#contactUs .hide {
    display: none;
  }
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  header#site-header {
    position: fixed;
    height: auto;
    margin: 0;
    padding: 1rem;
  }
  header#site-header .menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    aspect-ratio: unset;
    overflow: visible;
  }
  header#site-header .menu .openButton {
    display: none;
  }
  header#site-header .menu .openButton p {
    display: none;
  }
  header#site-header .menu .openButton .line {
    display: none;
  }
  header#site-header .menu ul {
    position: relative;
    top: unset;
    right: unset;
    display: flex;
    flex-direction: row;
    width: 100%;
    height: auto;
    gap: 0.5rem;
    background: var(--gradient-primary-2);
    padding: 0;
    transition: all 0.3s ease-in-out;
    opacity: 1;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
  }
  header#site-header .menu ul li:not(:last-child) {
    position: relative;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    background: none;
    width: 15ch;
    border-radius: 0.5rem;
    align-items: center;
    padding: 1rem;
    color: var(--clr-font-light);
  }
  header#site-header .menu ul li:not(:last-child).active {
    color: var(--clr-font-light);
    background: none;
  }
  header#site-header .menu ul li:not(:last-child) a {
    display: block;
    text-decoration: none;
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
  header#site-header .menu ul li:not(:last-child) small {
    font-size: 0.75rem;
    display: block;
  }
  header#site-header .menu ul li:not(:last-child):not(:nth-last-child(2))::after {
    content: "";
    width: 1px;
    height: 80%;
    background: var(--clr-font-light);
    position: absolute;
    right: -0.25rem;
    top: 10%;
  }
  header#site-header .menu ul li:last-child {
    color: var(--clr-font-light);
    top: 100%;
    display: flex;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
  }
  header#site-header .menu ul li:last-child button {
    color: var(--clr-font-dark);
    font-weight: 600;
  }
  header#site-header .Logo {
    z-index: 15;
    left: 1rem;
    height: 6rem;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
  }
  header#site-header .Logo #Iso #Anchor #Anchor_Body {
    fill: #4f2d95;
  }
  header#site-header .Logo #Iso #Anchor #Anchor_Highlights {
    fill: #fff;
  }
  header#site-header .Logo #Iso #Heart #Heart_Base {
    fill: red;
  }
  header#site-header .Logo #Iso #Heart #Heart_Highlight {
    fill: #fff;
  }
  header#site-header .Logo #Iso #Stethoscope #Stethoscope_Drum_Base {
    fill: #e068a2;
  }
  header#site-header .Logo #Iso #Stethoscope #Stethoscope_Drum_Highlight {
    fill: white;
  }
  header#site-header .Logo #Iso #Stethoscope #Stethoscope_Bell {
    fill: #e068a2;
  }
  header#site-header .Logo #Iso #Stethoscope #Stethoscope_Eartip_L,
  header#site-header .Logo #Iso #Stethoscope #Stethoscope_Eartip_R {
    fill: #e068a2;
  }
  header#site-header .Logo #Iso #Stethoscope #Stethoscope_Binaural_Spring {
    fill: #e068a2;
  }
  header#site-header .Logo #Iso #Stethoscope #Stethoscope_Tubing {
    fill: #e068a2;
  }
  header#site-header .Logo #Logo {
    fill: #4f2d95;
  }
  header#site-header .Logo #Tagline {
    fill: #e068a2;
  }
  section#services {
    text-align: center;
  }
  section#services .cardList {
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
    position: relative;
  }
  section#services .cardList .card {
    position: unset;
    flex: 1 1 0;
  }
  section#services .cardList .card .serviceDrawer {
    position: absolute;
    border-radius: 0.5rem;
    width: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    background-color: #fff;
  }
  section#services .cardList .card .serviceDrawer h3 {
    background-color: #e068a2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 1rem;
  }
  section#services .cardList .card .serviceDrawer.open div {
    padding-top: 3rem;
  }
  section#getStarted {
    color: var(--clr-font-light);
    background: var(--gradient-primary-2);
  }
  section#getStarted .cardList {
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
  }
  section#getStarted .card {
    color: black;
    background-color: white;
  }
  section#getStarted .card button {
    color: white;
  }
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  footer {
    background-color: #f3b7c0 !important;
  }
  footer .cardList {
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
  }
  footer .cardList .card {
    flex: 1 1 0;
  }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  header#site-header {
    padding: 0;
  }
  header#site-header .menu ul {
    height: 7rem;
  }
  header#site-header .menu ul li:last-child button {
    display: inline-block;
  }
  header#site-header .Logo {
    position: absolute;
    top: var(--logo-top-calc);
    left: calc(var(--logo-left-calc) + 25%);
    margin-left: -25%;
    aspect-ratio: 23/7;
    height: 12rem;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
    display: none;
  }
  header#site-header .Logo #Iso #Anchor #Anchor_Body {
    fill: #4f2d95;
  }
  header#site-header .Logo #Iso #Anchor #Anchor_Highlights {
    fill: #fff;
  }
  header#site-header .Logo #Iso #Heart #Heart_Base {
    fill: red;
  }
  header#site-header .Logo #Iso #Heart #Heart_Highlight {
    fill: #fff;
  }
  header#site-header .Logo #Iso #Stethoscope #Stethoscope_Drum_Base {
    fill: #e068a2;
  }
  header#site-header .Logo #Iso #Stethoscope #Stethoscope_Drum_Highlight {
    fill: white;
  }
  header#site-header .Logo #Iso #Stethoscope #Stethoscope_Bell {
    fill: #e068a2;
  }
  header#site-header .Logo #Iso #Stethoscope #Stethoscope_Eartip_L,
  header#site-header .Logo #Iso #Stethoscope #Stethoscope_Eartip_R {
    fill: #e068a2;
  }
  header#site-header .Logo #Iso #Stethoscope #Stethoscope_Binaural_Spring {
    fill: #e068a2;
  }
  header#site-header .Logo #Iso #Stethoscope #Stethoscope_Tubing {
    fill: #e068a2;
  }
  section,
  footer {
    width: 100%;
    padding: 1rem var(--siteWidthPadding);
  }
  section .col,
  footer .col {
    flex: 1 1 0;
  }
  section#hero {
    padding: 0rem var(--siteWidthPadding);
    flex-direction: row-reverse;
    background: var(--gradient-primary-ooga);
    height: min(100svh - 7rem, 60rem);
  }
  section#hero::before {
    content: "";
    flex-grow: 1;
    height: 100%;
    flex: 1 1 0;
    min-width: calc(var(--widthCalc) - var(--siteWidthPadding));
  }
  section#hero .slider {
    list-style: none;
    margin: 0;
    padding: 0;
    width: max(50% - 1.5rem, var(--widthCalc));
    height: var(--heightCalc);
    right: 0;
    position: absolute;
  }
  section#hero .slider::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: var(--heightCalc);
    z-index: 10;
    aspect-ratio: 1025/834;
    background-image: url("./img/cover.svg");
    background-size: cover;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    fill: white;
  }
  section#hero .slider li {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.3s linear;
    background-color: aqua;
    margin: 0;
    padding: 0;
  }
  section#hero .slider li.active {
    opacity: 100%;
    transition: all 0.3s linear;
  }
  section#hero .slider li img {
    height: 100%;
    aspect-ratio: unset;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center-left;
       object-position: center-left;
  }
  section#hero .heroText {
    flex: 1 1 0;
    flex-grow: 1;
    color: var(--clr-font-dark);
    padding: 1rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: center;
    align-items: center;
  }
  section#hero .heroText .Logo {
    display: block;
    max-width: 40rem;
    margin-bottom: 10rem;
  }
  section#hero .heroText button {
    color: var(--clr-primary-1);
    text-transform: uppercase;
  }
  section#welcome {
    background: var(--gradient-primary-booga);
    padding: 0;
    display: grid;
    justify-content: center;
    gap: 1rem;
    align-items: unset;
    grid-template-columns: var(--siteWidthPadding) 1fr 1fr var(--siteWidthPadding);
    grid-template-rows: 0fr 0fr;
    grid-template-areas: "image image content padding" "image image content2 padding";
    grid-auto-flow: row dense;
  }
  section#welcome .wrapper {
    background-color: unset;
    grid-area: content;
  }
  section#welcome .imageHolder {
    display: block;
    overflow: hidden;
    grid-area: image;
    position: relative;
    background-color: #e068a2;
  }
  section#welcome .imageHolder::before {
    content: "";
    position: absolute;
    top: 0;
    right: -1px;
    height: 100%;
    transform: rotate(180deg);
    z-index: 10;
    aspect-ratio: 1025/834;
    background-image: url("./img/cover.svg");
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    fill: white;
  }
  section#welcome .imageHolder img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top right;
       object-position: top right;
  }
  section#welcome .sectionDrawer {
    grid-area: content2;
  }
  section#welcome .sectionDrawer .sectionDrawerHolder div {
    padding: 0rem 1rem;
    margin-bottom: 1rem;
    display: flex;
    gap: 1rem;
    flex-direction: column;
  }
  section#services {
    text-align: center;
  }
  section#services .cardList .card .expand.closer {
    display: block;
  }
  section#contactUs {
    flex-direction: row;
    padding-bottom: 0;
  }
  section#contactUs .hide {
    display: flex;
  }
  section#contactUs img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}/*# sourceMappingURL=style.css.map */