/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

@font-face {
  font-family: 'fk_roman_standardlight';
  src: url("https://fonts.ocozzio.com/FKRomanStandard/fkromanstandard-light-webfont.woff2") format("woff2"), url("https://fonts.ocozzio.com/FKRomanStandard/fkromanstandard-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'fk_roman_standardmedium';
  src: url("https://fonts.ocozzio.com/FKRomanStandard/fkromanstandard-medium-webfont.woff2") format("woff2"), url("https://fonts.ocozzio.com/FKRomanStandard/fkromanstandard-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'fk_roman_standardoblique';
  src: url("https://fonts.ocozzio.com/FKRomanStandard/fkromanstandard-oblique-webfont.woff2") format("woff2"), url("https://fonts.ocozzio.com/FKRomanStandard/fkromanstandard-oblique-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'fk_roman_standardregular';
  src: url("https://fonts.ocozzio.com/FKRomanStandard/fkromanstandard-regular-webfont.woff2") format("woff2"), url("https://fonts.ocozzio.com/FKRomanStandard/fkromanstandard-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'fk_roman_standardthin';
  src: url("https://fonts.ocozzio.com/FKRomanStandard/fkromanstandard-thin-webfont.woff2") format("woff2"), url("https://fonts.ocozzio.com/FKRomanStandard/fkromanstandard-thin-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'fk_roman_standardthin_oblique';
  src: url("https://fonts.ocozzio.com/FKRomanStandard/fkromanstandard-thinoblique-webfont.woff2") format("woff2"), url("https://fonts.ocozzio.com/FKRomanStandard/fkromanstandard-thinoblique-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'fk_roman_standardblack';
  src: url("https://fonts.ocozzio.com/FKRomanStandard/fkromanstandard-black-webfont.woff2") format("woff2"), url("https://fonts.ocozzio.com/FKRomanStandard/fkromanstandard-black-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'fk_roman_standardBlkOb';
  src: url("https://fonts.ocozzio.com/FKRomanStandard/fkromanstandard-blackoblique-webfont.woff2") format("woff2"), url("https://fonts.ocozzio.com/FKRomanStandard/fkromanstandard-blackoblique-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'fk_roman_standardbold';
  src: url("https://fonts.ocozzio.com/FKRomanStandard/fkromanstandard-bold-webfont.woff2") format("woff2"), url("https://fonts.ocozzio.com/FKRomanStandard/fkromanstandard-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'fk_roman_standardbold_oblique';
  src: url("https://fonts.ocozzio.com/FKRomanStandard/fkromanstandard-boldoblique-webfont.woff2") format("woff2"), url("https://fonts.ocozzio.com/FKRomanStandard/fkromanstandard-boldoblique-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'fk_roman_standardLtOb';
  src: url("https://fonts.ocozzio.com/FKRomanStandard/fkromanstandard-lightoblique-webfont.woff2") format("woff2"), url("https://fonts.ocozzio.com/FKRomanStandard/fkromanstandard-lightoblique-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'fk_roman_standardMdOb';
  src: url("https://fonts.ocozzio.com/FKRomanStandard/fkromanstandard-mediumoblique-webfont.woff2") format("woff2"), url("https://fonts.ocozzio.com/FKRomanStandard/fkromanstandard-mediumoblique-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

html, body {
  font-family: "Open Sans", serif;
  font-size: 16px;
  font-weight: 400;
  color: #464747;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #FFFFFF;
  scroll-behavior: smooth; }

#body-wrapper {
  margin: 0 auto; }

.nowrap {
  white-space: nowrap; }

.container-responsive {
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto; }

h1 {
  margin-top: 0; }

#page-content section,
#page-footer {
  padding: 80px; }
  #page-content section .container-responsive,
  #page-footer .container-responsive {
    max-width: 1140px; }
  @media (max-width: 992px) {
    #page-content section,
    #page-footer {
      padding: 60px; } }
  @media (max-width: 767px) {
    #page-content section,
    #page-footer {
      padding: 40px; } }

a {
  color: inherit;
  transition: color 0.2s; }
  a:hover {
    text-decoration: none;
    color: #87C745; }

p {
  font-size: inherit; }
  p a {
    font-weight: bolder;
    color: #87C745; }
    p a:hover {
      text-decoration: underline; }

hr {
  margin-top: 2rem;
  margin-bottom: 2rem; }

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

/*
|---------------
| Helper Classes
|---------------
*/
.serif {
  font-family: "Open Sans", serif; }

.sans,
.sansserif,
.sans-serif {
  font-family: "fk_roman_standardbold", sans-serif; }

.bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 40%; }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto; }

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.fill-right, .fill-left {
  position: relative; }

.fill-right:after, .fill-left:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50vw;
  background: inherit; }

.fill-right:after {
  left: 100%; }

.fill-left:before {
  right: 100%; }

#body-wrapper .btn, #body-wrapper .hs-button {
  font-size: 1rem;
  border-radius: 2.063rem;
  padding: 0.7em 1.25em;
  line-height: 1.3em;
  box-shadow: none;
  font-family: "Open Sans", serif;
  font-weight: 700;
  border: 0px solid transparent;
  background-clip: border-box;
  will-change: transform;
  margin-top: 1em;
  width: 100%;
  max-width: 300px;
  background: linear-gradient(40deg, #3EAF9C 0%, #87C745 100%); }
  #body-wrapper .btn, #body-wrapper .btn span, #body-wrapper .btn .fl-button-text, #body-wrapper .btn *, #body-wrapper .hs-button, #body-wrapper .hs-button span, #body-wrapper .hs-button .fl-button-text, #body-wrapper .hs-button * {
    transition: all 0.5s cubic-bezier(0.19, 1, 0.12, 1); }
  #body-wrapper .btn:hover, #body-wrapper .hs-button:hover {
    transform: translatey(-0.125rem);
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.2); }
  #body-wrapper .btn, #body-wrapper .btn span, #body-wrapper .btn .fl-button-text, #body-wrapper .btn *, #body-wrapper .hs-button, #body-wrapper .hs-button span, #body-wrapper .hs-button .fl-button-text, #body-wrapper .hs-button * {
    color: #FFFFFF; }
  #body-wrapper .btn:hover, #body-wrapper .hs-button:hover {
    background: linear-gradient(40deg, #3EAF9C 0%, #87C745 100%); }
    #body-wrapper .btn:hover, #body-wrapper .btn:hover span, #body-wrapper .btn:hover .fl-button-text, #body-wrapper .btn:hover *, #body-wrapper .hs-button:hover, #body-wrapper .hs-button:hover span, #body-wrapper .hs-button:hover .fl-button-text, #body-wrapper .hs-button:hover * {
      color: #FFFFFF; }
  #body-wrapper .btn.btn-hollow, #body-wrapper .hs-button.btn-hollow {
    background: unset;
    background-color: transparent;
    border-color: inherit;
    border: 1px solid; }
    #body-wrapper .btn.btn-hollow, #body-wrapper .btn.btn-hollow span, #body-wrapper .btn.btn-hollow .fl-button-text, #body-wrapper .btn.btn-hollow *, #body-wrapper .hs-button.btn-hollow, #body-wrapper .hs-button.btn-hollow span, #body-wrapper .hs-button.btn-hollow .fl-button-text, #body-wrapper .hs-button.btn-hollow * {
      color: #68A396; }
    #body-wrapper .btn.btn-hollow:hover, #body-wrapper .hs-button.btn-hollow:hover {
      background-color: #186570;
      border: unset; }
      #body-wrapper .btn.btn-hollow:hover, #body-wrapper .btn.btn-hollow:hover span, #body-wrapper .btn.btn-hollow:hover .fl-button-text, #body-wrapper .btn.btn-hollow:hover *, #body-wrapper .hs-button.btn-hollow:hover, #body-wrapper .hs-button.btn-hollow:hover span, #body-wrapper .hs-button.btn-hollow:hover .fl-button-text, #body-wrapper .hs-button.btn-hollow:hover * {
        color: #FFFFFF; }
  #body-wrapper .btn.btn-large, #body-wrapper .hs-button.btn-large {
    font-size: 20px; }

.navbar-toggler {
  padding: 0.75rem 0.531rem !important;
  transition: background 0.2s;
  background: transparent !important;
  border-radius: 0;
  border: 0 !important; }

.burger-icon {
  position: relative;
  margin-top: 7px;
  margin-bottom: 7px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .burger-icon, .burger-icon::before, .burger-icon::after {
    display: block;
    width: 23px;
    height: 2px;
    background-color: #464747;
    outline: 1px solid transparent;
    border-radius: 10px;
    -webkit-transition-property: background-color, -webkit-transform;
    -moz-transition-property: background-color, -moz-transform;
    -o-transition-property: background-color, -o-transform;
    transition-property: background-color, transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s; }
  .burger-icon::before, .burger-icon::after {
    position: absolute;
    content: ""; }
  .burger-icon::before {
    top: -7px; }
  .burger-icon::after {
    top: 7px; }

.navbar-toggler:not(.collapsed) .burger-icon {
  position: relative;
  margin-top: 7px;
  margin-bottom: 7px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .navbar-toggler:not(.collapsed) .burger-icon, .navbar-toggler:not(.collapsed) .burger-icon::before, .navbar-toggler:not(.collapsed) .burger-icon::after {
    display: block;
    width: 23px;
    height: 2px;
    background-color: #464747;
    outline: 1px solid transparent;
    border-radius: 10px;
    -webkit-transition-property: background-color, -webkit-transform;
    -moz-transition-property: background-color, -moz-transform;
    -o-transition-property: background-color, -o-transform;
    transition-property: background-color, transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s; }
  .navbar-toggler:not(.collapsed) .burger-icon::before, .navbar-toggler:not(.collapsed) .burger-icon::after {
    position: absolute;
    content: ""; }
  .navbar-toggler:not(.collapsed) .burger-icon::before {
    top: -7px; }
  .navbar-toggler:not(.collapsed) .burger-icon::after {
    top: 7px; }
  .navbar-toggler:not(.collapsed) .burger-icon {
    background-color: transparent; }
  .navbar-toggler:not(.collapsed) .burger-icon::before {
    -webkit-transform: translateY(7px) rotate(45deg);
    -moz-transform: translateY(7px) rotate(45deg);
    -ms-transform: translateY(7px) rotate(45deg);
    -o-transform: translateY(7px) rotate(45deg);
    transform: translateY(7px) rotate(45deg); }
  .navbar-toggler:not(.collapsed) .burger-icon::after {
    -webkit-transform: translateY(-7px) rotate(-45deg);
    -moz-transform: translateY(-7px) rotate(-45deg);
    -ms-transform: translateY(-7px) rotate(-45deg);
    -o-transform: translateY(-7px) rotate(-45deg);
    transform: translateY(-7px) rotate(-45deg); }

.nav-link.btn {
  margin-top: unset !important;
  width: 100%;
  max-width: 200px; }

nav.navbar {
  padding: 20px 40px;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1); }
  nav.navbar > .container-responsive {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }
  nav.navbar .navbar-brand {
    padding: 0;
    margin: 0; }
  nav.navbar .navbar-nav {
    margin-left: auto; }
  nav.navbar .margin-right-auto {
    margin-right: auto; }
  nav.navbar .nav-link {
    color: #68A396;
    font-weight: 600;
    font-size: 16px;
    margin-right: .5em; }
    nav.navbar .nav-link:hover {
      color: #186570; }
  @media (max-width: 767px) {
    nav.navbar {
      padding: 20px; } }

@media (max-width: 1028px) {
  .nav-link.btn {
    display: inline-block !important; } }
fieldset {
  margin-top: 1em !important;
}
#body-wrapper {
  overflow-x: hidden; }
  #body-wrapper h1 {
    font-size: clamp(2.375rem, 6.5vw, 5rem);
    font-family: "fk_roman_standardbold", sans-serif;
    text-wrap: balance;
    line-height: 1.05;
    color: #181919;
    margin-bottom: 0; }
  #body-wrapper h2 {
    font-size: clamp(2rem, 3.25vw, 2.5rem);
    font-family: "fk_roman_standardbold", sans-serif;
    text-wrap: balance;
    line-height: 1.05;
    color: #181919;
    margin-bottom: 0.2em; }
  #body-wrapper h3 {
    font-size: clamp(1.5rem, 2.4375vw, 1.875rem);
    font-weight: 700;
    color: #181919; }
  #body-wrapper h4 {
    font-size: clamp(1.2rem, 1.95vw, 1.5rem); }
  #body-wrapper h5 {
    font-size: clamp(1.125rem, 1.625vw, 1.25rem); }
  #body-wrapper h6 {
    font-size: clamp(1rem, 1.4625vw, 1.125rem); }
  #body-wrapper p {
    font-size: clamp(1rem, 1.4625vw, 1.125rem);
    line-height: 1.333; }
  #body-wrapper .hero-subtitle {
    font-size: clamp(1.125rem, 2.4375vw, 1.875rem);
    color: #87C745;
    font-weight: 500; }
  #body-wrapper .section-subtitle {
    font-size: clamp(1rem, 1.4625vw, 1.125rem);
    font-weight: bold;
    margin-bottom: 1rem;
    text-transform: uppercase;
    color: #68A396; }
  #body-wrapper .teal-alt {
    color: #68A396;
    font-size: clamp(1rem, 1.7875vw, 1.375rem); }
  #body-wrapper .green-alt {
    color: #87C745; }
  #body-wrapper .border-bottom {
    color: #c2dad5; }
  #body-wrapper .sub-header {
    font-size: clamp(1rem, 1.7875vw, 1.375rem);
    color: #68A396;
    text-wrap: balance; }
  #body-wrapper .button-group-container {
    display: flex;
    justify-content: center;
    gap: 1em;
    max-width: 550px;
    width: 100%; }
  #body-wrapper .info-box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%; }
    #body-wrapper .info-box .image-container {
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center; }
      #body-wrapper .info-box .image-container img {
        width: 100%; }
  #body-wrapper .oz-border {
    border-radius: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); }
  @media (max-width: 992px) {
    #body-wrapper section {
      padding: 2em 2em; } }
  #body-wrapper .radial-gradient {
    position: relative; }
    #body-wrapper .radial-gradient::before, #body-wrapper .radial-gradient::after {
      content: "";
      position: absolute;
      border-radius: 50%;
      z-index: 0;
      filter: blur(30px); }
    #body-wrapper .radial-gradient::before {
      width: 200px;
      height: 205px;
      background: radial-gradient(circle, #ffedba, transparent);
      top: -3em;
      left: -5em; }
    #body-wrapper .radial-gradient::after {
      width: 410px;
      height: 430px;
      background: radial-gradient(circle, #aee4c3, transparent);
      bottom: 13em;
      right: -13em; }
  #body-wrapper #header-hero {
    background: linear-gradient(0deg, white 10%, rgba(255, 255, 255, 0) 100%), url("https://insights.ocozzio.com/hubfs/Web-Images/The-Calendar/home-hero-banner.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
    #body-wrapper #header-hero header {
      max-width: 800px;
      width: 100%;
      margin: 0 auto; }
    #body-wrapper #header-hero .hero-sub-header {
      font-size: clamp(1.625rem, 2.4375vw, 1.875rem);
      line-height: .9;
      font-weight: 700;
      margin-bottom: 0em; }
    @media (max-width: 992px) {
      #body-wrapper #header-hero .button-group-container {
        flex-direction: column; } }
    @media (max-width: 768px) {
      #body-wrapper #header-hero {
        background-size: cover !important;
        background-position: top;
        background-repeat: no-repeat;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.845) 20%, rgba(255, 255, 255, 0.5) 100%), url("https://insights.ocozzio.com/hubfs/Web-Images/The-Calendar/home-hero-banner.webp"); }
        #body-wrapper #header-hero header {
          margin: unset;
          max-width: unset;
          align-items: end; }
        #body-wrapper #header-hero .row {
          align-items: end; } }
  #body-wrapper #your-guide {
    padding-block: 0 4em; }
    #body-wrapper #your-guide h2 {
      max-width: 250px;
      width: 100%; }
    #body-wrapper #your-guide .row {
      border-radius: 20px; }
    #body-wrapper #your-guide .info-box {
      padding: 3em 1em;
      position: relative;
      z-index: 10;
      background-color: #FFFFFF;
      justify-content: space-evenly;
      align-items: end;
      border-radius: 20px; }
    #body-wrapper #your-guide .list-container {
      width: 100%;
      max-width: 305px; }
    #body-wrapper #your-guide .image-container {
      max-width: 35px;
      width: 100%;
      margin: 0 auto; }
    #body-wrapper #your-guide .info-box-list {
      display: flex;
      max-width: 350px;
      min-width: 350px;
      width: 100%;
      justify-content: start; }
    #body-wrapper #your-guide .text-container {
      max-width: 700px;
      padding-block: .75em;
      margin-right: auto;
      min-width: 250px; }
      #body-wrapper #your-guide .text-container p {
        font-size: clamp(1rem, 1.7875vw, 1.375rem);
        font-weight: 500;
        margin-bottom: 0;
        margin-left: 1em; }
      #body-wrapper #your-guide .text-container b {
        color: #87C745; }
      #body-wrapper #your-guide .text-container .name {
        color: #87C745;
        text-transform: uppercase;
        font-weight: 700;
        display: block;
        margin-top: 1em; }
    @media (max-width: 992px) {
      #body-wrapper #your-guide .info-box {
        padding: 1em 2em;
        flex-direction: column;
        align-items: center; }
      #body-wrapper #your-guide .list-container {
        display: flex;
        flex-direction: column; }
      #body-wrapper #your-guide .info-box-list {
        min-width: unset; }
        #body-wrapper #your-guide .info-box-list .image-container {
          min-width: 20px;
          width: 100%; } }
    @media (max-width: 575.98px) {
      #body-wrapper #your-guide .header-container {
        flex-direction: row;
        align-items: center;
        text-align: center; }
      #body-wrapper #your-guide .info-box {
        padding: 1em 1em; } }
  #body-wrapper #sneak-peek .row {
    justify-content: space-between;
    align-items: flex-end;
    max-width: 900px;
    margin: 0 auto;
    padding: 0;
    background: linear-gradient(90deg, #3AA698 0%, #186570 100%);
    border-radius: 20px; }
  #body-wrapper #sneak-peek .image-container {
    margin-left: -7em;
    margin-block: -2em 0em;
    filter: drop-shadow(-5px 20px 12px rgba(0, 0, 0, 0.5)); }
    #body-wrapper #sneak-peek .image-container .sneak-peek-img {
      max-width: 460px;
      width: 100%; }
  #body-wrapper #sneak-peek .text-container {
    margin-bottom: 1em;
    padding-block: 2em 2em; }
  #body-wrapper #sneak-peek h2 {
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 0.5em; }
  #body-wrapper #sneak-peek p {
    font-weight: 400;
    font-size: clamp(1.125rem, 1.7875vw, 1.375rem);
    color: #FFFFFF;
    max-width: 510px;
    line-height: 1.4; }
    @media (min-width: 992px) {
      #body-wrapper #sneak-peek p {
        margin-left: 0; } }
  #body-wrapper #sneak-peek .btn {
    max-width: 275px;
    background: #FFFFFF;
    color: #186570; }
  @media screen and (max-width: 767px) {
    #body-wrapper #sneak-peek .text-container, #body-wrapper #sneak-peek .image-container {
      margin: 0 auto;
      max-width: fit-content; } }
  #body-wrapper #calendar-benefits {
    padding-top: 0;
    position: relative;
    z-index: 10; }
    #body-wrapper #calendar-benefits h2 {
      margin-left: .5em; }
    #body-wrapper #calendar-benefits .info-box-header {
      border-bottom: 1px solid #c2dad5;
      padding-bottom: 2em; }
    #body-wrapper #calendar-benefits .header-container {
      display: flex;
      align-items: center;
      max-width: 750px;
      width: 100%; }
    #body-wrapper #calendar-benefits .info-box {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      width: 100%;
      padding: 2em;
      margin-block: 2em;
      border-radius: 20px;
      gap: 1em; }
    #body-wrapper #calendar-benefits .responsive-list {
      padding: 0;
      list-style: none;
      margin-left: -1.2em;
      max-width: 400px;
      width: 100%; }
      #body-wrapper #calendar-benefits .responsive-list li {
        font-size: clamp(1rem, 1.4625vw, 1.125rem);
        line-height: 1.5;
        list-style: disc;
        width: 100%;
        margin-left: 2em;
        max-width: 290px;
        margin-block: 1.5em; }
      #body-wrapper #calendar-benefits .responsive-list ::marker {
        color: #68A396; }
    @media (max-width: 992px) {
      #body-wrapper #calendar-benefits ul {
        margin-bottom: 0; }
      #body-wrapper #calendar-benefits .info-box-header {
        padding-bottom: 1em;
        margin-bottom: 2em; }
      #body-wrapper #calendar-benefits .responsive-list {
        max-width: unset;
        width: 100%; }
        #body-wrapper #calendar-benefits .responsive-list li {
          max-width: unset;
          width: 100%;
          margin-block: 0 1em;
          text-wrap: balance;
          line-height: 1.2; } }
    @media (max-width: 575.98px) {
      #body-wrapper #calendar-benefits .header-container {
        flex-direction: column;
        align-items: center;
        text-align: center; }
      #body-wrapper #calendar-benefits .info-box {
        flex-direction: column;
        padding: 1em; } }
  #body-wrapper #contact {
    background-color: #F3FAF9; }
    #body-wrapper #contact .row {
      justify-content: start;
      align-items: center;
      height: auto; }
    #body-wrapper #contact .container-responsive {
      position: relative; }
      #body-wrapper #contact .container-responsive::after {
        content: '';
        position: absolute;
        bottom: -8em;
        left: calc(750px - -10vw);
        width: 365px;
        height: 380px;
        background-image: url("https://insights.ocozzio.com/hubfs/Web-Images/The-Calendar/oz-calendar.webp");
        background-size: cover;
        background-repeat: no-repeat; }
    #body-wrapper #contact p {
      max-width: 250px;
      width: 100%; }
    #body-wrapper #contact .form-container {
      max-width: 550px;
      width: 100%; }
    #body-wrapper #contact .hs-input {
      padding: 1em;
      border-radius: 5px;
      border: 1px solid #68A396;
      width: 100%; }
    #body-wrapper #contact .hs-button {
      max-width: 270px;
      width: 100%;
      margin-top: 2em; }
    #body-wrapper #contact .actions {
      text-align: center; }
    #body-wrapper #contact ::placeholder {
      opacity: 1;
      color: #68A396;
      font-weight: 600; }
    @media (max-width: 992px) {
      #body-wrapper #contact .row {
        justify-content: center;
        text-align: center; }
      #body-wrapper #contact p {
        max-width: 600px;
        margin: 0 auto 2em; }
      #body-wrapper #contact .container-responsive::after {
        content: '';
        position: absolute;
        left: calc(500px - -5vw);
        width: 150px;
        height: 150px;
        background-image: url("https://insights.ocozzio.com/hubfs/Web-Images/The-Calendar/oz-calendar.webp");
        background-size: cover;
        background-repeat: no-repeat;
        bottom: -6em; }
      #body-wrapper #contact .hbspt-form {
        max-width: 500px;
        margin: 0 auto; }
      #body-wrapper #contact .form-container {
        margin: 0 auto; } }
    @media (max-width: 575.98px) {
      #body-wrapper #contact {
        background-position: left  !important;
        background-size: cover !important;
        background-repeat: no-repeat !important; }
        #body-wrapper #contact .row {
          flex-direction: column;
          justify-content: center;
          align-items: end;
          min-height: 600px; } }
  #body-wrapper #about-oz p {
    max-width: 470px; }
  #body-wrapper #about-oz .row {
    justify-content: start;
    align-items: center;
    height: auto; }
  #body-wrapper #about-oz .miss-something {
    background: linear-gradient(180deg, #3EAF9C 0%, #87C745 100%);
    padding: 2em;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 520px;
    min-height: 408px;
    margin: 0 auto; }
    #body-wrapper #about-oz .miss-something h3,
    #body-wrapper #about-oz .miss-something p,
    #body-wrapper #about-oz .miss-something a {
      color: #FFFFFF; }
    #body-wrapper #about-oz .miss-something a {
      text-decoration: none;
      margin-top: 1em;
      font-weight: bold;
      font-size: 18px; }
    #body-wrapper #about-oz .miss-something .link-container {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-top: 2em; }
      #body-wrapper #about-oz .miss-something .link-container p {
        font-size: clamp(1rem, 1.4625vw, 1.125rem);
        font-weight: bold;
        margin-bottom: 0; }
    #body-wrapper #about-oz .miss-something .fa-sharp.fa-solid.fa-chevron-right {
      font-size: 22px;
      background: #FFFFFF;
      width: 40px;
      height: 40px;
      margin-left: auto;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 100%;
      padding: .8em;
      color: #87C745;
      position: relative;
      bottom: 0em;
      right: -1em; }
    #body-wrapper #about-oz .miss-something img {
      margin-bottom: 1em; }
    #body-wrapper #about-oz .miss-something .text-container p {
      max-width: 330px; }
  @media (max-width: 992px) {
    #body-wrapper #about-oz .row {
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center; }
    #body-wrapper #about-oz p {
      max-width: 600px;
      margin: 0 auto 2em; }
    #body-wrapper #about-oz .miss-something {
      margin-top: 3em;
      max-width: 400px;
      padding: 1em 2em; }
    #body-wrapper #about-oz .link-container {
      padding-right: .5em; } }
  #body-wrapper #page-footer {
    background-color: #181919;
    color: #FFFFFF; }
    #body-wrapper #page-footer a {
      text-decoration: none; }
    #body-wrapper #page-footer .logo-container {
      max-width: 400px;
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 3em; }
    #body-wrapper #page-footer .text-container {
      margin-bottom: 3em;
      max-width: 200px;
      margin-left: auto; }
      #body-wrapper #page-footer .text-container a > p {
        font-weight: bold;
        font-size: 30px !important;
        position: relative;
        margin-bottom: 0; }
        #body-wrapper #page-footer .text-container a > p::after {
          content: '';
          background-image: url("https://insights.ocozzio.com/hubfs/Web-Images/The-Calendar/arrow-right.svg");
          position: absolute;
          display: block;
          background-size: contain;
          background-position: center;
          background-repeat: no-repeat;
          width: 100%;
          height: 100%;
          top: 0;
          right: -3em;
          padding-left: 1em; }
    #body-wrapper #page-footer .social {
      display: flex;
      justify-content: space-around;
      max-width: 380px;
      align-items: center;
      margin-left: auto;
      margin-top: 4em; }
      #body-wrapper #page-footer .social p {
        font-weight: bold;
        margin-bottom: 0; }
      #body-wrapper #page-footer .social .normal-font p {
        font-weight: 400; }
    @media (max-width: 768px) {
      #body-wrapper #page-footer {
        text-align: center; }
        #body-wrapper #page-footer .logo-container, #body-wrapper #page-footer .text-container, #body-wrapper #page-footer .social {
          margin-inline: auto; }
          #body-wrapper #page-footer .logo-container a > p, #body-wrapper #page-footer .text-container a > p, #body-wrapper #page-footer .social a > p {
            margin-left: -3em; }
        #body-wrapper #page-footer .social {
          margin-bottom: 2em; }
        #body-wrapper #page-footer .text-container a > p::after {
          width: 1em;
          right: 0; }
        #body-wrapper #page-footer .row {
          flex-direction: column-reverse;
          align-items: center; } }

#header-hero-bg {
  background-image: url("https://ocozzio.com/hubfs/Website/Oz-Calendar/banner-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 40px 20px !important; 

  p {
    color: #FFFFFF;
    font-size: clamp(1.3rem, 6.5vw, 2.5rem);
    line-height: 1.5;
    font-weight: 700;
    font-family: "Open Sans", serif;
    max-width: 700px;
  }

  .btn-yellow {
    background: linear-gradient(80deg,#f0e76b 0%, #fbc35c 100%);
    color: #186570;
    font-weight: 700;
    font-size: clamp(1.3rem, 6.5vw, 2rem);
    padding: 0.1em 1.5em;
    line-height: 1.5;
    border-radius: 2.063rem;
    box-shadow: none;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.12, 1);
    width: 100%;
    max-width: 300px;
    }

    .btn-green {
      background: linear-gradient(80deg, #a0cf4e 0%, #f0e76b 100%);
      color: #186570;
      font-weight: 700;
      font-size: clamp(1.3rem, 6.5vw, 2rem);
      padding: 0.1em .5em;
      line-height: 1.5;
      border-radius: 2.063rem;
      box-shadow: none;
      transition: all 0.5s cubic-bezier(0.19, 1, 0.12, 1);
      width: 100%;
      max-width: 300px;
      }
}

#exclusive-content {
  .info-box-list {
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: space-between;
    gap: 1.5em; 
    max-width: 460px;
    width: 100%;
    /* margin: 0 auto; */

    h3 {
      font-size: clamp(1.2rem, 2.4375vw, 1.375rem);
      font-weight: 700;
      color: #181919;
      margin-bottom: 0.5em;
      /* text-wrap: balance; */
    }

    .image-container {
      width: 100%;
      min-width: 30px;
      max-width: 30px;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-top: .5em; 
    }
  }
}