/* Reset */
*, *: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 */
  scroll-behavior: smooth;
}

/* 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;
  max-width: 100%;
  height: auto;
}

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

.visuallyhidden { 
  position: absolute; 
  overflow: hidden; 
  clip: rect(0 0 0 0); 
  height: 1px; width: 1px; 
  margin: -1px; padding: 0; border: 0; 
}

/* Colors */
:root {
  --color-paradise-pink-100: #E14365;
  --color-paradise-pink-75: #E9728C;
  --color-paradise-pink-50: #F0A1B2;
  --color-paradise-pink-25: #F8D0D9;
  --color-coral-100: #FF8989;
  --color-coral-75: #FFA7A7;
  --color-coral-50: #FFC4C4;
  --color-coral-25: #FFE2E2;
  --color-mango-100: #FFC02F;
  --color-mango-75: #FFD063;
  --color-mango-50: #FFE097;
  --color-mango-25: #FFEFCB;
  --color-sky-blue-100: #48C8E8;
  --color-sky-blue-75: #76D6EE;
  --color-sky-blue-50: #A4E4F4;
  --color-sky-blue-25: #D1F1F9;
  --color-mountain-100: #8F70AC;
  --color-mountain-75: #AB94C1;
  --color-mountain-50: #C7B8D6;
  --color-mountain-25: #E3DBEA;
  --color-sea-green-100: #47BF7F;
  --color-sea-green-75: #75CF9F;
  --color-sea-green-50: #A3DFBF;
  --color-sea-green-25: #D1EFDF;
  --color-gray-darkest: #131313;
  --color-gray-darker: #272727;
  --color-gray-dark: #515151;
  --color-gray: #747474;
  --color-gray-light: #E0E0E0;
  --color-gray-lightest: #F2F2F2;
  --color-white: #FFFFFF;
  --color-black: #000000;
}

/* Elements */
@font-face {
  font-family: 'Inter';
  src: url('https://www.hungryhungry.com/hubfs/website/fonts/Inter-SemiBold.woff2') format('woff2'),
      url('https://www.hungryhungry.com/hubfs/website/fonts/Inter-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('https://www.hungryhungry.com/hubfs/website/fonts/Inter-Regular.woff2') format('woff2'),
      url('https://www.hungryhungry.com/hubfs/website/fonts/Inter-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Apfel Grotezk';
  src: url('https://www.hungryhungry.com/hubfs/website/fonts/ApfelGrotezk-Regular.woff2') format('woff2'),
      url('https://www.hungryhungry.com/hubfs/website/fonts/ApfelGrotezk-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sauce One';
  src: url('https://www.hungryhungry.com/hubfs/website/fonts/OpenSauceOne-Regular.woff2') format('woff2'),
      url('https://www.hungryhungry.com/hubfs/website/fonts/OpenSauceOne-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sauce One';
  src: url('https://www.hungryhungry.com/hubfs/website/fonts/OpenSauceOne-SemiBold.woff2') format('woff2'),
      url('https://www.hungryhungry.com/hubfs/website/fonts/OpenSauceOne-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

html {
  font-size: 18px;
  line-height: 30px;
}
@media (max-width: 114px) {
  html {
    font-size: 20px;
  }
}
body {
  color: #231f20;
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  line-height: 30px;
  word-break: break-word;
}

/* Paragraphs */
p {
  font-size: 18px;
  line-height: 30px;
  margin: 0 0 32px 0;
}
strong {
  font-weight: 700;
}

/* Anchors */
a {
  color: var(--color-paradise-pink-100);
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease;
}
a:hover, a:focus {
  color: var(--color-paradise-pink-75);
  text-decoration: underline;
}

/* Headings */
h1 {
  font-family: 'Apfel Grotezk', sans-serif;
  font-size: 52px;
  line-height: 60px;
  letter-spacing: -1px;
  font-weight: normal;
  margin: 0 0 32px 0;
  padding: 0;
}
h2 {
  font-family: 'Open Sauce One', sans-serif;
  font-size: 40px;
  line-height: 55px;
  letter-spacing: -1px;
  font-weight: 600;
  margin: 0 0 32px 0;
  padding: 0;
}
h3 {
  font-family: 'Open Sauce One', sans-serif;
  font-size: 35px;
  line-height: 45px;
  letter-spacing: -1px;
  font-weight: 600;
  margin: 0 0 32px 0;
  padding: 0;
}
h4 {
  font-family: 'Open Sauce One', sans-serif;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: -1px;
  font-weight: 600;
  margin: 0 0 12px 0;
  padding: 0;
}

/* Lists */
ul,
ol {
  margin: 0 0 48px 0;
  padding-inline-start: 24px;
  list-style-position: outside;
}
ul > li,
ol > li {
  margin: 0 0 6px 0;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin: 6px 0 0 0;
}

ul.padded > li,
ol.padding > li {
  margin: 0 0 24px 0;
}
ul.padded ul,
ol.padded ul,
ul.padded ol,
ol.padded ol {
  margin: 24px 0 0 0;
}

/* Code blocks */
pre {
  overflow: auto;
}
code {
  vertical-align: bottom;
}

/* Blockquotes */
blockquote {
  border-left: 6px solid #c2c4c6;
  margin: 0 0 1.4rem;
  padding-left: 20px;
  font-style: italic;
}

/* Horizontal rules */
hr {
  background-color: #c2c4c6;
  border: none;
  color: #CCC;
  height: 6px;
  margin: 2.2rem auto;
  width: 25%;
  clear: both;
}

/* Subscripts and superscripts */
sup,
sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
.button,
.cta-button a {
  border: 2px solid transparent;
  border-radius: 26px;
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  margin: 0 0 24px 0;
  padding: 12px 24px;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  width: auto;
  word-break: break-word;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.button--underline,
.cta-button--underline a {
  border-left: none;
  border-right: none;
  border-top: none;
  border-radius: 0;
  padding: 10px 0;
}
.button--small,
.cta-button--small a {
  font-size: 12px;
  line-height: 18px;
  padding: 8px 16px;
}
.button--text-pink,
.cta-button--text-pink a {
  color: var(--color-paradise-pink-100);
}
.button--text-black,
.cta-button--text-black a {
  color: #000;
}
.button--text-white,
.cta-button--text-white a {
  color: #fff;
}
.button--uppercase,
.cta-button--uppercase a {
  text-transform: uppercase;
}
.button--lowercase,
.cta-button--lowercase a {
  text-transform: lowercase;
}
.button--pink,
.cta-button--pink a {
  background: var(--color-paradise-pink-100);
}
.button--pink:hover,
.cta-button--pink a:hover {
  background: var(--color-paradise-pink-75);
  color: #fff;
  text-decoration: none;
}
.button--black,
.cta-button--black a {
  background: #000;
}
.button--black:hover,
.cta-button--black a:hover {
  background: var(--color-gray-darkest);
  color: #fff;
  text-decoration: none;
}
.button--white,
.cta-button--white a {
  background: #fff;
}
.button--white:hover,
.cta-button--white a:hover {
  background: var(--color-gray-lightest);
  color: #000;
  text-decoration: none;  
}
.button--pink.button--outline,
.cta-button--pink.cta-button--outline a {
  background-color: transparent;
  border-color: var(--color-paradise-pink-100);
}
.button--pink.button--outline:hover,
.cta-button--pink.cta-button--outline a:hover {
  background-color: var(--color-paradise-pink-100);
  color: #fff;
  text-decoration: none;
}
.button--black.button--outline,
.cta-button--black.cta-button--outline a {
  background-color: transparent;
  border-color: #000;
}
.button--black.button--outline:hover,
.cta-button--black.cta-button--outline a:hover {
  background-color: #000;
  color: #fff;
  text-decoration: none;
}
.button--white.button--outline,
.cta-button--white.cta-button--outline a {
  background-color: transparent;
  border-color: #fff;
}
.button--white.button--outline:hover,
.cta-button--white.cta-button--outline a:hover {
  background-color: #fff;
  color: #000;
  text-decoration: none;
}

.button--pink.button--underline,
.cta-button--pink.cta-button--underline a {
  background-color: transparent;
  border-color: var(--color-paradise-pink-100);
}
.button--pink.button--underline:hover,
.cta-button--pink.cta-button--underline a:hover {
  background-color: transparent;
  border-color: var(--color-paradise-pink-100);
}
.button--text-pink.button--underline:hover,
.cta-button--text-pink.cta-button--underline a:hover {
  color: var(--color-paradise-pink-100);
}
.button--black.button--underline,
.cta-button--black.cta-button--underline a {
  background-color: transparent;
  border-color: #000;
}
.button--black.button--underline:hover,
.cta-button--black.cta-button--underline a:hover {
  background-color: transparent;
  border-color: #000;
}
.button--text-black.button--underline:hover,
.cta-button--text-black.cta-button--underline a:hover {
  color: #000;
}
.button--white.button--underline,
.cta-button--white.cta-button--underline a {
  background-color: transparent;
  border-color: #fff;
}
.button--white.button--underline:hover,
.cta-button--white.cta-button--underline a:hover {
  background-color: transparent;
  border-color: #fff;
}
.button--text-white.button--underline:hover,
.cta-button--text-white.cta-button--underline a:hover {
  color: #fff;
}

.button--left {
  text-align: left;
}
.button--centre {
  text-align: center;
}
.button--right {
  text-align: right;
}
.button:disabled {
}
.button:hover,
.button:focus,
.cta-button a:hover,
.cta-button a:focus {
  text-decoration: none;
}
.button:active, 
.cta-button a:active {
  text-decoration: none;
}
.button svg,
.cta-button a svg {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  flex-basis: 20px;
	flex-grow: 0;
	flex-shrink: 0;  
}

.chevron__link {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-weight: 600;
  padding: 0 26px 0 0;
  text-decoration: none;
  transition: all 0.3s ease;
}
.chevron__link:after {
  content: url("data:image/svg+xml;charset=UTF-8, <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'><path fill='%23e14365' d='M12.95 10.707l.707-.707L8 4.343 6.586 5.757 10.828 10l-4.242 4.243L8 15.657l4.95-4.95z'/></svg>");
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 5px;
  right: 0;
  opacity: 1;
  transition: all 0.3s ease; 
}

@media (min-width: 1040px) {
  .button,
  .cta-button a {
    margin-bottom: 48px;
  }
}
.cards {
  margin-bottom: 24px;
}
.card {
  border-radius: 20px;
  background-color: #fff;
  filter: drop-shadow(0px 4px 40px rgba(0, 0, 0, 0.1));
  text-align: center;
  margin: 0 0 20px 0;
  position: relative;
}
.card--case-study {
  border-radius: 0;
  filter: none;
}
.card--on-the-house {
  border-radius: 0;
  filter: none;
}
.cards-pink .card {
  background-color: #E14365;
  color: #fff;
}
.cards-black .card {
  background-color: #231f20;
  color: #fff;
}
.card a {
  text-decoration: none;
  color: inherit;
}
.card--pricing a.button {
  color: #ffffff;
  margin-bottom: 0;
}
.card h3 {
  font-size: 22px;
  line-height: 30px;
  margin: 0;
  padding: 16px 0;
  overflow: hidden;
  font-weight: 300;
}
.card--resources h3 {
  font-size: 24px;
  line-height: 28px;
  padding: 0 0 16px 0;
}
.card--case-study h3 {
  font-size: 24px;
  line-height: 28px;
  padding: 0 0 4px 0;
}
.card--on-the-house h3 {
  font-size: 24px;
  line-height: 28px;
  padding: 0 0 4px 0;
}
.card--pricing h3 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  padding: 0 0 16px 0;
}
.card__image {
  position: relative;
}
.card--on-the-house .card__image {
  aspect-ratio: 16 / 9;
  width: 100%;
  overflow: hidden;
}
.card__image img {
  display: block;
  width: 100%;
  margin: 0 auto;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.card--resources .card__image img {
  max-height: 260px;
  min-height: 260px;
  object-fit: cover;  
}
.card--case-study .card__image img {
  max-height: 360px;
  min-height: 360px;
  object-fit: cover;
  border-radius: 20px;
  filter: drop-shadow(0px 4px 40px rgba(0, 0, 0, 0.1));
}
.card--on-the-house .card__image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 20px;
  filter: drop-shadow(0px 4px 40px rgba(0, 0, 0, 0.1));
}
.card--pricing .card__image img {
  max-height: 210px;
  min-height: 210px;
  object-fit: cover;  
}
.card__logo {
  background-color: #131313;
  border-radius: 12px;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  position: absolute;
  top: 20px;
  right: 20px;
  height: 66px;
}
.card__logo img {
  max-width: 70px;
  max-height: 50px;
  margin: 0;
}
.card__content {
  text-align: left;
  padding: 32px 32px 80px 32px;
}
.card--case-study .card__content {
  padding: 22px 0 0 0;
}
.card--on-the-house .card__content {
  padding: 22px 0 0 0;
}
.card--pricing .card__content {
  text-align: center;
  padding: 32px 32px 32px 32px;
}
.card--button .card__content {
  padding-bottom: 100px;
}
.card__content .chevron__link {
  color: var(--color-paradise-pink-100);
}
.card a:hover .card__content .chevron__link {
  text-decoration: underline;
}
.card__meta {
  position: absolute;
  bottom: 32px;
  left: 32px;
  right: 32px;
  text-align: left;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.meta__item { 
  display: block;
}
.card__price {
  display: flex;
  align-items: center;
  justify-content: center;
}
.card__price strong, 
.card__price span {
  display: block;
}
.card__price strong {
  font-size: 50px;
  font-weight: 400;
  color: var(--color-paradise-pink-100);
}
.card__price span {
  font-size: 16px;
  line-height: 20px;
  text-align: left;
  font-weight: 300;
  color: var(--color-gray);
  margin-left: 8px;
}
.card__button {
  position: absolute;
  bottom: 50px;
  left: 32px;
  right: 32px; 
}

@media (min-width: 720px) {
  .cards {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-left: -10px;
    margin-right: -10px;    
    align-items: stretch;
    justify-content: center;
    margin-bottom: 48px;
  }
  .cards--on-the-house {
    gap: 40px;
  }  
  .card {
    margin: 0;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: calc((100% / 2) - 20px);
    min-width: calc((100% / 2) - 20px);
    max-width: calc((100% / 2) - 20px);
  }
  .card--resources h3 {
    font-size: 34px;
    line-height: 46px;  
  }
  .card--case-study h3 {
    font-size: 30px;
    line-height: 40px;  
  }
  .card--on-the-house h3 {
    font-size: 30px;
    line-height: 40px;  
  }  
  .card__content {
    padding-bottom: 128px;
  }
  .card--case-study .card__content {
    padding-bottom: 0;
  }
  .card--on-the-house .card__content {
    padding-bottom: 0;
  }  
  .card__meta {
    font-size: 18px;
    flex-direction: column;
    align-items: start;
  }
}
@media (min-width: 1040px) {
  .card {
    flex-basis: calc((100% / 3) - 20px);
    min-width: calc((100% / 3) - 20px);
    max-width: calc((100% / 3) - 20px);
  }
  .card--on-the-house {
    flex-basis: calc((100% / 2) - 20px);
    min-width: calc((100% / 2) - 20px);
    max-width: calc((100% / 2) - 20px);    
  }
}
/* Form */
form {
  font-family: 'Inter', sans-serif;
}
.hs-form fieldset {
  border: none;
}
.hs-form-field {
  padding: 0;
  margin-bottom:0;
  text-align: left;
}

@media (min-width: 399px) {
  .hs-form fieldset .hs-form-field:first-child:not(:only-child) {
    padding-right: 5px;
  }
  .hs-form fieldset .hs-form-field:last-child:not(:only-child) {
    padding-left: 5px;
  }
}

/* Labels */
form label {
  color: #231f20;
  display: block;
  font-size: 0.75rem;
  padding-top: 0;
  margin: 0.6rem 0 0.3rem 0;
  text-align: left;
  width: auto;
  text-transform: uppercase;
}

/* Help text - legends */
form legend {
  color: #231f20;
  font-size: 0.75rem;
  margin-bottom: 0.3rem;  
}

/* Inputs */
.input {
  position: relative;
  margin-right: 0 !important;
}
input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=number],
input[type=file],
select,
textarea {
  background-color: #fff;
  border: 2px solid var(--color-gray-light);
  border-radius: 6px;
  color: var(--color-gray-darkest);
  display: inline-block;
  font-size: 14px;
  line-height: 17px;
  padding: 20px 24px;
  margin: 0;
  width: 100% !important;
}
textarea {
  display: block;
  height: 120px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=file]:focus,
select:focus,
textarea:focus {
  outline: none;
  border-color: var(--color-paradise-pink-100);
}
fieldset {
  max-width: 100% !important;
}
::-moz-placeholder {
  color: var(--color-gray);
}
:-ms-input-placeholder {
  color: var(--color-gray);
}
::placeholder {
  color: var(--color-gray);
}

/* Inputs - checkbox/radio */
form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.inputs-list > li {
  display: block;
  margin: 0.3rem 0 0 0;
  padding: 0;
  width: 100%;
}
.inputs-list label {
  text-transform: none;
}
.inputs-list input,
.inputs-list span {
  font-size: 0.875rem;
  vertical-align: middle;
}
.hs-input[type=checkbox],
.hs-input[type=radio] {
  border: none;
  cursor: pointer;
  height: auto;
  line-height: normal;
  margin-right: 0.35rem;
  padding: 0;
  width: auto;
}

/* Inputs - datepicker */
.hs-fieldtype-date .input .hs-dateinput:before {
  color: #231f20;
  content:'\01F4C5';
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.fn-date-picker .pika-table thead th {
  color: #FFF;
}
.fn-date-picker td.is-today .pika-button {
  color: #231f20;
}
.fn-date-picker td.is-selected .pika-button {
  background: #231f20;
  border-radius: 0;
  box-shadow: none;
}
.fn-date-picker td .pika-button:hover {
  background-color: #231f20 !important;
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */
input[type=file] {
  background-color: transparent;
  border: initial;
  box-shadow: none;
  line-height: 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;
}
form .header {
  background-color: transparent;
  border: none;
}

/* GDPR */
.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  font-size: 0.875rem;
  margin-left: 1rem !important;
}

/* Validation */
.hs-form-required {
  color: var(--color-paradise-pink-100);
}
.hs-input.invalid.error {
  border-color: var(--color-paradise-pink-100);
}
.hs-error-msg {
  color: var(--color-paradise-pink-100);
  margin-top: 0.35rem;
}
.hs_error_rollup {
  color: var(--color-paradise-pink-100); 
  padding: 10px 0;
}
.hs_error_rollup label {
  color: var(--color-paradise-pink-100);
}

/* Submit button */
.hs-submit {
  padding: 20px 0;
  text-align: center;
}
form input[type=submit],
form .hs-button {
  background: var(--color-paradise-pink-100);
  border: 1px solid transparent;
  border-radius: 30px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 0.95rem;
  font-weight: 900;
  margin: 0;
  padding: 14px 24px 14px 24px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.15s linear;
  white-space: normal;
  width: auto;
  word-break: break-word;
  text-transform: uppercase;
}
form input[type=submit]:hover:enabled,
form input[type=submit]:focus:enabled,
form input[type=submit]:active:enabled,
form .hs-button:hover:enabled,
form .hs-button:focus:enabled,
form .hs-button:active:enabled {
  background: var(--color-paradise-pink-75);
}

form input[type=submit]:disabled,
form .hs-button:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

/* Captcha */
.hs-recaptcha,
.g-recaptcha {
  padding: 0 20px;
}
.grecaptcha-badge {
  margin: 0;
}
ul#g-recaptcha-error {
  padding: 0 20px;
}

/* Inline message before redirection */
.submitted-message {
  padding: 20px;
  font-size: 0.875rem;
}

/* Modal */
.modal {
  position: fixed;
  top: 80px;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.85);
  z-index: 9997;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  visibility: hidden;
  opacity: 0;
}
.modal--inactive {
  visibility: hidden;
  opacity: 0;
}
.modal--active {
  visibility: visible;
  opacity: 1;
}
.modal__close {
  display: none;
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
  width: 24px;
  height: 25px;
  position: absolute;
  top: 32px;
  right: 32px;
  cursor: pointer;
}
.modal__close svg {
  color: #fff;
  fill: currentColor;
}
.modal__content {
  color: #fff;
  text-align: center;
  padding: 48px 20px;
  overflow-y: auto;
}
.modal__card {
  background-color: #fff;
  border-radius: 26px;
  text-align: center;
  color: #000;
  max-width: 389px;
  margin: 0 auto 15px auto;
}
.mcard__image {
  border-top-left-radius: 26px;
  border-top-right-radius: 26px;
  display: block;
}
.mcard__content {
  padding: 32px 20px;
}
.mcard__content h2 {
  font-size: 31px;
  line-height: 38px;
  font-weight: 600;
  margin: 0 0 24px 0;
}
@media (min-width: 1040px) {
  .modal__close {
    display: block;
  }
  .modal__cards {
    display: flex;
    justify-content: center;
  }  
  .modal__card {
    margin: 0 8px;
  }
}
@media (min-width: 1440px) {
  .modal {
    top: 80px;
  }
}

.ff--inactive {
  display: none;
}
.ff--active {
  display: block;
}
.form__card {
  background-color: #fff;
  border-radius: 26px;
  text-align: center;
  color: #000;
  max-width: 472px;
  margin: 0 auto 24px auto;  
}
.form__image {
  border-top-left-radius: 26px;
  border-top-right-radius: 26px;
  display: block;
}
.form__fields {
  /* max-width: 380px; */
  margin: 0 auto;
  padding: 32px;
}
.form__fields h2 {
  font-size: 31px;
  line-height: 38px;
  margin: 0 0 37px 0;
}
.form__fields p {
  font-size: 18px;
  line-height: 27px;
}
.form__fields input[type=text],
.form__fields input[type=email],
.form__fields input[type=password],
.form__fields input[type=tel],
.form__fields input[type=number],
.form__fields input[type=file],
.form__fields select,
.form__fields textarea {
  /* margin: 0 0 24px 0; */
}
.form__fields .actions {
  margin: 0 auto;
  text-align: center;
}
.button--qualifier {
  margin: 8px 0;
  width: 100%;
}
.button--qualifier svg {
  width: 30px;
  height: 30px;
  flex-basis: 30px;
}
.button--demo {
  margin: 8px 0 0 0;
}
.form__warning {
  color: var(--color-paradise-pink-100);
  font-size: 16px;
  margin: 0 0 24px 0;
  display: none;
}


.form__pagination {
  display: flex;
  justify-content: center;
}
.form__paginatio--hidden {
  display: none;
}
.pagination__dot {
  width: 19px;
  height: 19px;
  border-radius: 19px;
  background-color: var(--color-gray-light);
  margin: 0 8px 16px 8px;
}
.pagination__dot--active {
  background-color: var(--color-paradise-pink-100);
}
/* Table */
table {
  border: 1px solid #DEE2E6;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}
tbody + tbody {
  border-top: 2px solid #DEE2E6;
}

/* Table Cells */
th,
td {
  border: 1px solid #DEE2E6;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */
thead th,
thead td {
  background-color: #343A40;
  border-bottom: 2px solid #DEE2E6;
  color: #FFF;
  vertical-align: bottom;
}

/* Components */
html, body {
  height: 100%;
}
body {
  background-color: var(--color-gray-light);
  display: flex;
  flex-direction: column;  
}
body.stop-transitions * {
	transition: none !important;
}
.body-wrapper {
  padding-top: 90px;
  margin: 0 auto;
  background-color: var(--color-gray-darkest);
  position: relative;
  flex: 1 0 auto;
  width: 100%;
}
.body-container-wrapper {
  background-color: var(--color-gray-darkest);
}
.body-container {
  background-color: #fff;
}
main:before {
  display: block; 
  content: " "; 
  margin-top: -90px; 
  height: 90px; 
  visibility: hidden; 
  pointer-events: none;
}
.content-wrapper {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
.dnd-section {
  padding: 48px 20px 0 20px;
}
.dnd-section > .row-fluid {
  margin: 0 auto;
}
.dnd-section .dnd-column {
  padding: 0;
}
.body-container .hs_cos_wrapper,
.body-container .dnd-module,
.body-container .row-fluid,
.body-container .dnd-row {
  height: 100%;
}
@media (min-width: 1040px) {
  main:before {
    margin-top: -108px; 
    height: 108px; 
  }  
  .body-wrapper {
    padding-top: 108px;
    background-color: #fff;
  }
  .dnd-section {
    padding: 96px 48px 48px 48px;
  }
}

/* Responsive Grid */
.row-fluid {
  width: 100%;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: '';
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class*='span'] {
  display: block;
  /* min-height: 28px; */
  margin-left: 0;
  float: none;
  width: auto;
  box-sizing: border-box;
}
.container-fluid:before,
.container-fluid:after {
  display: table;
  content: '';
}
.container-fluid:after {
  clear: both;
}
@media (min-width: 767px) {
  .row-fluid [class*='span'] {
    float: left;
    width: 100%;
  }
  .row-fluid .span12 {
    width: 100%;
  }
  .row-fluid .span11 {
    width: 91.66666666%;
  }
  .row-fluid .span10 {
    width: 83.33333333%;
  }
  .row-fluid .span9 {
    width: 75%;
  }
  .row-fluid .span8 {
    width: 66.66666666%;
  }
  .row-fluid .span7 {
    width: 58.33333333%;
  }
  .row-fluid .span6 {
    width: 50%;
  }
  .row-fluid .span5 {
    width: 41.66666666%;
  }
  .row-fluid .span4 {
    width: 33.33333333%;
  }
  .row-fluid .span3 {
    width: 25%;
  }
  .row-fluid .span2 {
    width: 16.66666666%;
  }
  .row-fluid .span1 {
    width: 8.33333333%;
  }  
}

/* Clearfix */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}

/* Visibilty Classes */
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
.hidden {
  display: none;
  visibility: hidden;
}
.header {
  background-color: var(--color-gray-darkest);
  transition: background-color 0.3s ease;
  margin: 0 auto;
}
.homepage .header {
  background-color: var(--color-coral-25);
}
.homepage .header.scrolled {
  background-color: var(--color-gray-darkest);
}
.header__container {
  padding: 0;
}
.header__bar {
  background-color: var(--color-gray-darkest);
  transition: background-color 0.3s ease;
  z-index: 9998;
  width: 100%;
  padding: 0;
}
.homepage .header__bar {
  background-color: var(--color-coral-25);
}
.homepage .header.scrolled .header__bar {
  background-color: var(--color-gray-darkest);
}
@media (min-width: 1040px) {
  .header {
    background-color: var(--color-gray-darkest);
    z-index: 9998;
    position: fixed;
    width: 100%;
    padding: 18px 48px 25px 48px;
    top: 0;
    left: 0;
    right: 0;    
  }
  .homepage .header {
    background-color: var(--color-coral-25);
  }
  .homepage .header.scrolled {
    background-color: var(--color-gray-darkest);
  }
  .header__bar {
    background-color: transparent !important;
    position: relative;
    padding: 0;
    float: left;
    width: auto;
    z-index: 9999;
  }
}

/* Header skip */
.header__skip {
  height: 1px;
  left: -1000px;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: -1000px;
  width: 1px;
}
.header__skip:active,
.header__skip:focus,
.header__skip:hover {
  height: auto;
  left: 0;
  overflow: visible;
  top: 0;
  width: auto;
}

/* Burger */
.header__burger {
  background-color: var(--color-gray-darkest);
  transition: background-color 0.3s ease;
  padding: 16px 20px 10px 20px;
  margin-bottom: 0;
  z-index: 9998;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.homepage .header__burger {
  background-color: var(--color-coral-25);
}
.homepage .header.scrolled .header__burger {
  background-color: var(--color-gray-darkest);
}
.burger-button {
  display: block;
  position: relative;
  cursor: pointer;
  outline: 2px solid transparent;
  outline-offset: 2px;
  height: 64px;
  width: 24px;
  z-index: 1000;
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
}
.burger-button svg {
  fill: currentColor;
  color: #fff;
  transition: color 0.3s ease;
}
.homepage .burger-button svg {
  color: #000;
}
.homepage .header.scrolled .burger-button svg {
  color: #fff;
}
.close-button {
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
  width: 24px;
  height: 25px;
  position: absolute;
  top: 32px;
  right: 20px;
  cursor: pointer;
}
.close-button svg {
  fill: currentColor;
  color: #fff;
}
.close-button--inactive {
  visibility: hidden;
  opacity: 0;
}
.close-button--active {
  visibility: visible;
  opacity: 1;
}
.burger-close {
  display: block;
  position: relative;
  cursor: pointer;
  outline: 2px solid transparent;
  outline-offset: 2px;
  height: 24px;
  width: 25px;
  z-index: 1000;
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 32px 0 57px -34px;
}
.burger-close svg {
  width: 24px;
  height: 25px;
  color: #fff;
  fill: currentColor;
}
@media (min-width: 1040px) {
  .header__burger {
    display: none;
  }  
  .burger-button {
    display: none;
  }
}

/* Logo */
.header__logo {
  height: auto;
  max-width: 161px;
  overflow: hidden;
  z-index: 9998;
  position: fixed;
  top: 25px;
  right: 50%;
  margin-right: -81px;
}
.header__logo svg {
  width: 100%;
  display: block;
  fill: currentColor;   
  color: var(--color-paradise-pink-100);  
}
@media (min-width: 1040px) {
  .header__logo {
    position: relative;
    top: auto;
    right: auto;
    max-width: 221px;
    padding-left: 0;
    padding-bottom: 0;
    padding-top: 9px;
  }  
}

/* Menu */
.header__menu {
  position: fixed;
  z-index: 9998;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all 0.3s ease;
}
.header__menu--inactive {
  visibility: hidden;
  opacity: 0;
}
.header__menu--active {
  visibility: visible;
  opacity: 1;
}
.menu__container {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateX(-100%);  
  background-color: var(--color-gray-darker);
  width: 268px;
  padding-left: 53px;
  min-height: 100%;
  padding-top: 0;
  overflow-y: scroll;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.menu__overlay {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);  
}
@media (max-width: 1039px) {
  .menu__container--active {
    -webkit-animation: slide-in 0.5s forwards;
            animation: slide-in 0.5s forwards;
  }
  .menu__container--inactive {
    -webkit-animation: slide-out 0.5s forwards;
            animation: slide-out 0.5s forwards;
  }
}
@media (min-width: 1040px) {
  .header__menu {
    position: relative;
    background: none;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    padding-left: 0;
    width: 100%;
    transform: none;
  }
  .header__menu--inactive {
    visibility: visible;
    opacity: 1;
  }
  .menu__container {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    padding-top: 0;
    background: none;
    overflow: visible;
    display: flex;
    align-items: center; 
    float: right; 
    width: auto;
    transform: translateX(0%);
    flex-direction: row;
  }
  .menu__overlay {
    display: none;
  }  
}

@keyframes slide-in {
  100% { -webkit-transform: translateX(0%); }
}
@-webkit-keyframes slide-in {
  100% { transform: translateX(0%); }
}
@keyframes slide-out {
  0% { transform: translateX(0%); }
  100% { transform: translateX(-100%); }
}
@-webkit-keyframes slide-out {
  0% { -webkit-transform: translateX(0%); }
  100% { -webkit-transform: translateX(-100%); }
}

.navigation__desktop {
  display: none;
}
.homepage .navigation__desktop {
  transition: opacity 500ms;
  opacity: 0;
  pointer-events: none;
}
.homepage .header.scrolled .navigation__desktop {
  opacity: 1;
  pointer-events: all;
}
.navigation__mobile {
  display: block;
}
.menu__navigation .submenu {
  list-style: none;
  margin: 0 0 5px 0;
  padding: 5px 0;
  width: 132px;
}
.menu__navigation .submenu li {
  margin: 0;
}
.menu__navigation .submenu li a {
  text-decoration: none;
  transition: all 0.2s ease;
}
.menu__navigation .submenu.level-1 > li {
  border-bottom: 0.3px solid var(--color-gray);
}
.menu__navigation .submenu.level-1 > li > a {
  color: #fff;
  transition: color 0.3s ease;
  font-size: 18px;
  line-height: 24px;
  display: block;
  padding: 16px 0;
}
.homepage .menu__navigation .navigation__desktop .submenu.level-1 > li > a {
  color: #000;
}
.homepage .menu__navigation .navigation__desktop .submenu.level-1 > li > a.active-item {
  display: none !important;
}
.homepage .header.scrolled .menu__navigation .navigation__desktop .submenu.level-1 > li > a {
  color: #fff;
}

.menu__navigation .submenu.level-1 > li:last-child {
  border-bottom: none;
}
.menu__navigation .submenu.level-1 > li > a.active-item {
  color: var(--color-paradise-pink-100);
  font-weight: bold;
}
.menu__navigation .submenu.level-1 > li.has-submenu > a.active-branch {
  color: var(--color-paradise-pink-100);
  font-weight: bold;
}
.menu__navigation .submenu.level-1 > li > a:hover,
.menu__navigation .submenu.level-1 > li > a.active-menu-link:hover {
  color: var(--color-paradise-pink-75);
}
.menu__navigation .submenu.level-1 > li {
  position: relative;
}
.menu__navigation .submenu.level-1 > li.has-submenu svg.submenu-icon {
  fill: currentColor;
  color: #fff;
  display: block;
  width: 48px;
  height: 56px;
  position: absolute;
  top: 0px;
  right: -48px;
  padding: 16px 12px;
  cursor: pointer;
}
.menu__navigation .submenu.level-1 > li.has-submenu > svg.active-submenu-icon {
  transform: rotate(180deg);
}
.menu__navigation .submenu.level-2 {
  display: none;
  padding: 0;
}
.menu__navigation .submenu.level-2 > li {
  display: block;
  float: none;
}
.menu__navigation .submenu.level-2 > li > a {
  font-size: 14px;
  line-height: 20px;
  display: block;
  padding: 6px 0 12px 12px;
  color: #fff;
}
.menu__navigation .submenu.level-2 > li > a.active-item {
  color: var(--color-paradise-pink-100);
  font-weight: bold;
}
.menu__navigation .submenu.level-2 > li > a:hover,
.menu__navigation .submenu.level-2 > li > a.active-item:hover {
  color: var(--color-paradise-pink-75);
}

@media (min-width: 1040px) {
  .navigation__desktop {
    display: block;
  }
  .navigation__mobile {
    display: none;
  }  
  .menu__navigation .submenu {
    padding: 0 10px 5px 0;
    margin: 0;
    width: auto;
  }
  .menu__navigation .submenu li {
    display: inline-block;
    float: left;
  }
  .menu__navigation .submenu.level-1 > li {
    position: relative;
    border: none;
  }
  .menu__navigation .submenu.level-1 > li.has-submenu svg.submenu-icon {
    display: none;
  }
  .menu__navigation .submenu.level-1 > li > a {
    display: block;
    border: none;
    font-size: 16px;
    line-height: 19px;    
    padding: 21px 14px 20px 14px;
  }
  .menu__navigation .submenu.level-1 > li > a.active-item {
    color: var(--color-paradise-pink-100);
  }
  .menu__navigation .submenu.level-1 > li.has-submenu > a.active-branch {
    color: var(--color-paradise-pink-100);
  }
  .menu__navigation .submenu.level-1 > li > a.active-menu-link {
    background: none;
  }
  .menu__navigation .submenu.level-1 > li > a:hover,
  .menu__navigation .submenu.level-1 > li > a.active-menu-link:hover {
    background: none;
  }
  .menu__navigation .submenu.level-2 {
    display: none;
    background-color: #fff;
    filter: drop-shadow(0px 0px 12px rgba(0, 0, 0, 0.15));
    border-radius: 8px;
    position: absolute;
    top: 100%;
    left: 50%;
    width: 180px;
    transform: translateX(-50%);      
  }
  .menu__navigation .submenu.level-2:after {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -10px;
    top: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #fff transparent;
    z-index: 9998;
  }
  .menu__navigation .submenu.level-2 > li > a {
    font-size: 14px;
    line-height: 16px;
    display: block;
    padding: 12px 20px;
    color: #000;
    border-bottom: 1px solid #DEE0E3;
  }
  .menu__navigation .submenu.level-2 > li:first-child > a {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
  .menu__navigation .submenu.level-2 > li:last-child > a {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
  }
  .menu__navigation .submenu.level-2 > li > a:hover,
  .menu__navigation .submenu.level-2 > li > a.active-item:hover {
    background-color: var(--color-paradise-pink-100);
    color: #fff;
  }  
}

/* Contacts */
.menu__button {
  display: none;
}
.menu__logo {
  padding: 30px 0 58px 0;
}
.menu__logo svg {
  width: 184px;
  height: auto;
  color: #fff;
  fill: currentColor;
}
@media (min-width: 1040px) {
  .menu__contacts {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    padding: 0;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .menu__logo {
    display: none;
  }  
  .menu__button {
    display: block;
    padding: 0;
    text-align: right;
    margin: 0;
  }
  .menu__button .button,
  .menu__button .cta-button a {
    font-size: 16px;
    line-height: 22px;    
    margin: 0 0 5px 0;
    padding: 9px 22px; 
  }    
}
@media (min-width: 1440px) {
  .menu__button .button,
  .menu__button .cta-button a {
    font-size: 16px;
    line-height: 22px;
    padding: 9px 22px;
  }  
}
.footer {
  background-color: #000;
  color: #fff;
  padding: 20px;
  margin: 0 auto;
  flex-shrink: 0;
  width: 100%;
}
.footer__container {
  padding: 70px 0 20px 0;
}
@media (min-width: 768px) {
  .footer__container {
    display: flex;
    flex-wrap: wrap;
  }
  .footer__section {
    width: 50%;
  }  
}
@media (min-width: 1040px) {
  .footer {
    padding: 20px 48px;
  }
  .footer__container {
    flex-wrap: nowrap;
  }
  .footer__section {
    width: 25%;
  }   
}

.footer__logo {
  height: auto;
  max-width: 190px;
  overflow: hidden;
  margin: 0 auto 30px auto;
}
.footer__logo svg {
  max-width: 158px;
  display: block;
  fill: currentColor;   
  color: #fff;
  margin: 0 auto;
}
.footer__logo img {
  max-width: 144px;
  display: block;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .footer__logo svg {
    margin: 0;
  }
}
@media (min-width: 1040px) {
  .footer__logo {
    max-width: none;
    margin: 0 0 30px 0;
  }
  .footer__logo img {
    margin: 0 0 0 16px;
  }    
}

.footer__buttons {
  max-width: 190px;
  padding: 10px 0;
  text-align: left;
  margin: 0 auto 20px auto;
}
.footer__buttons .button,
.footer__buttons .cta-button a {
  width: 100%;
  margin: 0 0 22px 0;
  font-size: 16px;
  line-height: 22px;  
  padding: 9px 18px; 
}
@media (min-width: 1040px) {
  .footer__buttons {
    max-width: none;
    margin: 0 0 20px 0;
  }
  .footer__buttons .button,
  .footer__buttons .cta-button a {
    width: auto;
    font-size: 16px;
    line-height: 22px;
    width: 175px;
  }
}
@media (min-width: 1440px) {
  .footer__buttons .button,
  .footer__buttons .cta-button a {
    font-size: 16px;
    line-height: 22px;
  }  
}

.footer__section h4 {
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  margin: 0 0 15px 0;
  padding: 0;
}
.footer__menu {
  max-width: 190px;
  margin: 0 auto 10px auto;
  padding: 0 20px;
  text-align: left;
}
.footer__menu .submenu {
  list-style: none;
  margin: 0 0 24px 0;
  padding: 0;
}
.footer__menu .submenu a {
  color: #fff;
  transition: color 0.3s ease;
  display: block;
  padding: 5px 0;
  font-size: 18px;
  line-height: 22px;
  opacity: 0.8;  
}
.footer__menu .submenu li {
  margin: 8px 0;
}
.footer__menu .submenu a:hover {
  text-decoration: none;
  opacity: 1;
}
@media (min-width: 1040px) {
  .footer__menu {
    max-width: none;
    margin: 0 0 10px 0;
  }
}

.footer__socials {
  max-width: 190px;
  padding: 0 20px;
  margin: 0 auto;  
}
@media (min-width: 1040px) {
  .footer__socials {
    max-width: none;
    margin: 0;
  }
}

.footer__copyright {
  max-width: 190px;
  padding: 0 20px;
  margin: 0 auto;
  color: #fff;
  font-size: 16px;
  line-height: 30px; 
  opacity: 0.8;    
}
@media (min-width: 1040px) {
  .footer__copyright {
    max-width: none;
  }
}

ul.icont__list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;  
}
ul.icont__list li {
  margin: 0 0 24px 0;
}
ul.icont__list .icont_content {
  padding-left: 76px;
}
.icont__heading {
  display: flex;
  align-items: center;
}
.icont {
  width: 58px;
  height: 58px;
  min-width: 58px;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0px 4px 4px rgba(0,0,0,0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0; 
}
.icont__icon {
  width: 38px;
  height: 38px;
  display: block;
  color: #E14365;
  fill: currentColor;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;  
}
.icont__headingtext {
  font-family: 'Open Sauce One', sans-serif;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: -1px;
  font-weight: 600;
  padding: 18px 0 18px 18px;
}
@media (min-width: 1040px) {
  ul.icont__list li {
    margin: 0 0 40px 0;
  }
}

.twocolumns {
  display: flex;
  flex-direction: column;
}
.twocolumns--reverse {
  flex-direction: column-reverse;
}
.twocolumns--top {
  align-items: start;
}
.twocolumns--center {
  align-items: center;
}
.twocolumns--bottom {
  align-items: end;
}
.twocolumns__column {
  margin-bottom: 0;
  text-align: center;
  width: 100%
}
.column__icon {
  width: 42px;
  height: 42px;
  display: block;
  fill: currentColor;
  color: var(--color-paradise-pink-75);
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
}
.column__tags {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 8px;
  position: relative;
  z-index: 2;
  justify-content: center;
}
.column__tag {
  color: var(--color-paradise-pink-100);
  font-size: 15px;
  line-height: 28px;
  background-color: var(--color-coral-25);
  border-radius: 12px;
  display: block;
  padding: 8px 24px;
  margin: 0 8px 16px 8px;
}
.column__image {
  display: block;
  width: 100%;
  max-width: 590px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 48px;
}
.column__text {
  display: block;
}
.text__inner {
  margin-bottom: 48px;
  position: relative;
  z-index: 2;  
}
.text__inner h3.smaller {
  font-size: 30px;
  line-height: 45px;
}
.column__qrhighlight {
  position: relative;
  z-index: 1;
  margin-bottom: 96px;
}
.column__qrhighlight:before {
  display: block;
  content: "";
  position: absolute;
  top: -50px;
  right: -20px;
  bottom: -50px;
  left: -20px;
  background-color: #E14365;
  border-radius: 0;
}
.column__qrhighlight .column__text {
  color: #fff !important;
}
.column__qrhighlight h3 {
  color: #fff;
  position: relative;
  z-index: 2;
}
.qrhighlight__icon {
  display: none;
}

.column__image--rounded {
  border-radius: 12px;
}
.column__image--shadow {
  filter: drop-shadow(0px 10px 30px rgba(0, 0, 0, 0.1));
}
.column__caption {
  margin-top: -24px;
  margin-bottom: 48px;
}
@media (max-width: 1039px) {
  .twocolumns__column {
    width: 100%;
  }
  .twocolumns__column[style] {
    padding-top: 0 !important;
  }
}
@media (min-width: 1040px) {
  .twocolumns {
    display: flex;
    flex-direction: row;    
  }
  .twocolumns--reverse {
    flex-direction: row;
  }
  .twocolumns__column {
    width: 50%;
    text-align: left;
  }
  .twocolumns__column:first-child {
    margin-right: 10px;
  }
  .twocolumns__column:first-child.twocolumns__column--text {
    padding-right: 20px;
  }  
  .twocolumns__column:last-child {
    margin-left: 10px;
  }
  .twocolumns__column:last-child.twocolumns__column--text {
    padding-left: 20px;
  }  
  .twocolumns__column:first-child .column__text {
    padding-right: 16%;
  }
  .twocolumns__column:last-child .column__text {
    padding-left: 16%;
  }
  .column__qrhighlight {
    margin-bottom: 0;
  }
  .column__qrhighlight:before {
    right: -50px;
    left: -50px;
    border-radius: 20px;
  }
  .qrhighlight__icon {
    display: block;
    position: absolute;
    top: -110px;
    right: -80px;
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;    
    color: #fff;
    background-color: #E14365;    
    border-radius: 100%;
  }
  .qrhighlight__icon svg {
    fill: currentColor;
    color: #fff;
    width: 77px;
    height: 77px;    
  }
  .column__icon {
    margin-left: 0;
  }  
  .column__image--rounded {
    border-radius: 26px;
  }
  .column__tags {
    justify-content: left;
  }
  .column__tag {
    margin: 0 16px 16px 0;
  }  
}

.payment-logos {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
}
.payment-logos img {
  display: block;
  margin: 0 8px 8px 0;
}

.oembed_container {
  display: block;
  position: relative;
  width: 100%;
  max-width: 590px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px;  
}
.oembed_container .iframe_wrapper > * {
  height: 100%;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.iframe_wrapper {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}
.iframe_wrapper--rounded iframe {
  border-radius: 12px;
}
.iframe_wrapper--shadow iframe {
  filter: drop-shadow(0px 10px 30px rgba(0, 0, 0, 0.1));
}

@media (min-width: 1040px) {
  .oembed_container {
    margin-bottom: 48px;
  }
}

/* Blog */
.blog-post__header {
  background-color: #FFF5F5;
  text-align: center;
  padding-bottom: 48px;
}
.blog-post__button {
  display: flex;
  align-items: center;
  font-size: 20px;
  line-height: 34px;
  font-weight: 600;
}
.blog-post__button svg {
  width: 9px;
  height: 15px;
  fill: currentColor;
  color: var(--color-paradise-pink-100);
}
.blog-post__button--back {
  margin-top: -16px;
  margin-bottom: 32px;
}
.blog-post__button--back svg {
  margin-right: 16px;
}
.blog-post__image {
  display: block;
  margin: 0;
  max-width: 100%;
  width: 100%;
  max-height: 580px;
  object-fit: cover;
  border-radius: 20px;
}
.blog-post__meta {
  border-top: 2px solid var(--color-paradise-pink-50);
  display: flex;
  align-items: center;
  font-size: 20px;
  line-height: 34px;
  color: #000;
  margin-top: 24px;
  padding: 24px 0;
}
.blog-post__meta svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
  color: #000;
  margin-right: 16px;
}
.blog__body {
  margin: 0 auto;
  max-width: 800px;
}
.blog__body img {
  border-radius: 26px;
}

@media (min-width: 1040px) {
  .blog-post__header {
    padding-bottom: 0;
  }
  .blog-post__body {
    padding-top: 130px;
  }
  .blog-post__image {
    margin-bottom: -75px;
  }
}

@media (max-width: 1039px) {
  .blog__body img {
    margin: 0 auto !important;
    float: none !important;
    display: block;
  }
}

.blog-listing__post {
  margin: 0 0 48px 0;
}
.blog-listing__image a {
  display: block;
  margin: 0;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}
.blog-listing__image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  max-height: 100%;
}
.blog-listing__logo {
  background-color: #131313;
  border-radius: 12px;
  width: 116px;
  height: 67px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 24px 0;
}
.blog-listing__logo img {
  max-width: 100px;
  max-height: 50px;
  margin: 0;
}
.blog-listing__content  h3 a {
  color: var(--color-gray-darkest);
}
@media (min-width: 1040px) {
  .blog-listing__post {
    display: flex;
  }
  .blog-listing__image {
    width: 40%;
  }
  .blog-listing__content {
    width: 60%;
  }
  .blog-listing__content-inner {
    padding-left: 16%;
  }
  .blog-listing__logo {
    margin-top: 0;
  }  
}

.blog-pagination {
  display: flex;
  margin-bottom: 48px;
}
.blog-pagination__link {
  display: block;
  width: 32px;
  height: 32px;
  overflow: hidden;
  border: 2px solid #CBCBCB;
  border-radius: 4px;
  text-align: center;
  margin: 0 8px 8px 0;
  color: var(--color-gray-darker);
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog-pagination__link svg {
  fill: currentColor;
  width: 24px;
  height: 24px;
}
.blog-pagination__link:hover {
  border-color: var(--color-gray-darker);
  color: var(--color-gray-darker);
  text-decoration: none;
}
.blog-pagination__link--active {
  border-color: var(--color-paradise-pink-100);
  color: var(--color-paradise-pink-100);
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  background-color: var(--color-gray-darker);
  border-color: var(--color-gray-darker);
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  color: #fff;
}

.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled,
.blog-pagination__prev-link--disabled:hover,
.blog-pagination__next-link--disabled:hover {
  border-color: #CBCBCB;
  background-color: #fff;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg,
.blog-pagination__prev-link--disabled:hover svg,
.blog-pagination__next-link--disabled:hover svg {
  color: #CBCBCB;
}