/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Prevent font size inflation */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

/* Remove default margin in favour of better control in authored CSS */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin-block-end: 0;
  font-family: "Poppins", Sans-Serif;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role="list"],
ol[role="list"] {
  list-style: none;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  line-height: 1.5;
  background: #043C33;
  overflow: auto;
}

/* Set shorter line heights on headings and interactive elements */
h1,
h2,
h3,
h4,
button,
input,
label {
  line-height: 1.1;
}

/* Balance text wrapping on headings */
h1,
h2,
h3,
h4 {
  text-wrap: balance;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
  color: currentColor;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
}

/* Make sure textareas without a rows attribute are not tiny */
textarea:not([rows]) {
  min-height: 10em;
}

/* Anything that has been anchored to should have extra scroll margin */
:target {
  scroll-margin-block: 5ex;
}

.wrapper {
  display: flex;
  width: 100%;
  min-height: 100vh;
  justify-content: center;
  align-items: center;
}

.content {
  display: flex;
  width: 100%;
  max-width: 1000px;
  background: #085C44;
  border-radius: 24px;
  padding: 0;
  margin: 0;
  height: 100%;
  background-image: url("https://d3k81ch9hvuctc.cloudfront.net/company/W9KqzG/images/4dacc8e1-97e0-449a-8e46-14edf52b284c.jpeg");
  background-size: 45% auto;
  background-repeat: no-repeat;
  background-position: left top;
  filter: drop-shadow( 0 25px 25px rgb(0 0 0 / 0.15));
  
}

.left-content {
  display: flex;
  flex-direction: column;
  width: 40%;
  margin: 0;
  height: 100%;
  justify-content: center;
  padding-left: 25px;
  padding-right: 15px;
}

.left-content h1 {
  font-weight: 900;
  font-size: 32px;
  text-shadow: 0px 1px 2px rgb(0 0 0 / 0.1), 0px 3px 2px rgb(0 0 0 / 0.1), 0px 4px 8px rgb(0 0 0 / 0.1);
  color: #FFF;
}

.left-content p {
  font-weight: 400;
  font-size: 16px;
  text-shadow: 0px 1px 2px rgb(0 0 0 / 0.1), 0px 3px 2px rgb(0 0 0 / 0.1), 0px 4px 8px rgb(0 0 0 / 0.1);
  color: #FFF;
}

.right-content, .klaviyo-form-Wj7JkZ{
  margin: 0 !important;
  padding: 0 !important;
  height: 100%;
}

.klaviyo-form-Sudd6G, .klaviyo-form-Wj7JkZ {
  display: flex;
  width: 100%;
  max-width: 700px;
  padding: 20px;
  backface-visibility: hidden;
}

.klaviyo-form-Sudd6G {
  min-height: max-content;
}

.klaviyo-form-Wj7JkZ {
  padding: 25px;
  height: 100%!important;
}

.klaviyo-form-Wj7JkZ form {
  padding: 20px 25px !important;
}

/* Media Queries for Responsive Design */
@media (max-width: 900px) {
  .left-content {
    display: none;
  }

  .content {
    background-size: cover;
    background-position: center;
  }

  .right-content,
  .klaviyo-form-Wj7JkZ, .klaviyo-form-Sudd6G {
    width: 100%;
    max-width: none;
  }
}
