/* Theme base styles */
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap" rel="stylesheet">
/* 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;
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

legend {
  padding: 0;
}

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

/*
 * Add the correct display in Edge and Firefox.
 */

details {
  display: block;
}

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

summary {
  display: list-item;
}

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



/* CSS variables */

:root {
  --column-gap: 2.13%;
  --column-width-multiplier: 8.333;
}

/* Mobile layout */

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


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

/* Desktop layout */

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

  
    .row-fluid .span1 {
      width: calc(var(--column-width-multiplier) * 1% * 1 - var(--column-gap) * (11 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span2 {
      width: calc(var(--column-width-multiplier) * 1% * 2 - var(--column-gap) * (10 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span3 {
      width: calc(var(--column-width-multiplier) * 1% * 3 - var(--column-gap) * (9 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span4 {
      width: calc(var(--column-width-multiplier) * 1% * 4 - var(--column-gap) * (8 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span5 {
      width: calc(var(--column-width-multiplier) * 1% * 5 - var(--column-gap) * (7 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span6 {
      width: calc(var(--column-width-multiplier) * 1% * 6 - var(--column-gap) * (6 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span7 {
      width: calc(var(--column-width-multiplier) * 1% * 7 - var(--column-gap) * (5 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span8 {
      width: calc(var(--column-width-multiplier) * 1% * 8 - var(--column-gap) * (4 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span9 {
      width: calc(var(--column-width-multiplier) * 1% * 9 - var(--column-gap) * (3 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span10 {
      width: calc(var(--column-width-multiplier) * 1% * 10 - var(--column-gap) * (2 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span11 {
      width: calc(var(--column-width-multiplier) * 1% * 11 - var(--column-gap) * (1 * var(--column-width-multiplier) / 100));
    }
  
}
.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 0rem;
}

@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.)
*/

/* The overflow-wrap is meant to prevent long/large words from breaking the mobile responsiveness of a page (e.g. horizontal scrolling). It is preferred to reduce font sizes on mobile to address this, with this CSS specifically helping with extreme scenarios where a reduction in font size is not possible. */

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

/* Handles word breaking for a few specific languages which handle breaks in words differently. If your content is not translated into these languages, you can safely remove this.  */

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;
}
a:hover {
color: red;
}

/* 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,
.hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled,
.hs-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;
}

/* Form Title */
.form-title {
  margin-bottom: 0;
}

/* Help text */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=search],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

form textarea {
  resize: vertical;
}

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

/* Inputs - checkbox/radio */

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

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

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

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

/* Inputs - date picker */

.hs-dateinput {
  position: relative;
}

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

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

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

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

/* Inputs - file picker */

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

/* Headings and text */

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

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

/* GDPR */

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

/* Validation */

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

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

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

/* Submit button */

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

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}


/* 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;
  flex-direction: row;
  justify-content: flex-start;
  width: 80%;
}

.logo_nav_row {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.header-logo-containter{
    display: flex;
  justify-items: flex-start;
  align-items: center;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  max-width: 25%;
  overflow: hidden;
}

.header__row-1 {
  padding-top: 1.4rem;
  display:flex;
    justify-content: flex-end;
  align-items: center;

}


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

  .header__column {
    width: 100%;
    display: 
  }

.header-consult {
  width: 10%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-left: 10px;
}

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

@media (max-width: 756px) {
  .header__container {
    flex-direction: column;
    
  }

  .header__column {
    position: relative;
  }
  
  .logo_nav_row {
  display: flex;
  flex-direction: row;
  justify-content: center;

}

  .header__row-1 {
    padding-top: 0;
  }
  
  .header-logo-containter{
    display: flex;
  justify-items: flex-start;
  align-items: center;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  max-width: 40%;
  overflow: hidden;
}

  .header__row-2 {
    justify-content: flex-end;
  }
  
  .header-consult {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
    padding-top: .5rem;
    padding-bottom: .5rem;
}
}

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

}

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

.header__logo img {
}

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

.header__logo--main {
  padding-top: 1rem;
  padding-bottom: 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: 756px) {
  .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: 756px) {
  .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: 756px) {
  .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: 756px) {
  .header__navigation,
  .header__search,
  .header__language-switcher {
    display: none;
    width: 100%;
  }

  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
    background-color: white;
    display: block;
    left: 0;
    
    position: absolute;
    right: 0;
    top: 75px;
    z-index: 2;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    cursor: pointer;
    margin: 0 0vw;
    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: 0 0vw;
  }

  .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(https://402746.fs1.hubspotusercontent-na1.net/hubfs/402746/Jones%20the%20Agency%20Website/Images/Main%20Menu%20Nav/Mobile_Nav_Toggel.png);
    background-size: contain;
    height: 55px;
    width: 55px;
  }

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

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

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

/*
! tailwindcss v3.2.4 | MIT License | https://tailwindcss.com
*/*,:after,:before{border:0 solid #e5e7eb;box-sizing:border-box}:after,:before{--tw-content:""}html{-webkit-text-size-adjust:100%;font-feature-settings:normal;font-family:Red Hat Display,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4}body{line-height:inherit;margin:0}hr{border-top-width:1px;color:inherit;height:0}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{border-collapse:collapse;border-color:inherit;text-indent:0}button,input,optgroup,select,textarea{color:inherit;font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;margin:0;padding:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{color:#9ca3af;opacity:1}input::placeholder,textarea::placeholder{color:#9ca3af;opacity:1}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{height:auto;max-width:100%}[hidden]{display:none}*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }.container{margin-left:auto;margin-right:auto;width:100%}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px;padding-left:1.5rem;padding-right:1.5rem}}@media (min-width:1240px){.container{max-width:1240px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1440px){.container{max-width:1440px}}@media (min-width:1600px){.container{max-width:1600px}}@media (min-width:1920px){.container{max-width:1920px}}.absolute{position:absolute}.relative{position:relative}.inset-0{bottom:0;left:0;right:0;top:0}.left-0{left:0}.z-10{z-index:10}.z-50{z-index:50}.order-2{order:2}.order-1{order:1}.mx-auto{margin-left:auto;margin-right:auto}.my-12{margin-bottom:3rem;margin-top:3rem}.mb-6{margin-bottom:1.5rem}.mb-12{margin-bottom:3rem}.mr-3{margin-right:.75rem}.ml-auto{margin-left:auto}.mb-4{margin-bottom:1rem}.mb-8{margin-bottom:2rem}.mt-32{margin-top:8rem}.mb-0{margin-bottom:0}.mb-3{margin-bottom:.75rem}.mt-auto{margin-top:auto}.mt-12{margin-top:3rem}.mt-3{margin-top:.75rem}.ml-6{margin-left:1.5rem}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.grid{display:grid}.contents{display:contents}.hidden{display:none}.aspect-square{aspect-ratio:1/1}.h-3{height:.75rem}.h-full{height:100%}.h-16{height:4rem}.h-12{height:3rem}.min-h-screen{min-height:100vh}.w-full{width:100%}.w-3{width:.75rem}.w-52{width:13rem}.w-2\/3{width:66.666667%}.w-2\/5{width:40%}.w-fit{width:-moz-fit-content;width:fit-content}.w-16{width:4rem}.w-2\/12{width:16.666667%}.w-9\/12{width:75%}.w-12{width:3rem}.max-w-full{max-width:100%}.max-w-\[250px\]{max-width:250px}.flex-initial{flex:0 1 auto}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.cursor-pointer{cursor:pointer}.snap-x{scroll-snap-type:x var(--tw-scroll-snap-strictness)}.snap-center{scroll-snap-align:center}.snap-always{scroll-snap-stop:always}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.items-start{align-items:flex-start}.items-center{align-items:center}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-12{gap:3rem}.gap-x-2{-moz-column-gap:.5rem;column-gap:.5rem}.gap-x-4{-moz-column-gap:1rem;column-gap:1rem}.gap-x-3{-moz-column-gap:.75rem;column-gap:.75rem}.gap-x-1{-moz-column-gap:.25rem;column-gap:.25rem}.gap-x-6{-moz-column-gap:1.5rem;column-gap:1.5rem}.gap-y-6{row-gap:1.5rem}.gap-y-12{row-gap:3rem}.gap-y-4{row-gap:1rem}.gap-x-12{-moz-column-gap:3rem;column-gap:3rem}.gap-y-8{row-gap:2rem}.self-start{align-self:flex-start}.overflow-x-auto{overflow-x:auto}.overflow-x-hidden{overflow-x:hidden}.overflow-y-hidden{overflow-y:hidden}.truncate{overflow:hidden;text-overflow:ellipsis}.truncate,.whitespace-nowrap{white-space:nowrap}.rounded-full{border-radius:9999px}.rounded-md{border-radius:.375rem}.rounded-t-2xl{border-top-left-radius:1rem;border-top-right-radius:1rem}.rounded-r-2xl{border-bottom-right-radius:1rem;border-top-right-radius:1rem}.rounded-bl-none{border-bottom-left-radius:0}.border{border-width:1px}.border-solid{border-style:solid}.border-gray-primary{--tw-border-opacity:1;border-color:rgb(153 153 153/var(--tw-border-opacity))}.bg-gray-blue{--tw-bg-opacity:1;background-color:rgb(236 240 245/var(--tw-bg-opacity))}.bg-black{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity))}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.bg-blue-gray{--tw-bg-opacity:1;background-color:rgb(233 239 240/var(--tw-bg-opacity))}.bg-slate-900{--tw-bg-opacity:1;background-color:rgb(1 1 1/var(--tw-bg-opacity))}.bg-cover{background-size:cover}.bg-auto{background-size:auto}.bg-contain{background-size:contain}.bg-center{background-position:50%}.bg-top{background-position:top}.bg-right-top{background-position:100% 0}.bg-right{background-position:100%}.bg-left-bottom{background-position:0 100%}.bg-no-repeat{background-repeat:no-repeat}.object-cover{-o-object-fit:cover;object-fit:cover}.p-6{padding:1.5rem}.p-4{padding:1rem}.p-3{padding:.75rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-12{padding-bottom:3rem;padding-top:3rem}.px-3{padding-left:.75rem;padding-right:.75rem}.py-6{padding-bottom:1.5rem;padding-top:1.5rem}.px-12{padding-left:3rem;padding-right:3rem}.py-2{padding-bottom:.5rem;padding-top:.5rem}.py-24{padding-bottom:6rem;padding-top:6rem}.py-3{padding-bottom:.75rem;padding-top:.75rem}.px-0{padding-left:0;padding-right:0}.py-4{padding-bottom:1rem;padding-top:1rem}.px-4{padding-left:1rem;padding-right:1rem}.py-1{padding-bottom:.25rem;padding-top:.25rem}.pb-12{padding-bottom:3rem}.pb-6{padding-bottom:1.5rem}.pt-6{padding-top:1.5rem}.pt-12{padding-top:3rem}.pb-3{padding-bottom:.75rem}.pb-2{padding-bottom:.5rem}.pb-4{padding-bottom:1rem}.pl-8{padding-left:2rem}.pb-8{padding-bottom:2rem}.pl-12{padding-left:3rem}.pl-10{padding-left:2.5rem}.pr-6{padding-right:1.5rem}.pt-20{padding-top:5rem}.pb-80{padding-bottom:20rem}.pt-1{padding-top:.25rem}.pt-16{padding-top:4rem}.pb-1{padding-bottom:.25rem}.pr-4{padding-right:1rem}.text-center{text-align:center}.font-special{font-family:Kaufmann,ui-serif,Georgia,Cambria,Times New Roman,Times,serif}.font-sans{font-family:Red Hat Display,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji}.text-xl{font-size:1.5rem;line-height:1.75rem}.text-2xl{font-size:1.25rem;line-height:2rem}.text-lg{font-size:1.5rem;line-height:1.75rem}.text-hidden{font-size:0}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-5xl{font-size:3rem;line-height:1.1}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-6xl{font-size:3.75rem;line-height:1.1}.text-base{font-size:.75rem;line-height:1.5rem}.font-extrabold{font-weight:800}.font-black{font-weight:900}.font-bold{font-weight:700}.font-semibold{font-weight:600}.italic{font-style:italic}.leading-tight{line-height:1.25}.leading-none{line-height:1}.leading-snug{line-height:1.375}.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.text-gray-primary{--tw-text-opacity:1;color:rgb(153 153 153/var(--tw-text-opacity))}.text-black{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity))}.text-gray-700{--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity))}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.grayscale{--tw-grayscale:grayscale(100%);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}body{color:#000}main{font-size:16px}.widget-type-header h1,.widget-type-rich_text h1{font-size:1.25rem;font-weight:800;line-height:2rem}.widget-type-header h2,.widget-type-rich_text h2{font-size:1rem;font-weight:800;line-height:1.75rem}.widget-type-header h3,.widget-type-rich_text h3{font-size:.875rem;font-weight:700;line-height:1.75rem}.widget-type-header h4,.widget-type-rich_text h4{font-size:.875rem;font-weight:700;line-height:1.75rem}.widget-type-header h1,.widget-type-header h2,.widget-type-header h3,.widget-type-header h4,.widget-type-rich_text h1,.widget-type-rich_text h2,.widget-type-rich_text h3,.widget-type-rich_text h4{padding-bottom:1rem}.widget-type-header img,.widget-type-rich_text img{margin-bottom:.5rem}.widget-type-header strong,.widget-type-rich_text strong{font-weight:700}.widget-type-header a,.widget-type-rich_text a{--tw-text-opacity:1;color:rgb(29 78 216/var(--tw-text-opacity));text-decoration-line:underline}.widget-type-header blockquote,.widget-type-header iframe,.widget-type-header img,.widget-type-header ol,.widget-type-header p,.widget-type-header ul,.widget-type-rich_text blockquote,.widget-type-rich_text iframe,.widget-type-rich_text img,.widget-type-rich_text ol,.widget-type-rich_text p,.widget-type-rich_text ul{padding-bottom:1rem}.widget-type-header blockquote,.widget-type-rich_text blockquote{margin-bottom:2rem}.widget-type-header ul,.widget-type-rich_text ul{list-style:disc;padding-left:1.5rem}.widget-type-header ol,.widget-type-rich_text ol{list-style:decimal;padding-left:1.5rem}@media (min-width:1024px){.widget-type-header h1,.widget-type-rich_text h1{font-size:1.875rem;line-height:2.25rem}.widget-type-header h2,.widget-type-rich_text h2{font-size:1.25rem;line-height:2rem}.widget-type-header h3,.widget-type-rich_text h3{font-size:1rem;line-height:1.75rem}.widget-type-header h4,.widget-type-rich_text h4{font-size:.875rem;line-height:1.75rem}}.widget-type-header,.widget-type-rich_text{margin-left:auto;margin-right:auto;width:100%}@media (min-width:640px){.widget-type-header,.widget-type-rich_text{max-width:640px}}@media (min-width:768px){.widget-type-header,.widget-type-rich_text{max-width:768px}}@media (min-width:1024px){.widget-type-header,.widget-type-rich_text{max-width:1024px;padding-left:1.5rem;padding-right:1.5rem}}@media (min-width:1240px){.widget-type-header,.widget-type-rich_text{max-width:1240px}}@media (min-width:1280px){.widget-type-header,.widget-type-rich_text{max-width:1280px}}@media (min-width:1440px){.widget-type-header,.widget-type-rich_text{max-width:1440px}}@media (min-width:1600px){.widget-type-header,.widget-type-rich_text{max-width:1600px}}@media (min-width:1920px){.widget-type-header,.widget-type-rich_text{max-width:1920px}}.widget-type-header,.widget-type-rich_text{display:block}@media (min-width:1640px){.widget-type-header,.widget-type-rich_text{max-width:1640px}}img{max-width:100%}@media (min-width:1640px){.container{max-width:1640px!important}}@media (max-width:1023px){body #primary-nav{bottom:0;left:100%;position:fixed;top:0;transition:left .2s linear;width:100vw}body #primary-nav.active{left:0}}@keyframes gradientslide{0%{background:linear-gradient(#000,#000) padding-box,linear-gradient(70deg,#6fec61 -10%,#ff198c 10%,#ffbf01 50%,#6fec61 90.5%) border-box}5%{background:linear-gradient(#000,#000) padding-box,linear-gradient(70deg,#6fec61 -9.5%,#ff198c 11.5%,#ffbf01 51.75%,#6fec61 91%) border-box}10%{background:linear-gradient(#000,#000) padding-box,linear-gradient(70deg,#6fec61 -9%,#ff198c 13%,#ffbf01 53.5%,#6fec61 91.5%) border-box}15%{background:linear-gradient(#000,#000) padding-box,linear-gradient(70deg,#6fec61 -8.5%,#ff198c 14.5%,#ffbf01 55.25%,#6fec61 92%) border-box}20%{background:linear-gradient(#000,#000) padding-box,linear-gradient(70deg,#6fec61 -8%,#ff198c 16%,#ffbf01 57%,#6fec61 92.5%) border-box}25%{background:linear-gradient(#000,#000) padding-box,linear-gradient(70deg,#6fec61 -7.5%,#ff198c 17.5%,#ffbf01 58.75%,#6fec61 93%) border-box}30%{background:linear-gradient(#000,#000) padding-box,linear-gradient(70deg,#6fec61 -7%,#ff198c 19%,#ffbf01 60.5%,#6fec61 93.5%) border-box}35%{background:linear-gradient(#000,#000) padding-box,linear-gradient(70deg,#6fec61 -6.5%,#ff198c 20.5%,#ffbf01 62.25%,#6fec61 94%) border-box}40%{background:linear-gradient(#000,#000) padding-box,linear-gradient(70deg,#6fec61 -6%,#ff198c 22%,#ffbf01 64%,#6fec61 94.5%) border-box}45%{background:linear-gradient(#000,#000) padding-box,linear-gradient(70deg,#6fec61 -5.5%,#ff198c 23.5%,#ffbf01 65.75%,#6fec61 95%) border-box}50%{background:linear-gradient(#000,#000) padding-box,linear-gradient(70deg,#6fec61 -5%,#ff198c 25%,#ffbf01 67.5%,#6fec61 95.5%) border-box}55%{background:linear-gradient(#000,#000) padding-box,linear-gradient(70deg,#6fec61 -4.5%,#ff198c 26.5%,#ffbf01 69.25%,#6fec61 96%) border-box}60%{background:linear-gradient(#000,#000) padding-box,linear-gradient(70deg,#6fec61 -4%,#ff198c 28%,#ffbf01 71%,#6fec61 96.6%) border-box}65%{background:linear-gradient(#000,#000) padding-box,linear-gradient(70deg,#6fec61 -3.5%,#ff198c 29.5%,#ffbf01 72.75%,#6fec61 97%) border-box}70%{background:linear-gradient(#000,#000) padding-box,linear-gradient(70deg,#6fec61 -3%,#ff198c 31%,#ffbf01 74.5%,#6fec61 97.5%) border-box}75%{background:linear-gradient(#000,#000) padding-box,linear-gradient(70deg,#6fec61 -2.5%,#ff198c 32.5%,#ffbf01 76.25%,#6fec61 98%) border-box}80%{background:linear-gradient(#000,#000) padding-box,linear-gradient(70deg,#6fec61 -2%,#ff198c 34%,#ffbf01 78%,#6fec61 98.5%) border-box}85%{background:linear-gradient(#000,#000) padding-box,linear-gradient(70deg,#6fec61 -1.5%,#ff198c 35.5%,#ffbf01 79.75%,#6fec61 99%) border-box}90%{background:linear-gradient(#000,#000) padding-box,linear-gradient(70deg,#6fec61 -1%,#ff198c 37%,#ffbf01 81.5%,#6fec61 99.5%) border-box}95%{background:linear-gradient(#000,#000) padding-box,linear-gradient(70deg,#6fec61 -.5%,#ff198c 38.5%,#ffbf01 85.25%,#6fec61) border-box}to{background:linear-gradient(#000,#000) padding-box,linear-gradient(70deg,#6fec61,#ff198c 40%,#ffbf01 85%) border-box}}.gradient-button{background:linear-gradient(#000,#000) padding-box,linear-gradient(70deg,#ff198c 10%,#ffbf01 50%,#6fec61 90%) border-box;border:2px solid transparent;border-radius:21px 24px 24px 0;color:#fff;font-weight:800;padding:.5rem 2rem}.gradient-button:hover{animation-duration:.2s;animation-fill-mode:forwards;animation-name:gradientslide;background:linear-gradient(#000,#000) padding-box,linear-gradient(70deg,#6fec61,#ff198c 40%,#ffbf01 85%) border-box}@keyframes blackToGradient{0%{background:linear-gradient(#fff,#fff) padding-box,linear-gradient(90deg,#000,#000,#000) border-box}10%{background:linear-gradient(#fff,#fff) padding-box,linear-gradient(70deg,#6fec61 10%,#000 50%,#000 0) border-box}20%{background:linear-gradient(#fff,#fff) padding-box,linear-gradient(70deg,#6fec61 20%,#000 60%,#000 0) border-box}30%{background:linear-gradient(#fff,#fff) padding-box,linear-gradient(70deg,#6fec61 30%,#000 70%,#000 0) border-box}40%{background:linear-gradient(#fff,#fff) padding-box,linear-gradient(70deg,#6fec61 40%,#000 80%,#000 0) border-box}50%{background:linear-gradient(#fff,#fff) padding-box,linear-gradient(70deg,#ffbf01 10%,#6fec61 50%,#000 90%) border-box}60%{background:linear-gradient(#fff,#fff) padding-box,linear-gradient(70deg,#ffbf01 20%,#6fec61 60%,#000) border-box}70%{background:linear-gradient(#fff,#fff) padding-box,linear-gradient(70deg,#ffbf01 30%,#6fec61 70%,#000 110%) border-box}80%{background:linear-gradient(#fff,#fff) padding-box,linear-gradient(70deg,#ff198c 5%,#ffbf01 40%,#6fec61 80%,#000 120%) border-box}90%{background:linear-gradient(#fff,#fff) padding-box,linear-gradient(70deg,#ff198c 10%,#ffbf01 50%,#6fec61 90% #000 130%) border-box}to{background:linear-gradient(#fff,#fff) padding-box,linear-gradient(70deg,#ff198c 10%,#ffbf01 50%,#6fec61 90%,#6fec61) border-box}}.normal-button{background:linear-gradient(#fff,#fff) padding-box,linear-gradient(90deg,#000,#000,#000) border-box;border:2px solid transparent;border-radius:21px 24px 24px 0;color:#000;font-weight:800;padding:.5rem 2rem;transition:all .4s linear}.normal-button:hover{background:linear-gradient(#fff,#fff) padding-box,linear-gradient(70deg,#ff198c 10%,#ffbf01 50%,#6fec61 90%) border-box}.yellow-button{background:linear-gradient(#000,#000) padding-box,linear-gradient(70deg,#fbe45b 30%,#ffbf01 70%) border-box;border:2px solid transparent;border-radius:21px 24px 24px 0;color:#fff;font-weight:800;padding:.5rem 2rem;transition:all .4s linear}.yellow-button:hover{color:#ffe433}.pink-button{background:linear-gradient(#000,#000) padding-box,linear-gradient(92deg,#ee66c4,#ec3c8b) border-box;border:2px solid transparent;border-radius:21px 24px 24px 0;color:#fff;font-weight:800;padding:.5rem 2rem;transition:all .4s linear}.pink-button:hover{color:#ee66c4}.green-button{background:linear-gradient(#000,#000) padding-box,linear-gradient(92deg,#6fec61,#59c87c) border-box;border:2px solid transparent;border-radius:21px 24px 24px 0;color:#fff;font-weight:800;padding:.5rem 2rem;transition:all .4s linear}.green-button:hover{color:#6fec61}@media (min-width:1024px){.yellow-button{font-size:1.2rem}}.header-button{background:linear-gradient(#000,#000) padding-box,linear-gradient(90deg,#fff,#fff,#fff) border-box;border:2px solid transparent;border-radius:21px 24px 24px 0;color:#fff;font-weight:600;height:auto!important;opacity:1!important;padding:.5rem 2rem;transition:all .2s linear;width:auto!important}@media (min-width:1024px) and (max-width:1240px){.header-button{display:none}}@media (min-width:1024px) and (max-width:1600px){.header-button{padding:.5rem 1rem}}@media (min-width:1601px){.header-button{font-size:20px}}.header-button:hover{background:linear-gradient(#000,#000) padding-box,linear-gradient(70deg,#ff198c 10%,#ffbf01 50%,#6fec61 90%) border-box}@media (max-width:1023px){body #primary-nav>ul>li.yellow>a{background:linear-gradient(#000,#000) padding-box,linear-gradient(70deg,#ffe433,#ffbf01 70%) border-box;border-bottom:2px solid transparent}body #primary-nav>ul>li.pink>a{background:linear-gradient(#000,#000) padding-box,linear-gradient(70deg,#ff59c8,#ff198c 70%) border-box;border-bottom:2px solid transparent}body #primary-nav>ul>li.green>a{background:linear-gradient(#000,#000) padding-box,linear-gradient(70deg,#23f046,#00cc73 70%) border-box;border-bottom:2px solid transparent}}@media (min-width:1024px){body #primary-nav>ul>li.yellow{background:linear-gradient(#000,#000) padding-box,linear-gradient(70deg,#ffe433,#ffbf01 70%) border-box;border-bottom:2px solid transparent}body #primary-nav>ul>li.yellow a{display:block;padding-bottom:.25rem;padding-top:0}body #primary-nav>ul>li.pink{background:linear-gradient(#000,#000) padding-box,linear-gradient(70deg,#ff59c8,#ff198c 70%) border-box;border-bottom:2px solid transparent}body #primary-nav>ul>li.pink a{display:block;padding-bottom:.25rem;padding-top:0}body #primary-nav>ul>li.green{background:linear-gradient(#000,#000) padding-box,linear-gradient(70deg,#23f046,#00cc73 70%) border-box;border-bottom:2px solid transparent}body #primary-nav>ul>li.green a{display:block;padding-bottom:.25rem;padding-top:0}}#primary-nav [data-parent]>a{position:relative}@media (max-width:1023px){body #primary-nav [data-parent]>a:after{content:"\f107";font-family:Font Awesome\ 5 Free;font-weight:900;height:0;position:absolute;right:-.4em;top:.175em;width:0}}@media (min-width:1024px){body #primary-nav [data-parent]:after{content:"\f107";font-family:Font Awesome\ 5 Free;font-weight:900;height:0;position:absolute;right:-.2em;top:.175em;width:0}body #primary-nav [data-parent]:hover ul{display:flex;flex-direction:column;left:-.5rem}body #primary-nav [data-parent]:hover ul li:last-child a{padding-bottom:.75rem}body #primary-nav [data-parent]:after{font-size:1.5rem}body #primary-nav ul li.yellow a:active,body #primary-nav ul li.yellow a:hover{-webkit-text-fill-color:transparent;background:linear-gradient(70deg,#ffe433,#ffbf01 70%);-webkit-background-clip:text}body #primary-nav ul li.pink a:active,body #primary-nav ul li.pink a:hover{-webkit-text-fill-color:transparent;background:linear-gradient(70deg,#ff59c8,#ff198c 70%);-webkit-background-clip:text}body #primary-nav ul li.green a:active,body #primary-nav ul li.green a:hover{-webkit-text-fill-color:transparent;background:linear-gradient(70deg,#23f046,#00cc73 70%);-webkit-background-clip:text}body #primary-nav ul li.multi a:active,body #primary-nav ul li.multi a:hover{-webkit-text-fill-color:transparent;background:linear-gradient(70deg,#ffe433,#ffbf01 20%,#ff59c8 40%,#ff198c 60%,#23f046 80%,#00cc73);-webkit-background-clip:text}}footer a:hover{cursor:pointer;text-decoration:underline}footer h4:has(a:hover){background:linear-gradient(#fff,#fff) padding-box,linear-gradient(90deg,#000,#000) border-box!important}footer h4 a:hover{text-decoration:none}.dot,.dot-internet-of-things{background:transparent linear-gradient(58deg,#ff198c,#f6c142 50%,#59c87c) 0 0 no-repeat padding-box}.dot-emergency-services{background:transparent linear-gradient(58deg,#fbe45b,#ffbf01) 0 0 no-repeat padding-box}.dot-voice-to-cloud{background:transparent linear-gradient(58deg,#6fec61,#59c87c) 0 0 no-repeat padding-box}.dot-customer-care{background:transparent linear-gradient(58deg,#ee66c4,#ec3c8b) 0 0 no-repeat padding-box}[data-el=clickable-card] a:after{bottom:0;content:"";left:0;position:absolute;right:0;top:0}.blog-pagination__link.blog-pagination__next-link--disabled,.blog-pagination__link.blog-pagination__prev-link--disabled{opacity:.3;pointer-events:none}.blog-pagination__link--active{color:#ff198c;font-weight:700;pointer-events:none}.blog-pagination__number-link:not(.blog-pagination__link--active):hover{text-decoration:underline}.blog-pagination__prev-link:after{content:"\f053"}.blog-pagination__next-link:after,.blog-pagination__prev-link:after{display:block;font-family:Font Awesome\ 5 Free;font-size:22px;font-weight:900}.blog-pagination__next-link:after{content:"\f054"}@media (min-width:1024px){[data-el=blog-latest-posts-grid]>div:not(:last-child){position:relative}[data-el=blog-latest-posts-grid]>div:not(:last-child) :after{background:#707070;bottom:0;content:"";display:block;left:calc(100% + 1.5rem);position:absolute;right:-1.5rem;top:0;width:1px}}[data-el=blog-footer-subscribe] form{display:flex;gap:1rem;justify-content:end}[data-el=blog-footer-subscribe] .inputs-list,[data-el=blog-footer-subscribe] label{display:none}[data-el=blog-footer-subscribe] .hs-button{background:linear-gradient(#000,#000) padding-box,linear-gradient(70deg,#ff198c 10%,#ffbf01 50%,#6fec61 90%) border-box;border:2px solid transparent;border-radius:21px 24px 24px 0;color:#fff;font-weight:800;margin-top:.05rem;padding:.5rem 2rem}[data-el=blog-footer-subscribe] input[type=email]{border-radius:.375rem;font-size:.875rem;line-height:1.75rem;padding-bottom:.5rem;padding-left:.75rem;padding-right:.75rem;padding-top:.5rem}[data-el=blog-footer-subscribe] .hs-button:hover{animation-duration:.2s;animation-fill-mode:forwards;animation-name:gradientslide;background:linear-gradient(#000,#000) padding-box,linear-gradient(70deg,#6fec61,#ff198c 40%,#ffbf01 85%) border-box}[data-el=blog-footer-subscribe] .submitted-message{color:#fff;font-size:1rem;line-height:1.75rem;text-align:right}@media (min-width:1024px){[data-el=blog-footer-subscribe] form{-moz-column-gap:2rem;column-gap:2rem}[data-el=blog-footer-subscribe] input[type=email]{min-width:300px}}@media (min-width:1224px){[data-el=blog-footer-subscribe] input[type=email]{min-width:400px}}[data-el=clickable-card]:nth-child(odd) .tag-bar{background:transparent linear-gradient(90deg,#ee66c4,#ec3c8b) 0 0 no-repeat padding-box}[data-el=clickable-card]:nth-child(2n) .tag-bar{background:transparent linear-gradient(90deg,#6fec61,#59c87c) 0 0 no-repeat padding-box}[data-el=clickable-card] .tag-bar.tag-bar__emergency-services{background:transparent linear-gradient(70deg,#ffe433,#ffbf01 70%) 0 0 no-repeat padding-box!important}[data-el=clickable-card] .tag-bar.tag-bar__customer-care{background:transparent linear-gradient(70deg,#ff59c8,#ff198c 70%) 0 0 no-repeat padding-box!important}[data-el=clickable-card] .tag-bar.tag-bar__voice-to-cloud{background:transparent linear-gradient(70deg,#23f046,#00cc73 70%) 0 0 no-repeat padding-box!important}[data-el=clickable-card] .tag-bar.tag-bar__internet-of-things{background:transparent linear-gradient(70deg,#ff198c 10%,#ffbf01 50%,#6fec61 90%) 0 0 no-repeat padding-box!important}.blog-post__body .wysiwyg blockquote{margin-bottom:2rem}.blog-post__body .wysiwyg blockquote,.blog-post__body .wysiwyg iframe,.blog-post__body .wysiwyg img,.blog-post__body .wysiwyg ol,.blog-post__body .wysiwyg p,.blog-post__body .wysiwyg ul{padding-bottom:1rem}.blog-post__body .wysiwyg .hs-embed-wrapper{display:contents!important}.blog-post__body .wysiwyg a{text-decoration:underline}.blog-post__body .wysiwyg ul{list-style:disc;padding-left:1.5rem}.blog-post__body .wysiwyg ol{list-style:decimal;padding-left:1.5rem}.blog-post__body .wysiwyg blockquote{font-size:.875rem;line-height:1.75rem;padding-bottom:2rem;padding-left:3rem;padding-top:2rem;position:relative}.blog-post__body .wysiwyg blockquote:before{background:transparent linear-gradient(219deg,#ff198c,#f6c142 50%,#59c87c) 0 0 no-repeat padding-box;bottom:0;content:"";height:100%;left:0;position:absolute;top:0;width:14px}@media (min-width:1024px){.blog-post__body .wysiwyg blockquote,.blog-post__body .wysiwyg iframe,.blog-post__body .wysiwyg img,.blog-post__body .wysiwyg ol,.blog-post__body .wysiwyg p,.blog-post__body .wysiwyg ul{font-size:.875rem;line-height:1.75rem;padding-bottom:1.5rem}.blog-post__body .wysiwyg blockquote{font-size:1.25rem;line-height:2rem}}@media (min-width:1400px){.blog-post__body .wysiwyg blockquote,.blog-post__body .wysiwyg iframe,.blog-post__body .wysiwyg img,.blog-post__body .wysiwyg ol,.blog-post__body .wysiwyg p,.blog-post__body .wysiwyg ul{font-size:1rem;line-height:1.75rem;padding-bottom:1.5rem}}#resource-center a:hover .hover-gradient-text{-webkit-text-fill-color:transparent;background:linear-gradient(70deg,#ff198c 10%,#ffbf01 50%,#6fec61 90%) 0 0 no-repeat padding-box;-webkit-background-clip:text}[data-el=resource-form] h3{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity));font-size:1rem;font-weight:800;line-height:1.75rem;margin-bottom:.75rem}[data-el=resource-form] input[type=email],[data-el=resource-form] input[type=text]{border-radius:.375rem;font-size:.875rem;line-height:1.75rem;padding:.5rem .75rem;width:100%}[data-el=resource-form] input[type=submit]{background:linear-gradient(#000,#000) padding-box,linear-gradient(70deg,#ff198c 10%,#ffbf01 50%,#6fec61 90%) border-box;border:2px solid transparent;border-radius:21px 24px 24px 0;color:#fff;font-weight:800;margin-top:1rem;padding:.5rem 2rem}[data-el=resource-form] input[type=submit]:hover{animation-duration:.2s;animation-fill-mode:forwards;animation-name:gradientslide;background:linear-gradient(#000,#000) padding-box,linear-gradient(70deg,#6fec61,#ff198c 40%,#ffbf01 85%) border-box}[data-el=resource-form] form{display:flex;flex-direction:column;gap:1rem}[data-el=resource-form] label{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity));font-size:.875rem;line-height:1.75rem;margin-bottom:.25rem}[data-el=resource-form] .hs-error-msgs{display:none}[data-el=resource-form] .hs-form-required{color:red;margin-left:.25rem}@media (min-width:1024px){[data-el=resource-form] h3{font-size:1.25rem;line-height:2rem;white-space:nowrap}}@media (min-width:1224px){[data-el=resource-form] h3{font-size:1.875rem;line-height:2.25rem;padding-right:1.5rem;white-space:nowrap}}[data-el=landing-wysiwyg] li{font-weight:800}[data-el=landing-wysiwyg] h1,[data-el=landing-wysiwyg] h2,[data-el=landing-wysiwyg] h3,[data-el=landing-wysiwyg] p,[data-el=landing-wysiwyg] ul{padding-bottom:.5rem}.text-gradient{background:transparent linear-gradient(70deg,#ff198c 10%,#ffbf01 50%,#6fec61 90%) 0 0 no-repeat padding-box;-webkit-background-clip:text}.hover\:text-gradient:hover,.text-gradient{-webkit-text-fill-color:transparent;display:inline-block}.hover\:text-gradient:hover{background:transparent linear-gradient(70deg,#6fec61,#ff198c 40%,#ffbf01 85%) 0 0 no-repeat padding-box;-webkit-background-clip:text}[data-el=contact-us] .submitted-message{-webkit-text-fill-color:transparent;background:transparent linear-gradient(85deg,#ff198c,#f6c142 50%,#59c87c) 0 0 no-repeat padding-box;-webkit-background-clip:text;display:inline-block;font-family:Kaufmann,ui-serif,Georgia,Cambria,Times New Roman,Times,serif;font-size:1rem;line-height:1.75rem;margin-left:auto;margin-right:auto;text-align:center}[data-el=contact-us] .hbspt-form{background:transparent linear-gradient(112deg,#000,#010101 40%,#4c4c4c) 0 0 no-repeat padding-box;padding-bottom:3rem;padding-left:1.5rem;padding-right:1.5rem;padding-top:3rem}[data-el=contact-us] a:hover{text-decoration:underline}body.min-h-screen main[data-el=contact-us] .hbspt-form .form-columns-1,body.min-h-screen main[data-el=contact-us] .hbspt-form .form-columns-2,body.min-h-screen main[data-el=contact-us] .hbspt-form .form-columns-3,body.min-h-screen main[data-el=contact-us] .hbspt-form fieldset{display:flex;flex-direction:column;gap:1.5rem;max-width:100%;width:100%}body.min-h-screen main[data-el=contact-us] .hbspt-form .form-columns-1>div,body.min-h-screen main[data-el=contact-us] .hbspt-form .form-columns-2>div,body.min-h-screen main[data-el=contact-us] .hbspt-form .form-columns-3>div,body.min-h-screen main[data-el=contact-us] .hbspt-form fieldset>div{width:100%!important}body.min-h-screen main[data-el=contact-us] .hbspt-form label:not(.hs-main-font-element){display:none!important}body.min-h-screen main[data-el=contact-us] .hbspt-form .hs-main-font-element{color:red;font-size:.875rem;line-height:1.75rem}body.min-h-screen main[data-el=contact-us] .hbspt-form input[type=email],body.min-h-screen main[data-el=contact-us] .hbspt-form input[type=tel],body.min-h-screen main[data-el=contact-us] .hbspt-form input[type=text],body.min-h-screen main[data-el=contact-us] .hbspt-form textarea{border-radius:.375rem;display:block;font-size:.875rem;line-height:1.75rem;padding-bottom:.25rem;padding-left:.75rem;padding-right:.75rem;padding-top:.25rem;width:100%!important}body.min-h-screen main[data-el=contact-us] .hbspt-form div{float:none!important}body.min-h-screen main[data-el=contact-us] .hbspt-form form{display:flex;flex-direction:column;gap:1.5rem}body.min-h-screen main[data-el=contact-us] .hbspt-form input[type=submit]{background:linear-gradient(#000,#000) padding-box,linear-gradient(70deg,#ff198c 10%,#ffbf01 50%,#6fec61 90%) border-box;border:2px solid transparent;border-radius:21px 24px 24px 0;color:#fff;font-weight:800;padding:.5rem 2rem}body.min-h-screen main[data-el=contact-us] .hbspt-form textarea{min-height:180px;min-width:100%}body.min-h-screen main[data-el=contact-us] .hbspt-form input[type=submit]:hover{animation-duration:.2s;animation-fill-mode:forwards;animation-name:gradientslide;background:linear-gradient(#000,#000) padding-box,linear-gradient(70deg,#6fec61,#ff198c 40%,#ffbf01 85%) border-box}@media (min-width:1024px){[data-el=contact-us] .hbspt-form{padding:3rem}body.min-h-screen main[data-el=contact-us] .hbspt-form .form-columns-2,body.min-h-screen main[data-el=contact-us] .hbspt-form .form-columns-3{display:flex;flex-direction:row;gap:1.5rem}body.min-h-screen main[data-el=contact-us] .hbspt-form .form-columns-2>div{width:50%}body.min-h-screen main[data-el=contact-us] .hbspt-form .form-columns-3>div{width:33.333333%}body.min-h-screen main[data-el=contact-us] .hbspt-form input[type=email],body.min-h-screen main[data-el=contact-us] .hbspt-form input[type=tel],body.min-h-screen main[data-el=contact-us] .hbspt-form input[type=text],body.min-h-screen main[data-el=contact-us] .hbspt-form textarea{padding:.75rem}}@media (min-width:1024px) and (max-width:1239px){body,html{font-size:15px!important}}#blog-posts-subscribe-form .hs-error-msg,#blog-posts-subscribe-form h3,#blog-posts-subscribe-form label{display:none}#blog-posts-subscribe-form form{display:flex;flex-direction:column;gap:1.5rem}#blog-posts-subscribe-form input[type=email]{--tw-text-opacity:1;border-radius:.375rem;color:rgb(0 0 0/var(--tw-text-opacity));font-size:.875rem;line-height:1.75rem;padding:.5rem;width:100%}#blog-posts-subscribe-form input[type=submit]{background:linear-gradient(#000,#000) padding-box,linear-gradient(70deg,#ff198c 10%,#ffbf01 50%,#6fec61 90%) border-box;border:2px solid transparent;border-radius:21px 24px 24px 0;color:#fff;font-weight:800;padding:.5rem 2rem}#blog-posts-subscribe-form input[type=submit]:hover{animation-duration:.2s;animation-fill-mode:forwards;animation-name:gradientslide;background:linear-gradient(#000,#000) padding-box,linear-gradient(70deg,#6fec61,#ff198c 40%,#ffbf01 85%) border-box}@media (min-width:1024px){.hero_cards__image{height:80px;width:80px}}[data-el=blog-footer-subscribe] #hs_cos_wrapper_blog_subscribe_title{display:none}.hover\:underline:hover{text-decoration-line:underline}@media (min-width:768px){.md\:mx-3{margin-left:.75rem;margin-right:.75rem}.md\:h-full{height:100%}.md\:h-auto{height:auto}.md\:w-\[48\%\]{width:48%}.md\:w-auto{width:auto}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:flex-wrap{flex-wrap:wrap}.md\:justify-center{justify-content:center}.md\:pt-24{padding-top:6rem}.md\:text-6xl{font-size:3.75rem;line-height:1.1}.md\:text-3xl{font-size:1.875rem;line-height:2.25rem}.md\:text-4xl{font-size:2.25rem;line-height:2.5rem}}@media (min-width:1024px){.lg\:absolute{position:absolute}.lg\:relative{position:relative}.lg\:order-1{order:1}.lg\:order-2{order:2}.lg\:my-12{margin-bottom:3rem;margin-top:3rem}.lg\:mx-auto{margin-left:auto;margin-right:auto}.lg\:my-0{margin-bottom:0;margin-top:0}.lg\:mb-10{margin-bottom:2.5rem}.lg\:mb-24{margin-bottom:6rem}.lg\:mt-36{margin-top:9rem}.lg\:mb-12{margin-bottom:3rem}.lg\:ml-auto{margin-left:auto}.lg\:mr-4{margin-right:1rem}.lg\:mr-auto{margin-right:auto}.lg\:ml-4{margin-left:1rem}.lg\:mb-0{margin-bottom:0}.lg\:mb-6{margin-bottom:1.5rem}.lg\:mb-20{margin-bottom:5rem}.lg\:mr-8{margin-right:2rem}.lg\:ml-0{margin-left:0}.lg\:mt-0{margin-top:0}.lg\:block{display:block}.lg\:flex{display:flex}.lg\:hidden{display:none}.lg\:h-full{height:100%}.lg\:h-36{height:9rem}.lg\:w-3\/5{width:60%}.lg\:w-2\/5{width:40%}.lg\:w-7\/12{width:58.333333%}.lg\:w-5\/12{width:41.666667%}.lg\:w-9\/12{width:75%}.lg\:w-4\/5{width:80%}.lg\:w-1\/2{width:50%}.lg\:w-1\/5{width:20%}.lg\:w-8\/12{width:66.666667%}.lg\:w-3\/4{width:75%}.lg\:w-1\/4{width:25%}.lg\:w-2\/3{width:66.666667%}.lg\:w-\[31\%\]{width:31%}.lg\:w-11\/12{width:91.666667%}.lg\:w-7\/10{width:70%}.lg\:w-1\/3{width:33.333333%}.lg\:w-1\/12{width:8.333333%}.lg\:w-10\/12{width:83.333333%}.lg\:w-2\/12{width:16.666667%}.lg\:w-\[170px\]{width:170px}.lg\:max-w-\[220px\]{max-width:220px}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:flex-row{flex-direction:row}.lg\:flex-col{flex-direction:column}.lg\:flex-wrap{flex-wrap:wrap}.lg\:items-start{align-items:flex-start}.lg\:items-center{align-items:center}.lg\:justify-end{justify-content:flex-end}.lg\:justify-center{justify-content:center}.lg\:justify-between{justify-content:space-between}.lg\:gap-4{gap:1rem}.lg\:gap-6{gap:1.5rem}.lg\:gap-12{gap:3rem}.lg\:gap-20{gap:5rem}.lg\:gap-24{gap:6rem}.lg\:gap-x-12{-moz-column-gap:3rem;column-gap:3rem}.lg\:gap-y-12{row-gap:3rem}.lg\:gap-x-8{-moz-column-gap:2rem;column-gap:2rem}.lg\:gap-x-6{-moz-column-gap:1.5rem;column-gap:1.5rem}.lg\:gap-y-0{row-gap:0}.lg\:self-start{align-self:flex-start}.lg\:self-center{align-self:center}.lg\:whitespace-nowrap{white-space:nowrap}.lg\:bg-black{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity))}.lg\:bg-cover{background-size:cover}.lg\:p-12{padding:3rem}.lg\:p-10{padding:2.5rem}.lg\:p-0{padding:0}.lg\:px-6{padding-left:1.5rem;padding-right:1.5rem}.lg\:py-10{padding-bottom:2.5rem;padding-top:2.5rem}.lg\:px-10{padding-left:2.5rem;padding-right:2.5rem}.lg\:py-12{padding-bottom:3rem;padding-top:3rem}.lg\:py-24{padding-bottom:6rem;padding-top:6rem}.lg\:py-8{padding-bottom:2rem;padding-top:2rem}.lg\:py-16{padding-bottom:4rem;padding-top:4rem}.lg\:px-0{padding-left:0;padding-right:0}.lg\:px-12{padding-left:3rem;padding-right:3rem}.lg\:px-4{padding-left:1rem;padding-right:1rem}.lg\:py-2{padding-bottom:.5rem;padding-top:.5rem}.lg\:pb-12{padding-bottom:3rem}.lg\:pb-24{padding-bottom:6rem}.lg\:pb-0{padding-bottom:0}.lg\:pt-12{padding-top:3rem}.lg\:pb-36{padding-bottom:9rem}.lg\:pt-20{padding-top:5rem}.lg\:pb-4{padding-bottom:1rem}.lg\:pl-6{padding-left:1.5rem}.lg\:pt-0{padding-top:0}.lg\:pb-10{padding-bottom:2.5rem}.lg\:pt-6{padding-top:1.5rem}.lg\:pb-20{padding-bottom:5rem}.lg\:pt-10{padding-top:2.5rem}.lg\:pt-24{padding-top:6rem}.lg\:pl-10{padding-left:2.5rem}.lg\:pb-6{padding-bottom:1.5rem}.lg\:pt-16{padding-top:4rem}.lg\:pr-0{padding-right:0}.lg\:text-left{text-align:left}.lg\:text-right{text-align:right}.lg\:text-2xl{font-size:1.25rem;line-height:2rem}.lg\:text-3xl{font-size:1.875rem;line-height:2.25rem}.lg\:text-xl{font-size:1rem;line-height:1.75rem}.lg\:text-4xl{font-size:2.25rem;line-height:2.5rem}.lg\:text-5xl{font-size:3rem;line-height:1.1}.lg\:text-6xl{font-size:3.75rem;line-height:1.1}.lg\:text-7xl{font-size:4.5rem;line-height:1.1}.lg\:text-lg{font-size:.875rem;line-height:1.75rem}.lg\:shadow-lg{--tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.hover\:lg\:bg-white:hover{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.hover\:lg\:text-black:hover{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity))}}@media (min-width:1240px){.not-quite-xl\:absolute{position:absolute}}@media (min-width:1280px){.xl\:mb-0{margin-bottom:0}.xl\:mb-16{margin-bottom:4rem}.xl\:mt-6{margin-top:1.5rem}.xl\:mr-8{margin-right:2rem}.xl\:flex{display:flex}.xl\:w-3\/5{width:60%}.xl\:w-44{width:11rem}.xl\:w-3\/4{width:75%}.xl\:w-7\/12{width:58.333333%}.xl\:w-\[23\%\]{width:23%}.xl\:w-2\/3{width:66.666667%}.xl\:w-4\/12{width:33.333333%}.xl\:w-2\/12{width:16.666667%}.xl\:max-w-\[375px\]{max-width:375px}.xl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.xl\:flex-row{flex-direction:row}.xl\:gap-24{gap:6rem}.xl\:gap-x-8{-moz-column-gap:2rem;column-gap:2rem}.xl\:py-24{padding-bottom:6rem;padding-top:6rem}.xl\:py-0{padding-bottom:0;padding-top:0}.xl\:px-12{padding-left:3rem;padding-right:3rem}.xl\:px-10{padding-left:2.5rem;padding-right:2.5rem}.xl\:pb-24{padding-bottom:6rem}.xl\:pb-48{padding-bottom:12rem}.xl\:pr-20{padding-right:5rem}.xl\:pr-0{padding-right:0}.xl\:pl-16{padding-left:4rem}.xl\:pb-12{padding-bottom:3rem}.xl\:pr-24{padding-right:6rem}.xl\:text-4xl{font-size:2.25rem;line-height:2.5rem}.xl\:text-3xl{font-size:1.875rem;line-height:2.25rem}.xl\:text-5xl{font-size:3rem;line-height:1.1}.xl\:text-3\.5xl{font-size:1.9rem;line-height:2.35rem}.xl\:text-xl{font-size:1rem;line-height:1.75rem}.xl\:text-2xl{font-size:1.25rem;line-height:2rem}.xl\:text-lg{font-size:.875rem;line-height:1.75rem}.xl\:text-6xl{font-size:3.75rem;line-height:1.1}}@media (min-width:1440px){.\32xl\:mr-10{margin-right:2.5rem}.\32xl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.\32xl\:gap-x-10{-moz-column-gap:2.5rem;column-gap:2.5rem}.\32xl\:text-xl{font-size:1rem;line-height:1.75rem}}@media (min-width:1600px){.\33xl\:mr-20{margin-right:5rem}}


/* /////////////////////////////////////Buttons/////////////////////////////////////////// */
.black-border-button {
  background-color: transparent; 
  border: 2px solid black;
  color: black;
  border-radius: 30px;
  padding: 10px 20px;
  text-align: center;
  text-decoration: bold;
  display: inline-block;
  font-size: 21px;
}

.red-border-button {
  background-color: transparent; 
  border: 2px solid #C54729;
  color: #C54729;
  border-radius: 30px;
  padding: 10px 20px;
  text-align: center;
  text-decoration: bold;
  display: inline-block;
  font-size: 21px;
}
.red-border-black-text-button {
  background-color: transparent; 
  border: 2px solid #C54729;
  color: black;
  border-radius: 30px;
  padding: 10px 20px;
  text-align: center;
  text-decoration: bold;
  display: inline-block;
  font-size: 21px;
}
.red-border-black-text-button link {
 color: black;
}

.green-oval-button {
  background-color: #455270; 
  border: 0px solid;
  color: white;
  border-radius: 30px;
  padding: 10px 20px;
  text-align: center;
  text-decoration: bold;
  display: inline-block;
  font-size: 21px;
  
}
.white-oval-button {
  background-color: #ebebe0; 
  border: 0px solid;
  color: a4c7c9;
  border-radius: 30px;
  padding: 10px 20px;
  text-align: center;
  text-decoration: bold;
  display: inline-block;
  font-size: 21px;
}

.red-oval-button {
  background-color: #c54729; 
  border: 0px solid;
  color: white;
  border-radius: 30px;
  padding: 10px 20px;
  text-align: center;
  text-decoration: bold;
  display: inline-block;
  font-size: 21px;
}

.large_white-oval-button {
  background-color: white; 
  border: none;
  border-radius: 40px;
  padding: 15px 30px;
  text-align: center;
  text-decoration: bold;
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.25);

}

.red_arrow {
  color: #c9411c; /* your red arrow color */
  font-size: 30px;
  font-weight: bold;
}

.button-content {
  display: flex;
  align-items: center;
  gap: 10px; /* space between text and arrow */
}

/* //////////////////////////////////////////////////////////Row////////////////////////////////////////////////////////// */
.row-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 80%;
}

/* Column */
.column-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 90%;
  margin: auto;
}

@media only screen and (max-width: 600px) {
.row-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 90%;
}
.column-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 90%;
  margin: auto;
}  
  
}

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


/*//////////////////////////////////////////Text //////////////////////////////////////////////////////*/

h1 {
margin-bottom: 20px;
  font-family: 'lato';
}

h2 {
  font-size: 38px;
margin-bottom: 20px;
  font-family: 'lato';
}

p {
  font-family: 'lato';
  margin-bottom: 20px;
}

.font-size-15px {
    font-family: 'lato';
  font-size: 15px;
}
.font-size-20px {
  font-size: 20px;
}

.font-size-40px {
  font-size: 40px;
}

.font-size-50px {
  font-size: 50px;
}
.font-size-60px {
  font-size: 60px;
}

.sizeable-text-10vw {
font-size: 10vw;
}

.green-bold-text {
font-weight: bold;
  color: #2392a2;
}

a:link {
color: #c54729;
}

a:visited {
}

a:hover {
  color: #c54729;
  font-weight: 700;
  text-decoration: none;
}
a:active {
    color: #c54729;
  font-weight: 700;
  text-decoration: none;
}
.font-lato {
  font-family: 'lato';
}

.lato-thin {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.lato-light {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.lato-regular {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.lato-bold {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.lato-black {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.lato-thin-italic {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.lato-light-italic {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.lato-regular-italic {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.lato-bold-italic {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.lato-black-italic {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: italic;
}






/* ////////////////////////////////// Lists ////////////////////////////// */
ul {
  list-style-type: disc;
  margin-left: 25px;
}

/* ////////////////////////////////// Borders ////////////////////////////// */
.top-border-R-10 {
  border: 0px solid;
  border-radius: 10px 10px 0px 0px;
}

.bottom-border-R-10 {
  border: 0px solid;
  border-radius: 0px 0px 10px 10px;
}

.bottom-margin-neg-10 {
  margin-bottom: -10px;
}

.bottom-margin-neg-15 {
  margin-bottom: -15px;
}

.rounded-borders {
  border: 0px solid;
  border-radius: 10px;
}

/* ////////////////////////////////// background colors ////////////////////////////// */
.background-red {
  background-color: red;
}

.background-tan {
  background-color: #ebebe0;
}

/* ////////////////////////////////// Width ////////////////////////////// */

.width20 {
display: flex;
  align-items: center;
  width: 20%;
}

.width100 {
display: flex;
  align-items: center;
  width: 100%;
}

/* ////////////////////////////////// Spacing ////////////////////////////// */
.margin-top-20 {
  margin-top: 20px;
}

/*//////////////////////////////////////////Blog Listing Page CSS /////////////////////////////////////*/

.blog-header-containter {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin-top: 30px;

}
.blog-header-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start; 
  height: 200px;
  margin-top: 30px;
  width: 40%;

}
.blog-header-color {
  color: #455270;
  font-size: 80px;
  font-weight: bold;
  letter-spacing: -4px;

}
.blog-subhead-text {
  color: #455270;
  font-weight: 200;
  font-size: 24px;
  margin-top: -10px;
  margin-bottom: 40px;
}

.blog-header-image {
  display: flex;
  justify-content: center;
  z-index: 1;
  width: 30%;
}
.blog-header-image-size {
  width: 450px;
  object-fit: contain;
}

.blog-featured-post-containter {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
  margin-top: -60px;
  margin-bottom: 30px;
}

.blog-featured-post {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 70%;
  padding-right: 20px;
}

.blog-featured-image {
  width: 100%;
  object-fit: cover;
  border-radius: 20px 20px 0px 0px;
  z-index: -1;
}

.blog-featured-post-title-text-containter {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-height: 70px;
  background-color: #ebebe0;
  border: 0px solid;
  border-radius: 0px 0px 20px 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.popular-posts-full {
  width: 30%;
  margin-left: 15px;

}

.blog-search-header-text {
  font-family: 'Lato';
  font-size: 22px;
  font-weight: bold;
}

.blog-search-form {
  background-color: white;
  padding-bottom: 20px;
  width: 100%;
  color: black;

}

.blog-search-form input {
  background-color: white;
  border: 2px solid red;
  border-radius: 30px;
  color: black;
}


.blog-search-text {
}

.popular-post-header-text {
  color: #c54729;
  line-height: 60px;
  font-family: 'Lato';
  font-size: 32px;
  font-weight: bold;
  margin-top: -10px;
}
.popular-post-text {
  color: black;
  line-height: 30px;
  font-family: 'lato';
  font-size: 20px;
}

.popular-posts-mobile {
    display: none;
  }

.blue-background {
  padding: 50px;
  background-color: blue;
}

.blog-tan-background {
  background-color: #ebebe0;
  border: 0px solid;
  border-radius: 10px 10px 10px 10px;
}

.grid-container {
  display: grid;
  grid-template-columns: auto auto auto auto;
  grid-gap: 10px;
  background-color: #2196F3;
  padding: 10px;
}

.round-top-corners {
  border: 0px solid;
  border-radius: 10px 10px 0px 0px;
}

.round-bottom-corners {
  border: 0px solid;
  border-radius: 0px 0px 10px 10px;
}


.centered-text {
display:flex;
  justify-content: center;
}

.catagory-buttons {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #455270;
  border: 0px solid;
  border-radius: 50px;
  height: 90px;

}

.blog-subsrcibe-footer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.blog-subsrcibe-footer-image {
 display: flex;
 justify-content: center;
  align-items: flex-end;
  width: 40%;
}

.blog-subscribe-footer-text-container {
display: flex;
  flex-direction: column;
  justify-content: center;
  width: 60%;
}
.blog-subsrcibe-footer-text {
  font-size: 50px;
  color: #c54729;
  font-family: 'lato';
  font-weight: 900;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 20px 0px 60px 0px;
  
}

.blog-subsrcibe-footer-sub-text {
  font-family: 'lato';
  font-size: 30px;
  color: black;
  margin-top: -60px;
}

.blog-subscribe-button {
  display:flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog-subscribe-button {
  display: flex;
  
}

/* ///////////////////////////////////// blog 800 px CSS ////////////////////////////////////*/

@media screen and (max-width: 800px) {
.blog-header-containter {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  
}
  
  .blog-header-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center; 
  font-weight: 200;
  font-size: 60px;

}
  .blog-header-color {
  color: #455270;
  font-weight: 900;
  font-size: 50px;
  letter-spacing: -1px;
}
.blog-subhead-text {
  color: #455270;
  font-weight: 200;
  font-size: 16px;
}

.blog-header-image {
  display: flex;
  justify-content: center;
  z-index: 1;
  width: 50%;
}
.blog-header-image-size {
  width: 300px;
  object-fit: contain;
}

.blog-featured-post-containter {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;

}

.blog-featured-post {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  margin-right: 20px;
}

.blog-featured-image {
  width: 100%;
  object-fit: cover;
  border-radius: 20px 20px 0px 0px;

}

.blog-featured-post-title-text-containter {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-height: 70px;
  background-color: #ebebeb;
  border: 0px solid;
  border-radius: 0px 0px 20px 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.popular-post-text {
  color: #171123;
  line-height: 60px;
}

.blue-background {
  padding: 50px;
background-color: blue;
}
  
  .popular-posts-full {
  display: none;
  }
  
  .popular-posts-mobile {
    display: flex;
    flex-direction: column;
 
  }

.popular-posts-mobile-header {
      display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
.grid-container {
  display: grid;
  grid-template-columns: auto auto auto auto;
  grid-gap: 10px;
  background-color: #2196F3;
  padding: 10px;
}

.round-top-corners {
  border: 0px solid;
  border-radius: 10px 10px 0px 0px;
}

.round-bottom-corners {
  border: 0px solid;
  border-radius: 0px 0px 10px 10px;
}


.centered-text {
display:flex;
  justify-content: center;
}

.catagory-buttons {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #455270;
  border: 0px solid;
  border-radius: 50px;
  height: 90px;

}

.blog-subsrcibe-footer {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding: 20px 0px 60px 0px;
}

  .blog-subscribe-footer-text-container {
display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}

.blog-subsrcibe-footer-text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 20px 0px 60px 0px;

}

.blog-subscribe-button {
  display:flex;
  justify-content: center;
  align-items: center;
}

.blog-subscribe-button {
  display: flex;
  
}

}

/* ///////////////////////////////////// blog mobile CSS ////////////////////////////////////*/

@media screen and (max-width: 450px) {
.blog-header-containter {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 200px;
  
}
  .blog-header-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center; 
  height: auto;
  width: 50%;

}
  .blog-header-color {
  color: #455270;
  font-weight: 900;
  font-size: 60px;
  letter-spacing: -1px;
  line-height: 60px;

}
.blog-subhead-text {
  color: #455270;
  font-weight: 200;
  font-size: 16px;
   margin-top: 10px;
}

.blog-header-image {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  width: 50%;
}
.blog-header-image-size {
   display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: auto;
  object-fit: contain;
}
  
.blog-featured-post-containter {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  margin-top: 30px;

}

.blog-featured-post {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  margin-right: 20px;
}
  
.blog-subsrcibe-footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
  
.blog-subsrcibe-footer-text {
  font-size: 30px;
  text-align: center;
  line-height: 40px;
  color: #c54729;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.blog-subsrcibe-footer-sub-text {
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  color: black;
  margin-top: -40px;
}
  
.blog-subscribe-button {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center; 
  margin-top: 15px;
  
}
  
}

/*///////////////////////////////// Blog Post CSS ////////////////////////////////*/
.blog-post-featured-image {
  display: flex;
  border: 0px solid;
  border-radius: 50px;
  margin-bottom: 30px;
    width: 100%;
  object-fit: cover;
}

.blog-post-content-containter {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 80%;
  margin: auto;
}

.blog-post-title-text {
  color: #171123;
}

.blog-post-author-date {
  display: flex;
  flex-direction: row;
  margin-bottom: 30px;
}

.blog-bottom-CTA {
  margin-bottom: 30px;
}

.blog-post-recent-posts-title-box {
  display: flex;
  padding: 10px;
  border: 0px solid;
  margin-top: -10px;
  background-color: #ebebe0;
}

@media screen and (max-width: 450px) {
.blog-post-title-text {
  color: #171123;
  font-size: 28px;
}


}



/* ///////////////////////////////////// Landing & Thank You Pages /////////////////////////////////////////// */

.LP_top_container {
display:flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
  background-color: #d1e3e4;

}

.LP_center_content {
  display:flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
height: auto;
}