/* Theme base styles */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/

/* Generic
This is where reset, normalize & box-sizing styles go.
*/

*, *: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;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

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

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/

/* 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;
  float: left;
  width: 100%;
  min-height: 1px;
  margin-left: 2.127659574%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.row-fluid [class*='span']:first-child {
  margin-left: 0;
}

.row-fluid .span12 {
  width: 99.99999998999999%;
}

.row-fluid .span11 {
  width: 91.489361693%;
}

.row-fluid .span10 {
  width: 82.97872339599999%;
}

.row-fluid .span9 {
  width: 74.468085099%;
}

.row-fluid .span8 {
  width: 65.95744680199999%;
}

.row-fluid .span7 {
  width: 57.446808505%;
}

.row-fluid .span6 {
  width: 48.93617020799999%;
}

.row-fluid .span5 {
  width: 40.425531911%;
}

.row-fluid .span4 {
  width: 31.914893614%;
}

.row-fluid .span3 {
  width: 23.404255317%;
}

.row-fluid .span2 {
  width: 14.89361702%;
}

.row-fluid .span1 {
  width: 6.382978723%;
}

.container-fluid:before, .container-fluid:after {
  display: table;
  content: '';
}

.container-fluid:after {
  clear: both;
}

@media (max-width: 767px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid:before, .row-fluid:after {
    display: table;
    content: '';
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.762430939%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*='span']:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 99.999999993%;
  }

  .row-fluid .span11 {
    width: 91.436464082%;
  }

  .row-fluid .span10 {
    width: 82.87292817100001%;
  }

  .row-fluid .span9 {
    width: 74.30939226%;
  }

  .row-fluid .span8 {
    width: 65.74585634900001%;
  }

  .row-fluid .span7 {
    width: 57.182320438000005%;
  }

  .row-fluid .span6 {
    width: 48.618784527%;
  }

  .row-fluid .span5 {
    width: 40.055248616%;
  }

  .row-fluid .span4 {
    width: 31.491712705%;
  }

  .row-fluid .span3 {
    width: 22.928176794%;
  }

  .row-fluid .span2 {
    width: 14.364640883%;
  }

  .row-fluid .span1 {
    width: 5.801104972%;
  }
}

@media (min-width: 1280px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid:before, .row-fluid:after {
    display: table;
    content: '';
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.564102564%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*='span']:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 100%;
  }

  .row-fluid .span11 {
    width: 91.45299145300001%;
  }

  .row-fluid .span10 {
    width: 82.905982906%;
  }

  .row-fluid .span9 {
    width: 74.358974359%;
  }

  .row-fluid .span8 {
    width: 65.81196581200001%;
  }

  .row-fluid .span7 {
    width: 57.264957265%;
  }

  .row-fluid .span6 {
    width: 48.717948718%;
  }

  .row-fluid .span5 {
    width: 40.170940171000005%;
  }

  .row-fluid .span4 {
    width: 31.623931624%;
  }

  .row-fluid .span3 {
    width: 23.076923077%;
  }

  .row-fluid .span2 {
    width: 14.529914530000001%;
  }

  .row-fluid .span1 {
    width: 5.982905983%;
  }
}

/* Clearfix */

.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;
}

/* Responsive visibilty classes */

.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-phone {
    display: inherit !important;
  }

  .hidden-phone {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .visible-tablet {
    display: inherit !important;
  }

  .hidden-tablet {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 1rem;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

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

.dnd-section .dnd-column {
  padding: 0 1rem;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}

/* Elements
Base HMTL elements are styled in this section (<body<, <h1>, <a>, <p>, <button> etc.)
*/

body {
  line-height: 1.4;
  overflow-wrap: break-word;
}

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

/* Anchors */

a {
  cursor: pointer;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
}

/* Lists */

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

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

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

/* Image alt text */

img {
  font-size: 0.583rem;
  word-break: normal;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

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

/* 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;
}
/* 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=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: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

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

/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/

/* Header DND sections */

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

/* Header container */

.header__container {
  display: flex;
  justify-content: space-between;
}

.header__row-1 {
  padding-top: 1rem;
}

.header__row-1,
.header__row-2 {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

@media (max-width: 1150px) and (min-width: 767px) {
  .header__column {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .header__container {
    flex-direction: column;
    padding: 1rem 0 0;
  }

  .header__column {
    position: relative;
  }

  .header__row-1 {
    padding-top: 0;
  }

  .header__row-2 {
    justify-content: center;
    padding: 1.05rem;
  }
}

/* Navigation skipper */

.header__skip {
  height: 1px;
  left: -1000px;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: -1000px;
  width: 1px;
}

.header__skip:hover,
.header__skip:focus,
.header__skip:active {
  height: auto;
  left: 0;
  overflow: visible;
  top: 0;
  width: auto;
}

/* Logo */

.header__logo {
  align-items: center;
  display: flex;
  height: auto;
  margin-right: auto;
  max-width: 200px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .header__logo {
    margin: 0 auto;
    width: 100%;
  }
}

.header__logo img {
  max-width: 100%;
}

.header__logo .logo-company-name {
  font-size: 1.167rem;
  margin-top: 0.7rem;
}

.header__logo--main {
  padding-top: 1rem;
}

/* Search bar */

.header__search {
  padding: 0 1rem;
  width: auto;
}

.header__search .hs-search-field__input {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-position: center right 15px;
  background-repeat: no-repeat;
  height: 45px;
  padding: 0 0.7rem;
}

.header__search .hs-search-field--open .hs-search-field__input {
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  max-width: 100%;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
  background-color: #FFF;
  border: 2px solid #D1D6DC;
  border-radius: 0 0 6px 6px;
  border-top-width: 1px;
  position: absolute;
  width: 100%;
  z-index: 10;
}

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
  font-size: 0.875rem;
}

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

.header__search .hs-search-field__suggestions #results-for {
  display: none;
}

@media (min-width: 767px) {
  .header__search form {
    align-items: center;
    display: flex;
    flex-direction: row;
  }

  .header__search label {
    margin: 0 1rem 0 0;
  }

  .header__search .hs-search-field__input {
    width: auto;
  }
}

@media (max-width: 767px) {
  .header__search {
    border-top: 2px solid #CED4DB;
    order: 1;
    padding: 1.05rem;
  }
}

/* Language switcher */

.header__language-switcher {
  cursor: pointer;
  padding-right: 1.4rem;
}

.header__language-switcher .lang_switcher_class {
  position: static;
}

.header__language-switcher .lang_list_class {
  border: 2px solid;
  border-radius: 3px;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  display: block;
  left: calc(100% - 24px);
  opacity: 0;
  min-width: 100px;
  padding-top: 0;
  text-align: left;
  top: 100%;
  transition: opacity 0.3s;
  visibility: hidden;
}

.header__language-switcher:hover .lang_list_class,
.header__language-switcher:focus .lang_list_class {
  opacity: 1;
  transition: opacity 0.3s;
  visibility: visible;
}

.header__language-switcher .lang_list_class:before {
  left: 70%;
  top: -25px;
}

.header__language-switcher .lang_list_class:after {
  left: 70%;
  top: -22px;
}

.header__language-switcher .lang_list_class.first-active::after {
  top: -22px;
  transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
  border: none;
  font-size: 18px;
  padding: 0.35rem 0.7rem;
}

.header__language-switcher .lang_list_class li:first-child {
  border-radius: 6px 6px 0 0;
  border-top: none;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
}

.header__language-switcher .lang_list_class li:hover {
  transition: background-color 0.3s;
}

.header__language-switcher--label {
  display: flex;
  position: relative;
}

.header__language-switcher--label-current {
  align-items: center;
  display: flex;
  font-size: 0.75rem;
  margin-bottom: 0.175rem;
  margin-left: 0.7rem;
}

.header__language-switcher--label-current:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #494A52;
  content: "";
  display: block;
  height: 0px;
  margin-left: 0.7rem;
  margin-top: 0.175rem;
  width: 0px;
}

@media (max-width: 767px) {
  .header__language-switcher {
    border-top: 2px solid #CED4DB;
    padding-left: 1.05rem;
    padding-right: 0;
  }

  .header__language-switcher .lang_list_class {
    border: none;
    box-shadow: unset;
    display: block;
    left: 30px;
    opacity: 1;
    padding: 0 1.05rem;
    top: 0;
    visibility: visible;
  }

  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    font-size: 0.917rem;
  }

  .header__language-switcher--label-current {
    display: none;
  }

  .header__language-switcher .globe_class {
    background-image: none;
  }

  .header__language-switcher .lang_list_class li:hover{
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class:before,
  .header__language-switcher .lang_list_class:after {
    content: none;
  }
}

/* Navigation */

#nav-toggle {
  display: none;
}

/* Mobile toggles */

@media (max-width: 767px) {
  .header__navigation,
  .header__search,
  .header__language-switcher {
    display: none;
    width: 100%;
  }

  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
    background-color: #F8FAFC;
    display: block;
    left: 0;
    min-height: calc(100vh - 115px);
    position: absolute;
    right: 0;
    top: 75px;
    z-index: 2;
  }

  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    cursor: pointer;
    margin: 0 5vw;
    position: relative;
  }

  .header__navigation--toggle.hide,
  .header__search--toggle.hide,
  .header__language-switcher--toggle.hide {
    display: none;
  }

  .header__navigation--toggle.open,
  .header__search--toggle.open,
  .header__language-switcher--toggle.open {
    display: block;
    margin-left: 0;
    margin-right: auto;
  }

  .header__navigation--toggle:after,
  .header__search--toggle:after,
  .header__language-switcher--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,
  .header__search--toggle.open:after,
  .header__language-switcher--toggle.open:after {
    display: block;
    word-break: normal;
  }

  .header__navigation--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5oYW1idXJnZXI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9ImhhbWJ1cmdlciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iR3JvdXAiIHN0cm9rZT0iIzQ5NEE1MiIgc3Ryb2tlLXdpZHRoPSIzIj4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNCIgeD0iMS41IiB5PSI5LjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS1Db3B5LTUiIHg9IjEuNSIgeT0iMTcuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__navigation--toggle:after {
    content: "Menu";
  }

  .header__language-switcher--toggle {
    background-image: url(//static.hsappstatic.net/cos-LanguageSwitcher/static-1.1/img/globe.png);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__language-switcher--toggle:after {
    content: "Language";
  }

  .header__search--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__search--toggle:after {
    content: "Search";
  }

  .header__close--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-size: 110%;
    display: none;
    height: 25px;
    margin-right: 0;
    width: 25px;
  }

  .header__close--toggle.show {
    display: block;
  }
}
/* 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%;
}

/* Utilities
Helper classes with ability to override anything that comes before it
*/

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

@charset "UTF-8";
h1 {
  font-size: 3.8em;
  line-height: 1.2;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  margin: 0 0 0.25em;
}
@media (max-width: 860px) {
  h1 {
    font-size: 2.5em;
    line-height: 1.2;
  }
}
.h1, .jumbotron .text-display__header {
  font-size: 3.8em;
  line-height: 1.2;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  margin: 0 0 0.25em;
}
@media (max-width: 860px) {
  .h1, .jumbotron .text-display__header {
    font-size: 2.5em;
    line-height: 1.2;
  }
}
.type-scale-h1 {
  font-size: 3.8em;
  line-height: 1.2;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  margin: 0 0 0.25em;
}
@media (max-width: 860px) {
  .type-scale-h1 {
    font-size: 2.5em;
    line-height: 1.2;
  }
}
h2 {
  font-size: 2.5em;
  line-height: 1.2;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  margin: 0 0 0.25em;
}
@media (max-width: 860px) {
  h2 {
    font-size: 2.2em;
    line-height: 1.2;
  }
}
.h2, .grid-wrapper--go-direct .grid-display--colcount--2 .grid-display__item__visual__value .num, .grid-display--render--circles .grid-display__item__visual__value, .grid-display--render--check-circles .grid-display__item__visual__value {
  font-size: 2.5em;
  line-height: 1.2;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  margin: 0 0 0.25em;
}
@media (max-width: 860px) {
  .h2, .grid-wrapper--go-direct .grid-display--colcount--2 .grid-display__item__visual__value .num, .grid-display--render--circles .grid-display__item__visual__value, .grid-display--render--check-circles .grid-display__item__visual__value {
    font-size: 2.2em;
    line-height: 1.2;
  }
}
.type-scale-h2 {
  font-size: 2.5em;
  line-height: 1.2;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  margin: 0 0 0.25em;
}
@media (max-width: 860px) {
  .type-scale-h2 {
    font-size: 2.2em;
    line-height: 1.2;
  }
}
h3, .text-display__header {
  font-size: 2em;
  line-height: 1.3;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  margin: 0 0 0.25em;
}
@media (max-width: 860px) {
  h3, .text-display__header {
    font-size: 1.8em;
    line-height: 1.3;
  }
}
.h3 {
  font-size: 2em;
  line-height: 1.3;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  margin: 0 0 0.25em;
}
@media (max-width: 860px) {
  .h3 {
    font-size: 1.8em;
    line-height: 1.3;
  }
}
.type-scale-h3 {
  font-size: 2em;
  line-height: 1.3;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  margin: 0 0 0.25em;
}
@media (max-width: 860px) {
  .type-scale-h3 {
    font-size: 1.8em;
    line-height: 1.3;
  }
}
h4, .chiclet-display__text .text-display__header, .text-display__subheader {
  font-size: 1.4em;
  line-height: 1.4;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  margin: 0 0 0.25em;
}

.h4, .grid-wrapper--go-direct .grid-display--colcount--2 .grid-display__item__visual__value {
  font-size: 1.4em;
  line-height: 1.4;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  margin: 0 0 0.25em;
}

.type-scale-h4 {
  font-size: 1.4em;
  line-height: 1.4;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  margin: 0 0 0.25em;
}

h5, .text-display--render--as-article .text-display__subheader {
  font-size: 1.2em;
  line-height: 1.5;
  font-family: "Open Sans", sans-serif;
  margin: 0px;
  margin-bottom: 0.25em;
}

.h5 {
  font-size: 1.2em;
  line-height: 1.5;
  font-family: "Open Sans", sans-serif;
  margin: 0px;
  margin-bottom: 0.25em;
}

.type-scale-h5 {
  font-size: 1.2em;
  line-height: 1.5;
  font-family: "Open Sans", sans-serif;
  margin: 0px;
  margin-bottom: 0.25em;
}

body {
  font-size: 18px;
  line-height: 1.6;
  font-family: "Open Sans", sans-serif;
}
@media (max-width: 860px) {
  body {
    font-size: 17px;
    line-height: 1.5;
  }
}
@media (max-width: 860px) {
  body {
    font-family: "Open Sans", sans-serif;
  }
}

.body, .chiclet-display__text .text-display__subheader {
  font-size: 18px;
  line-height: 1.6;
  font-family: "Open Sans", sans-serif;
}
@media (max-width: 860px) {
  .body, .chiclet-display__text .text-display__subheader {
    font-size: 17px;
    line-height: 1.5;
  }
}
@media (max-width: 860px) {
  .body, .chiclet-display__text .text-display__subheader {
    font-family: "Open Sans", sans-serif;
  }
}

.type-scale-body {
  font-size: 18px;
  line-height: 1.6;
  font-family: "Open Sans", sans-serif;
}
@media (max-width: 860px) {
  .type-scale-body {
    font-size: 17px;
    line-height: 1.5;
  }
}
@media (max-width: 860px) {
  .type-scale-body {
    font-family: "Open Sans", sans-serif;
  }
}

small {
  font-size: 0.9em;
  line-height: 1.5;
}

.small {
  font-size: 0.9em;
  line-height: 1.5;
}

.type-scale-small {
  font-size: 0.9em;
  line-height: 1.5;
}

disclaimer {
  font-size: 0.8em;
  line-height: 1.5;
}

.disclaimer, .footer__content__main__disclaimers {
  font-size: 0.8em;
  line-height: 1.5;
}

.type-scale-disclaimer {
  font-size: 0.8em;
  line-height: 1.5;
}

.type-scale-0 {
  font-size: 0.8em;
  line-height: 1.5;
}

.type-scale-1 {
  font-size: 0.9em;
  line-height: 1.5;
}

.type-scale-2 {
  font-size: 18px;
  line-height: 1.6;
}

.type-scale-3 {
  font-size: 1.2em;
  line-height: 1.5;
}

.type-scale-4 {
  font-size: 1.4em;
  line-height: 1.4;
}

.type-scale-5 {
  font-size: 2em;
  line-height: 1.3;
}

.type-scale-6 {
  font-size: 2.5em;
  line-height: 1.2;
}

.type-scale-7 {
  font-size: 3.8em;
  line-height: 1.2;
}

.type-scale-8 {
  font-size: 3.5em;
  line-height: 1.1;
}

.type-scale-9 {
  font-size: 4em;
  line-height: 1.05;
}

@font-face {
  font-family: "Muli";
  src: url("/assets/fonts/muli/subset-Muli-Regular.woff2") format("woff2"), url("/assets/fonts/muli/subset-Muli-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Muli";
  src: url("/assets/fonts/muli/subset-Muli-Bold.woff2") format("woff2"), url("/assets/fonts/subset-Muli-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Muli";
  src: url("/assets/fonts/muli/subset-Muli-Italic.woff2") format("woff2"), url("/assets/fonts/muli/subset-Muli-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Mont";
  src: url("/assets/fonts/mont/subset-Mont-Bold.woff2") format("woff2"), url("/assets/fonts/mont/subset-Mont-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mont";
  src: url("/assets/fonts/mont/subset-Mont-Heavy.woff2") format("woff2"), url("/assets/fonts/mont/subset-Mont-Heavy.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mont";
  src: url("/assets/fonts/mont/subset-Mont-BoldItalic.woff2") format("woff2"), url("/assets/fonts/mont/subset-Mont-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("/assets/fonts/fontawesome/fa-duotone-900.woff2") format("woff2"), url("/assets/fonts/fontawesome/fa-solid-900.woff") format("woff"), url("/assets/fonts/fontawesome/fa-solid-900.ttf") format("truetype");
}
@font-face {
  font-family: "Font Awesome 6 Duotone";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("/assets/fonts/fontawesome/fa-duotone-900.woff2") format("woff2"), url("/assets/fonts/fontawesome/webfonts/fa-duotone-900.woff") format("woff"), url("/assets/fonts/fontawesome/fa-duotone-900.ttf") format("truetype");
}
.fa {
  font-family: "Font Awesome 6 Pro";
  font-family: var(--fa-style-family, "Font Awesome 6 Pro");
  font-weight: 900;
  font-weight: var(--fa-style, 900);
}

.fad,
.fa-duotone {
  position: relative;
  font-family: "Font Awesome 6 Duotone";
  font-weight: 900;
}

.fa,
.fas,
.fa-solid,
.far,
.fa-regular,
.fal,
.fa-light,
.fat,
.fa-thin,
.fad,
.fa-duotone,
.fab,
.fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.fas,
.fa-solid {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
}

.fa-pull-left {
  float: left;
  margin-right: 0.3em;
  margin-right: var(--fa-pull-margin, 0.3em);
}

.fa-pull-right {
  float: right;
  margin-left: 0.3em;
  margin-left: var(--fa-pull-margin, 0.3em);
}

.fad,
.fa-duotone {
  position: relative;
  font-family: "Font Awesome 6 Duotone";
  font-weight: 900;
}

.fad:before,
.fa-duotone:before {
  color: inherit;
  color: var(--fa-primary-color, inherit);
  opacity: 1;
  opacity: var(--fa-primary-opacity, 1);
}

.fad:after,
.fa-duotone:after {
  color: inherit;
  color: var(--fa-secondary-color, inherit);
  opacity: 0.4;
  opacity: var(--fa-secondary-opacity, 0);
}

.fa-swap-opacity .fad:before,
.fa-swap-opacity .fa-duotone:before,
.fad.fa-swap-opacity:before,
.fa-duotone.fa-swap-opacity:before {
  opacity: 0.4;
  opacity: var(--fa-secondary-opacity, 0.4);
}

.fa-swap-opacity .fad:after,
.fa-swap-opacity .fa-duotone:after,
.fad.fa-swap-opacity:after,
.fa-duotone.fa-swap-opacity:after {
  opacity: 1;
  opacity: var(--fa-primary-opacity, 1);
}

.fad.fa-inverse,
.fa-duotone.fa-inverse {
  color: #fff;
  color: var(--fa-inverse, #fff);
}

.fad.fa-stack-1x,
.fad.fa-stack-2x,
.fa-duotone.fa-stack-1x,
.fa-duotone.fa-stack-2x {
  position: absolute;
}

.fad.fa-stack-1x:before,
.fa-duotone.fa-stack-1x:before,
.fad.fa-stack-2x:before,
.fa-duotone.fa-stack-2x:before,
.fad.fa-fw:before,
.fa-duotone.fa-fw:before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.fad.fa-chevron-right:before,
.fa-duotone.fa-chevron-right:before {
  content: "〉︁";
}

.fad.fa-chevron-right:after,
.fa-duotone.fa-chevron-right:after {
  content: "〉︂";
}

.fad.fa-download:before,
.fa-duotone.fa-download:before {
  content: "\f019︁";
}

.fad.fa-download:after,
.fa-duotone.fa-download:after {
  content: "\f019︂";
}

.fad.fa-calendar-star:before,
.fa-duotone.fa-calendar-star:before {
  content: "\f736︁";
}

.fad.fa-calendar-star:after,
.fa-duotone.fa-calendar-star:after {
  content: "\f736︂";
}

.fad.fa-eye:before, .fa-duotone.fa-eye:before {
  content: "\f06e";
}

.fad.fa-eye:after, .fa-duotone.fa-eye:after {
  content: "\10f06e";
}

.fad.fa-money-bill-wave:before, .fa-duotone.fa-money-bill-wave:before {
  content: "\f53a︁";
}

.fad.fa-money-bill-wave:after, .fa-duotone.fa-money-bill-wave:after {
  content: "\f53a︂";
}

body {
  margin: 0;
}

.red {
  color: red;
}

* {
  box-sizing: content-box;
}

.eyebrow, .text-display__eyebrow {
  opacity: 0.8;
  font-size: 1em;
  font-weight: 700;
  text-transform: uppercase;
}

@media (max-width: 860px) {
  .util--desktop-only {
    display: none;
  }
}
@media (min-width: 861px) {
  .util--mobile-only {
    display: none;
  }
}

body {
  color: #333333;
}

.stylized--hr {
  border-bottom: 1px solid #ddd;
}

.question-wrapper {
  padding: 0.5em 0;
}

.qa-container {
  display: grid;
  grid-template-columns: 35px 10fr;
}
.qa-container .question-icon,
.qa-container .answer-icon {
  text-align: center;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
  font-family: Mont, sans-serif;
  border-radius: 50%;
}

.form-container__section {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.form-container__section__items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1em;
  padding: 1em 0 !important;
}
.form-container__section .qa-container {
  display: grid;
  grid-template-columns: max-content max-content;
  gap: 0.5em;
}
.form-container__section .qa-container .question-icon,
.form-container__section .qa-container .answer-icon {
  text-align: center;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
  border-radius: 50%;
}
.form-container__section .button {
  padding: 1rem 2rem;
  border-radius: 3rem;
  font-weight: 700;
  border: none;
  cursor: pointer;
  background: #fff;
  color: #54a485;
  font-size: 19px;
  transition: background-color 0.3s;
  text-decoration: none;
  transition: all 0.5s;
  text-align: center;
  font-family: "Poppins", sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.form-container__section .button:hover {
  background: #3e8459;
  color: #fff;
}

.mktoForm {
  max-width: 100% !important;
  width: auto !important;
}
.mktoForm input,
.mktoForm select {
  width: 100% !important;
  padding: 0.5em !important;
  border-radius: 0.25em;
  border: 1px solid #ccc;
  display: block;
}
.mktoForm .mktoFormCol {
  float: none !important;
}
.mktoForm .mktoOffset,
.mktoForm .mktoGutter {
  display: none;
}
.mktoForm .mktoFieldWrap {
  float: none !important;
  display: grid;
  grid-template-columns: 1fr;
}
.mktoForm .mktoLabel {
  display: grid;
  grid-template-columns: max-content auto;
}
.mktoForm .mktoLabel * {
  grid-row: 1;
}
.mktoForm .mktoLabel .mktoAsterix {
  grid-column: 2;
}

.zoom-in-0_1 {
  animation: zoom_2_to_1 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both, opacity_0_to_0_1 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@keyframes opacity_0_to_0_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.1;
  }
}
@keyframes zoom_2_to_1 {
  0% {
    transform: scale(2);
    filter: blur(4px);
  }
  100% {
    transform: scale(1);
    filter: blur(0px);
  }
}
@keyframes zoom-in-0_1 {
  0% {
    -webkit-transform: scale(2);
    transform: scale(2);
    -webkit-filter: blur(4px);
    filter: blur(4px);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 0.1;
  }
}
.slide-in-top {
  -webkit-animation: slide-in-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-in-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.slide-in-fwd-center {
  -webkit-animation: slide-in-fwd-center 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-in-fwd-center 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@-webkit-keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-top {
  0% {
    -webkit-transform: scale(2);
    transform: scale(2);
    -webkit-filter: blur(4px);
    filter: blur(4px);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}
@-webkit-keyframes slide-in-fwd-center {
  0% {
    -webkit-transform: translateZ(-1400px);
    transform: translateZ(-1400px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes slide-in-fwd-center {
  0% {
    -webkit-transform: translateZ(-1400px);
    transform: translateZ(-1400px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.slide-in-left {
  -webkit-animation: slide-in-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-in-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation-delay: 0.4s;
}

@-webkit-keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.texture--tex-1, .texture-1 .background-display__middleground {
  background-image: url(/assets/img/white-pattern-2.png);
  background-size: cover;
  opacity: 0.1;
}

.texture-1 .background-display__middleground {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.standard-text-anchor, .text-display__body, .text-display__subheader, .text-display__header, .text-display__eyebrow {
  text-decoration: none;
  color: inherit;
}
.standard-text-anchor[href]:hover, [href].text-display__body:hover, [href].text-display__subheader:hover, [href].text-display__header:hover, [href].text-display__eyebrow:hover {
  color: #2f65b6;
  text-decoration: underline;
}

.text-display {
  max-width: 900px;
}
.text-display--underline {
  text-decoration: underline;
}
.text-display__eyebrow {
  order: 1;
}
.text-display__header {
  order: 2;
}
.text-display__subheader {
  font-family: "Open Sans", sans-serif;
  font-weight: 200;
  order: 3;
}
@media (max-width: 860px) {
  .text-display__subheader {
    font-size: 1.3em;
  }
}
.text-display__subsubheader {
  font-size: 1.1em;
  margin: 0 0 0.5em;
  order: 4;
}
.text-display__body {
  order: 5;
}
.text-display__body__blockquote {
  padding: 2em;
  border-radius: 8px;
  background: #eee;
  border: 1px solid #ddd;
  font-weight: bold;
  margin: 0px;
  margin-top: 2em;
}
.text-display__disclaimer {
  margin-top: 1em;
  font-size: 0.75em;
  order: 7;
}
.text-display__ctas {
  margin-top: 2em;
  display: grid;
  gap: 1em;
  order: 6;
  justify-content: center;
  position: relative;
  z-index: 1;
}
@media (min-width: 861px) {
  .text-display__ctas {
    justify-content: start;
    justify-content: center;
    grid-auto-flow: column;
  }
  .text-display--text--center .text-display__ctas, .text-wrapper--text--center .text-display__ctas {
    justify-content: center;
    align-content: center;
  }
}
.text-display__cta {
  color: #2f65b6;
  text-decoration: none;
}
.text-display__cta__text {
  text-decoration: underline;
}
.text-display__cta__icon {
  text-decoration: none;
}
.text-display__cta:hover {
  color: #28396f;
}
.text-display__cta--has--icon {
  display: grid;
  grid-template-columns: max-content auto;
  gap: 0.5em;
  align-items: center;
}
.text-display__cta--render--flipped .text-display__ctas {
  flex-direction: row-reverse;
}
.text-display__cta--render--flipped .text-display__ctas {
  flex-direction: row-reverse;
}
.text-display__cta--render--button {
  text-transform: uppercase;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1), 0 0 16px rgba(0, 0, 0, 0.1);
  padding: 1rem 2rem;
  border-radius: 3rem;
  font-weight: 700;
  border: none;
  cursor: pointer;
  background: #fff;
  color: #54a485;
  font-size: 19px;
  transition: background-color 0.3s;
  text-decoration: none;
  transition: all 0.5s;
  text-align: center;
  font-family: "Poppins", sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.text-display__cta--render--button:hover {
  background: #3e8459;
  color: #fff;
}
.text-display__cta--render--button .text-display__cta__text {
  text-decoration: none;
}
.text-display__cta--render--button-accent {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1), 0 0 16px rgba(0, 0, 0, 0.1);
  padding: 1rem 2rem;
  border-radius: 3rem;
  font-weight: 700;
  border: none;
  font-family: "Poppins", sans-serif;
  cursor: pointer;
  font-size: 19px;
  background-image: linear-gradient(160deg, #FFBB05 20%, #FF6D55 80%);
  color: #4d4d4d;
  transition: background-color 0.3s;
  text-decoration: none;
  transition: all 0.5s;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
  background: rgba(0, 0, 0, 0);
  position: relative;
  text-transform: uppercase;
}
.text-display__cta--render--button-accent:hover {
  background: #3e8459;
  color: #fff;
}
.text-display__cta--render--button-accent .text-display__cta__text {
  text-decoration: none;
}
.text-display__cta--render--button-accent::before {
  background-image: linear-gradient(160deg, #ffbb05 20%, #ff6d55 80%);
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 3rem;
  top: 0;
  left: 0;
  z-index: -1;
}
.text-display__cta--render--button-block, .text-display__cta--render--button-block-reversed {
  border: 2px solid #1C5E34;
  border-bottom: 2px solid #1C5E34;
  text-transform: uppercase;
  padding: 1em 3em;
  color: #1C5E34;
  color: #4d4d4d;
  font-weight: bold;
  transition: all 0.5s;
  border: solid 2px transparent;
  text-align: center;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(101deg, #50dca1, #78e2d8);
  background-origin: border-box;
  background-clip: content-box, border-box;
  box-shadow: 2px 1000px 1px #fff inset;
  border-radius: 3rem;
}
.text-display__cta--render--button-block .text-display__cta__text, .text-display__cta--render--button-block-reversed .text-display__cta__text {
  text-decoration: none;
}
.text-display__cta--render--button-block:hover, .text-display__cta--render--button-block-reversed:hover, .text-display__cta--render--button-block:focus, .text-display__cta--render--button-block-reversed:focus {
  border: 2px solid #1C5E34;
  border-bottom: 2px solid #1C5E34 !important;
  color: #ffffff;
  background: #1C5E34;
  box-shadow: none;
}
.text-display__cta--render--button-block:active, .text-display__cta--render--button-block-reversed:active {
  border: 2px solid #1C5E34;
  border-bottom: 2px solid #1C5E34 !important;
}
.text-display__cta--render--button-block-reversed {
  color: #000000;
  border-color: #000000;
  background: rgba(80, 220, 161, 0);
}
.text-display__cta--render--button-block-reversed:hover, .text-display__cta--render--button-block-reversed:focus {
  color: #50DCA1 !important;
  border-color: #000000;
  border: 2px solid #000000;
  border-bottom: 2px solid #000000 !important;
  background: #000000;
}
.text-display__cta--render--button-block-reversed:active {
  border: 2px solid #000000;
  border-color: #000000;
  border-bottom: 2px solid #000000 !important;
}
.text-display--ordering--disclaimer-after-cta {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.5em;
}
.text-display--ordering--disclaimer-after-cta .text-display__body p:last-of-type {
  margin-bottom: 0;
}
.text-display--ordering--disclaimer-after-cta .text-display__disclaimer {
  margin-top: 0;
  order: 7;
}
.text-display--ordering--disclaimer-after-cta .text-display__ctas {
  margin-top: 1em;
  order: 6;
}
.text-display--render--as-article .text-display__subheader {
  font-size: 0.85em;
}
.text-display--render--as-article .text-display__subsubheader {
  font-size: 1.35em;
  opacity: 1;
  padding: 0.5em 0;
  margin: 0.5em 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.text-display--render--boxed {
  padding: 1em;
  border: 2px solid #000;
}
.text-display--render--boxed--color--sea-green {
  border-color: #1C5E34;
}
.text-display--render--boxed--color--mint {
  border-color: #50DCA1;
}
.text-display--render--boxed--color--aquamarine {
  border-color: #3cd4c5;
}
.text-display--render--boxed--color--beige {
  border-color: #f7f5eb;
}
.text-display--render--boxed--color--header-green {
  border-color: #54A485;
}
.text-display--render--boxed--color--text-color {
  border-color: #333333;
}
.text-display--render--boxed--color--near-white {
  border-color: #f4f4f4;
}
.text-display--render--boxed--color--accent-green {
  border-color: #52B673;
}
.text-display--render--boxed--color--hero-blue {
  border-color: #28396f;
}
.text-display--render--boxed--color--warm-blue {
  border-color: #2f65b6;
}
.text-display--render--boxed--color--catnip-green-dark {
  border-color: #82BD60;
}
.text-display--render--boxed--color--catnip-green-light {
  border-color: #95CC75;
}
.text-display--render--boxed--color--canary-yellow-light {
  border-color: #FFD76C;
}
.text-display--render--boxed--color--canary-yellow-dark {
  border-color: #FFC864;
}
.text-display--render--boxed--color--apple-green-orig {
  border-color: #4ba462;
}
.text-display--render--boxed--color--apple-green {
  border-color: #3E8459;
}
.text-display--render--boxed--color--teal {
  border-color: #3ec9bc;
}
.text-display--render--boxed--color--silver {
  border-color: #e3e3e3;
}
.text-display--render--boxed--color--charcoal {
  border-color: #222725;
}
.text-display--render--boxed--color--bodytext {
  border-color: #222725;
}
.text-display--render--boxed--color--secondary-yellow {
  border-color: #efc634;
}
.text-display--render--boxed--color--secondary-orange {
  border-color: #f38730;
}
.text-display--render--boxed--color--secondary-purple {
  border-color: #5f0f40;
}
.text-display--render--boxed--color--white {
  border-color: #ffffff;
}
.text-display--render--boxed--color--near-black {
  border-color: #000000;
}
.text-display--text--center {
  text-align: center;
  max-width: 900px;
  margin: 0px auto;
}
@media (min-width: 861px) {
  .text-display--desktop--text--center {
    text-align: center;
    max-width: 900px;
    margin: 0px auto;
  }
}
.text-display--color--sea-green {
  color: #1C5E34;
}
.text-display--color--mint {
  color: #50DCA1;
}
.text-display--color--aquamarine {
  color: #3cd4c5;
}
.text-display--color--beige {
  color: #f7f5eb;
}
.text-display--color--header-green {
  color: #54A485;
}
.text-display--color--text-color {
  color: #333333;
}
.text-display--color--near-white {
  color: #f4f4f4;
}
.text-display--color--accent-green {
  color: #52B673;
}
.text-display--color--hero-blue {
  color: #28396f;
}
.text-display--color--warm-blue {
  color: #2f65b6;
}
.text-display--color--catnip-green-dark {
  color: #82BD60;
}
.text-display--color--catnip-green-light {
  color: #95CC75;
}
.text-display--color--canary-yellow-light {
  color: #FFD76C;
}
.text-display--color--canary-yellow-dark {
  color: #FFC864;
}
.text-display--color--apple-green-orig {
  color: #4ba462;
}
.text-display--color--apple-green {
  color: #3E8459;
}
.text-display--color--teal {
  color: #3ec9bc;
}
.text-display--color--silver {
  color: #e3e3e3;
}
.text-display--color--charcoal {
  color: #222725;
}
.text-display--color--bodytext {
  color: #222725;
}
.text-display--color--secondary-yellow {
  color: #efc634;
}
.text-display--color--secondary-orange {
  color: #f38730;
}
.text-display--color--secondary-purple {
  color: #5f0f40;
}
.text-display--color--white {
  color: #ffffff;
}
.text-display--color--near-black {
  color: #000000;
}

.image-display img {
  max-width: 100%;
  height: auto;
}
.image-display__caption {
  text-align: center;
}
.image-display--standard {
  border-radius: 8px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1), 0 0 16px rgba(0, 0, 0, 0.1);
}

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

.background-display {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.background-display__background {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.background-display__middleground {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.background-display__middleground img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
}

.background-display__foreground {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.background-display__foreground img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center right;
}

.grid-display {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5em;
}
@media (max-width: 860px) {
  .grid-display {
    grid-template-columns: 1fr;
  }
}
.grid-display__item__visual {
  max-width: 30%;
  margin: 0px auto 1em;
  text-align: center;
}
.grid-display__item__text {
  text-align: center;
}
.grid-display--colcount--1 {
  grid-template-columns: 1fr;
}
.grid-display--colcount--2 {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 860px) {
  .grid-display--colcount--2 {
    grid-template-columns: 1fr;
  }
}
.grid-display--colcount--3 {
  grid-template-columns: repeat(3, 1fr);
}
.grid-display--colcount--4 {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 860px) {
  .grid-display--colcount--4 {
    grid-template-columns: 1fr;
  }
}
.grid-display--icon-large i {
  font-size: 2em;
}
.grid-display--render--checklist {
  margin: 0px auto;
  gap: 1em 4em;
}
.grid-display--render--checklist .fa-check {
  color: #50DCA1;
  font-size: 1.5em;
  position: relative;
  top: 0.1em;
  background-image: linear-gradient(45deg, #4eb37d, #b3c552);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.grid-display--render--strip .grid-display__item {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 1em;
}
.grid-display--render--strip .grid-display__item__visual {
  max-width: unset;
  margin: unset;
  text-align: left;
}
.grid-display--render--strip .grid-display__item__text {
  text-align: left;
}
.grid-display--render--check-circles .grid-display__item__visual__value {
  height: 2em;
  width: 2em;
  display: inline-block;
  font-size: 2.5em;
  line-height: 2em;
  text-align: center;
  background: linear-gradient(145deg, #b8ffee, #50dca1), linear-gradient(#acb32b, #4da386);
  background: linear-gradient(145deg, #FFFFFF, #D2CCB6), linear-gradient(#FFFFFF, #D2CCB6);
  border-radius: 50%;
  color: #54A485;
  box-shadow: 2px 2px 5px #70c47e, -2px -2px 5px #98ffaa;
  box-shadow: 2px 2px 5px #FFFFFF, -2px -2px 5px #D2CCB6;
}
.grid-display--render--check-circles .grid-display__item__visual__value i {
  background: linear-gradient(#acb32b, #4da386);
  background: linear-gradient(160deg, #50dca1 20%, #78e2d8 80%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 1.2em;
}
.grid-display--render--circles {
  justify-items: center;
}
@media (max-width: 860px) {
  .grid-display--render--circles .grid-display__item__visual {
    max-width: 100%;
  }
}
.grid-display--render--circles .grid-display__item {
  text-align: center;
  background: linear-gradient(#acb32b, #4da386);
  background: linear-gradient(160deg, #50dca1 20%, #78e2d8 80%);
  border-radius: 50%;
  color: #4d4d4d;
  display: grid;
  height: 10rem;
  width: 10rem;
  align-items: center;
  justify-content: center;
}
.grid-display--render--circles .grid-display__item__visual {
  margin: 0px;
  max-width: 100%;
  align-self: end;
}
.grid-display--render--circles .grid-display__item__visual__value {
  margin-bottom: 0px;
  line-height: 1em;
}
.grid-display--render--circles .grid-display__item__text {
  align-self: start;
}
.form-display {
  padding: 1.5em;
}

.chiclet-display {
  display: grid;
  grid-template-columns: 1fr 4fr;
  gap: 1.5em;
  padding: 2em 0;
  border-bottom: 1px solid #ddd;
}
.chiclet-display__text .text-display__subheader {
  font-weight: 400;
}
.chiclet-display__text .text-display__subheader::before {
  content: "Posted on: ";
  opacity: 0.75;
}
.chiclet-display__text .text-display__body {
  margin-top: 1em;
}
.chiclet-display--render--as-chiclet {
  grid-template-columns: 1fr;
  grid-template-rows: 200px 1fr;
  gap: 1em;
  padding: 0;
  border-radius: 8px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1), 0 0 16px rgba(0, 0, 0, 0.1);
}
@media (max-width: 860px) {
  .chiclet-display--render--as-chiclet {
    margin: auto;
  }
}
.chiclet-display--render--as-chiclet .chiclet-display__image {
  overflow: hidden;
  height: 100%;
  padding: 0.5em;
}
.chiclet-display--render--as-chiclet .chiclet-display__image .image-display {
  height: 100%;
}
.chiclet-display--render--as-chiclet .chiclet-display__image .image-display img {
  border-radius: 8px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-fit: cover;
  object-position: center center;
}
.chiclet-display--render--as-chiclet .chiclet-display__text {
  padding: 1.5em;
}
.chiclet-display--render--as-chiclet .chiclet-display__text .text-display__header {
  font-size: 18px;
  line-height: 1.3;
}
.chiclet-display--render--as-chiclet .chiclet-display__text .text-display__body {
  font-size: 14px;
}

video {
  max-width: 100%;
}

.form-wrapper {
  border-radius: 8px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1), 0 0 16px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding: 2em;
}
.form-wrapper__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1em;
}
.form-wrapper__action__reset, .form-wrapper__action__submit {
  padding: 1rem 2rem;
  border-radius: 3rem;
  font-weight: 700;
  border: none;
  cursor: pointer;
  background: #fff;
  color: #54a485;
  font-size: 19px;
  transition: background-color 0.3s;
  text-decoration: none;
  transition: all 0.5s;
  text-align: center;
  font-family: "Poppins", sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: inherit;
}
.form-wrapper__action__reset:hover, .form-wrapper__action__submit:hover {
  background: #3e8459;
  color: #fff;
}
.form-wrapper__action--submit {
  justify-self: end;
}
.form-wrapper__field {
  margin: 1em 0;
}
.form-wrapper__field__data {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  position: relative;
}
.form-wrapper__field__data__label {
  padding: 0 0.5em;
  font-size: 0.8em;
  display: none;
}
.form-wrapper__field__data__icon {
  position: absolute;
  top: 0.75em;
  left: 0.5em;
  z-index: 5;
}
.form-wrapper__field__data__control, .form-wrapper__field__data__select, .form-wrapper__field__data__textarea {
  border-radius: 8px;
  border: 0;
  position: relative;
  border-bottom: 1px solid #ddd;
  font: inherit;
  padding: 0.5em 0.5em 0.5em 2.5em;
  font-weight: 700;
  font-family: Muli;
  line-height: 1.5;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.form-wrapper__field__data__control:required:placeholder-shown, .form-wrapper__field__data__control:placeholder-shown, .form-wrapper__field__data__select:required:placeholder-shown, .form-wrapper__field__data__select:placeholder-shown, .form-wrapper__field__data__textarea:required:placeholder-shown, .form-wrapper__field__data__textarea:placeholder-shown {
  background-color: inherit;
  color: inherit;
  font-weight: 400;
  font-family: Muli;
}
.form-wrapper__field__data__control:required:placeholder-shown, .form-wrapper__field__data__select:required:placeholder-shown, .form-wrapper__field__data__textarea:required:placeholder-shown {
  border-color: #aaa;
}
.form-wrapper__field__data__select:invalid {
  font-weight: 400;
  font-family: Muli;
  color: rgba(0, 0, 0, 0.6);
}
.form-wrapper__field__data__control:invalid {
  background: rgba(255, 0, 0, 0.2);
  border-color: #912;
}
.form-wrapper__field__data__textarea {
  border-radius: 8px;
  border: 1px solid #eee;
}

.review-wrapper__inner {
  padding-bottom: 5em;
}
@media (max-width: 860px) {
  .review-wrapper__inner {
    padding-bottom: 2em;
  }
}
.review-wrapper__inner::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: 110%;
  background-repeat: no-repeat;
  background-image: url(https://8863602.fs1.hubspotusercontent-na1.net/hubfs/8863602/PHI-EAS/patterns/phi_review_bk.svg);
  background-image: url(https://8863602.fs1.hubspotusercontent-na1.net/hubfs/8863602/PHI-EAS/patterns/phi-patterns-balloons-light.svg);
  background-position: center center;
  background-attachment: fixed;
  background-size: 140%;
  z-index: -1;
  background-color: #f7f5eb;
}
@media (max-width: 860px) {
  .review-wrapper__inner::after {
    background-size: 300%;
  }
}
.review-wrapper__inner .text-display--highlight {
  border-bottom: 3px solid #50dca1;
}
.review-wrapper__inner .text-wrapper {
  color: #fff;
}

.review-card {
  padding: 3em 2em 2em 2em;
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 5em;
  background-color: #fff;
  border-radius: 2em;
  height: 100%;
  border: 6px solid #50dca1;
}
.review-card__about {
  order: 2;
  padding-bottom: 0.5em;
}
.review-card__image {
  border: 1px solid transparent;
  border: 5px solid #50dca1;
  border-radius: 50%;
  height: 130px;
  margin: auto auto 2em;
  object-fit: cover;
  overflow: hidden;
  width: 130px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.review-card__image img {
  background-color: #fff;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.review-card__icon-wrapper {
  display: flex;
  justify-content: center;
  order: 3;
}
.review-card__content-wrapper {
  padding: 1em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.25em;
  background-color: #fff;
  border-radius: 1em;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  height: 100%;
  padding: 2em 1em;
}
.review-card__body {
  padding: 1em 0;
  order: 1;
}
.review-card__name {
  font-weight: bold;
  font-size: 1.2em;
}
.review-card__bk--cat {
  background-image: url(https://8863602.fs1.hubspotusercontent-na1.net/hubfs/8863602/PHI-EAS/patterns/cat-pattern3-01.svg);
  background-image: url(https://8863602.fs1.hubspotusercontent-na1.net/hubfs/8863602/PHI-EAS/patterns/cat-pattern-light-02.svg);
  background-size: 700px;
}
.review-card__bk--dog {
  background-image: url(https://8863602.fs1.hubspotusercontent-na1.net/hubfs/8863602/PHI-EAS/patterns/dog-pattern-02.svg);
  background-size: 700px;
  background-image: url(https://8863602.fs1.hubspotusercontent-na1.net/hubfs/8863602/dog-pattern-light.svg);
  background-size: 700px;
}
.review-card i {
  -webkit-background-clip: text;
  color: transparent;
  background-image: linear-gradient(160deg, #FFBB05 20%, #FF6D55 80%);
}

.review-wrapper {
  position: relative;
}
.review-wrapper__inner {
  max-width: 85%;
  margin: 0 auto;
}
.review-wrapper .review-swiper-button-prev {
  font-size: 2.5em;
  position: absolute;
  top: 50%;
  z-index: 1;
  left: 0.25em;
  color: #1C5E34;
  color: #50dca1;
  color: #2F4634;
  background: white;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.review-wrapper .review-swiper-button-next {
  font-size: 2.5em;
  position: absolute;
  top: 50%;
  z-index: 1;
  right: 0.25em;
  color: #50dca1;
  color: #2F4634;
  background: white;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.review-wrapper .swiper-slide {
  border-radius: 2em;
  height: auto;
  padding-top: 4em;
}
.review-wrapper .swiper-slide__bk--cat {
  background-image: url(https://8863602.fs1.hubspotusercontent-na1.net/hubfs/8863602/PHI-EAS/patterns/cat-pattern3-01.svg);
  background-image: url(https://8863602.fs1.hubspotusercontent-na1.net/hubfs/8863602/PHI-EAS/patterns/cat-pattern-light-02.svg);
  background-size: 600px;
}
.review-wrapper .swiper-slide__bk--dog {
  background-image: url(https://8863602.fs1.hubspotusercontent-na1.net/hubfs/8863602/dog-pattern-light.svg);
  background-size: 700px;
}
.review-wrapper .swiper-slide__inner {
  height: 100%;
}

* {
  box-sizing: border-box;
}

.phi-nav ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.phi-nav * {
  box-sizing: border-box;
}
.phi-nav .nav__wrapper {
  margin: 0 auto;
  max-width: 1500px;
  position: relative;
}
.phi-nav .nav__content {
  padding: 3em 3em;
  display: grid;
  grid-template-columns: 1fr 5fr 1fr;
  grid-template-areas: "logo links cta";
  align-items: center;
}
@media only screen and (max-width: 1360px) and (min-width: 950px) {
  .phi-nav .nav__content {
    grid-template-areas: "logo logo cta" "links links links";
    row-gap: 1em;
  }
}
@media only screen and (max-width: 950px) {
  .phi-nav .nav__content {
    grid-template-areas: "logo logo logo" "cta cta cta" "links links links";
    row-gap: 0em;
    padding: 2em;
  }
}
@media only screen and (max-width: 1110px) and (min-width: 900px) {
  .phi-nav .nav__content {
    padding: 3em 1.5em;
  }
}
.phi-nav .nav__content__links__container {
  position: relative;
  z-index: 99;
  transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 950px) {
  .phi-nav .nav__content__links__container {
    position: absolute;
    position: fixed;
    top: 0;
    left: 0;
    width: 60vw;
    min-width: 300px;
    height: 100vh;
    background-color: #fff;
    left: -100vw;
    z-index: 99;
    box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1);
    border-bottom-right-radius: 0.5em;
    border-bottom-left-radius: 0.5em;
    background-position: 50% 8%;
    background-size: 55em;
  }
}
@media only screen and (max-width: 1360px) and (min-width: 950px) {
  .phi-nav .nav__content__links__container {
    grid-area: links;
    margin: auto;
    width: 100%;
    padding: 0 3em;
  }
}
@media only screen and (max-width: 1110px) {
  .phi-nav .nav__content__links__container {
    padding: 0 1em;
  }
}
@media only screen and (max-width: 950px) {
  .phi-nav .nav__content__links__container.show {
    left: 0;
    padding-left: 1em;
  }
}
@media only screen and (max-width: 950px) {
  .phi-nav .nav__content__links__container__inner {
    margin-top: 2em;
    background: #fff;
    padding: 1em;
    border-radius: 0.5em;
  }
}
.phi-nav .nav__content__links__container .closeBtn {
  display: none;
}
@media only screen and (max-width: 950px) {
  .phi-nav .nav__content__links__container .closeBtn {
    display: block;
    position: absolute;
    right: 1.5em;
    top: 1.5em;
  }
}
.phi-nav .nav__content__links__container .closeBtn #mobileClose {
  background-color: transparent;
  border: 0;
  padding: 0;
  transition: all 0.1s linear;
  color: #000;
  border-radius: 0;
}
.phi-nav .nav__content__links__container--quote {
  display: none;
}
@media only screen and (max-width: 950px) {
  .phi-nav .nav__content__links__container--quote {
    display: block;
    text-align: center;
    position: absolute;
    width: 100%;
    left: 0;
    padding: 3em 0;
    background: white;
    background-image: url(https://8863602.fs1.hubspotusercontent-na1.net/hubfs/8863602/PhiDirect-dog-pattern-grey-light.png);
    background-position: 50% 8%;
    background-size: 40em;
  }
  .phi-nav .nav__content__links__container--quote .nav__content__quote {
    display: block;
  }
}
.phi-nav .nav__content__links__container--logo {
  display: none;
}
@media only screen and (max-width: 950px) {
  .phi-nav .nav__content__links__container--logo {
    display: block;
  }
  .phi-nav .nav__content__links__container--logo:hover {
    border: 0;
  }
}
.phi-nav .nav__content__links__container--logo svg {
  max-width: 12em;
}
.phi-nav .nav__content__links__container--ul {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  position: relative;
}
@media only screen and (max-width: 1360px) and (min-width: 950px) {
  .phi-nav .nav__content__links__container--ul {
    grid-area: links;
    margin: auto;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 950px) {
  .phi-nav .nav__content__links__container--ul {
    display: flex;
    flex-direction: column;
    left: -100vw;
    width: 100%;
    left: 0;
    align-items: flex-start;
    padding: 1.5em 0;
  }
}
.phi-nav .nav__content__links__container--ul > li {
  padding: 0.5em 0.75em;
}
@media only screen and (max-width: 950px) {
  .phi-nav .nav__content__links__container--ul > li {
    padding: 0.7em;
    width: 100%;
  }
}
.phi-nav .nav__content__links__container--ul > li a {
  transition: all 0.1s linear;
  border-bottom: 2px solid transparent;
}
.phi-nav .nav__content__links__container--ul > li a:hover {
  border-bottom: 2px solid #50dca1;
}
.phi-nav .nav__content__links__container--ul button {
  background-color: transparent;
  border: 0;
  padding: 0;
  transition: all 0.1s linear;
  border-radius: 0;
}
.phi-nav .nav__content__links__container--ul button:hover {
  border-bottom: 2px solid #50dca1;
}
.phi-nav .nav__content__links__container .has-subnav {
  position: relative;
}
.phi-nav .nav__content__links__container .has-subnav.active > ul {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
  transition-duration: 0.3s;
}
.phi-nav .nav__content__links__container .has-subnav .subnav {
  visibility: hidden;
  opacity: 0;
  padding-top: 0.5em;
  display: block;
  flex-direction: column;
  position: absolute;
  box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1);
  border-bottom-left-radius: 0.2em;
  border-bottom-right-radius: 0.2em;
  background-color: #fafafa;
}
@media only screen and (max-width: 950px) {
  .phi-nav .nav__content__links__container .has-subnav .subnav {
    position: relative;
    visibility: visible;
    opacity: 1;
    border: 0;
    box-shadow: none;
    background-color: #fff;
    border-radius: 0;
  }
}
.phi-nav .nav__content__links__container .has-subnav .subnav li {
  white-space: nowrap;
  padding: 0.375em 1em;
  transition: all 100ms ease-in-out;
  padding-right: 3em;
}
.phi-nav .nav__content__links__container .has-subnav .subnav li:hover {
  background-color: #f5f5f5;
  color: #0a0a0a;
}
.phi-nav .nav__content__logo {
  position: relative;
  grid-area: logo;
  height: 3.5em;
  text-decoration: none;
}
@media only screen and (max-width: 950px) {
  .phi-nav .nav__content__logo {
    text-align: center;
  }
}
.phi-nav .nav__content__logo a:hover {
  border-bottom: 0;
}
.phi-nav .nav__content__logo svg {
  display: block;
  height: 3.5em;
}
@media only screen and (max-width: 950px) {
  .phi-nav .nav__content__logo svg {
    max-width: 11em;
    min-width: 8em;
    margin: auto;
  }
}
.phi-nav .nav__content__logo .nav__content__hamburger {
  display: none;
}
@media only screen and (max-width: 950px) {
  .phi-nav .nav__content__logo .nav__content__hamburger {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
.phi-nav .nav__content__logo .nav__content__hamburger button {
  background-color: transparent;
  border: 0;
  padding: 0;
  color: #000;
}
.phi-nav .nav__content__quote {
  grid-area: cta;
  text-align: right;
}
@media only screen and (max-width: 950px) {
  .phi-nav .nav__content__quote {
    text-align: center;
    padding-top: 0.5em;
    display: none;
  }
}
.phi-nav .nav__content__item {
  font-family: Poppins, sans-serif;
  font-size: 0.9em;
  text-decoration: none;
  color: #000;
}
.phi-nav .nav__content__item:hover {
  border-bottom: 0;
}
.phi-nav .nav__content__item i {
  padding-left: 0.5em;
}
.phi-nav .nav__content__item--id-get-a-quote {
  white-space: nowrap;
  background-image: linear-gradient(160deg, #ffbb05 20%, #ff6d55 80%);
  border: none;
  border-radius: 3rem;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1), 0 0 16px rgba(0, 0, 0, 0.1);
  color: #4d4d4d;
  color: #fff;
  cursor: pointer;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  padding: 0.5em 1em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.3s;
  transition: all 0.5s;
}
.phi-nav .nav__content__item--id-get-a-quote:hover {
  background: #3e8459;
  color: #fff;
}

header.navbar-container .section-content {
  padding: 2em 2em;
}

.navigation-list--accessible ul {
  position: relative;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  align-items: center;
}
.navigation-list--accessible ul .subnav {
  background-color: #f9f9f9;
  border-radius: 10px;
  border-radius: 8px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1), 0 0 16px rgba(0, 0, 0, 0.1);
  display: block;
}
.navigation-list--accessible ul li {
  list-style: none;
}
.navigation-list--accessible ul li > ul {
  padding: 0;
  padding: 0.5em;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.1s, opacity 0.1s linear;
  position: absolute;
  z-index: 10;
}
.navigation-list--accessible ul li > ul li {
  padding: 0.5em;
}
.navigation-list--accessible ul li > ul li:hover {
  background-color: #e8e8e8;
  color: #000;
  text-decoration: none;
  border-radius: inherit;
}
.navigation-list--accessible ul li > ul li .navbar-desktop__content__item:hover {
  text-decoration: none;
  color: #333333;
}
.navigation-list--accessible ul li.active > ul {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
  transition-duration: 0.3s;
}
.navigation-list--accessible ul button {
  font-weight: normal;
  background-color: transparent;
  padding: 0;
  color: #333333;
  font-size: 0.9em;
  border: none;
}
@media screen and (max-width: 1380px) and (min-width: 860px) {
  .navigation-list--accessible > ul {
    margin: 0;
    justify-content: center;
  }
}

.navbar-desktop {
  background: #f1f1f1;
  border-bottom: 1px solid #c4c4c4;
}
.navbar-desktop__inner {
  margin: 0 auto;
  max-width: 1500px;
}
@media (max-width: 1280px) {
  .navbar-desktop__inner {
    width: 1024px;
  }
}
@media (max-width: 1024px) {
  .navbar-desktop__inner {
    width: 100%;
  }
}
.navbar-desktop__content {
  padding: 5em 3em;
}
@media (max-width: 860px) {
  .navbar-desktop__content {
    padding: 2em 1.5em;
  }
}
.navbar-desktop--padding--min .navbar-desktop__content {
  padding-top: 1em;
  padding-bottom: 1em;
}
.navbar-desktop--padding--min-top .navbar-desktop__content {
  padding-top: 1em;
}
.navbar-desktop--padding--min-bottom .navbar-desktop__content {
  padding-bottom: 1em;
}
.navbar-desktop--padding--med .navbar-desktop__content {
  padding-top: 2em;
  padding-bottom: 2em;
}
.navbar-desktop--padding--med-top .navbar-desktop__content {
  padding-top: 2em;
}
.navbar-desktop--padding--med-bottom .navbar-desktop__content {
  padding-bottom: 2em;
}
.navbar-desktop--padding--no .navbar-desktop__content {
  padding-top: 0;
  padding-bottom: 0;
}
.navbar-desktop--padding--no-top .navbar-desktop__content {
  padding-top: 0;
}
.navbar-desktop--padding--no-bottom .navbar-desktop__content {
  padding-bottom: 0;
}
.navbar-desktop--inner-bgcolor--darker-white .navbar-desktop__inner {
  background-color: #E7E7E7;
}
.navbar-desktop--inner-bgcolor--near-white .navbar-desktop__inner {
  background-color: #f4f4f4;
}
.navbar-desktop--inner-bgcolor--mint .navbar-desktop__inner {
  background: #50DCA1;
  color: #000;
}
.navbar-desktop--inner-bgcolor--mint .navbar-desktop__inner a {
  color: inherit;
}
.navbar-desktop--bgcolor--darker-white {
  background-color: #E7E7E7;
}
.navbar-desktop--bgcolor--near-white {
  background-color: #f4f4f4;
}
.navbar-desktop--bgcolor--mint {
  background: #50DCA1;
  color: #000;
}
.navbar-desktop--bgcolor--split--near-white {
  background: linear-gradient(0deg, #fff 49.9999%, #f4f4f4 50%);
}
@media (max-width: 860px) {
  .navbar-desktop {
    display: none;
  }
}
.navbar-desktop a:hover {
  text-decoration: underline;
  color: #333333;
}
.navbar-desktop .dropdown {
  overflow: hidden;
}
.navbar-desktop .dropdown:hover .dropdown-content {
  visibility: visible;
  opacity: 1;
}
.navbar-desktop .dropdown:hover .dropdown-content a {
  font-size: 16.2px;
  margin-left: 0;
  padding: 1em;
  margin: 0.5em;
  border-radius: inherit;
}
.navbar-desktop .dropdown:hover .dropdown-content a:hover {
  background-color: #e8e8e8;
  color: #000;
  text-decoration: none;
}
.navbar-desktop .dropdown .dropbtn {
  font-size: 16.2px;
  border: none;
  outline: none;
  background-color: inherit;
  color: inherit;
  padding: 0;
  font-family: inherit;
  /* Important for vertical align on mobile phones */
  margin: 0;
  /* Important for vertical align on mobile phones */
}
.navbar-desktop .dropdown .dropdown-content {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.2s linear;
  position: absolute;
  background-color: #f9f9f9;
  border-radius: 8px;
  min-width: 160px;
  border-radius: 10px;
  box-shadow: 0 0 5px lightgrey;
  z-index: 1;
}
.navbar-desktop .dropdown .dropdown-content a {
  display: block;
}
.navbar-desktop__content {
  padding-top: 2em;
  padding-bottom: 2em;
  display: grid;
  grid-template-columns: 239px 1fr;
  align-items: center;
}
@media screen and (max-width: 1380px) and (min-width: 860px) {
  .navbar-desktop__content {
    grid-template-columns: 1fr;
    align-items: center;
    justify-items: center;
  }
  .navbar-desktop__content .navbar-desktop__content__logo {
    max-width: 300px;
    height: auto;
    min-height: 50px;
    min-width: 170px;
  }
}
.navbar-desktop__content__logo p {
  font-size: 9px;
  color: #000;
  margin-top: -10px;
}
.navbar-desktop__content__logo a {
  display: block;
  text-decoration: none;
}
.navbar-desktop__content__logo a:hover, .navbar-desktop__content__logo a:active, .navbar-desktop__content__logo a:focus {
  text-decoration: none;
  border-bottom: none;
}
.navbar-desktop__content__logo svg,
.navbar-desktop__content__logo img {
  max-height: 100%;
  width: auto;
}
.navbar-desktop__content__item {
  padding: 1em;
  text-decoration: none;
  color: #222725;
  font-size: 0.9em;
  padding: 0px;
  padding-right: 1em;
}
.navbar-desktop__content__item:hover {
  color: #2f65b6;
  text-decoration: underline;
}
.navbar-desktop__content__item--id--trupanion {
  border-radius: 8px;
  background: #e3e3e3;
}

@media (max-width: 860px) {
  .navbar {
    flex-direction: column;
    height: auto;
  }
}
.navbar .navbar__items {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 860px) {
  .navbar .navbar__items {
    flex-direction: column;
    display: none;
  }
}
.navbar .navbar__items a {
  padding: 1em;
  text-decoration: none;
  color: #222725;
}
.navbar .navbar__items a.nav-button {
  background: #e3e3e3;
  border-radius: 8px;
}
.navbar .navbar__items a:hover {
  color: #2f65b6;
  text-decoration: underline;
}

.mobile-nav {
  height: 90px;
  padding: 1em 0.5em;
}
.mobile-nav a {
  color: #333333;
}
.mobile-nav .button_container {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 55px;
  overflow: hidden;
}
.mobile-nav .button_container_inner {
  transition: all 0.2s ease;
}
.mobile-nav .button_container button {
  color: #444;
  position: relative;
  background: 0;
  line-height: 1;
  z-index: 10;
  cursor: pointer;
  border: none;
  width: 100%;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mobile-nav.section--small {
  display: grid;
  grid-template-columns: 60px 1fr;
}
@media (min-width: 861px) {
  .mobile-nav.section--small {
    display: none;
  }
}
.mobile-nav.section--small #nav-button {
  max-width: 50px;
  padding: 0;
  background: none;
  color: #444;
  border: none;
  font-size: 28px;
}
.mobile-nav.section--small .mobile-logo {
  padding: 0.5em;
  text-align: center;
}
.mobile-nav.section--small .mobile-logo svg {
  max-height: 65px;
}
@media (min-width: 861px) {
  .mobile-nav {
    display: none;
  }
}
.mobile-nav__logo {
  width: 100%;
  left: 0;
  height: 70px;
  padding: 1em;
  text-align: center;
}
.mobile-nav__logo svg {
  width: auto;
  max-width: 200px;
}
.mobile-nav:focus {
  outline: 0;
}
.mobile-nav li {
  border-bottom: 0.5px solid #ccc;
  padding: 0.5em 0;
  font-weight: bold;
  text-align: center;
  font-size: 1.1em;
}
.mobile-nav li a {
  text-decoration: none;
  color: #444 !important;
}
.mobile-nav li a:visited {
  color: #444;
}
.mobile-nav .subnav {
  color: #2f65b6;
  font-size: 0.8em;
}
.mobile-nav #menu {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  margin: 0;
  margin-top: 90px;
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  min-width: 100vw;
  font-size: 1em;
  background-color: #f8f8f8;
  color: #444;
  visibility: hidden;
  background-repeat: no-repeat;
  background-color: #fff;
  background-position: 0;
  background-size: 700px;
  background-position: 40% 100%;
  transform: translateX(calc(-100% + 22px));
  transition: transform 0.25s ease-out, visibility 0.25s ease-out;
}
.mobile-nav #menu ul {
  list-style: none;
}
.mobile-nav #menu.visible {
  visibility: visible;
  transform: translateX(0);
}
.mobile-nav #menu #close {
  position: absolute;
  top: 0.7em;
  right: 0.7em;
  font-size: 2em;
  padding: 0;
}
.mobile-nav ul {
  padding: 0;
}
.mobile-nav ul > * + * {
  margin-top: 0.5rem;
}
.mobile-nav a:hover,
.mobile-nav header a[aria-current] {
  background-color: rgba(68, 68, 68, 0.1);
}
.mobile-nav a:focus {
  outline: 0;
  border-color: #8f96a3;
}
.mobile-nav .social {
  background-color: #50DCA1;
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 7em;
}
.mobile-nav .social .social-inner {
  padding: 1em;
  display: flex;
  width: 100%;
  justify-content: space-evenly;
}
.mobile-nav .social .icon {
  font-size: 1.5em;
  color: #000;
}

.mobile-logo {
  width: 80%;
  padding: 2em 0;
}
@media (min-width: 861px) {
  .mobile-logo {
    display: none;
  }
}
.mobile-logo .section-content {
  max-width: 200px;
  margin: auto;
}

.navbar-desktop .navbar-desktop__content__item {
  padding: 0px;
  padding: 1em;
  padding-top: 1em;
  padding-bottom: 1em;
}
.navbar-desktop .navbar-desktop__content__item:hover, .navbar-desktop .navbar-desktop__content__item:focus {
  text-decoration: underline;
  border: none;
  color: #247A46;
}
.navbar-desktop .navbar-desktop__content__item:active {
  outline: 1px dashed #1C5E34;
  border: none;
}
.navbar-desktop .navbar-desktop__content__item--id--get-a-quote {
  padding: 0.5em 2em;
  color: #fff;
  border-radius: 2em;
  transition: background-color 0.3s;
  font-weight: 700;
  background-image: linear-gradient(160deg, #ffbb05 20%, #ff6d55 80%);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1), 0 0 16px rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}
.navbar-desktop .navbar-desktop__content__item--id--get-a-quote:hover {
  text-decoration: none;
  background-color: #1C5E34;
  color: #fff;
  background: #3e8459;
}

.moveButtonUp {
  transform: translateY(-55px);
}

.moveButtonDown {
  transform: translateY(0px);
}

@keyframes switchButton {
  0% {
    transform: translateY(55px);
  }
  100% {
    transform: translateY(55px);
  }
}
.header {
  background-color: #fff;
}

.footer-phi {
  background-color: #4d4d4d;
  background-color: #50DCA1;
  background-color: #333333;
  color: #fff;
}
@media (max-width: 860px) {
  .footer-phi {
    padding: 0 0.5em;
  }
}
@media (min-width: 861px) {
  .footer-phi__inner {
    margin: 0 auto;
    max-width: 1500px;
  }
}
@media (min-width: 861px) and (max-width: 1280px) {
  .footer-phi__inner {
    width: 1024px;
  }
}
@media (min-width: 861px) and (max-width: 1024px) {
  .footer-phi__inner {
    width: 100%;
  }
}
@media (min-width: 861px) {
  .footer-phi__content {
    padding: 5em 3em;
  }
}
@media (min-width: 861px) and (max-width: 860px) {
  .footer-phi__content {
    padding: 2em 1.5em;
  }
}
@media (min-width: 861px) {
  .footer-phi--padding--min .footer-phi__content {
    padding-top: 1em;
    padding-bottom: 1em;
  }
  .footer-phi--padding--min-top .footer-phi__content {
    padding-top: 1em;
  }
  .footer-phi--padding--min-bottom .footer-phi__content {
    padding-bottom: 1em;
  }
  .footer-phi--padding--med .footer-phi__content {
    padding-top: 2em;
    padding-bottom: 2em;
  }
  .footer-phi--padding--med-top .footer-phi__content {
    padding-top: 2em;
  }
  .footer-phi--padding--med-bottom .footer-phi__content {
    padding-bottom: 2em;
  }
  .footer-phi--padding--no .footer-phi__content {
    padding-top: 0;
    padding-bottom: 0;
  }
  .footer-phi--padding--no-top .footer-phi__content {
    padding-top: 0;
  }
  .footer-phi--padding--no-bottom .footer-phi__content {
    padding-bottom: 0;
  }
}
@media (min-width: 861px) {
  .footer-phi--inner-bgcolor--darker-white .footer-phi__inner {
    background-color: #E7E7E7;
  }
  .footer-phi--inner-bgcolor--near-white .footer-phi__inner {
    background-color: #f4f4f4;
  }
  .footer-phi--inner-bgcolor--mint .footer-phi__inner {
    background: #50DCA1;
    color: #000;
  }
  .footer-phi--inner-bgcolor--mint .footer-phi__inner a {
    color: inherit;
  }
}
@media (min-width: 861px) {
  .footer-phi--bgcolor--darker-white {
    background-color: #E7E7E7;
  }
  .footer-phi--bgcolor--near-white {
    background-color: #f4f4f4;
  }
  .footer-phi--bgcolor--mint {
    background: #50DCA1;
    color: #000;
  }
  .footer-phi--bgcolor--split--near-white {
    background: linear-gradient(0deg, #fff 49.9999%, #f4f4f4 50%);
  }
}
.footer-phi a {
  color: #fff;
}
.footer-phi__content__top {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  gap: 2em;
}
@media (max-width: 860px) {
  .footer-phi__content__top {
    grid-template-columns: 1fr;
    justify-content: center;
  }
}
@media (max-width: 860px) {
  .footer-phi__content__top__logo a {
    margin: 0 auto;
    padding-top: 2em;
  }
}
.footer-phi__content__top__links {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1em;
}
@media (max-width: 860px) {
  .footer-phi__content__top__links {
    grid-template-columns: 1fr;
    order: 1;
    padding: 0 1em;
  }
}
.footer-phi__content__top__links a {
  display: block;
  padding: 0.25em 0.2em;
  text-decoration: none;
}
.footer-phi__content__top__links a:visited {
  color: #fff;
}
@media (max-width: 860px) {
  .footer-phi__content__top__social {
    text-align: center;
  }
}
.footer-phi__content__top__social__links {
  display: grid;
  grid-template-columns: 50px 50px 50px 50px;
  grid-template-columns: repeat(3, minmax(auto, 3em)) !important;
}
@media (max-width: 860px) {
  .footer-phi__content__top__social__links {
    justify-content: center;
  }
}

@media (min-width: 861px) {
  .footer__inner {
    margin: 0 auto;
    max-width: 1500px;
  }
}
@media (min-width: 861px) and (max-width: 1280px) {
  .footer__inner {
    width: 1024px;
  }
}
@media (min-width: 861px) and (max-width: 1024px) {
  .footer__inner {
    width: 100%;
  }
}
@media (min-width: 861px) {
  .footer__content {
    padding: 5em 3em;
  }
}
@media (min-width: 861px) and (max-width: 860px) {
  .footer__content {
    padding: 2em 1.5em;
  }
}
@media (min-width: 861px) {
  .footer--padding--min .footer__content {
    padding-top: 1em;
    padding-bottom: 1em;
  }
  .footer--padding--min-top .footer__content {
    padding-top: 1em;
  }
  .footer--padding--min-bottom .footer__content {
    padding-bottom: 1em;
  }
  .footer--padding--med .footer__content {
    padding-top: 2em;
    padding-bottom: 2em;
  }
  .footer--padding--med-top .footer__content {
    padding-top: 2em;
  }
  .footer--padding--med-bottom .footer__content {
    padding-bottom: 2em;
  }
  .footer--padding--no .footer__content {
    padding-top: 0;
    padding-bottom: 0;
  }
  .footer--padding--no-top .footer__content {
    padding-top: 0;
  }
  .footer--padding--no-bottom .footer__content {
    padding-bottom: 0;
  }
}
@media (min-width: 861px) {
  .footer--inner-bgcolor--darker-white .footer__inner {
    background-color: #E7E7E7;
  }
  .footer--inner-bgcolor--near-white .footer__inner {
    background-color: #f4f4f4;
  }
  .footer--inner-bgcolor--mint .footer__inner {
    background: #50DCA1;
    color: #000;
  }
  .footer--inner-bgcolor--mint .footer__inner a {
    color: inherit;
  }
}
@media (min-width: 861px) {
  .footer--bgcolor--darker-white {
    background-color: #E7E7E7;
  }
  .footer--bgcolor--near-white {
    background-color: #f4f4f4;
  }
  .footer--bgcolor--mint {
    background: #50DCA1;
    color: #000;
  }
  .footer--bgcolor--split--near-white {
    background: linear-gradient(0deg, #fff 49.9999%, #f4f4f4 50%);
  }
}
.footer__inner {
  padding: 0 2em;
}
.footer__post {
  padding: 0 0 3em;
}
.footer__post__links {
  list-style-type: none;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 860px) {
  .footer__post__links {
    display: block;
  }
}
.footer__post__link {
  align-items: center;
}
.footer__content {
  padding: 3em 0 2em;
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 0 2em;
  align-items: center;
}
@media (max-width: 860px) {
  .footer__content {
    display: block;
  }
}
@media (max-width: 860px) {
  .footer__content.grid {
    display: flex;
    flex-direction: column;
    gap: 1em 0;
  }
}
footer {
  background-color: #28396f;
  color: #ffffff;
}
footer i {
  font-size: 2em;
}
footer a {
  color: #ffffff;
  padding: 0.5em 0;
  display: inline-block;
  transition: all 1s forwards;
}
footer a:hover {
  color: #fff;
  text-decoration: underline;
  border-bottom: none;
}

.jumbotron {
  min-height: 550px;
}
.jumbotron--bgcolor--sea-green {
  background-color: #1C5E34;
}
.jumbotron--bgcolor--mint {
  background-color: #50DCA1;
}
.jumbotron--bgcolor--aquamarine {
  background-color: #3cd4c5;
}
.jumbotron--bgcolor--beige {
  background-color: #f7f5eb;
}
.jumbotron--bgcolor--header-green {
  background-color: #54A485;
}
.jumbotron--bgcolor--text-color {
  background-color: #333333;
}
.jumbotron--bgcolor--near-white {
  background-color: #f4f4f4;
}
.jumbotron--bgcolor--accent-green {
  background-color: #52B673;
}
.jumbotron--bgcolor--hero-blue {
  background-color: #28396f;
}
.jumbotron--bgcolor--warm-blue {
  background-color: #2f65b6;
}
.jumbotron--bgcolor--catnip-green-dark {
  background-color: #82BD60;
}
.jumbotron--bgcolor--catnip-green-light {
  background-color: #95CC75;
}
.jumbotron--bgcolor--canary-yellow-light {
  background-color: #FFD76C;
}
.jumbotron--bgcolor--canary-yellow-dark {
  background-color: #FFC864;
}
.jumbotron--bgcolor--apple-green-orig {
  background-color: #4ba462;
}
.jumbotron--bgcolor--apple-green {
  background-color: #3E8459;
}
.jumbotron--bgcolor--teal {
  background-color: #3ec9bc;
}
.jumbotron--bgcolor--silver {
  background-color: #e3e3e3;
}
.jumbotron--bgcolor--charcoal {
  background-color: #222725;
}
.jumbotron--bgcolor--bodytext {
  background-color: #222725;
}
.jumbotron--bgcolor--secondary-yellow {
  background-color: #efc634;
}
.jumbotron--bgcolor--secondary-orange {
  background-color: #f38730;
}
.jumbotron--bgcolor--secondary-purple {
  background-color: #5f0f40;
}
.jumbotron--bgcolor--white {
  background-color: #ffffff;
}
.jumbotron--bgcolor--near-black {
  background-color: #000000;
}
.jumbotron__inner {
  margin: 0 auto;
  max-width: 1500px;
}
@media (max-width: 1280px) {
  .jumbotron__inner {
    width: 1024px;
  }
}
@media (max-width: 1024px) {
  .jumbotron__inner {
    width: 100%;
  }
}
.jumbotron__content {
  padding: 5em 3em;
}
@media (max-width: 860px) {
  .jumbotron__content {
    padding: 2em 1.5em;
  }
}
.jumbotron--padding--min .jumbotron__content {
  padding-top: 1em;
  padding-bottom: 1em;
}
.jumbotron--padding--min-top .jumbotron__content {
  padding-top: 1em;
}
.jumbotron--padding--min-bottom .jumbotron__content {
  padding-bottom: 1em;
}
.jumbotron--padding--med .jumbotron__content {
  padding-top: 2em;
  padding-bottom: 2em;
}
.jumbotron--padding--med-top .jumbotron__content {
  padding-top: 2em;
}
.jumbotron--padding--med-bottom .jumbotron__content {
  padding-bottom: 2em;
}
.jumbotron--padding--no .jumbotron__content {
  padding-top: 0;
  padding-bottom: 0;
}
.jumbotron--padding--no-top .jumbotron__content {
  padding-top: 0;
}
.jumbotron--padding--no-bottom .jumbotron__content {
  padding-bottom: 0;
}
.jumbotron--inner-bgcolor--darker-white .jumbotron__inner {
  background-color: #E7E7E7;
}
.jumbotron--inner-bgcolor--near-white .jumbotron__inner {
  background-color: #f4f4f4;
}
.jumbotron--inner-bgcolor--mint .jumbotron__inner {
  background: #50DCA1;
  color: #000;
}
.jumbotron--inner-bgcolor--mint .jumbotron__inner a {
  color: inherit;
}
.jumbotron--bgcolor--darker-white {
  background-color: #E7E7E7;
}
.jumbotron--bgcolor--near-white {
  background-color: #f4f4f4;
}
.jumbotron--bgcolor--mint {
  background: #50DCA1;
  color: #000;
}
.jumbotron--bgcolor--split--near-white {
  background: linear-gradient(0deg, #fff 49.9999%, #f4f4f4 50%);
}
.jumbotron__content {
  border-radius: 0.5em;
  min-height: 550px;
  display: grid;
  position: relative;
}
.jumbotron__content__background {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  border-radius: 8px;
  overflow: hidden;
}
.jumbotron__content__background img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 860px) {
  .jumbotron__content__background {
    border-radius: 0;
  }
  .jumbotron__content__background .background-display__background {
    display: none;
  }
  .jumbotron__content__background .background-display__middleground {
    display: none;
  }
  .jumbotron__content__background .background-display__foreground {
    display: none;
  }
}
.jumbotron__content__foreground {
  display: grid;
  height: 100%;
  align-items: center;
  grid-template-columns: 6fr 4fr;
  position: relative;
}
@media (max-width: 860px) {
  .jumbotron__content__foreground {
    grid-template-columns: 1fr;
  }
}
.jumbotron--layout--mobile--show-bg .jumbotron__content__background .background-display__middleground {
  display: block;
}
.jumbotron--layout--mobile--show-bg .jumbotron__content__background .background-display__foreground {
  display: block;
}
.jumbotron--layout--text-narrow .jumbotron__content__foreground {
  grid-template-columns: 3fr 4fr;
}
@media (max-width: 860px) {
  .jumbotron--layout--text-narrow .jumbotron__content__foreground {
    grid-template-columns: 1fr;
  }
}
.jumbotron .text-display__header {
  line-height: 1;
}
.jumbotron--bgcolor--sea-green .background-display {
  background-color: #1C5E34;
}
.jumbotron--bgcolor--mint .background-display {
  background-color: #50DCA1;
}
.jumbotron--bgcolor--aquamarine .background-display {
  background-color: #3cd4c5;
}
.jumbotron--bgcolor--beige .background-display {
  background-color: #f7f5eb;
}
.jumbotron--bgcolor--header-green .background-display {
  background-color: #54A485;
}
.jumbotron--bgcolor--text-color .background-display {
  background-color: #333333;
}
.jumbotron--bgcolor--near-white .background-display {
  background-color: #f4f4f4;
}
.jumbotron--bgcolor--accent-green .background-display {
  background-color: #52B673;
}
.jumbotron--bgcolor--hero-blue .background-display {
  background-color: #28396f;
}
.jumbotron--bgcolor--warm-blue .background-display {
  background-color: #2f65b6;
}
.jumbotron--bgcolor--catnip-green-dark .background-display {
  background-color: #82BD60;
}
.jumbotron--bgcolor--catnip-green-light .background-display {
  background-color: #95CC75;
}
.jumbotron--bgcolor--canary-yellow-light .background-display {
  background-color: #FFD76C;
}
.jumbotron--bgcolor--canary-yellow-dark .background-display {
  background-color: #FFC864;
}
.jumbotron--bgcolor--apple-green-orig .background-display {
  background-color: #4ba462;
}
.jumbotron--bgcolor--apple-green .background-display {
  background-color: #3E8459;
}
.jumbotron--bgcolor--teal .background-display {
  background-color: #3ec9bc;
}
.jumbotron--bgcolor--silver .background-display {
  background-color: #e3e3e3;
}
.jumbotron--bgcolor--charcoal .background-display {
  background-color: #222725;
}
.jumbotron--bgcolor--bodytext .background-display {
  background-color: #222725;
}
.jumbotron--bgcolor--secondary-yellow .background-display {
  background-color: #efc634;
}
.jumbotron--bgcolor--secondary-orange .background-display {
  background-color: #f38730;
}
.jumbotron--bgcolor--secondary-purple .background-display {
  background-color: #5f0f40;
}
.jumbotron--bgcolor--white .background-display {
  background-color: #ffffff;
}
.jumbotron--bgcolor--near-black .background-display {
  background-color: #000000;
}

.media-text__inner {
  margin: 0 auto;
  max-width: 1500px;
}
@media (max-width: 1280px) {
  .media-text__inner {
    width: 1024px;
  }
}
@media (max-width: 1024px) {
  .media-text__inner {
    width: 100%;
  }
}
.media-text__content {
  padding: 5em 3em;
}
@media (max-width: 860px) {
  .media-text__content {
    padding: 2em 1.5em;
  }
}
.media-text--padding--min .media-text__content {
  padding-top: 1em;
  padding-bottom: 1em;
}
.media-text--padding--min-top .media-text__content {
  padding-top: 1em;
}
.media-text--padding--min-bottom .media-text__content {
  padding-bottom: 1em;
}
.media-text--padding--med .media-text__content {
  padding-top: 2em;
  padding-bottom: 2em;
}
.media-text--padding--med-top .media-text__content {
  padding-top: 2em;
}
.media-text--padding--med-bottom .media-text__content {
  padding-bottom: 2em;
}
.media-text--padding--no .media-text__content {
  padding-top: 0;
  padding-bottom: 0;
}
.media-text--padding--no-top .media-text__content {
  padding-top: 0;
}
.media-text--padding--no-bottom .media-text__content {
  padding-bottom: 0;
}
.media-text--inner-bgcolor--darker-white .media-text__inner {
  background-color: #E7E7E7;
}
.media-text--inner-bgcolor--near-white .media-text__inner {
  background-color: #f4f4f4;
}
.media-text--inner-bgcolor--mint .media-text__inner {
  background: #50DCA1;
  color: #000;
}
.media-text--inner-bgcolor--mint .media-text__inner a {
  color: inherit;
}
.media-text--bgcolor--darker-white {
  background-color: #E7E7E7;
}
.media-text--bgcolor--near-white {
  background-color: #f4f4f4;
}
.media-text--bgcolor--mint {
  background: #50DCA1;
  color: #000;
}
.media-text--bgcolor--split--near-white {
  background: linear-gradient(0deg, #fff 49.9999%, #f4f4f4 50%);
}
.media-text__content {
  display: grid;
  grid-template-columns: 6fr 6fr;
  gap: 4rem;
}
@media (max-width: 860px) {
  .media-text__content {
    display: flex;
    flex-direction: column-reverse;
    max-width: 100vw;
    gap: 2rem;
    grid-template-columns: 1fr;
  }
}
.media-text--padding--min-top .media-text__content {
  padding-top: 0;
}
.media-text--bgcolor--near-white {
  background-color: #f4f4f4;
}
.media-text__pre {
  grid-row: 1;
  grid-column: 1/span 2;
}
.media-text__caption {
  text-align: center;
}
.media-text__column {
  grid-row: 1;
}
.media-text__column--col-media {
  grid-column: 1;
}
.media-text__column--col-text {
  grid-column: 2;
}
.media-text--padding--min .media-text__content {
  padding-top: 1em;
  padding-bottom: 1em;
}
.media-text--padding--min-top .media-text__content {
  padding-top: 1em;
}
.media-text--padding--min-bottom .media-text__content {
  padding-bottom: 1em;
}
.media-text--padding--med .media-text__content {
  padding-top: 2em;
  padding-bottom: 2em;
}
.media-text--padding--med-top .media-text__content {
  padding-top: 2em;
}
.media-text--padding--med-bottom .media-text__content {
  padding-bottom: 2em;
}
.media-text--padding--no .media-text__content {
  padding-top: 0;
  padding-bottom: 0;
}
.media-text--padding--no-top .media-text__content {
  padding-top: 0;
}
.media-text--padding--no-bottom .media-text__content {
  padding-bottom: 0;
}
.media-text--rounded-corners video {
  border-radius: 8px;
  overflow: hidden;
}
.media-text--render--rounded-wrapper .media-text__content {
  background: #50DCA1;
  color: #000;
  margin-top: 4em;
  border-radius: 4em;
  min-height: 250px;
  padding: 3em 4em;
}
@media (max-width: 860px) {
  .media-text--render--rounded-wrapper .media-text__content {
    border-radius: 0;
    margin-top: 0;
    padding: 1.5em;
    min-height: auto;
    display: block;
  }
}
.media-text--render--rounded-wrapper .media-text__content a {
  color: inherit;
}
.media-text--render--rounded-wrapper .media-text__content .text-display__subheader {
  font-weight: 300;
}
.media-text--flip-img .image-display {
  transform: scaleX(-1);
}
@media (max-width: 860px) {
  .media-text--text-pre--order-1 .media-text__pre {
    order: 1;
  }
}
.media-text--text-display--cta--center .text-display__ctas {
  justify-content: center;
  align-content: center;
}
@media (max-width: 860px) {
  .media-text--text-display--cta--center--mobile .text-display__ctas {
    justify-content: center;
    align-content: center;
  }
}
.media-text--layout--as-aside .media-text__content {
  grid-template-columns: 6fr 6fr;
  align-items: start;
  gap: 2em;
}
.media-text--layout--as-aside .media-text__column--col-text {
  grid-column: 1;
}
.media-text--layout--as-aside .media-text__column--col-media {
  grid-column: 2;
}
.media-text--layout--text-pre .media-text__content {
  grid-template-columns: 4fr 5fr;
}
.media-text--layout--text-pre .media-text__column--col-media {
  grid-row: 2;
}
.media-text--layout--text-pre .media-text__column--col-text {
  grid-row: 2;
}
.media-text--layout--v-center .media-text__column {
  align-self: center;
}
.media-text--layout--flipped .media-text__content {
  grid-template-columns: 6fr 6fr;
}
@media (min-width: 861px) {
  .media-text--layout--flipped .media-text__column--col-text {
    grid-column: 1;
  }
  .media-text--layout--flipped .media-text__column--col-media {
    grid-column: 2;
  }
}
.media-text--layout--2-1 .media-text__content {
  grid-template-columns: 2fr 1fr;
}
.media-text--layout--1-2 .media-text__content {
  grid-template-columns: 1fr 2fr;
}
.media-text--layout--2-5 .media-text__content {
  grid-template-columns: 2fr 5fr;
}
.media-text--layout--4-5 .media-text__content {
  grid-template-columns: 4fr 5fr;
}
.media-text--layout--3-5 .media-text__content {
  grid-template-columns: 3fr 5fr;
}
.media-text--layout--5-4 .media-text__content {
  grid-template-columns: 5fr 4fr;
}
.media-text--layout--5-3 .media-text__content {
  grid-template-columns: 5fr 3fr;
}
.media-text--1-1 .media-text__content {
  grid-template-columns: 1fr;
  gap: 0;
  text-align: center;
}
@media (max-width: 860px) {
  .media-text--1-1 .media-text__content {
    display: grid;
  }
}

.text-wrapper__inner {
  margin: 0 auto;
  max-width: 1500px;
}
@media (max-width: 1280px) {
  .text-wrapper__inner {
    width: 1024px;
  }
}
@media (max-width: 1024px) {
  .text-wrapper__inner {
    width: 100%;
  }
}
.text-wrapper__content {
  padding: 5em 3em;
}
@media (max-width: 860px) {
  .text-wrapper__content {
    padding: 2em 1.5em;
  }
}
.text-wrapper--padding--min .text-wrapper__content {
  padding-top: 1em;
  padding-bottom: 1em;
}
.text-wrapper--padding--min-top .text-wrapper__content {
  padding-top: 1em;
}
.text-wrapper--padding--min-bottom .text-wrapper__content {
  padding-bottom: 1em;
}
.text-wrapper--padding--med .text-wrapper__content {
  padding-top: 2em;
  padding-bottom: 2em;
}
.text-wrapper--padding--med-top .text-wrapper__content {
  padding-top: 2em;
}
.text-wrapper--padding--med-bottom .text-wrapper__content {
  padding-bottom: 2em;
}
.text-wrapper--padding--no .text-wrapper__content {
  padding-top: 0;
  padding-bottom: 0;
}
.text-wrapper--padding--no-top .text-wrapper__content {
  padding-top: 0;
}
.text-wrapper--padding--no-bottom .text-wrapper__content {
  padding-bottom: 0;
}
.text-wrapper--inner-bgcolor--darker-white .text-wrapper__inner {
  background-color: #E7E7E7;
}
.text-wrapper--inner-bgcolor--near-white .text-wrapper__inner {
  background-color: #f4f4f4;
}
.text-wrapper--inner-bgcolor--mint .text-wrapper__inner {
  background: #50DCA1;
  color: #000;
}
.text-wrapper--inner-bgcolor--mint .text-wrapper__inner a {
  color: inherit;
}
.text-wrapper--bgcolor--darker-white {
  background-color: #E7E7E7;
}
.text-wrapper--bgcolor--near-white {
  background-color: #f4f4f4;
}
.text-wrapper--bgcolor--mint {
  background: #50DCA1;
  color: #000;
}
.text-wrapper--bgcolor--split--near-white {
  background: linear-gradient(0deg, #fff 49.9999%, #f4f4f4 50%);
}
.text-wrapper--bgcolor--sea-green {
  background-color: #1C5E34;
}
.text-wrapper--bgcolor--mint {
  background-color: #50DCA1;
}
.text-wrapper--bgcolor--aquamarine {
  background-color: #3cd4c5;
}
.text-wrapper--bgcolor--beige {
  background-color: #f7f5eb;
}
.text-wrapper--bgcolor--header-green {
  background-color: #54A485;
}
.text-wrapper--bgcolor--text-color {
  background-color: #333333;
}
.text-wrapper--bgcolor--near-white {
  background-color: #f4f4f4;
}
.text-wrapper--bgcolor--accent-green {
  background-color: #52B673;
}
.text-wrapper--bgcolor--hero-blue {
  background-color: #28396f;
}
.text-wrapper--bgcolor--warm-blue {
  background-color: #2f65b6;
}
.text-wrapper--bgcolor--catnip-green-dark {
  background-color: #82BD60;
}
.text-wrapper--bgcolor--catnip-green-light {
  background-color: #95CC75;
}
.text-wrapper--bgcolor--canary-yellow-light {
  background-color: #FFD76C;
}
.text-wrapper--bgcolor--canary-yellow-dark {
  background-color: #FFC864;
}
.text-wrapper--bgcolor--apple-green-orig {
  background-color: #4ba462;
}
.text-wrapper--bgcolor--apple-green {
  background-color: #3E8459;
}
.text-wrapper--bgcolor--teal {
  background-color: #3ec9bc;
}
.text-wrapper--bgcolor--silver {
  background-color: #e3e3e3;
}
.text-wrapper--bgcolor--charcoal {
  background-color: #222725;
}
.text-wrapper--bgcolor--bodytext {
  background-color: #222725;
}
.text-wrapper--bgcolor--secondary-yellow {
  background-color: #efc634;
}
.text-wrapper--bgcolor--secondary-orange {
  background-color: #f38730;
}
.text-wrapper--bgcolor--secondary-purple {
  background-color: #5f0f40;
}
.text-wrapper--bgcolor--white {
  background-color: #ffffff;
}
.text-wrapper--bgcolor--near-black {
  background-color: #000000;
}
.text-wrapper--stylized--hr .text-wrapper__content {
  border-bottom: 1px solid #ddd;
}
.text-wrapper--text--center {
  text-align: center;
}
.text-wrapper--text--center .text-display {
  margin: 0px auto;
}
@media (min-width: 861px) {
  .text-wrapper--desktop--text--center {
    text-align: center;
  }
  .text-wrapper--desktop--text--center .text-display {
    margin: 0px auto;
  }
}
.text-wrapper--border-top {
  border-top: 1px solid lightgray;
}
.text-wrapper--privacy-policy .text-display {
  max-width: 100%;
}
.text-wrapper--privacy-policy table {
  border-collapse: collapse;
}
.text-wrapper--privacy-policy table td, .text-wrapper--privacy-policy table th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}
.text-wrapper--availability .text-display .text-display__ctas {
  grid-row: span 3;
  justify-content: center;
  align-content: center;
}
@media (max-width: 860px) {
  .text-wrapper--availability .text-display .text-display__ctas {
    padding-top: 3em;
    grid-column: span 2;
  }
}
.text-wrapper--why-phi-more-pets .text-wrapper__inner .text-wrapper__content {
  display: flex;
  justify-content: flex-end;
  background-repeat: no-repeat;
  background-position: -450px;
}
@media (min-width: 861px) {
  .text-wrapper--why-phi-more-pets .text-wrapper__inner .text-wrapper__content {
    background-image: url(/assets/img/balloon-dogs/247A46-dark-green-streched.svg);
  }
}
.text-wrapper--rounded-wrapper .text-wrapper__content {
  margin-top: 5em;
  border-radius: 5em;
  min-height: 250px;
  padding: 4em 3em;
  background-color: #54A485;
  color: #fff;
}
.text-wrapper--bg-color--darker-white {
  background-color: #E7E7E7;
}
.text-wrapper--bg-color--near-white {
  background-color: #f4f4f4;
}
.text-wrapper--w-100 .text-display {
  max-width: 100%;
}
.text-wrapper--render--bounded .text-wrapper__content {
  max-width: 950px;
}
.text-wrapper--render--boxed .text-wrapper__content {
  border-radius: 8px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1), 0 0 16px rgba(0, 0, 0, 0.1);
  text-align: center;
}
.text-wrapper--render--grid-cta-right .text-display {
  display: grid;
  max-width: 100%;
  grid-column-gap: 2em;
  grid-template-columns: 4fr 3fr;
  align-items: center;
}
@media (max-width: 860px) {
  .text-wrapper--render--grid-cta-right .text-display {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
  }
}
.text-wrapper--render--grid-cta-right .text-display__header,
.text-wrapper--render--grid-cta-right .text-display__subheader,
.text-wrapper--render--grid-cta-right .text-display__subsubheader,
.text-wrapper--render--grid-cta-right .text-display__body {
  grid-column: 1;
  margin: 0;
}
@media (min-width: 671px) {
  .text-wrapper--render--grid-cta-right .text-display__ctas {
    display: flex;
    justify-content: center;
    grid-row: 1/2;
    grid-column: 2/2;
  }
}
.text-display--w-100 {
  max-width: 100%;
}

.grid-wrapper {
  position: relative;
}
.grid-wrapper__inner {
  margin: 0 auto;
  max-width: 1500px;
}
@media (max-width: 1280px) {
  .grid-wrapper__inner {
    width: 1024px;
  }
}
@media (max-width: 1024px) {
  .grid-wrapper__inner {
    width: 100%;
  }
}
.grid-wrapper__content {
  padding: 5em 3em;
}
@media (max-width: 860px) {
  .grid-wrapper__content {
    padding: 2em 1.5em;
  }
}
.grid-wrapper--padding--min .grid-wrapper__content {
  padding-top: 1em;
  padding-bottom: 1em;
}
.grid-wrapper--padding--min-top .grid-wrapper__content {
  padding-top: 1em;
}
.grid-wrapper--padding--min-bottom .grid-wrapper__content {
  padding-bottom: 1em;
}
.grid-wrapper--padding--med .grid-wrapper__content {
  padding-top: 2em;
  padding-bottom: 2em;
}
.grid-wrapper--padding--med-top .grid-wrapper__content {
  padding-top: 2em;
}
.grid-wrapper--padding--med-bottom .grid-wrapper__content {
  padding-bottom: 2em;
}
.grid-wrapper--padding--no .grid-wrapper__content {
  padding-top: 0;
  padding-bottom: 0;
}
.grid-wrapper--padding--no-top .grid-wrapper__content {
  padding-top: 0;
}
.grid-wrapper--padding--no-bottom .grid-wrapper__content {
  padding-bottom: 0;
}
.grid-wrapper--inner-bgcolor--darker-white .grid-wrapper__inner {
  background-color: #E7E7E7;
}
.grid-wrapper--inner-bgcolor--near-white .grid-wrapper__inner {
  background-color: #f4f4f4;
}
.grid-wrapper--inner-bgcolor--mint .grid-wrapper__inner {
  background: #50DCA1;
  color: #000;
}
.grid-wrapper--inner-bgcolor--mint .grid-wrapper__inner a {
  color: inherit;
}
.grid-wrapper--bgcolor--darker-white {
  background-color: #E7E7E7;
}
.grid-wrapper--bgcolor--near-white {
  background-color: #f4f4f4;
}
.grid-wrapper--bgcolor--mint {
  background: #50DCA1;
  color: #000;
}
.grid-wrapper--bgcolor--split--near-white {
  background: linear-gradient(0deg, #fff 49.9999%, #f4f4f4 50%);
}
.grid-wrapper--bgcolor--sea-green {
  background-color: #1C5E34;
}
.grid-wrapper--bgcolor--mint {
  background-color: #50DCA1;
}
.grid-wrapper--bgcolor--aquamarine {
  background-color: #3cd4c5;
}
.grid-wrapper--bgcolor--beige {
  background-color: #f7f5eb;
}
.grid-wrapper--bgcolor--header-green {
  background-color: #54A485;
}
.grid-wrapper--bgcolor--text-color {
  background-color: #333333;
}
.grid-wrapper--bgcolor--near-white {
  background-color: #f4f4f4;
}
.grid-wrapper--bgcolor--accent-green {
  background-color: #52B673;
}
.grid-wrapper--bgcolor--hero-blue {
  background-color: #28396f;
}
.grid-wrapper--bgcolor--warm-blue {
  background-color: #2f65b6;
}
.grid-wrapper--bgcolor--catnip-green-dark {
  background-color: #82BD60;
}
.grid-wrapper--bgcolor--catnip-green-light {
  background-color: #95CC75;
}
.grid-wrapper--bgcolor--canary-yellow-light {
  background-color: #FFD76C;
}
.grid-wrapper--bgcolor--canary-yellow-dark {
  background-color: #FFC864;
}
.grid-wrapper--bgcolor--apple-green-orig {
  background-color: #4ba462;
}
.grid-wrapper--bgcolor--apple-green {
  background-color: #3E8459;
}
.grid-wrapper--bgcolor--teal {
  background-color: #3ec9bc;
}
.grid-wrapper--bgcolor--silver {
  background-color: #e3e3e3;
}
.grid-wrapper--bgcolor--charcoal {
  background-color: #222725;
}
.grid-wrapper--bgcolor--bodytext {
  background-color: #222725;
}
.grid-wrapper--bgcolor--secondary-yellow {
  background-color: #efc634;
}
.grid-wrapper--bgcolor--secondary-orange {
  background-color: #f38730;
}
.grid-wrapper--bgcolor--secondary-purple {
  background-color: #5f0f40;
}
.grid-wrapper--bgcolor--white {
  background-color: #ffffff;
}
.grid-wrapper--bgcolor--near-black {
  background-color: #000000;
}
.grid-wrapper--bgcolor--sea-green {
  color: #fff;
}
.grid-wrapper--bgcolor--mint {
  color: #000;
}
.grid-wrapper--bgcolor--mint a {
  color: #000;
}
.grid-wrapper__content {
  display: grid;
}
.grid-wrapper__content__text-pre {
  padding-bottom: 4em;
}
.grid-wrapper__content__text-post {
  padding-top: 4em;
}
.grid-wrapper__lottie {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.grid-wrapper--render--icon-blue i {
  color: #247A46;
  margin-right: 0.3em;
  font-size: 1.2em;
}
.grid-wrapper--render--col--max-width--xs .grid-display__item .grid-display__item__visual {
  max-width: 15%;
}
.grid-wrapper--render--largevisuals .grid-display__item__visual {
  max-width: 80%;
}
.grid-wrapper--render--fullvisuals .grid-display__item__visual {
  max-width: 100%;
}
.grid-wrapper--render--shadowed .grid-wrapper__content {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1), 0 0 16px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  background-color: #fff;
}
.grid-wrapper--render--columns .grid-wrapper__content {
  display: grid;
  grid-template-columns: 1fr 3fr;
  align-items: center;
}
@media (max-width: 860px) {
  .grid-wrapper--render--columns .grid-wrapper__content {
    grid-template-columns: 1fr;
  }
}
.grid-wrapper--render--padded .grid-display {
  padding: 0 4em;
}
@media (max-width: 860px) {
  .grid-wrapper--render--padded .grid-display {
    padding: 0 1em;
  }
}
.grid-wrapper--render--visuals-align-left .grid-display__item__visual {
  margin: 0 0 1em;
}
.grid-wrapper--render--visuals-width-large .grid-display__item__visual {
  max-width: 80%;
}
@media (max-width: 860px) {
  .grid-wrapper--render--visuals-width-large .grid-display__item__visual {
    max-width: 100%;
  }
}
.grid-wrapper--render--visuals-width-full .grid-display__item__visual {
  max-width: 100%;
}
.grid-wrapper--render--text-align-left .grid-display__item__text, .grid-wrapper--layout--2-1--boxed .grid-display__item__text {
  text-align: left;
}
.grid-wrapper--render--text-align-left--column-1 .grid-display__item--idx-1 .grid-display__item__text {
  text-align: left;
}
.grid-wrapper--colcount--1 {
  grid-template-columns: 1fr;
}
.grid-wrapper--colcount--1 .grid-display .text-display {
  margin: auto;
}
.grid-wrapper--colcount--2 {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 860px) {
  .grid-wrapper--colcount--2 {
    grid-template-columns: 1fr;
  }
}
.grid-wrapper--colcount--3 {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 860px) {
  .grid-wrapper--colcount--3 {
    grid-template-columns: 1fr;
  }
}
.grid-wrapper--colcount--4 {
  grid-template-columns: repeat(4, 1fr);
}
.grid-wrapper--colcount--4 .grid-display {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 860px) {
  .grid-wrapper--colcount--4 .grid-display {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1em;
  }
}
@media (max-width: 860px) {
  .grid-wrapper--colcount--4 {
    grid-template-columns: 1fr;
  }
}
.grid-wrapper--icon--xl i {
  font-size: 2.5em;
}
.grid-wrapper--text-display--cta--center .text-display__ctas {
  justify-content: center;
  align-content: center;
}
@media (min-width: 861px) {
  .grid-wrapper.contact-us--main .grid-display .grid-display__item__text .text-display__ctas {
    justify-content: center;
  }
}
@media (max-width: 860px) {
  .grid-wrapper--contact-us--main .grid-display--id-contact-us-main-grid {
    display: grid;
    grid-template-columns: 1fr;
  }
}
.grid-wrapper--contact-us--main .grid-display__item--idx-4 {
  max-width: 100%;
}
@media (max-width: 860px) {
  .grid-wrapper--contact-us--main .grid-display__item--idx-4 {
    display: none;
  }
}
.grid-wrapper--contact-us--main .grid-display__item--idx-4 .grid-display__item__visual {
  max-width: 100%;
}
.grid-wrapper--render--cta-center .text-display .text-display__ctas {
  justify-content: center;
}
.grid-wrapper--split-text .grid-display {
  gap: 2em;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 860px) {
  .grid-wrapper--split-text .grid-display {
    grid-template-columns: 1fr;
  }
}
.grid-wrapper--split-text .grid-display__item__text {
  text-align: left;
}
.grid-wrapper--split-text .grid-display__item--idx-2 {
  padding-left: 3em;
  border-left: 2px solid #f4f4f4;
}
@media (max-width: 860px) {
  .grid-wrapper--split-text .grid-display__item--idx-2 {
    border-left: none;
    padding-left: 0;
  }
}
.grid-wrapper--go-direct .grid-display--colcount--2 {
  grid-template-columns: 550px 550px;
  gap: 3em;
  justify-content: center;
}
@media (max-width: 860px) {
  .grid-wrapper--go-direct .grid-display--colcount--2 {
    grid-template-columns: 1fr;
  }
}
.grid-wrapper--go-direct .grid-display--colcount--2 .grid-display__item {
  background-color: #f1ecd6;
  background-color: #f4f4f4;
  border-radius: 8px;
  padding: 2em;
}
.grid-wrapper--go-direct .grid-display--colcount--2 .grid-display__item__visual {
  width: 150px;
  height: 150px;
  max-width: 100%;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(160deg, #50dca1 20%, #78e2d8 80%);
  color: #000;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1), 0 0 16px rgba(0, 0, 0, 0.1);
}
.grid-wrapper--go-direct .grid-display--colcount--2 .icon-grid {
  display: grid;
  grid-template-columns: 250px 250px;
  text-align: left;
  font-weight: bold;
}
@media (max-width: 860px) {
  .grid-wrapper--go-direct .grid-display--colcount--2 .icon-grid {
    grid-template-columns: 1fr;
  }
}
.grid-wrapper--go-direct .grid-display--colcount--2 .icon-grid i {
  color: #1C5E34;
}
.grid-wrapper--why-phi-split-text .grid-content {
  display: grid;
  grid-template-columns: 1fr 2fr;
}
@media (max-width: 860px) {
  .grid-wrapper--why-phi-split-text .grid-content {
    grid-template-columns: 1fr;
    padding: 1em 0;
    justify-items: center;
  }
}
.grid-wrapper--why-phi-split-text .grid-content .circle-render-container {
  width: 170px;
  height: 170px;
  border: 1px solid;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #f4f4f4;
  position: relative;
}
.grid-wrapper--why-phi-split-text .grid-content .circle-render-container--middle {
  width: 180px;
  height: 180px;
  position: absolute;
  background: linear-gradient(#50DCA1, #5BB091);
  background: #333333;
  background: radial-gradient(100% 100% at 50% 50%, rgba(255, 255, 255, 0.5) 33%, #fff, rgba(51, 51, 51, 0.4) 50%) 50% 50%/100% 100%;
  border-radius: inherit;
}
.grid-wrapper--why-phi-split-text .grid-content .circle-render {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1), 0 0 16px rgba(0, 0, 0, 0.1);
  width: 130px;
  height: 130px;
  background: linear-gradient(160deg, #50dca1 20%, #78e2d8 80%);
  border-radius: 50%;
  position: relative;
}
.grid-wrapper--why-phi-split-text .grid-content .circle-render .number {
  position: absolute;
  color: #333333;
  font-size: 2.5em;
  line-height: 1.2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
}
@media (max-width: 860px) {
  .grid-wrapper--why-phi-split-text .grid-content .circle-render {
    margin: auto;
  }
}
.grid-wrapper--why-phi-split-text .grid-content p {
  max-width: 200px;
}
@media (max-width: 860px) {
  .grid-wrapper--why-phi-split-text .grid-content p {
    max-width: 100%;
    text-align: center;
  }
}
.grid-wrapper--about-cta-underwriters .grid-display__item--idx-2 {
  border-left: 2px solid #f4f4f4;
  padding-left: 3em;
}
@media (max-width: 860px) {
  .grid-wrapper--about-cta-underwriters .grid-display__item--idx-2 {
    border-left: none;
    padding-left: 0;
  }
}
.grid-wrapper--about-cta-underwriters .grid-display__item--idx-2 .text-display__body {
  margin-top: 1.5em;
  display: grid;
  grid-template-columns: repeat(4, 60px);
  grid-template-rows: 60px;
  gap: 1em;
  justify-content: center;
}
.grid-wrapper--grid-gap-xs .grid-display {
  gap: 0.25em;
}
@media (min-width: 861px) {
  .grid-wrapper--working-with-trupanion-datapoints .grid-wrapper__content__text-post,
.grid-wrapper--working-with-trupanion-datapoints .grid-wrapper__content__text-pre {
    position: relative;
  }
  .grid-wrapper--working-with-trupanion-datapoints .grid-wrapper__content__text-post {
    padding-top: 0em;
    margin-top: 4em;
  }
  .grid-wrapper--working-with-trupanion-datapoints .grid-wrapper__content__text-post:after {
    position: absolute;
    bottom: 100%;
    left: 0px;
    transform: translateX(-50%);
    width: 400px;
    height: 400px;
    content: "";
    background-image: url(/assets/img/chart-dog.jpg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 1;
  }
  .grid-wrapper--working-with-trupanion-datapoints .grid-wrapper__content__text-pre {
    padding-bottom: 0em;
    margin-bottom: 4em;
  }
  .grid-wrapper--working-with-trupanion-datapoints .grid-wrapper__content__text-pre:after {
    position: absolute;
    top: 100%;
    right: 0px;
    transform: rotate(180deg);
    width: 150px;
    height: 150px;
    content: "";
    background-image: url(/assets/img/arc.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 1;
  }
  .grid-wrapper--working-with-trupanion-datapoints .grid-display--id-homepage-charts {
    position: relative;
  }
  .grid-wrapper--working-with-trupanion-datapoints .grid-display--id-homepage-charts .grid-display__item {
    z-index: 10;
    position: relative;
  }
  .grid-wrapper--working-with-trupanion-datapoints .grid-display--id-homepage-charts:after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 1;
    background-image: url(/assets/img/line-drawing-dog.jpg);
    right: 50%;
    top: 50%;
    transform: translateY(-50%);
    width: 300px;
    height: 300px;
  }
  .grid-wrapper--working-with-trupanion-datapoints .grid-display--id-homepage-charts:before {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 1;
    background-image: url(/assets/img/line-drawing-cat.jpg);
    left: 50%;
    top: 50%;
    transform: translateY(-50%);
    width: 300px;
    height: 200px;
  }
}
.grid-wrapper--contact-us-form .text-display__subsubheader {
  font-weight: bold;
  opacity: 1;
}
.grid-wrapper--contact-us-form .grid-display {
  grid-template-columns: 4fr 2fr;
}
@media (max-width: 860px) {
  .grid-wrapper--contact-us-form .grid-display {
    grid-template-columns: 1fr;
  }
}
.grid-wrapper--contact-us-form .grid-display__item__text {
  text-align: left;
}
.grid-wrapper--contact-us-form .grid-display ul > li {
  list-style-type: none;
}
.grid-wrapper--contact-us-form .grid-display a {
  color: #000;
  text-decoration: underline;
}
.grid-wrapper--bottom-line .grid-wrapper__content {
  max-width: 1200px;
  margin: auto;
}
.grid-wrapper--bottom-line .grid-display__item__text {
  text-align: left;
}
.grid-wrapper--bottom-line .grid-display__item {
  display: grid;
  grid-template-columns: 150px 4fr;
  justify-items: start;
}
.grid-wrapper--bottom-line .grid-display__item__visual {
  max-width: 100%;
}
.grid-wrapper--layout--4-3 .grid-display {
  grid-template-columns: 4fr 3fr;
  gap: 3em;
}
@media (max-width: 860px) {
  .grid-wrapper--layout--4-3 .grid-display {
    grid-template-columns: 1fr;
  }
}
.grid-wrapper--layout--2-1 .grid-display, .grid-wrapper--layout--2-1--boxed .grid-display {
  grid-template-columns: 2fr 1fr;
  gap: 3em;
}
@media (max-width: 860px) {
  .grid-wrapper--layout--2-1 .grid-display, .grid-wrapper--layout--2-1--boxed .grid-display {
    grid-template-columns: 1fr;
  }
}
.grid-wrapper--layout--2-1--boxed .grid-display__item--idx-2 .grid-display__item__text {
  border-radius: 8px;
  padding: 2em;
  background-color: #f4f4f4;
}
.aside__inner {
  margin: 0 auto;
  max-width: 1500px;
}
@media (max-width: 1280px) {
  .aside__inner {
    width: 1024px;
  }
}
@media (max-width: 1024px) {
  .aside__inner {
    width: 100%;
  }
}
.aside__content {
  padding: 5em 3em;
}
@media (max-width: 860px) {
  .aside__content {
    padding: 2em 1.5em;
  }
}
.aside--padding--min .aside__content {
  padding-top: 1em;
  padding-bottom: 1em;
}
.aside--padding--min-top .aside__content {
  padding-top: 1em;
}
.aside--padding--min-bottom .aside__content {
  padding-bottom: 1em;
}
.aside--padding--med .aside__content {
  padding-top: 2em;
  padding-bottom: 2em;
}
.aside--padding--med-top .aside__content {
  padding-top: 2em;
}
.aside--padding--med-bottom .aside__content {
  padding-bottom: 2em;
}
.aside--padding--no .aside__content {
  padding-top: 0;
  padding-bottom: 0;
}
.aside--padding--no-top .aside__content {
  padding-top: 0;
}
.aside--padding--no-bottom .aside__content {
  padding-bottom: 0;
}
.aside--inner-bgcolor--darker-white .aside__inner {
  background-color: #E7E7E7;
}
.aside--inner-bgcolor--near-white .aside__inner {
  background-color: #f4f4f4;
}
.aside--inner-bgcolor--mint .aside__inner {
  background: #50DCA1;
  color: #000;
}
.aside--inner-bgcolor--mint .aside__inner a {
  color: inherit;
}
.aside--bgcolor--darker-white {
  background-color: #E7E7E7;
}
.aside--bgcolor--near-white {
  background-color: #f4f4f4;
}
.aside--bgcolor--mint {
  background: #50DCA1;
  color: #000;
}
.aside--bgcolor--split--near-white {
  background: linear-gradient(0deg, #fff 49.9999%, #f4f4f4 50%);
}
.aside__content {
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 3em;
  grid-auto-rows: min-content;
}
@media (max-width: 860px) {
  .aside__content {
    grid-template-columns: 1fr;
  }
}
.aside__column {
  grid-auto-rows: min-content;
}
.aside__column--col-main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1em;
}
@media (max-width: 860px) {
  .aside__column--col-main {
    grid-template-columns: 1fr;
  }
}
.aside__column--col-main > .text-display {
  grid-column: span 2;
}
.aside__column--col-sidebar .aside__column__inner {
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: min-content;
  gap: 1em;
  position: relative;
}
.aside--render--over-previous .aside__column--col-sidebar {
  margin-top: -8em;
}
.aside--render--sidebar-shadow-boxed .aside__column--col-sidebar .aside__column__inner {
  border-radius: 8px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1), 0 0 16px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding: 2em;
}
.aside--layout-6-4 .aside__content {
  grid-template-columns: 6fr 4fr;
}
@media (max-width: 860px) {
  .aside--layout-6-4 .aside__content {
    grid-template-columns: 1fr;
  }
}
.aside--layout--2-1 .aside__content {
  grid-template-columns: 2fr 1fr;
}
@media (max-width: 860px) {
  .aside--layout--2-1 .aside__content {
    grid-template-columns: 1fr;
  }
}
.aside--layout--1-1 .aside__content {
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 860px) {
  .aside--layout--1-1 .aside__content {
    grid-template-columns: 1fr;
  }
}
.aside--layout-1-col .aside__column--col-main {
  grid-template-columns: 1fr;
}
.aside--layout-1-col .aside__column--col-main > .text-display {
  grid-column: unset;
}
.aside--layout-2-col .aside__column--col-main {
  grid-template-columns: repeat(2, 1fr);
}
.aside--layout-3-col .aside__column--col-main {
  grid-template-columns: repeat(2, 1fr);
}
.aside--layout-3-col .aside__column--col-main > .text-display {
  grid-column: span 3;
}

.articles-wrapper__inner {
  margin: 0 auto;
  max-width: 1500px;
}
@media (max-width: 1280px) {
  .articles-wrapper__inner {
    width: 1024px;
  }
}
@media (max-width: 1024px) {
  .articles-wrapper__inner {
    width: 100%;
  }
}
.articles-wrapper__content {
  padding: 5em 3em;
}
@media (max-width: 860px) {
  .articles-wrapper__content {
    padding: 2em 1.5em;
  }
}
.articles-wrapper--padding--min .articles-wrapper__content {
  padding-top: 1em;
  padding-bottom: 1em;
}
.articles-wrapper--padding--min-top .articles-wrapper__content {
  padding-top: 1em;
}
.articles-wrapper--padding--min-bottom .articles-wrapper__content {
  padding-bottom: 1em;
}
.articles-wrapper--padding--med .articles-wrapper__content {
  padding-top: 2em;
  padding-bottom: 2em;
}
.articles-wrapper--padding--med-top .articles-wrapper__content {
  padding-top: 2em;
}
.articles-wrapper--padding--med-bottom .articles-wrapper__content {
  padding-bottom: 2em;
}
.articles-wrapper--padding--no .articles-wrapper__content {
  padding-top: 0;
  padding-bottom: 0;
}
.articles-wrapper--padding--no-top .articles-wrapper__content {
  padding-top: 0;
}
.articles-wrapper--padding--no-bottom .articles-wrapper__content {
  padding-bottom: 0;
}
.articles-wrapper--inner-bgcolor--darker-white .articles-wrapper__inner {
  background-color: #E7E7E7;
}
.articles-wrapper--inner-bgcolor--near-white .articles-wrapper__inner {
  background-color: #f4f4f4;
}
.articles-wrapper--inner-bgcolor--mint .articles-wrapper__inner {
  background: #50DCA1;
  color: #000;
}
.articles-wrapper--inner-bgcolor--mint .articles-wrapper__inner a {
  color: inherit;
}
.articles-wrapper--bgcolor--darker-white {
  background-color: #E7E7E7;
}
.articles-wrapper--bgcolor--near-white {
  background-color: #f4f4f4;
}
.articles-wrapper--bgcolor--mint {
  background: #50DCA1;
  color: #000;
}
.articles-wrapper--bgcolor--split--near-white {
  background: linear-gradient(0deg, #fff 49.9999%, #f4f4f4 50%);
}
.articles-wrapper__content {
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 1.5em;
}
.articles-wrapper__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1em;
}

.media-wrapper__inner {
  margin: 0 auto;
  max-width: 1500px;
}
@media (max-width: 1280px) {
  .media-wrapper__inner {
    width: 1024px;
  }
}
@media (max-width: 1024px) {
  .media-wrapper__inner {
    width: 100%;
  }
}
.media-wrapper__content {
  padding: 5em 3em;
}
@media (max-width: 860px) {
  .media-wrapper__content {
    padding: 2em 1.5em;
  }
}
.media-wrapper--padding--min .media-wrapper__content {
  padding-top: 1em;
  padding-bottom: 1em;
}
.media-wrapper--padding--min-top .media-wrapper__content {
  padding-top: 1em;
}
.media-wrapper--padding--min-bottom .media-wrapper__content {
  padding-bottom: 1em;
}
.media-wrapper--padding--med .media-wrapper__content {
  padding-top: 2em;
  padding-bottom: 2em;
}
.media-wrapper--padding--med-top .media-wrapper__content {
  padding-top: 2em;
}
.media-wrapper--padding--med-bottom .media-wrapper__content {
  padding-bottom: 2em;
}
.media-wrapper--padding--no .media-wrapper__content {
  padding-top: 0;
  padding-bottom: 0;
}
.media-wrapper--padding--no-top .media-wrapper__content {
  padding-top: 0;
}
.media-wrapper--padding--no-bottom .media-wrapper__content {
  padding-bottom: 0;
}
.media-wrapper--inner-bgcolor--darker-white .media-wrapper__inner {
  background-color: #E7E7E7;
}
.media-wrapper--inner-bgcolor--near-white .media-wrapper__inner {
  background-color: #f4f4f4;
}
.media-wrapper--inner-bgcolor--mint .media-wrapper__inner {
  background: #50DCA1;
  color: #000;
}
.media-wrapper--inner-bgcolor--mint .media-wrapper__inner a {
  color: inherit;
}
.media-wrapper--bgcolor--darker-white {
  background-color: #E7E7E7;
}
.media-wrapper--bgcolor--near-white {
  background-color: #f4f4f4;
}
.media-wrapper--bgcolor--mint {
  background: #50DCA1;
  color: #000;
}
.media-wrapper--bgcolor--split--near-white {
  background: linear-gradient(0deg, #fff 49.9999%, #f4f4f4 50%);
}
.media-wrapper--layout--80-percent .media-wrapper__content {
  max-width: 80%;
  margin: 0px auto;
}

.split-text__inner {
  margin: 0 auto;
  max-width: 1500px;
}
@media (max-width: 1280px) {
  .split-text__inner {
    width: 1024px;
  }
}
@media (max-width: 1024px) {
  .split-text__inner {
    width: 100%;
  }
}
.split-text__content {
  padding: 5em 3em;
}
@media (max-width: 860px) {
  .split-text__content {
    padding: 2em 1.5em;
  }
}
.split-text--padding--min .split-text__content {
  padding-top: 1em;
  padding-bottom: 1em;
}
.split-text--padding--min-top .split-text__content {
  padding-top: 1em;
}
.split-text--padding--min-bottom .split-text__content {
  padding-bottom: 1em;
}
.split-text--padding--med .split-text__content {
  padding-top: 2em;
  padding-bottom: 2em;
}
.split-text--padding--med-top .split-text__content {
  padding-top: 2em;
}
.split-text--padding--med-bottom .split-text__content {
  padding-bottom: 2em;
}
.split-text--padding--no .split-text__content {
  padding-top: 0;
  padding-bottom: 0;
}
.split-text--padding--no-top .split-text__content {
  padding-top: 0;
}
.split-text--padding--no-bottom .split-text__content {
  padding-bottom: 0;
}
.split-text--inner-bgcolor--darker-white .split-text__inner {
  background-color: #E7E7E7;
}
.split-text--inner-bgcolor--near-white .split-text__inner {
  background-color: #f4f4f4;
}
.split-text--inner-bgcolor--mint .split-text__inner {
  background: #50DCA1;
  color: #000;
}
.split-text--inner-bgcolor--mint .split-text__inner a {
  color: inherit;
}
.split-text--bgcolor--darker-white {
  background-color: #E7E7E7;
}
.split-text--bgcolor--near-white {
  background-color: #f4f4f4;
}
.split-text--bgcolor--mint {
  background: #50DCA1;
  color: #000;
}
.split-text--bgcolor--split--near-white {
  background: linear-gradient(0deg, #fff 49.9999%, #f4f4f4 50%);
}
.split-text--colcount-3 {
  bordeR: 1px solid red;
}
.split-text--colcount-3 .split-text__grid {
  grid-template-columns: repeat(3, 1fr);
}
.split-text__grid {
  display: grid;
}

.pattern-library-wrapper {
  border-top: 1em solid #111;
  border-bottom: 1em solid #111;
}
.pattern-library-wrapper:nth-child(even) {
  border-top: 1em solid #333;
  border-bottom: 1em solid #333;
}
.pattern-library-wrapper:nth-child(even) .pattern-library-item {
  background-color: #333;
}
.pattern-library-item {
  background-color: #111;
  color: #fff;
}
.pattern-library-item__inner {
  margin: 0 auto;
  max-width: 1500px;
}
@media (max-width: 1280px) {
  .pattern-library-item__inner {
    width: 1024px;
  }
}
@media (max-width: 1024px) {
  .pattern-library-item__inner {
    width: 100%;
  }
}
.pattern-library-item__content {
  padding: 5em 3em;
}
@media (max-width: 860px) {
  .pattern-library-item__content {
    padding: 2em 1.5em;
  }
}
.pattern-library-item--padding--min .pattern-library-item__content {
  padding-top: 1em;
  padding-bottom: 1em;
}
.pattern-library-item--padding--min-top .pattern-library-item__content {
  padding-top: 1em;
}
.pattern-library-item--padding--min-bottom .pattern-library-item__content {
  padding-bottom: 1em;
}
.pattern-library-item--padding--med .pattern-library-item__content {
  padding-top: 2em;
  padding-bottom: 2em;
}
.pattern-library-item--padding--med-top .pattern-library-item__content {
  padding-top: 2em;
}
.pattern-library-item--padding--med-bottom .pattern-library-item__content {
  padding-bottom: 2em;
}
.pattern-library-item--padding--no .pattern-library-item__content {
  padding-top: 0;
  padding-bottom: 0;
}
.pattern-library-item--padding--no-top .pattern-library-item__content {
  padding-top: 0;
}
.pattern-library-item--padding--no-bottom .pattern-library-item__content {
  padding-bottom: 0;
}
.pattern-library-item--inner-bgcolor--darker-white .pattern-library-item__inner {
  background-color: #E7E7E7;
}
.pattern-library-item--inner-bgcolor--near-white .pattern-library-item__inner {
  background-color: #f4f4f4;
}
.pattern-library-item--inner-bgcolor--mint .pattern-library-item__inner {
  background: #50DCA1;
  color: #000;
}
.pattern-library-item--inner-bgcolor--mint .pattern-library-item__inner a {
  color: inherit;
}
.pattern-library-item--bgcolor--darker-white {
  background-color: #E7E7E7;
}
.pattern-library-item--bgcolor--near-white {
  background-color: #f4f4f4;
}
.pattern-library-item--bgcolor--mint {
  background: #50DCA1;
  color: #000;
}
.pattern-library-item--bgcolor--split--near-white {
  background: linear-gradient(0deg, #fff 49.9999%, #f4f4f4 50%);
}
.pattern-library-item__content {
  padding: 1em;
}
.pattern-library-item__content__moreinfo {
  margin-top: 1em;
  display: grid;
  grid-template-columns: min-content auto;
  gap: 0.5em;
}
.pattern-library-item__content__moreinfo__label {
  opacity: 0.6;
}
.pattern-library-item__content__moreinfo__value {
  font-weight: bold;
}
.pattern-library-item__content__component__value, .pattern-library-item__content__identifier__value, .pattern-library-item__content__modifiers__value {
  color: #fff;
  font-weight: bold;
}
.pattern-library-item__content__code {
  margin-top: 1em;
  display: grid;
  grid-template-columns: max-content auto;
}
.pattern-library-item__content__code__holder {
  height: 1px;
  overflow: hidden;
  opacity: 0;
}
.pattern-library-item__content__code__holder--active {
  opacity: 1;
  height: auto;
  overflow: auto;
}

a {
  color: inherit;
  color: #1D6338;
}

@media (max-width: 860px) {
  body {
    font-size: 16px;
  }
}

.text-wrapper--render--half .text-wrapper__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 860px) {
  .text-wrapper--render--half .text-wrapper__content {
    display: block;
  }
}
.text-wrapper--render--rounded-wrapper .text-wrapper__content {
  background: #50DCA1;
  color: #000;
  margin-top: 4em;
  border-radius: 4em;
  min-height: 250px;
}
@media (max-width: 860px) {
  .text-wrapper--render--rounded-wrapper .text-wrapper__content {
    border-radius: 0;
    padding: 1.5em;
  }
}
.text-wrapper--render--rounded-wrapper .text-wrapper__content .text-display__subheader {
  font-weight: 300;
}
.text-wrapper--padding--bottom-0 .text-wrapper__content {
  padding-bottom: 0;
}
.text-wrapper--padding--bottom-1 .text-wrapper__content {
  padding-bottom: 1em;
}

.grid-display--layout--by-column {
  grid-auto-flow: column;
  grid-auto-columns: max-content;
}
.grid-display--rowcount--6 {
  grid-template-rows: repeat(6, 1fr);
}
@media (max-width: 860px) {
  .grid-display--rowcount--6 {
    display: block;
    grid-template-rows: unset;
  }
}
.media-wrapper__content {
  margin: 0px auto;
}
.media-wrapper--layout--desktop--75-percent .media-wrapper__content {
  max-width: 75%;
}
@media (max-width: 860px) {
  .media-wrapper--layout--desktop--75-percent .media-wrapper__content {
    max-width: 100%;
  }
}
.media-wrapper--layout--desktop--50-percent .media-wrapper__content {
  max-width: 50%;
}
@media (max-width: 860px) {
  .media-wrapper--layout--desktop--50-percent .media-wrapper__content {
    max-width: 100%;
  }
}
.media-wrapper--layout--desktop--25-percent .media-wrapper__content {
  max-width: 25%;
}
@media (max-width: 860px) {
  .media-wrapper--layout--desktop--25-percent .media-wrapper__content {
    max-width: 100%;
  }
}

.media-text .text-display__disclaimer {
  margin-top: 2em;
}
.media-text .text-display--render--larger-header .text-display__header {
  font-size: 2.5em;
  line-height: 1.2;
}
.media-text .text-display--render--centered-buttons .text-display__ctas {
  align-items: center;
  justify-content: center;
}
.media-text .text-display .how-it-works-text {
  line-height: 1.5em;
}
.media-text .text-display .how-it-works-text .text-circled-large {
  font-size: 1.5em;
}

.jumbotron .text-display__subheader {
  font-weight: 400;
}
.jumbotron--height--xs {
  min-height: 250px;
}
.jumbotron--height--xs .jumbotron__content {
  min-height: 250px;
}
@media (max-width: 860px) {
  .jumbotron--text-display--ctas--mobile--center .text-display__ctas {
    justify-content: center;
  }
}
.jumbotron--w-100 .text-display {
  margin: auto;
}
.jumbotron--w-100 .jumbotron__content__foreground {
  grid-template-columns: 1fr;
}
.jumbotron--text--center {
  text-align: center;
}
@media (min-width: 861px) {
  .jumbotron--desktop--text--center {
    text-align: center;
  }
}

.background-display--render--back-locked-right .background-display__background img {
  object-fit: contain;
  object-position: center right;
}
.background-display--render--back-locked-left .background-display__background img {
  object-fit: contain;
  object-position: center left;
}

.text-decoration--normal {
  color: inherit;
  font-weight: 400;
}
.text-decoration--highlighted {
  color: #1C5E34;
  font-weight: 700;
}
.text-decoration--highlighted--sea-green {
  color: #14A78F;
}
@media (min-width: 861px) {
  .text-decoration--display-block-on-desktop {
    display: block;
  }
}
.text-decoration--encircled {
  position: relative;
  padding: 0 0.4em;
}
.text-decoration--encircled::before {
  content: "";
  position: absolute;
  top: -0.5em;
  left: -0.3em;
  right: -0.3em;
  bottom: -0.5em;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../img/circle-text-mint.svg);
  z-index: -1;
}
.text-decoration--encircled-white {
  position: relative;
  padding: 0 0.4em;
  margin: 0 0.4em;
  z-index: 10;
}
.text-decoration--encircled-white::before {
  z-index: -1;
  content: "";
  position: absolute;
  top: -0.2em;
  left: -0.3em;
  right: -0.3em;
  bottom: -0.2em;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  opacity: 0.75;
  background-image: url(../img/circle-text-white.svg);
}

.grid-wrapper--padding--top-0 .text-wrapper__content {
  padding-top: 0;
}
.grid-wrapper--padding--top-1 .text-wrapper__content {
  padding-top: 1em;
}
.grid-wrapper--unpadded-text .grid-wrapper__content__text-pre {
  padding: 0;
}
.grid-wrapper--unpadded-text .grid-wrapper__content__text-post {
  padding: 0;
}
.general--flip-horizontal {
  transform: scale(-1, 1);
}

.header {
  border-bottom: none !important;
}

.header-green {
  color: #54A485;
}

.orange {
  color: #f38730;
  background-image: linear-gradient(to bottom, #fbb140, #e95a25);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 1.2em;
}

.text-display--special--disclaimer-no-top-margin .text-display__disclaimer {
  margin-top: 0;
}

.contact-us--send-a-message .grid-display .text-display__body p {
  display: grid;
  grid-template-columns: auto 1fr;
  padding: 0.6em 0;
  gap: 0.5em;
  margin: 0;
  align-items: start;
}

.claims-and-forms--before-you-submit .grid-display .text-display__body p {
  display: grid;
  grid-template-columns: auto 1fr;
  padding: 0.6em 0;
  gap: 0.5em;
  margin: 0;
  align-items: center;
}

.text-display__cta:active, .text-display__cta:focus, .text-display__cta:hover {
  border-bottom: 0;
}

.jumbotron--id-home-jumbo .background-display__background {
  padding: 2em;
}

.new-line {
  display: block;
}
.text--h1--lg {
  font-size: clamp(2.1875rem, 1.3438rem + 2.7vw, 3.875rem);
  line-height: 1;
}
.text--h1--md {
  font-size: clamp(1.875rem, 1.6875rem + 0.6vw, 2.25rem);
}

.icon {
  position: relative;
  border-radius: 50%;
}
.icon i {
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.1em;
  position: relative;
  border-radius: 50%;
}
.icon i::after {
  content: "";
  position: absolute;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(160deg, #50dca1 20%, #78e2d8 80%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/*
.icon {
    position: relative;
    border-radius: 50%;
    background: #4d4d4d;
    i {
      color: #fff;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-size: 1.1em;

      &::after{
        content: '';
        position: absolute;
        border:2px solid #fff;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: $linear-gradient-blue;
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
      }
    }
  }

*/
.footer-phi__content__top__social__links {
  display: grid;
  grid-template-columns: repeat(4, minmax(auto, 3em));
  padding: 1em 0;
  gap: 0.5em;
  padding: 1em 0;
  /*
  .icon i {
      color: c(mint);
      &::after {
          border-color: c(mint);
      }
  }
  */
}
.footer-phi__content__top__social__links .icon {
  position: relative;
  border-radius: 50%;
}
.footer-phi__content__top__social__links .icon i {
  color: #50DCA1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.1em;
  position: relative;
  border-radius: 50%;
}
.footer-phi__content__top__social__links .icon i::after {
  content: "";
  position: absolute;
  border: 2px solid #50DCA1;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(160deg, #50dca1 20%, #78e2d8 80%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.footer-phi__content__bottom {
  padding: 2em 0;
}
@media (max-width: 860px) {
  .footer-phi__content__bottom {
    padding: 1em;
  }
}

.social-links {
  display: grid;
  grid-template-columns: repeat(4, minmax(auto, 3em));
  padding: 1em 0;
  gap: 0.5em;
  padding: 1em 0;
}
.social-links--mint {
  justify-content: center;
  display: grid;
  grid-template-columns: repeat(4, minmax(auto, 3em));
  padding: 1em 0;
  gap: 0.5em;
  padding: 1em 0;
  /*
  color: #000;
  .icon i {
      color: #000;
      &::after {
          border-color: c(black);
      }
  }
  */
}
.social-links--mint a:hover {
  text-decoration: none;
  border-bottom: none;
}
.social-links--mint .icon {
  position: relative;
  border-radius: 50%;
}
.social-links--mint .icon i {
  color: #000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.1em;
  position: relative;
  border-radius: 50%;
}
.social-links--mint .icon i::after {
  content: "";
  position: absolute;
  border: 2px solid #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(160deg, #50dca1 20%, #78e2d8 80%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.jumbotron--layout--no-min-height {
  min-height: auto;
}
.jumbotron--layout--no-min-height .jumbotron__content {
  min-height: auto;
}

.media-text .media-text--render--rounded-wrapper .text-display__cta--render--button-accent {
  color: #fff;
}

@media (min-width: 861px) {
  .absolute-strip--desktop {
    position: absolute;
    left: 0px;
    right: 0px;
  }
}

.circle-dog-cat-display .grid-wrapper__content__text-pre {
  padding-bottom: 2em;
}
.circle-dog-cat-display .grid-wrapper__content__text-post {
  padding-top: 2em;
}
.circle-dog-cat-display .grid-display__item:nth-child(1) .grid-display__item__v isual {
  margin-right: 0;
}
@media (max-width: 860px) {
  .circle-dog-cat-display .grid-display__item:nth-child(1) {
    display: none;
  }
}
.circle-dog-cat-display .grid-display__item:nth-child(3) .grid-display__item__visual {
  margin-left: 0;
}
@media (max-width: 860px) {
  .circle-dog-cat-display .grid-display__item:nth-child(3) {
    display: none;
  }
}
.circle-dog-cat-display .grid-display--colcount--3 {
  grid-template-columns: 1fr 2fr 1fr;
  align-items: center;
}
@media (max-width: 860px) {
  .circle-dog-cat-display .grid-display--colcount--3 {
    grid-template-columns: 1fr;
  }
}

.contact-us--main .grid-wrapper__content__text-pre {
  display: none;
}
@media (min-width: 861px) {
  .contact-us--main .grid-display {
    align-items: center;
  }
  .contact-us--main .grid-display__item:nth-child(1) .grid-display__item__visual__value {
    font-size: 5em;
    color: #50DCA1;
  }
}
@media (min-width: 861px) and (min-width: 861px) {
  .contact-us--main .grid-display__item:nth-child(1) .text-display__ctas {
    justify-content: center;
  }
}
@media (min-width: 861px) {
  .contact-us--main .grid-display__item:nth-child(2) .grid-display__item__visual__value {
    font-size: 5em;
    color: #50DCA1;
  }
}
@media (min-width: 861px) {
  .contact-us--main .grid-display__item:nth-child(3) .grid-display__item__visual__value {
    font-size: 5em;
    color: #50DCA1;
  }
}
@media (max-width: 860px) {
  .contact-us--main .grid-display {
    grid-template-columns: 1fr;
  }
  .contact-us--main .grid-display__item:nth-child(1) .grid-display__item__visual__value {
    font-size: 2em;
    color: #50DCA1;
  }
  .contact-us--main .grid-display__item:nth-child(2) .grid-display__item__visual__value {
    font-size: 2em;
    color: #50DCA1;
  }
  .contact-us--main .grid-display__item:nth-child(3) .grid-display__item__visual__value {
    font-size: 2em;
    color: #50DCA1;
  }
  .contact-us--main .text-display__ctas a {
    max-width: unset;
  }
}
@media (max-width: 860px) {
  .contact-us--secondary .grid-display--colcount--3 {
    grid-template-columns: 1fr;
  }
  .contact-us--secondary .grid-display--colcount--3 .grid-display__item__visual__value {
    font-size: 2em;
  }
}
.contact-us--secondary .grid-display__item__visual__value {
  font-size: 5em;
  color: #50DCA1;
}

.grid-wrapper--text-columns .grid-display {
  gap: 4em;
}

.special--media--no-margin .media-wrapper__content {
  margin: 0;
}
.special--why-phy--check-grid .grid-display__item {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 1.5em;
}
.special--why-phy--check-grid .grid-display__item__visual {
  max-width: unset;
}
.special--how-it-works__amounts {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  justify-items: center;
  padding: 0.5em 0;
}
@media (max-width: 860px) {
  .special--how-it-works__amounts {
    grid-template-columns: 1fr;
  }
}
.special--how-it-works__amounts__amount {
  font-size: 4em;
  font-weight: bold;
}
@media (max-width: 860px) {
  .special--how-it-works__amounts__amount {
    font-size: 3em;
  }
}
.special--how-it-works__post {
  font-weight: bold;
  text-align: right;
  position: relative;
  grid-row: 2;
  grid-column: 3;
  z-index: 10;
}
@media (max-width: 860px) {
  .special--how-it-works__post {
    grid-row: auto;
    grid-column: auto;
  }
}
.special--two-ways-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 2em;
  padding: 1em 0;
}
@media (max-width: 860px) {
  .special--two-ways-grid {
    grid-template-columns: 1fr;
    grid-gap: 1em;
  }
}
.special--two-ways-grid .two-ways {
  background: #f7f5eb;
  border-radius: 2em;
}
.special--two-ways-grid .two-ways__circled {
  font-weight: bold;
  display: grid;
  align-items: center;
  justify-items: center;
  padding: 1em 0;
}
.special--two-ways-grid .two-ways__circled__inner {
  border-radius: 50%;
  width: 200px;
  height: 200px;
  display: grid;
  align-items: center;
  grid-template-rows: 1fr min-content min-content 1fr;
  color: #fff;
}
.special--two-ways-grid .two-ways__circled__inner::before {
  content: "";
}
.special--two-ways-grid .two-ways__circled__inner::after {
  content: "";
}
.special--two-ways-grid .two-ways__circled__eyebrow {
  font-size: 1.5em;
}
.special--two-ways-grid .two-ways__circled__eyebrow img {
  max-width: 100%;
  height: auto;
}
.special--two-ways-grid .two-ways__circled__header {
  font-size: 4em;
  line-height: 1;
}
.special--two-ways-grid .two-ways__main {
  font-size: 3em;
}
.special--two-ways-grid .two-ways__info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5em;
  padding: 0.5em;
}
.special--two-ways-grid .two-ways__callout {
  padding: 1em;
  font-weight: bold;
}
.special--two-ways-grid .two-ways__callout__inner {
  padding: 0.5em;
  background: #50DCA1;
  border-radius: 4em;
  color: #000;
}

.form-title {
  color: inherit !important;
}

.row-fluid-wrapper form .hs-button, form input[type=submit] {
  color: #4d4d4d !important;
  font-weight: 700 !important;
  transition: all 0.5s !important;
  border: 2px solid transparent !important;
  text-align: center !important;
  background-origin: border-box !important;
  background-clip: content-box, border-box !important;
  box-shadow: inset 2px 1000px 1px #fff !important;
  text-transform: uppercase !important;
  padding: 1em 3em !important;
  background: rgba(80, 220, 161, 0) !important;
  border: 2px solid #000 !important;
  border-radius: 3rem !important;
  font-size: 18px;
}
.row-fluid-wrapper form .hs-button:hover, form input[type=submit]:hover {
  color: #50dca1 !important;
  border: 2px solid #000 !important;
  border-bottom: 2px solid #000 !important;
  background: #000 !important;
  box-shadow: none !important;
}

.grecaptcha-badge {
  margin: 0 !important;
}

.dnd_area-row-2-background-color a {
  color: #000 !important;
}

form label {
  color: #333333 !important;
}

@media (max-width: 860px) {
  .dnd-section .dnd-column {
    padding: 2em 1.5em;
  }
}

.special--why-phy--check-grid .grid-wrapper__content__text-post {
  display: none;
}

.button2 {
  position: fixed;
  bottom: 10px;
  right: 11px;
  z-index: 55555555555;
}

.text-wrapper--why-phi-more-pets .text-wrapper__inner .text-wrapper__content {
  background-position: -650px center;
}
@media only screen and (max-width: 1409px) {
  .text-wrapper--why-phi-more-pets .text-wrapper__inner .text-wrapper__content {
    background-image: none !important;
  }
}

@media only screen and (max-width: 1280px) and (min-width: 800px) {
  .jumbotron--id-home-jumbo .background-display--render--back-locked-right .background-display__background img {
    max-width: 40%;
    right: 0;
    position: absolute;
  }
}

.jumbotron--id-landing-page-jumbo img {
  animation: balloons 10s ease-in-out infinite;
  transform-origin: bottom center;
}
@media only screen and (max-width: 1469px) and (min-width: 800px) {
  .jumbotron--id-landing-page-jumbo .background-display--render--back-locked-right .background-display__background img {
    max-width: 40%;
    right: 0;
    position: absolute;
  }
}

.landing-page__grid .grid-wrapper__content__text-post {
  padding-top: 1em;
}
.landing-page__grid .grid-display__item:nth-of-type(1) .image-display img {
  animation-duration: 10s;
}
.landing-page__grid .grid-display__item:nth-of-type(2) .image-display img {
  animation-duration: 8s;
}
.landing-page__grid .grid-display__item:nth-of-type(3) .image-display img {
  animation-duration: 12s;
}
.landing-page__grid .image-display img {
  height: 140px;
  width: auto;
  animation: balloons 10s ease-in-out infinite;
  transform-origin: bottom center;
}
.landing-page__grid .text-display__ctas .text-display__cta--render--button-accent {
  color: #fff;
}
@media (max-width: 860px) {
  .landing-page__grid .grid-display--colcount--3 {
    grid-template-columns: 1fr;
  }
}

.landing-page__circle-text {
  width: 70px;
  height: 70px;
  background-color: #fff;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
  margin-bottom: 0.5em;
}
.landing-page__circle-text span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.error-page .button {
  text-transform: uppercase;
  padding: 1em 3em;
  color: #4d4d4d;
  font-weight: 700;
  transition: all 0.5s;
  border: 2px solid transparent;
  text-align: center;
  background: transparent;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(101deg, #50dca1, #78e2d8);
  background-origin: border-box;
  background-clip: content-box, border-box;
  box-shadow: inset 2px 1000px 1px #fff;
  border-radius: 3rem;
  background-color: transparent;
}
.error-page .button:hover {
  border: 2px solid #1c5e34;
  border-bottom: 2px solid #1c5e34 !important;
  color: #fff;
  background: #1c5e34;
  box-shadow: none;
}
.error-page h1 {
  color: #494a52;
  text-shadow: none;
}
.error-page::before {
  content: none;
}

.coverage-map {
  max-width: 1300px;
  margin: auto;
  margin-top: 100px;
}
@media (max-width: 860px) {
  .coverage-map {
    margin-top: 10px;
  }
}

.why-phi-how-it-works .media-text__column--col-media {
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-wrapper {
  font-size: 18px;
}
.video-wrapper__inner {
  margin: 0 auto;
  max-width: 1500px;
}
@media (max-width: 1280px) {
  .video-wrapper__inner {
    width: 1024px;
  }
}
@media (max-width: 1024px) {
  .video-wrapper__inner {
    width: 100%;
  }
}
.video-wrapper__content {
  padding: 5em 3em;
}
@media (max-width: 860px) {
  .video-wrapper__content {
    padding: 2em 1.5em;
  }
}
.video-wrapper--padding--min .video-wrapper__content {
  padding-top: 1em;
  padding-bottom: 1em;
}
.video-wrapper--padding--min-top .video-wrapper__content {
  padding-top: 1em;
}
.video-wrapper--padding--min-bottom .video-wrapper__content {
  padding-bottom: 1em;
}
.video-wrapper--padding--med .video-wrapper__content {
  padding-top: 2em;
  padding-bottom: 2em;
}
.video-wrapper--padding--med-top .video-wrapper__content {
  padding-top: 2em;
}
.video-wrapper--padding--med-bottom .video-wrapper__content {
  padding-bottom: 2em;
}
.video-wrapper--padding--no .video-wrapper__content {
  padding-top: 0;
  padding-bottom: 0;
}
.video-wrapper--padding--no-top .video-wrapper__content {
  padding-top: 0;
}
.video-wrapper--padding--no-bottom .video-wrapper__content {
  padding-bottom: 0;
}
.video-wrapper--inner-bgcolor--darker-white .video-wrapper__inner {
  background-color: #E7E7E7;
}
.video-wrapper--inner-bgcolor--near-white .video-wrapper__inner {
  background-color: #f4f4f4;
}
.video-wrapper--inner-bgcolor--mint .video-wrapper__inner {
  background: #50DCA1;
  color: #000;
}
.video-wrapper--inner-bgcolor--mint .video-wrapper__inner a {
  color: inherit;
}
.video-wrapper--bgcolor--darker-white {
  background-color: #E7E7E7;
}
.video-wrapper--bgcolor--near-white {
  background-color: #f4f4f4;
}
.video-wrapper--bgcolor--mint {
  background: #50DCA1;
  color: #000;
}
.video-wrapper--bgcolor--split--near-white {
  background: linear-gradient(0deg, #fff 49.9999%, #f4f4f4 50%);
}

.video-wrapper__content {
  max-width: 900px;
  margin: 0 auto;
  padding: 2em 3em;
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-banner {
  display: block;
}

.video-banner .video-banner-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.noscroll {
  overflow: hidden;
}

/* Video Modal
-----------------------------------------*/
.video-modal,
.video-modal .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3000;
}

.video-modal {
  overflow: hidden;
  position: fixed;
  opacity: 0;
  -webkit-transform: translate(500%, 0%);
  transform: translate(500%, 0%);
  -webkit-transition: -webkit-transform 0s linear 0s;
  transition: transform 0s linear 0s;
  /* using flexbox for vertical centering */
  /* Flexbox display */
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  /* Vertical alignment */
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.video-modal .overlay {
  z-index: 0;
  background: rgba(86, 224, 168, 0.5);
  /* overlay color */
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out 0.05s;
  transition: opacity 0.2s ease-out 0.05s;
}

.video-modal-content {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: 1;
  margin: 0 auto;
  overflow-y: visible;
  background: #000;
  width: calc(100% - 12em);
  height: 0;
  padding-top: calc((100% - 12em) * 0.5625);
  /* 16:9 calc */
}

/* Scaling to fit within the current Viewport size:
   When viewport aspect ratio is greater than 16:9
   work off the height instead of the width for calc */
@media (min-aspect-ratio: 16/9) {
  .video-modal-content {
    width: 0;
    height: calc(100vh - 10em);
    padding-top: 0;
    padding-left: calc((100vh - 10em) * 1.7778);
    /* 16:9 calc */
  }
}
/* Mobile Layout Tweaks - side margins reduced */
@media (max-width: 640px) {
  .video-modal-content {
    width: calc(100% - 1em);
    padding-top: calc((100% - 1em) * 0.5625);
    /* 16:9 calc */
  }
}
/* modal close button */
.close-video-modal {
  display: block;
  position: absolute;
  left: 0;
  top: -40px;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
.close-video-modal svg {
  fill: #333333;
}

/* set the iframe element to stretch to fit its parent element */
iframe#youtube {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: #000;
  box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.5);
}

/* show the modal: 
   add class to the body to reveal */
.show-video-modal .video-modal {
  opacity: 1;
  transform: translate(0%, 0%);
  -webkit-transform: translate(0%, 0%);
}

.show-video-modal .video-modal .overlay {
  opacity: 1;
}

.show-video-modal .video-modal-content {
  transform: translate(0%, 0%);
  -webkit-transform: translate(0%, 0%);
}

.half-gray-background {
  background: linear-gradient(0deg, #fff 49.9999%, #f4f4f4 50%);
}

@keyframes balloons {
  0%, 100% {
    transform: translateY(0) rotate(-2deg);
  }
  50% {
    transform: translateY(-15px) rotate(2deg);
  }
}
.cell_16633455734732-vertical-alignment {
  padding: 0 !important;
}

.body-container--home .span12.widget-span.widget-type-cell.dnd-column {
  padding: 0;
}

.animated-bk {
  position: relative;
  overflow: hidden;
}
.animated-bk .extra__jumbotron__content__background {
  background: url("https://8863602.fs1.hubspotusercontent-na1.net/hubfs/8863602/clouds-edit.png") repeat-x;
  width: 3000px;
  height: 100%;
  position: absolute;
  background-size: 3500px;
  animation: slide 83s linear infinite;
}
@media (max-width: 860px) {
  .animated-bk .text-display__header .text-decoration--highlighted {
    display: block;
  }
}
.animated-bk .jumbotron__content {
  min-height: 500px;
}
.animated-bk .text-display__ctas {
  justify-content: center;
}
@media only screen and (max-device-width: 550px) {
  .animated-bk .text-display__ctas {
    justify-content: start;
  }
}
@media (max-width: 860px) {
  .animated-bk .text-display {
    text-align: left;
  }
}
@media only screen and (min-device-width: 550px) and (max-device-width: 860px) {
  .animated-bk .text-display {
    max-width: 500px;
  }
}
@media only screen and (min-device-width: 860px) and (max-device-width: 1280px) {
  .animated-bk .text-display {
    max-width: 600px;
  }
  .animated-bk .text-display .text-display__header .text-decoration--highlighted {
    display: block;
  }
}
@media only screen and (min-device-width: 550px) and (max-device-width: 860px) {
  .animated-bk .text-display__subheader, .animated-bk .text-display__header {
    margin-right: 0;
    text-align: center;
  }
}
@media only screen and (max-device-width: 550px) {
  .animated-bk .text-display__subheader, .animated-bk .text-display__header {
    margin-right: 3em;
  }
}
.animated-bk .lottie {
  position: absolute;
}
.animated-bk .lottie-1 {
  max-width: 450px;
  top: 25%;
  left: 95%;
  transform: translate(-50%, -50%);
}
@media (max-width: 860px) {
  .animated-bk .lottie-1 {
    max-width: 250px;
    top: -12%;
    right: 0;
    left: 85%;
  }
}
@media only screen and (min-device-width: 860px) and (max-device-width: 1280px) {
  .animated-bk .lottie-1 {
    /* For portrait layouts only */
    top: 0%;
  }
}
@media only screen and (min-device-width: 860px) and (max-device-width: 1040px) {
  .animated-bk .lottie-1 {
    /* For portrait layouts only */
    left: 92%;
  }
}
.animated-bk .lottie-cat {
  max-width: 250px;
  position: absolute;
  top: 80%;
  left: 80%;
  transform: translate(-49%, -50%);
}
@media (max-width: 860px) {
  .animated-bk .lottie-cat {
    display: none;
  }
}
@media only screen and (max-device-width: 550px) {
  .animated-bk .lottie-cat {
    display: none;
  }
}
@media only screen and (min-device-width: 550px) and (max-device-width: 860px) {
  .animated-bk .lottie-cat {
    left: 85%;
    max-width: 180px;
  }
}
@media only screen and (min-device-width: 860px) and (max-device-width: 1280px) {
  .animated-bk .lottie-cat {
    /* For portrait layouts only */
    left: 90%;
  }
}
.animated-bk .lottie-dog {
  max-width: 220px;
  position: absolute;
  top: 80%;
  left: 20%;
  transform: translate(-49%, -50%) scaleX(-1);
}
@media only screen and (min-device-width: 860px) and (max-device-width: 1280px) {
  .animated-bk .lottie-dog {
    /* For portrait layouts only */
    left: 10%;
  }
}
@media (max-width: 860px) {
  .animated-bk .lottie-dog {
    display: none;
  }
}
@media only screen and (max-device-width: 550px) {
  .animated-bk .lottie-dog {
    display: none;
  }
}
@media only screen and (min-device-width: 550px) and (max-device-width: 860px) {
  .animated-bk .lottie-dog {
    left: 10%;
    max-width: 180px;
  }
}

.phi-direct-plans-banner-boxed {
  max-width: 950px;
  margin: auto;
  align-items: center;
  padding-bottom: 2em;
}
.phi-direct-plans-banner-boxed .media-text__content {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  align-items: center;
  background-color: #fff;
}

@media (min-width: 861px) and (max-width: 1024px) {
  .plans-grid .grid-display--colcount--4 {
    grid-template-columns: 1fr 1fr;
  }
}

@-webkit-keyframes movecloud1 {
  from {
    transform: translate(50vw);
  }
  to {
    transform: translate(-100vw);
  }
}
@-webkit-keyframes moveclouds {
  from {
    transform: translate(100vw);
  }
  to {
    transform: translate(-100vw);
  }
}
@keyframes slide {
  0% {
    transform: translate(0);
  }
  100% {
    transform: translate(-1500px);
    /* The image width */
  }
}
@media (max-width: 860px) {
  .animated-bk .text-display__header {
    font-size: 2em;
  }
}

.hs-content-id-102933636168 .test-nav {
  display: block;
}
.hs-content-id-102933636168 .navbar-desktop {
  display: none;
}

@media only screen and (max-width: 1000px) {
  .canada-banner__wrapper {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 860px) {
  .canada-banner__wrapper {
    display: flex;
    flex-direction: column;
  }
}

@media (max-width: 860px) {
  .catGPT-wrapper .media-text__content {
    flex-direction: column;
  }
}

@media (min-width: 861px) {
  .partner-grid .grid-display--colcount--2 {
    align-items: center;
  }
}

.blog-index__post-image {
  border-radius: 8px;
}

.body-container--blog-index .blog-header {
  background-color: #f4f4f4;
  text-align: center;
  color: #4a4a4a;
  font-size: 3rem;
  text-shadow: none;
  font-family: "Poppins", sans-serif;
}
.body-container--blog-index .blog-header h1 {
  color: #4a4a4a;
  font-size: 3rem;
  text-shadow: none;
  font-family: "Poppins", sans-serif;
}

.blog-post__tag-link:hover, .blog-post__tag-link:focus {
  color: #4a4a4a;
  font-weight: bold;
}

.blog-pagination a {
  color: #4a4a4a;
}

.blog-pagination__number-link:hover, .blog-pagination__number-link:focus {
  border: none;
  font-weight: bold;
}

.blog-pagination__link {
  border: none;
}

.blog-index article {
  border-bottom: 1px solid #ddd;
}

.hs-blog-listing article h2 a {
  color: #4a4a4a;
}

.bg-vltgreen {
  background-color: transparent;
}

.button.buy-direct, .hs-button[href^="https://get.phidirect.com"] {
  padding: 0.5em 2em;
  color: #fff;
  font-family: Poppins, sans-serif;
}

.hs-button #hs-button_widget_1651778185321 {
  transition: background-color 0.3s;
  border: 0px solid transparent;
}
.hs-button #hs-button_widget_1651778185321:hover {
  border: none;
}

.hs-blog-post .blog-post h1 {
  color: #4a4a4a;
  text-shadow: none;
  background-color: #f4f4f4 !important;
}

#hs-button_widget_1651778276038 {
  text-transform: uppercase;
  padding: 0.5em 2em;
  color: #1c5e34;
  color: #4d4d4d;
  font-weight: 700;
  transition: all 0.5s;
  border: 2px solid transparent;
  text-align: center;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(101deg, #50dca1, #78e2d8);
  background-origin: border-box;
  background-clip: content-box, border-box;
  box-shadow: inset 2px 1000px 1px #fff;
  border-radius: 3rem;
  font-weight: normal;
  font-size: 18px;
}
#hs-button_widget_1651778276038:hover {
  border: 2px solid #1c5e34;
  border-bottom: 2px solid #1c5e34 !important;
  color: #fff;
  background: #1c5e34;
  box-shadow: none;
}

#hs-button_widget_1651778185321 {
  background-color: transparent;
  color: #4a4a4a;
  text-shadow: none;
  background-image: linear-gradient(160deg, #ffbb05 20%, #ff6d55 80%);
  color: #fff;
  font-family: Poppins, sans-serif;
  padding: 0.5em 2em;
  border-radius: 2em;
  transition: background-color 0.3s;
  border: none !important;
}
#hs-button_widget_1651778185321:hover {
  padding: 0.5em 2em;
  background-image: none;
  border-color: transparent;
  border: 0px solid transparent;
  background: #3e8459;
  color: #fff;
}

.content-wrapper {
  max-width: 1500px;
}

#hs_cos_wrapper_widget_1651762294451_ > h3, #hs_cos_wrapper_widget_1651762294451_ > .text-display__header, #hs_cos_wrapper_widget_1651778093550_ > h3, #hs_cos_wrapper_widget_1651778093550_ > .text-display__header {
  color: #333333;
}

.hs-blog-listing article h2 a {
  transition: all 0.2s ease-in;
}
.hs-blog-listing article h2 a:hover {
  color: #247a46;
}

.hs-blog-post h1 {
  color: #4a4a4a;
  font-family: "Poppins", sans-serif;
}
.hs-blog-post h2 {
  color: #4a4a4a;
  font-family: "Poppins", sans-serif;
}
.hs-blog-post h3, .hs-blog-post .text-display__header {
  text-align: left !important;
  color: #4a4a4a;
  font-style: normal;
  font-family: "Poppins", sans-serif;
  text-align: left !important;
  font-size: 25px;
  line-height: 1.3;
  font-weight: 700;
  font-family: Poppins, sans-serif;
  margin: 0 0 0.25em;
}
.hs-blog-post p {
  text-align: left !important;
}
.hs-blog-post .sidebar .hs-button {
  text-transform: uppercase;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(101deg, #50dca1, #78e2d8);
  color: #4d4d4d;
  font-weight: bold;
  transition: all 0.5s;
  border: solid 3px transparent;
  background-origin: border-box;
  background-clip: content-box, border-box;
  box-shadow: 2px 1000px 1px #fff inset;
  font-family: "Poppins", sans-serif;
  padding: 10px 25px;
  font-size: 18px;
  border-radius: 0;
}
.hs-blog-post .green .social-share-block {
  color: #4a4a4a;
}
.hs-blog-post .green .social-share-block img {
  width: 40px !important;
  height: 40px !important;
}
.hs-blog-post .sidebar-recent ul > li {
  padding: 1em 0;
  border-top: 1px solid lightgray;
}
.hs-blog-post .sidebar-recent ul > li a {
  color: #4a4a4a;
}

.hs-blog-post h2 {
  color: #4a4a4a;
  text-align: left;
}

.hs-blog-post .body-container .sidebar {
  grid-row-start: 1;
}

.blog-related-posts {
  background-color: #f4f4f4;
}
.blog-related-posts__list {
  gap: 1em;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 860px) {
  .blog-related-posts__list {
    grid-template-columns: 1fr;
  }
}
.blog-related-posts__image {
  border-radius: 8px;
}
.blog-related-posts__post {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1), 0 0 16px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  background: #fff;
}

.sidebar .bg-vltgreen {
  background-color: #f4f4f4 !important;
}

.bg-vltgreen {
  background-color: #f4f4f4 !important;
}

.hs-blog-listing article h2 a {
  font-size: 22px;
}

#hs_cos_wrapper_widget_1651778276038 {
  text-align: center;
}

.hs-blog-post .body-container .sidebar {
  grid-row-start: 2;
}

.blog-related-posts__image {
  width: 100%;
}

.hs-blog-post .body-container .sidebar .sidebar-recent li {
  margin: 2em 0;
}
.hs-blog-post .body-container .sidebar .sidebar-recent li a {
  color: #4a4a4a;
  transition: all 0.2s ease-in;
}
.hs-blog-post .body-container .sidebar .sidebar-recent li a:hover {
  text-decoration: underline;
  border: none;
  color: #247a46;
}

.blog-post .very-long-header #hs_cos_wrapper_name {
  font-size: 32px !important;
}

.blog-related-posts__title a {
  color: #4a4a4a;
  transition: all 0.2s ease-in;
}
.blog-related-posts__title a:hover {
  text-decoration: underline;
  border: none;
  color: #247a46;
}

.blog-post__tag-link {
  text-transform: none;
}

.table-key {
  display: flex;
  justify-content: center;
  padding: 1em;
}
@media (max-width: 860px) {
  .table-key {
    flex-direction: column;
    text-align: center;
  }
}
.table-key div {
  padding: 1em;
}

@media (min-width: 861px) {
  .hs-content-id-106824133682 .jumbotron__content__foreground {
    grid-template-columns: 2fr 1fr;
  }
}

.font--poppins {
  font-family: "Poppins", sans-serif;
}
.font--open {
  font-family: "Open Sans", sans-serif;
}
.font--open--weight-normal {
  font-weight: normal;
}

.hs-content-id-92229881166 .lp-jumbo .text-display__header, .hs-content-id-106824133449 .lp-jumbo .text-display__header {
  line-height: 1.1em;
}
.hs-content-id-92229881166 .lp-jumbo img, .hs-content-id-106824133449 .lp-jumbo img {
  height: auto;
  width: 43vw;
  right: 12px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 1650px) {
  .hs-content-id-92229881166 .lp-jumbo img, .hs-content-id-106824133449 .lp-jumbo img {
    width: 40vw;
    right: 0px;
  }
}
.hs-content-id-92229881166 #hs_cos_wrapper_module_1669060710116, .hs-content-id-106824133449 #hs_cos_wrapper_module_1669060710116 {
  padding-bottom: 3em;
}
@media (max-width: 860px) {
  .hs-content-id-92229881166 #hs_cos_wrapper_module_1669060710116, .hs-content-id-106824133449 #hs_cos_wrapper_module_1669060710116 {
    padding-bottom: 1.5em;
  }
}

.hs-content-id-96095157140 .review-widget, .hs-content-id-106824133682 .review-widget, .hs-content-id-97482995366 .review-widget, .hs-content-id-97849548339 .review-widget {
  background-color: #F4F4F4;
}

.hs-content-id-92229881166 .helping-grid .grid-wrapper__content__text-post, .hs-content-id-92229881166 .helping-grid .grid-wrapper__content__text-pre, .hs-content-id-106824133449 .helping-grid .grid-wrapper__content__text-post, .hs-content-id-106824133449 .helping-grid .grid-wrapper__content__text-pre, .hs-content-id-106647952429 .helping-grid .grid-wrapper__content__text-post, .hs-content-id-106647952429 .helping-grid .grid-wrapper__content__text-pre, .hs-content-id-106660790052 .helping-grid .grid-wrapper__content__text-post, .hs-content-id-106660790052 .helping-grid .grid-wrapper__content__text-pre, .hs-content-id-96095157140 .helping-grid .grid-wrapper__content__text-post, .hs-content-id-96095157140 .helping-grid .grid-wrapper__content__text-pre, .hs-content-id-106824133682 .helping-grid .grid-wrapper__content__text-post, .hs-content-id-106824133682 .helping-grid .grid-wrapper__content__text-pre, .hs-content-id-97482995366 .helping-grid .grid-wrapper__content__text-post, .hs-content-id-97482995366 .helping-grid .grid-wrapper__content__text-pre, .hs-content-id-97849548339 .helping-grid .grid-wrapper__content__text-post, .hs-content-id-97849548339 .helping-grid .grid-wrapper__content__text-pre, .hs-content-id-142935465887 .helping-grid .grid-wrapper__content__text-post, .hs-content-id-142935465887 .helping-grid .grid-wrapper__content__text-pre {
  display: none;
}
.hs-content-id-92229881166 .helping-grid .grid-display--colcount--3, .hs-content-id-106824133449 .helping-grid .grid-display--colcount--3, .hs-content-id-106647952429 .helping-grid .grid-display--colcount--3, .hs-content-id-106660790052 .helping-grid .grid-display--colcount--3, .hs-content-id-96095157140 .helping-grid .grid-display--colcount--3, .hs-content-id-106824133682 .helping-grid .grid-display--colcount--3, .hs-content-id-97482995366 .helping-grid .grid-display--colcount--3, .hs-content-id-97849548339 .helping-grid .grid-display--colcount--3, .hs-content-id-142935465887 .helping-grid .grid-display--colcount--3 {
  align-items: center;
}
.hs-content-id-92229881166 a:hover, .hs-content-id-106824133449 a:hover, .hs-content-id-106647952429 a:hover, .hs-content-id-106660790052 a:hover, .hs-content-id-96095157140 a:hover, .hs-content-id-106824133682 a:hover, .hs-content-id-97482995366 a:hover, .hs-content-id-97849548339 a:hover, .hs-content-id-142935465887 a:hover {
  text-decoration: none;
  border-bottom: none;
}
.hs-content-id-92229881166 header, .hs-content-id-106824133449 header, .hs-content-id-106647952429 header, .hs-content-id-106660790052 header, .hs-content-id-96095157140 header, .hs-content-id-106824133682 header, .hs-content-id-97482995366 header, .hs-content-id-97849548339 header, .hs-content-id-142935465887 header {
  display: none;
}
@media (max-width: 860px) {
  .hs-content-id-92229881166 .lp-header-2, .hs-content-id-106824133449 .lp-header-2, .hs-content-id-106647952429 .lp-header-2, .hs-content-id-106660790052 .lp-header-2, .hs-content-id-96095157140 .lp-header-2, .hs-content-id-106824133682 .lp-header-2, .hs-content-id-97482995366 .lp-header-2, .hs-content-id-97849548339 .lp-header-2, .hs-content-id-142935465887 .lp-header-2 {
    text-align: center;
  }
}
.hs-content-id-92229881166 .lp-header-2 .text-wrapper__content, .hs-content-id-106824133449 .lp-header-2 .text-wrapper__content, .hs-content-id-106647952429 .lp-header-2 .text-wrapper__content, .hs-content-id-106660790052 .lp-header-2 .text-wrapper__content, .hs-content-id-96095157140 .lp-header-2 .text-wrapper__content, .hs-content-id-106824133682 .lp-header-2 .text-wrapper__content, .hs-content-id-97482995366 .lp-header-2 .text-wrapper__content, .hs-content-id-97849548339 .lp-header-2 .text-wrapper__content, .hs-content-id-142935465887 .lp-header-2 .text-wrapper__content {
  padding: 2em 3em;
}
.hs-content-id-92229881166 .lp-header-2 svg, .hs-content-id-106824133449 .lp-header-2 svg, .hs-content-id-106647952429 .lp-header-2 svg, .hs-content-id-106660790052 .lp-header-2 svg, .hs-content-id-96095157140 .lp-header-2 svg, .hs-content-id-106824133682 .lp-header-2 svg, .hs-content-id-97482995366 .lp-header-2 svg, .hs-content-id-97849548339 .lp-header-2 svg, .hs-content-id-142935465887 .lp-header-2 svg {
  max-height: 60px;
  max-width: 218px;
}
.hs-content-id-92229881166 .lp-header, .hs-content-id-106824133449 .lp-header, .hs-content-id-106647952429 .lp-header, .hs-content-id-106660790052 .lp-header, .hs-content-id-96095157140 .lp-header, .hs-content-id-106824133682 .lp-header, .hs-content-id-97482995366 .lp-header, .hs-content-id-97849548339 .lp-header, .hs-content-id-142935465887 .lp-header {
  background-color: #F4F4F4;
  border-bottom: 1px solid #c4c4c4;
}
.hs-content-id-92229881166 .lp-header .text-wrapper__content, .hs-content-id-106824133449 .lp-header .text-wrapper__content, .hs-content-id-106647952429 .lp-header .text-wrapper__content, .hs-content-id-106660790052 .lp-header .text-wrapper__content, .hs-content-id-96095157140 .lp-header .text-wrapper__content, .hs-content-id-106824133682 .lp-header .text-wrapper__content, .hs-content-id-97482995366 .lp-header .text-wrapper__content, .hs-content-id-97849548339 .lp-header .text-wrapper__content, .hs-content-id-142935465887 .lp-header .text-wrapper__content {
  padding: 2em;
}
.hs-content-id-92229881166 .lp-header .text-display, .hs-content-id-106824133449 .lp-header .text-display, .hs-content-id-106647952429 .lp-header .text-display, .hs-content-id-106660790052 .lp-header .text-display, .hs-content-id-96095157140 .lp-header .text-display, .hs-content-id-106824133682 .lp-header .text-display, .hs-content-id-97482995366 .lp-header .text-display, .hs-content-id-97849548339 .lp-header .text-display, .hs-content-id-142935465887 .lp-header .text-display {
  margin: auto;
  text-align: center;
}
.hs-content-id-92229881166 .lp-header svg, .hs-content-id-106824133449 .lp-header svg, .hs-content-id-106647952429 .lp-header svg, .hs-content-id-106660790052 .lp-header svg, .hs-content-id-96095157140 .lp-header svg, .hs-content-id-106824133682 .lp-header svg, .hs-content-id-97482995366 .lp-header svg, .hs-content-id-97849548339 .lp-header svg, .hs-content-id-142935465887 .lp-header svg {
  max-height: 80px;
}
.hs-content-id-92229881166 .row-number-17, .hs-content-id-106824133449 .row-number-17, .hs-content-id-106647952429 .row-number-17, .hs-content-id-106660790052 .row-number-17, .hs-content-id-96095157140 .row-number-17, .hs-content-id-106824133682 .row-number-17, .hs-content-id-97482995366 .row-number-17, .hs-content-id-97849548339 .row-number-17, .hs-content-id-142935465887 .row-number-17 {
  background-color: #f4f4f4;
}
.hs-content-id-92229881166 .pattern-bk, .hs-content-id-106824133449 .pattern-bk, .hs-content-id-106647952429 .pattern-bk, .hs-content-id-106660790052 .pattern-bk, .hs-content-id-96095157140 .pattern-bk, .hs-content-id-106824133682 .pattern-bk, .hs-content-id-97482995366 .pattern-bk, .hs-content-id-97849548339 .pattern-bk, .hs-content-id-142935465887 .pattern-bk {
  background-image: url("https://8863602.fs1.hubspotusercontent-na1.net/hubfs/8863602/PhiDirect-Pattern-Yellow-line.png");
  background-position: 50% 8%;
}
.hs-content-id-92229881166 .comparison-table .text-display, .hs-content-id-106824133449 .comparison-table .text-display, .hs-content-id-106647952429 .comparison-table .text-display, .hs-content-id-106660790052 .comparison-table .text-display, .hs-content-id-96095157140 .comparison-table .text-display, .hs-content-id-106824133682 .comparison-table .text-display, .hs-content-id-97482995366 .comparison-table .text-display, .hs-content-id-97849548339 .comparison-table .text-display, .hs-content-id-142935465887 .comparison-table .text-display {
  margin: auto;
  max-width: 100%;
}
.hs-content-id-92229881166 .comparison-table .text-display__body, .hs-content-id-106824133449 .comparison-table .text-display__body, .hs-content-id-106647952429 .comparison-table .text-display__body, .hs-content-id-106660790052 .comparison-table .text-display__body, .hs-content-id-96095157140 .comparison-table .text-display__body, .hs-content-id-106824133682 .comparison-table .text-display__body, .hs-content-id-97482995366 .comparison-table .text-display__body, .hs-content-id-97849548339 .comparison-table .text-display__body, .hs-content-id-142935465887 .comparison-table .text-display__body {
  overflow-x: auto;
}
.hs-content-id-92229881166 .comparison-table .special-bk, .hs-content-id-106824133449 .comparison-table .special-bk, .hs-content-id-106647952429 .comparison-table .special-bk, .hs-content-id-106660790052 .comparison-table .special-bk, .hs-content-id-96095157140 .comparison-table .special-bk, .hs-content-id-106824133682 .comparison-table .special-bk, .hs-content-id-97482995366 .comparison-table .special-bk, .hs-content-id-97849548339 .comparison-table .special-bk, .hs-content-id-142935465887 .comparison-table .special-bk {
  background-color: #50DCA1;
  border-left: 2px solid #50DCA1;
  border-right: 2px solid #50DCA1;
  position: relative;
}
.hs-content-id-92229881166 .comparison-table .special-bk::before, .hs-content-id-106824133449 .comparison-table .special-bk::before, .hs-content-id-106647952429 .comparison-table .special-bk::before, .hs-content-id-106660790052 .comparison-table .special-bk::before, .hs-content-id-96095157140 .comparison-table .special-bk::before, .hs-content-id-106824133682 .comparison-table .special-bk::before, .hs-content-id-97482995366 .comparison-table .special-bk::before, .hs-content-id-97849548339 .comparison-table .special-bk::before, .hs-content-id-142935465887 .comparison-table .special-bk::before {
  content: "";
  width: 15px;
  position: absolute;
  height: 100%;
  box-shadow: -15px 0 15px -15px inset rgba(0, 0, 0, 0.3);
  left: -15px;
  top: 0;
}
.hs-content-id-92229881166 .comparison-table .special-bk::after, .hs-content-id-106824133449 .comparison-table .special-bk::after, .hs-content-id-106647952429 .comparison-table .special-bk::after, .hs-content-id-106660790052 .comparison-table .special-bk::after, .hs-content-id-96095157140 .comparison-table .special-bk::after, .hs-content-id-106824133682 .comparison-table .special-bk::after, .hs-content-id-97482995366 .comparison-table .special-bk::after, .hs-content-id-97849548339 .comparison-table .special-bk::after, .hs-content-id-142935465887 .comparison-table .special-bk::after {
  content: "";
  width: 15px;
  position: absolute;
  height: 100%;
  box-shadow: 15px 0 15px -15px inset rgba(0, 0, 0, 0.3);
  right: -15px;
  top: 0;
}
.hs-content-id-92229881166 .comparison-table .border-lr, .hs-content-id-106824133449 .comparison-table .border-lr, .hs-content-id-106647952429 .comparison-table .border-lr, .hs-content-id-106660790052 .comparison-table .border-lr, .hs-content-id-96095157140 .comparison-table .border-lr, .hs-content-id-106824133682 .comparison-table .border-lr, .hs-content-id-97482995366 .comparison-table .border-lr, .hs-content-id-97849548339 .comparison-table .border-lr, .hs-content-id-142935465887 .comparison-table .border-lr {
  border-left: 2px solid #50DCA1;
  border-right: 2px solid #50DCA1;
  position: relative;
}
.hs-content-id-92229881166 .comparison-table .border-lr::before, .hs-content-id-106824133449 .comparison-table .border-lr::before, .hs-content-id-106647952429 .comparison-table .border-lr::before, .hs-content-id-106660790052 .comparison-table .border-lr::before, .hs-content-id-96095157140 .comparison-table .border-lr::before, .hs-content-id-106824133682 .comparison-table .border-lr::before, .hs-content-id-97482995366 .comparison-table .border-lr::before, .hs-content-id-97849548339 .comparison-table .border-lr::before, .hs-content-id-142935465887 .comparison-table .border-lr::before {
  content: "";
  width: 15px;
  position: absolute;
  height: 100%;
  box-shadow: -15px 0 15px -15px inset rgba(0, 0, 0, 0.3);
  left: -15px;
  top: 0;
}
.hs-content-id-92229881166 .comparison-table .border-lr::after, .hs-content-id-106824133449 .comparison-table .border-lr::after, .hs-content-id-106647952429 .comparison-table .border-lr::after, .hs-content-id-106660790052 .comparison-table .border-lr::after, .hs-content-id-96095157140 .comparison-table .border-lr::after, .hs-content-id-106824133682 .comparison-table .border-lr::after, .hs-content-id-97482995366 .comparison-table .border-lr::after, .hs-content-id-97849548339 .comparison-table .border-lr::after, .hs-content-id-142935465887 .comparison-table .border-lr::after {
  content: "";
  width: 15px;
  position: absolute;
  height: 100%;
  box-shadow: 15px 0 15px -15px inset rgba(0, 0, 0, 0.3);
  right: -15px;
  top: 0;
}
.hs-content-id-92229881166 .comparison-table .border-b, .hs-content-id-106824133449 .comparison-table .border-b, .hs-content-id-106647952429 .comparison-table .border-b, .hs-content-id-106660790052 .comparison-table .border-b, .hs-content-id-96095157140 .comparison-table .border-b, .hs-content-id-106824133682 .comparison-table .border-b, .hs-content-id-97482995366 .comparison-table .border-b, .hs-content-id-97849548339 .comparison-table .border-b, .hs-content-id-142935465887 .comparison-table .border-b {
  border-bottom: 2px solid #50DCA1;
}
.hs-content-id-92229881166 .comparison-table th.text-align-left, .hs-content-id-106824133449 .comparison-table th.text-align-left, .hs-content-id-106647952429 .comparison-table th.text-align-left, .hs-content-id-106660790052 .comparison-table th.text-align-left, .hs-content-id-96095157140 .comparison-table th.text-align-left, .hs-content-id-106824133682 .comparison-table th.text-align-left, .hs-content-id-97482995366 .comparison-table th.text-align-left, .hs-content-id-97849548339 .comparison-table th.text-align-left, .hs-content-id-142935465887 .comparison-table th.text-align-left {
  text-align: left;
}
.hs-content-id-92229881166 .comparison-table th, .hs-content-id-92229881166 .comparison-table td, .hs-content-id-106824133449 .comparison-table th, .hs-content-id-106824133449 .comparison-table td, .hs-content-id-106647952429 .comparison-table th, .hs-content-id-106647952429 .comparison-table td, .hs-content-id-106660790052 .comparison-table th, .hs-content-id-106660790052 .comparison-table td, .hs-content-id-96095157140 .comparison-table th, .hs-content-id-96095157140 .comparison-table td, .hs-content-id-106824133682 .comparison-table th, .hs-content-id-106824133682 .comparison-table td, .hs-content-id-97482995366 .comparison-table th, .hs-content-id-97482995366 .comparison-table td, .hs-content-id-97849548339 .comparison-table th, .hs-content-id-97849548339 .comparison-table td, .hs-content-id-142935465887 .comparison-table th, .hs-content-id-142935465887 .comparison-table td {
  white-space: nowrap;
  line-height: 22px;
  border: 0;
}
@media (max-width: 861px) {
  .hs-content-id-92229881166 .comparison-table th, .hs-content-id-92229881166 .comparison-table td, .hs-content-id-106824133449 .comparison-table th, .hs-content-id-106824133449 .comparison-table td, .hs-content-id-106647952429 .comparison-table th, .hs-content-id-106647952429 .comparison-table td, .hs-content-id-106660790052 .comparison-table th, .hs-content-id-106660790052 .comparison-table td, .hs-content-id-96095157140 .comparison-table th, .hs-content-id-96095157140 .comparison-table td, .hs-content-id-106824133682 .comparison-table th, .hs-content-id-106824133682 .comparison-table td, .hs-content-id-97482995366 .comparison-table th, .hs-content-id-97482995366 .comparison-table td, .hs-content-id-97849548339 .comparison-table th, .hs-content-id-97849548339 .comparison-table td, .hs-content-id-142935465887 .comparison-table th, .hs-content-id-142935465887 .comparison-table td {
    padding: 10px;
  }
}
.hs-content-id-92229881166 .comparison-table tr, .hs-content-id-106824133449 .comparison-table tr, .hs-content-id-106647952429 .comparison-table tr, .hs-content-id-106660790052 .comparison-table tr, .hs-content-id-96095157140 .comparison-table tr, .hs-content-id-106824133682 .comparison-table tr, .hs-content-id-97482995366 .comparison-table tr, .hs-content-id-97849548339 .comparison-table tr, .hs-content-id-142935465887 .comparison-table tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.hs-content-id-92229881166 .comparison-table table, .hs-content-id-106824133449 .comparison-table table, .hs-content-id-106647952429 .comparison-table table, .hs-content-id-106660790052 .comparison-table table, .hs-content-id-96095157140 .comparison-table table, .hs-content-id-106824133682 .comparison-table table, .hs-content-id-97482995366 .comparison-table table, .hs-content-id-97849548339 .comparison-table table, .hs-content-id-142935465887 .comparison-table table {
  margin: auto;
  border: 1px solid rgba(0, 0, 0, 0.1);
  max-width: 100%;
}
.hs-content-id-92229881166 .comparison-table table tbody, .hs-content-id-106824133449 .comparison-table table tbody, .hs-content-id-106647952429 .comparison-table table tbody, .hs-content-id-106660790052 .comparison-table table tbody, .hs-content-id-96095157140 .comparison-table table tbody, .hs-content-id-106824133682 .comparison-table table tbody, .hs-content-id-97482995366 .comparison-table table tbody, .hs-content-id-97849548339 .comparison-table table tbody, .hs-content-id-142935465887 .comparison-table table tbody {
  border: 0;
}
.hs-content-id-92229881166 .grid-checks .grid-display, .hs-content-id-106824133449 .grid-checks .grid-display, .hs-content-id-106647952429 .grid-checks .grid-display, .hs-content-id-106660790052 .grid-checks .grid-display, .hs-content-id-96095157140 .grid-checks .grid-display, .hs-content-id-106824133682 .grid-checks .grid-display, .hs-content-id-97482995366 .grid-checks .grid-display, .hs-content-id-97849548339 .grid-checks .grid-display, .hs-content-id-142935465887 .grid-checks .grid-display {
  grid-template-rows: repeat(4, 1fr);
}
@media (min-width: 1100px) {
  .hs-content-id-92229881166 .newline--desktop, .hs-content-id-106824133449 .newline--desktop, .hs-content-id-106647952429 .newline--desktop, .hs-content-id-106660790052 .newline--desktop, .hs-content-id-96095157140 .newline--desktop, .hs-content-id-106824133682 .newline--desktop, .hs-content-id-97482995366 .newline--desktop, .hs-content-id-97849548339 .newline--desktop, .hs-content-id-142935465887 .newline--desktop {
    display: block;
  }
}
.hs-content-id-92229881166 .disclaimer .text-display, .hs-content-id-92229881166 .footer__content__main__disclaimers .text-display, .hs-content-id-106824133449 .disclaimer .text-display, .hs-content-id-106824133449 .footer__content__main__disclaimers .text-display, .hs-content-id-106647952429 .disclaimer .text-display, .hs-content-id-106647952429 .footer__content__main__disclaimers .text-display, .hs-content-id-106660790052 .disclaimer .text-display, .hs-content-id-106660790052 .footer__content__main__disclaimers .text-display, .hs-content-id-96095157140 .disclaimer .text-display, .hs-content-id-96095157140 .footer__content__main__disclaimers .text-display, .hs-content-id-106824133682 .disclaimer .text-display, .hs-content-id-106824133682 .footer__content__main__disclaimers .text-display, .hs-content-id-97482995366 .disclaimer .text-display, .hs-content-id-97482995366 .footer__content__main__disclaimers .text-display, .hs-content-id-97849548339 .disclaimer .text-display, .hs-content-id-97849548339 .footer__content__main__disclaimers .text-display, .hs-content-id-142935465887 .disclaimer .text-display, .hs-content-id-142935465887 .footer__content__main__disclaimers .text-display {
  color: rgba(0, 0, 0, 0.7);
}
.hs-content-id-92229881166 .balloon-pop, .hs-content-id-106824133449 .balloon-pop, .hs-content-id-106647952429 .balloon-pop, .hs-content-id-106660790052 .balloon-pop, .hs-content-id-96095157140 .balloon-pop, .hs-content-id-106824133682 .balloon-pop, .hs-content-id-97482995366 .balloon-pop, .hs-content-id-97849548339 .balloon-pop, .hs-content-id-142935465887 .balloon-pop {
  display: none;
  background-image: linear-gradient(to bottom, rgba(218, 254, 255, 0.5), #ffffff);
}
.hs-content-id-92229881166 .balloon-pop .grid-display__item__visual, .hs-content-id-106824133449 .balloon-pop .grid-display__item__visual, .hs-content-id-106647952429 .balloon-pop .grid-display__item__visual, .hs-content-id-106660790052 .balloon-pop .grid-display__item__visual, .hs-content-id-96095157140 .balloon-pop .grid-display__item__visual, .hs-content-id-106824133682 .balloon-pop .grid-display__item__visual, .hs-content-id-97482995366 .balloon-pop .grid-display__item__visual, .hs-content-id-97849548339 .balloon-pop .grid-display__item__visual, .hs-content-id-142935465887 .balloon-pop .grid-display__item__visual {
  max-width: 80%;
  position: relative;
}
.hs-content-id-92229881166 .balloon-pop .grid-display__item__visual .pop-img, .hs-content-id-106824133449 .balloon-pop .grid-display__item__visual .pop-img, .hs-content-id-106647952429 .balloon-pop .grid-display__item__visual .pop-img, .hs-content-id-106660790052 .balloon-pop .grid-display__item__visual .pop-img, .hs-content-id-96095157140 .balloon-pop .grid-display__item__visual .pop-img, .hs-content-id-106824133682 .balloon-pop .grid-display__item__visual .pop-img, .hs-content-id-97482995366 .balloon-pop .grid-display__item__visual .pop-img, .hs-content-id-97849548339 .balloon-pop .grid-display__item__visual .pop-img, .hs-content-id-142935465887 .balloon-pop .grid-display__item__visual .pop-img {
  transform: scale(0);
}
.hs-content-id-92229881166 .balloon-pop .grid-display__item__visual .image-display .text-display__subheader, .hs-content-id-106824133449 .balloon-pop .grid-display__item__visual .image-display .text-display__subheader, .hs-content-id-106647952429 .balloon-pop .grid-display__item__visual .image-display .text-display__subheader, .hs-content-id-106660790052 .balloon-pop .grid-display__item__visual .image-display .text-display__subheader, .hs-content-id-96095157140 .balloon-pop .grid-display__item__visual .image-display .text-display__subheader, .hs-content-id-106824133682 .balloon-pop .grid-display__item__visual .image-display .text-display__subheader, .hs-content-id-97482995366 .balloon-pop .grid-display__item__visual .image-display .text-display__subheader, .hs-content-id-97849548339 .balloon-pop .grid-display__item__visual .image-display .text-display__subheader, .hs-content-id-142935465887 .balloon-pop .grid-display__item__visual .image-display .text-display__subheader {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}
.hs-content-id-92229881166 .balloon-pop .grid-display__item__visual img:nth-of-type(2), .hs-content-id-106824133449 .balloon-pop .grid-display__item__visual img:nth-of-type(2), .hs-content-id-106647952429 .balloon-pop .grid-display__item__visual img:nth-of-type(2), .hs-content-id-106660790052 .balloon-pop .grid-display__item__visual img:nth-of-type(2), .hs-content-id-96095157140 .balloon-pop .grid-display__item__visual img:nth-of-type(2), .hs-content-id-106824133682 .balloon-pop .grid-display__item__visual img:nth-of-type(2), .hs-content-id-97482995366 .balloon-pop .grid-display__item__visual img:nth-of-type(2), .hs-content-id-97849548339 .balloon-pop .grid-display__item__visual img:nth-of-type(2), .hs-content-id-142935465887 .balloon-pop .grid-display__item__visual img:nth-of-type(2) {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
}
.hs-content-id-92229881166 .helping-you .grid-wrapper__content__text-pre, .hs-content-id-106824133449 .helping-you .grid-wrapper__content__text-pre, .hs-content-id-106647952429 .helping-you .grid-wrapper__content__text-pre, .hs-content-id-106660790052 .helping-you .grid-wrapper__content__text-pre, .hs-content-id-96095157140 .helping-you .grid-wrapper__content__text-pre, .hs-content-id-106824133682 .helping-you .grid-wrapper__content__text-pre, .hs-content-id-97482995366 .helping-you .grid-wrapper__content__text-pre, .hs-content-id-97849548339 .helping-you .grid-wrapper__content__text-pre, .hs-content-id-142935465887 .helping-you .grid-wrapper__content__text-pre {
  display: none;
}
@media only screen and (min-width: 1280px) {
  .hs-content-id-92229881166 .helping-you .grid-display, .hs-content-id-106824133449 .helping-you .grid-display, .hs-content-id-106647952429 .helping-you .grid-display, .hs-content-id-106660790052 .helping-you .grid-display, .hs-content-id-96095157140 .helping-you .grid-display, .hs-content-id-106824133682 .helping-you .grid-display, .hs-content-id-97482995366 .helping-you .grid-display, .hs-content-id-97849548339 .helping-you .grid-display, .hs-content-id-142935465887 .helping-you .grid-display {
    max-width: 80%;
    margin: auto;
  }
}
.hs-content-id-92229881166 .helping-you .grid-display__item .grid-display__item__text, .hs-content-id-106824133449 .helping-you .grid-display__item .grid-display__item__text, .hs-content-id-106647952429 .helping-you .grid-display__item .grid-display__item__text, .hs-content-id-106660790052 .helping-you .grid-display__item .grid-display__item__text, .hs-content-id-96095157140 .helping-you .grid-display__item .grid-display__item__text, .hs-content-id-106824133682 .helping-you .grid-display__item .grid-display__item__text, .hs-content-id-97482995366 .helping-you .grid-display__item .grid-display__item__text, .hs-content-id-97849548339 .helping-you .grid-display__item .grid-display__item__text, .hs-content-id-142935465887 .helping-you .grid-display__item .grid-display__item__text {
  height: 100%;
}
.hs-content-id-92229881166 .helping-you .grid-display__item .text-display, .hs-content-id-106824133449 .helping-you .grid-display__item .text-display, .hs-content-id-106647952429 .helping-you .grid-display__item .text-display, .hs-content-id-106660790052 .helping-you .grid-display__item .text-display, .hs-content-id-96095157140 .helping-you .grid-display__item .text-display, .hs-content-id-106824133682 .helping-you .grid-display__item .text-display, .hs-content-id-97482995366 .helping-you .grid-display__item .text-display, .hs-content-id-97849548339 .helping-you .grid-display__item .text-display, .hs-content-id-142935465887 .helping-you .grid-display__item .text-display {
  height: 100%;
}

@media (min-width: 861px) {
  .hs-content-id-97849548339 .jumbotron .text-display__header {
    line-height: 1.1em;
  }
}

.hs-content-id-142935465887 .row-number-17 {
  background-color: unset;
}

.hs-content-id-96095157140 .hubspot_cta, .hs-content-id-106824133682 .hubspot_cta, .hs-content-id-106660790052 .hubspot_cta, .hs-content-id-106647952429 .hubspot_cta, .hs-content-id-97849548339 .hubspot_cta, .hs-content-id-97482995366 .hubspot_cta {
  margin-top: 1em;
}
.hs-content-id-96095157140 .text-display__ctas, .hs-content-id-106824133682 .text-display__ctas, .hs-content-id-106660790052 .text-display__ctas, .hs-content-id-106647952429 .text-display__ctas, .hs-content-id-97849548339 .text-display__ctas, .hs-content-id-97482995366 .text-display__ctas {
  align-items: center;
}
.hs-content-id-96095157140 .lp-jumbo .text-display__header, .hs-content-id-106824133682 .lp-jumbo .text-display__header, .hs-content-id-106660790052 .lp-jumbo .text-display__header, .hs-content-id-106647952429 .lp-jumbo .text-display__header, .hs-content-id-97849548339 .lp-jumbo .text-display__header, .hs-content-id-97482995366 .lp-jumbo .text-display__header {
  line-height: 1.2;
}
.hs-content-id-96095157140 .lp-jumbo img, .hs-content-id-106824133682 .lp-jumbo img, .hs-content-id-106660790052 .lp-jumbo img, .hs-content-id-106647952429 .lp-jumbo img, .hs-content-id-97849548339 .lp-jumbo img, .hs-content-id-97482995366 .lp-jumbo img {
  height: auto;
  width: 38vw;
  right: 12px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 1650px) and (max-width: 2050px) {
  .hs-content-id-96095157140 .lp-jumbo img, .hs-content-id-106824133682 .lp-jumbo img, .hs-content-id-106660790052 .lp-jumbo img, .hs-content-id-106647952429 .lp-jumbo img, .hs-content-id-97849548339 .lp-jumbo img, .hs-content-id-97482995366 .lp-jumbo img {
    width: 30vw;
    right: 0px;
  }
}
@media only screen and (min-width: 2050px) {
  .hs-content-id-96095157140 .lp-jumbo img, .hs-content-id-106824133682 .lp-jumbo img, .hs-content-id-106660790052 .lp-jumbo img, .hs-content-id-106647952429 .lp-jumbo img, .hs-content-id-97849548339 .lp-jumbo img, .hs-content-id-97482995366 .lp-jumbo img {
    width: 30vh;
    right: 0px;
  }
}
.hs-content-id-96095157140 .review-block, .hs-content-id-106824133682 .review-block, .hs-content-id-106660790052 .review-block, .hs-content-id-106647952429 .review-block, .hs-content-id-97849548339 .review-block, .hs-content-id-97482995366 .review-block {
  background-image: url("https://8863602.fs1.hubspotusercontent-na1.net/hubfs/8863602/FFD126-yellow-sitting%20cone.svg");
  background-position: 75vw;
  background-repeat: no-repeat;
  background-size: 350px;
}
@media only screen and (max-width: 1500px) {
  .hs-content-id-96095157140 .review-block, .hs-content-id-106824133682 .review-block, .hs-content-id-106660790052 .review-block, .hs-content-id-106647952429 .review-block, .hs-content-id-97849548339 .review-block, .hs-content-id-97482995366 .review-block {
    background-image: none;
  }
}
.hs-content-id-96095157140 .review-block .text-display, .hs-content-id-106824133682 .review-block .text-display, .hs-content-id-106660790052 .review-block .text-display, .hs-content-id-106647952429 .review-block .text-display, .hs-content-id-97849548339 .review-block .text-display, .hs-content-id-97482995366 .review-block .text-display {
  background: #fff;
  padding: 1em;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  border-radius: 1em;
}

.hs-content-id-106824133682 .lp-jumbo img {
  width: 33vw;
}

.special--3-row-check-grid .grid-display--rowcount--6 {
  grid-template-rows: repeat(4, 1fr);
}

.lp_cracked-code__border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.lp_cracked-code .jumbotron__inner {
  max-width: unset;
}
@media (min-width: 861px) {
  .lp_cracked-code .jumbotron__content {
    padding: unset;
    grid-template-columns: 1.5fr 3fr;
  }
}
@media (min-width: 861px) {
  .lp_cracked-code .jumbotron__content__foreground {
    grid-template-columns: unset;
    padding: 5em 3em;
  }
}
.lp_cracked-code .jumbotron__content__foreground h1 {
  font-size: clamp(2.625rem, 1.8125rem + 2.6vw, 4.25rem);
}
.lp_cracked-code .jumbotron__content__background {
  position: relative;
}
@media (min-width: 861px) {
  .lp_cracked-code .jumbotron__content__background {
    background-image: url(https://8863602.fs1.hubspotusercontent-na1.net/hubfs/8863602/PHI-EAS/general-images/phi_lp_header.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
}
.lp_cracked-code_grid {
  background: url(https://8863602.fs1.hubspotusercontent-na1.net/hubfs/8863602/PHI-EAS/general-images/phi_lp_clouds.svg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 100vw;
  overflow: hidden;
}
.lp_cracked-code_grid lottie-player {
  display: flex;
  justify-content: flex-end;
}
.lp_cracked-code_grid lottie-player #animation-container {
  border: 1px solid red;
}
.lp_cracked-code_grid lottie-player :host(#animation-container) {
  border: 1px solid red;
  width: fit-content;
}
.lp_cracked-code_grid .grid-display__item {
  grid-template-columns: 1fr 3fr;
  padding: 1.2em 2.2em;
  display: grid;
  align-items: center;
  border-radius: 1em;
}
@media (min-width: 861px) {
  .lp_cracked-code_grid .grid-display__item {
    grid-template-columns: min-content 3fr;
    gap: 1.8em;
  }
}
@media (max-width: 860px) {
  .lp_cracked-code_grid .grid-display__item {
    gap: 1em;
  }
}
.lp_cracked-code_grid .grid-display__item__visual {
  margin: unset;
  max-width: unset;
  text-align: unset;
}
@media (min-width: 861px) {
  .lp_cracked-code_grid .grid-display__item__visual {
    min-width: 76px;
  }
}
.lp_cracked-code_grid .grid-display__item__text {
  text-align: unset;
}
.lp_cracked-code.special--check-grid {
  background: #f7f5eb;
  padding: 1em;
  border-radius: 2em;
  font-weight: 700;
}
.lp_cracked-code.special--check-grid .special--check-grid--inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0 auto;
  text-align: left;
}
@media (min-width: 671px) {
  .lp_cracked-code.special--check-grid .special--check-grid--inner {
    max-width: 80%;
  }
}
@media (min-width: 861px) {
  .lp_cracked-code.special--check-grid .special--check-grid--inner {
    column-gap: 5em;
  }
}
.lp_cracked-code.special--check-grid i {
  color: #50DCA1;
}
.lp_cracked-code.special--lp-two-ways-grid {
  grid-gap: 2em;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 1em 0;
}
@media (max-width: 670px) {
  .lp_cracked-code.special--lp-two-ways-grid {
    grid-template-columns: 1fr;
  }
}
.lp_cracked-code.special--lp-two-ways-grid.special--lp-two-ways-grid-variation--2 .lp-two-ways.lp-two-ways-variation--2 {
  aspect-ratio: 1/1;
  background: #50dca1;
  background-size: 700px;
  background-attachment: fixed;
  background-repeat: repeat;
}
.lp_cracked-code.special--lp-two-ways-grid.special--lp-two-ways-grid-variation--2 .lp-two-ways.lp-two-ways-variation--2 .text--h1--lg {
  font-weight: bold;
  font-size: clamp(4.375rem, 3.75rem + 2vw, 5.625rem);
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 2px solid black;
  color: #000;
  padding: 0.55em;
  width: fit-content;
  margin: auto;
  background: #fff;
  flex-direction: column;
}
.lp_cracked-code.special--lp-two-ways-grid.special--lp-two-ways-grid-variation--2 .lp-two-ways.lp-two-ways-variation--2 .text--h1--lg .text-display__header {
  font-size: 30px;
}
.lp_cracked-code.special--lp-two-ways-grid.special--lp-two-ways-grid-variation--2 .lp-two-ways.lp-two-ways-variation--2 .text-display__header {
  color: #000;
  background: #fff;
  border-radius: 0.2em;
  padding: 0.25em;
}
.lp_cracked-code.special--lp-two-ways-grid.special--lp-two-ways-grid-variation--2 .lp-two-ways.lp-two-ways-variation--2.lp-two-ways--cat {
  background-image: url(https://8863602.fs1.hubspotusercontent-na1.net/hubfs/8863602/PHI-EAS/patterns/cat-pattern3-01.svg);
}
.lp_cracked-code.special--lp-two-ways-grid.special--lp-two-ways-grid-variation--2 .lp-two-ways.lp-two-ways-variation--2.lp-two-ways--dog {
  background-image: url(https://8863602.fs1.hubspotusercontent-na1.net/hubfs/8863602/PHI-EAS/patterns/dog-pattern-02.svg);
}
.lp_cracked-code.special--lp-two-ways-grid.special--lp-two-ways-grid-variation--2.special--lp-two-ways-grid-variation--single-col {
  grid-template-columns: minmax(min-content, 500px);
  justify-content: center;
}
.lp_cracked-code.special--lp-two-ways-grid .lp-two-ways {
  padding: 2em;
  background: #f7f5eb;
  border-radius: 2em;
  background-image: url(https://8863602.fs1.hubspotusercontent-na1.net/hubfs/8863602/PHI-EAS/general-images/phi_lp_balloon-1.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.lp_cracked-code.special--lp-two-ways-grid .lp-two-ways .text-display__header {
  order: unset;
}
.lp_cracked-code.special--lp-two-ways-grid .lp-two-ways:nth-last-of-type(1) {
  background-image: url(https://8863602.fs1.hubspotusercontent-na1.net/hubfs/8863602/PHI-EAS/general-images/phi_lp_balloon-2.svg);
}
.lp_cracked-code.special--lp-two-ways-grid .lp-two-ways .lp-two-ways--money {
  font-weight: 700;
  font-size: clamp(2.25rem, 1.4375rem + 2.6vw, 3.875rem);
}
.lp_cracked-code.special--lp-two-ways-grid .lp-two-ways .image-display img {
  height: 150px;
  width: auto;
}

.grid-wrapper.lp_cracked-code .grid-display .grid-display__item {
  border-radius: 3em;
  padding: 2em;
  background: #50DCA1;
}
.grid-wrapper.lp_cracked-code .grid-display .grid-display__item:nth-of-type(1) {
  background: #E4E4E4;
}

.lp_cracked-code-bk-pattern {
  background-image: url(https://8863602.fs1.hubspotusercontent-na1.net/hubfs/8863602/PhiDirect-dog-pattern-grey-light.png), linear-gradient(#f2f2f2, #f2f2f2);
}
@media (max-width: 860px) {
  .lp_cracked-code-bk-pattern .text-display {
    grid-column-gap: unset;
  }
}
@media (min-width: 861px) {
  .lp_cracked-code-bk-pattern .text-display {
    grid-template-areas: "eyebrow cta" "header cta";
  }
  .lp_cracked-code-bk-pattern .text-display .text-display__ctas {
    margin-top: 0;
    display: flex;
    justify-content: center;
  }
  .lp_cracked-code-bk-pattern .text-display .text-display__eyebrow {
    grid-area: eyebrow;
  }
  .lp_cracked-code-bk-pattern .text-display .text-display__header {
    grid-area: header;
  }
  .lp_cracked-code-bk-pattern .text-display .text-display__ctas {
    grid-area: cta;
  }
}

.lp_cracked-code-circle {
  position: relative;
}
.lp_cracked-code-circle::after {
  content: "";
  position: absolute;
  background-image: url(https://8863602.fs1.hubspotusercontent-na1.net/hubfs/8863602/PHI-EAS/general-images/phi_lp_circle.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 110%;
  height: 100%;
  left: -10px;
}

.hs-content-id-137090384799 #text-banner-widget {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}