*, *:before, *:after {
  box-sizing: border-box;
}
/*! 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.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

body.mobile-nav-open {
	position: fixed;
	width: 100%;
	overflow-y: hidden;
}

/**
 * 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
   ========================================================================== */

/**
 * Add the correct box sizing in Firefox.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * 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
   ========================================================================== */

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, 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;
}

/* 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 */
}

/**
 * Remove the inheritance of text transform in Edge and Firefox.
 * 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;
}

/**
 * Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers.
 */

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * 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 and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}




:root {
	--column-gap: 2.13%;
	--column-width-multiplier: 8.333;
	--animation-duration: 0.2s;
	--container-border-radius: 12px;
}

section {
	padding-block: 32px;
}

#loom-companion-mv3 section {
	padding-block: 0px;
}

.row-fluid {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.checkout-main .dnd-section>.row-fluid {
	max-width: 100%;
}

.checkout-main .content-wrapper--vertical-spacing,  .checkout-main .dnd-section {
	padding: 0;
}

.checkout-main .dnd-column:first-of-type {
	display: flex;
	align-items: end;
	flex-direction: column;
	background: #F1F5F2;
}

.checkout-main .dnd-section .dnd-column {
	padding: 30px 15px!important;
	width: 100%;
}

.checkout-main .dnd-section {
	padding: 0!important;
}

.checkout-main .dnd-section > .row-fluid {
	max-width: 100%!important;
}

.checkout-main .dnd-section .dnd-column > * {
	width: 100%;
	max-width: 570px;
  padding: 30px;
}



.row-fluid .span1,
.row-fluid .span2,
.row-fluid .span3,
.row-fluid .span4,
.row-fluid .span5,
.row-fluid .span6,
.row-fluid .span7,
.row-fluid .span8,
.row-fluid .span9,
.row-fluid .span10,
.row-fluid .span11,
.row-fluid .span12{
	min-height: 1px;
	width: 100%;
}

.container {
	padding-inline: 0.88888rem;
	margin-inline: auto;
	width: 100%;
}

.container-fluid {
	padding: 0;
}

.d-grid {
	display: grid;
}

.grid-container {
	display: grid;
	grid-template-columns: 1fr;
	gap: 32px;
}

.grid-container {
	grid-template-columns: repeat(2, 1fr);
}

/* .checkout-main .dnd-section .dnd-column {
	padding: 52px 48px!important;
	width: 50%;
}
 */
.checkout-main .top {
	margin-bottom: 40px;
}

.checkout-main #hs_cos_wrapper_dnd_area-module-6 .breadcrumb {
	margin-bottom: 55px;
}


.checkout-main .dnd-column:first-of-type > * { 
	padding-right: 30px;
}


.row-fluid .span1 {
	width: calc(var(--column-width-multiplier) * 1% * 1 - var(--column-gap) * (11 * var(--column-width-multiplier) / 100));
}

.row-fluid .span2 {
	width: calc(var(--column-width-multiplier) * 1% * 2 - var(--column-gap) * (10 * var(--column-width-multiplier) / 100));
}

.row-fluid .span3 {
	width: calc(var(--column-width-multiplier) * 1% * 3 - var(--column-gap) * (9 * var(--column-width-multiplier) / 100));
}

.row-fluid .span4 {
	width: calc(var(--column-width-multiplier) * 1% * 4 - var(--column-gap) * (8 * var(--column-width-multiplier) / 100));
}

.row-fluid .span5 {
	width: calc(var(--column-width-multiplier) * 1% * 5 - var(--column-gap) * (7 * var(--column-width-multiplier) / 100));
}

.row-fluid .span6 {
	width: calc(var(--column-width-multiplier) * 1% * 6 - var(--column-gap) * (6 * var(--column-width-multiplier) / 100));
}

.row-fluid .span7 {
	width: calc(var(--column-width-multiplier) * 1% * 7 - var(--column-gap) * (5 * var(--column-width-multiplier) / 100));
}

.row-fluid .span8 {
	width: calc(var(--column-width-multiplier) * 1% * 8 - var(--column-gap) * (4 * var(--column-width-multiplier) / 100));
}

.row-fluid .span9 {
	width: calc(var(--column-width-multiplier) * 1% * 9 - var(--column-gap) * (3 * var(--column-width-multiplier) / 100));
}

.row-fluid .span10 {
	width: calc(var(--column-width-multiplier) * 1% * 10 - var(--column-gap) * (2 * var(--column-width-multiplier) / 100));
}

.row-fluid .span11 {
	width: calc(var(--column-width-multiplier) * 1% * 11 - var(--column-gap) * (1 * var(--column-width-multiplier) / 100));
}


section {
	padding-block: 56px;
}

@media (min-width: 576px) {
	.container {
		max-width: 540px;
	}
}

@media (min-width: 768px) {
	.row-fluid {
		flex-wrap: nowrap;
		justify-content: space-between;
	}

	.container {
		max-width: 768px;
		padding: 0 32px;
	}
}

@media (min-width: 992px) {
	section {
		padding-block: 96px;
	}

	.container {
		max-width: 960px;
		padding-left: 32px;
		padding-right: 32px;
	}

	.grid-container {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1170px;
		padding: 0;
	}
}

@media (min-width: 1400px) {
	.container {
		max-width: 1280px;
	}
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 1.8rem;
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

/* .dnd-section .dnd-column {
  padding: 0 1.8rem;
} */

/* .section-conversion-panel > .row-fluid {
  max-width: 1344px !important;
} */

@media (max-width: 834px) {
  .content-wrapper,
  .dnd-section .dnd-column {
    padding: 0 !important;
  }
  
  .content-wrapper {
    max-width: 704px !important;
  }
  
  .section-conversion-panel > .row-fluid {
    max-width: 769px !important;
  }
}


:root {
	--white: #fff;
	--black: #000;
	--base-black: #1A1A1A;
	
	--gray-25: #FCFCFD;
	--gray-50: #FAFAFA;
	--gray-100: #F4F4F4;
	--gray-200: #E8E9E9;
	--gray-300: #ddd;
	--gray-400: #BABABA;
	--gray-500: #9B9B9B;
	--gray-600: #747679;
	--gray-700: #5E5E5E;
	--gray-800: #3F3F3F;
	--gray-900: #1F1F1F;

	/* aka Primary Teal */
	--primary-green-25: #F3F8F8;
	--primary-green-50: #E3F3F3;
	--primary-green-100: #B3D6D1;
	--primary-green-200: #8FCFCC;
	--primary-green-300: #68BBB7;
	--primary-green-400: #50ACA6;
	--primary-green-500: #459D95;
	--primary-green-600: #408F88;
	--primary-green-700: #397E77;
	--primary-green-800: #376F68;
	--primary-green-900: #2F524B;

	/*	aka Gold */
	--yellow-25: #FCF9F0;
	--yellow-50: #FAF5E9;
	--yellow-100: #F7EFDA;
	--yellow-200: #F2E5C4;
	--yellow-300: #ECD9A6;
	--yellow-400: #E5CC89;
	--yellow-500: #DFBF6B;
	--yellow-600: #CFA43A;
	--yellow-700: #B2840E;
	--yellow-800: #EC8400;
	--yellow-900: #EC6500;

	/* 	aka Beige */
	--brown-25: #F1EFEA;
	--brown-50: #EBE7DE;
	--brown-100: #CBC2B5;
	--brown-200: #A69A89;
	--brown-300: #C7C0B3;
	--brown-400: #69593E;
	--brown-500: #4F3F1F;
	--brown-600: #46371A;
	--brown-700: #392B12;
	--brown-800: #2E1F08;
	--brown-900: #231200;

	--error-25: #FFFBFA;
	--error-50: #FEF3F2;
	--error-100: #FEE4E2;
	--error-200: #FECDCA;
	--error-300: #FDA29B;
	--error-400: #F97066;
	--error-500: #F04438;
	--error-600: #D92D20;
	--error-700: #B42318;
	--error-800: #912018;
	--error-900: #7A271A;

	--warning-25: #FFFCF5;
	--warning-50: #FFFAEB;
	--warning-100: #FEF0C7;
	--warning-200: #FEDF89;
	--warning-300: #FEC84B;
	--warning-400: #FDB022;
	--warning-500: #F79009;
	--warning-600: #DC6803;
	--warning-700: #B54708;
	--warning-800: #93370D;
	--warning-900: #7A2E0E;

	--success-25: #F6FEF9;
	--success-50: #ECFDF3;
	--success-100: #D1FADF;
	--success-200: #A6F4C5;
	--success-300: #6CE9A6;
	--success-400: #32D583;
	--success-500: #12B76A;
	--success-600: #039855;
	--success-700: #027A48;
	--success-800: #05603A;
	--success-900: #054F31;

	--box-shadow-md: 0px 4px 8px -2px rgba(16, 24, 40, 0.1), 0px 2px 4px -2px rgba(16, 24, 40, 0.06);

	--dark-green-25: #F1F5F2;
	--dark-green-50: #E7F1F0;
	--dark-green-100: #CBDBD8;
	--dark-green-200: #ACC2BF;
	--dark-green-300: #8BA8A5;
	--dark-green-400: #739592;
	--dark-green-500: #5B827F;
	--dark-green-600: #50736F;
	--dark-green-700: #415E5C;
	--dark-green-800: #334B49;
	--dark-green-900: #233634;

	--orange-25: #FEF9F1;
	--orange-50: #FCF4E7;
	--orange-100: #F8E3C3;
	--orange-200: #F5D19D;
	--orange-300: #F2BF7A;
	--orange-400: #EFB166;
	--orange-500: #EBA65C;
	--orange-600: #E59C57;
	--orange-700: #DD8E51;
	--orange-800: #D4824D;
	--orange-900: #C47049;
	
	
/* 	custom colors */
	--beige-25: #F7F5F2;
}
:root {
	--text-sm: 14px;
	--text-md: 16px;
	--text-lg: 18px;

	--display-xs: 24px;
	--display-md: 18px;
	--display-lg: 20px;
	--display-xl: 26px;
	--display-2xl: 36px;
}

@media (min-width: 48rem) {
	:root {
		--text-sm: 18px;

		--display-md: 20px;
		--display-lg: 24px;
		--display-xl: 32px;
		--display-2xl: 48px;
	}
}

@media (min-width: 60rem) {
	:root {
		--display-xl: 36px;
		--display-2xl: 60px;
	}
}

body {
	line-height: 28px;
	overflow-wrap: break-word;
	overflow-x: hidden;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
	line-break: strict;
	overflow-wrap: normal;
	word-break: break-all;
}

/* Paragraphs */

p {
	font-size: 1rem;
	margin: 0 0 1.4rem;
}

a {
	cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 24px;
}

h1,
h2,
h3,
h4 {
	letter-spacing: -0.02em;
}

h1,
.h1 {
	font-size: 48px ;
	line-height: 60px;
}

p {
	margin: 0 0 17px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 16px;
}

h3,
.h3 {
	font-size: 36px;
	line-height: 44px;
}

ul,
ol {
	margin: 0 0 1.4rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
	margin: 0;
}

ul.no-list {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

pre {
	overflow: auto;
}

code {
	vertical-align: bottom;
}

blockquote {
	border-left: 2px solid;
	margin: 0 0 1.4rem;
	padding-left: 0.7rem;
}

hr {
	border: none;
	border-bottom: 1px solid #CCC;
}

img {
	font-size: 0.583rem;
	word-break: normal;
}

.eyebrow {
	margin-bottom: 10px;
	font-weight: 700;
	letter-spacing: 0.15em;
	color: var(--gray-900);
	text-transform: uppercase;
	font-size: 18px;
}

.regular {
	font-weight: 400;
}

.medium {
	font-weight: 500;
}

.medium-bold {
	font-weight: 600;
}

.bold {
	font-weight: 700;
}

.display-xs {
	font-size: var(--display-xs);
	line-height: 1.333;
}

.display-md {
	font-size: var(--display-md);
	line-height: 1.26667;
	letter-spacing: -0.02em;
}

.display-lg {
	font-size: var(--display-lg);
	line-height: 1.5;
}

.display-2xl {
	font-size: var(--display-2xl);
	line-height: 1.5;
}

.display-xl {
	font-size: var(--display-xl);
	line-height: 1.5;
}

.text-sm {
	font-size: var(--text-sm);
	line-height: 1.4285;
}

.text-md {
	font-size: var(--text-md);
	line-height: 1.5;
}

.text-lg {
	font-size: var(--text-lg);
	line-height: 1.56;
}

.text-xl {
	font-size: 20px;
	line-height: 1.5;
}

.overline-xs {
	font-size: 12px;
	line-height: 1.25;
	letter-spacing: 0.15em;
}

.tag-pill {
	font-size: 14px;
	font-weight: 500;
	padding: 4px 12px;
	line-height: 1.4285;
	border-radius: 16px;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: var(--black);
	background: var(--primary-green-100);
	margin-bottom: 16px;
	width: fit-content;
	display: block;
}

.text-center {
	text-align: center;
}

.text-upper {
	text-transform: uppercase;
}

.base-black {
	color: var(--black);
}

.base-white {
	color: var(--white);
}

.text-primary-green-700 {
	color: var(--primary-green-700);
}

.text-dark-green-900 {
	color: var(--dark-green-900);
}

.text-gray-600 {
	color: var(--gray-600);
}

.text-gray-700 {
	color: var(--gray-700);
}

.text-gray-900 {
	color: var(--gray-900);
}



@media (min-width: 834px) {
	h1,
	.h1 {
		font-size: 60px ;
		line-height: 72px;
	}

	.overline-xs {
		font-size: 18px;
	}
}

@media (min-width: 1440px) {
	h1,
	.h1 {
		font-size: 60px ;
		line-height: 72px;
	}

	.overline-xs {
		font-size: 18px;
	}
}
:root {
  --button-border-radius: 5px;
}

button,
.button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  line-height: 24px;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0 !important;
  border-color: #D0D0D0 !important;
  color: #E6E6E6 !important;
}

button:focus,
.button:focus {
  box-shadow: 0px 0px 0px 2px #2360C5;
}

/* No button */

.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  background: none;
  border: none;
  border-radius: 0;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  transition: none;
}

.btn-group {
  display: flex;
}

.btn-custom {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn-custom span {
  display: flex;
  align-items: center;
  gap: 12px;
}

.btn-custom[aria-disabled="true"] {
  pointer-events: none;
}

.btn-primary:hover,
.btn-secondary:hover,
.btn-secondary-black:hover
{
  background-color: #3B7F77 !important;
  border-color: #3B7F77 !important;
}

.btn-primary-black[aria-disabled="true"],
.btn-secondary-black[aria-disabled="true"] {
  color: #BABABA !important;
  border-color: #BABABA;
}

.btn-primary {
  color: #000 !important;
  background-color: #C3E1DD !important;
  border-color: #C3E1DD !important;
}

.btn-primary:hover {
  color: #FFF !important;
}

.btn-primary[aria-disabled="true"] {
  color: #FFF !important;
}

.btn-primary-black {
  color: #000 !important;
  background-color: #FFF !important;
  border-color: #000;
}

.btn-primary-black:hover {
  color: #FFF !important;
  background-color: #000 !important;
}

.btn-secondary {
  color: #FFF !important;
  background-color: #334B49 !important;
  border-color: #334B49 !important;
}

.btn-secondary[aria-disabled="true"] {
  color: #739592 !important;
  background-color: #CBDBD8 !important;
  border-color: #CBDBD8 !important;
}

.btn-secondary-black {
  color: #FFF !important;
  background-color: #000 !important;
}

.btn-secondary-black[aria-disabled="true"] {
  background-color: #FFFFFF !important;
}

.btn-tertiary {
  color: #000 !important;
  background-color: #F1F5F2 !important;
  border-color: #F1F5F2 !important;
}

.btn-tertiary:hover {
  background-color: #C3E1DD !important;
  border-color: #C3E1DD !important;
}

.btn-tertiary[aria-disabled="true"] {
  color: #BABABA !important;
}

.btn-teal {
  color: #fff !important;
  background-color: #108177 !important;
  border-color: #108177 !important;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.btn-teal:hover {
	color: #000 !important;
  background-color: #C3E1DD !important;
  border-color: #C3E1DD !important;
}

.btn-teal[aria-disabled="true"] {
  color: #fff !important;
	background-color: #C3E1DD !important;
}

.link {
  display: inline-block;
  padding: 0;
  background-color: initial;
  border: initial;
  border-radius: 0;
  color: #334b49;
}

.link:focus, .link:hover {
  color: #3F3F3F;
  background-color: initial;
  border-color: initial;
}

.link[aria-disabled="true"] {
  color: #9B9B9B;
}

/* Icon */

.btn-icon {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
	display: inline-block;
  width: 22px;
  height: 22px;
  pointer-events: none;
/*   background-color: #000; */
	background-repeat: no-repeat;
}

.btn-icon-left {
  margin-right: 13px;
}

.btn-icon-right {
  margin-left: 13px;
}

.btn-custom:hover .btn-icon-left,
.btn-custom:hover .btn-icon-right,
.btn-primary[aria-disabled="true"] .btn-icon-left,
.btn-primary[aria-disabled="true"] .btn-icon-right,
.btn-secondary .btn-icon-left,
.btn-secondary .btn-icon-right,
.btn-secondary-black .btn-icon-left,
.btn-secondary-black .btn-icon-right {
  background-color: #FFF;
}

.btn-primary-black[aria-disabled="true"] .btn-icon-left,
.btn-primary-black[aria-disabled="true"] .btn-icon-right,
.btn-secondary-black[aria-disabled="true"] .btn-icon-left,
.btn-secondary-black[aria-disabled="true"] .btn-icon-right,
.btn-tertiary[aria-disabled="true"] .btn-icon-left,
.btn-tertiary[aria-disabled="true"] .btn-icon-right {
  background-color: #BABABA;
}

.btn-secondary[aria-disabled="true"] .btn-icon-left,
.btn-secondary[aria-disabled="true"] .btn-icon-right {
  background-color: #739592;
}

.btn-tertiary:hover .btn-icon-left,
.btn-tertiary:hover .btn-icon-right {
  background-color: #000 !important;
}

.link:hover .btn-icon-left,
.link:hover .btn-icon-right {
  background-color: #3F3F3F !important;
}

.link[aria-disabled="true"] .btn-icon-left,
.link[aria-disabled="true"] .btn-icon-right {
  background-color: #9B9B9B !important;
}

.cta-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.cta-link {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  padding: 8px 18px;
  width: 100%;
  color: var(--black);
  border-radius: var(--button-border-radius);
  background: transparent;
  border: 2px solid transparent;
  text-align: center;
  transition: 
    color var(--animation-duration) ease,
    background var(--animation-duration) ease,
    border-color var(--animation-duration) ease;
}

.cta-link[data-style="primary-green-100"] {
  background-color: var(--primary-green-100);
  border: 2px solid var(--primary-green-100);
}

.cta-link[data-style="white"] {
  background-color: var(--white);
  border: 2px solid var(--black);
}

@media (min-width: 576px) {
  .cta-container {
    flex-direction: row;
  }
  
  .cta-link {
    width: auto;
  }
}

@media (max-width: 375px) {
  .btn-group {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  
  .btn-custom {
    width: 100%;
  }
}
/* Add to cart */
.cart-dropdown select,
.form-course select {
  margin-bottom: 12px;
  padding: 8px;
  font-size: 14px;
  line-height: 20px;
  
  /*  arrow styles  */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 98%;
  background-position-y: 5px;
  border: 1px solid #dfdfdf;
}

form .alert-message {
  display: none;
  gap: 16px;
  border: 1px solid #5E5E5E;
  filter: drop-shadow(0px 1px 2px rgba(16, 24, 40, 0.05));
  border-radius: 5px;
  padding: 8px 10px;
  margin-bottom: 15px;
}

/* form .alert-message[data-alert-error] {
  display: grid;
  grid-template-columns: 30px 1fr;
} */

.form-course .alert-message a {
  font-size: 14px;
  display: block;
  width: 100%;
  text-align: left;
  text-decoration: underline;
}

form .alert-message > div p {
  line-height: 20px;
  margin-bottom: 0.5rem;
  text-align: left;
}

form .alert-message > p a {
  text-decoration: underline;
}

form .alert-message .error-icon {
  min-width: 30px;
  background-color: #ef0000;
  -webkit-mask-position-x: center;
  -webkit-mask-repeat: no-repeat;
}

/* Fields */

.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
}

/* Help text */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=search],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  padding: 11px 13px;
  width: 100%;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
}

form input:focus {
  border: 1px solid #2360C5;
  box-shadow: 0px 0px 0px 2px #2360C5;
  outline-color: unset;
}


form textarea {
  resize: vertical;
}

form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - date picker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: #EF6B51;
}

.hs-input.invalid.error {
  border-color: #EF6B51;
}

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}


  /* Search button input field and suggestions */
  .body-container-wrapper .hs-search-field__button {
    padding: 15px;
  }

  .body-container-wrapper .hs-search-field__bar--button-inline .hs-search-field__button {
    margin-left: 6px;
    margin-bottom: 0;
  }

  .body-container-wrapper .hs-search-field__button svg {
    height: 15px;
    fill: #fff;
  }

  .body-container-wrapper .hs-search-field__bar > form > .hs-search-field__input {
    padding: 10px;
  }

  .body-container-wrapper .hs-search-field__suggestions li a {
    color: #494A52;
    padding: 0.35rem 0.7rem;
    text-decoration: none;
    transition: background-color 0.3s;
  }


.checkbox-label {
  display: flex;
  align-items: center;
}

.checkbox-label p {
  margin-bottom: 0;
  font: 600 14px 'DM Sans';
  color: #5E5E5E;
}

.checkbox-label span {
  font: 14px 'DM Sans';
}

input[type='checkbox']::hover {
  accent-color: #C3E1DD;
  background-color: #C3E1DD;
}

input[type='checkbox'] {
  accent-color: #C3E1DD;
  background-color: #C3E1DD;
}
/* Table */

table {
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table cells */

td,
th {
  vertical-align: top;
}

/* Table header */

thead th {
  vertical-align: bottom;
}
.badge {
	padding: 5px 15px;
	font-weight: 700;
	font-size: 14px;
	line-height: 22px;
	border-radius: 30px;
	letter-spacing: 2.1px;
	text-transform: uppercase;
	color: #000000;
}

.badge-gray {
	background: var(--gray-100);
}

.badge-primary-teal-100 {
	background: var(--primary-green-100);
}

.badge-beige {
	background: var(--brown-300);
}

.badge-gold {
	background: var(--yellow-500);
}

.badge-primary-teal-700 {
	background: var(--primary-green-700);
	color: var(--white);
}

.badge-white {
	background: var(--primary-green-25);
	outline: 2px solid var(--primary-green-700);
	color: var(--primary-green-700);
}

.badge-black {
	background: var(--gray-900);
	color: var(--white);
}

.badge-icon {
	display: inline-flex;
	gap: 12px;
	align-items: center;
}

.badge-icon-black:before {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='17' viewBox='0 0 18 17' fill='none'%3E%3Cpath d='M9 16C13.1421 16 16.5 12.6421 16.5 8.5C16.5 4.35786 13.1421 1 9 1C4.85786 1 1.5 4.35786 1.5 8.5C1.5 12.6421 4.85786 16 9 16Z' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	height: 19px;
	width: 15px;
}

.badge-icon-white:before {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='17' viewBox='0 0 18 17' fill='none'%3E%3Cpath d='M9 16C13.1421 16 16.5 12.6421 16.5 8.5C16.5 4.35786 13.1421 1 9 1C4.85786 1 1.5 4.35786 1.5 8.5C1.5 12.6421 4.85786 16 9 16Z' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	height: 19px;
	width: 15px;
}

.badge-icon-teal:before {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='17' viewBox='0 0 18 17' fill='none'%3E%3Cpath d='M9 16C13.1421 16 16.5 12.6421 16.5 8.5C16.5 4.35786 13.1421 1 9 1C4.85786 1 1.5 4.35786 1.5 8.5C1.5 12.6421 4.85786 16 9 16Z' stroke='%23397E77' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	height: 19px;
	width: 15px;
}

@media (min-width: 48rem) {
	.badge {
		font-size: 12px;
		border-radius: 16px;
		line-height: 1.4;
	}
}

@media (min-width: 60rem) {
	.badge {
		font-size: 14px;
		border-radius: 30px;
		line-height: 22px;
    letter-spacing: 2.1px;
	}
}


/* OLD. DELETE? */
.badge-orange {
	background: #DD8E51;
}

.badge-yellow {
	background: #F0CB46;
}

.badge-light-green {
	background: #C3E1DD;
}

.badge-green {
	background: #F0CB46;
}

.badge-green-outline {
	background: #F1F5F2;
	border: 2px solid #3B7F77;
}

.badge-dark-green {
	background: #334B49;
}
.modal {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  transform: scale(1.1);
  transition: 
    visibility var(--animation-duration) ease,
    opacity var(--animation-duration),
    transform var(--animation-duration) ease;
}

.modal-content {
  position: relative;
  align-self: center;
  background-color: var(--brown-25);
  padding: 24px;
  border-radius: 15px;
  max-width: 100%;
  margin-inline: 16px;
}

.show-modal {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.modal-content-wrapper {
  text-align: center;
}

.modal-eyebrow {
  margin-bottom: 16px;
  color: var(--black);
}

.modal-btn-wrapper {
  display: flex;
  flex-direction: column;
}

.modal-btn-wrapper button {
  margin-bottom: 8px;
  margin-top: 12px;
}

.btn-close {
  position: absolute;
  top: 24px;
  right: 24px;
  -webkit-mask-image: url(//22285379.fs1.hubspotusercontent-na1.net/hubfs/22285379/raw_assets/public/Trust20%20Theme/images/module-icons/x-icon.svg);
  mask-image: url(//22285379.fs1.hubspotusercontent-na1.net/hubfs/22285379/raw_assets/public/Trust20%20Theme/images/module-icons/x-icon.svg);
  pointer-events: visible;
  cursor: pointer;
}

.btn-cancel {
  margin-top: 13px;
  text-decoration: underline;
}

.modal .btn-secondary {
    color: var(--white) !important;
    background-color: var(--primary-green-700) !important;
    border-color: var(--primary-green-700) !important;
}

@media (min-width: 768px) {
  .modal-content {
    padding: 48px;
  }
}

@media (min-width: 992px) {
  .modal-content {
    padding: 64px;
    max-width: 656px;
    margin: 0;
  }
}

@media (max-width: 375px) {
  .form-course {
    margin: 32px auto 0;
  }
  
  .form-course select {
    margin-bottom: 16px;
  }
}


.header-wrapper {
	position: sticky;
	top: 0;
	z-index: 1000;
}

.header {
	padding: 0 1rem;
}


/* Header DND sections */

.header .dnd-section {
	padding: 0;
}

/* Header container */

.header__container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 20px !important;
	padding-top: 21px !important;
}

.header--wrapper {
	display: flex;
	align-items: center;
}

/* Logo */

.header__logo {
	height: auto;
	margin-right: auto;
	max-width: 200px;
	overflow: hidden;
}

.header__logo a,
.header__cart a {
	display: flex;
}

/* Navigation */

#nav-toggle {
	display: none;
}

.header .menu__link {
	font-size: 0.8888888rem;
}

@media (max-width: 991px) {
	.header-hidden {
		overflow: hidden;
	}
}

@media (min-width: 835px) and (max-width: 991px) {
	.menu__item {
		padding-right: 12px !important;
	}
}

@media (max-width: 834px) {
	.header__container {
		padding-bottom: 19px !important;
		padding-top: 19px !important;
	}



	.header--wrapper {
		flex-direction: column-reverse;
		justify-content: start;
		align-items: start;
		margin: 0 auto;
		max-width: 704px;
	}

	.header__logo {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
	}

	.header--button {
		margin-bottom: 21px;
		width: 100%;
	}

	.header--button .button {
		display: flex;
		justify-content: center;
		width: 50%;
	}

	.header__navigation {
		display: none;
		padding: 0 1rem;
		width: 100%;
	}

	.header__navigation.open {
		display: block;
		padding: 23px 1rem 32px;
		background-color: #F8FAFC;
		position: absolute;
		top: 73.13px;
		right: 0;
		left: 0;
		z-index: 2;
	}

	.header__navigation--toggle,
	.header__close--toggle {
		cursor: pointer;
		position: absolute;
	}

	.header__navigation--toggle.open {
		display: none;
	}

	.header__navigation--toggle:after {
		display: none;
		font-size: 1.083rem;
		font-weight: 600;
		position: absolute;
		left: 40px;
		text-transform: uppercase;
		top: -10px;
	}

	.header__navigation--toggle.open:after {
		display: block;
		word-break: normal;
	}

	.header__navigation--toggle {
		background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='20' height='14' viewBox='0 0 20 14' fill='none'%3e%3cpath d='M1 7H19M1 1H19M1 13H19' stroke='%23334B49' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
		background-size: contain;
		height: 20px;
		width: 20px;
		background-repeat: no-repeat;
		background-position: center;
	}

	.header__close--toggle {
		background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3e%3cpath d='M13 1L1 13M1 1L13 13' stroke='%23334B49' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
		background-repeat: no-repeat;
		background-size: contain;
		display: none;
		height: 14px;
		width: 14px;
	}

	.header__close--toggle.show {
		display: block;
	}
}

@media (min-width: 376px) and (max-width: 834px) {
	.header__logo {
		transform: translateX(-47%);
	}

	.header__navigation--toggle,
	.header__close--toggle {
		margin: 0 10px;
	}

	.header--button .btn-group {
		flex-direction: row-reverse;
	}

	.header--button .btn-custom:not(:first-of-type) {
		margin-right: 32px;
		margin-left: 0;
	}
}

@media (max-width: 375px) {
	.header__logo {
		transform: translateX(-45.5%);
	}

	.header__navigation--toggle,
	.header__close--toggle {
		margin: 0 8px;
	}

	.header--button .btn-group {
		flex-direction: column-reverse;
	}

	.header--button .button {
		width: 100%;
	}

	.header--button .button:last-child {
		margin-top: 0;
		margin-bottom: 12px;
	}

	.header__cart {
		margin-right: -6px;
	}
}
@media screen and (max-width: 991px) {
  .footer .cell_16751759905182-row-0-vertical-alignment > .row-fluid {
    flex-direction: column!important;
  }
  
  .footer .row-fluid .span4 {
    width: 100%!important;
  }
  
  .footer .row-fluid .span8 {
    width: 100%;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .footer .container-fluid.footer__container.content-wrapper {
    max-width: 730px!important;
    padding-left: 15px!important;
    padding-right: 15px!important;
  } 
}

@media screen and (min-width: 768px) {
  .footer .subscribe-heading {
    font-size: 36px; 
    text-align: left; 
    margin-bottom: 0!important; 
    font-weight: 200; 
    line-height: 44px; 
    letter-spacing: -0.02em;
  }
  
  .footer-row-0-max-width-section-centering {
      padding-top: 65px !important;
      padding-bottom: 45px !important;
      padding-left: 0px !important;
      padding-right: 0px !important;
  }
  
  .cell_1675175990519-row-1-vertical-alignment > .row-fluid {
    padding-right: 32px !important;
  }
}

@media screen and (max-width: 767px) {
  .footer-row-0-max-width-section-centering {
    padding-top: 30px !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  
  .footer .subscribe-heading {
    text-align: left;
    margin-bottom: 3px!important;
    font-weight: 200;
    font-size: 30px;
    line-height: 38px;
  }
  
  .cell_1675175990519-row-1-vertical-alignment > .row-fluid {
    padding-right: 0!important;  
  }
  
  .footer .btn-custom {
    width: 100%!important;
    display: flex;
    justify-content: center;
  }
  
  .footer .input-wrapper {
    padding-right: 0!important;
  }
  
  .footer-row-0-padding {
    padding-right: 15px!important;
    padding-left: 15px!important;
  }
  
  .span8.cell_16751759905199-padding {
    margin-bottom: 12px;
  }
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}

/* CTA, logo, and rich text images */

.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
}
@media (max-width: 991px) and (min-width: 768px) {
   /*  Home  */
  .hero-home-section .hero-banner .banner-img {
    padding-left: 20px!important;
    padding-right: 20px!important;
    padding-top: 60px!important;
  }
  
  .hero-home-section .hero-banner {
    padding-top: 25px!important;
  }
  
  /*  About  */
  .hero-about-section .hero-banner .banner-img {
    padding-top: 57px!important;
  }
}

@media screen and (max-width: 767px) {
  /*  Home  */
  .hero-home-section .hero-banner {
    padding-top: 0!important;
  }
  
  .hero-home-section .hero-banner .banner-img {
    padding-left: 0!important;
    padding-right: 0!important;
    padding-top: 43px!important;
  }
  
}
@media screen and (min-width: 992px) {
  /*  Hero banner - Add to cart dropdown  */
  .hero-banner-dropdown-cart-section > .row-fluid .span5 .hero-banner {
    display: none;
  } 
  
  .hero-banner-dropdown-cart-section > .row-fluid .span7 .hero-banner {
    margin-top: -22px!important;
    padding-top: 0!important;
  }
  
  /*  Hero banner - Add to cart toggle  */
  .hero-banner-toggle-cart-section > .row-fluid .span7 .cards-wrapper .card-purchase-column {
    padding: 21px 24px 70px!important;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  /*  Hero banner - Add to cart dropdown  */
  .hero-banner-dropdown-cart-section > .row-fluid .span5 .hero-banner {
    padding-top: 0!important;
    margin-top: -25px!important;
  }
  
  /*  Hero banner - Add to cart toggle  */
  .hero-banner-toggle-cart-section .hero-banner .text-content h2 {
    font-size: 30px!important;
    line-height: 38px;
    letter-spacing: 0;
  }
}

@media screen and (max-width: 991px) {
  /*  Hero banner - Add to cart dropdown  */
  .hero-banner-dropdown-cart-section > .row-fluid {
    flex-direction: column-reverse;
  }
  
  .hero-banner-dropdown-cart-section > .row-fluid .span7,
  .hero-banner-dropdown-cart-section > .row-fluid .span5 {
    width: 100%!important;
  }
  
  .hero-banner-dropdown-cart-section .hero-banner .text-content {
    padding-right: 0!important;
  }
  
  .hero-banner-dropdown-cart-section .hero-cart-dropdown-container {
    padding-right: 0!important;
  }
  
  .hero-banner-dropdown-cart-section > .row-fluid .span7 .hero-banner {
    display: none;
  }
  
  .hero-banner-dropdown-cart-section > .row-fluid .span5 .hero-banner {
    display: block;
  }
  
  .hero-banner-dropdown-cart-section > .row-fluid .span5 .hero-cart-dropdown-container .accreditation {
    display: none;
  }
  
  /*  Hero banner - Add to cart toggle  */
  .hero-banner-toggle-cart-section > .row-fluid {
    flex-direction: column;
  }
  
  .hero-banner-toggle-cart-section > .row-fluid .span7,
  .hero-banner-toggle-cart-section > .row-fluid .span5 {
    width: 100%!important;
  }
  
  .hero-banner-toggle-cart-section .hero-banner .text-content {
    padding-right: 0!important;
  }
  
  .hero-banner-toggle-cart-section .hero-banner .text-content {
    text-align: center;
  }
  
  .hero-banner-toggle-cart-section > .row-fluid .span7 .cards-wrapper {
    display: none;
  }
  
  /*  Features grid  */
  .features-grid-section > .row-fluid {
    flex-direction: column!important;
  }
  
  .features-grid-section > .row-fluid .span7,
  .features-grid-section > .row-fluid .span5 {
    width: 100%!important;
  }
  
  /*  FAQs accordion  */
  .faqs-section > .row-fluid,
  .card-how-it-works > .row-fluid,
  .switcher-section > .row-fluid {
    flex-direction: column!important;
  }
  
  .faqs-section > .row-fluid .span7,
  .faqs-section > .row-fluid .span5,
  .card-how-it-works > .row-fluid .span7,
  .card-how-it-works > .row-fluid .span5,
  .switcher-section > .row-fluid .span7,
  .switcher-section > .row-fluid .span5 {
    width: 100%!important;
  }
}

@media screen and (max-width: 834px) {
  /*   Quote section   */
  .quote-section > .row-fluid,
  .conversion-panel-section > .row-fluid {
     max-width: 765px!important;
  }
}

@media screen and (max-width: 767px) {
  .hero-banner-toggle-cart-section > .row-fluid .span7 .hero-banner .text-content .description {
    margin-bottom: 15px!important;
  }
  
  .hero-banner-toggle-cart-section .hero-banner .text-content h1 {
    margin-top: 13px!important;
    margin-bottom: 16px!important;
  }
  
  .hero-banner-toggle-cart-section .hero-banner .text-content h2 {
    font-size: 24px!important;
    line-height: 32px;
    letter-spacing: 0;
    margin-bottom: 16px;
  }
}
div#hs-eu-cookie-confirmation-inner {
	background: #F1F5F2 !important;
	border: none;
	border-radius: 10px !important;
	padding: 19px !important;
	display: grid;
	gap: 5px;
	align-items: center;
	grid-template-rows: auto auto auto;
	grid-template-columns: 1fr;
}

div#hs-eu-cookie-confirmation {
	overflow-y: unset !important;
}

div#hs-eu-policy-wording {
	margin-right: 0 !important;
	margin-bottom: 10px !important;
}

div#hs-eu-policy-wording p,
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p {
	color: #334B49 !important;
	font-family: DM Sans,sans-serif !important;
	margin-bottom: 0;
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-eu-policy-wording p a {
	font-family: DM Sans,sans-serif !important;
	color: #334B49 !important;
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-eu-cookie-confirmation-buttons-area {
	margin-right: 0 !important;
	margin-top: 0 !important;
}

div#hs-banner-parent div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner button#hs-eu-confirmation-button {
	font-family: DM Sans,sans-serif !important;
	font-weight: 700 !important;
	padding: 5px 15px !important;
	width: auto;
	min-width: unset;
	height: 100%;
	border: 0 !important;
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-eu-header-container {
	order: -1;
	margin-bottom: 0 !important;
}

button#hs-eu-close-button svg path {
	opacity: 0.5;
	fill: #334B49;
}

@media (min-width: 992px) {
	div#hs-eu-cookie-confirmation-inner {
		border: 1.5px solid #334B49;
		grid-template-rows: 1fr;
		grid-template-columns: auto auto auto;
	}

	div#hs-eu-policy-wording {
		margin-bottom: 0px !important;
	}

	div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-eu-header-container {
		order: 1;
	}
}

/* @media (max-width: 750px) {

}

@media screen and (min-width: 992px) {

} */

@media screen and (min-width: 1200px) {
	div#hs-eu-cookie-confirmation {
		width: 1050px !important;
	}
}


@media screen and (min-width: 992px) {
  .body-container--courses .dnd-section.conversion-panel-section {
    padding-top: 90px!important;
  }
  
  .body-container--courses .dnd-section.switchback-slider-section {
    padding-bottom: 82px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .body-container--courses .dnd_area-row-0-padding {
    padding-top: 55px !important;
  }
  
  .body-container--courses .dnd_area-row-0-padding > .row-fluid .span12 h1 {
    font-size: 60px!important;
    line-height: 72px!important;
  }
  
  .body-container--courses .dnd-section.card-training-section {
    padding-top: 45px!important;
  }
  
  .body-container--courses .card-training-section > .row-fluid .span12 .cards .card-purchase.card-purchase-row h4 {
    font-size: 36px!important;
    line-height: 44px!important;
    letter-spacing: -0.03em;
    margin-bottom: 35px!important;
  }
  
  .body-container--courses .card-training-section > .row-fluid .span12 .cards .card-purchase.card-purchase-row .btn-custom:not(:first-of-type) {
    margin-left: 0;
    margin-right: 0!important;
  }
  
  .body-container--courses .card-training-section > .row-fluid .span12 .cards {
    row-gap: 28px!important;
  }
  
  .body-container--courses .dnd-section.conversion-panel-section {
    padding-top: 85px!important;
  }
  
  .body-container--courses .dnd-section.switchback-slider-section {
    padding-top: 90px!important;
    padding-bottom: 56px!important!
  }
}

@media (min-width: 376px) and (max-width: 834px) {
  .body-container--courses .card-training-section > .row-fluid .span12 .cards .card-purchase.card-purchase-row .btn-custom:not(:first-of-type) {
    margin-right: 0!important;
  }
}

@media screen and (max-width: 767px) {
  .body-container--courses .dnd_area-row-0-padding {
    padding-top: 30px!important;
  }
  
  .body-container--courses .dnd_area-row-0-padding > .row-fluid .span12 h1 {
    font-size: 48px;
    line-height: 60px;
    letter-spacing: -0.02em!important;
  }
  
  .body-container--courses .dnd-section.card-training-section {
    padding-top: 22px!important;
    padding-bottom: 15px!important;
  }
  
  .body-container--courses .card-training-section > .row-fluid .span12 .cards .card-purchase.card-purchase-row h4 {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 30px!important;
  }
  
  .body-container--courses .card-training-section > .row-fluid .span12 .cards .card-purchase.card-purchase-row .button-group {
    flex-direction: column;
  }
  
  .body-container--courses .card-training-section > .row-fluid .span12 .cards .card-purchase.card-purchase-row .btn-custom {
    padding: 10px 18px;
  }
  
  .body-container--courses .dnd-section.conversion-panel-section {
    padding-bottom: 50px!important;
  }
  
  .body-container--courses .dnd-section.switchback-slider-section {
    padding-top: 50px!important;
    padding-bottom: 32px!important;
  }
}
/*****************************************/
/* Start your style declarations here    */
/*****************************************/

@media screen and (min-width: 835px) {
  .body-container--course-details .span7 {
    max-width: 657px;
  }
  
  .body-container--course-details .span5 {
    position: sticky;
    top: 100px;
    height: 100%;
  }
}

@media screen and (max-width: 834px) {
  .body-container--course-details .row-fluid {
    flex-direction: column-reverse;
  }
  
  .body-container--course-details .span7,
  .body-container--course-details .span5 {
    width: 100%;
  }
  
  .body-container--course-details .span5 .cards-wrapper,
  .body-container--course-details .span5 .accreditation {
    display: none;
  }
  
  .body-container--course-details .hero-cart-dropdown-title {
    display: block !important;
    font-size: 60px;
    line-height: 71px;
  }
  
  .body-container--course-details:not(.body-container--course-details-layout-2) .hero-banner h1 {
    display: none;
  }
  
  .body-container--course-details-layout-2 .span5  {
    display: none;
  }
}

@media screen and (max-width: 375px) {
  .body-container--course-details .hero-cart-dropdown-title {
    font-size: 48px;
    line-height: 60px;
  }
}
/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.body-container--course-details_food-allergy .hero-banner-dropdown-cart-section:nth-of-type(1) > .row-fluid .span5 .cards-wrapper .card-purchase-column .button-group {
  margin-top: 0!important;
}

.body-container--course-details_food-allergy .hero-banner-dropdown-cart-section:nth-of-type(2) .row-number-9.dnd-row,
.body-container--course-details_food-allergy .hero-banner-dropdown-cart-section:nth-of-type(2) .row-number-10.dnd-row,
.body-container--course-details_food-allergy .hero-banner-dropdown-cart-section:nth-of-type(2) .row-number-11.dnd-row {
  margin-top: 100px;
}

  column-gap: 0;
  justify-content: space-between;
}


@media screen and (min-width: 992px) {
  .body-container--course-details_food-allergy .hero-banner-dropdown-cart-section:nth-of-type(2) .row-number-9.dnd-row > .row-fluid .span12 .metrics .metrics-second-column .content {
    min-width: 100%;  
  }
  
  .body-container--course-details_food-allergy .features-grid-section {
    margin-top: 700px;
  }
  
  .body-container--course-details_food-allergy .hero-banner-dropdown-cart-section:nth-of-type(1) {
    position: sticky;
    top: 0;
  }
  
  .body-container--course-details_food-allergy .hero-banner-dropdown-cart-section:nth-of-type(2) {
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  
  .body-container--course-details_food-allergy .dnd-section.faqs-section {
    padding-bottom: 92px !important;
  }
  
   .body-container--course-details_food-allergy .hero-banner-dropdown-cart-section:nth-of-type(1) > .row-fluid .span5 .cards-wrapper {
    padding-right: 30px!important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /*  Page container  */
  .body-container--course-details_food-allergy .dnd-section.hero-banner-dropdown-cart-section {
    padding-bottom: 0!important;
  }
  
  /*  Hero banner  */
  .body-container--course-details_food-allergy .hero-banner-dropdown-cart-section > .row-fluid .span5 .hero-banner {
    padding-top: 0!important;
    margin-top: -25px!important;
  }
  
  /*  Features grid  */
  .body-container--course-details_food-allergy .dnd-section.features-grid-section {
    padding-top: 70px!important;
  }
  
  /*  FAQs accordion  */
  .body-container--course-details_food-allergy .dnd-section.faqs-section {
    padding-top: 38px!important;
    padding-bottom: 70px!important;
  }
  
}

@media screen and (max-width: 991px) {
  .body-container--course-details_food-allergy .hero-banner-dropdown-cart-section:nth-of-type(1) > .row-fluid .span5 .cards-wrapper {
     display: none!important;
  }
  
  .body-container--course-details_food-allergy .hero-banner-dropdown-cart-section:nth-of-type(2) > .row-fluid .span5 .hero-banner {
    display: none!important;
  }
  
  .body-container--course-details_food-allergy .hero-banner-dropdown-cart-section:nth-of-type(2) {
    padding-top: 0!important;
  }
  
  /*  Features grid  */
  .body-container--course-details_food-allergy .features-grid-section .features-wrapper .accreditation {
    display: flex!important;
  }
}

@media screen and (max-width: 767px) {
  /*  Page container  */
  .body-container--course-details_food-allergy .hero-banner-dropdown-cart-section:nth-of-type(1),
  .body-container--course-details_food-allergy .hero-banner-dropdown-cart-section:nth-of-type(2) {
    padding-bottom: 0!important;
  }
  
  /*  Hero banner  */
  .body-container--course-details_food-allergy .hero-banner-dropdown-cart-section > .row-fluid .span5 .hero-banner {
    margin-top: -48px;
  }
  
  /*  Features grid  */
  .body-container--course-details_food-allergy .dnd-section.features-grid-section {
    padding-top: 50px!important;
  }
  
  /*  FAQs accordion  */
  .body-container--course-details_food-allergy .dnd-section.faqs-section {
    padding-top: 13px!important;
    padding-bottom: 45px!important;
  }
}
/*****************************************/
/* Start your style declarations here    */
/*****************************************/
.body-container--teams {
  position: relative;  
}

@media screen and (min-width: 992px) {
  .body-container--teams .card-how-it-works > .row-fluid .span7 {
    padding-right: 110px!important;
  }
  
  .body-container--teams .hero-banner-toggle-cart-section:nth-of-type(1) {
    position: sticky;
    top: 0;
  }
  
  .body-container--teams .hero-banner-toggle-cart-section:nth-of-type(1) > .row-fluid .span7 {
    visibility: hidden;
  }
  
  .body-container--teams .hero-banner-toggle-cart-section:nth-of-type(2) {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  
  .body-container--teams .hero-banner-toggle-cart-section:nth-of-type(2) > .row-fluid .span5 {
    display: none!important;
  }
}

@media screen and (max-width: 991px) {
  .body-container--teams .hero-banner-toggle-cart-section:nth-of-type(2) {
    display: none!important;  
  }
  
  .body-container--teams .card-how-it-works > .row-fluid .span7 .cards-wrapper .card-text-steps {
    max-width: 500px!important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .body-container--teams .dnd-section.hero-banner-toggle-cart-section {
    padding-top: 50px!important;
  }
  
  .body-container--teams .dnd-section.card-how-it-works {
    padding-top: 20px !important;
  }
  
  .body-container--teams .dnd-section.faqs-section {
    padding-top: 25px !important;
    padding-bottom: 70px !important;
  }
}

@media screen and (max-width: 767px) {
  .body-container--teams .dnd-section.hero-banner-toggle-cart-section {
    padding-top: 35px !important;
    padding-bottom: 45px !important;
  }
  
  .body-container--teams .card-how-it-works > .row-fluid .span7 .cards-wrapper .cards-heading h4 {
    font-size: 30px!important;
    line-height: 38px!important;
  }
  
  .body-container--teams .card-how-it-works > .row-fluid .span7 .cards-wrapper .step-count {
    margin-top: 12px!important;
    margin-bottom: 16px!important;
  }
  
  .body-container--teams .card-how-it-works > .row-fluid .span7 .cards-wrapper .card-text-steps p {
    font-size: 18px!important;
    line-height: 28px!important;
    margin-bottom: 10px;
  }
  
  .body-container--teams .dnd-section.faqs-section {
    padding-top: 10px !important;
    padding-bottom: 45px !important;
  }
}
/*****************************************/
/* Start your style declarations here    */
/*****************************************/

@media screen and (min-width: 992px) {
  .body-container--about .dnd-section.hero-about-section {
    padding-top: 59px !important;
  }
  
  .body-container--about .dnd-section.switchback-slider-section {
    padding-bottom: 82px!important;
  }
  
  .body-container--about .dnd-section.conversion-panel-section {
    padding-top: 75px!important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .body-container--about .dnd-section.hero-about-section {
    padding-top: 50px !important;
    padding-bottom: 70px !important;
  }
  
  .body-container--about .dnd-section.hero-about-section .hero-banner .banner-img {
    width: 705px!important;
  }
  
  .body-container--about .dnd-section.conversion-panel-section {
    padding-top: 45px!important;
  }
   
  .body-container--about .dnd-section.switchback-slider-section {
    padding-top: 90px!important;
    padding-bottom: 58px!important;
  }
}

@media screen and (max-width: 767px) {
  .body-container--about .dnd-section.hero-about-section {
    padding-top: 26px !important;
    padding-bottom: 45px!important;
  }
  
  .body-container--about .dnd-section.hero-about-section .hero-banner .banner-img {
    padding-top: 45px;
  }
  
  .body-container--about .dnd-section.conversion-panel-section {
    padding-top: 0!important;
    padding-bottom: 60px!important;
  }
  
  .body-container--about .dnd-section.switchback-slider-section {
    padding-top: 40px!important;
    padding-bottom: 33px!important;
  }
}


/* For content that needs to be visually hidden but stay visible for screenreaders */

.show-for-sr {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

@media (max-width: 767px) {
  .show-for-sr--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}