:root {
  --color-background: #222;
  --color-btn-bg: #0fc79c;
  --color-body-text: hsl(0, 0%, 98%);
  --color-btn-text: hsl(0, 0%, 0%);
  --color-transparent: hsla(0, 0%, 0%, 0);
  --font-family: arial, sans-serif;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  position: relative;
}

html {
  background-color: var(--color-background, red);
  color: var(--color-body-text, red);
  font-family: var(--font-family, cursive);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.618;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  z-index: 0;
}
body * {
  -webkit-transition: width 0.5s ease-in-out;
  transition: width 0.5s ease-in-out;
}

a {
  color: var(--color-btn-text, red);
  text-decoration: none;
}

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

.sr-only {
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}

.nowrap {
  white-space: nowrap;
}

.dot {
  position: absolute;
  border-radius: 50%;
  z-index: -100;
}

body {
  margin: 0 auto;
  padding: 0;
  min-width: 280px;
}

.section01 p,
.section02 p,
.section03 p {
  margin-bottom: 1.25rem;
}
.section01 .btn,
.section02 .btn,
.section03 .btn {
  margin-top: 1rem;
  width: 100%;
}

.section02 h2 {
  margin-bottom: 1.75rem;
}

.section03 h2 {
  margin-bottom: 1.75rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-wrap: pretty;
}

h2 {
  line-height: 1.0834933333;
  letter-spacing: -0.01em;
  background: -webkit-gradient(linear, left top, right bottom, from(#0dc399), to(#bbf462));
  background: linear-gradient(to bottom right, #0dc399, #bbf462);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

p {
  margin: 0 0 1rem;
  text-wrap: pretty;
}
p.subhead {
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1.2;
}
p:not(.subhead) {
  font-size: 1rem;
  line-height: 1.4705882353;
}

header {
  text-align: right;
}

.btn {
  background-color: var(--color-btn-bg, red);
  border-radius: 2rem;
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 600;
  padding: 0.6rem 2.25rem;
  text-align: center;
  text-decoration: none;
}
.btn.subscribe {
  font-size: 12px;
}

.footer-quote p {
  color: #d7ff45;
  font-size: 45px;
  font-weight: 700;
  line-height: 1.15;
  margin: 0;
  text-align: center;
}

footer {
  background-color: #0fc79c;
  color: hsl(0, 0%, 0%);
  padding-top: 3rem;
  padding-bottom: 2rem;
  text-align: center;
  font-size: 0.875rem;
}
footer img {
  margin: 0 auto;
}
footer .logo {
  padding-bottom: 1.25rem;
}
footer a,
footer p:not(#x) {
  font-size: 0.875rem;
}
footer .see-more {
  padding-bottom: 0.8rem;
}
footer .see-more a {
  text-decoration: underline;
}
footer .linkedin-subscribe {
  padding-bottom: 1.75rem;
}
footer .linkedin-subscribe a {
  border: 1px solid hsl(0, 0%, 0%);
  border-radius: 2rem;
  font-weight: 600;
  padding: 0.7rem 1rem;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: var(--focus-ring);
  outline-offset: var(--focus-ring-offset);
}

.sr-only {
  border: 0;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}

h2 {
  font-size: 2rem;
}

.container {
  margin: 1rem auto;
  padding: 0 2rem;
  width: 100%;
}

header {
  text-align: right;
}
header .branding {
  padding-top: 4rem;
}

.subscribe .container {
  padding: 0 1rem;
}

.section01,
.section02,
.section03 {
  margin-top: 6rem;
}
.section01 .right,
.section02 .right,
.section03 .right {
  margin-top: 1rem;
}

.section02 .right {
  display: none;
}

.section03 .left {
  display: none;
}

.footer-quote {
  padding-top: 4rem;
  padding-bottom: 4rem;
  margin-top: 2rem;
  background-image: url("images/bubble-bg-shape.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.footer-quote p {
  font-size: 2rem;
  padding: 0 2.5rem;
  position: relative;
}
.footer-quote p::before {
  content: " ";
  background-image: url("images/icon-sparkles.png");
  background-repeat: no-repeat;
  background-size: contain;
  height: 27px;
  width: 43px;
  position: absolute;
  top: 0rem;
  left: -1.5rem;
}
.footer-quote p::after {
  content: " ";
  background-image: url("images/icon-dots.png");
  background-repeat: no-repeat;
  background-size: contain;
  height: 25.5px;
  width: 36.5px;
  position: absolute;
  bottom: 0rem;
  right: -1rem;
}

@media only screen and (min-width: 600px) {
  h2 {
    font-size: 2.25rem;
  }
  .container {
    margin: 0 auto;
    width: 480px;
  }
  header {
    padding-top: 34px;
  }
  header .branding {
    height: 196px;
    padding-top: 7rem;
  }
  header .branding .container {
    width: 540px;
  }
  .subscribe .container {
    padding: 0;
  }
  .subscribe #_form_67030D4C0945F_ ._form_element input[name=email] {
    font-size: 16px;
  }
  .section01 {
    margin-top: 10rem;
  }
  .section02 {
    margin-top: 7rem;
  }
  .section03 {
    margin-top: 7.5rem;
  }
  .section01 .container,
  .section02 .container,
  .section03 .container {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 1rem;
    padding: 0;
    position: relative;
  }
  .section01 .left,
  .section01 .right,
  .section02 .left,
  .section02 .right,
  .section03 .left,
  .section03 .right {
    margin-top: 0;
  }
  .section02 .container .left {
    width: 51%;
  }
  .section02 .container .right {
    display: block;
    position: absolute;
    right: -3.5rem;
    top: -1.5rem;
    width: 280px;
    height: 340px;
  }
  .section03 .container .left {
    display: block;
    position: absolute;
    left: -4.25rem;
    top: 2rem;
    width: 280px;
    height: 340px;
  }
  .section03 .container .right {
    display: block;
    margin-left: auto;
    width: 51%;
  }
  .footer-quote {
    padding-top: 18rem;
  }
  .footer-quote .container {
    width: 100%;
    max-width: 640px;
  }
  .footer-quote p {
    font-size: 2.33rem;
    padding: 0;
  }
  .footer-quote p::before {
    height: 27px;
    width: 43px;
    top: 0;
    left: -0.5rem;
  }
  .footer-quote p::after {
    height: 25.5px;
    width: 36.5px;
    bottom: 0;
    right: 0;
  }
}
@media only screen and (min-width: 1024px) {
  h2 {
    font-size: 2.5rem;
  }
  .container {
    margin: 0 auto;
    width: 960px;
  }
  header .branding {
    height: 196px;
    padding-top: 7rem;
  }
  header .branding .container {
    width: 680px;
  }
  .section01 .container,
  .section02 .container,
  .section03 .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: top;
        -ms-flex-align: top;
            align-items: top;
  }
  .section01 .left,
  .section02 .left,
  .section03 .left {
    width: 50%;
  }
  .section01 .right,
  .section02 .right,
  .section03 .right {
    margin-left: auto;
    width: 50%;
  }
  .section01 .btn,
  .section02 .btn,
  .section03 .btn {
    padding: 0.6rem 4rem;
    width: auto;
  }
  .section02 .container .left {
    width: 56%;
  }
  .section02 .container .right {
    display: block;
    position: absolute;
    right: 3rem;
    top: -1.5rem;
    width: 280px;
    height: 340px;
  }
  .section03 .container .left {
    display: block;
    position: absolute;
    left: 3rem;
    top: 1rem;
    width: 280px;
    height: 340px;
  }
  .section03 .container .right {
    width: 56%;
  }
  .section03 .container::before {
    left: 4rem;
  }
  .footer-quote p {
    font-size: 45px;
    padding: 0;
  }
  .footer-quote p::before {
    height: 27px;
    width: 43px;
    top: 0;
    left: -2.5rem;
  }
  .footer-quote p::after {
    height: 25.5px;
    width: 36.5px;
    bottom: 0;
    right: -1rem;
  }
}

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