/** before everything, added by AN */

/* line 2, resources/assets/styles/common/_aux.scss */

#__bs_notify__ {
  opacity: 0.1 !important;
  right: 50% !important;
  transform: translateX(50%) scale(0.5) !important;
}

/* stylelint-disable */

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/

/* line 7, resources/assets/styles/common/_reset_v2.scss */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */

/* line 29, resources/assets/styles/common/_reset_v2.scss */

:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */

/* line 34, resources/assets/styles/common/_reset_v2.scss */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/* line 39, resources/assets/styles/common/_reset_v2.scss */

body {
  line-height: 1;
}

/* line 43, resources/assets/styles/common/_reset_v2.scss */

ol,
ul {
  list-style: none;
}

/* line 47, resources/assets/styles/common/_reset_v2.scss */

blockquote,
q {
  quotes: none;
}

/* line 51, resources/assets/styles/common/_reset_v2.scss */

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

/* line 57, resources/assets/styles/common/_reset_v2.scss */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 62, resources/assets/styles/common/_reset_v2.scss */

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* line 70, resources/assets/styles/common/_reset_v2.scss */

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 78, resources/assets/styles/common/_reset_v2.scss */

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

/* line 88, resources/assets/styles/common/_reset_v2.scss */

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

/* line 102, resources/assets/styles/common/_reset_v2.scss */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

/* line 112, resources/assets/styles/common/_reset_v2.scss */

[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

/* line 123, resources/assets/styles/common/_reset_v2.scss */

html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

/* line 133, resources/assets/styles/common/_reset_v2.scss */

a:focus {
  outline: thin dotted;
  outline: none;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

/* line 142, resources/assets/styles/common/_reset_v2.scss */

a:active,
a:hover {
  outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

/* line 152, resources/assets/styles/common/_reset_v2.scss */

img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

/* line 161, resources/assets/styles/common/_reset_v2.scss */

figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */

/* line 169, resources/assets/styles/common/_reset_v2.scss */

form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

/* line 177, resources/assets/styles/common/_reset_v2.scss */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

/* line 189, resources/assets/styles/common/_reset_v2.scss */

legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

/* line 203, resources/assets/styles/common/_reset_v2.scss */

button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

/* line 218, resources/assets/styles/common/_reset_v2.scss */

button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

/* line 230, resources/assets/styles/common/_reset_v2.scss */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

/* line 245, resources/assets/styles/common/_reset_v2.scss */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

/* line 258, resources/assets/styles/common/_reset_v2.scss */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

/* line 270, resources/assets/styles/common/_reset_v2.scss */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

/* line 284, resources/assets/styles/common/_reset_v2.scss */

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

/* line 296, resources/assets/styles/common/_reset_v2.scss */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */

/* line 305, resources/assets/styles/common/_reset_v2.scss */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

/* line 316, resources/assets/styles/common/_reset_v2.scss */

textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/**
 * Remove most spacing between table cells.
 */

/* line 325, resources/assets/styles/common/_reset_v2.scss */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 330, resources/assets/styles/common/_reset_v2.scss */

html,
button,
input,
select,
textarea {
  color: #222;
}

/* line 339, resources/assets/styles/common/_reset_v2.scss */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

/* line 344, resources/assets/styles/common/_reset_v2.scss */

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/* line 349, resources/assets/styles/common/_reset_v2.scss */

img {
  vertical-align: middle;
}

/* line 353, resources/assets/styles/common/_reset_v2.scss */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/* line 359, resources/assets/styles/common/_reset_v2.scss */

textarea {
  resize: vertical;
}

/* line 363, resources/assets/styles/common/_reset_v2.scss */

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/** Box Model  */

/** Below this point is mobile view */

/** site padding */

/** Import everything from autoload */

/**
 * Import npm dependencies
 *
 * Prefix your imports with `~` to grab from node_modules/
 * @see https://github.com/webpack-contrib/sass-loader#imports
 */

/** Import theme styles */

/* line 25, resources/assets/styles/common/_global.scss */

body {
  background: #fff !important;
}

/* line 29, resources/assets/styles/common/_global.scss */

.container.wrap {
  max-width: 100%;
}

/* line 33, resources/assets/styles/common/_global.scss */

.grid {
  display: grid;
}

/* line 37, resources/assets/styles/common/_global.scss */

.flex {
  display: flex;
}

/* line 41, resources/assets/styles/common/_global.scss */

.flex_wrap {
  flex-wrap: wrap;
}

/* line 45, resources/assets/styles/common/_global.scss */

.sub-container {
  width: 100%;
}

/* line 49, resources/assets/styles/common/_global.scss */

._relative {
  position: relative;
}

/* line 53, resources/assets/styles/common/_global.scss */

._absolute {
  position: absolute;
}

/* line 57, resources/assets/styles/common/_global.scss */

._above_bg {
  z-index: 7;
}

/* line 61, resources/assets/styles/common/_global.scss */

.bg.absolute {
  --bg_object_position_height: 50%;
  --bg_object_position_width: 50%;
  --bg_object_position_height_mobile: 50%;
  --bg_object_position_width_mobile: 50%;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/* line 73, resources/assets/styles/common/_global.scss */

.bg.absolute img {
  object-fit: cover;
  object-position: var(--bg_object_position_width) var(--bg_object_position_height);
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  /* line 73, resources/assets/styles/common/_global.scss */

  .bg.absolute img {
    object-position: var(--bg_object_position_width_mobile) var(--bg_object_position_height_mobile);
    transition: 0.25s object-position ease;
  }
}

/* line 85, resources/assets/styles/common/_global.scss */

.bg.absolute svg {
  object-fit: cover;
  object-position: 50% var(--bg_object_position_height);
  height: 100%;
}

/* line 91, resources/assets/styles/common/_global.scss */

.bg.absolute video {
  background-color: darkslategray;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* line 99, resources/assets/styles/common/_global.scss */

.bg.absolute[has_bottom_image] > img,
.bg.absolute[has_bottom_image] > svg {
  width: 100%;
  height: auto;
}

/* line 104, resources/assets/styles/common/_global.scss */

.bg.absolute[has_bottom_image] > img[is_bottom_image],
.bg.absolute[has_bottom_image] > svg[is_bottom_image] {
  position: absolute;
  bottom: 0;
}

/* line 112, resources/assets/styles/common/_global.scss */

.container {
  width: 100%;
  margin: 0 auto;
  max-width: 1160px;
}

/* line 117, resources/assets/styles/common/_global.scss */

.container._full_width {
  max-width: 100%;
}

/* line 121, resources/assets/styles/common/_global.scss */

.container._desktop_default {
  max-width: 1160px;
}

/* line 125, resources/assets/styles/common/_global.scss */

.container._desktop_960 {
  max-width: 960px;
}

/* line 130, resources/assets/styles/common/_global.scss */

section {
  position: relative;
  max-width: 100%;
  padding-left: clamp(20px, calc(1.25rem + (30 - 20) * ((100vw - 360px) / (390 - 360))), 30px);
  padding-right: clamp(20px, calc(1.25rem + (30 - 20) * ((100vw - 360px) / (390 - 360))), 30px);
}

/* line 155, resources/assets/styles/common/_global.scss */

div,
p,
b,
a,
li,
ul,
ol,
input,
textarea {
  font-family: "Oxygen", sans-serif;
}

/* line 167, resources/assets/styles/common/_global.scss */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Oxygen", sans-serif;
}

/* line 221, resources/assets/styles/common/_global.scss */

ol {
  list-style: decimal;
  margin-left: 2.5em;
}

/* line 226, resources/assets/styles/common/_global.scss */

ul,
ol {
  margin-left: 2.5em;
}

/* line 230, resources/assets/styles/common/_global.scss */

ul + p,
ol + p {
  margin-top: 1.25em;
}

/* line 235, resources/assets/styles/common/_global.scss */

b,
ul li,
ol li,
p {
  font-size: 15px;
  line-height: 1.66em;
  letter-spacing: -0.01em;
}

/* line 245, resources/assets/styles/common/_global.scss */

.text-container.large b,
.text-container.large ul li,
.text-container.large ol li,
.text-container.large p {
  font-size: 16px;
  line-height: 1.625em;
  letter-spacing: -0.01em;
}

/* line 255, resources/assets/styles/common/_global.scss */

sup {
  font-size: 50%;
  position: relative;
  line-height: 0;
  top: -0.75em;
}

/* line 264, resources/assets/styles/common/_global.scss */

h1 sup {
  font-size: 0.5em;
}

/* line 268, resources/assets/styles/common/_global.scss */

em {
  font-style: italic;
}

/* line 272, resources/assets/styles/common/_global.scss */

strong {
  font-weight: 700;
}

/* line 276, resources/assets/styles/common/_global.scss */

nav ul,
nav ol {
  list-style: none;
  margin: 0;
}

/* line 282, resources/assets/styles/common/_global.scss */

.text-container[_source=wwg] {
  max-width: 100%;
}

/* line 286, resources/assets/styles/common/_global.scss */

.text-container[_source=wwg][color_mode=normal] h1,
.text-container[_source=wwg][color_mode=normal] h2,
.text-container[_source=wwg][color_mode=normal] h3,
.text-container[_source=wwg][color_mode=normal] h4,
.text-container[_source=wwg][color_mode=normal] h5,
.text-container[_source=wwg][color_mode=normal] h6 {
  color: var(--color_header);
}

/* line 295, resources/assets/styles/common/_global.scss */

.text-container[_source=wwg][color_mode=normal] p,
.text-container[_source=wwg][color_mode=normal] ol li,
.text-container[_source=wwg][color_mode=normal] ul li,
.text-container[_source=wwg][color_mode=normal] b {
  color: var(--color_paragraphs);
}

/* line 304, resources/assets/styles/common/_global.scss */

.text-container[_source=wwg][color_mode=advanced] h1 {
  color: var(--color_h1);
}

/* line 308, resources/assets/styles/common/_global.scss */

.text-container[_source=wwg][color_mode=advanced] h2 {
  color: var(--color_h2);
}

/* line 312, resources/assets/styles/common/_global.scss */

.text-container[_source=wwg][color_mode=advanced] h3 {
  color: var(--color_h3);
}

/* line 316, resources/assets/styles/common/_global.scss */

.text-container[_source=wwg][color_mode=advanced] h4 {
  color: var(--color_h4);
}

/* line 320, resources/assets/styles/common/_global.scss */

.text-container[_source=wwg][color_mode=advanced] h5 {
  color: var(--color_h5);
}

/* line 324, resources/assets/styles/common/_global.scss */

.text-container[_source=wwg][color_mode=advanced] h6 {
  color: var(--color_h6);
}

/* line 328, resources/assets/styles/common/_global.scss */

.text-container[_source=wwg][color_mode=advanced] p,
.text-container[_source=wwg][color_mode=advanced] ol li,
.text-container[_source=wwg][color_mode=advanced] ul li,
.text-container[_source=wwg][color_mode=advanced] b {
  color: var(--color_paragraphs);
}

/* line 337, resources/assets/styles/common/_global.scss */

svg._arrow_right.left {
  transform: rotateZ(180deg);
}

/* line 341, resources/assets/styles/common/_global.scss */

.bold {
  font-weight: bold;
}

/* line 569, resources/assets/styles/common/_global.scss */

.narrow {
  padding: clamp(70px, calc(4.375rem + (80 - 70) * ((100vw - 767px) / (1800 - 767))), 80px) clamp(20px, calc(1.25rem + (30 - 20) * ((100vw - 360px) / (390 - 360))), 30px) 70px !important;
}

/* line 573, resources/assets/styles/common/_global.scss */

*[shadow=true] {
  background: #fff;
  box-shadow: 0 3px 6px #00000029;
}

/* line 578, resources/assets/styles/common/_global.scss */

*[rounded=true] {
  border-radius: 16px;
}

/* line 582, resources/assets/styles/common/_global.scss */

.privacy_policy {
  padding: clamp(70px, calc(4.375rem + (120 - 70) * ((100vw - 767px) / (1800 - 767))), 120px) clamp(20px, calc(1.25rem + (30 - 20) * ((100vw - 360px) / (390 - 360))), 30px) clamp(80px, calc(5rem + (170 - 80) * ((100vw - 767px) / (1800 - 767))), 170px);
}

/* line 585, resources/assets/styles/common/_global.scss */

.privacy_policy .bg.absolute {
  height: auto;
}

/* line 590, resources/assets/styles/common/_global.scss */

[hidden] {
  display: none;
}

/* line 594, resources/assets/styles/common/_global.scss */

[id] {
  scroll-margin-top: 83px;
}

/* line 598, resources/assets/styles/common/_global.scss */

.display_none {
  display: none !important;
}

/* line 603, resources/assets/styles/common/_global.scss */

h1 {
  font-style: normal;
  font-weight: bold;
  font-size: clamp(30px, calc(1.875rem + (40 - 30) * ((100vw - 767px) / (1800 - 767))), 40px);
  line-height: 1.15;
}

/* line 609, resources/assets/styles/common/_global.scss */

h1 + p {
  margin-top: 1.6875em;
}

/* line 614, resources/assets/styles/common/_global.scss */

h2 {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.2em;
  letter-spacing: -0.01em;
}

/* line 622, resources/assets/styles/common/_global.scss */

h2 + p {
  margin-top: 0.73em;
}

/* line 627, resources/assets/styles/common/_global.scss */

h2[title-group] {
  font-style: normal;
  font-weight: bold;
  font-size: clamp(26px, calc(1.625rem + (32 - 26) * ((100vw - 767px) / (1800 - 767))), 32px);
  line-height: 1.2em;
  letter-spacing: -0.01em;
}

/* line 636, resources/assets/styles/common/_global.scss */

h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 17px;
  line-height: 1.235em;
  letter-spacing: -0.01em;
}

/* line 644, resources/assets/styles/common/_global.scss */

h3 + p {
  margin-top: 0.8em;
}

/* line 649, resources/assets/styles/common/_global.scss */

h3[title-group] {
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.2666em;
  letter-spacing: 0.05em;
}

/* line 658, resources/assets/styles/common/_global.scss */

h6 {
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.2666em;
  letter-spacing: 0.05em;
}

/* line 675, resources/assets/styles/common/_global.scss */

hr {
  max-width: 100%;
  display: flex;
  justify-self: flex-start;
  margin: 2.3em 0;
  border: none;
  height: 2px;
  width: 700px;
  background-color: #e6e6e6;
}

/* line 686, resources/assets/styles/common/_global.scss */

p + h2 {
  margin-top: 1.45em;
}

/* line 691, resources/assets/styles/common/_global.scss */

p + h3 {
  margin-top: 1.82em;
}

/* line 695, resources/assets/styles/common/_global.scss */

p + h4,
p + h5,
p + h6 {
  margin-top: 1em;
}

/* line 701, resources/assets/styles/common/_global.scss */

a {
  color: #e55025;
  fill: #e55025;
}

/* line 705, resources/assets/styles/common/_global.scss */

a.cta {
  display: inline-flex;
  font-style: normal;
  font-weight: bold;
  font-size: clamp(13px, calc(0.8125rem + (14 - 13) * ((100vw - 1800px) / (767 - 1800))), 14px);
  line-height: 1.1em;
  letter-spacing: 0.02em;
  text-decoration: none;
  align-items: center;
}

/* line 716, resources/assets/styles/common/_global.scss */

a.arrow {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: 0.25s all ease;
}

/* line 722, resources/assets/styles/common/_global.scss */

a.arrow svg {
  margin-left: 3px;
  transition: 0.25s all ease;
  transform: translateX(0);
}

/* line 729, resources/assets/styles/common/_global.scss */

a.arrow.arrow-left svg {
  margin-left: 0;
  margin-right: 3px;
}

/* line 735, resources/assets/styles/common/_global.scss */

a.arrow path {
  fill: #e55025;
  transition: 0.25s all ease;
}

/* line 740, resources/assets/styles/common/_global.scss */

a.arrow.hover,
a.arrow:hover {
  color: #00a8be;
  fill: #00a8be;
}

/* line 745, resources/assets/styles/common/_global.scss */

a.arrow.hover svg,
a.arrow:hover svg {
  transform: translateX(3px);
}

/* line 748, resources/assets/styles/common/_global.scss */

a.arrow.hover svg path,
a.arrow:hover svg path {
  fill: #00a8be;
}

/* line 754, resources/assets/styles/common/_global.scss */

a.arrow.hover.arrow-left svg,
a.arrow:hover.arrow-left svg {
  transform: rotateY(180deg) translateX(3px) !important;
}

/* line 761, resources/assets/styles/common/_global.scss */

a.nostyle {
  text-decoration: none;
}

/* line 767, resources/assets/styles/common/_global.scss */

p + p {
  margin-top: 2.133em;
}

/* line 772, resources/assets/styles/common/_global.scss */

ul li {
  list-style: none;
  position: relative;
}

/* line 776, resources/assets/styles/common/_global.scss */

ul li::marker {
  display: none;
}

/* line 780, resources/assets/styles/common/_global.scss */

ul li::before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: -1em;
  display: inline-flex;
  width: 9px;
  height: 8.7px;
  align-self: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='9' height='8.772' viewBox='0 0 9 8.772'%3E%3Cdefs%3E%3CclipPath id='bullet_arrow_clip-path'%3E%3Crect id='Rectangle_8' data-name='Rectangle 8' width='9' height='8.772' fill='%2300a8be'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='bullet_arrow' transform='translate(0 0)'%3E%3Cg id='Group_16' data-name='Group 16' transform='translate(0 0)' clip-path='url(/assets/themes/inteliquet/dist/styles/%23bullet_arrow_clip-path)'%3E%3Cpath id='Path_41' data-name='Path 41' d='M4.273.142a.48.48,0,0,1,.681,0l3.9,3.9a.48.48,0,0,1,0,.681l-3.9,3.9a.48.48,0,0,1-.681,0l-.446-.445A.483.483,0,0,1,3.835,7.5L6.255,5.19H.482A.481.481,0,0,1,0,4.708V4.065a.481.481,0,0,1,.482-.482H6.255L3.835,1.277A.479.479,0,0,1,3.826.588Z' transform='translate(0 0)' fill='%2300a8be'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

/* line 797, resources/assets/styles/common/_global.scss */

ul[cols="2"] {
  column-count: 2;
  column-gap: clamp(20px, calc(1.25rem + (30 - 20) * ((100vw - 767px) / (1800 - 767))), 30px);
}

/* line 804, resources/assets/styles/common/_global.scss */

main.main {
  position: relative;
}

/* line 6, resources/assets/styles/common/_buttons.scss */

p.button,
a.button {
  display: inline-block;
  text-decoration: none;
  padding: 6px 10px;
  background: #e55025;
  color: #fff;
  font-style: normal;
  font-weight: 800;
  font-size: 15px;
  line-height: 1.2em;
  letter-spacing: -0.01em;
  transition: 0.3s all ease;
  box-sizing: border-box;
}

/* line 27, resources/assets/styles/common/_buttons.scss */

p.button._hover,
p.button:hover,
a.button._hover,
a.button:hover {
  cursor: pointer;
  background: #00a8be;
  color: #fff;
}

/* line 39, resources/assets/styles/common/_buttons.scss */

p.button.arrow,
p.button.arrow_on_hover,
a.button.arrow,
a.button.arrow_on_hover {
  display: inline-flex;
  align-items: center;
  border: none;
  transition: 0.5s all ease;
}

/* line 46, resources/assets/styles/common/_buttons.scss */

p.button.arrow > svg,
p.button.arrow_on_hover > svg,
a.button.arrow > svg,
a.button.arrow_on_hover > svg {
  margin-left: 4px;
}

/* line 49, resources/assets/styles/common/_buttons.scss */

p.button.arrow > svg path,
p.button.arrow_on_hover > svg path,
a.button.arrow > svg path,
a.button.arrow_on_hover > svg path {
  fill: #fff;
  transition: 0.3s all ease;
}

@keyframes arrow_on_hover {
  0% {
    opacity: 0;
    max-width: 0;
    margin-left: 0;
  }

  40% {
    opacity: 0;
  }

  100% {
    opacity: 1;
    max-width: 10px;
    margin-left: 4px;
  }
}

@keyframes arrow_on_hover_default {
  0% {
    opacity: 1;
    max-width: 10px;
    margin-left: 4px;
  }

  40% {
    opacity: 0;
  }

  100% {
    opacity: 0;
    max-width: 0;
    margin-left: 0;
  }
}

/* line 92, resources/assets/styles/common/_buttons.scss */

p.button.arrow.arrow_on_hover svg,
p.button.arrow_on_hover.arrow_on_hover svg,
a.button.arrow.arrow_on_hover svg,
a.button.arrow_on_hover.arrow_on_hover svg {
  animation-name: arrow_on_hover_default;
  animation-duration: 0.3s;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

/* line 100, resources/assets/styles/common/_buttons.scss */

p.button.arrow.arrow_on_hover:hover svg,
p.button.arrow_on_hover.arrow_on_hover:hover svg,
a.button.arrow.arrow_on_hover:hover svg,
a.button.arrow_on_hover.arrow_on_hover:hover svg {
  animation-name: arrow_on_hover;
}

/* line 106, resources/assets/styles/common/_buttons.scss */

p.button.arrow._hover,
p.button.arrow:hover,
p.button.arrow_on_hover._hover,
p.button.arrow_on_hover:hover,
a.button.arrow._hover,
a.button.arrow:hover,
a.button.arrow_on_hover._hover,
a.button.arrow_on_hover:hover {
  background: #00a8be;
  color: #fff;
}

/* line 111, resources/assets/styles/common/_buttons.scss */

p.button.arrow._hover > svg path,
p.button.arrow:hover > svg path,
p.button.arrow_on_hover._hover > svg path,
p.button.arrow_on_hover:hover > svg path,
a.button.arrow._hover > svg path,
a.button.arrow:hover > svg path,
a.button.arrow_on_hover._hover > svg path,
a.button.arrow_on_hover:hover > svg path {
  fill: #fff;
}

/* line 116, resources/assets/styles/common/_buttons.scss */

p.button.arrow:active,
p.button.arrow_on_hover:active,
a.button.arrow:active,
a.button.arrow_on_hover:active {
  background: #0ce3ff;
}

/* line 121, resources/assets/styles/common/_buttons.scss */

p.button.large,
a.button.large {
  padding: 5px 10px 6px;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.333em;
  letter-spacing: -0.01em;
}

/* line 130, resources/assets/styles/common/_buttons.scss */

p.button[mobile-disappear],
a.button[mobile-disappear] {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  /* line 130, resources/assets/styles/common/_buttons.scss */

  p.button[mobile-disappear],
  a.button[mobile-disappear] {
    display: none;
  }
}

/* line 138, resources/assets/styles/common/_buttons.scss */

p.button[mobile-appear],
a.button[mobile-appear] {
  display: none;
}

@media screen and (max-width: 767px) {
  /* line 138, resources/assets/styles/common/_buttons.scss */

  p.button[mobile-appear],
  a.button[mobile-appear] {
    display: inline-block;
  }
}

/* line 147, resources/assets/styles/common/_buttons.scss */

p.button._no_action._hover,
p.button._no_action:hover,
a.button._no_action._hover,
a.button._no_action:hover {
  cursor: default;
  background-color: inherit;
}

/** Search form */

/* line 8, resources/assets/styles/common/_forms.scss */

h2.form_title {
  color: #fff;
  margin: 15px 0 14px;
}

/* line 189, resources/assets/styles/common/_forms.scss */

form .gform_fields {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 198, resources/assets/styles/common/_forms.scss */

form .gform_fields .gfield {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 13px 0;
  width: 100%;
}

/* line 206, resources/assets/styles/common/_forms.scss */

form .gform_fields .gfield.gform_hidden {
  display: none;
}

/* line 210, resources/assets/styles/common/_forms.scss */

form .gform_fields .gfield.gfield_visibility_hidden {
  visibility: hidden;
}

/* line 214, resources/assets/styles/common/_forms.scss */

form .gform_fields .gfield.gfield--width-full {
  width: 100%;
}

@media screen and (max-width: 767px) {
  /* line 214, resources/assets/styles/common/_forms.scss */

  form .gform_fields .gfield.gfield--width-full {
    width: 100%;
  }
}

/* line 221, resources/assets/styles/common/_forms.scss */

form .gform_fields .gfield.gfield--width-full > .ginput_container_textarea {
  width: 100%;
}

/* line 224, resources/assets/styles/common/_forms.scss */

form .gform_fields .gfield.gfield--width-full > .ginput_container_textarea > textarea {
  width: 100%;
  box-sizing: border-box;
}

/* line 231, resources/assets/styles/common/_forms.scss */

form .gform_fields .gfield.gfield--width-half {
  width: calc(50% - 40px / 2);
}

@media screen and (max-width: 767px) {
  /* line 231, resources/assets/styles/common/_forms.scss */

  form .gform_fields .gfield.gfield--width-half {
    width: 100%;
  }
}

/* line 239, resources/assets/styles/common/_forms.scss */

form .gform_fields .gfield.gfield--width-third {
  width: calc(33.333% - 80px / 3);
}

@media screen and (max-width: 767px) {
  /* line 239, resources/assets/styles/common/_forms.scss */

  form .gform_fields .gfield.gfield--width-third {
    width: 100%;
  }
}

/* line 247, resources/assets/styles/common/_forms.scss */

form .gform_fields .gfield div.ginput_container {
  width: 100%;
}

/* line 250, resources/assets/styles/common/_forms.scss */

form .gform_fields .gfield div.ginput_container:not(.ginput_container_textarea) {
  height: 40px;
}

/* line 255, resources/assets/styles/common/_forms.scss */

form .gform_fields .gfield div.ginput_container.ginput_container_textarea textarea {
  width: 100%;
  box-sizing: border-box;
  resize: none;
  background-color: transparent;
  border-width: 1px 0 1px 0;
  border-color: #c8c8c8;
  border-style: solid;
  outline: none;
  padding-top: 16px;
  padding-right: 0;
  padding-bottom: 6px;
  padding-left: 0;
}

/* line 269, resources/assets/styles/common/_forms.scss */

form .gform_fields .gfield div.ginput_container.ginput_container_textarea textarea:focus {
  background-color: transparent;
  border-width: 1px 0 1px 0;
  border-color: #c8c8c8;
  border-style: solid;
  outline: none;
}

/* line 279, resources/assets/styles/common/_forms.scss */

form .gform_fields .gfield input:not([type="checkbox"]) {
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  padding-top: 16px;
  padding-right: 0;
  padding-bottom: 6px;
  padding-left: 0;
  border-width: 0 0 1px 0;
  border-color: #c8c8c8;
  border-style: solid;
  background-color: transparent;
  box-shadow: none;
  outline: none;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 1.222em;
  letter-spacing: -0.16px;
  color: #44546a;
}

/* line 303, resources/assets/styles/common/_forms.scss */

form .gform_fields .gfield input:not([type="checkbox"])::placeholder {
  color: #44546a;
}

/* line 307, resources/assets/styles/common/_forms.scss */

form .gform_fields .gfield input:not([type="checkbox"]):focus {
  border-width: 0 0 1px 0;
  border-color: #c8c8c8;
  border-style: solid;
  background-color: transparent;
  box-shadow: none;
  outline: none;
}

/* line 318, resources/assets/styles/common/_forms.scss */

form .gform_fields .gfield select {
  height: 100%;
  width: 100%;
  font-family: "Oxygen", sans-serif;
  color: #44546a;
  border-width: 0 0 1px 0;
  border-color: #c8c8c8;
  border-style: solid;
  background-color: transparent;
  box-shadow: none;
  outline: none;
  text-decoration: none;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.25em;
  letter-spacing: -0.01em;
  transition: 0.1s all ease;
}

/* line 335, resources/assets/styles/common/_forms.scss */

form .gform_fields .gfield select:focus {
  color: #44546a;
  border-width: 0 0 1px 0;
  border-color: #c8c8c8;
  border-style: solid;
  background-color: transparent;
  box-shadow: none;
  outline: none;
}

/* line 345, resources/assets/styles/common/_forms.scss */

form .gform_fields .gfield select > option {
  padding: 0 !important;
}

/* line 350, resources/assets/styles/common/_forms.scss */

form .gform_fields .gfield > span {
  width: 100%;
  margin: 0 0 10px 0;
}

/* line 354, resources/assets/styles/common/_forms.scss */

form .gform_fields .gfield > span + span {
  margin-left: 10px;
}

/* line 358, resources/assets/styles/common/_forms.scss */

form .gform_fields .gfield > span.ajax-loader {
  position: absolute;
  left: 0;
  margin: 0;
  top: 16px;
}

/* line 365, resources/assets/styles/common/_forms.scss */

form .gform_fields .gfield > span span.wpcf7-not-valid-tip {
  color: #fff;
  font-size: 15px;
  margin: 2px 0 0;
}

/* line 372, resources/assets/styles/common/_forms.scss */

form .gform_fields .gfield label {
  pointer-events: none;
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  padding-left: 0;
  height: 40px;
  background-color: transparent;
  color: #44546a;
  opacity: 1;
  text-decoration: none;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.25em;
  letter-spacing: -0.01em;
  transition: 0.1s all ease;
}

/* line 391, resources/assets/styles/common/_forms.scss */

form .gform_fields .gfield .gfield_required .gfield_required_text {
  display: none;
}

/* line 396, resources/assets/styles/common/_forms.scss */

form .gform_fields .gfield .gchoice {
  margin-top: 0.4em;
}

/* line 399, resources/assets/styles/common/_forms.scss */

form .gform_fields .gfield .gchoice label {
  display: unset;
  position: relative;
  pointer-events: auto;
  margin-left: 0.25em;
}

/* line 408, resources/assets/styles/common/_forms.scss */

form .gform_fields .gfield .gchoice label:hover,
form .gform_fields .gfield .gchoice input:hover {
  cursor: pointer;
}

/* line 413, resources/assets/styles/common/_forms.scss */

form .gform_fields .gfield .gchoice + .gchoice {
  margin-top: 0.5em;
}

/* line 417, resources/assets/styles/common/_forms.scss */

form .gform_fields .gfield .gchoice:hover {
  cursor: pointer;
}

/* line 422, resources/assets/styles/common/_forms.scss */

form .gform_fields .gfield .gfield_description {
  user-select: none;
  pointer-events: none;
  position: relative;
  bottom: -2px;
  color: salmon;
  font-size: 0.75em;
}

/* line 431, resources/assets/styles/common/_forms.scss */

form .gform_fields .gfield .ginput_container .validation_message {
  user-select: none;
  pointer-events: none;
  position: relative;
  color: salmon;
  font-size: 0.75em;
  bottom: 5px;
  bottom: calc(-1em - 2px);
}

/* line 442, resources/assets/styles/common/_forms.scss */

form .gform_fields .gfield._focused label {
  font-size: 11px;
  height: 1em;
  top: 2px;
  opacity: 1;
}

/* line 453, resources/assets/styles/common/_forms.scss */

form + .wpcf7-response-output {
  text-align: center;
  margin: 10px 0 0 !important;
  font-size: 16px;
  color: #fff;
}

/* line 460, resources/assets/styles/common/_forms.scss */

form .gform_footer {
  display: flex;
  justify-content: center;
}

/* line 466, resources/assets/styles/common/_forms.scss */

form .gform_footer input[type="submit"] {
  text-align: center;
  outline: none;
  box-shadow: none;
  cursor: pointer;
  appearance: none;
  border-radius: 0 !important;
  display: inline-block;
  border: none;
  background: #e55025;
  color: #fff;
  transition: 0.3s all ease;
  padding: 6px 10px;
  text-decoration: none;
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 1.25em;
  letter-spacing: -0.01em;
}

/* line 484, resources/assets/styles/common/_forms.scss */

form .gform_footer input[type="submit"]._hover,
form .gform_footer input[type="submit"]:hover {
  cursor: pointer;
  background: #00a8be;
  color: #fff;
}

/* line 493, resources/assets/styles/common/_forms.scss */

form._title_form .gform_footer input[type="submit"] {
  margin: 0 auto;
}

/* line 499, resources/assets/styles/common/_forms.scss */

legend.gfield_label {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.222em;
  letter-spacing: -0.16px;
  color: #373796;
}

/* line 509, resources/assets/styles/common/_forms.scss */

.gfield.hidden_label > label,
.gfield.hidden_label > .gfield_label {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 522, resources/assets/styles/common/_forms.scss */

.gform_confirmation_message {
  font-style: normal;
  font-weight: 900;
  font-size: clamp(17px, calc(1.0625rem + (19 - 17) * ((100vw - 767px) / (1920 - 767))), 19px);
  line-height: 1.421em;
  letter-spacing: 0.02em;
  color: #fff;
}

/* line 532, resources/assets/styles/common/_forms.scss */

#gform_confirmation_message_3 {
  color: #fff;
}

/* line 536, resources/assets/styles/common/_forms.scss */

.gform_submission_error {
  color: #ed5e5e;
  font-size: 18px;
}

/* line 547, resources/assets/styles/common/_forms.scss */

.center_50 {
  width: 100%;
}

/* line 550, resources/assets/styles/common/_forms.scss */

.center_50 .ginput_container {
  display: flex;
  justify-content: center;
}

/* line 554, resources/assets/styles/common/_forms.scss */

.center_50 .ginput_container select {
  border: none;
  width: 50%;
}

@media screen and (max-width: 767px) {
  /* line 554, resources/assets/styles/common/_forms.scss */

  .center_50 .ginput_container select {
    width: 100%;
  }
}

/* line 565, resources/assets/styles/common/_forms.scss */

.margin_top_1em {
  margin-top: 1em !important;
}

@media screen and (max-width: 767px) {
  /* line 565, resources/assets/styles/common/_forms.scss */

  .margin_top_1em {
    margin-top: 0.5em !important;
  }
}

/* line 573, resources/assets/styles/common/_forms.scss */

.admin-hidden-markup {
  display: none;
}

/* line 584, resources/assets/styles/common/_forms.scss */

form#gform_1 #field_1_7 {
  margin-top: 37px;
}

@media screen and (max-width: 767px) {
  /* line 584, resources/assets/styles/common/_forms.scss */

  form#gform_1 #field_1_7 {
    margin-top: 28px;
  }
}

@keyframes lightbox-activate {
  0% {
    visibility: hidden;
    opacity: 0;
  }

  1% {
    visibility: visible;
    opacity: 0;
  }

  100% {
    visibility: visible;
    opacity: 1;
  }
}

@keyframes lightbox-deactivate {
  0% {
    visibility: visible;
    opacity: 1;
  }

  99% {
    visibility: visible;
    opacity: 0;
  }

  100% {
    visibility: hidden;
    opacity: 0;
  }
}

@keyframes lightbox-container-activate {
  0% {
    visibility: hidden;
    opacity: 0;
  }

  30% {
    visibility: hidden;
    opacity: 0;
  }

  31% {
    visibility: visible;
    opacity: 0;
  }

  100% {
    visibility: visible;
    opacity: 1;
  }
}

/* line 60, resources/assets/styles/common/_lightbox.scss */

div.sf-lightbox {
  display: flex;
  position: fixed;
  box-sizing: border-box;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(230, 230, 230, 0.97);
  backdrop-filter: blur(3px);
  transition: 0.5s opacity ease;
  animation-name: lightbox-deactivate;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-duration: 0.3s;
  visibility: hidden;
  opacity: 0;
}

/* line 79, resources/assets/styles/common/_lightbox.scss */

div.sf-lightbox.active {
  flex-wrap: wrap;
  visibility: visible;
  opacity: 1;
  animation-name: lightbox-activate;
  animation-duration: 0.5s;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

/* line 88, resources/assets/styles/common/_lightbox.scss */

div.sf-lightbox.active .lb-container {
  animation-name: lightbox-container-activate;
  animation-duration: 0.65s;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

/* line 96, resources/assets/styles/common/_lightbox.scss */

div.sf-lightbox .top {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  height: 40px;
  padding: 0 clamp(20px, calc(1.25rem + (30 - 20) * ((100vw - 360px) / (390 - 360))), 30px);
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  /* line 96, resources/assets/styles/common/_lightbox.scss */

  div.sf-lightbox .top {
    position: absolute;
    top: 0;
    transform: translateY(0%);
    z-index: 51;
  }
}

/* line 112, resources/assets/styles/common/_lightbox.scss */

div.sf-lightbox .top .close-popup {
  width: 26px;
  height: 26px;
  padding: 15px;
  margin-right: -15px;
}

/* line 119, resources/assets/styles/common/_lightbox.scss */

div.sf-lightbox .top .close-popup > svg g[data-name="Ellipse 10"] {
  transition: 0.25s stroke ease;
}

/* line 123, resources/assets/styles/common/_lightbox.scss */

div.sf-lightbox .top .close-popup > svg path[data-name="Path 56"] {
  transition: 0.25s fill ease;
}

/* line 130, resources/assets/styles/common/_lightbox.scss */

div.sf-lightbox .top .close-popup:hover svg g[data-name="Ellipse 10"] {
  stroke: #fff;
}

/* line 134, resources/assets/styles/common/_lightbox.scss */

div.sf-lightbox .top .close-popup:hover svg path[data-name="Path 56"] {
  fill: #fff;
}

/* line 142, resources/assets/styles/common/_lightbox.scss */

div.sf-lightbox .lb-container {
  width: 718px;
  max-width: 100%;
  margin: 40px auto 0;
  height: calc(100% - 40px);
}

/* line 149, resources/assets/styles/common/_lightbox.scss */

div.sf-lightbox .lightbox-form-parent {
  box-sizing: border-box;
  background: #e55025;
  border-radius: 5px;
  width: 100%;
  padding: 30px;
}

/* line 156, resources/assets/styles/common/_lightbox.scss */

div.sf-lightbox .lightbox-form-parent .gform_confirmation_message {
  text-align: center;
}

/* line 160, resources/assets/styles/common/_lightbox.scss */

div.sf-lightbox .lightbox-form-parent._left_image_right_form {
  padding: 30px 50px 30px 0;
  display: grid;
  grid-template-columns: 1fr 230px;
  grid-gap: 20px;
}

@media screen and (max-width: 767px) {
  /* line 160, resources/assets/styles/common/_lightbox.scss */

  div.sf-lightbox .lightbox-form-parent._left_image_right_form {
    padding: 30px;
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
}

@media screen and (max-width: 767px) {
  /* line 149, resources/assets/styles/common/_lightbox.scss */

  div.sf-lightbox .lightbox-form-parent {
    display: flex;
    align-items: center;
  }
}

/* line 182, resources/assets/styles/common/_lightbox.scss */

div.sf-lightbox[mode=enrollment_journey] .lb-container {
  display: flex;
  align-items: center;
}

/* line 187, resources/assets/styles/common/_lightbox.scss */

div.sf-lightbox[mode=enrollment_journey] .enrollment_item {
  display: none;
  padding: 0 clamp(20px, calc(1.25rem + (30 - 20) * ((100vw - 360px) / (390 - 360))), 30px);
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  align-items: center;
  align-content: flex-start;
}

/* line 196, resources/assets/styles/common/_lightbox.scss */

div.sf-lightbox[mode=enrollment_journey] .enrollment_item.active {
  display: flex;
}

/* line 200, resources/assets/styles/common/_lightbox.scss */

div.sf-lightbox[mode=enrollment_journey] .enrollment_item .media {
  max-width: 100px;
  margin-bottom: 22px;
}

/* line 204, resources/assets/styles/common/_lightbox.scss */

div.sf-lightbox[mode=enrollment_journey] .enrollment_item .media svg {
  display: flex;
  width: 100%;
  height: 100%;
}

/* line 211, resources/assets/styles/common/_lightbox.scss */

div.sf-lightbox[mode=enrollment_journey] .enrollment_item .text_displayer {
  max-width: 328px;
}

/* line 214, resources/assets/styles/common/_lightbox.scss */

div.sf-lightbox[mode=enrollment_journey] .enrollment_item .text_displayer h1,
div.sf-lightbox[mode=enrollment_journey] .enrollment_item .text_displayer h2,
div.sf-lightbox[mode=enrollment_journey] .enrollment_item .text_displayer h3,
div.sf-lightbox[mode=enrollment_journey] .enrollment_item .text_displayer h4,
div.sf-lightbox[mode=enrollment_journey] .enrollment_item .text_displayer h5,
div.sf-lightbox[mode=enrollment_journey] .enrollment_item .text_displayer h6 {
  margin-bottom: 20px;
}

/* line 226, resources/assets/styles/common/_lightbox.scss */

div.sf-lightbox[mode=people] {
  flex-wrap: wrap;
}

/* line 229, resources/assets/styles/common/_lightbox.scss */

div.sf-lightbox[mode=people] .lb-container {
  position: relative;
  display: flex;
  align-items: center;
  width: 960px;
  max-width: 100%;
  padding: 0 clamp(20px, calc(1.25rem + (30 - 20) * ((100vw - 360px) / (390 - 360))), 30px);
}

@media screen and (max-width: 767px) {
  /* line 229, resources/assets/styles/common/_lightbox.scss */

  div.sf-lightbox[mode=people] .lb-container {
    align-items: flex-start;
    padding: 20px clamp(20px, calc(1.25rem + (30 - 20) * ((100vw - 360px) / (390 - 360))), 30px);
  }
}

@media screen and (max-width: 767px) {
  /* line 243, resources/assets/styles/common/_lightbox.scss */

  div.sf-lightbox[mode=people] .lb_person_container {
    height: 100%;
  }
}

/* line 249, resources/assets/styles/common/_lightbox.scss */

div.sf-lightbox[mode=people] .person_item {
  display: none;
  align-items: flex-start;
  align-content: flex-start;
  width: 100%;
}

@media screen and (max-width: 767px) {
  /* line 249, resources/assets/styles/common/_lightbox.scss */

  div.sf-lightbox[mode=people] .person_item {
    flex-wrap: wrap;
    justify-content: center;
    height: 100%;
  }
}

/* line 265, resources/assets/styles/common/_lightbox.scss */

div.sf-lightbox[mode=people] .person_item.active {
  display: inline-flex;
}

/* line 269, resources/assets/styles/common/_lightbox.scss */

div.sf-lightbox[mode=people] .person_item .media {
  position: relative;
  display: flex;
  justify-content: flex-end;
  width: 39.5%;
  margin-right: clamp(30px, calc(1.875rem + (40 - 30) * ((100vw - 767px) / (1800 - 767))), 40px);
}

@media screen and (max-width: 767px) {
  /* line 269, resources/assets/styles/common/_lightbox.scss */

  div.sf-lightbox[mode=people] .person_item .media {
    width: 100%;
    margin-right: 0;
    justify-content: center;
    margin-bottom: 22px;
    max-width: 242px;
    max-height: 242px;
  }
}

/* line 285, resources/assets/styles/common/_lightbox.scss */

div.sf-lightbox[mode=people] .person_item .media > img,
div.sf-lightbox[mode=people] .person_item .media > svg {
  width: 100%;
  height: auto;
  object-fit: cover;
  border: 1px solid #707070;
}

@media screen and (max-width: 767px) {
  /* line 285, resources/assets/styles/common/_lightbox.scss */

  div.sf-lightbox[mode=people] .person_item .media > img,
  div.sf-lightbox[mode=people] .person_item .media > svg {
    max-width: 242px;
    max-height: 242px;
  }
}

/* line 298, resources/assets/styles/common/_lightbox.scss */

div.sf-lightbox[mode=people] .person_item .media > .social {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translateY(100%) translateX(10px);
}

@media screen and (max-width: 767px) {
  /* line 298, resources/assets/styles/common/_lightbox.scss */

  div.sf-lightbox[mode=people] .person_item .media > .social {
    transform: translateX(100%);
    margin-bottom: -10px;
    margin-left: -10px;
  }
}

/* line 310, resources/assets/styles/common/_lightbox.scss */

div.sf-lightbox[mode=people] .person_item .media > .social a {
  display: inline-flex;
  padding: 10px;
  width: 24px;
  height: 24px;
}

@media screen and (max-width: 767px) {
  /* line 310, resources/assets/styles/common/_lightbox.scss */

  div.sf-lightbox[mode=people] .person_item .media > .social a {
    width: 31px;
    height: 31px;
  }

  /* line 320, resources/assets/styles/common/_lightbox.scss */

  div.sf-lightbox[mode=people] .person_item .media > .social a > svg {
    width: 31px;
    height: 31px;
  }
}

/* line 327, resources/assets/styles/common/_lightbox.scss */

div.sf-lightbox[mode=people] .person_item .media > .social a svg path {
  fill: #e55025;
  transition: 0.3s fill ease;
}

/* line 335, resources/assets/styles/common/_lightbox.scss */

div.sf-lightbox[mode=people] .person_item .media > .social a:hover svg path {
  fill: #00a8be;
  transition: 0.2s fill ease;
}

/* line 345, resources/assets/styles/common/_lightbox.scss */

div.sf-lightbox[mode=people] .person_item .text {
  width: calc(60.5% - clamp(30px, calc(1.875rem + (40 - 30) * ((100vw - 767px) / (1800 - 767))), 40px) + 20px);
  max-height: 75vh;
  height: 800px;
  overflow-y: auto;
  padding-right: 20px;
  /* Track */
  /* Handle */
  /* Handle on hover */
}

/* line 2, resources/assets/styles/common/_custom_scrollbar.scss */

div.sf-lightbox[mode=people] .person_item .text::-webkit-scrollbar {
  width: 10px;
}

/* line 7, resources/assets/styles/common/_custom_scrollbar.scss */

div.sf-lightbox[mode=people] .person_item .text::-webkit-scrollbar-track {
  background: #f3f3f3;
}

/* line 12, resources/assets/styles/common/_custom_scrollbar.scss */

div.sf-lightbox[mode=people] .person_item .text::-webkit-scrollbar-thumb {
  background: #a0a0a0;
  border-radius: 5px;
}

/* line 18, resources/assets/styles/common/_custom_scrollbar.scss */

div.sf-lightbox[mode=people] .person_item .text::-webkit-scrollbar-thumb:hover {
  background: #828282;
}

@media screen and (max-width: 767px) {
  /* line 345, resources/assets/styles/common/_lightbox.scss */

  div.sf-lightbox[mode=people] .person_item .text {
    width: 100%;
    height: calc(100% - (324px));
    max-height: unset;
  }
}

/* line 360, resources/assets/styles/common/_lightbox.scss */

div.sf-lightbox[mode=people] .person_item .text .name {
  margin-bottom: 3px;
}

/* line 363, resources/assets/styles/common/_lightbox.scss */

div.sf-lightbox[mode=people] .person_item .text .name p {
  font-style: normal;
  font-weight: bold;
  font-size: clamp(26px, calc(1.625rem + (32 - 26) * ((100vw - 767px) / (1800 - 767))), 32px);
  line-height: clamp(32px, calc(2rem + (38 - 32) * ((100vw - 767px) / (1800 - 767))), 38px);
  letter-spacing: -0.01em;
  color: #052c49;
}

/* line 373, resources/assets/styles/common/_lightbox.scss */

div.sf-lightbox[mode=people] .person_item .text .position {
  margin-bottom: 21px;
}

/* line 376, resources/assets/styles/common/_lightbox.scss */

div.sf-lightbox[mode=people] .person_item .text .position p {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 1.1em;
  letter-spacing: -0.01em;
  color: #00a8be;
}

/* line 387, resources/assets/styles/common/_lightbox.scss */

div.sf-lightbox[mode=people] .person_item .text .description p {
  color: #44546a;
}

/* line 390, resources/assets/styles/common/_lightbox.scss */

div.sf-lightbox[mode=people] .person_item .text .description p + p {
  margin-top: 1.466em;
}

/* line 400, resources/assets/styles/common/_lightbox.scss */

.top .close-popup > svg > path {
  fill: #fff;
}

/* line 452, resources/assets/styles/common/_lightbox.scss */

.sf-lightbox.download-lightbox-from-header {
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  height: 100%;
  width: 100%;
  background: rgba(78, 115, 138, 0.9);
  z-index: 70;
  top: 0;
  left: 0;
  padding: 0 50px;
}

/* line 465, resources/assets/styles/common/_lightbox.scss */

.sf-lightbox.download-lightbox-from-header .lb-container {
  display: flex;
  flex-wrap: wrap;
  width: 867px;
  max-width: 100%;
}

/* line 472, resources/assets/styles/common/_lightbox.scss */

.sf-lightbox.download-lightbox-from-header .lb-container .lightbox-form-parent .left {
  display: flex;
}

@media screen and (max-width: 767px) {
  /* line 472, resources/assets/styles/common/_lightbox.scss */

  .sf-lightbox.download-lightbox-from-header .lb-container .lightbox-form-parent .left {
    justify-content: center;
  }
}

/* line 479, resources/assets/styles/common/_lightbox.scss */

.sf-lightbox.download-lightbox-from-header .lb-container .lightbox-form-parent .left img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  object-fit: scale-down;
}

@media screen and (max-width: 767px) {
  /* line 479, resources/assets/styles/common/_lightbox.scss */

  .sf-lightbox.download-lightbox-from-header .lb-container .lightbox-form-parent .left img {
    width: 70%;
    margin: 0 auto;
  }
}

/* line 493, resources/assets/styles/common/_lightbox.scss */

.sf-lightbox.download-lightbox-from-header .lb-container .lightbox-form-parent .right img {
  margin-left: -50px;
}

/* line 501, resources/assets/styles/common/_lightbox.scss */

.sf-lightbox.demo-lightbox-from-footer {
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  height: 100%;
  width: 100%;
  background: rgba(78, 115, 138, 0.9);
  z-index: 70;
  top: 0;
  left: 0;
  padding: 0 50px;
}

/**
 * WordPress Generated Classes
 * @see http://codex.wordpress.org/CSS#WordPress_Generated_Classes
 */

/** Media alignment */

/* line 7, resources/assets/styles/components/_wp-classes.scss */

.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  height: auto;
}

/* line 14, resources/assets/styles/components/_wp-classes.scss */

.aligncenter {
  display: block;
  margin: 1rem auto;
  height: auto;
}

/* line 20, resources/assets/styles/components/_wp-classes.scss */

.alignleft,
.alignright {
  margin-bottom: 1rem;
  height: auto;
}

@media (min-width: 30rem) {
  /* line 27, resources/assets/styles/components/_wp-classes.scss */

  .alignleft {
    float: left;
    margin-right: 1rem;
  }

  /* line 32, resources/assets/styles/components/_wp-classes.scss */

  .alignright {
    float: right;
    margin-left: 1rem;
  }
}

/** Captions */

/** Text meant only for screen readers */

/* line 45, resources/assets/styles/components/_wp-classes.scss */

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  color: #000;
  background: #fff;
}

/* line 95, resources/assets/styles/layouts/_header.scss */

a.brand > svg,
a.brand > img {
  width: clamp(141px, calc(8.8125rem + (180 - 141) * ((100vw - 767px) / (1800 - 767))), 180px);
  height: auto;
}

/* line 105, resources/assets/styles/layouts/_header.scss */

header ol li,
header ul li {
  list-style: none;
  display: flex;
}

/* line 111, resources/assets/styles/layouts/_header.scss */

header ol li::before,
header ul li::before {
  content: "";
  position: unset;
  top: unset;
  left: unset;
  display: unset;
  width: unset;
  height: unset;
  align-self: unset;
  background-image: unset;
}

/* line 126, resources/assets/styles/layouts/_header.scss */

header.site_header {
  display: flex;
  align-items: center;
  z-index: 50;
  position: sticky;
  top: 0;
  background: white;
  width: 100%;
  height: clamp(80px, calc(5rem + (111 - 80) * ((100vw - 767px) / (1800 - 767))), 111px);
  padding: 0 clamp(20px, calc(1.25rem + (30 - 20) * ((100vw - 360px) / (390 - 360))), 30px);
  box-sizing: border-box;
}

/* line 144, resources/assets/styles/layouts/_header.scss */

header.site_header .container {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}

/* line 152, resources/assets/styles/layouts/_header.scss */

header.site_header div[empty] {
  display: unset;
}

/* line 160, resources/assets/styles/layouts/_header.scss */

header .header-primary-nav-container.desktop .nav-primary .menu-primary-container > ul#menu-primary {
  display: inline-flex;
}

/* line 163, resources/assets/styles/layouts/_header.scss */

header .header-primary-nav-container.desktop .nav-primary .menu-primary-container > ul#menu-primary div > li > a {
  display: inline-flex;
  align-items: center;
  width: 100%;
  line-height: 1.2em;
}

/* line 171, resources/assets/styles/layouts/_header.scss */

header .header-primary-nav-container.desktop .nav-primary .menu-primary-container > ul#menu-primary div[depth="0"] > li > a {
  padding: 10px 9px;
  color: #44546a;
  background-color: transparent;
  text-decoration: none;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.25em;
  letter-spacing: 0;
  transition: 0.15s color ease, 0.15s background-color ease;
}

/* line 180, resources/assets/styles/layouts/_header.scss */

header .header-primary-nav-container.desktop .nav-primary .menu-primary-container > ul#menu-primary div[depth="0"] > li > a:hover {
  color: #e55025;
  background-color: transparent;
}

/* line 188, resources/assets/styles/layouts/_header.scss */

header .header-primary-nav-container.desktop .nav-primary .menu-primary-container > ul#menu-primary div[depth="0"][has-children=true] > li a[href="#"]:hover {
  cursor: default !important;
}

/* line 196, resources/assets/styles/layouts/_header.scss */

header .header-primary-nav-container.desktop .nav-primary .menu-primary-container > ul#menu-primary div[depth="1"] > li > a {
  padding: 5px 20px;
  color: #fff;
  background-color: transparent;
  text-decoration: none;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.2em;
  letter-spacing: -0.01em;
  transition: 0.15s color ease, 0.15s background-color ease;
}

/* line 205, resources/assets/styles/layouts/_header.scss */

header .header-primary-nav-container.desktop .nav-primary .menu-primary-container > ul#menu-primary div[depth="1"] > li > a:hover {
  color: #fff;
  background-color: #e55025;
}

/* line 214, resources/assets/styles/layouts/_header.scss */

header .header-primary-nav-container.desktop ul.submenu {
  position: absolute;
  background-color: #052c49;
  padding: 12px 0;
}

/* line 232, resources/assets/styles/layouts/_header.scss */

header .header-primary-nav-container.desktop .nav-primary .menu-primary-container > ul#menu-primary div[data_title="Thought Leadership"] > li > a {
  padding: 10px 20px 10px 18px;
}

/* line 236, resources/assets/styles/layouts/_header.scss */

header .header-primary-nav-container.desktop .nav-primary .menu-primary-container > ul#menu-primary div[data_title="Thought Leadership"] ul.submenu {
  width: 177px;
}

/* line 242, resources/assets/styles/layouts/_header.scss */

header .header-primary-nav-container.desktop .nav-primary .menu-primary-container > ul#menu-primary div[depth="0"] a svg {
  display: flex;
  transform: rotate(90deg);
  width: 6px;
  height: auto;
  margin-left: 3px;
}

/* line 250, resources/assets/styles/layouts/_header.scss */

header .header-primary-nav-container.desktop .nav-primary .menu-primary-container > ul#menu-primary div[depth="1"] a svg {
  display: flex;
  transform: rotate(0deg);
  width: 6px;
  height: auto;
  margin-left: 5px;
}

/* line 257, resources/assets/styles/layouts/_header.scss */

header .header-primary-nav-container.desktop .nav-primary .menu-primary-container > ul#menu-primary div[depth="1"] a svg path {
  transition: 0.3s fill;
  fill: #00a8be;
}

/* line 265, resources/assets/styles/layouts/_header.scss */

header .header-primary-nav-container.desktop .nav-primary .menu-primary-container > ul#menu-primary div[depth="1"] a:hover svg path {
  transition: 0.15s fill;
  fill: #fff;
}

/* line 272, resources/assets/styles/layouts/_header.scss */

header .header-primary-nav-container.desktop .nav-primary .menu-primary-container > ul#menu-primary div[depth="0"] ul.submenu {
  height: 0;
  max-height: 0;
  opacity: 0;
  padding: 0 0;
  overflow: hidden;
  margin-top: 2px;
  transform: translateY(-2px);
  animation-name: nav_submenu_reverse;
  animation-direction: normal;
}

/* line 283, resources/assets/styles/layouts/_header.scss */

header .header-primary-nav-container.desktop .nav-primary .menu-primary-container > ul#menu-primary div[depth="0"] ul.submenu::before {
  content: "";
  display: flex;
  position: absolute;
  top: 0;
  width: 100%;
  max-width: 0;
  height: 2px;
  background: #fff;
  transition: 0.2s all ease;
  transition-delay: 0.2s;
}

/* line 296, resources/assets/styles/layouts/_header.scss */

header .header-primary-nav-container.desktop .nav-primary .menu-primary-container > ul#menu-primary div[depth="0"] ul.submenu::after {
  content: "";
  display: flex;
  position: absolute;
  top: 0;
  width: 100%;
  max-width: 0;
  height: 2px;
  background: #e55025;
  animation-name: nav_sub_border_reverse;
  animation-direction: normal;
}

/* line 310, resources/assets/styles/layouts/_header.scss */

header .header-primary-nav-container.desktop .nav-primary .menu-primary-container > ul#menu-primary div[depth="0"] ul.submenu.init {
  animation-duration: 0.3s;
}

/* line 313, resources/assets/styles/layouts/_header.scss */

header .header-primary-nav-container.desktop .nav-primary .menu-primary-container > ul#menu-primary div[depth="0"] ul.submenu.init::after {
  animation-duration: 0.4s;
}

/* line 318, resources/assets/styles/layouts/_header.scss */

header .header-primary-nav-container.desktop .nav-primary .menu-primary-container > ul#menu-primary div[depth="0"] ul.submenu.active {
  padding: 12px 0;
  animation-name: nav_submenu;
  animation-duration: 0.4s;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

/* line 328, resources/assets/styles/layouts/_header.scss */

header .header-primary-nav-container.desktop .nav-primary .menu-primary-container > ul#menu-primary div[depth="0"] ul.submenu.active::before {
  max-width: 100%;
  transition: 0s all ease;
  transition-delay: none;
}

/* line 334, resources/assets/styles/layouts/_header.scss */

header .header-primary-nav-container.desktop .nav-primary .menu-primary-container > ul#menu-primary div[depth="0"] ul.submenu.active::after {
  max-width: 150px;
  animation-name: nav_sub_border;
  animation-duration: 0.4s;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

/* line 2, resources/assets/styles/layouts/_header_mobile_nav_button.scss */

header .menu-btn {
  z-index: 51;
}

/* line 5, resources/assets/styles/layouts/_header_mobile_nav_button.scss */

header .menu-btn:hover {
  cursor: pointer;
}

/* line 9, resources/assets/styles/layouts/_header_mobile_nav_button.scss */

header .menu-btn > svg {
  margin-right: -20px;
  margin-top: -20px;
  margin-bottom: -20px;
  padding: 20px;
  shape-rendering: geometricprecision;
  width: auto;
}

/* line 17, resources/assets/styles/layouts/_header_mobile_nav_button.scss */

header .menu-btn > svg rect {
  transform-box: fill-box;
}

/* line 21, resources/assets/styles/layouts/_header_mobile_nav_button.scss */

header .menu-btn > svg rect:first-child {
  transform-origin: top;
  transform: translate(326px, 18px) rotateZ(0deg);
  animation-name: menu-top-close-reverse;
  animation-direction: normal;
}

/* line 28, resources/assets/styles/layouts/_header_mobile_nav_button.scss */

header .menu-btn > svg rect:nth-child(2) {
  opacity: 1;
  animation-name: menu-middle-fade-reverse;
  transform: translate(326px, 26px) rotateZ(0deg) !important;
  animation-direction: normal;
}

/* line 35, resources/assets/styles/layouts/_header_mobile_nav_button.scss */

header .menu-btn > svg rect:last-child {
  transform-origin: bottom;
  transform: translate(326px, 34px) rotateZ(0deg);
  animation-name: menu-bottom-close-reverse;
  animation-direction: normal;
}

/* line 45, resources/assets/styles/layouts/_header_mobile_nav_button.scss */

header .menu-btn.active > svg rect:first-child {
  animation-duration: 0.4s;
}

/* line 49, resources/assets/styles/layouts/_header_mobile_nav_button.scss */

header .menu-btn.active > svg rect:nth-child(2) {
  animation-duration: 0.4s;
}

/* line 53, resources/assets/styles/layouts/_header_mobile_nav_button.scss */

header .menu-btn.active > svg rect:last-child {
  animation-duration: 0.4s;
}

/* line 59, resources/assets/styles/layouts/_header_mobile_nav_button.scss */

header .menu-btn.close {
  display: block !important;
}

/* line 63, resources/assets/styles/layouts/_header_mobile_nav_button.scss */

header .menu-btn.close > svg rect:first-child {
  transform: translate(326px, 18px) rotateZ(-45deg);
  animation-name: menu-top-close;
  animation-duration: 0.4s;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

/* line 71, resources/assets/styles/layouts/_header_mobile_nav_button.scss */

header .menu-btn.close > svg rect:nth-child(2) {
  transform: translate(326px, 18px) rotateZ(0deg);
  animation-name: menu-middle-fade;
  animation-duration: 0.4s;
  animation-fill-mode: forwards;
}

/* line 78, resources/assets/styles/layouts/_header_mobile_nav_button.scss */

header .menu-btn.close > svg rect:last-child {
  transform: translate(326px, 18px) rotateZ(45deg);
  animation-name: menu-bottom-close;
  animation-duration: 0.4s;
  animation-fill-mode: forwards;
}

/* line 88, resources/assets/styles/layouts/_header_mobile.scss */

header .header-primary-nav-container.mobile {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  height: 100vh;
  width: 100%;
  background: rgba(5, 44, 73, 0.95);
  backdrop-filter: blur(1.5px);
  overflow: auto;
  animation-name: fade-to-hidden;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-duration: 0.1s;
  animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  visibility: hidden;
  opacity: 0;
}

/* line 111, resources/assets/styles/layouts/_header_mobile.scss */

header .header-primary-nav-container.mobile.active {
  animation-name: fade-to-visible;
  animation-duration: 0.2s;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

/* line 120, resources/assets/styles/layouts/_header_mobile.scss */

header .header-primary-nav-container.mobile .nav-primary .menu-mobile-menu-container > ul#menu-mobile-menu div > li > a {
  display: inline-flex;
  align-items: center;
  width: 100%;
  user-select: none;
  -webkit-align-items: center;
}

/* line 129, resources/assets/styles/layouts/_header_mobile.scss */

header .header-primary-nav-container.mobile .nav-primary .menu-mobile-menu-container > ul#menu-mobile-menu div[depth="0"] > li > a {
  padding: 10px 16.5px;
  color: #fff;
  background-color: transparent;
  text-decoration: none;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 1.25em;
  letter-spacing: 0;
  transition: 0.15s color ease, 0.15s background-color ease;
}

@media (hover: hover) {
  /* line 139, resources/assets/styles/layouts/_header_mobile.scss */

  header .header-primary-nav-container.mobile .nav-primary .menu-mobile-menu-container > ul#menu-mobile-menu div[depth="0"] > li > a:hover {
    color: #fff;
    background-color: #e55025;
  }
}

/* line 145, resources/assets/styles/layouts/_header_mobile.scss */

header .header-primary-nav-container.mobile .nav-primary .menu-mobile-menu-container > ul#menu-mobile-menu div[depth="0"] > li > a:active {
  color: #fff;
  background-color: #e55025;
}

/* line 154, resources/assets/styles/layouts/_header_mobile.scss */

header .header-primary-nav-container.mobile .svg_container._before svg {
  margin-bottom: 4px;
}

/* line 168, resources/assets/styles/layouts/_header_mobile.scss */

header .header-primary-nav-container.mobile .nav-primary .menu-mobile-menu-container > ul#menu-mobile-menu div[depth="0"] a svg {
  display: flex;
  margin-left: 10px;
}

/* line 172, resources/assets/styles/layouts/_header_mobile.scss */

header .header-primary-nav-container.mobile .nav-primary .menu-mobile-menu-container > ul#menu-mobile-menu div[depth="0"] a svg path {
  fill: #00a8be;
  transition: 0.15s fill;
}

/* line 180, resources/assets/styles/layouts/_header_mobile.scss */

header .header-primary-nav-container.mobile .nav-primary .menu-mobile-menu-container > ul#menu-mobile-menu div[depth="0"] a:hover svg path {
  fill: #fff;
}

/* line 1, resources/assets/styles/layouts/_footer.scss */

footer {
  padding: 0 0 38px;
}

/* line 4, resources/assets/styles/layouts/_footer.scss */

footer section.footer_contact {
  padding: clamp(21px, calc(1.3125rem + (40 - 21) * ((100vw - 767px) / (1800 - 767))), 40px) clamp(20px, calc(1.25rem + (30 - 20) * ((100vw - 360px) / (390 - 360))), 30px) clamp(47.5px, calc(2.96875rem + (50 - 47.5) * ((100vw - 767px) / (1800 - 767))), 50px);
}

/* line 7, resources/assets/styles/layouts/_footer.scss */

footer section.footer_contact .bg.absolute {
  clip-path: polygon(0% 0%, 100% 0%, 100% 77.5%, 50% 100%, 0% 77.5%);
}

/* line 11, resources/assets/styles/layouts/_footer.scss */

footer section.footer_contact .sub-container.flex {
  justify-content: center;
  flex-wrap: wrap;
}

/* line 15, resources/assets/styles/layouts/_footer.scss */

footer section.footer_contact .sub-container.flex .text-container {
  width: 100%;
  text-align: center;
}

/* line 19, resources/assets/styles/layouts/_footer.scss */

footer section.footer_contact .sub-container.flex .text-container > h2 {
  font-style: normal;
  font-weight: bold;
  font-size: clamp(26px, calc(1.625rem + (32 - 26) * ((100vw - 767px) / (1800 - 767))), 32px);
  line-height: 1.2em;
  letter-spacing: -0.01em;
}

/* line 27, resources/assets/styles/layouts/_footer.scss */

footer section.footer_contact .sub-container.flex .text-container > * {
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  /* line 15, resources/assets/styles/layouts/_footer.scss */

  footer section.footer_contact .sub-container.flex .text-container {
    --color_header: #052c49 !important;
  }
}

/* line 37, resources/assets/styles/layouts/_footer.scss */

footer section.footer_contact .sub-container.flex > a.button {
  margin-top: clamp(14px, calc(0.875rem + (21 - 14) * ((100vw - 767px) / (1800 - 767))), 21px);
}

/* line 44, resources/assets/styles/layouts/_footer.scss */

footer section.footer_main_content .container {
  padding: 65px 0 0 0;
}

/* line 48, resources/assets/styles/layouts/_footer.scss */

footer section.footer_main_content .sub-container {
  max-width: 546px;
  margin: 0 auto;
  grid-template-columns: 1.63fr 1fr;
  /* stylelint-disable*/
  grid-template-areas: "left_logo right_logo"
 "left_text right_middle"
 "copyright copyright";
  /* stylelint-enable*/
  column-gap: 40px;
}

@media screen and (max-width: 767px) {
  /* line 48, resources/assets/styles/layouts/_footer.scss */

  footer section.footer_main_content .sub-container {
    grid-template-columns: 1fr;
    /* stylelint-disable*/
    grid-template-areas: "right_logo"
 "right_middle"
 "left_logo"
 "left_text"
 "copyright";
    /* stylelint-enable*/
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  /* line 74, resources/assets/styles/layouts/_footer.scss */

  footer section.footer_main_content .fchild {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    text-align: center;
  }
}

/* line 84, resources/assets/styles/layouts/_footer.scss */

footer section.footer_main_content p,
footer section.footer_main_content a,
footer section.footer_main_content ul li,
footer section.footer_main_content ol li,
footer section.footer_main_content b,
footer section.footer_main_content strong {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.666em;
  letter-spacing: -0.01em;
}

/* line 97, resources/assets/styles/layouts/_footer.scss */

footer section.footer_main_content .left_logo {
  grid-area: left_logo;
  padding-bottom: clamp(25px, calc(1.5625rem + (61 - 25) * ((100vw - 767px) / (1800 - 767))), 61px);
  box-sizing: border-box;
  height: 100%;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  /* line 97, resources/assets/styles/layouts/_footer.scss */

  footer section.footer_main_content .left_logo {
    padding-top: 60px;
  }
}

/* line 110, resources/assets/styles/layouts/_footer.scss */

footer section.footer_main_content .right_logo {
  grid-area: right_logo;
  margin-bottom: clamp(29px, calc(1.8125rem + (61 - 29) * ((100vw - 767px) / (1800 - 767))), 61px);
}

/* line 115, resources/assets/styles/layouts/_footer.scss */

footer section.footer_main_content .left_text {
  grid-area: left_text;
}

/* line 118, resources/assets/styles/layouts/_footer.scss */

footer section.footer_main_content .left_text a {
  color: #fff;
}

/* line 122, resources/assets/styles/layouts/_footer.scss */

footer section.footer_main_content .left_text p:nth-child(1) + p {
  margin-top: clamp(12px, calc(0.75rem + (21 - 12) * ((100vw - 1800px) / (767 - 1800))), 21px);
}

/* line 126, resources/assets/styles/layouts/_footer.scss */

footer section.footer_main_content .left_text p:nth-child(2) + p {
  margin-top: clamp(21px, calc(1.3125rem + (25 - 21) * ((100vw - 1800px) / (767 - 1800))), 25px);
}

/* line 131, resources/assets/styles/layouts/_footer.scss */

footer section.footer_main_content .right_middle {
  grid-area: right_middle;
  margin-left: 40px;
}

@media screen and (max-width: 767px) {
  /* line 131, resources/assets/styles/layouts/_footer.scss */

  footer section.footer_main_content .right_middle {
    margin-left: 0;
  }
}

/* line 139, resources/assets/styles/layouts/_footer.scss */

footer section.footer_main_content .right_middle .links {
  display: flex;
  flex-flow: column wrap;
}

/* line 143, resources/assets/styles/layouts/_footer.scss */

footer section.footer_main_content .right_middle .links a {
  color: #fff;
}

/* line 146, resources/assets/styles/layouts/_footer.scss */

footer section.footer_main_content .right_middle .links a + a {
  margin-top: clamp(22px, calc(1.375rem + (25 - 22) * ((100vw - 1800px) / (767 - 1800))), 25px);
}

/* line 152, resources/assets/styles/layouts/_footer.scss */

footer section.footer_main_content .right_middle .social_links {
  display: inline-flex;
  margin-top: 27px;
}

/* line 156, resources/assets/styles/layouts/_footer.scss */

footer section.footer_main_content .right_middle .social_links a {
  display: inline-flex;
  text-decoration: none;
  padding: 10px 5px;
  margin-left: -5px;
  margin-top: -10px;
}

/* line 166, resources/assets/styles/layouts/_footer.scss */

footer section.footer_main_content .copyright {
  margin-top: 93px;
  grid-area: copyright;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  /* line 173, resources/assets/styles/layouts/_footer.scss */

  footer section.footer_main_content .copyright p {
    max-width: 314px;
  }
}

/* line 1, resources/assets/styles/layouts/_tinymce.scss */

body#tinymce {
  margin: 12px !important;
}

/** added by AN */

/* line 1, resources/assets/styles/components/modules/_card.scss */

.card {
  display: inline-flex;
  flex-wrap: wrap;
  position: relative;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
}

/* line 10, resources/assets/styles/components/modules/_card.scss */

.card.resource_container .image_container {
  height: 100%;
  width: 100%;
  max-height: 184px;
}

/* line 15, resources/assets/styles/components/modules/_card.scss */

.card.resource_container .image_container img {
  max-width: 100%;
  height: auto;
}

/* line 19, resources/assets/styles/components/modules/_card.scss */

.card.resource_container .image_container img[filler] {
  display: flex;
  height: 100%;
  width: 100%;
  background: #e6e6e6;
}

/* line 28, resources/assets/styles/components/modules/_card.scss */

.card.resource_container .text {
  background: #fff;
  padding: 26px 20px;
  height: calc(100% - 184px);
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  /* line 28, resources/assets/styles/components/modules/_card.scss */

  .card.resource_container .text {
    background: #f0f0f0;
  }
}

/* line 40, resources/assets/styles/components/modules/_card.scss */

.card:not(.resource_container) {
  align-items: center;
}

/* line 44, resources/assets/styles/components/modules/_card.scss */

.card .media {
  width: 100%;
}

/* line 47, resources/assets/styles/components/modules/_card.scss */

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

/* line 53, resources/assets/styles/components/modules/_card.scss */

.card .text {
  width: 100%;
}

/* line 57, resources/assets/styles/components/modules/_card.scss */

.card p + p {
  margin-top: 0;
}

/* line 61, resources/assets/styles/components/modules/_card.scss */

.card p.title {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.266em;
  color: #0A2C49;
}

/* line 68, resources/assets/styles/components/modules/_card.scss */

.card p.title sup {
  vertical-align: top;
  font-size: small;
  top: -0.3em;
  position: relative;
}

/* line 76, resources/assets/styles/components/modules/_card.scss */

.card p.preview_text {
  margin: 0 0 0 0;
  font-family: "Oxygen", sans-serif;
  font-size: 15px;
  line-height: 1.466em;
  letter-spacing: 0;
  font-weight: 400;
  color: #15254c;
}

/* line 86, resources/assets/styles/components/modules/_card.scss */

.card a.cta {
  margin-top: 12px;
}

/* line 90, resources/assets/styles/components/modules/_card.scss */

.card[resources-post-type=events] {
  border-bottom: 2px solid #e6e6e6;
  padding-bottom: 18px;
  align-content: flex-start;
}

/* line 95, resources/assets/styles/components/modules/_card.scss */

.card[resources-post-type=events] .media {
  height: clamp(176px, calc(11rem + (193 - 176) * ((100vw - 767px) / (1800 - 767))), 193px);
  width: 100%;
}

/* line 99, resources/assets/styles/components/modules/_card.scss */

.card[resources-post-type=events] .media img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/* line 106, resources/assets/styles/components/modules/_card.scss */

.card[resources-post-type=events] .text {
  margin-top: 16px;
}

/* line 109, resources/assets/styles/components/modules/_card.scss */

.card[resources-post-type=events] .text .title {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.22em;
  letter-spacing: -0.01em;
}

/* line 117, resources/assets/styles/components/modules/_card.scss */

.card[resources-post-type=events] .text .text_content {
  margin-top: 12px;
}

/* line 120, resources/assets/styles/components/modules/_card.scss */

.card[resources-post-type=events] .text .text_content * {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.4em;
  letter-spacing: -0.01em;
  color: #44546a;
}

/* line 132, resources/assets/styles/components/modules/_card.scss */

.card:not([resources-post-type=events]):not([featured_post]):not(.resource_container) {
  border-bottom: 2px solid #e6e6e6;
  padding-bottom: 18px;
  align-items: flex-start;
  align-content: flex-start;
}

/* line 138, resources/assets/styles/components/modules/_card.scss */

.card:not([resources-post-type=events]):not([featured_post]):not(.resource_container) > .media {
  height: 163px;
}

/* line 141, resources/assets/styles/components/modules/_card.scss */

.card:not([resources-post-type=events]):not([featured_post]):not(.resource_container) > .media > a {
  height: 100%;
  display: flex;
}

/* line 146, resources/assets/styles/components/modules/_card.scss */

.card:not([resources-post-type=events]):not([featured_post]):not(.resource_container) > .media img {
  height: 100%;
  width: auto;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  /* line 138, resources/assets/styles/components/modules/_card.scss */

  .card:not([resources-post-type=events]):not([featured_post]):not(.resource_container) > .media {
    height: 205px;
  }
}

/* line 157, resources/assets/styles/components/modules/_card.scss */

.card:not([resources-post-type=events]):not([featured_post]):not(.resource_container) > .text {
  margin-top: 16px;
}

/* line 161, resources/assets/styles/components/modules/_card.scss */

.card:not([resources-post-type=events]):not([featured_post]):not(.resource_container) > .text > .meta_info {
  display: inline-flex;
  color: #a0a0a0;
  margin-top: 10px;
}

/* line 166, resources/assets/styles/components/modules/_card.scss */

.card:not([resources-post-type=events]):not([featured_post]):not(.resource_container) > .text > .meta_info > .date,
.card:not([resources-post-type=events]):not([featured_post]):not(.resource_container) > .text > .meta_info > .comments {
  font-size: 13px;
}

/* line 171, resources/assets/styles/components/modules/_card.scss */

.card:not([resources-post-type=events]):not([featured_post]):not(.resource_container) > .text > .meta_info :nth-child(2) {
  display: inline-flex;
  align-items: center;
  position: relative;
  margin-left: 0.5em;
  padding-left: 0.5em;
}

/* line 178, resources/assets/styles/components/modules/_card.scss */

.card:not([resources-post-type=events]):not([featured_post]):not(.resource_container) > .text > .meta_info :nth-child(2)::before {
  content: "";
  display: inline-flex;
  position: absolute;
  height: 1em;
  width: 1px;
  background-color: #a0a0a0;
  left: 0;
}

/* line 190, resources/assets/styles/components/modules/_card.scss */

.card:not([resources-post-type=events]):not([featured_post]):not(.resource_container) > .text > .preview_text {
  margin-top: 10px;
}

/* line 195, resources/assets/styles/components/modules/_card.scss */

.card[featured_post=events] {
  max-width: 760px;
  margin: 0 auto;
}

/* line 199, resources/assets/styles/components/modules/_card.scss */

.card[featured_post=events] > .text {
  display: inline-flex;
  margin-top: clamp(15px, calc(0.9375rem + (25 - 15) * ((100vw - 767px) / (1800 - 767))), 25px);
}

@media screen and (max-width: 767px) {
  /* line 199, resources/assets/styles/components/modules/_card.scss */

  .card[featured_post=events] > .text {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {
  /* line 208, resources/assets/styles/components/modules/_card.scss */

  .card[featured_post=events] > .text .event_short_title {
    width: 100%;
  }
}

/* line 213, resources/assets/styles/components/modules/_card.scss */

.card[featured_post=events] > .text .event_short_title .short_label {
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 1em;
  letter-spacing: 0.05em;
  color: #d3bc8d;
}

/* line 222, resources/assets/styles/components/modules/_card.scss */

.card[featured_post=events] > .text .event_short_title .short_title {
  margin-top: clamp(4px, calc(0.25rem + (6 - 4) * ((100vw - 767px) / (1800 - 767))), 6px);
  font-style: normal;
  font-weight: bold;
  font-size: clamp(24px, calc(1.5rem + (32 - 24) * ((100vw - 767px) / (1800 - 767))), 32px);
  line-height: 1.1875em;
  letter-spacing: -0.01em;
}

/* line 232, resources/assets/styles/components/modules/_card.scss */

.card[featured_post=events] > .text .event_details {
  margin-left: 25px;
  max-width: 60%;
}

@media screen and (max-width: 767px) {
  /* line 232, resources/assets/styles/components/modules/_card.scss */

  .card[featured_post=events] > .text .event_details {
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
  }
}

/* line 242, resources/assets/styles/components/modules/_card.scss */

.card[featured_post=events] > .text .event_details * {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.4em;
  letter-spacing: -0.01em;
}

/* line 251, resources/assets/styles/components/modules/_card.scss */

.card[featured_post=events] > .text > a.cta {
  margin-top: 0;
  margin-left: auto;
  height: 100%;
}

@media screen and (max-width: 767px) {
  /* line 251, resources/assets/styles/components/modules/_card.scss */

  .card[featured_post=events] > .text > a.cta {
    margin-left: 0;
    margin-top: 12px;
    width: 100%;
  }
}

/* line 268, resources/assets/styles/components/modules/_card.scss */

.card[featured_post]:not([featured_post=events]) {
  max-width: 960px;
  margin: 0 auto;
  flex-wrap: nowrap;
}

/* line 273, resources/assets/styles/components/modules/_card.scss */

.card[featured_post]:not([featured_post=events]) .media {
  width: 58%;
  max-width: 558px;
}

@media screen and (max-width: 767px) {
  /* line 273, resources/assets/styles/components/modules/_card.scss */

  .card[featured_post]:not([featured_post=events]) .media {
    width: 100%;
    max-width: 100%;
  }
}

/* line 283, resources/assets/styles/components/modules/_card.scss */

.card[featured_post]:not([featured_post=events]) > .text {
  width: calc(42% - clamp(20px, calc(1.25rem + (40 - 20) * ((100vw - 767px) / (1800 - 767))), 40px));
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-left: clamp(20px, calc(1.25rem + (40 - 20) * ((100vw - 767px) / (1800 - 767))), 40px);
}

@media screen and (max-width: 767px) {
  /* line 283, resources/assets/styles/components/modules/_card.scss */

  .card[featured_post]:not([featured_post=events]) > .text {
    flex-wrap: wrap;
    margin-left: 0;
  }
}

/* line 296, resources/assets/styles/components/modules/_card.scss */

.card[featured_post]:not([featured_post=events]) > .text p.title {
  width: 100%;
  font-style: normal;
  font-weight: bold;
  font-size: clamp(24px, calc(1.5rem + (28 - 24) * ((100vw - 767px) / (1800 - 767))), 28px);
  line-height: 1.22em;
  letter-spacing: -0.01em;
}

/* line 305, resources/assets/styles/components/modules/_card.scss */

.card[featured_post]:not([featured_post=events]) > .text p.preview_text {
  margin-top: clamp(13px, calc(0.8125rem + (19 - 13) * ((100vw - 1800px) / (767 - 1800))), 19px);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.625em;
  letter-spacing: -0.01em;
}

/* line 314, resources/assets/styles/components/modules/_card.scss */

.card[featured_post]:not([featured_post=events]) > .text > a.cta {
  margin-top: 8px;
  height: 100%;
}

@media screen and (max-width: 767px) {
  /* line 314, resources/assets/styles/components/modules/_card.scss */

  .card[featured_post]:not([featured_post=events]) > .text > a.cta {
    margin-left: 0;
    margin-top: 12px;
  }
}

/* line 1, resources/assets/styles/components/modules/_hero.scss */

section.hero {
  padding: 160px clamp(20px, calc(1.25rem + (30 - 20) * ((100vw - 360px) / (390 - 360))), 30px) 265px;
}

@media screen and (max-width: 767px) {
  /* line 1, resources/assets/styles/components/modules/_hero.scss */

  section.hero {
    padding: 0;
    clip-path: unset;
  }
}

/* line 12, resources/assets/styles/components/modules/_hero.scss */

section.hero[mode=default][content-type=text] .flex {
  max-width: clamp(350px, calc(21.875rem + (460 - 350) * ((100vw - 767px) / (1800 - 767))), 460px);
}

@media screen and (max-width: 767px) {
  /* line 12, resources/assets/styles/components/modules/_hero.scss */

  section.hero[mode=default][content-type=text] .flex {
    margin: 0 auto;
    max-width: 430px;
  }
}

/* line 20, resources/assets/styles/components/modules/_hero.scss */

section.hero[mode=default][content-type=text] .flex > .text_header {
  margin-bottom: clamp(16px, calc(1rem + (18 - 16) * ((100vw - 1800px) / (767 - 1800))), 18px);
}

/* line 23, resources/assets/styles/components/modules/_hero.scss */

section.hero[mode=default][content-type=text] .flex > .text_header > h3 {
  margin-bottom: 3px;
}

/* line 28, resources/assets/styles/components/modules/_hero.scss */

section.hero[mode=default][content-type=text] .flex a.button {
  margin-top: clamp(26px, calc(1.625rem + (32 - 26) * ((100vw - 1800px) / (767 - 1800))), 32px);
}

@media screen and (max-width: 767px) {
  /* line 11, resources/assets/styles/components/modules/_hero.scss */

  section.hero[mode=default][content-type=text] {
    padding: 0;
    clip-path: unset;
  }
}

/* line 38, resources/assets/styles/components/modules/_hero.scss */

section.hero[mode=default][content-type=text] .container {
  max-width: 1160px;
}

@media screen and (max-width: 767px) {
  /* line 38, resources/assets/styles/components/modules/_hero.scss */

  section.hero[mode=default][content-type=text] .container {
    padding: 0 clamp(20px, calc(1.25rem + (30 - 20) * ((100vw - 360px) / (390 - 360))), 30px);
    max-width: 100%;
    box-sizing: border-box;
    margin-top: 20px;
    margin-bottom: clamp(60px, calc(3.75rem + (100 - 60) * ((100vw - 375px) / (767 - 375))), 100px);
  }
}

@media screen and (max-width: 767px) {
  /* line 50, resources/assets/styles/components/modules/_hero.scss */

  section.hero[mode=default][content-type=text] .bg.absolute {
    position: relative;
  }

  /* line 54, resources/assets/styles/components/modules/_hero.scss */

  section.hero[mode=default][content-type=text] .bg.absolute img,
  section.hero[mode=default][content-type=text] .bg.absolute video {
    clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 7.855vw), 0% 100%);
  }
}

/* line 63, resources/assets/styles/components/modules/_hero.scss */

section.hero[mode=resources_events] {
  padding: clamp(56px, calc(3.5rem + (106 - 56) * ((100vw - 767px) / (1800 - 767))), 106px) clamp(20px, calc(1.25rem + (30 - 20) * ((100vw - 360px) / (390 - 360))), 30px) clamp(33px, calc(2.0625rem + (48 - 33) * ((100vw - 767px) / (1800 - 767))), 48px);
}

/* line 67, resources/assets/styles/components/modules/_hero.scss */

section.hero[mode=resources_events][content-type=text] .flex {
  max-width: 560px;
  margin: 0 auto;
  justify-content: center;
}

/* line 74, resources/assets/styles/components/modules/_hero.scss */

section.hero[mode=resources_events][content-type=text] .sub-container .text_header {
  text-align: center;
}

/* line 78, resources/assets/styles/components/modules/_hero.scss */

section.hero[mode=resources_events][content-type=text] .sub-container .text {
  text-align: center;
}

@media screen and (min-width: 1920px) {
  /* line 86, resources/assets/styles/components/modules/_hero.scss */

  section.hero:not(.home_hero) .bg.absolute {
    max-width: 100%;
    left: 50%;
    transform: translateX(-50%);
  }

  /* line 92, resources/assets/styles/components/modules/_hero.scss */

  section.hero:not(.home_hero) .bg.absolute > img {
    height: 100%;
    object-fit: cover;
  }
}

@media screen and (min-width: 2200px) {
  /* line 99, resources/assets/styles/components/modules/_hero.scss */

  section.hero:not(.home_hero) .bg.absolute > img {
    -webkit-mask-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 15%, white 50%, white 85%, rgba(255, 255, 255, 0) 100%);
    mask-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 15%, white 50%, white 85%, rgba(255, 255, 255, 0) 100%);
  }
}

/* line 120, resources/assets/styles/components/modules/_hero.scss */

section.hero.hero_events .bg.absolute,
section.hero.hero_resources .bg.absolute {
  height: unset;
}

/* line 126, resources/assets/styles/components/modules/_hero.scss */

section.hero.hero_resources h3 {
  margin-bottom: 10px;
}

/* line 130, resources/assets/styles/components/modules/_hero.scss */

section.hero.hero_resources h1 {
  margin-bottom: clamp(16px, calc(1rem + (18 - 16) * ((100vw - 1800px) / (767 - 1800))), 18px);
}

/* line 134, resources/assets/styles/components/modules/_hero.scss */

section.hero.hero_resources .text {
  position: relative;
}

/* line 175, resources/assets/styles/components/modules/_hero.scss */

section.hero.hero_life_sciences {
  padding: 116px clamp(20px, calc(1.25rem + (30 - 20) * ((100vw - 360px) / (390 - 360))), 30px) 318px;
}

@media screen and (max-width: 767px) {
  /* line 175, resources/assets/styles/components/modules/_hero.scss */

  section.hero.hero_life_sciences {
    padding: 0;
  }
}

/* line 183, resources/assets/styles/components/modules/_hero.scss */

section.hero.contact_hero {
  padding: 106px clamp(20px, calc(1.25rem + (30 - 20) * ((100vw - 360px) / (390 - 360))), 30px) 425px;
}

@media screen and (max-width: 767px) {
  /* line 183, resources/assets/styles/components/modules/_hero.scss */

  section.hero.contact_hero {
    padding: 0;
  }
}

/* line 191, resources/assets/styles/components/modules/_hero.scss */

section.hero.hero_about {
  padding: 125px clamp(20px, calc(1.25rem + (30 - 20) * ((100vw - 360px) / (390 - 360))), 30px) 343px;
}

/* line 195, resources/assets/styles/components/modules/_hero.scss */

section.hero.hero_about .bg.absolute img[mobile-disappear] {
  opacity: 80%;
}

@media screen and (max-width: 767px) {
  /* line 191, resources/assets/styles/components/modules/_hero.scss */

  section.hero.hero_about {
    padding: 0;
  }
}

/* line 205, resources/assets/styles/components/modules/_hero.scss */

section.hero.hero_cancer_center {
  padding: 165px clamp(20px, calc(1.25rem + (30 - 20) * ((100vw - 360px) / (390 - 360))), 30px) 292px;
}

@media screen and (max-width: 767px) {
  /* line 205, resources/assets/styles/components/modules/_hero.scss */

  section.hero.hero_cancer_center {
    padding: 0;
  }

  /* line 211, resources/assets/styles/components/modules/_hero.scss */

  section.hero.hero_cancer_center .flex .text {
    max-width: unset !important;
  }
}

/* line 217, resources/assets/styles/components/modules/_hero.scss */

section.hero.hero_cancer_center .flex .text {
  max-width: clamp(350px, calc(21.875rem + (460 - 350) * ((100vw - 767px) / (1800 - 767))), 460px);
}

@media screen and (max-width: 767px) {
  /* line 222, resources/assets/styles/components/modules/_hero.scss */

  section.hero.hero_cancer_center .flex a.button {
    margin-top: 18px;
  }
}

/* line 229, resources/assets/styles/components/modules/_hero.scss */

section.hero.home_hero,
section.hero.home_hero[mode=default][content-type=text] {
  clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 7.855vw), 0% 100%);
}

@media screen and (max-width: 767px) {
  /* line 229, resources/assets/styles/components/modules/_hero.scss */

  section.hero.home_hero,
  section.hero.home_hero[mode=default][content-type=text] {
    padding: 0 0 30px 0;
    clip-path: unset;
  }
}

@media screen and (max-width: 767px) {
  /* line 238, resources/assets/styles/components/modules/_hero.scss */

  section.hero.home_hero .flex,
  section.hero.home_hero[mode=default][content-type=text] .flex {
    margin: 0 auto;
  }
}

/* line 244, resources/assets/styles/components/modules/_hero.scss */

section.hero.home_hero .container,
section.hero.home_hero[mode=default][content-type=text] .container {
  max-width: 960px;
}

@media screen and (max-width: 767px) {
  /* line 244, resources/assets/styles/components/modules/_hero.scss */

  section.hero.home_hero .container,
  section.hero.home_hero[mode=default][content-type=text] .container {
    padding: 0 clamp(20px, calc(1.25rem + (30 - 20) * ((100vw - 360px) / (390 - 360))), 30px);
    max-width: 100%;
    box-sizing: border-box;
    margin-top: 20px;
    margin-bottom: clamp(60px, calc(3.75rem + (100 - 60) * ((100vw - 375px) / (767 - 375))), 100px);
  }
}

@media screen and (max-width: 767px) {
  /* line 256, resources/assets/styles/components/modules/_hero.scss */

  section.hero.home_hero .bg.absolute,
  section.hero.home_hero[mode=default][content-type=text] .bg.absolute {
    position: relative;
  }

  /* line 260, resources/assets/styles/components/modules/_hero.scss */

  section.hero.home_hero .bg.absolute img,
  section.hero.home_hero .bg.absolute video,
  section.hero.home_hero[mode=default][content-type=text] .bg.absolute img,
  section.hero.home_hero[mode=default][content-type=text] .bg.absolute video {
    clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 7.855vw), 0% 100%);
  }
}

/* line 267, resources/assets/styles/components/modules/_hero.scss */

section.hero.home_hero div.circle,
section.hero.home_hero[mode=default][content-type=text] div.circle {
  background: white;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  position: absolute;
  z-index: -1;
  top: -63px;
  left: -130px;
}

@media screen and (max-width: 1260px) {
  /* line 267, resources/assets/styles/components/modules/_hero.scss */

  section.hero.home_hero div.circle,
  section.hero.home_hero[mode=default][content-type=text] div.circle {
    display: none;
  }
}

/* line 2, resources/assets/styles/components/modules/_two_col_panel.scss */

section.two_col_panel a.button + a.button[button2] {
  margin-left: 1em;
}

/* line 8, resources/assets/styles/components/modules/_two_col_panel.scss */

section.two_col_panel[two-col_mode=text_left_image_right] .sub-container,
section.two_col_panel[two-col_mode=image_left_text_right] .sub-container {
  --space_between: clamp(20px, calc(1.25rem + (32 - 20) * ((100vw - 767px) / (1800 - 767))), 32px);
  align-items: center;
}

@media screen and (max-width: 767px) {
  /* line 8, resources/assets/styles/components/modules/_two_col_panel.scss */

  section.two_col_panel[two-col_mode=text_left_image_right] .sub-container,
  section.two_col_panel[two-col_mode=image_left_text_right] .sub-container {
    flex-wrap: wrap;
    width: clamp(375px, calc(23.4375rem + (475 - 375) * ((100vw - 375px) / (767 - 375))), 475px);
    margin: 0 auto;
    max-width: 100%;
  }
}

/* line 20, resources/assets/styles/components/modules/_two_col_panel.scss */

section.two_col_panel[two-col_mode=text_left_image_right] .sub-container .media,
section.two_col_panel[two-col_mode=image_left_text_right] .sub-container .media {
  width: calc(min(680px, calc(100% - var(--space_between))));
  margin-right: var(--space_between);
}

@media screen and (max-width: 767px) {
  /* line 20, resources/assets/styles/components/modules/_two_col_panel.scss */

  section.two_col_panel[two-col_mode=text_left_image_right] .sub-container .media,
  section.two_col_panel[two-col_mode=image_left_text_right] .sub-container .media {
    margin-bottom: 8px;
  }
}

/* line 28, resources/assets/styles/components/modules/_two_col_panel.scss */

section.two_col_panel[two-col_mode=text_left_image_right] .sub-container .media .image-container,
section.two_col_panel[two-col_mode=image_left_text_right] .sub-container .media .image-container {
  font-size: 0;
}

/* line 32, resources/assets/styles/components/modules/_two_col_panel.scss */

section.two_col_panel[two-col_mode=text_left_image_right] .sub-container .media img,
section.two_col_panel[two-col_mode=text_left_image_right] .sub-container .media svg,
section.two_col_panel[two-col_mode=image_left_text_right] .sub-container .media img,
section.two_col_panel[two-col_mode=image_left_text_right] .sub-container .media svg {
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
  object-fit: scale-down;
}

/* line 43, resources/assets/styles/components/modules/_two_col_panel.scss */

section.two_col_panel[two-col_mode=text_left_image_right] .sub-container .text,
section.two_col_panel[two-col_mode=image_left_text_right] .sub-container .text {
  order: 1;
  text-align: left;
  width: clamp(300px, calc(18.75rem + (460 - 300) * ((100vw - 767px) / (1800 - 767))), 460px);
  min-width: 350px;
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  /* line 43, resources/assets/styles/components/modules/_two_col_panel.scss */

  section.two_col_panel[two-col_mode=text_left_image_right] .sub-container .text,
  section.two_col_panel[two-col_mode=image_left_text_right] .sub-container .text {
    order: 2;
    text-align: left;
    margin-left: 0;
    width: 100%;
    min-width: 250px;
  }
}

/* line 58, resources/assets/styles/components/modules/_two_col_panel.scss */

section.two_col_panel[two-col_mode=text_left_image_right] .sub-container .text > h2,
section.two_col_panel[two-col_mode=image_left_text_right] .sub-container .text > h2 {
  margin-bottom: clamp(18px, calc(1.125rem + (20 - 18) * ((100vw - 1800px) / (767 - 1800))), 20px);
}

/* line 62, resources/assets/styles/components/modules/_two_col_panel.scss */

section.two_col_panel[two-col_mode=text_left_image_right] .sub-container .text h2 + a.button,
section.two_col_panel[two-col_mode=image_left_text_right] .sub-container .text h2 + a.button {
  margin-top: 0;
}

/* line 66, resources/assets/styles/components/modules/_two_col_panel.scss */

section.two_col_panel[two-col_mode=text_left_image_right] .sub-container .text a.button,
section.two_col_panel[two-col_mode=image_left_text_right] .sub-container .text a.button {
  margin-top: 26px;
}

/* line 70, resources/assets/styles/components/modules/_two_col_panel.scss */

section.two_col_panel[two-col_mode=text_left_image_right] .sub-container .text ul,
section.two_col_panel[two-col_mode=image_left_text_right] .sub-container .text ul {
  margin-left: 0;
}

/* line 73, resources/assets/styles/components/modules/_two_col_panel.scss */

section.two_col_panel[two-col_mode=text_left_image_right] .sub-container .text ul li,
section.two_col_panel[two-col_mode=image_left_text_right] .sub-container .text ul li {
  margin-left: 1em;
}

/* line 77, resources/assets/styles/components/modules/_two_col_panel.scss */

section.two_col_panel[two-col_mode=text_left_image_right] .sub-container .text ul li + li,
section.two_col_panel[two-col_mode=image_left_text_right] .sub-container .text ul li + li {
  margin-top: 0.35em;
}

/* line 82, resources/assets/styles/components/modules/_two_col_panel.scss */

section.two_col_panel[two-col_mode=text_left_image_right] .sub-container .text p + ul,
section.two_col_panel[two-col_mode=text_left_image_right] .sub-container .text h2 + ul,
section.two_col_panel[two-col_mode=text_left_image_right] .sub-container .text h3 + ul,
section.two_col_panel[two-col_mode=text_left_image_right] .sub-container .text h4 + ul,
section.two_col_panel[two-col_mode=text_left_image_right] .sub-container .text h5 + ul,
section.two_col_panel[two-col_mode=text_left_image_right] .sub-container .text h6 + ul,
section.two_col_panel[two-col_mode=image_left_text_right] .sub-container .text p + ul,
section.two_col_panel[two-col_mode=image_left_text_right] .sub-container .text h2 + ul,
section.two_col_panel[two-col_mode=image_left_text_right] .sub-container .text h3 + ul,
section.two_col_panel[two-col_mode=image_left_text_right] .sub-container .text h4 + ul,
section.two_col_panel[two-col_mode=image_left_text_right] .sub-container .text h5 + ul,
section.two_col_panel[two-col_mode=image_left_text_right] .sub-container .text h6 + ul {
  margin-top: 1em;
}

/* line 95, resources/assets/styles/components/modules/_two_col_panel.scss */

section.two_col_panel[two-col_mode=text_left_image_right][two-col_mode=text_left_image_right] .sub-container .media,
section.two_col_panel[two-col_mode=image_left_text_right][two-col_mode=text_left_image_right] .sub-container .media {
  margin-right: 0;
  order: 2;
}

@media screen and (max-width: 767px) {
  /* line 95, resources/assets/styles/components/modules/_two_col_panel.scss */

  section.two_col_panel[two-col_mode=text_left_image_right][two-col_mode=text_left_image_right] .sub-container .media,
  section.two_col_panel[two-col_mode=image_left_text_right][two-col_mode=text_left_image_right] .sub-container .media {
    margin-left: 0;
    order: 1;
    margin-top: -20px;
  }
}

/* line 106, resources/assets/styles/components/modules/_two_col_panel.scss */

section.two_col_panel[two-col_mode=text_left_image_right][two-col_mode=text_left_image_right] .sub-container .text,
section.two_col_panel[two-col_mode=image_left_text_right][two-col_mode=text_left_image_right] .sub-container .text {
  margin-right: var(--space_between);
  order: 1;
}

/* line 110, resources/assets/styles/components/modules/_two_col_panel.scss */

section.two_col_panel[two-col_mode=text_left_image_right][two-col_mode=text_left_image_right] .sub-container .text ul,
section.two_col_panel[two-col_mode=image_left_text_right][two-col_mode=text_left_image_right] .sub-container .text ul {
  margin-left: 0;
}

/* line 113, resources/assets/styles/components/modules/_two_col_panel.scss */

section.two_col_panel[two-col_mode=text_left_image_right][two-col_mode=text_left_image_right] .sub-container .text ul li,
section.two_col_panel[two-col_mode=image_left_text_right][two-col_mode=text_left_image_right] .sub-container .text ul li {
  margin-left: 1em;
}

/* line 117, resources/assets/styles/components/modules/_two_col_panel.scss */

section.two_col_panel[two-col_mode=text_left_image_right][two-col_mode=text_left_image_right] .sub-container .text ul li + li,
section.two_col_panel[two-col_mode=image_left_text_right][two-col_mode=text_left_image_right] .sub-container .text ul li + li {
  margin-top: 0.35em;
}

@media screen and (max-width: 767px) {
  /* line 106, resources/assets/styles/components/modules/_two_col_panel.scss */

  section.two_col_panel[two-col_mode=text_left_image_right][two-col_mode=text_left_image_right] .sub-container .text,
  section.two_col_panel[two-col_mode=image_left_text_right][two-col_mode=text_left_image_right] .sub-container .text {
    margin-left: 0;
    order: 2;
  }
}

/* line 132, resources/assets/styles/components/modules/_two_col_panel.scss */

section.two_col_panel[two-col_mode=video_text] .container {
  padding: 60px 0 50px;
}

/* line 136, resources/assets/styles/components/modules/_two_col_panel.scss */

section.two_col_panel[two-col_mode=video_text] .sub-container {
  --space_between: clamp(30px, calc(1.875rem + (40 - 30) * ((100vw - 767px) / (1800 - 767))), 40px);
}

@media screen and (max-width: 767px) {
  /* line 136, resources/assets/styles/components/modules/_two_col_panel.scss */

  section.two_col_panel[two-col_mode=video_text] .sub-container {
    flex-wrap: wrap;
  }
}

/* line 143, resources/assets/styles/components/modules/_two_col_panel.scss */

section.two_col_panel[two-col_mode=video_text] .sub-container .text {
  order: 1;
  text-align: left;
  min-width: 350px;
  max-width: 100%;
  width: calc(min(clamp(300px, calc(18.75rem + (460 - 300) * ((100vw - 767px) / (1800 - 767))), 460px), calc(100% - var(--space_between))));
  margin-left: var(--space_between);
}

@media screen and (max-width: 767px) {
  /* line 143, resources/assets/styles/components/modules/_two_col_panel.scss */

  section.two_col_panel[two-col_mode=video_text] .sub-container .text {
    order: 2;
    text-align: left;
    margin-left: 0;
    width: 100%;
    min-width: 250px;
  }
}

/* line 159, resources/assets/styles/components/modules/_two_col_panel.scss */

section.two_col_panel[two-col_mode=video_text] .sub-container .text > h2 {
  margin-bottom: clamp(18px, calc(1.125rem + (20 - 18) * ((100vw - 1800px) / (767 - 1800))), 20px);
}

/* line 163, resources/assets/styles/components/modules/_two_col_panel.scss */

section.two_col_panel[two-col_mode=video_text] .sub-container .text a.button {
  margin-top: 26px;
}

/* line 167, resources/assets/styles/components/modules/_two_col_panel.scss */

section.two_col_panel[two-col_mode=video_text] .sub-container .text ul {
  margin-left: 0;
}

/* line 170, resources/assets/styles/components/modules/_two_col_panel.scss */

section.two_col_panel[two-col_mode=video_text] .sub-container .text ul li {
  margin-left: 1em;
}

/* line 174, resources/assets/styles/components/modules/_two_col_panel.scss */

section.two_col_panel[two-col_mode=video_text] .sub-container .text ul li + li {
  margin-top: 0.35em;
}

/* line 180, resources/assets/styles/components/modules/_two_col_panel.scss */

section.two_col_panel[two-col_mode=video_text] .sub-container .media {
  max-width: 660px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  /* line 180, resources/assets/styles/components/modules/_two_col_panel.scss */

  section.two_col_panel[two-col_mode=video_text] .sub-container .media {
    margin-bottom: 21px;
  }
}

/* line 190, resources/assets/styles/components/modules/_two_col_panel.scss */

section.two_col_panel[two-col_mode=video_text] .media {
  order: 1;
}

/* line 194, resources/assets/styles/components/modules/_two_col_panel.scss */

section.two_col_panel[two-col_mode=video_text] .media .video_container .text-container {
  margin-bottom: clamp(18px, calc(1.125rem + (20 - 18) * ((100vw - 767px) / (1800 - 767))), 20px);
}

/* line 199, resources/assets/styles/components/modules/_two_col_panel.scss */

section.two_col_panel[two-col_mode=video_text] .media video {
  width: 100%;
}

/* line 204, resources/assets/styles/components/modules/_two_col_panel.scss */

section.two_col_panel[two-col_mode=video_text] .text {
  order: 2;
  margin-right: 0;
  width: clamp(300px, calc(18.75rem + (460 - 300) * ((100vw - 767px) / (1800 - 767))), 460px);
  max-width: 100%;
}

/* line 212, resources/assets/styles/components/modules/_two_col_panel.scss */

section.two_col_panel[two-col_mode=video_text][orientation=text_video] .media {
  margin-left: var(--space_between);
  width: calc(min(660px, calc(100% - var(--space_between))));
  order: 2;
}

@media screen and (max-width: 767px) {
  /* line 212, resources/assets/styles/components/modules/_two_col_panel.scss */

  section.two_col_panel[two-col_mode=video_text][orientation=text_video] .media {
    order: 1;
    width: 100%;
    margin-left: 0;
  }
}

/* line 224, resources/assets/styles/components/modules/_two_col_panel.scss */

section.two_col_panel[two-col_mode=video_text][orientation=text_video] .text {
  order: 1;
  margin-left: 0;
}

@media screen and (max-width: 767px) {
  /* line 224, resources/assets/styles/components/modules/_two_col_panel.scss */

  section.two_col_panel[two-col_mode=video_text][orientation=text_video] .text {
    order: 2;
  }
}

/* line 234, resources/assets/styles/components/modules/_two_col_panel.scss */

section.two_col_panel[two-col_mode=video_text] .blue_circle,
section.two_col_panel[two-col_mode=video_text] .beige_triangle,
section.two_col_panel[two-col_mode=video_text] .gray_triangle,
section.two_col_panel[two-col_mode=video_text] .light_blue_circle,
section.two_col_panel[two-col_mode=video_text] .blue_triangle {
  position: absolute;
}

/* line 242, resources/assets/styles/components/modules/_two_col_panel.scss */

section.two_col_panel[two-col_mode=video_text] .blue_circle {
  left: -270px;
  top: 12px;
}

/* line 246, resources/assets/styles/components/modules/_two_col_panel.scss */

section.two_col_panel[two-col_mode=video_text] .blue_circle svg {
  width: 156px;
  height: 156px;
}

/* line 252, resources/assets/styles/components/modules/_two_col_panel.scss */

section.two_col_panel[two-col_mode=video_text] .beige_triangle {
  left: -431px;
  top: 107px;
}

/* line 256, resources/assets/styles/components/modules/_two_col_panel.scss */

section.two_col_panel[two-col_mode=video_text] .beige_triangle svg {
  width: 271px;
  height: 291px;
}

/* line 262, resources/assets/styles/components/modules/_two_col_panel.scss */

section.two_col_panel[two-col_mode=video_text] .blue_triangle {
  right: -105px;
  bottom: 70px;
}

@media screen and (max-width: 1400px) {
  /* line 262, resources/assets/styles/components/modules/_two_col_panel.scss */

  section.two_col_panel[two-col_mode=video_text] .blue_triangle {
    right: -30px;
  }
}

@media screen and (max-width: 1200px) {
  /* line 262, resources/assets/styles/components/modules/_two_col_panel.scss */

  section.two_col_panel[two-col_mode=video_text] .blue_triangle {
    display: none;
  }
}

@media screen and (max-width: 400px) {
  /* line 262, resources/assets/styles/components/modules/_two_col_panel.scss */

  section.two_col_panel[two-col_mode=video_text] .blue_triangle {
    display: block;
    top: 312px;
    right: -13px;
    z-index: 9;
  }

  /* line 280, resources/assets/styles/components/modules/_two_col_panel.scss */

  section.two_col_panel[two-col_mode=video_text] .blue_triangle svg {
    height: 40px;
    width: 40px;
  }
}

/* line 287, resources/assets/styles/components/modules/_two_col_panel.scss */

section.two_col_panel[two-col_mode=video_text] .gray_triangle {
  right: 140px;
  top: -105px;
}

@media screen and (max-width: 1000px) {
  /* line 287, resources/assets/styles/components/modules/_two_col_panel.scss */

  section.two_col_panel[two-col_mode=video_text] .gray_triangle {
    right: 90px;
    top: -35px;
  }

  /* line 295, resources/assets/styles/components/modules/_two_col_panel.scss */

  section.two_col_panel[two-col_mode=video_text] .gray_triangle svg {
    width: 60px;
    height: 60px;
  }
}

/* line 303, resources/assets/styles/components/modules/_two_col_panel.scss */

section.two_col_panel[two-col_mode=text_text] {
  padding: clamp(10px, calc(0.625rem + (44 - 10) * ((100vw - 1800px) / (767 - 1800))), 44px) clamp(20px, calc(1.25rem + (30 - 20) * ((100vw - 360px) / (390 - 360))), 30px) clamp(34px, calc(2.125rem + (50 - 34) * ((100vw - 767px) / (1800 - 767))), 50px);
}

/* line 306, resources/assets/styles/components/modules/_two_col_panel.scss */

section.two_col_panel[two-col_mode=text_text] .sub-container.flex {
  flex-wrap: wrap;
  max-width: 960px;
  margin: 0 auto;
}

/* line 311, resources/assets/styles/components/modules/_two_col_panel.scss */

section.two_col_panel[two-col_mode=text_text] .sub-container.flex .title {
  width: 100%;
  margin-bottom: clamp(20px, calc(1.25rem + (38 - 20) * ((100vw - 767px) / (1800 - 767))), 38px);
}

/* line 315, resources/assets/styles/components/modules/_two_col_panel.scss */

section.two_col_panel[two-col_mode=text_text] .sub-container.flex .title > [title-group] {
  max-width: 560px;
}

/* line 320, resources/assets/styles/components/modules/_two_col_panel.scss */

section.two_col_panel[two-col_mode=text_text] .sub-container.flex .text {
  display: inline-flex;
  width: 100%;
}

@media screen and (max-width: 767px) {
  /* line 320, resources/assets/styles/components/modules/_two_col_panel.scss */

  section.two_col_panel[two-col_mode=text_text] .sub-container.flex .text {
    flex-wrap: wrap;
  }
}

/* line 331, resources/assets/styles/components/modules/_two_col_panel.scss */

section.two_col_panel[two-col_mode=text_text] .sub-container.flex .text [left] {
  width: 58.3%;
  max-width: 560px;
}

@media screen and (max-width: 767px) {
  /* line 331, resources/assets/styles/components/modules/_two_col_panel.scss */

  section.two_col_panel[two-col_mode=text_text] .sub-container.flex .text [left] {
    width: 100%;
    max-width: 100%;
  }
}

/* line 341, resources/assets/styles/components/modules/_two_col_panel.scss */

section.two_col_panel[two-col_mode=text_text] .sub-container.flex .text [right] {
  width: 41.7%;
  max-width: 360px;
  margin-left: clamp(30px, calc(1.875rem + (40 - 30) * ((100vw - 767px) / (1800 - 767))), 40px);
}

@media screen and (max-width: 767px) {
  /* line 341, resources/assets/styles/components/modules/_two_col_panel.scss */

  section.two_col_panel[two-col_mode=text_text] .sub-container.flex .text [right] {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-top: 26px;
  }
}

/* line 356, resources/assets/styles/components/modules/_two_col_panel.scss */

section.two_col_panel[two-col_mode=text_text] .sub-container.flex .text[add-mobile-borders="1"] [right] {
  position: relative;
}

@media screen and (max-width: 767px) {
  /* line 373, resources/assets/styles/components/modules/_two_col_panel.scss */

  section.two_col_panel[two-col_mode=text_text] .sub-container.flex .text[add-mobile-borders="1"] [right]::before {
    content: "";
    display: flex;
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    margin: 0 auto 26px;
    height: 1px;
    background-color: #c8c8c8;
  }
}

/* line 381, resources/assets/styles/components/modules/_two_col_panel.scss */

section.two_col_panel[two-col_mode=text_text] .sub-container.flex .text ul {
  margin-left: 0;
}

/* line 384, resources/assets/styles/components/modules/_two_col_panel.scss */

section.two_col_panel[two-col_mode=text_text] .sub-container.flex .text ul li {
  margin-left: 1em;
}

/* line 388, resources/assets/styles/components/modules/_two_col_panel.scss */

section.two_col_panel[two-col_mode=text_text] .sub-container.flex .text ul li + li {
  margin-top: 0.9em;
}

/* line 393, resources/assets/styles/components/modules/_two_col_panel.scss */

section.two_col_panel[two-col_mode=text_text] .sub-container.flex .text p + p {
  margin-top: 1.433em;
}

/* line 397, resources/assets/styles/components/modules/_two_col_panel.scss */

section.two_col_panel[two-col_mode=text_text] .sub-container.flex .text a.button {
  margin-top: 26px;
}

@media screen and (max-width: 767px) {
  /* line 400, resources/assets/styles/components/modules/_two_col_panel.scss */

  section.two_col_panel[two-col_mode=text_text] .sub-container.flex .text a.button[mobile-appear] {
    display: inline-flex;
  }
}

/* line 411, resources/assets/styles/components/modules/_two_col_panel.scss */

section.two_col_panel.life_sciences_two_col {
  margin-top: calc(-1 * clamp(1px, calc(0.0625rem + (40 - 1) * ((100vw - 1800px) / (767 - 1800))), 40px));
  margin-bottom: clamp(60px, calc(3.75rem + (66 - 60) * ((100vw - 1800px) / (767 - 1800))), 66px);
}

@media screen and (max-width: 767px) {
  /* line 411, resources/assets/styles/components/modules/_two_col_panel.scss */

  section.two_col_panel.life_sciences_two_col {
    margin-top: 0;
  }
}

/* line 419, resources/assets/styles/components/modules/_two_col_panel.scss */

section.two_col_panel.life_sciences_two_col .sub-container {
  --space_between: clamp(60px, calc(3.75rem + (140 - 60) * ((100vw - 767px) / (1800 - 767))), 140px);
  justify-content: center;
}

/* line 424, resources/assets/styles/components/modules/_two_col_panel.scss */

section.two_col_panel.life_sciences_two_col .sub-container .media {
  width: calc(min(333px, calc(100% - var(--space_between))));
}

/* line 428, resources/assets/styles/components/modules/_two_col_panel.scss */

section.two_col_panel.life_sciences_two_col .sub-container .text {
  width: 460px;
}

/* line 434, resources/assets/styles/components/modules/_two_col_panel.scss */

section.two_col_panel.home_two_col_cancer_center {
  margin-top: -7.88vw;
  margin-bottom: -11.2vw;
  padding-top: calc(7.855vw - 90px);
  padding-bottom: 11.112vw;
}

/* line 440, resources/assets/styles/components/modules/_two_col_panel.scss */

section.two_col_panel.home_two_col_cancer_center .text {
  margin-top: clamp(40px, calc(2.5rem + (60 - 40) * ((100vw - 1800px) / (767 - 1800))), 60px);
}

@media screen and (max-width: 767px) {
  /* line 440, resources/assets/styles/components/modules/_two_col_panel.scss */

  section.two_col_panel.home_two_col_cancer_center .text {
    margin-top: 0;
    margin-bottom: 62px;
  }
}

/* line 451, resources/assets/styles/components/modules/_two_col_panel.scss */

section.two_col_panel.home_two_col_cancer_center > .bg.absolute {
  clip-path: polygon(0% calc(0% + 7.855vw), 100% 0%, 100% 100%, 0% calc(100% - 11.112vw));
}

/* line 455, resources/assets/styles/components/modules/_two_col_panel.scss */

section.two_col_panel.home_two_col_cancer_center .light_grey_triangle {
  position: absolute;
  right: -150px;
  top: -138px;
  width: 250px;
  height: 270px;
}

@media screen and (max-width: 1500px) {
  /* line 455, resources/assets/styles/components/modules/_two_col_panel.scss */

  section.two_col_panel.home_two_col_cancer_center .light_grey_triangle {
    right: 0;
    top: -90px;
    z-index: -1;
  }
}

@media screen and (max-width: 1200px) {
  /* line 455, resources/assets/styles/components/modules/_two_col_panel.scss */

  section.two_col_panel.home_two_col_cancer_center .light_grey_triangle {
    display: none;
  }
}

/* line 474, resources/assets/styles/components/modules/_two_col_panel.scss */

section.two_col_panel.home_video {
  padding: 11.112vw clamp(20px, calc(1.25rem + (30 - 20) * ((100vw - 360px) / (390 - 360))), 30px) 0;
  margin-top: -11.112vw;
}

/* line 478, resources/assets/styles/components/modules/_two_col_panel.scss */

section.two_col_panel.home_video .flex {
  overflow-x: hidden;
}

/* line 484, resources/assets/styles/components/modules/_two_col_panel.scss */

section.two_col_panel.about_cancer_centers {
  margin-top: calc(-1 * clamp(120px, calc(7.5rem + (237 - 120) * ((100vw - 767px) / (1800 - 767))), 237px));
}

@media screen and (max-width: 767px) {
  /* line 484, resources/assets/styles/components/modules/_two_col_panel.scss */

  section.two_col_panel.about_cancer_centers {
    padding-bottom: 57px;
    margin-top: 0;
  }
}

/* line 492, resources/assets/styles/components/modules/_two_col_panel.scss */

section.two_col_panel.about_cancer_centers .sub-container {
  --space_between: clamp(30px, calc(1.875rem + (80 - 30) * ((100vw - 767px) / (1800 - 767))), 80px);
  align-items: unset;
}

/* line 497, resources/assets/styles/components/modules/_two_col_panel.scss */

section.two_col_panel.about_cancer_centers .sub-container .media {
  width: calc(min(clamp(450px, calc(28.125rem + (620 - 450) * ((100vw - 767px) / (1800 - 767))), 620px), calc(100% - var(--space_between))));
  margin-right: var(--space_between);
}

/* line 502, resources/assets/styles/components/modules/_two_col_panel.scss */

section.two_col_panel.about_cancer_centers .sub-container .text {
  align-self: flex-end;
  width: 460px;
  margin-bottom: 82px;
}

@media screen and (max-width: 767px) {
  /* line 502, resources/assets/styles/components/modules/_two_col_panel.scss */

  section.two_col_panel.about_cancer_centers .sub-container .text {
    margin-top: 19px;
    margin-bottom: 0;
  }
}

/* line 2, resources/assets/styles/components/modules/_emphasis_panel.scss */

section.emphasis_panel[emphasis_panel_mode=default] {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 11.112vw 0 0;
  margin-top: -22.224vw;
  z-index: 3;
}

@media screen and (max-width: 767px) {
  /* line 2, resources/assets/styles/components/modules/_emphasis_panel.scss */

  section.emphasis_panel[emphasis_panel_mode=default] {
    margin-top: -24vw;
  }
}

/* line 14, resources/assets/styles/components/modules/_emphasis_panel.scss */

section.emphasis_panel[emphasis_panel_mode=default] > .bg.absolute {
  position: relative;
}

/* line 18, resources/assets/styles/components/modules/_emphasis_panel.scss */

section.emphasis_panel[emphasis_panel_mode=default] > .bg.absolute > img,
section.emphasis_panel[emphasis_panel_mode=default] > .bg.absolute svg {
  height: auto;
  object-fit: unset;
  max-height: 710px;
}

@media screen and (max-width: 767px) {
  /* line 18, resources/assets/styles/components/modules/_emphasis_panel.scss */

  section.emphasis_panel[emphasis_panel_mode=default] > .bg.absolute > img,
  section.emphasis_panel[emphasis_panel_mode=default] > .bg.absolute svg {
    object-fit: fill;
    max-height: 830px;
  }
}

/* line 31, resources/assets/styles/components/modules/_emphasis_panel.scss */

section.emphasis_panel[emphasis_panel_mode=default] .container.absolute {
  position: absolute;
  padding: 0 clamp(20px, calc(1.25rem + (30 - 20) * ((100vw - 360px) / (390 - 360))), 30px);
  box-sizing: border-box;
}

/* line 37, resources/assets/styles/components/modules/_emphasis_panel.scss */

section.emphasis_panel[emphasis_panel_mode=default] .sub-container {
  justify-content: center;
}

/* line 41, resources/assets/styles/components/modules/_emphasis_panel.scss */

section.emphasis_panel[emphasis_panel_mode=default] .emphasis_repeater {
  display: inline-flex;
  width: 100%;
  justify-content: center;
  margin-left: clamp(25px, calc(1.5625rem + (45 - 25) * ((100vw - 767px) / (1800 - 767))), 45px);
  margin-right: clamp(25px, calc(1.5625rem + (45 - 25) * ((100vw - 767px) / (1800 - 767))), 45px);
}

@media screen and (max-width: 767px) {
  /* line 41, resources/assets/styles/components/modules/_emphasis_panel.scss */

  section.emphasis_panel[emphasis_panel_mode=default] .emphasis_repeater {
    flex-wrap: wrap;
  }
}

/* line 54, resources/assets/styles/components/modules/_emphasis_panel.scss */

section.emphasis_panel[emphasis_panel_mode=default] .emphasis_repeater .item {
  margin: clamp(19px, calc(1.1875rem + (35 - 19) * ((100vw - 1800px) / (767 - 1800))), 35px) clamp(25px, calc(1.5625rem + (45 - 25) * ((100vw - 767px) / (1800 - 767))), 45px) 19px;
  padding: clamp(0.01px, calc(0.00063rem + (20 - 0.01) * ((100vw - 1800px) / (767 - 1800))), 20px) 0 clamp(0.01px, calc(0.00063rem + (30 - 0.01) * ((100vw - 1800px) / (767 - 1800))), 30px);
  max-width: clamp(125px, calc(7.8125rem + (260 - 125) * ((100vw - 767px) / (1800 - 767))), 260px);
}

/* line 59, resources/assets/styles/components/modules/_emphasis_panel.scss */

section.emphasis_panel[emphasis_panel_mode=default] .emphasis_repeater .item > svg {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  /* line 54, resources/assets/styles/components/modules/_emphasis_panel.scss */

  section.emphasis_panel[emphasis_panel_mode=default] .emphasis_repeater .item {
    margin: clamp(19px, calc(1.1875rem + (35 - 19) * ((100vw - 390px) / (767 - 390))), 35px) clamp(25px, calc(1.5625rem + (45 - 25) * ((100vw - 767px) / (1800 - 767))), 45px);
    padding: 0;
    max-width: 205px;
  }
}

/* line 74, resources/assets/styles/components/modules/_emphasis_panel.scss */

section.emphasis_panel.home_emphasis .beige_circle {
  position: absolute;
  top: 26%;
  right: 19%;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  /* line 74, resources/assets/styles/components/modules/_emphasis_panel.scss */

  section.emphasis_panel.home_emphasis .beige_circle {
    display: none;
  }
}

/* line 1, resources/assets/styles/components/modules/_resources_panel.scss */

section.resources_panel {
  padding: clamp(4px, calc(0.25rem + (50 - 4) * ((100vw - 767px) / (1800 - 767))), 50px) clamp(20px, calc(1.25rem + (30 - 20) * ((100vw - 360px) / (390 - 360))), 30px) clamp(26px, calc(1.625rem + (46 - 26) * ((100vw - 767px) / (1800 - 767))), 46px);
}

/* line 4, resources/assets/styles/components/modules/_resources_panel.scss */

section.resources_panel .sub-container.flex {
  flex-wrap: wrap;
}

/* line 7, resources/assets/styles/components/modules/_resources_panel.scss */

section.resources_panel .sub-container.flex > h2 {
  width: 100%;
  text-align: center;
  margin-bottom: clamp(34px, calc(2.125rem + (42 - 34) * ((100vw - 767px) / (1800 - 767))), 42px);
}

/* line 13, resources/assets/styles/components/modules/_resources_panel.scss */

section.resources_panel .sub-container.flex .resource_repeater {
  width: 100%;
  display: grid;
  gap: 40px clamp(20px, calc(1.25rem + (40 - 20) * ((100vw - 767px) / (1800 - 767))), 40px);
  grid-template-columns: repeat(auto-fit, minmax(clamp(250px, calc(15.625rem + (360 - 250) * ((100vw - 767px) / (1800 - 767))), 360px), 1fr));
}

/* line 1, resources/assets/styles/components/modules/_testimonials_panel.scss */

section.testimonials_panel {
  padding: clamp(26px, calc(1.625rem + (46 - 26) * ((100vw - 767px) / (1800 - 767))), 46px) clamp(20px, calc(1.25rem + (30 - 20) * ((100vw - 360px) / (390 - 360))), 30px) clamp(50px, calc(3.125rem + (90 - 50) * ((100vw - 767px) / (1800 - 767))), 90px);
}

/* line 4, resources/assets/styles/components/modules/_testimonials_panel.scss */

section.testimonials_panel .sub-container.flex {
  flex-wrap: wrap;
  position: relative;
}

/* line 8, resources/assets/styles/components/modules/_testimonials_panel.scss */

section.testimonials_panel .sub-container.flex > h2 {
  width: 100%;
  margin-bottom: 38px;
  font-style: normal;
  font-weight: bold;
  font-size: 19px;
  line-height: 1.2em;
  letter-spacing: 0.1em;
  text-align: center;
}

/* line 34, resources/assets/styles/components/modules/_testimonials_panel.scss */

section.testimonials_panel .sub-container.flex[add-top-border="1"]::before {
  content: "";
  display: flex;
  position: relative;
  top: 0;
  width: 100%;
  max-width: 760px;
  margin: 0 auto clamp(54px, calc(3.375rem + (94 - 54) * ((100vw - 767px) / (1800 - 767))), 94px);
  height: 1px;
  background-color: #c8c8c8;
}

/* line 41, resources/assets/styles/components/modules/_testimonials_panel.scss */

.swiper.testimonials {
  padding-bottom: 67px;
}

/* line 44, resources/assets/styles/components/modules/_testimonials_panel.scss */

.swiper.testimonials .swiper-pagination {
  bottom: 0;
  height: 20px;
  margin-top: 50px;
}

/* line 50, resources/assets/styles/components/modules/_testimonials_panel.scss */

.swiper.testimonials .swiper-pagination-bullet {
  background-color: rgba(184, 245, 239, 0);
  border: 1px solid #fff;
  transition: 0.3s all ease;
  opacity: 1;
}

/* line 56, resources/assets/styles/components/modules/_testimonials_panel.scss */

.swiper.testimonials .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #b8f5ef;
  border: 1px solid #b8f5ef;
}

/* line 61, resources/assets/styles/components/modules/_testimonials_panel.scss */

.swiper.testimonials .swiper-pagination-bullet:hover:not(.swiper-pagination-bullet-active) {
  background-color: rgba(184, 245, 239, 0.3);
}

/* line 66, resources/assets/styles/components/modules/_testimonials_panel.scss */

.swiper.testimonials ._content .text-container {
  justify-content: center;
}

/* line 70, resources/assets/styles/components/modules/_testimonials_panel.scss */

.swiper.testimonials ._content .text-container.quote h1,
.swiper.testimonials ._content .text-container.quote h2,
.swiper.testimonials ._content .text-container.quote h3,
.swiper.testimonials ._content .text-container.quote h4,
.swiper.testimonials ._content .text-container.quote h5,
.swiper.testimonials ._content .text-container.quote h6 {
  color: var(--override_color_quote_headers);
}

/* line 79, resources/assets/styles/components/modules/_testimonials_panel.scss */

.swiper.testimonials ._content .text-container.quote p {
  width: 760px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  font-style: normal;
  font-weight: 300;
  font-size: clamp(20px, calc(1.25rem + (26 - 20) * ((100vw - 767px) / (1800 - 767))), 26px);
  line-height: 1.38em;
  color: var(--override_color_quote_paragraphs);
  letter-spacing: -0.01em;
}

@media screen and (max-width: 1024px) {
  /* line 79, resources/assets/styles/components/modules/_testimonials_panel.scss */

  .swiper.testimonials ._content .text-container.quote p {
    line-height: 1.45em;
  }
}

@media screen and (max-width: 767px) {
  /* line 79, resources/assets/styles/components/modules/_testimonials_panel.scss */

  .swiper.testimonials ._content .text-container.quote p {
    line-height: 1.5em;
  }
}

/* line 101, resources/assets/styles/components/modules/_testimonials_panel.scss */

.swiper.testimonials ._content .text-container.speaker {
  margin: 28px auto 5px;
  max-width: 80%;
}

/* line 105, resources/assets/styles/components/modules/_testimonials_panel.scss */

.swiper.testimonials ._content .text-container.speaker h1,
.swiper.testimonials ._content .text-container.speaker h2,
.swiper.testimonials ._content .text-container.speaker h3,
.swiper.testimonials ._content .text-container.speaker h4,
.swiper.testimonials ._content .text-container.speaker h5,
.swiper.testimonials ._content .text-container.speaker h6 {
  color: var(--override_color_speaker_headers);
}

/* line 114, resources/assets/styles/components/modules/_testimonials_panel.scss */

.swiper.testimonials ._content .text-container.speaker p {
  color: var(--override_color_speaker_paragraphs);
  text-align: center;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.2em;
  letter-spacing: -0.01em;
}

/* line 126, resources/assets/styles/components/modules/_testimonials_panel.scss */

.swiper.testimonials ._content .text-container.position h1,
.swiper.testimonials ._content .text-container.position h2,
.swiper.testimonials ._content .text-container.position h3,
.swiper.testimonials ._content .text-container.position h4,
.swiper.testimonials ._content .text-container.position h5,
.swiper.testimonials ._content .text-container.position h6 {
  color: var(--override_color_position_headers);
}

/* line 135, resources/assets/styles/components/modules/_testimonials_panel.scss */

.swiper.testimonials ._content .text-container.position p {
  color: var(--override_color_position_paragraphs);
  text-align: center;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.2em;
  letter-spacing: -0.01em;
}

/* line 148, resources/assets/styles/components/modules/_testimonials_panel.scss */

.swiper.testimonials[font-styling=light] ._content {
  --override_color_title: #b8f5ef;
  --override_color_quote_headers: #fff;
  --override_color_quote_paragraphs: #fff;
  --override_color_speaker_headers: #afafaf;
  --override_color_speaker_paragraphs: #afafaf;
  --override_color_position_headers: #afafaf;
  --override_color_position_paragraphs: #afafaf;
}

/* line 158, resources/assets/styles/components/modules/_testimonials_panel.scss */

.swiper.testimonials[font-styling=light] .swiper-pagination-bullet {
  background-color: rgba(184, 245, 239, 0);
  border: 1px solid #fff;
  transition: 0.3s all ease;
  opacity: 1;
}

/* line 164, resources/assets/styles/components/modules/_testimonials_panel.scss */

.swiper.testimonials[font-styling=light] .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #b8f5ef;
  border: 1px solid #b8f5ef;
}

/* line 169, resources/assets/styles/components/modules/_testimonials_panel.scss */

.swiper.testimonials[font-styling=light] .swiper-pagination-bullet:hover:not(.swiper-pagination-bullet-active) {
  background-color: rgba(184, 245, 239, 0.3);
}

/* line 176, resources/assets/styles/components/modules/_testimonials_panel.scss */

.swiper.testimonials[font-styling=dark] ._content {
  --override_color_title: #00a8be;
  --override_color_quote_headers: #44546a;
  --override_color_quote_paragraphs: #44546a;
  --override_color_speaker_headers: #052c49;
  --override_color_speaker_paragraphs: #052c49;
  --override_color_position_headers: #7f7f7f;
  --override_color_position_paragraphs: #7f7f7f;
}

/* line 186, resources/assets/styles/components/modules/_testimonials_panel.scss */

.swiper.testimonials[font-styling=dark] .swiper-pagination-bullet {
  background-color: rgba(229, 80, 37, 0);
  border: 1px solid #7f7f7f;
  transition: 0.3s all ease;
  opacity: 1;
}

/* line 192, resources/assets/styles/components/modules/_testimonials_panel.scss */

.swiper.testimonials[font-styling=dark] .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #e55025;
  border: 1px solid #e55025;
}

/* line 197, resources/assets/styles/components/modules/_testimonials_panel.scss */

.swiper.testimonials[font-styling=dark] .swiper-pagination-bullet:hover:not(.swiper-pagination-bullet-active) {
  background-color: rgba(229, 80, 37, 0.3);
}

/* line 205, resources/assets/styles/components/modules/_testimonials_panel.scss */

section.testimonials_panel.home_testimonials .bg.absolute {
  height: auto;
  margin-top: -20.5%;
  clip-path: polygon(0% calc(0% + 19.27vw), 100% 0%, 100% 100%, 0% 100%);
  bottom: 0;
}

@media screen and (min-width: 1800px) {
  /* line 205, resources/assets/styles/components/modules/_testimonials_panel.scss */

  section.testimonials_panel.home_testimonials .bg.absolute {
    margin-top: -369px;
    clip-path: polygon(0% calc(0% + 346.86px), 100% 0%, 100% 100%, 0% 100%);
  }
}

/* line 217, resources/assets/styles/components/modules/_testimonials_panel.scss */

section.testimonials_panel.home_testimonials .bg.absolute > img {
  object-fit: initial;
}

/* line 223, resources/assets/styles/components/modules/_testimonials_panel.scss */

section.testimonials_panel.cancer_center_testimonials {
  padding-bottom: 0 !important;
}

/* line 226, resources/assets/styles/components/modules/_testimonials_panel.scss */

section.testimonials_panel.cancer_center_testimonials .left_triangle {
  position: absolute;
  bottom: 0;
  left: -93px;
}

@media screen and (max-width: 1450px) {
  /* line 226, resources/assets/styles/components/modules/_testimonials_panel.scss */

  section.testimonials_panel.cancer_center_testimonials .left_triangle {
    left: 0;
  }
}

@media screen and (max-width: 1050px) {
  /* line 237, resources/assets/styles/components/modules/_testimonials_panel.scss */

  section.testimonials_panel.cancer_center_testimonials .right_triangle,
  section.testimonials_panel.cancer_center_testimonials .left_triangle {
    display: none;
  }
}

/* line 243, resources/assets/styles/components/modules/_testimonials_panel.scss */

section.testimonials_panel.cancer_center_testimonials .right_triangle {
  width: 197px;
  height: 211px;
  right: -130px;
  bottom: -360px;
  z-index: 9;
  position: absolute;
}

@media screen and (max-width: 1450px) {
  /* line 243, resources/assets/styles/components/modules/_testimonials_panel.scss */

  section.testimonials_panel.cancer_center_testimonials .right_triangle {
    right: -20px;
  }
}

/* line 1, resources/assets/styles/components/modules/_one_col_panel.scss */

section.one_col_panel {
  padding: 50px clamp(20px, calc(1.25rem + (30 - 20) * ((100vw - 360px) / (390 - 360))), 30px);
}

/* line 5, resources/assets/styles/components/modules/_one_col_panel.scss */

section.one_col_panel[one-col_mode=text] .sub-container.flex {
  flex-wrap: wrap;
  justify-content: center;
}

/* line 9, resources/assets/styles/components/modules/_one_col_panel.scss */

section.one_col_panel[one-col_mode=text] .sub-container.flex .title {
  width: 100%;
  text-align: center;
}

/* line 13, resources/assets/styles/components/modules/_one_col_panel.scss */

section.one_col_panel[one-col_mode=text] .sub-container.flex .title > [title-group] {
  max-width: 546px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  /* line 13, resources/assets/styles/components/modules/_one_col_panel.scss */

  section.one_col_panel[one-col_mode=text] .sub-container.flex .title > [title-group] {
    text-align: left;
  }
}

/* line 23, resources/assets/styles/components/modules/_one_col_panel.scss */

section.one_col_panel[one-col_mode=text] .sub-container.flex .main_content {
  margin-top: clamp(18px, calc(1.125rem + (30 - 18) * ((100vw - 1800px) / (767 - 1800))), 30px);
  width: 100%;
  max-width: 460px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  /* line 23, resources/assets/styles/components/modules/_one_col_panel.scss */

  section.one_col_panel[one-col_mode=text] .sub-container.flex .main_content {
    text-align: left;
  }
}

/* line 34, resources/assets/styles/components/modules/_one_col_panel.scss */

section.one_col_panel[one-col_mode=text] .sub-container.flex .bordered_content {
  position: relative;
  padding: clamp(26px, calc(1.625rem + (36 - 26) * ((100vw - 767px) / (1800 - 767))), 36px) 0;
  margin-top: clamp(16px, calc(1rem + (36 - 16) * ((100vw - 767px) / (1800 - 767))), 36px);
  width: 100%;
}

/* line 40, resources/assets/styles/components/modules/_one_col_panel.scss */

section.one_col_panel[one-col_mode=text] .sub-container.flex .bordered_content ul li:not(:first-of-type),
section.one_col_panel[one-col_mode=text] .sub-container.flex .bordered_content ol li:not(:first-of-type) {
  margin-top: 1em;
}

@media screen and (max-width: 767px) {
  /* line 45, resources/assets/styles/components/modules/_one_col_panel.scss */

  section.one_col_panel[one-col_mode=text] .sub-container.flex .bordered_content ul,
  section.one_col_panel[one-col_mode=text] .sub-container.flex .bordered_content ol {
    margin-left: 1em;
  }
}

@media screen and (max-width: 767px) {
  /* line 52, resources/assets/styles/components/modules/_one_col_panel.scss */

  section.one_col_panel[one-col_mode=text] .sub-container.flex .bordered_content .content_2 {
    margin-top: 1em;
  }
}

/* line 72, resources/assets/styles/components/modules/_one_col_panel.scss */

section.one_col_panel[one-col_mode=text] .sub-container.flex .bordered_content::before {
  content: "";
  display: flex;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
  height: 1px;
  background-color: #c8c8c8;
}

/* line 76, resources/assets/styles/components/modules/_one_col_panel.scss */

section.one_col_panel[one-col_mode=text] .sub-container.flex .bordered_content::after {
  content: "";
  display: flex;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
  height: 1px;
  background-color: #c8c8c8;
  top: unset;
  bottom: 0;
}

/* line 83, resources/assets/styles/components/modules/_one_col_panel.scss */

section.one_col_panel[one-col_mode=text] .sub-container.flex .bordered_content[bordered_content_type=two_col] {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 767px) {
  /* line 83, resources/assets/styles/components/modules/_one_col_panel.scss */

  section.one_col_panel[one-col_mode=text] .sub-container.flex .bordered_content[bordered_content_type=two_col] {
    grid-template-columns: 1fr;
  }
}

/* line 93, resources/assets/styles/components/modules/_one_col_panel.scss */

section.one_col_panel[one-col_mode=text] .sub-container.flex > a.button {
  margin-top: clamp(18px, calc(1.125rem + (40 - 18) * ((100vw - 767px) / (1800 - 767))), 40px);
}

/* line 100, resources/assets/styles/components/modules/_one_col_panel.scss */

section.one_col_panel.career_center_one_col_text {
  padding: 0 clamp(20px, calc(1.25rem + (30 - 20) * ((100vw - 360px) / (390 - 360))), 30px) clamp(6px, calc(0.375rem + (56 - 6) * ((100vw - 1800px) / (767 - 1800))), 56px);
}

/* line 1, resources/assets/styles/components/modules/_interactive_panel.scss */

section.interactive_panel {
  padding: 208px clamp(20px, calc(1.25rem + (30 - 20) * ((100vw - 360px) / (390 - 360))), 30px) 266px;
}

/* line 4, resources/assets/styles/components/modules/_interactive_panel.scss */

section.interactive_panel[interactive_mode=enrollment_journey] {
  padding: clamp(80px, calc(5rem + (208 - 80) * ((100vw - 450px) / (767 - 450))), 208px) clamp(20px, calc(1.25rem + (30 - 20) * ((100vw - 360px) / (390 - 360))), 30px) clamp(84px, calc(5.25rem + (266 - 84) * ((100vw - 450px) / (767 - 450))), 266px);
}

/* line 10, resources/assets/styles/components/modules/_interactive_panel.scss */

section.interactive_panel[interactive_mode=enrollment_journey] .bg.absolute img,
section.interactive_panel[interactive_mode=enrollment_journey] .bg.absolute svg {
  object-fit: unset;
  height: 100%;
}

/* line 17, resources/assets/styles/components/modules/_interactive_panel.scss */

section.interactive_panel[interactive_mode=enrollment_journey] .sub-container.flex {
  flex-wrap: wrap;
  justify-content: center;
}

/* line 21, resources/assets/styles/components/modules/_interactive_panel.scss */

section.interactive_panel[interactive_mode=enrollment_journey] .sub-container.flex .title {
  width: 100%;
  text-align: center;
  margin-bottom: 27px;
}

/* line 26, resources/assets/styles/components/modules/_interactive_panel.scss */

section.interactive_panel[interactive_mode=enrollment_journey] .sub-container.flex .title > [title-group] {
  max-width: 760px;
  margin: 0 auto;
  font-style: normal;
  font-weight: bold;
  font-size: 19px;
  line-height: 1.315em;
  letter-spacing: 0.1em;
}

/* line 37, resources/assets/styles/components/modules/_interactive_panel.scss */

section.interactive_panel[interactive_mode=enrollment_journey] .sub-container.flex .interactive {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

/* line 42, resources/assets/styles/components/modules/_interactive_panel.scss */

section.interactive_panel[interactive_mode=enrollment_journey] .sub-container.flex .interactive .mobile_helper {
  display: none;
  position: absolute;
  left: 24px;
  top: 50%;
  transform: translateX(-100%) translateY(-50%) rotateZ(-90deg);
  z-index: 5;
}

@media screen and (max-width: 450px) {
  /* line 42, resources/assets/styles/components/modules/_interactive_panel.scss */

  section.interactive_panel[interactive_mode=enrollment_journey] .sub-container.flex .interactive .mobile_helper {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  /* line 56, resources/assets/styles/components/modules/_interactive_panel.scss */

  section.interactive_panel[interactive_mode=enrollment_journey] .sub-container.flex .interactive .mobile_helper > p {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 1em;
    letter-spacing: -0.01em;
    color: #e55025;
  }

  /* line 65, resources/assets/styles/components/modules/_interactive_panel.scss */

  section.interactive_panel[interactive_mode=enrollment_journey] .sub-container.flex .interactive .mobile_helper > svg {
    margin-top: 7px;
    transform: rotate(180deg);
  }
}

/* line 72, resources/assets/styles/components/modules/_interactive_panel.scss */

section.interactive_panel[interactive_mode=enrollment_journey] .sub-container.flex .interactive .icons_repeater {
  position: relative;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 0 clamp(26px, calc(1.625rem + (30 - 26) * ((100vw - 1800px) / (767 - 1800))), 30px);
  margin: 0 auto;
}

@media screen and (max-width: 450px) {
  /* line 72, resources/assets/styles/components/modules/_interactive_panel.scss */

  section.interactive_panel[interactive_mode=enrollment_journey] .sub-container.flex .interactive .icons_repeater {
    max-width: 240px;
  }
}

/* line 97, resources/assets/styles/components/modules/_interactive_panel.scss */

section.interactive_panel[interactive_mode=enrollment_journey] .sub-container.flex .interactive .icons_repeater::before {
  content: "";
  display: flex;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  margin: 0 auto;
  height: 1px;
  background-color: #c8c8c8;
}

/* line 101, resources/assets/styles/components/modules/_interactive_panel.scss */

section.interactive_panel[interactive_mode=enrollment_journey] .sub-container.flex .interactive .icons_repeater::after {
  content: "";
  display: flex;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  margin: 0 auto;
  height: 1px;
  background-color: #c8c8c8;
  top: unset;
  bottom: 0;
}

/* line 108, resources/assets/styles/components/modules/_interactive_panel.scss */

section.interactive_panel[interactive_mode=enrollment_journey] .sub-container.flex .interactive .icons_repeater .icon {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
  width: 146px;
  margin-top: 32px;
  user-select: none;
}

@media screen and (max-width: 450px) {
  /* line 108, resources/assets/styles/components/modules/_interactive_panel.scss */

  section.interactive_panel[interactive_mode=enrollment_journey] .sub-container.flex .interactive .icons_repeater .icon {
    display: inline-flex;
    width: 100%;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
  }
}

/* line 129, resources/assets/styles/components/modules/_interactive_panel.scss */

section.interactive_panel[interactive_mode=enrollment_journey] .sub-container.flex .interactive .icons_repeater .icon:not(:last-of-type) .media::after {
  content: "";
  position: absolute;
  transform: translateX(50%);
  right: 0;
  display: inline-flex;
  align-self: center;
  width: 12px;
  height: 11.7px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='12' height='11.696' viewBox='0 0 12 11.696'%3E%3Cdefs%3E%3CclipPath id='cc_diagram_arrow_clip-path'%3E%3Crect id='Rectangle_240' data-name='Rectangle 240' width='12' height='11.696' fill='%23969696'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='cc_diagram_arrow' transform='translate(0 0)'%3E%3Cg id='Group_221' data-name='Group 221' transform='translate(0 0)' clip-path='url(/assets/themes/inteliquet/dist/styles/%23cc_diagram_arrow_clip-path)'%3E%3Cpath id='Path_793' data-name='Path 793' d='M5.7.19A.638.638,0,0,1,6.6.19l5.208,5.2a.641.641,0,0,1,0,.908L6.6,11.507a.638.638,0,0,1-.907,0l-.6-.594a.645.645,0,0,1,.011-.919L8.34,6.92H.642A.642.642,0,0,1,0,6.277V5.42a.641.641,0,0,1,.642-.642h7.7L5.113,1.7A.638.638,0,0,1,5.1.785Z' transform='translate(0 0)' fill='%23969696'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

@media screen and (max-width: 450px) {
  /* line 129, resources/assets/styles/components/modules/_interactive_panel.scss */

  section.interactive_panel[interactive_mode=enrollment_journey] .sub-container.flex .interactive .icons_repeater .icon:not(:last-of-type) .media::after {
    right: 50%;
    transform: translateX(50%) translateY(50%) rotateZ(90deg);
    bottom: -16px;
  }
}

/* line 149, resources/assets/styles/components/modules/_interactive_panel.scss */

section.interactive_panel[interactive_mode=enrollment_journey] .sub-container.flex .interactive .icons_repeater .icon .media {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: clamp(80px, calc(5rem + (101 - 80) * ((100vw - 767px) / (1800 - 767))), 101px);
}

@media screen and (max-width: 450px) {
  /* line 149, resources/assets/styles/components/modules/_interactive_panel.scss */

  section.interactive_panel[interactive_mode=enrollment_journey] .sub-container.flex .interactive .icons_repeater .icon .media {
    position: relative;
  }
}

/* line 159, resources/assets/styles/components/modules/_interactive_panel.scss */

section.interactive_panel[interactive_mode=enrollment_journey] .sub-container.flex .interactive .icons_repeater .icon .media svg {
  width: 100%;
}

/* line 162, resources/assets/styles/components/modules/_interactive_panel.scss */

section.interactive_panel[interactive_mode=enrollment_journey] .sub-container.flex .interactive .icons_repeater .icon .media svg circle {
  transition: 0.4s fill ease;
}

/* line 168, resources/assets/styles/components/modules/_interactive_panel.scss */

section.interactive_panel[interactive_mode=enrollment_journey] .sub-container.flex .interactive .icons_repeater .icon .text_label {
  width: 100%;
  text-align: center;
  margin-top: clamp(8px, calc(0.5rem + (15 - 8) * ((100vw - 767px) / (1800 - 767))), 15px);
}

@media screen and (max-width: 450px) {
  /* line 168, resources/assets/styles/components/modules/_interactive_panel.scss */

  section.interactive_panel[interactive_mode=enrollment_journey] .sub-container.flex .interactive .icons_repeater .icon .text_label {
    margin-top: 0;
    width: unset;
    text-align: left;
    margin-left: 18px;
  }
}

/* line 180, resources/assets/styles/components/modules/_interactive_panel.scss */

section.interactive_panel[interactive_mode=enrollment_journey] .sub-container.flex .interactive .icons_repeater .icon .text_label * {
  color: #44546a;
  font-style: normal;
  font-weight: bold;
  font-size: clamp(16px, calc(1rem + (18 - 16) * ((100vw - 1800px) / (767 - 1800))), 18px);
  line-height: 1.125em;
}

@media screen and (max-width: 450px) {
  /* line 180, resources/assets/styles/components/modules/_interactive_panel.scss */

  section.interactive_panel[interactive_mode=enrollment_journey] .sub-container.flex .interactive .icons_repeater .icon .text_label * {
    line-height: 1em;
  }
}

/* line 194, resources/assets/styles/components/modules/_interactive_panel.scss */

section.interactive_panel[interactive_mode=enrollment_journey] .sub-container.flex .interactive .icons_repeater .icon.active .media svg circle {
  fill: #e55025;
  transition: 0.25s fill ease-out;
}

@media (hover: hover) {
  /* line 201, resources/assets/styles/components/modules/_interactive_panel.scss */

  section.interactive_panel[interactive_mode=enrollment_journey] .sub-container.flex .interactive .icons_repeater .icon:hover {
    cursor: pointer;
  }

  /* line 205, resources/assets/styles/components/modules/_interactive_panel.scss */

  section.interactive_panel[interactive_mode=enrollment_journey] .sub-container.flex .interactive .icons_repeater .icon:hover:not(.active) .media svg circle {
    transition: 0.25s fill ease-out;
  }
}

@media screen and (hover: hover) and (min-width: 450px) {
  /* line 205, resources/assets/styles/components/modules/_interactive_panel.scss */

  section.interactive_panel[interactive_mode=enrollment_journey] .sub-container.flex .interactive .icons_repeater .icon:hover:not(.active) .media svg circle {
    fill: rgba(0, 168, 190, 0.5);
  }
}

@media (hover: hover) {
  /* line 214, resources/assets/styles/components/modules/_interactive_panel.scss */

  section.interactive_panel[interactive_mode=enrollment_journey] .sub-container.flex .interactive .icons_repeater .icon:hover .text_label * {
    color: #052c49;
  }
}

@media screen and (max-width: 450px) {
  /* line 222, resources/assets/styles/components/modules/_interactive_panel.scss */

  section.interactive_panel[interactive_mode=enrollment_journey] .sub-container.flex .interactive .icons_repeater .icon:active .media svg circle {
    transition: 0.2s fill ease;
    fill: #e55025;
  }
}

/* line 231, resources/assets/styles/components/modules/_interactive_panel.scss */

section.interactive_panel[interactive_mode=enrollment_journey] .sub-container.flex .interactive .text_displayer {
  width: 100%;
}

@keyframes enrollment_journey_active_text {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: flex;
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* line 250, resources/assets/styles/components/modules/_interactive_panel.scss */

section.interactive_panel[interactive_mode=enrollment_journey] .sub-container.flex .interactive .text_displayer .text {
  display: none;
  opacity: 0;
  position: relative;
  margin-top: clamp(23px, calc(1.4375rem + (26 - 23) * ((100vw - 1800px) / (767 - 1800))), 26px);
}

/* line 257, resources/assets/styles/components/modules/_interactive_panel.scss */

section.interactive_panel[interactive_mode=enrollment_journey] .sub-container.flex .interactive .text_displayer .text[data-id=default]::before {
  content: "";
  position: absolute;
  top: -13px;
  display: inline-flex;
  align-self: center;
  width: 10px;
  height: 9.75px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='9.747' height='10' viewBox='0 0 9.747 10'%3E%3Cdefs%3E%3CclipPath id='cc_arrow_up_clip-path'%3E%3Crect id='Rectangle_240' data-name='Rectangle 240' width='10' height='9.747' fill='%23969696'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='cc_arrow_up' transform='translate(0 10) rotate(-90)'%3E%3Cg id='Group_221' data-name='Group 221' transform='translate(0 0)' clip-path='url(/assets/themes/inteliquet/dist/styles/%23cc_arrow_up_clip-path)'%3E%3Cpath id='Path_793' data-name='Path 793' d='M4.747.158a.532.532,0,0,1,.756,0l4.34,4.337a.535.535,0,0,1,0,.757L5.5,9.59a.532.532,0,0,1-.756,0l-.5-.5a.537.537,0,0,1,.01-.766L6.95,5.767H.535A.535.535,0,0,1,0,5.231V4.517a.534.534,0,0,1,.535-.535H6.95L4.261,1.419a.532.532,0,0,1-.01-.765Z' transform='translate(0 0)' fill='%23969696'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

@media screen and (max-width: 450px) {
  /* line 269, resources/assets/styles/components/modules/_interactive_panel.scss */

  section.interactive_panel[interactive_mode=enrollment_journey] .sub-container.flex .interactive .text_displayer .text[data-id=default] h2 {
    display: none;
  }

  /* line 272, resources/assets/styles/components/modules/_interactive_panel.scss */

  section.interactive_panel[interactive_mode=enrollment_journey] .sub-container.flex .interactive .text_displayer .text[data-id=default] h2 + p {
    margin: 0 !important;
  }

  /* line 277, resources/assets/styles/components/modules/_interactive_panel.scss */

  section.interactive_panel[interactive_mode=enrollment_journey] .sub-container.flex .interactive .text_displayer .text[data-id=default]::before {
    display: none;
  }
}

/* line 283, resources/assets/styles/components/modules/_interactive_panel.scss */

section.interactive_panel[interactive_mode=enrollment_journey] .sub-container.flex .interactive .text_displayer .text.active {
  display: flex;
  opacity: 1;
  justify-content: center;
  text-align: center;
  animation-name: enrollment_journey_active_text;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-direction: normal;
}

@media screen and (max-width: 450px) {
  /* line 283, resources/assets/styles/components/modules/_interactive_panel.scss */

  section.interactive_panel[interactive_mode=enrollment_journey] .sub-container.flex .interactive .text_displayer .text.active {
    text-align: left;
  }
}

/* line 298, resources/assets/styles/components/modules/_interactive_panel.scss */

section.interactive_panel[interactive_mode=enrollment_journey] .sub-container.flex .interactive .text_displayer .text .text-container {
  max-width: 760px;
}

/* line 301, resources/assets/styles/components/modules/_interactive_panel.scss */

section.interactive_panel[interactive_mode=enrollment_journey] .sub-container.flex .interactive .text_displayer .text .text-container * {
  margin-left: auto;
  margin-right: auto;
}

/* line 306, resources/assets/styles/components/modules/_interactive_panel.scss */

section.interactive_panel[interactive_mode=enrollment_journey] .sub-container.flex .interactive .text_displayer .text .text-container h2 {
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.3636em;
  letter-spacing: -0.01em;
}

/* line 314, resources/assets/styles/components/modules/_interactive_panel.scss */

section.interactive_panel[interactive_mode=enrollment_journey] .sub-container.flex .interactive .text_displayer .text .text-container h2 + p,
section.interactive_panel[interactive_mode=enrollment_journey] .sub-container.flex .interactive .text_displayer .text .text-container h2 + ul,
section.interactive_panel[interactive_mode=enrollment_journey] .sub-container.flex .interactive .text_displayer .text .text-container h2 + ol,
section.interactive_panel[interactive_mode=enrollment_journey] .sub-container.flex .interactive .text_displayer .text .text-container h2 + b,
section.interactive_panel[interactive_mode=enrollment_journey] .sub-container.flex .interactive .text_displayer .text .text-container h2 + span {
  margin-top: clamp(21px, calc(1.3125rem + (26 - 21) * ((100vw - 1800px) / (767 - 1800))), 26px);
}

/* line 2, resources/assets/styles/components/modules/_image_panel.scss */

section.image_panel[cfg-full_width="1"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* line 7, resources/assets/styles/components/modules/_image_panel.scss */

section.image_panel .asset_container {
  width: 100%;
  height: auto;
  display: flex;
}

/* line 12, resources/assets/styles/components/modules/_image_panel.scss */

section.image_panel .asset_container > img,
section.image_panel .asset_container > svg {
  width: 100%;
  height: auto;
}

/* line 18, resources/assets/styles/components/modules/_image_panel.scss */

section.image_panel .asset_container[mobile-disappear],
section.image_panel .asset_container.mobile-disappear {
  display: flex;
}

@media screen and (max-width: 767px) {
  /* line 18, resources/assets/styles/components/modules/_image_panel.scss */

  section.image_panel .asset_container[mobile-disappear],
  section.image_panel .asset_container.mobile-disappear {
    display: none;
  }
}

/* line 27, resources/assets/styles/components/modules/_image_panel.scss */

section.image_panel .asset_container[mobile-appear],
section.image_panel .asset_container.mobile-appear {
  display: none;
}

@media screen and (max-width: 767px) {
  /* line 27, resources/assets/styles/components/modules/_image_panel.scss */

  section.image_panel .asset_container[mobile-appear],
  section.image_panel .asset_container.mobile-appear {
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  /* line 38, resources/assets/styles/components/modules/_image_panel.scss */

  section.image_panel.contact_bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
  }

  /* line 44, resources/assets/styles/components/modules/_image_panel.scss */

  section.image_panel.contact_bottom .container {
    font-size: 0;
  }
}

/* line 50, resources/assets/styles/components/modules/_image_panel.scss */

section.image_panel.cancer_center_image_panel {
  z-index: -1;
}

/* line 53, resources/assets/styles/components/modules/_image_panel.scss */

section.image_panel.cancer_center_image_panel img,
section.image_panel.cancer_center_image_panel svg {
  width: 1800px;
  max-width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 1800px) {
  /* line 61, resources/assets/styles/components/modules/_image_panel.scss */

  section.image_panel.cancer_center_image_panel .flex img {
    -webkit-mask-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 25%, white 50%, white 75%, rgba(255, 255, 255, 0) 100%);
    mask-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 25%, white 50%, white 75%, rgba(255, 255, 255, 0) 100%);
  }
}

/* line 1, resources/assets/styles/components/modules/_people_panel.scss */

section.people_panel {
  padding: clamp(100px, calc(6.25rem + (275 - 100) * ((100vw - 1800px) / (767 - 1800))), 275px) clamp(20px, calc(1.25rem + (30 - 20) * ((100vw - 360px) / (390 - 360))), 30px) clamp(58px, calc(3.625rem + (102 - 58) * ((100vw - 767px) / (1800 - 767))), 102px);
  margin-top: -200px;
}

@media screen and (max-width: 1045px) {
  /* line 1, resources/assets/styles/components/modules/_people_panel.scss */

  section.people_panel {
    margin-top: 60px;
    padding: 0 clamp(20px, calc(1.25rem + (30 - 20) * ((100vw - 360px) / (390 - 360))), 30px) clamp(58px, calc(3.625rem + (102 - 58) * ((100vw - 767px) / (1800 - 767))), 102px);
  }
}

/* line 11, resources/assets/styles/components/modules/_people_panel.scss */

section.people_panel .bg.absolute img {
  object-fit: unset !important;
  max-width: 100%;
  margin: 0 auto;
  background-position: unset;
}

@media screen and (max-width: 1500px) {
  /* line 11, resources/assets/styles/components/modules/_people_panel.scss */

  section.people_panel .bg.absolute img {
    background-position: var(--bg_object_position_width) var(--bg_object_position_height);
  }
}

@media screen and (max-width: 1045px) {
  /* line 22, resources/assets/styles/components/modules/_people_panel.scss */

  section.people_panel .bg.absolute img[mobile-appear] {
    display: block;
  }

  /* line 26, resources/assets/styles/components/modules/_people_panel.scss */

  section.people_panel .bg.absolute img[mobile-disappear] {
    display: none;
  }
}

/* line 32, resources/assets/styles/components/modules/_people_panel.scss */

section.people_panel .container {
  max-width: 1120px;
}

/* line 36, resources/assets/styles/components/modules/_people_panel.scss */

section.people_panel .sub-container.flex {
  flex-wrap: wrap;
  justify-content: center;
}

/* line 40, resources/assets/styles/components/modules/_people_panel.scss */

section.people_panel .sub-container.flex > .title {
  width: 100%;
  padding-top: clamp(112px, calc(7rem + (243 - 112) * ((100vw - 767px) / (1800 - 767))), 243px);
  margin-bottom: clamp(16px, calc(1rem + (26 - 16) * ((100vw - 767px) / (1800 - 767))), 26px);
}

/* line 45, resources/assets/styles/components/modules/_people_panel.scss */

section.people_panel .sub-container.flex > .title > [title-group] {
  max-width: 460px;
  margin: 0 auto;
  text-align: center;
  font-style: normal;
  font-weight: bold;
  font-size: 19px;
  line-height: 1.2em;
  letter-spacing: 0.1em;
}

/* line 57, resources/assets/styles/components/modules/_people_panel.scss */

section.people_panel .sub-container.flex .people_container {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -15px;
  row-gap: 10px;
}

/* line 64, resources/assets/styles/components/modules/_people_panel.scss */

section.people_panel .sub-container.flex .people_container .person {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  max-width: 200px;
  margin: 20px 15px 0;
}

/* line 72, resources/assets/styles/components/modules/_people_panel.scss */

section.people_panel .sub-container.flex .people_container .person .media {
  margin-bottom: 15px;
  max-width: 200px;
  max-height: 220px;
}

/* line 77, resources/assets/styles/components/modules/_people_panel.scss */

section.people_panel .sub-container.flex .people_container .person .media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* line 84, resources/assets/styles/components/modules/_people_panel.scss */

section.people_panel .sub-container.flex .people_container .person .text {
  width: 100%;
  text-align: center;
  font-style: normal;
  letter-spacing: -0.01em;
  color: #fff;
}

/* line 91, resources/assets/styles/components/modules/_people_panel.scss */

section.people_panel .sub-container.flex .people_container .person .text .name {
  margin-bottom: 2px;
}

/* line 94, resources/assets/styles/components/modules/_people_panel.scss */

section.people_panel .sub-container.flex .people_container .person .text .name * {
  font-style: inherit;
  letter-spacing: inherit;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.25em;
}

/* line 104, resources/assets/styles/components/modules/_people_panel.scss */

section.people_panel .sub-container.flex .people_container .person .text .position * {
  font-style: inherit;
  letter-spacing: inherit;
  font-weight: normal;
  font-size: 13px;
  line-height: 1.2em;
}

/* line 114, resources/assets/styles/components/modules/_people_panel.scss */

section.people_panel .sub-container.flex .people_container .person:hover {
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  /* line 1, resources/assets/styles/components/modules/_form_panel.scss */

  section.form_panel,
  section.form_panel[form_mode=default] {
    padding: 0;
  }
}

/* line 7, resources/assets/styles/components/modules/_form_panel.scss */

section.form_panel .form_panel_parent,
section.form_panel[form_mode=default] .form_panel_parent {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  max-width: 912px;
  padding: 40px 75px 50px;
  box-sizing: border-box;
  border: 2px solid #fff;
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  /* line 7, resources/assets/styles/components/modules/_form_panel.scss */

  section.form_panel .form_panel_parent,
  section.form_panel[form_mode=default] .form_panel_parent {
    padding: 55px 31px 89px;
    border: none;
    border-radius: 0;
  }
}

/* line 24, resources/assets/styles/components/modules/_form_panel.scss */

section.form_panel .form_panel_parent > .title,
section.form_panel[form_mode=default] .form_panel_parent > .title {
  margin-bottom: 40px;
}

/* line 27, resources/assets/styles/components/modules/_form_panel.scss */

section.form_panel .form_panel_parent > .title [title-group],
section.form_panel[form_mode=default] .form_panel_parent > .title [title-group] {
  width: 100%;
  text-align: center;
  font-style: normal;
  font-weight: bold;
  font-size: 19px;
  line-height: 1.2em;
  letter-spacing: 0.1em;
}

/* line 40, resources/assets/styles/components/modules/_form_panel.scss */

section.form_panel.contact_form_panel {
  margin-top: -327px;
  padding-left: 10%;
}

@media screen and (max-width: 767px) {
  /* line 40, resources/assets/styles/components/modules/_form_panel.scss */

  section.form_panel.contact_form_panel {
    margin-top: 0;
  }
}

/* line 5, resources/assets/styles/components/modules/_wysiwyg_panel.scss */

section.wysiwyg_panel.privacy_policy_wysiwyg {
  padding: clamp(56px, calc(3.5rem + (106 - 56) * ((100vw - 767px) / (1800 - 767))), 106px) clamp(20px, calc(1.25rem + (30 - 20) * ((100vw - 360px) / (390 - 360))), 30px) clamp(60px, calc(3.75rem + (238 - 60) * ((100vw - 767px) / (1800 - 767))), 238px);
}

/* line 8, resources/assets/styles/components/modules/_wysiwyg_panel.scss */

section.wysiwyg_panel.privacy_policy_wysiwyg .sub-container {
  width: 760px;
  max-width: 100%;
  margin: 0 auto;
}

/* line 1, resources/assets/styles/components/modules/_resources_events_panel.scss */

section.resources_events_panel {
  padding: clamp(28px, calc(1.75rem + (48 - 28) * ((100vw - 767px) / (1800 - 767))), 48px) clamp(20px, calc(1.25rem + (30 - 20) * ((100vw - 360px) / (390 - 360))), 30px) clamp(70px, calc(4.375rem + (180 - 70) * ((100vw - 767px) / (1800 - 767))), 180px);
}

/* line 5, resources/assets/styles/components/modules/_resources_events_panel.scss */

section.resources_events_panel .container > .panel_head_title {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
}

/* line 12, resources/assets/styles/components/modules/_resources_events_panel.scss */

section.resources_events_panel .container > .panel_head_content {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: clamp(30px, calc(1.875rem + (50 - 30) * ((100vw - 767px) / (1800 - 767))), 50px);
}

/* line 22, resources/assets/styles/components/modules/_resources_events_panel.scss */

section.resources_events_panel div.filter_container {
  display: inline-flex;
  width: 100%;
  min-height: 46px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: clamp(40px, calc(2.5rem + (50 - 40) * ((100vw - 767px) / (1800 - 767))), 50px);
  border-bottom: 2px solid #e6e6e6;
}

/* line 31, resources/assets/styles/components/modules/_resources_events_panel.scss */

section.resources_events_panel div.filter_container p.filter_title {
  font-family: "Oxygen", sans-serif;
  font-size: 20px;
  line-height: 1.2em;
  letter-spacing: -0.015em;
  font-weight: 700;
  color: blue;
}

@media screen and (max-width: 767px) {
  /* line 31, resources/assets/styles/components/modules/_resources_events_panel.scss */

  section.resources_events_panel div.filter_container p.filter_title {
    margin-right: 0;
    margin-bottom: 16px;
  }
}

/* line 46, resources/assets/styles/components/modules/_resources_events_panel.scss */

section.resources_events_panel div.filter_container div.filter {
  display: inline-flex;
}

@media screen and (max-width: 767px) {
  /* line 46, resources/assets/styles/components/modules/_resources_events_panel.scss */

  section.resources_events_panel div.filter_container div.filter {
    display: flex;
    flex-flow: column;
    width: 100%;
    padding-bottom: 40px;
  }
}

/* line 56, resources/assets/styles/components/modules/_resources_events_panel.scss */

section.resources_events_panel div.filter_container div.filter > div {
  position: relative;
  height: 100%;
  display: inline-flex;
  align-items: flex-end;
}

@media screen and (max-width: 767px) {
  /* line 56, resources/assets/styles/components/modules/_resources_events_panel.scss */

  section.resources_events_panel div.filter_container div.filter > div {
    margin: 0 auto;
    width: 100%;
  }
}

/* line 67, resources/assets/styles/components/modules/_resources_events_panel.scss */

section.resources_events_panel div.filter_container div.filter > div:not(:first-of-type) {
  margin-left: 1px;
}

@media screen and (max-width: 767px) {
  /* line 67, resources/assets/styles/components/modules/_resources_events_panel.scss */

  section.resources_events_panel div.filter_container div.filter > div:not(:first-of-type) {
    margin: 10px auto 0;
  }
}

@media screen and (min-width: 767px) {
  /* line 77, resources/assets/styles/components/modules/_resources_events_panel.scss */

  section.resources_events_panel div.filter_container div.filter > div:hover input ~ .custom_checkbox_standin::after {
    display: block;
    background-color: #b0b0b0;
  }
}

/* line 86, resources/assets/styles/components/modules/_resources_events_panel.scss */

section.resources_events_panel div.filter_container div.filter[filter-style=checkbox] label {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Oxygen", sans-serif;
  font-size: clamp(15px, calc(0.9375rem + (20 - 15) * ((100vw - 767px) / (1800 - 767))), 20px);
  line-height: 1.53em;
  letter-spacing: 0.017em;
  font-weight: 500;
  padding-left: calc(8px + clamp(19px, calc(1.1875rem + (23 - 19) * ((100vw - 767px) / (1800 - 767))), 23px));
  user-select: none;
}

/* line 100, resources/assets/styles/components/modules/_resources_events_panel.scss */

section.resources_events_panel div.filter_container div.filter[filter-style=checkbox] input[type=checkbox] {
  height: 100%;
  display: inline;
  background: yellow;
}

/* line 106, resources/assets/styles/components/modules/_resources_events_panel.scss */

section.resources_events_panel div.filter_container div.filter[filter-style=checkbox] input[type=checkbox]:checked ~ .custom_checkbox_standin {
  background: #cecece;
}

/* line 109, resources/assets/styles/components/modules/_resources_events_panel.scss */

section.resources_events_panel div.filter_container div.filter[filter-style=checkbox] input[type=checkbox]:checked ~ .custom_checkbox_standin::after {
  display: block;
  background-color: #646464 !important;
}

/* line 116, resources/assets/styles/components/modules/_resources_events_panel.scss */

section.resources_events_panel div.filter_container div.filter[filter-style=checkbox] input[type=checkbox].custom_checkbox {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* line 125, resources/assets/styles/components/modules/_resources_events_panel.scss */

section.resources_events_panel div.filter_container div.filter[filter-style=checkbox] .custom_checkbox_standin {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  height: clamp(19px, calc(1.1875rem + (23 - 19) * ((100vw - 767px) / (1800 - 767))), 23px);
  width: clamp(19px, calc(1.1875rem + (23 - 19) * ((100vw - 767px) / (1800 - 767))), 23px);
  background-color: #cecece;
  transition: 0.15s background-color ease;
}

/* line 136, resources/assets/styles/components/modules/_resources_events_panel.scss */

section.resources_events_panel div.filter_container div.filter[filter-style=checkbox] .custom_checkbox_standin::after {
  content: "";
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  background-color: #646464;
  border: 5px solid #cecece;
  box-sizing: border-box;
}

/* line 150, resources/assets/styles/components/modules/_resources_events_panel.scss */

section.resources_events_panel div.filter_container div.filter[filter-style=button] label {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Oxygen", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.43em;
  letter-spacing: 0.02em;
  color: #fff;
  user-select: none;
  background-color: #052c49;
  padding: 7px 5px;
  width: 144px;
  transition: 0.2s all ease;
}

/* line 170, resources/assets/styles/components/modules/_resources_events_panel.scss */

section.resources_events_panel div.filter_container div.filter[filter-style=button] label:hover {
  background-color: #e55025;
}

@media screen and (max-width: 767px) {
  /* line 150, resources/assets/styles/components/modules/_resources_events_panel.scss */

  section.resources_events_panel div.filter_container div.filter[filter-style=button] label {
    width: 100%;
    padding: 12px 5px;
  }
}

/* line 180, resources/assets/styles/components/modules/_resources_events_panel.scss */

section.resources_events_panel div.filter_container div.filter[filter-style=button] input[type=checkbox] {
  display: inline;
  background: yellow;
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* line 189, resources/assets/styles/components/modules/_resources_events_panel.scss */

section.resources_events_panel div.filter_container div.filter[filter-style=button] input[type=checkbox]:checked + label {
  background-color: #00a8be;
  padding: 12px 5px;
}

/* line 195, resources/assets/styles/components/modules/_resources_events_panel.scss */

section.resources_events_panel div.filter_container div.filter[filter-style=button] .custom_checkbox_standin {
  display: none;
}

/* line 203, resources/assets/styles/components/modules/_resources_events_panel.scss */

section.resources_events_panel .posts_container {
  box-sizing: border-box;
  min-height: 332px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(clamp(280px, calc(17.5rem + (360 - 280) * ((100vw - 1024px) / (1800 - 1024))), 360px), 1fr));
  grid-gap: clamp(30px, calc(1.875rem + (40 - 30) * ((100vw - 1024px) / (1800 - 1024))), 40px);
  transition: 0.2s opacity ease;
}

@media screen and (max-width: 1024px) {
  /* line 203, resources/assets/styles/components/modules/_resources_events_panel.scss */

  section.resources_events_panel .posts_container {
    grid-gap: clamp(30px, calc(1.875rem + (40 - 30) * ((100vw - 1024px) / (1800 - 1024))), 40px) 2.5%;
    grid-template-columns: repeat(auto-fill, minmax(calc(33.333% - 1.666%), calc(33.333% - 1.666%)));
  }
}

@media screen and (max-width: 767px) {
  /* line 203, resources/assets/styles/components/modules/_resources_events_panel.scss */

  section.resources_events_panel .posts_container {
    grid-gap: clamp(30px, calc(1.875rem + (40 - 30) * ((100vw - 1024px) / (1800 - 1024))), 40px) 5%;
    grid-template-columns: repeat(auto-fill, calc(50% - 2.5%));
  }
}

@media screen and (max-width: 500px) {
  /* line 203, resources/assets/styles/components/modules/_resources_events_panel.scss */

  section.resources_events_panel .posts_container {
    grid-gap: clamp(30px, calc(1.875rem + (40 - 30) * ((100vw - 1024px) / (1800 - 1024))), 40px) 5%;
    grid-template-columns: repeat(auto-fill, calc(100% - 2.5%));
  }
}

/* line 230, resources/assets/styles/components/modules/_resources_events_panel.scss */

section.resources_events_panel .posts_container[requesting] {
  opacity: 0;
}

/* line 235, resources/assets/styles/components/modules/_resources_events_panel.scss */

section.resources_events_panel .container > ._a_wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: clamp(22px, calc(1.375rem + (42 - 22) * ((100vw - 767px) / (1800 - 767))), 42px);
  padding-top: clamp(22px, calc(1.375rem + (26 - 22) * ((100vw - 767px) / (1800 - 767))), 26px);
  border-top: 2px solid #e6e6e6;
}

@media screen and (max-width: 767px) {
  /* line 235, resources/assets/styles/components/modules/_resources_events_panel.scss */

  section.resources_events_panel .container > ._a_wrapper {
    border-top: none;
  }
}

/* line 247, resources/assets/styles/components/modules/_resources_events_panel.scss */

section.resources_events_panel .container > ._a_wrapper .button {
  display: inline-flex;
}

/* line 251, resources/assets/styles/components/modules/_resources_events_panel.scss */

section.resources_events_panel .container > ._a_wrapper .pagination {
  display: inline-flex;
  width: 100%;
  justify-content: center;
  max-width: 400px;
}

@media screen and (max-width: 1024px) {
  /* line 251, resources/assets/styles/components/modules/_resources_events_panel.scss */

  section.resources_events_panel .container > ._a_wrapper .pagination {
    justify-content: space-between;
  }
}

/* line 262, resources/assets/styles/components/modules/_resources_events_panel.scss */

section.resources_events_panel .container > ._a_wrapper a.nav {
  display: inline-flex;
  width: clamp(23px, calc(1.4375rem + (32 - 23) * ((100vw - 1800px) / (767 - 1800))), 32px);
  height: clamp(23px, calc(1.4375rem + (32 - 23) * ((100vw - 1800px) / (767 - 1800))), 32px);
  margin: 0 1px;
  align-items: center;
  justify-content: center;
  transition: 0.15s all ease;
  font-size: clamp(16px, calc(1rem + (22 - 16) * ((100vw - 1800px) / (767 - 1800))), 22px);
  user-select: none;
}

/* line 273, resources/assets/styles/components/modules/_resources_events_panel.scss */

section.resources_events_panel .container > ._a_wrapper a.nav[page] {
  color: #44546a;
}

/* line 276, resources/assets/styles/components/modules/_resources_events_panel.scss */

section.resources_events_panel .container > ._a_wrapper a.nav[page]:hover {
  cursor: pointer;
  background-color: #e55025;
  color: #fff;
}

/* line 281, resources/assets/styles/components/modules/_resources_events_panel.scss */

section.resources_events_panel .container > ._a_wrapper a.nav[page]:hover svg path {
  fill: #00a8be;
}

/* line 286, resources/assets/styles/components/modules/_resources_events_panel.scss */

section.resources_events_panel .container > ._a_wrapper a.nav[page][current] {
  color: #fff;
  background-color: #00a8be;
  transition: all 0.2s ease;
}

/* line 291, resources/assets/styles/components/modules/_resources_events_panel.scss */

section.resources_events_panel .container > ._a_wrapper a.nav[page][current]:hover {
  background-color: #e55025;
}

/* line 296, resources/assets/styles/components/modules/_resources_events_panel.scss */

section.resources_events_panel .container > ._a_wrapper a.nav[page].temporary {
  background-color: #00a8be;
  color: #fff;
  transition: all 0.2s ease;
}

/* line 301, resources/assets/styles/components/modules/_resources_events_panel.scss */

section.resources_events_panel .container > ._a_wrapper a.nav[page].temporary:hover {
  background-color: #e55025;
}

/* line 307, resources/assets/styles/components/modules/_resources_events_panel.scss */

section.resources_events_panel .container > ._a_wrapper a.nav[previous],
section.resources_events_panel .container > ._a_wrapper a.nav[next] {
  margin: 0 4px;
}

/* line 311, resources/assets/styles/components/modules/_resources_events_panel.scss */

section.resources_events_panel .container > ._a_wrapper a.nav[previous] svg path,
section.resources_events_panel .container > ._a_wrapper a.nav[next] svg path {
  fill: #e55025;
  transition: 0.2s all ease;
}

/* line 316, resources/assets/styles/components/modules/_resources_events_panel.scss */

section.resources_events_panel .container > ._a_wrapper a.nav[previous]:hover,
section.resources_events_panel .container > ._a_wrapper a.nav[next]:hover {
  cursor: pointer;
}

/* line 319, resources/assets/styles/components/modules/_resources_events_panel.scss */

section.resources_events_panel .container > ._a_wrapper a.nav[previous]:hover svg path,
section.resources_events_panel .container > ._a_wrapper a.nav[next]:hover svg path {
  fill: #00a8be;
}

@media screen and (max-width: 767px) {
  /* line 327, resources/assets/styles/components/modules/_resources_events_panel.scss */

  section.resources_events_panel svg {
    width: 15px !important;
    height: 14px !important;
  }
}

/* line 336, resources/assets/styles/components/modules/_resources_events_panel.scss */

section.resources_events_panel[run_mode=post_types] .posts_container {
  box-sizing: border-box;
  min-height: 332px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(clamp(240px, calc(15rem + (260 - 240) * ((100vw - 1024px) / (1800 - 1024))), 260px), 1fr));
  grid-gap: clamp(30px, calc(1.875rem + (40 - 30) * ((100vw - 1024px) / (1800 - 1024))), 40px);
  transition: 0.2s opacity ease;
}

/* line 2, resources/assets/styles/components/modules/_featured_post.scss */

section.featured_post .sub-container {
  justify-content: center;
}

@media screen and (max-width: 767px) {
  /* line 7, resources/assets/styles/components/modules/_featured_post.scss */

  section.featured_post .sub-container ._card_container .card {
    flex-direction: column;
  }

  /* line 10, resources/assets/styles/components/modules/_featured_post.scss */

  section.featured_post .sub-container ._card_container .card .text {
    width: unset;
  }

  /* line 13, resources/assets/styles/components/modules/_featured_post.scss */

  section.featured_post .sub-container ._card_container .card .text a {
    height: max-content;
  }
}

/* line 235, resources/assets/styles/components/modules/_post.scss */

.featured_image {
  width: 100%;
  margin-bottom: clamp(26px, calc(1.625rem + (46 - 26) * ((100vw - 767px) / (1800 - 767))), 46px);
  position: relative;
}

/* line 240, resources/assets/styles/components/modules/_post.scss */

.featured_image > img {
  width: 100%;
  height: auto;
  object-fit: cover;
  position: relative;
  z-index: 2;
}

/* line 248, resources/assets/styles/components/modules/_post.scss */

.featured_image > .highlight_image {
  position: absolute;
}

/* line 251, resources/assets/styles/components/modules/_post.scss */

.featured_image > .highlight_image > img {
  width: 100%;
  height: auto;
}

/* line 256, resources/assets/styles/components/modules/_post.scss */

.featured_image > .highlight_image[left] {
  top: clamp(0.01px, calc(0.00063rem + (73.5 - 0.01) * ((100vw - 767px) / (1800 - 767))), 73.5px);
  left: calc(-1 * clamp(36px, calc(2.25rem + (126 - 36) * ((100vw - 767px) / (1024 - 767))), 126px));
  z-index: 3;
  width: clamp(81px, calc(5.0625rem + (160 - 81) * ((100vw - 767px) / (1024 - 767))), 160px);
  height: auto;
}

@media screen and (max-width: 767px) {
  /* line 256, resources/assets/styles/components/modules/_post.scss */

  .featured_image > .highlight_image[left] {
    top: calc(-1 * clamp(0.01px, calc(0.00063rem + (53.9 - 0.01) * ((100vw - 767px) / (390 - 767))), 53.9px));
  }
}

/* line 269, resources/assets/styles/components/modules/_post.scss */

.featured_image > .highlight_image[right] {
  z-index: 1;
  bottom: -10%;
  right: -7%;
  width: clamp(80px, calc(5rem + (168 - 80) * ((100vw - 767px) / (1024 - 767))), 168px);
  height: auto;
}

@media screen and (max-width: 767px) {
  /* line 269, resources/assets/styles/components/modules/_post.scss */

  .featured_image > .highlight_image[right] {
    bottom: -15%;
    right: -8%;
  }
}

/* line 284, resources/assets/styles/components/modules/_post.scss */

article.news_posts div.entry-content .container .article-parent {
  margin-right: 0;
}

/* line 288, resources/assets/styles/components/modules/_post.scss */

article.news_posts div.entry-content .container section.article-side-panel {
  display: none;
}

/* line 292, resources/assets/styles/components/modules/_post.scss */

article.locations,
article.news_posts,
article.blog_posts,
article.case_study_posts {
  overflow: hidden;
}

/* line 298, resources/assets/styles/components/modules/_post.scss */

article.locations section._hero._news_posts,
article.locations section._hero._blog_posts,
article.news_posts section._hero._news_posts,
article.news_posts section._hero._blog_posts,
article.blog_posts section._hero._news_posts,
article.blog_posts section._hero._blog_posts,
article.case_study_posts section._hero._news_posts,
article.case_study_posts section._hero._blog_posts {
  position: relative;
  width: 100%;
  background: #f5f5f5;
  max-height: 444px;
  padding: 0;
}

@media screen and (max-width: 767px) {
  /* line 298, resources/assets/styles/components/modules/_post.scss */

  article.locations section._hero._news_posts,
  article.locations section._hero._blog_posts,
  article.news_posts section._hero._news_posts,
  article.news_posts section._hero._blog_posts,
  article.blog_posts section._hero._news_posts,
  article.blog_posts section._hero._blog_posts,
  article.case_study_posts section._hero._news_posts,
  article.case_study_posts section._hero._blog_posts {
    max-height: 333px;
    min-height: 222px;
  }
}

/* line 311, resources/assets/styles/components/modules/_post.scss */

article.locations section._hero._news_posts > .container,
article.locations section._hero._blog_posts > .container,
article.news_posts section._hero._news_posts > .container,
article.news_posts section._hero._blog_posts > .container,
article.blog_posts section._hero._news_posts > .container,
article.blog_posts section._hero._blog_posts > .container,
article.case_study_posts section._hero._news_posts > .container,
article.case_study_posts section._hero._blog_posts > .container {
  height: 100%;
  max-height: inherit;
}

/* line 315, resources/assets/styles/components/modules/_post.scss */

article.locations section._hero._news_posts > .container .image-container,
article.locations section._hero._blog_posts > .container .image-container,
article.news_posts section._hero._news_posts > .container .image-container,
article.news_posts section._hero._blog_posts > .container .image-container,
article.blog_posts section._hero._news_posts > .container .image-container,
article.blog_posts section._hero._blog_posts > .container .image-container,
article.case_study_posts section._hero._news_posts > .container .image-container,
article.case_study_posts section._hero._blog_posts > .container .image-container {
  font-size: 0;
  max-height: inherit;
}

/* line 319, resources/assets/styles/components/modules/_post.scss */

article.locations section._hero._news_posts > .container .image-container img,
article.locations section._hero._news_posts > .container .image-container svg,
article.locations section._hero._blog_posts > .container .image-container img,
article.locations section._hero._blog_posts > .container .image-container svg,
article.news_posts section._hero._news_posts > .container .image-container img,
article.news_posts section._hero._news_posts > .container .image-container svg,
article.news_posts section._hero._blog_posts > .container .image-container img,
article.news_posts section._hero._blog_posts > .container .image-container svg,
article.blog_posts section._hero._news_posts > .container .image-container img,
article.blog_posts section._hero._news_posts > .container .image-container svg,
article.blog_posts section._hero._blog_posts > .container .image-container img,
article.blog_posts section._hero._blog_posts > .container .image-container svg,
article.case_study_posts section._hero._news_posts > .container .image-container img,
article.case_study_posts section._hero._news_posts > .container .image-container svg,
article.case_study_posts section._hero._blog_posts > .container .image-container img,
article.case_study_posts section._hero._blog_posts > .container .image-container svg {
  height: 100%;
  width: 100%;
  object-fit: cover;
  max-height: inherit;
}

@media screen and (max-width: 767px) {
  /* line 328, resources/assets/styles/components/modules/_post.scss */

  article.locations section._hero._news_posts > .container .image-container img,
  article.locations section._hero._news_posts > .container .image-container svg,
  article.locations section._hero._blog_posts > .container .image-container img,
  article.locations section._hero._blog_posts > .container .image-container svg,
  article.news_posts section._hero._news_posts > .container .image-container img,
  article.news_posts section._hero._news_posts > .container .image-container svg,
  article.news_posts section._hero._blog_posts > .container .image-container img,
  article.news_posts section._hero._blog_posts > .container .image-container svg,
  article.blog_posts section._hero._news_posts > .container .image-container img,
  article.blog_posts section._hero._news_posts > .container .image-container svg,
  article.blog_posts section._hero._blog_posts > .container .image-container img,
  article.blog_posts section._hero._blog_posts > .container .image-container svg,
  article.case_study_posts section._hero._news_posts > .container .image-container img,
  article.case_study_posts section._hero._news_posts > .container .image-container svg,
  article.case_study_posts section._hero._blog_posts > .container .image-container img,
  article.case_study_posts section._hero._blog_posts > .container .image-container svg {
    object-fit: scale-down;
  }
}

/* line 337, resources/assets/styles/components/modules/_post.scss */

article.locations > .bg.absolute,
article.news_posts > .bg.absolute,
article.blog_posts > .bg.absolute,
article.case_study_posts > .bg.absolute {
  height: auto;
}

/* line 341, resources/assets/styles/components/modules/_post.scss */

article.locations div.entry-content,
article.news_posts div.entry-content,
article.blog_posts div.entry-content,
article.case_study_posts div.entry-content {
  position: relative;
  z-index: 3;
  box-sizing: border-box;
  padding: clamp(50px, calc(3.125rem + (70 - 50) * ((100vw - 1800px) / (767 - 1800))), 70px) clamp(20px, calc(1.25rem + (30 - 20) * ((100vw - 360px) / (390 - 360))), 30px) 0;
}

/* line 347, resources/assets/styles/components/modules/_post.scss */

article.locations div.entry-content .container .flex,
article.news_posts div.entry-content .container .flex,
article.blog_posts div.entry-content .container .flex,
article.case_study_posts div.entry-content .container .flex {
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  /* line 341, resources/assets/styles/components/modules/_post.scss */

  article.locations div.entry-content,
  article.news_posts div.entry-content,
  article.blog_posts div.entry-content,
  article.case_study_posts div.entry-content {
    padding-bottom: 0;
  }
}

/* line 356, resources/assets/styles/components/modules/_post.scss */

article.locations div.entry-content .container .article-parent,
article.news_posts div.entry-content .container .article-parent,
article.blog_posts div.entry-content .container .article-parent,
article.case_study_posts div.entry-content .container .article-parent {
  display: inline-flex;
  width: 100%;
  margin-bottom: clamp(56px, calc(3.5rem + (97 - 56) * ((100vw - 767px) / (1800 - 767))), 97px);
}

@media screen and (max-width: 767px) {
  /* line 356, resources/assets/styles/components/modules/_post.scss */

  article.locations div.entry-content .container .article-parent,
  article.news_posts div.entry-content .container .article-parent,
  article.blog_posts div.entry-content .container .article-parent,
  article.case_study_posts div.entry-content .container .article-parent {
    margin-right: 0;
    box-sizing: border-box;
  }
}

/* line 13, resources/assets/styles/components/modules/_post.scss */

article.locations div.entry-content .container .article-parent article.article_main_content h2,
article.news_posts div.entry-content .container .article-parent article.article_main_content h2,
article.blog_posts div.entry-content .container .article-parent article.article_main_content h2,
article.case_study_posts div.entry-content .container .article-parent article.article_main_content h2 {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.2em;
  letter-spacing: -0.01em;
  color: #00a8be;
  margin: 0;
  font-family: "Oxygen", sans-serif;
}

/* line 24, resources/assets/styles/components/modules/_post.scss */

article.locations div.entry-content .container .article-parent article.article_main_content h3,
article.locations div.entry-content .container .article-parent article.article_main_content h4,
article.locations div.entry-content .container .article-parent article.article_main_content h5,
article.locations div.entry-content .container .article-parent article.article_main_content h6,
article.news_posts div.entry-content .container .article-parent article.article_main_content h3,
article.news_posts div.entry-content .container .article-parent article.article_main_content h4,
article.news_posts div.entry-content .container .article-parent article.article_main_content h5,
article.news_posts div.entry-content .container .article-parent article.article_main_content h6,
article.blog_posts div.entry-content .container .article-parent article.article_main_content h3,
article.blog_posts div.entry-content .container .article-parent article.article_main_content h4,
article.blog_posts div.entry-content .container .article-parent article.article_main_content h5,
article.blog_posts div.entry-content .container .article-parent article.article_main_content h6,
article.case_study_posts div.entry-content .container .article-parent article.article_main_content h3,
article.case_study_posts div.entry-content .container .article-parent article.article_main_content h4,
article.case_study_posts div.entry-content .container .article-parent article.article_main_content h5,
article.case_study_posts div.entry-content .container .article-parent article.article_main_content h6 {
  font-weight: bold;
  font-size: 17px;
  line-height: 1.235em;
  letter-spacing: -0.01em;
  color: #00a8be;
  margin: 0;
  margin-top: 0.5em;
  font-family: "Oxygen", sans-serif;
}

/* line 38, resources/assets/styles/components/modules/_post.scss */

article.locations div.entry-content .container .article-parent article.article_main_content h4,
article.locations div.entry-content .container .article-parent article.article_main_content h5,
article.locations div.entry-content .container .article-parent article.article_main_content h6,
article.news_posts div.entry-content .container .article-parent article.article_main_content h4,
article.news_posts div.entry-content .container .article-parent article.article_main_content h5,
article.news_posts div.entry-content .container .article-parent article.article_main_content h6,
article.blog_posts div.entry-content .container .article-parent article.article_main_content h4,
article.blog_posts div.entry-content .container .article-parent article.article_main_content h5,
article.blog_posts div.entry-content .container .article-parent article.article_main_content h6,
article.case_study_posts div.entry-content .container .article-parent article.article_main_content h4,
article.case_study_posts div.entry-content .container .article-parent article.article_main_content h5,
article.case_study_posts div.entry-content .container .article-parent article.article_main_content h6 {
  font-size: 20px;
}

/* line 44, resources/assets/styles/components/modules/_post.scss */

article.locations div.entry-content .container .article-parent article.article_main_content table,
article.news_posts div.entry-content .container .article-parent article.article_main_content table,
article.blog_posts div.entry-content .container .article-parent article.article_main_content table,
article.case_study_posts div.entry-content .container .article-parent article.article_main_content table {
  max-width: 100%;
}

/* line 47, resources/assets/styles/components/modules/_post.scss */

article.locations div.entry-content .container .article-parent article.article_main_content table tbody tr:nth-child(even),
article.news_posts div.entry-content .container .article-parent article.article_main_content table tbody tr:nth-child(even),
article.blog_posts div.entry-content .container .article-parent article.article_main_content table tbody tr:nth-child(even),
article.case_study_posts div.entry-content .container .article-parent article.article_main_content table tbody tr:nth-child(even) {
  background: #f4f8fc;
}

/* line 51, resources/assets/styles/components/modules/_post.scss */

article.locations div.entry-content .container .article-parent article.article_main_content table td,
article.news_posts div.entry-content .container .article-parent article.article_main_content table td,
article.blog_posts div.entry-content .container .article-parent article.article_main_content table td,
article.case_study_posts div.entry-content .container .article-parent article.article_main_content table td {
  border-right: 1px solid #c5d6e2;
  border-bottom: 1px solid #c5d6e2;
  padding: 10px 15px;
}

/* line 57, resources/assets/styles/components/modules/_post.scss */

article.locations div.entry-content .container .article-parent article.article_main_content table td:first-child,
article.news_posts div.entry-content .container .article-parent article.article_main_content table td:first-child,
article.blog_posts div.entry-content .container .article-parent article.article_main_content table td:first-child,
article.case_study_posts div.entry-content .container .article-parent article.article_main_content table td:first-child {
  border-left: 1px solid #c5d6e2;
}

/* line 61, resources/assets/styles/components/modules/_post.scss */

article.locations div.entry-content .container .article-parent article.article_main_content table th,
article.news_posts div.entry-content .container .article-parent article.article_main_content table th,
article.blog_posts div.entry-content .container .article-parent article.article_main_content table th,
article.case_study_posts div.entry-content .container .article-parent article.article_main_content table th {
  border-right: 1px solid #c5d6e2;
  border-bottom: 1px solid #c5d6e2;
  padding: 10px 15px;
}

/* line 67, resources/assets/styles/components/modules/_post.scss */

article.locations div.entry-content .container .article-parent article.article_main_content table th:first-child,
article.news_posts div.entry-content .container .article-parent article.article_main_content table th:first-child,
article.blog_posts div.entry-content .container .article-parent article.article_main_content table th:first-child,
article.case_study_posts div.entry-content .container .article-parent article.article_main_content table th:first-child {
  border-left: 1px solid #c5d6e2;
}

/* line 72, resources/assets/styles/components/modules/_post.scss */

article.locations div.entry-content .container .article-parent article.article_main_content a,
article.news_posts div.entry-content .container .article-parent article.article_main_content a,
article.blog_posts div.entry-content .container .article-parent article.article_main_content a,
article.case_study_posts div.entry-content .container .article-parent article.article_main_content a {
  text-decoration: none;
  color: #e55025;
}

/* line 76, resources/assets/styles/components/modules/_post.scss */

article.locations div.entry-content .container .article-parent article.article_main_content a:hover,
article.news_posts div.entry-content .container .article-parent article.article_main_content a:hover,
article.blog_posts div.entry-content .container .article-parent article.article_main_content a:hover,
article.case_study_posts div.entry-content .container .article-parent article.article_main_content a:hover {
  text-decoration: underline;
  color: #00a8be;
}

/* line 82, resources/assets/styles/components/modules/_post.scss */

article.locations div.entry-content .container .article-parent article.article_main_content .buttons_container,
article.news_posts div.entry-content .container .article-parent article.article_main_content .buttons_container,
article.blog_posts div.entry-content .container .article-parent article.article_main_content .buttons_container,
article.case_study_posts div.entry-content .container .article-parent article.article_main_content .buttons_container {
  display: inline-flex;
  width: 100%;
  justify-content: space-between;
  margin-top: 17px;
}

/* line 88, resources/assets/styles/components/modules/_post.scss */

article.locations div.entry-content .container .article-parent article.article_main_content .buttons_container a:hover,
article.news_posts div.entry-content .container .article-parent article.article_main_content .buttons_container a:hover,
article.blog_posts div.entry-content .container .article-parent article.article_main_content .buttons_container a:hover,
article.case_study_posts div.entry-content .container .article-parent article.article_main_content .buttons_container a:hover {
  text-decoration: none;
}

/* line 93, resources/assets/styles/components/modules/_post.scss */

article.locations div.entry-content .container .article-parent article.article_main_content blockquote,
article.news_posts div.entry-content .container .article-parent article.article_main_content blockquote,
article.blog_posts div.entry-content .container .article-parent article.article_main_content blockquote,
article.case_study_posts div.entry-content .container .article-parent article.article_main_content blockquote {
  position: relative;
  display: block;
  float: right;
  margin: 1em 0.5em 1em 2.5em;
  max-width: 33%;
}

/* line 100, resources/assets/styles/components/modules/_post.scss */

article.locations div.entry-content .container .article-parent article.article_main_content blockquote *,
article.locations div.entry-content .container .article-parent article.article_main_content blockquote p,
article.news_posts div.entry-content .container .article-parent article.article_main_content blockquote *,
article.news_posts div.entry-content .container .article-parent article.article_main_content blockquote p,
article.blog_posts div.entry-content .container .article-parent article.article_main_content blockquote *,
article.blog_posts div.entry-content .container .article-parent article.article_main_content blockquote p,
article.case_study_posts div.entry-content .container .article-parent article.article_main_content blockquote *,
article.case_study_posts div.entry-content .container .article-parent article.article_main_content blockquote p {
  display: inline;
  font-style: italic !important;
}

/* line 108, resources/assets/styles/components/modules/_post.scss */

article.locations div.entry-content .container .article-parent article.article_main_content blockquote::before,
article.news_posts div.entry-content .container .article-parent article.article_main_content blockquote::before,
article.blog_posts div.entry-content .container .article-parent article.article_main_content blockquote::before,
article.case_study_posts div.entry-content .container .article-parent article.article_main_content blockquote::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='123.961px' height='123.961px' viewBox='0 0 123.961 123.961' style='enable-background:new 0 0 123.961 123.961%3B' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='#00a8be' d='M49.8 29.032c3.1-1.3 4.4-5 3-8l-4.9-10.3c-1.4-2.899-4.8-4.2-7.8-2.899c-8.5 3.6-15.8 8.3-21.6 14C11.4 28.532 6.6 36.232 4 44.732c-2.6 8.601-4 20.3-4 35.2v30.7c0 3.3 2.7 6 6 6h39.3c3.3 0 6-2.7 6-6v-39.3c0-3.301-2.7-6-6-6H26.5c0.2-10.101 2.6-18.2 7-24.301C37.1 36.133 42.5 32.133 49.8 29.032z'/%3E%3Cpath fill='#00a8be' d='M120.4 29.032c3.1-1.3 4.399-5 3-8l-4.9-10.199c-1.4-2.9-4.8-4.2-7.8-2.9c-8.4 3.6-15.601 8.3-21.5 13.9c-7.101 6.8-12 14.5-14.601 23c-2.6 8.399-3.899 20.1-3.899 35.1v30.7c0 3.3 2.7 6 6 6H116c3.3 0 6-2.7 6-6v-39.3c0-3.301-2.7-6-6-6H97.1c0.2-10.101 2.601-18.2 7-24.301C107.7 36.133 113.1 32.133 120.4 29.032z'/%3E%3C/g%3E%3C/svg%3E");
  position: absolute;
  top: 0;
  left: 0;
  margin-right: 0.625em;
  width: 20px;
  height: 20px;
  display: flex;
  background-size: cover;
  transform: translateX(-110%) translateY(-25%);
}

/* line 122, resources/assets/styles/components/modules/_post.scss */

article.locations div.entry-content .container .article-parent article.article_main_content blockquote::after,
article.news_posts div.entry-content .container .article-parent article.article_main_content blockquote::after,
article.blog_posts div.entry-content .container .article-parent article.article_main_content blockquote::after,
article.case_study_posts div.entry-content .container .article-parent article.article_main_content blockquote::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='123.961px' height='123.961px' viewBox='0 0 123.961 123.961' style='enable-background:new 0 0 123.961 123.961%3B' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='#00a8be' d='M49.8 29.032c3.1-1.3 4.4-5 3-8l-4.9-10.3c-1.4-2.899-4.8-4.2-7.8-2.899c-8.5 3.6-15.8 8.3-21.6 14C11.4 28.532 6.6 36.232 4 44.732c-2.6 8.601-4 20.3-4 35.2v30.7c0 3.3 2.7 6 6 6h39.3c3.3 0 6-2.7 6-6v-39.3c0-3.301-2.7-6-6-6H26.5c0.2-10.101 2.6-18.2 7-24.301C37.1 36.133 42.5 32.133 49.8 29.032z'/%3E%3Cpath fill='#00a8be' d='M120.4 29.032c3.1-1.3 4.399-5 3-8l-4.9-10.199c-1.4-2.9-4.8-4.2-7.8-2.9c-8.4 3.6-15.601 8.3-21.5 13.9c-7.101 6.8-12 14.5-14.601 23c-2.6 8.399-3.899 20.1-3.899 35.1v30.7c0 3.3 2.7 6 6 6H116c3.3 0 6-2.7 6-6v-39.3c0-3.301-2.7-6-6-6H97.1c0.2-10.101 2.601-18.2 7-24.301C107.7 36.133 113.1 32.133 120.4 29.032z'/%3E%3C/g%3E%3C/svg%3E");
  position: absolute;
  margin-left: 0.5em;
  width: 20px;
  height: 20px;
  display: inline;
  background-size: cover;
  transform: translateY(10%) scale(-1);
}

/* line 138, resources/assets/styles/components/modules/_post.scss */

article.locations div.entry-content .container .article-parent article.article_main_content p,
article.locations div.entry-content .container .article-parent article.article_main_content b,
article.locations div.entry-content .container .article-parent article.article_main_content ul li,
article.locations div.entry-content .container .article-parent article.article_main_content ol li,
article.news_posts div.entry-content .container .article-parent article.article_main_content p,
article.news_posts div.entry-content .container .article-parent article.article_main_content b,
article.news_posts div.entry-content .container .article-parent article.article_main_content ul li,
article.news_posts div.entry-content .container .article-parent article.article_main_content ol li,
article.blog_posts div.entry-content .container .article-parent article.article_main_content p,
article.blog_posts div.entry-content .container .article-parent article.article_main_content b,
article.blog_posts div.entry-content .container .article-parent article.article_main_content ul li,
article.blog_posts div.entry-content .container .article-parent article.article_main_content ol li,
article.case_study_posts div.entry-content .container .article-parent article.article_main_content p,
article.case_study_posts div.entry-content .container .article-parent article.article_main_content b,
article.case_study_posts div.entry-content .container .article-parent article.article_main_content ul li,
article.case_study_posts div.entry-content .container .article-parent article.article_main_content ol li {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 1.667em;
  letter-spacing: -0.01em;
  color: #44546a;
}

/* line 149, resources/assets/styles/components/modules/_post.scss */

article.locations div.entry-content .container .article-parent article.article_main_content p sup,
article.locations div.entry-content .container .article-parent article.article_main_content b sup,
article.locations div.entry-content .container .article-parent article.article_main_content ul li sup,
article.locations div.entry-content .container .article-parent article.article_main_content ol li sup,
article.news_posts div.entry-content .container .article-parent article.article_main_content p sup,
article.news_posts div.entry-content .container .article-parent article.article_main_content b sup,
article.news_posts div.entry-content .container .article-parent article.article_main_content ul li sup,
article.news_posts div.entry-content .container .article-parent article.article_main_content ol li sup,
article.blog_posts div.entry-content .container .article-parent article.article_main_content p sup,
article.blog_posts div.entry-content .container .article-parent article.article_main_content b sup,
article.blog_posts div.entry-content .container .article-parent article.article_main_content ul li sup,
article.blog_posts div.entry-content .container .article-parent article.article_main_content ol li sup,
article.case_study_posts div.entry-content .container .article-parent article.article_main_content p sup,
article.case_study_posts div.entry-content .container .article-parent article.article_main_content b sup,
article.case_study_posts div.entry-content .container .article-parent article.article_main_content ul li sup,
article.case_study_posts div.entry-content .container .article-parent article.article_main_content ol li sup {
  vertical-align: top;
  font-size: 0.5em;
  top: -0.25em;
  position: relative;
}

/* line 156, resources/assets/styles/components/modules/_post.scss */

article.locations div.entry-content .container .article-parent article.article_main_content p::marker,
article.locations div.entry-content .container .article-parent article.article_main_content b::marker,
article.locations div.entry-content .container .article-parent article.article_main_content ul li::marker,
article.locations div.entry-content .container .article-parent article.article_main_content ol li::marker,
article.news_posts div.entry-content .container .article-parent article.article_main_content p::marker,
article.news_posts div.entry-content .container .article-parent article.article_main_content b::marker,
article.news_posts div.entry-content .container .article-parent article.article_main_content ul li::marker,
article.news_posts div.entry-content .container .article-parent article.article_main_content ol li::marker,
article.blog_posts div.entry-content .container .article-parent article.article_main_content p::marker,
article.blog_posts div.entry-content .container .article-parent article.article_main_content b::marker,
article.blog_posts div.entry-content .container .article-parent article.article_main_content ul li::marker,
article.blog_posts div.entry-content .container .article-parent article.article_main_content ol li::marker,
article.case_study_posts div.entry-content .container .article-parent article.article_main_content p::marker,
article.case_study_posts div.entry-content .container .article-parent article.article_main_content b::marker,
article.case_study_posts div.entry-content .container .article-parent article.article_main_content ul li::marker,
article.case_study_posts div.entry-content .container .article-parent article.article_main_content ol li::marker {
  color: #00a8be;
}

/* line 161, resources/assets/styles/components/modules/_post.scss */

article.locations div.entry-content .container .article-parent article.article_main_content ul,
article.locations div.entry-content .container .article-parent article.article_main_content ol,
article.news_posts div.entry-content .container .article-parent article.article_main_content ul,
article.news_posts div.entry-content .container .article-parent article.article_main_content ol,
article.blog_posts div.entry-content .container .article-parent article.article_main_content ul,
article.blog_posts div.entry-content .container .article-parent article.article_main_content ol,
article.case_study_posts div.entry-content .container .article-parent article.article_main_content ul,
article.case_study_posts div.entry-content .container .article-parent article.article_main_content ol {
  margin-left: 1.5em;
}

/* line 165, resources/assets/styles/components/modules/_post.scss */

article.locations div.entry-content .container .article-parent article.article_main_content ul > li,
article.locations div.entry-content .container .article-parent article.article_main_content ol > li,
article.news_posts div.entry-content .container .article-parent article.article_main_content ul > li,
article.news_posts div.entry-content .container .article-parent article.article_main_content ol > li,
article.blog_posts div.entry-content .container .article-parent article.article_main_content ul > li,
article.blog_posts div.entry-content .container .article-parent article.article_main_content ol > li,
article.case_study_posts div.entry-content .container .article-parent article.article_main_content ul > li,
article.case_study_posts div.entry-content .container .article-parent article.article_main_content ol > li {
  margin-top: 0.5em;
}

/* line 170, resources/assets/styles/components/modules/_post.scss */

article.locations div.entry-content .container .article-parent article.article_main_content p + p,
article.news_posts div.entry-content .container .article-parent article.article_main_content p + p,
article.blog_posts div.entry-content .container .article-parent article.article_main_content p + p,
article.case_study_posts div.entry-content .container .article-parent article.article_main_content p + p {
  margin-top: 1.666em;
}

/* line 174, resources/assets/styles/components/modules/_post.scss */

article.locations div.entry-content .container .article-parent article.article_main_content h2 + p,
article.locations div.entry-content .container .article-parent article.article_main_content h2 + b,
article.locations div.entry-content .container .article-parent article.article_main_content h2 + ul,
article.locations div.entry-content .container .article-parent article.article_main_content h2 + ol,
article.news_posts div.entry-content .container .article-parent article.article_main_content h2 + p,
article.news_posts div.entry-content .container .article-parent article.article_main_content h2 + b,
article.news_posts div.entry-content .container .article-parent article.article_main_content h2 + ul,
article.news_posts div.entry-content .container .article-parent article.article_main_content h2 + ol,
article.blog_posts div.entry-content .container .article-parent article.article_main_content h2 + p,
article.blog_posts div.entry-content .container .article-parent article.article_main_content h2 + b,
article.blog_posts div.entry-content .container .article-parent article.article_main_content h2 + ul,
article.blog_posts div.entry-content .container .article-parent article.article_main_content h2 + ol,
article.case_study_posts div.entry-content .container .article-parent article.article_main_content h2 + p,
article.case_study_posts div.entry-content .container .article-parent article.article_main_content h2 + b,
article.case_study_posts div.entry-content .container .article-parent article.article_main_content h2 + ul,
article.case_study_posts div.entry-content .container .article-parent article.article_main_content h2 + ol {
  margin-top: 0.7em;
}

/* line 181, resources/assets/styles/components/modules/_post.scss */

article.locations div.entry-content .container .article-parent article.article_main_content h3 + p,
article.locations div.entry-content .container .article-parent article.article_main_content h3 + b,
article.locations div.entry-content .container .article-parent article.article_main_content h4 + p,
article.locations div.entry-content .container .article-parent article.article_main_content h4 + b,
article.locations div.entry-content .container .article-parent article.article_main_content h5 + p,
article.locations div.entry-content .container .article-parent article.article_main_content h5 + b,
article.locations div.entry-content .container .article-parent article.article_main_content h6 + p,
article.locations div.entry-content .container .article-parent article.article_main_content h6 + b,
article.news_posts div.entry-content .container .article-parent article.article_main_content h3 + p,
article.news_posts div.entry-content .container .article-parent article.article_main_content h3 + b,
article.news_posts div.entry-content .container .article-parent article.article_main_content h4 + p,
article.news_posts div.entry-content .container .article-parent article.article_main_content h4 + b,
article.news_posts div.entry-content .container .article-parent article.article_main_content h5 + p,
article.news_posts div.entry-content .container .article-parent article.article_main_content h5 + b,
article.news_posts div.entry-content .container .article-parent article.article_main_content h6 + p,
article.news_posts div.entry-content .container .article-parent article.article_main_content h6 + b,
article.blog_posts div.entry-content .container .article-parent article.article_main_content h3 + p,
article.blog_posts div.entry-content .container .article-parent article.article_main_content h3 + b,
article.blog_posts div.entry-content .container .article-parent article.article_main_content h4 + p,
article.blog_posts div.entry-content .container .article-parent article.article_main_content h4 + b,
article.blog_posts div.entry-content .container .article-parent article.article_main_content h5 + p,
article.blog_posts div.entry-content .container .article-parent article.article_main_content h5 + b,
article.blog_posts div.entry-content .container .article-parent article.article_main_content h6 + p,
article.blog_posts div.entry-content .container .article-parent article.article_main_content h6 + b,
article.case_study_posts div.entry-content .container .article-parent article.article_main_content h3 + p,
article.case_study_posts div.entry-content .container .article-parent article.article_main_content h3 + b,
article.case_study_posts div.entry-content .container .article-parent article.article_main_content h4 + p,
article.case_study_posts div.entry-content .container .article-parent article.article_main_content h4 + b,
article.case_study_posts div.entry-content .container .article-parent article.article_main_content h5 + p,
article.case_study_posts div.entry-content .container .article-parent article.article_main_content h5 + b,
article.case_study_posts div.entry-content .container .article-parent article.article_main_content h6 + p,
article.case_study_posts div.entry-content .container .article-parent article.article_main_content h6 + b {
  margin-top: 0.666em;
}

/* line 192, resources/assets/styles/components/modules/_post.scss */

article.locations div.entry-content .container .article-parent article.article_main_content h3 + ul,
article.locations div.entry-content .container .article-parent article.article_main_content h3 + ol,
article.locations div.entry-content .container .article-parent article.article_main_content h4 + ul,
article.locations div.entry-content .container .article-parent article.article_main_content h4 + ol,
article.locations div.entry-content .container .article-parent article.article_main_content h5 + ul,
article.locations div.entry-content .container .article-parent article.article_main_content h5 + ol,
article.locations div.entry-content .container .article-parent article.article_main_content h6 + ul,
article.locations div.entry-content .container .article-parent article.article_main_content h6 + ol,
article.news_posts div.entry-content .container .article-parent article.article_main_content h3 + ul,
article.news_posts div.entry-content .container .article-parent article.article_main_content h3 + ol,
article.news_posts div.entry-content .container .article-parent article.article_main_content h4 + ul,
article.news_posts div.entry-content .container .article-parent article.article_main_content h4 + ol,
article.news_posts div.entry-content .container .article-parent article.article_main_content h5 + ul,
article.news_posts div.entry-content .container .article-parent article.article_main_content h5 + ol,
article.news_posts div.entry-content .container .article-parent article.article_main_content h6 + ul,
article.news_posts div.entry-content .container .article-parent article.article_main_content h6 + ol,
article.blog_posts div.entry-content .container .article-parent article.article_main_content h3 + ul,
article.blog_posts div.entry-content .container .article-parent article.article_main_content h3 + ol,
article.blog_posts div.entry-content .container .article-parent article.article_main_content h4 + ul,
article.blog_posts div.entry-content .container .article-parent article.article_main_content h4 + ol,
article.blog_posts div.entry-content .container .article-parent article.article_main_content h5 + ul,
article.blog_posts div.entry-content .container .article-parent article.article_main_content h5 + ol,
article.blog_posts div.entry-content .container .article-parent article.article_main_content h6 + ul,
article.blog_posts div.entry-content .container .article-parent article.article_main_content h6 + ol,
article.case_study_posts div.entry-content .container .article-parent article.article_main_content h3 + ul,
article.case_study_posts div.entry-content .container .article-parent article.article_main_content h3 + ol,
article.case_study_posts div.entry-content .container .article-parent article.article_main_content h4 + ul,
article.case_study_posts div.entry-content .container .article-parent article.article_main_content h4 + ol,
article.case_study_posts div.entry-content .container .article-parent article.article_main_content h5 + ul,
article.case_study_posts div.entry-content .container .article-parent article.article_main_content h5 + ol,
article.case_study_posts div.entry-content .container .article-parent article.article_main_content h6 + ul,
article.case_study_posts div.entry-content .container .article-parent article.article_main_content h6 + ol {
  margin-top: 0.666em;
}

/* line 203, resources/assets/styles/components/modules/_post.scss */

article.locations div.entry-content .container .article-parent article.article_main_content p + ul,
article.locations div.entry-content .container .article-parent article.article_main_content p + ol,
article.news_posts div.entry-content .container .article-parent article.article_main_content p + ul,
article.news_posts div.entry-content .container .article-parent article.article_main_content p + ol,
article.blog_posts div.entry-content .container .article-parent article.article_main_content p + ul,
article.blog_posts div.entry-content .container .article-parent article.article_main_content p + ol,
article.case_study_posts div.entry-content .container .article-parent article.article_main_content p + ul,
article.case_study_posts div.entry-content .container .article-parent article.article_main_content p + ol {
  margin-top: 0.666em;
}

/* line 212, resources/assets/styles/components/modules/_post.scss */

article.locations div.entry-content .container .article-parent article.article_main_content p + h2,
article.locations div.entry-content .container .article-parent article.article_main_content b + h2,
article.locations div.entry-content .container .article-parent article.article_main_content ul + h2,
article.locations div.entry-content .container .article-parent article.article_main_content ol + h2,
article.news_posts div.entry-content .container .article-parent article.article_main_content p + h2,
article.news_posts div.entry-content .container .article-parent article.article_main_content b + h2,
article.news_posts div.entry-content .container .article-parent article.article_main_content ul + h2,
article.news_posts div.entry-content .container .article-parent article.article_main_content ol + h2,
article.blog_posts div.entry-content .container .article-parent article.article_main_content p + h2,
article.blog_posts div.entry-content .container .article-parent article.article_main_content b + h2,
article.blog_posts div.entry-content .container .article-parent article.article_main_content ul + h2,
article.blog_posts div.entry-content .container .article-parent article.article_main_content ol + h2,
article.case_study_posts div.entry-content .container .article-parent article.article_main_content p + h2,
article.case_study_posts div.entry-content .container .article-parent article.article_main_content b + h2,
article.case_study_posts div.entry-content .container .article-parent article.article_main_content ul + h2,
article.case_study_posts div.entry-content .container .article-parent article.article_main_content ol + h2 {
  margin-top: 25px;
}

/* line 216, resources/assets/styles/components/modules/_post.scss */

article.locations div.entry-content .container .article-parent article.article_main_content p + h3,
article.locations div.entry-content .container .article-parent article.article_main_content p + h4,
article.locations div.entry-content .container .article-parent article.article_main_content p + h5,
article.locations div.entry-content .container .article-parent article.article_main_content p + h6,
article.locations div.entry-content .container .article-parent article.article_main_content b + h3,
article.locations div.entry-content .container .article-parent article.article_main_content b + h4,
article.locations div.entry-content .container .article-parent article.article_main_content b + h5,
article.locations div.entry-content .container .article-parent article.article_main_content b + h6,
article.locations div.entry-content .container .article-parent article.article_main_content ul + h3,
article.locations div.entry-content .container .article-parent article.article_main_content ul + h4,
article.locations div.entry-content .container .article-parent article.article_main_content ul + h5,
article.locations div.entry-content .container .article-parent article.article_main_content ul + h6,
article.locations div.entry-content .container .article-parent article.article_main_content ol + h3,
article.locations div.entry-content .container .article-parent article.article_main_content ol + h4,
article.locations div.entry-content .container .article-parent article.article_main_content ol + h5,
article.locations div.entry-content .container .article-parent article.article_main_content ol + h6,
article.news_posts div.entry-content .container .article-parent article.article_main_content p + h3,
article.news_posts div.entry-content .container .article-parent article.article_main_content p + h4,
article.news_posts div.entry-content .container .article-parent article.article_main_content p + h5,
article.news_posts div.entry-content .container .article-parent article.article_main_content p + h6,
article.news_posts div.entry-content .container .article-parent article.article_main_content b + h3,
article.news_posts div.entry-content .container .article-parent article.article_main_content b + h4,
article.news_posts div.entry-content .container .article-parent article.article_main_content b + h5,
article.news_posts div.entry-content .container .article-parent article.article_main_content b + h6,
article.news_posts div.entry-content .container .article-parent article.article_main_content ul + h3,
article.news_posts div.entry-content .container .article-parent article.article_main_content ul + h4,
article.news_posts div.entry-content .container .article-parent article.article_main_content ul + h5,
article.news_posts div.entry-content .container .article-parent article.article_main_content ul + h6,
article.news_posts div.entry-content .container .article-parent article.article_main_content ol + h3,
article.news_posts div.entry-content .container .article-parent article.article_main_content ol + h4,
article.news_posts div.entry-content .container .article-parent article.article_main_content ol + h5,
article.news_posts div.entry-content .container .article-parent article.article_main_content ol + h6,
article.blog_posts div.entry-content .container .article-parent article.article_main_content p + h3,
article.blog_posts div.entry-content .container .article-parent article.article_main_content p + h4,
article.blog_posts div.entry-content .container .article-parent article.article_main_content p + h5,
article.blog_posts div.entry-content .container .article-parent article.article_main_content p + h6,
article.blog_posts div.entry-content .container .article-parent article.article_main_content b + h3,
article.blog_posts div.entry-content .container .article-parent article.article_main_content b + h4,
article.blog_posts div.entry-content .container .article-parent article.article_main_content b + h5,
article.blog_posts div.entry-content .container .article-parent article.article_main_content b + h6,
article.blog_posts div.entry-content .container .article-parent article.article_main_content ul + h3,
article.blog_posts div.entry-content .container .article-parent article.article_main_content ul + h4,
article.blog_posts div.entry-content .container .article-parent article.article_main_content ul + h5,
article.blog_posts div.entry-content .container .article-parent article.article_main_content ul + h6,
article.blog_posts div.entry-content .container .article-parent article.article_main_content ol + h3,
article.blog_posts div.entry-content .container .article-parent article.article_main_content ol + h4,
article.blog_posts div.entry-content .container .article-parent article.article_main_content ol + h5,
article.blog_posts div.entry-content .container .article-parent article.article_main_content ol + h6,
article.case_study_posts div.entry-content .container .article-parent article.article_main_content p + h3,
article.case_study_posts div.entry-content .container .article-parent article.article_main_content p + h4,
article.case_study_posts div.entry-content .container .article-parent article.article_main_content p + h5,
article.case_study_posts div.entry-content .container .article-parent article.article_main_content p + h6,
article.case_study_posts div.entry-content .container .article-parent article.article_main_content b + h3,
article.case_study_posts div.entry-content .container .article-parent article.article_main_content b + h4,
article.case_study_posts div.entry-content .container .article-parent article.article_main_content b + h5,
article.case_study_posts div.entry-content .container .article-parent article.article_main_content b + h6,
article.case_study_posts div.entry-content .container .article-parent article.article_main_content ul + h3,
article.case_study_posts div.entry-content .container .article-parent article.article_main_content ul + h4,
article.case_study_posts div.entry-content .container .article-parent article.article_main_content ul + h5,
article.case_study_posts div.entry-content .container .article-parent article.article_main_content ul + h6,
article.case_study_posts div.entry-content .container .article-parent article.article_main_content ol + h3,
article.case_study_posts div.entry-content .container .article-parent article.article_main_content ol + h4,
article.case_study_posts div.entry-content .container .article-parent article.article_main_content ol + h5,
article.case_study_posts div.entry-content .container .article-parent article.article_main_content ol + h6 {
  margin-top: 1em;
}

/* line 224, resources/assets/styles/components/modules/_post.scss */

article.locations div.entry-content .container .article-parent article.article_main_content hr,
article.news_posts div.entry-content .container .article-parent article.article_main_content hr,
article.blog_posts div.entry-content .container .article-parent article.article_main_content hr,
article.case_study_posts div.entry-content .container .article-parent article.article_main_content hr {
  width: 6.5%;
  margin-left: 0;
  height: 3px;
  border: none;
  background: #ee6a5b;
  margin-top: 1em;
  margin-bottom: 2.25em;
}

/* line 369, resources/assets/styles/components/modules/_post.scss */

article.locations div.entry-content .container .article-parent article.article_main_content header,
article.news_posts div.entry-content .container .article-parent article.article_main_content header,
article.blog_posts div.entry-content .container .article-parent article.article_main_content header,
article.case_study_posts div.entry-content .container .article-parent article.article_main_content header {
  background: none;
  position: relative;
  top: initial;
  width: 100%;
  z-index: 0;
  margin-bottom: 26px;
}

/* line 377, resources/assets/styles/components/modules/_post.scss */

article.locations div.entry-content .container .article-parent article.article_main_content header p.label,
article.news_posts div.entry-content .container .article-parent article.article_main_content header p.label,
article.blog_posts div.entry-content .container .article-parent article.article_main_content header p.label,
article.case_study_posts div.entry-content .container .article-parent article.article_main_content header p.label {
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 1em;
  letter-spacing: 0.05em;
  color: #00a8be;
  margin-bottom: 6px;
}

/* line 387, resources/assets/styles/components/modules/_post.scss */

article.locations div.entry-content .container .article-parent article.article_main_content header h1,
article.news_posts div.entry-content .container .article-parent article.article_main_content header h1,
article.blog_posts div.entry-content .container .article-parent article.article_main_content header h1,
article.case_study_posts div.entry-content .container .article-parent article.article_main_content header h1 {
  max-width: 760px;
  font-weight: 700;
  font-size: clamp(25px, calc(1.5625rem + (43 - 25) * ((100vw - 767px) / (1800 - 767))), 43px);
  line-height: clamp(31px, calc(1.9375rem + (51 - 31) * ((100vw - 767px) / (1800 - 767))), 51px);
  color: #44546a;
  margin-bottom: clamp(10px, calc(0.625rem + (23 - 10) * ((100vw - 767px) / (1800 - 767))), 23px);
}

/* line 396, resources/assets/styles/components/modules/_post.scss */

article.locations div.entry-content .container .article-parent article.article_main_content header time,
article.locations div.entry-content .container .article-parent article.article_main_content header p.author,
article.locations div.entry-content .container .article-parent article.article_main_content header p.comments,
article.news_posts div.entry-content .container .article-parent article.article_main_content header time,
article.news_posts div.entry-content .container .article-parent article.article_main_content header p.author,
article.news_posts div.entry-content .container .article-parent article.article_main_content header p.comments,
article.blog_posts div.entry-content .container .article-parent article.article_main_content header time,
article.blog_posts div.entry-content .container .article-parent article.article_main_content header p.author,
article.blog_posts div.entry-content .container .article-parent article.article_main_content header p.comments,
article.case_study_posts div.entry-content .container .article-parent article.article_main_content header time,
article.case_study_posts div.entry-content .container .article-parent article.article_main_content header p.author,
article.case_study_posts div.entry-content .container .article-parent article.article_main_content header p.comments {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 1.692em;
  letter-spacing: -0.01em;
  color: #a0a0a0;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  /* line 396, resources/assets/styles/components/modules/_post.scss */

  article.locations div.entry-content .container .article-parent article.article_main_content header time,
  article.locations div.entry-content .container .article-parent article.article_main_content header p.author,
  article.locations div.entry-content .container .article-parent article.article_main_content header p.comments,
  article.news_posts div.entry-content .container .article-parent article.article_main_content header time,
  article.news_posts div.entry-content .container .article-parent article.article_main_content header p.author,
  article.news_posts div.entry-content .container .article-parent article.article_main_content header p.comments,
  article.blog_posts div.entry-content .container .article-parent article.article_main_content header time,
  article.blog_posts div.entry-content .container .article-parent article.article_main_content header p.author,
  article.blog_posts div.entry-content .container .article-parent article.article_main_content header p.comments,
  article.case_study_posts div.entry-content .container .article-parent article.article_main_content header time,
  article.case_study_posts div.entry-content .container .article-parent article.article_main_content header p.author,
  article.case_study_posts div.entry-content .container .article-parent article.article_main_content header p.comments {
    display: block;
  }
}

/* line 413, resources/assets/styles/components/modules/_post.scss */

article.locations div.entry-content .container .article-parent article.article_main_content header time a,
article.locations div.entry-content .container .article-parent article.article_main_content header p.author a,
article.locations div.entry-content .container .article-parent article.article_main_content header p.comments a,
article.news_posts div.entry-content .container .article-parent article.article_main_content header time a,
article.news_posts div.entry-content .container .article-parent article.article_main_content header p.author a,
article.news_posts div.entry-content .container .article-parent article.article_main_content header p.comments a,
article.blog_posts div.entry-content .container .article-parent article.article_main_content header time a,
article.blog_posts div.entry-content .container .article-parent article.article_main_content header p.author a,
article.blog_posts div.entry-content .container .article-parent article.article_main_content header p.comments a,
article.case_study_posts div.entry-content .container .article-parent article.article_main_content header time a,
article.case_study_posts div.entry-content .container .article-parent article.article_main_content header p.author a,
article.case_study_posts div.entry-content .container .article-parent article.article_main_content header p.comments a {
  text-decoration: none;
  color: inherit;
}

/* line 419, resources/assets/styles/components/modules/_post.scss */

article.locations div.entry-content .container .article-parent article.article_main_content header time,
article.news_posts div.entry-content .container .article-parent article.article_main_content header time,
article.blog_posts div.entry-content .container .article-parent article.article_main_content header time,
article.case_study_posts div.entry-content .container .article-parent article.article_main_content header time {
  display: inline-flex;
  padding-right: 0.3em;
}

@media screen and (max-width: 767px) {
  /* line 419, resources/assets/styles/components/modules/_post.scss */

  article.locations div.entry-content .container .article-parent article.article_main_content header time,
  article.news_posts div.entry-content .container .article-parent article.article_main_content header time,
  article.blog_posts div.entry-content .container .article-parent article.article_main_content header time,
  article.case_study_posts div.entry-content .container .article-parent article.article_main_content header time {
    padding-right: 0;
  }
}

/* line 428, resources/assets/styles/components/modules/_post.scss */

article.locations div.entry-content .container .article-parent article.article_main_content header p.comments,
article.news_posts div.entry-content .container .article-parent article.article_main_content header p.comments,
article.blog_posts div.entry-content .container .article-parent article.article_main_content header p.comments,
article.case_study_posts div.entry-content .container .article-parent article.article_main_content header p.comments {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding-left: 0.8em;
}

/* line 434, resources/assets/styles/components/modules/_post.scss */

article.locations div.entry-content .container .article-parent article.article_main_content header p.comments::before,
article.news_posts div.entry-content .container .article-parent article.article_main_content header p.comments::before,
article.blog_posts div.entry-content .container .article-parent article.article_main_content header p.comments::before,
article.case_study_posts div.entry-content .container .article-parent article.article_main_content header p.comments::before {
  position: absolute;
  content: "";
  display: flex;
  height: 1em;
  width: 1px;
  background: #a0a0a0;
  left: 0.25em;
}

@media screen and (max-width: 767px) {
  /* line 428, resources/assets/styles/components/modules/_post.scss */

  article.locations div.entry-content .container .article-parent article.article_main_content header p.comments,
  article.news_posts div.entry-content .container .article-parent article.article_main_content header p.comments,
  article.blog_posts div.entry-content .container .article-parent article.article_main_content header p.comments,
  article.case_study_posts div.entry-content .container .article-parent article.article_main_content header p.comments {
    border-left: none;
  }
}

/* line 449, resources/assets/styles/components/modules/_post.scss */

article.locations div.entry-content .container .article-parent article.article_main_content header p.author,
article.news_posts div.entry-content .container .article-parent article.article_main_content header p.author,
article.blog_posts div.entry-content .container .article-parent article.article_main_content header p.author,
article.case_study_posts div.entry-content .container .article-parent article.article_main_content header p.author {
  display: block;
  font-weight: bold;
}

/* line 454, resources/assets/styles/components/modules/_post.scss */

article.locations div.entry-content .container .article-parent article.article_main_content header p + p,
article.news_posts div.entry-content .container .article-parent article.article_main_content header p + p,
article.blog_posts div.entry-content .container .article-parent article.article_main_content header p + p,
article.case_study_posts div.entry-content .container .article-parent article.article_main_content header p + p {
  margin-top: 0;
}

/* line 459, resources/assets/styles/components/modules/_post.scss */

article.locations div.entry-content .container .article-parent article.article_main_content ._content,
article.news_posts div.entry-content .container .article-parent article.article_main_content ._content,
article.blog_posts div.entry-content .container .article-parent article.article_main_content ._content,
article.case_study_posts div.entry-content .container .article-parent article.article_main_content ._content {
  padding-bottom: 37px;
  border-bottom: 2px solid #e6e6e6;
}

/* line 466, resources/assets/styles/components/modules/_post.scss */

article.locations div.entry-content .container section.article-side-panel,
article.news_posts div.entry-content .container section.article-side-panel,
article.blog_posts div.entry-content .container section.article-side-panel,
article.case_study_posts div.entry-content .container section.article-side-panel {
  padding: 0;
  width: auto;
  height: 100%;
  background: transparent;
  margin-left: clamp(40px, calc(2.5rem + (60 - 40) * ((100vw - 767px) / (1800 - 767))), 60px);
}

@media screen and (max-width: 767px) {
  /* line 466, resources/assets/styles/components/modules/_post.scss */

  article.locations div.entry-content .container section.article-side-panel,
  article.news_posts div.entry-content .container section.article-side-panel,
  article.blog_posts div.entry-content .container section.article-side-panel,
  article.case_study_posts div.entry-content .container section.article-side-panel {
    display: none;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    padding: 14px 30px 0;
  }
}

/* line 482, resources/assets/styles/components/modules/_post.scss */

article.locations div.entry-content .container section.article-side-panel .article-side-panel_wrapper,
article.news_posts div.entry-content .container section.article-side-panel .article-side-panel_wrapper,
article.blog_posts div.entry-content .container section.article-side-panel .article-side-panel_wrapper,
article.case_study_posts div.entry-content .container section.article-side-panel .article-side-panel_wrapper {
  width: 200px;
  margin-top: clamp(20px, calc(1.25rem + (35 - 20) * ((100vw - 767px) / (1800 - 767))), 35px);
}

@media screen and (max-width: 767px) {
  /* line 482, resources/assets/styles/components/modules/_post.scss */

  article.locations div.entry-content .container section.article-side-panel .article-side-panel_wrapper,
  article.news_posts div.entry-content .container section.article-side-panel .article-side-panel_wrapper,
  article.blog_posts div.entry-content .container section.article-side-panel .article-side-panel_wrapper,
  article.case_study_posts div.entry-content .container section.article-side-panel .article-side-panel_wrapper {
    width: 100%;
  }
}

/* line 490, resources/assets/styles/components/modules/_post.scss */

article.locations div.entry-content .container section.article-side-panel .article-side-panel_wrapper > .links-repeater,
article.news_posts div.entry-content .container section.article-side-panel .article-side-panel_wrapper > .links-repeater,
article.blog_posts div.entry-content .container section.article-side-panel .article-side-panel_wrapper > .links-repeater,
article.case_study_posts div.entry-content .container section.article-side-panel .article-side-panel_wrapper > .links-repeater {
  margin: clamp(49px, calc(3.0625rem + (80 - 49) * ((100vw - 767px) / (1800 - 767))), 80px) 0 clamp(49px, calc(3.0625rem + (80 - 49) * ((100vw - 767px) / (1800 - 767))), 80px);
}

/* line 493, resources/assets/styles/components/modules/_post.scss */

article.locations div.entry-content .container section.article-side-panel .article-side-panel_wrapper > .links-repeater .link-container,
article.news_posts div.entry-content .container section.article-side-panel .article-side-panel_wrapper > .links-repeater .link-container,
article.blog_posts div.entry-content .container section.article-side-panel .article-side-panel_wrapper > .links-repeater .link-container,
article.case_study_posts div.entry-content .container section.article-side-panel .article-side-panel_wrapper > .links-repeater .link-container {
  text-align: center;
}

/* line 496, resources/assets/styles/components/modules/_post.scss */

article.locations div.entry-content .container section.article-side-panel .article-side-panel_wrapper > .links-repeater .link-container .text-container,
article.news_posts div.entry-content .container section.article-side-panel .article-side-panel_wrapper > .links-repeater .link-container .text-container,
article.blog_posts div.entry-content .container section.article-side-panel .article-side-panel_wrapper > .links-repeater .link-container .text-container,
article.case_study_posts div.entry-content .container section.article-side-panel .article-side-panel_wrapper > .links-repeater .link-container .text-container {
  margin-top: 13px;
  font-weight: 400;
  letter-spacing: 0;
}

/* line 501, resources/assets/styles/components/modules/_post.scss */

article.locations div.entry-content .container section.article-side-panel .article-side-panel_wrapper > .links-repeater .link-container .text-container > *,
article.news_posts div.entry-content .container section.article-side-panel .article-side-panel_wrapper > .links-repeater .link-container .text-container > *,
article.blog_posts div.entry-content .container section.article-side-panel .article-side-panel_wrapper > .links-repeater .link-container .text-container > *,
article.case_study_posts div.entry-content .container section.article-side-panel .article-side-panel_wrapper > .links-repeater .link-container .text-container > * {
  letter-spacing: inherit;
}

/* line 506, resources/assets/styles/components/modules/_post.scss */

article.locations div.entry-content .container section.article-side-panel .article-side-panel_wrapper > .links-repeater .link-container > a.button,
article.news_posts div.entry-content .container section.article-side-panel .article-side-panel_wrapper > .links-repeater .link-container > a.button,
article.blog_posts div.entry-content .container section.article-side-panel .article-side-panel_wrapper > .links-repeater .link-container > a.button,
article.case_study_posts div.entry-content .container section.article-side-panel .article-side-panel_wrapper > .links-repeater .link-container > a.button {
  margin-top: clamp(4px, calc(0.25rem + (17 - 4) * ((100vw - 767px) / (1800 - 767))), 17px);
}

/* line 512, resources/assets/styles/components/modules/_post.scss */

article.locations div.entry-content .container section.article-side-panel .article-side-panel_wrapper h3.side_panel_recent_posts_title,
article.news_posts div.entry-content .container section.article-side-panel .article-side-panel_wrapper h3.side_panel_recent_posts_title,
article.blog_posts div.entry-content .container section.article-side-panel .article-side-panel_wrapper h3.side_panel_recent_posts_title,
article.case_study_posts div.entry-content .container section.article-side-panel .article-side-panel_wrapper h3.side_panel_recent_posts_title {
  color: #fff;
  margin-bottom: 13px;
}

/* line 518, resources/assets/styles/components/modules/_post.scss */

article.locations div.entry-content .container section.article-side-panel .featured_container,
article.news_posts div.entry-content .container section.article-side-panel .featured_container,
article.blog_posts div.entry-content .container section.article-side-panel .featured_container,
article.case_study_posts div.entry-content .container section.article-side-panel .featured_container {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 46px;
}

/* line 523, resources/assets/styles/components/modules/_post.scss */

article.locations div.entry-content .container section.article-side-panel .featured_container .post_container,
article.news_posts div.entry-content .container section.article-side-panel .featured_container .post_container,
article.blog_posts div.entry-content .container section.article-side-panel .featured_container .post_container,
article.case_study_posts div.entry-content .container section.article-side-panel .featured_container .post_container {
  border-bottom: 2px solid #e6e6e6;
  padding-bottom: 18px;
}

/* line 536, resources/assets/styles/components/modules/_post.scss */

article.locations div.entry-content .container section.article-side-panel .featured_container .post_container:not(:first-of-type),
article.news_posts div.entry-content .container section.article-side-panel .featured_container .post_container:not(:first-of-type),
article.blog_posts div.entry-content .container section.article-side-panel .featured_container .post_container:not(:first-of-type),
article.case_study_posts div.entry-content .container section.article-side-panel .featured_container .post_container:not(:first-of-type) {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  /* line 536, resources/assets/styles/components/modules/_post.scss */

  article.locations div.entry-content .container section.article-side-panel .featured_container .post_container:not(:first-of-type),
  article.news_posts div.entry-content .container section.article-side-panel .featured_container .post_container:not(:first-of-type),
  article.blog_posts div.entry-content .container section.article-side-panel .featured_container .post_container:not(:first-of-type),
  article.case_study_posts div.entry-content .container section.article-side-panel .featured_container .post_container:not(:first-of-type) {
    margin-top: 20px;
  }
}

/* line 554, resources/assets/styles/components/modules/_post.scss */

article.locations div.entry-content .container section.article-side-panel .featured_container .post_container .image-container,
article.news_posts div.entry-content .container section.article-side-panel .featured_container .post_container .image-container,
article.blog_posts div.entry-content .container section.article-side-panel .featured_container .post_container .image-container,
article.case_study_posts div.entry-content .container section.article-side-panel .featured_container .post_container .image-container {
  position: relative;
  max-width: 100%;
  height: 125px;
  max-height: 125px;
  margin-bottom: 15px;
  overflow: hidden;
}

/* line 562, resources/assets/styles/components/modules/_post.scss */

article.locations div.entry-content .container section.article-side-panel .featured_container .post_container .image-container img,
article.locations div.entry-content .container section.article-side-panel .featured_container .post_container .image-container svg,
article.news_posts div.entry-content .container section.article-side-panel .featured_container .post_container .image-container img,
article.news_posts div.entry-content .container section.article-side-panel .featured_container .post_container .image-container svg,
article.blog_posts div.entry-content .container section.article-side-panel .featured_container .post_container .image-container img,
article.blog_posts div.entry-content .container section.article-side-panel .featured_container .post_container .image-container svg,
article.case_study_posts div.entry-content .container section.article-side-panel .featured_container .post_container .image-container img,
article.case_study_posts div.entry-content .container section.article-side-panel .featured_container .post_container .image-container svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* line 569, resources/assets/styles/components/modules/_post.scss */

article.locations div.entry-content .container section.article-side-panel .featured_container .post_container .image-container::after,
article.news_posts div.entry-content .container section.article-side-panel .featured_container .post_container .image-container::after,
article.blog_posts div.entry-content .container section.article-side-panel .featured_container .post_container .image-container::after,
article.case_study_posts div.entry-content .container section.article-side-panel .featured_container .post_container .image-container::after {
  content: "";
  display: flex;
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  height: calc(100% + 30px);
  background: linear-gradient(0deg, white 30%, rgba(255, 255, 255, 0) 100%);
  opacity: 0;
  transition: 0.3s opacity ease, 0.5s top ease;
}

/* line 583, resources/assets/styles/components/modules/_post.scss */

article.locations div.entry-content .container section.article-side-panel .featured_container .post_container .text-container,
article.news_posts div.entry-content .container section.article-side-panel .featured_container .post_container .text-container,
article.blog_posts div.entry-content .container section.article-side-panel .featured_container .post_container .text-container,
article.case_study_posts div.entry-content .container section.article-side-panel .featured_container .post_container .text-container {
  margin-bottom: 12px;
}

/* line 586, resources/assets/styles/components/modules/_post.scss */

article.locations div.entry-content .container section.article-side-panel .featured_container .post_container .text-container p,
article.news_posts div.entry-content .container section.article-side-panel .featured_container .post_container .text-container p,
article.blog_posts div.entry-content .container section.article-side-panel .featured_container .post_container .text-container p,
article.case_study_posts div.entry-content .container section.article-side-panel .featured_container .post_container .text-container p {
  font-family: "Oxygen", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.2666em;
  letter-spacing: -0.01em;
  color: #44546a;
}

/* line 598, resources/assets/styles/components/modules/_post.scss */

article.locations div.entry-content .container section.article-side-panel .featured_container .post_container .user-action ._a_wrapper > a,
article.locations div.entry-content .container section.article-side-panel .featured_container .post_container .user-action ._a_wrapper > p,
article.news_posts div.entry-content .container section.article-side-panel .featured_container .post_container .user-action ._a_wrapper > a,
article.news_posts div.entry-content .container section.article-side-panel .featured_container .post_container .user-action ._a_wrapper > p,
article.blog_posts div.entry-content .container section.article-side-panel .featured_container .post_container .user-action ._a_wrapper > a,
article.blog_posts div.entry-content .container section.article-side-panel .featured_container .post_container .user-action ._a_wrapper > p,
article.case_study_posts div.entry-content .container section.article-side-panel .featured_container .post_container .user-action ._a_wrapper > a,
article.case_study_posts div.entry-content .container section.article-side-panel .featured_container .post_container .user-action ._a_wrapper > p {
  padding: 10px;
  margin-left: -10px;
}

/* line 607, resources/assets/styles/components/modules/_post.scss */

article.locations div.entry-content .container section.article-side-panel .form-container,
article.news_posts div.entry-content .container section.article-side-panel .form-container,
article.blog_posts div.entry-content .container section.article-side-panel .form-container,
article.case_study_posts div.entry-content .container section.article-side-panel .form-container {
  padding: 20px;
  background: transparent;
}

/* line 611, resources/assets/styles/components/modules/_post.scss */

article.locations div.entry-content .container section.article-side-panel .form-container h2,
article.news_posts div.entry-content .container section.article-side-panel .form-container h2,
article.blog_posts div.entry-content .container section.article-side-panel .form-container h2,
article.case_study_posts div.entry-content .container section.article-side-panel .form-container h2 {
  text-align: center;
  font-weight: 700;
  font-size: clamp(19px, calc(1.1875rem + (20 - 19) * ((100vw - 767px) / (1800 - 767))), 20px);
  line-height: 1.2em;
  letter-spacing: -0.0152em;
  color: #fff;
  user-select: none;
  margin-bottom: clamp(17px, calc(1.0625rem + (24 - 17) * ((100vw - 1800px) / (767 - 1800))), 24px);
}

/* line 622, resources/assets/styles/components/modules/_post.scss */

article.locations div.entry-content .container section.article-side-panel .form-container .gform_footer,
article.news_posts div.entry-content .container section.article-side-panel .form-container .gform_footer,
article.blog_posts div.entry-content .container section.article-side-panel .form-container .gform_footer,
article.case_study_posts div.entry-content .container section.article-side-panel .form-container .gform_footer {
  margin-top: 11px;
}

/* line 630, resources/assets/styles/components/modules/_post.scss */

article.locations div.author_container,
article.news_posts div.author_container,
article.blog_posts div.author_container,
article.case_study_posts div.author_container {
  display: inline-flex;
  align-items: center;
}

/* line 634, resources/assets/styles/components/modules/_post.scss */

article.locations div.author_container .media.author,
article.news_posts div.author_container .media.author,
article.blog_posts div.author_container .media.author,
article.case_study_posts div.author_container .media.author {
  max-width: 69px;
}

/* line 637, resources/assets/styles/components/modules/_post.scss */

article.locations div.author_container .media.author > img,
article.news_posts div.author_container .media.author > img,
article.blog_posts div.author_container .media.author > img,
article.case_study_posts div.author_container .media.author > img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* line 644, resources/assets/styles/components/modules/_post.scss */

article.locations div.author_container .text_and_social,
article.news_posts div.author_container .text_and_social,
article.blog_posts div.author_container .text_and_social,
article.case_study_posts div.author_container .text_and_social {
  display: flex;
  flex-direction: column;
}

/* line 648, resources/assets/styles/components/modules/_post.scss */

article.locations div.author_container .text_and_social .text_container,
article.news_posts div.author_container .text_and_social .text_container,
article.blog_posts div.author_container .text_and_social .text_container,
article.case_study_posts div.author_container .text_and_social .text_container {
  color: #a0a0a0;
  font-size: clamp(15px, calc(0.9375rem + (17 - 15) * ((100vw - 767px) / (1800 - 767))), 17px);
  line-height: clamp(23px, calc(1.4375rem + (26 - 23) * ((100vw - 767px) / (1800 - 767))), 26px);
  letter-spacing: calc(-0.01 * clamp(23px, calc(1.4375rem + (26 - 23) * ((100vw - 767px) / (1800 - 767))), 26px));
  font-weight: 600;
}

/* line 655, resources/assets/styles/components/modules/_post.scss */

article.locations div.author_container .text_and_social .text_container > *,
article.news_posts div.author_container .text_and_social .text_container > *,
article.blog_posts div.author_container .text_and_social .text_container > *,
article.case_study_posts div.author_container .text_and_social .text_container > * {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 662, resources/assets/styles/components/modules/_post.scss */

article.locations div.author_container .text_and_social .social_container,
article.news_posts div.author_container .text_and_social .social_container,
article.blog_posts div.author_container .text_and_social .social_container,
article.case_study_posts div.author_container .text_and_social .social_container {
  margin-top: 5px;
}

/* line 665, resources/assets/styles/components/modules/_post.scss */

article.locations div.author_container .text_and_social .social_container ul.share_buttons,
article.news_posts div.author_container .text_and_social .social_container ul.share_buttons,
article.blog_posts div.author_container .text_and_social .social_container ul.share_buttons,
article.case_study_posts div.author_container .text_and_social .social_container ul.share_buttons {
  list-style: none;
  display: inline-flex;
  margin-left: 0;
}

/* line 670, resources/assets/styles/components/modules/_post.scss */

article.locations div.author_container .text_and_social .social_container ul.share_buttons > li:not(:first-of-type),
article.news_posts div.author_container .text_and_social .social_container ul.share_buttons > li:not(:first-of-type),
article.blog_posts div.author_container .text_and_social .social_container ul.share_buttons > li:not(:first-of-type),
article.case_study_posts div.author_container .text_and_social .social_container ul.share_buttons > li:not(:first-of-type) {
  margin-left: 4px;
}

/* line 681, resources/assets/styles/components/modules/_post.scss */

.hero.hero-mode-blog.hero-contenttype-text .blog_header {
  width: 410px;
  font-style: normal;
  font-weight: 700;
  font-size: clamp(40px, calc(2.5rem + (50 - 40) * ((100vw - 767px) / (1800 - 767))), 50px);
  line-height: 1.2em;
  font-family: "Oxygen", sans-serif;
  letter-spacing: 0;
  color: #fff;
}

@media screen and (max-width: 767px) {
  /* line 681, resources/assets/styles/components/modules/_post.scss */

  .hero.hero-mode-blog.hero-contenttype-text .blog_header {
    margin-top: 7px;
  }
}

/* line 698, resources/assets/styles/components/modules/_post.scss */

.button.blog {
  display: inline-flex;
  align-items: center;
}

/* line 703, resources/assets/styles/components/modules/_post.scss */

.button.blog.next > span {
  margin-left: 0.5em;
}

/* line 709, resources/assets/styles/components/modules/_post.scss */

.button.blog.prev > span {
  margin-right: 0.5em;
}

/* line 13, resources/assets/styles/components/modules/_post.scss */

.sf_wysiwyg_style h2 {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.2em;
  letter-spacing: -0.01em;
  color: #00a8be;
  margin: 0;
  font-family: "Oxygen", sans-serif;
}

/* line 24, resources/assets/styles/components/modules/_post.scss */

.sf_wysiwyg_style h3,
.sf_wysiwyg_style h4,
.sf_wysiwyg_style h5,
.sf_wysiwyg_style h6 {
  font-weight: bold;
  font-size: 17px;
  line-height: 1.235em;
  letter-spacing: -0.01em;
  color: #00a8be;
  margin: 0;
  margin-top: 0.5em;
  font-family: "Oxygen", sans-serif;
}

/* line 38, resources/assets/styles/components/modules/_post.scss */

.sf_wysiwyg_style h4,
.sf_wysiwyg_style h5,
.sf_wysiwyg_style h6 {
  font-size: 20px;
}

/* line 44, resources/assets/styles/components/modules/_post.scss */

.sf_wysiwyg_style table {
  max-width: 100%;
}

/* line 47, resources/assets/styles/components/modules/_post.scss */

.sf_wysiwyg_style table tbody tr:nth-child(even) {
  background: #f4f8fc;
}

/* line 51, resources/assets/styles/components/modules/_post.scss */

.sf_wysiwyg_style table td {
  border-right: 1px solid #c5d6e2;
  border-bottom: 1px solid #c5d6e2;
  padding: 10px 15px;
}

/* line 57, resources/assets/styles/components/modules/_post.scss */

.sf_wysiwyg_style table td:first-child {
  border-left: 1px solid #c5d6e2;
}

/* line 61, resources/assets/styles/components/modules/_post.scss */

.sf_wysiwyg_style table th {
  border-right: 1px solid #c5d6e2;
  border-bottom: 1px solid #c5d6e2;
  padding: 10px 15px;
}

/* line 67, resources/assets/styles/components/modules/_post.scss */

.sf_wysiwyg_style table th:first-child {
  border-left: 1px solid #c5d6e2;
}

/* line 72, resources/assets/styles/components/modules/_post.scss */

.sf_wysiwyg_style a {
  text-decoration: none;
  color: #e55025;
}

/* line 76, resources/assets/styles/components/modules/_post.scss */

.sf_wysiwyg_style a:hover {
  text-decoration: underline;
  color: #00a8be;
}

/* line 82, resources/assets/styles/components/modules/_post.scss */

.sf_wysiwyg_style .buttons_container {
  display: inline-flex;
  width: 100%;
  justify-content: space-between;
  margin-top: 17px;
}

/* line 88, resources/assets/styles/components/modules/_post.scss */

.sf_wysiwyg_style .buttons_container a:hover {
  text-decoration: none;
}

/* line 93, resources/assets/styles/components/modules/_post.scss */

.sf_wysiwyg_style blockquote {
  position: relative;
  display: block;
  float: right;
  margin: 1em 0.5em 1em 2.5em;
  max-width: 33%;
}

/* line 100, resources/assets/styles/components/modules/_post.scss */

.sf_wysiwyg_style blockquote *,
.sf_wysiwyg_style blockquote p {
  display: inline;
  font-style: italic !important;
}

/* line 108, resources/assets/styles/components/modules/_post.scss */

.sf_wysiwyg_style blockquote::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='123.961px' height='123.961px' viewBox='0 0 123.961 123.961' style='enable-background:new 0 0 123.961 123.961%3B' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='#00a8be' d='M49.8 29.032c3.1-1.3 4.4-5 3-8l-4.9-10.3c-1.4-2.899-4.8-4.2-7.8-2.899c-8.5 3.6-15.8 8.3-21.6 14C11.4 28.532 6.6 36.232 4 44.732c-2.6 8.601-4 20.3-4 35.2v30.7c0 3.3 2.7 6 6 6h39.3c3.3 0 6-2.7 6-6v-39.3c0-3.301-2.7-6-6-6H26.5c0.2-10.101 2.6-18.2 7-24.301C37.1 36.133 42.5 32.133 49.8 29.032z'/%3E%3Cpath fill='#00a8be' d='M120.4 29.032c3.1-1.3 4.399-5 3-8l-4.9-10.199c-1.4-2.9-4.8-4.2-7.8-2.9c-8.4 3.6-15.601 8.3-21.5 13.9c-7.101 6.8-12 14.5-14.601 23c-2.6 8.399-3.899 20.1-3.899 35.1v30.7c0 3.3 2.7 6 6 6H116c3.3 0 6-2.7 6-6v-39.3c0-3.301-2.7-6-6-6H97.1c0.2-10.101 2.601-18.2 7-24.301C107.7 36.133 113.1 32.133 120.4 29.032z'/%3E%3C/g%3E%3C/svg%3E");
  position: absolute;
  top: 0;
  left: 0;
  margin-right: 0.625em;
  width: 20px;
  height: 20px;
  display: flex;
  background-size: cover;
  transform: translateX(-110%) translateY(-25%);
}

/* line 122, resources/assets/styles/components/modules/_post.scss */

.sf_wysiwyg_style blockquote::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='123.961px' height='123.961px' viewBox='0 0 123.961 123.961' style='enable-background:new 0 0 123.961 123.961%3B' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='#00a8be' d='M49.8 29.032c3.1-1.3 4.4-5 3-8l-4.9-10.3c-1.4-2.899-4.8-4.2-7.8-2.899c-8.5 3.6-15.8 8.3-21.6 14C11.4 28.532 6.6 36.232 4 44.732c-2.6 8.601-4 20.3-4 35.2v30.7c0 3.3 2.7 6 6 6h39.3c3.3 0 6-2.7 6-6v-39.3c0-3.301-2.7-6-6-6H26.5c0.2-10.101 2.6-18.2 7-24.301C37.1 36.133 42.5 32.133 49.8 29.032z'/%3E%3Cpath fill='#00a8be' d='M120.4 29.032c3.1-1.3 4.399-5 3-8l-4.9-10.199c-1.4-2.9-4.8-4.2-7.8-2.9c-8.4 3.6-15.601 8.3-21.5 13.9c-7.101 6.8-12 14.5-14.601 23c-2.6 8.399-3.899 20.1-3.899 35.1v30.7c0 3.3 2.7 6 6 6H116c3.3 0 6-2.7 6-6v-39.3c0-3.301-2.7-6-6-6H97.1c0.2-10.101 2.601-18.2 7-24.301C107.7 36.133 113.1 32.133 120.4 29.032z'/%3E%3C/g%3E%3C/svg%3E");
  position: absolute;
  margin-left: 0.5em;
  width: 20px;
  height: 20px;
  display: inline;
  background-size: cover;
  transform: translateY(10%) scale(-1);
}

/* line 138, resources/assets/styles/components/modules/_post.scss */

.sf_wysiwyg_style p,
.sf_wysiwyg_style b,
.sf_wysiwyg_style ul li,
.sf_wysiwyg_style ol li {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 1.667em;
  letter-spacing: -0.01em;
  color: #44546a;
}

/* line 149, resources/assets/styles/components/modules/_post.scss */

.sf_wysiwyg_style p sup,
.sf_wysiwyg_style b sup,
.sf_wysiwyg_style ul li sup,
.sf_wysiwyg_style ol li sup {
  vertical-align: top;
  font-size: 0.5em;
  top: -0.25em;
  position: relative;
}

/* line 156, resources/assets/styles/components/modules/_post.scss */

.sf_wysiwyg_style p::marker,
.sf_wysiwyg_style b::marker,
.sf_wysiwyg_style ul li::marker,
.sf_wysiwyg_style ol li::marker {
  color: #00a8be;
}

/* line 161, resources/assets/styles/components/modules/_post.scss */

.sf_wysiwyg_style ul,
.sf_wysiwyg_style ol {
  margin-left: 1.5em;
}

/* line 165, resources/assets/styles/components/modules/_post.scss */

.sf_wysiwyg_style ul > li,
.sf_wysiwyg_style ol > li {
  margin-top: 0.5em;
}

/* line 170, resources/assets/styles/components/modules/_post.scss */

.sf_wysiwyg_style p + p {
  margin-top: 1.666em;
}

/* line 174, resources/assets/styles/components/modules/_post.scss */

.sf_wysiwyg_style h2 + p,
.sf_wysiwyg_style h2 + b,
.sf_wysiwyg_style h2 + ul,
.sf_wysiwyg_style h2 + ol {
  margin-top: 0.7em;
}

/* line 181, resources/assets/styles/components/modules/_post.scss */

.sf_wysiwyg_style h3 + p,
.sf_wysiwyg_style h3 + b,
.sf_wysiwyg_style h4 + p,
.sf_wysiwyg_style h4 + b,
.sf_wysiwyg_style h5 + p,
.sf_wysiwyg_style h5 + b,
.sf_wysiwyg_style h6 + p,
.sf_wysiwyg_style h6 + b {
  margin-top: 0.666em;
}

/* line 192, resources/assets/styles/components/modules/_post.scss */

.sf_wysiwyg_style h3 + ul,
.sf_wysiwyg_style h3 + ol,
.sf_wysiwyg_style h4 + ul,
.sf_wysiwyg_style h4 + ol,
.sf_wysiwyg_style h5 + ul,
.sf_wysiwyg_style h5 + ol,
.sf_wysiwyg_style h6 + ul,
.sf_wysiwyg_style h6 + ol {
  margin-top: 0.666em;
}

/* line 203, resources/assets/styles/components/modules/_post.scss */

.sf_wysiwyg_style p + ul,
.sf_wysiwyg_style p + ol {
  margin-top: 0.666em;
}

/* line 212, resources/assets/styles/components/modules/_post.scss */

.sf_wysiwyg_style p + h2,
.sf_wysiwyg_style b + h2,
.sf_wysiwyg_style ul + h2,
.sf_wysiwyg_style ol + h2 {
  margin-top: 25px;
}

/* line 216, resources/assets/styles/components/modules/_post.scss */

.sf_wysiwyg_style p + h3,
.sf_wysiwyg_style p + h4,
.sf_wysiwyg_style p + h5,
.sf_wysiwyg_style p + h6,
.sf_wysiwyg_style b + h3,
.sf_wysiwyg_style b + h4,
.sf_wysiwyg_style b + h5,
.sf_wysiwyg_style b + h6,
.sf_wysiwyg_style ul + h3,
.sf_wysiwyg_style ul + h4,
.sf_wysiwyg_style ul + h5,
.sf_wysiwyg_style ul + h6,
.sf_wysiwyg_style ol + h3,
.sf_wysiwyg_style ol + h4,
.sf_wysiwyg_style ol + h5,
.sf_wysiwyg_style ol + h6 {
  margin-top: 1em;
}

/* line 224, resources/assets/styles/components/modules/_post.scss */

.sf_wysiwyg_style hr {
  width: 6.5%;
  margin-left: 0;
  height: 3px;
  border: none;
  background: #ee6a5b;
  margin-top: 1em;
  margin-bottom: 2.25em;
}

@keyframes nav_submenu_reverse {
  0% {
    height: unset;
    max-height: 90px;
    opacity: 1;
    padding: 12px 0;
  }

  75% {
    opacity: 0;
  }

  99% {
    height: unset;
    max-height: 0;
    opacity: 0;
    padding: 0 0;
  }

  100% {
    height: 0;
    max-height: 0;
    opacity: 0;
    padding: 0 0;
  }
}

@keyframes nav_submenu {
  0% {
    height: 0;
    max-height: 0;
    opacity: 0;
    padding: 0 0;
  }

  1% {
    height: unset;
    max-height: 0;
    opacity: 0;
    padding: 0 0;
  }

  100% {
    height: unset;
    max-height: 90px;
    opacity: 1;
    padding: 12px 0;
  }
}

@keyframes nav_sub_border_reverse {
  0% {
    max-width: 250px;
  }

  50% {
    max-width: 250px;
  }

  100% {
    max-width: 0;
  }
}

@keyframes nav_sub_border {
  0% {
    max-width: 0;
  }

  50% {
    max-width: 250px;
  }

  100% {
    max-width: 250px;
  }
}

@keyframes fade-to-visible {
  0% {
    visibility: hidden;
    opacity: 0;
  }

  1% {
    visibility: visible;
    opacity: 0;
  }

  100% {
    visibility: visible;
    opacity: 1;
  }
}

@keyframes fade-to-hidden {
  0% {
    visibility: visible;
    opacity: 1;
  }

  99% {
    visibility: visible;
    opacity: 0;
  }

  100% {
    visibility: hidden;
    opacity: 0;
  }
}

@keyframes menu-middle-fade {
  0% {
    opacity: 1;
    fill: #e55025;
  }

  50% {
    opacity: 1;
    fill: #e86640;
  }

  51% {
    opacity: 0;
  }

  100% {
    opacity: 0;
    fill: #e55025;
  }
}

@keyframes menu-middle-fade-reverse {
  0% {
    opacity: 0;
    fill: #e55025;
  }

  50% {
    opacity: 0;
    fill: #e86640;
  }

  51% {
    opacity: 1;
  }

  100% {
    opacity: 1;
    fill: #e55025;
  }
}

@keyframes menu-bottom-close {
  0% {
    transform: translate(326px, 34px) rotateZ(0deg);
    width: 33px;
    fill: #e55025;
  }

  50% {
    transform: translate(326px, 26px) rotateZ(0deg);
    width: 32.5px;
    fill: #e86640;
  }

  100% {
    transform: translate(326px, 25.5px) rotateZ(45deg);
    width: 32.5px;
    fill: #e55025;
  }
}

@keyframes menu-bottom-close-reverse {
  0% {
    transform: translate(326px, 25.5px) rotateZ(45deg);
    width: 32.5px;
    fill: #e55025;
  }

  50% {
    transform: translate(326px, 26px) rotateZ(0deg);
    width: 32.5px;
    fill: #e86640;
  }

  100% {
    transform: translate(326px, 34px) rotateZ(0deg);
    width: 33px;
    fill: #e55025;
  }
}

@keyframes menu-top-close {
  0% {
    transform: translate(326px, 18px) rotateZ(0deg);
    width: 33px;
    fill: #e55025;
  }

  50% {
    transform: translate(326px, 26px) rotateZ(0deg);
    width: 32.5px;
    fill: #e86640;
  }

  100% {
    transform: translate(326px, 26px) rotateZ(-45deg);
    width: 32.5px;
    fill: #e55025;
  }
}

@keyframes menu-top-close-reverse {
  0% {
    transform: translate(326px, 26px) rotateZ(-45deg);
    width: 32.5px;
    fill: #e55025;
  }

  50% {
    transform: translate(326px, 26px) rotateZ(0deg);
    width: 32.5px;
    fill: #e86640;
  }

  100% {
    transform: translate(326px, 18px) rotateZ(0deg);
    width: 33px;
    fill: #e55025;
  }
}

@keyframes _rotate_360 {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes top-nav {
  0% {
    opacity: 0;
    margin-left: 0;
  }

  40% {
    opacity: 0;
    margin-left: auto;
  }

  100% {
    opacity: 1;
    margin-left: auto;
  }
}

@keyframes top-nav-stickied {
  0% {
    opacity: 0;
    margin-left: auto;
  }

  40% {
    opacity: 0;
    margin-left: 0;
  }

  100% {
    opacity: 1;
    margin-left: 0;
  }
}

/**   should be at the bottom */

/* line 1, resources/assets/styles/common/_load_last.scss */

*[mobile-disappear],
*.mobile-disappear,
*.mobile_disappear {
  display: block;
}

@media screen and (max-width: 767px) {
  /* line 1, resources/assets/styles/common/_load_last.scss */

  *[mobile-disappear],
  *.mobile-disappear,
  *.mobile_disappear {
    display: none !important;
  }
}

@media screen and (max-width: 1000px) {
  /* line 10, resources/assets/styles/common/_load_last.scss */

  *[mobile-disappear][sf_nav_el],
  *.mobile-disappear[sf_nav_el],
  *.mobile_disappear[sf_nav_el] {
    display: none !important;
  }
}

/* line 17, resources/assets/styles/common/_load_last.scss */

*[mobile-appear],
*.mobile-appear,
*.mobile_appear {
  display: none;
}

@media screen and (max-width: 767px) {
  /* line 17, resources/assets/styles/common/_load_last.scss */

  *[mobile-appear],
  *.mobile-appear,
  *.mobile_appear {
    display: block !important;
  }
}

@media screen and (max-width: 1000px) {
  /* line 26, resources/assets/styles/common/_load_last.scss */

  *[mobile-appear][sf_nav_el],
  *.mobile-appear[sf_nav_el],
  *.mobile_appear[sf_nav_el] {
    display: block !important;
  }
}

/* line 33, resources/assets/styles/common/_load_last.scss */

._display_none {
  display: none !important;
}

@keyframes elegant-close {
  0% {
    max-height: 100px;
  }

  99% {
    max-height: 0;
  }

  100% {
    display: none;
    max-height: 0;
  }
}

/* line 48, resources/assets/styles/common/_forms_anti_spam.scss */

form .gform_fields .gfield.sf_custom_antespam {
  justify-content: center;
  max-height: 100px;
  display: inline-flex;
  overflow: hidden;
}

/* line 54, resources/assets/styles/common/_forms_anti_spam.scss */

form .gform_fields .gfield.sf_custom_antespam .ginput_container {
  display: none !important;
}

/* line 58, resources/assets/styles/common/_forms_anti_spam.scss */

form .gform_fields .gfield.sf_custom_antespam::before {
  content: "";
  display: inline-block;
  position: relative;
  top: 0;
  height: 25px;
  width: 40px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='150' height='100' viewBox='33 0 130 70'%3E%3Cg id='Group_363' data-name='Group 363' transform='translate(-1126.939 -136.915)'%3E%3Cg id='Group_357' data-name='Group 357' transform='translate(1169.322 136.915)'%3E%3Cpath id='Path_372' data-name='Path 372' d='M1336.219,277.571c-13.11-12.133-32.922-20.8-55.088-20.8s-41.976,8.663-55.087,20.8a.884.884,0,0,0,1.028,1.421c14.357-7.883,33.3-10.849,54.059-10.849s39.7,2.966,54.06,10.85A.884.884,0,0,0,1336.219,277.571Z' transform='translate(-1225.757 -205.367)' fill='%23fff'/%3E%3Cpath id='Path_373' data-name='Path 373' d='M1247.566,195.2a83.374,83.374,0,0,1,38.763-12.864,75.514,75.514,0,0,1,17.6,1.182.884.884,0,0,0,.547-1.666,74.654,74.654,0,0,0-18.218-5.717c-1.475-.3-2.751-.576-3.68-.786a.878.878,0,0,1-.573-1.28c3.3-4.951,8.012-11.994,10.086-14.914a.883.883,0,0,1,1.452.021l16.641,24.5a.877.877,0,0,0,.538.362,82.448,82.448,0,0,1,27.353,11.33.883.883,0,0,0,1.21-1.236L1305.9,144.424c-7.383-9.905-18.561-10.1-26.046-.06l-24.6,36.061-8.906,13.544A.883.883,0,0,0,1247.566,195.2Z' transform='translate(-1237.433 -136.915)' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}

/* line 71, resources/assets/styles/common/_forms_anti_spam.scss */

form .gform_fields .gfield.sf_custom_antespam::after {
  display: inline-block;
  content: "Please click the Andesa Logo to prove you are human";
  color: #fff;
  position: relative;
  margin-left: 10px;
  width: auto;
  transition: all 1s;
}

/* line 81, resources/assets/styles/common/_forms_anti_spam.scss */

form .gform_fields .gfield.sf_custom_antespam.active {
  animation-name: elegant-close;
  animation-duration: 0.3s;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

/* line 103, resources/assets/styles/common/_forms_anti_spam.scss */

form .gform_fields .gfield.sf_custom_antespam.antespam_dark::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='150' height='100' viewBox='33 0 130 70'%3E%3Cg id='Group_363' data-name='Group 363' transform='translate(-1126.939 -136.915)'%3E%3Cg id='Group_357' data-name='Group 357' transform='translate(1169.322 136.915)'%3E%3Cpath id='Path_372' data-name='Path 372' d='M1336.219,277.571c-13.11-12.133-32.922-20.8-55.088-20.8s-41.976,8.663-55.087,20.8a.884.884,0,0,0,1.028,1.421c14.357-7.883,33.3-10.849,54.059-10.849s39.7,2.966,54.06,10.85A.884.884,0,0,0,1336.219,277.571Z' transform='translate(-1225.757 -205.367)' fill='%23406ab3'/%3E%3Cpath id='Path_373' data-name='Path 373' d='M1247.566,195.2a83.374,83.374,0,0,1,38.763-12.864,75.514,75.514,0,0,1,17.6,1.182.884.884,0,0,0,.547-1.666,74.654,74.654,0,0,0-18.218-5.717c-1.475-.3-2.751-.576-3.68-.786a.878.878,0,0,1-.573-1.28c3.3-4.951,8.012-11.994,10.086-14.914a.883.883,0,0,1,1.452.021l16.641,24.5a.877.877,0,0,0,.538.362,82.448,82.448,0,0,1,27.353,11.33.883.883,0,0,0,1.21-1.236L1305.9,144.424c-7.383-9.905-18.561-10.1-26.046-.06l-24.6,36.061-8.906,13.544A.883.883,0,0,0,1247.566,195.2Z' transform='translate(-1237.433 -136.915)' fill='%23406ab3'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

/* line 107, resources/assets/styles/common/_forms_anti_spam.scss */

form .gform_fields .gfield.sf_custom_antespam.antespam_dark::after {
  color: #909090;
}


/*# sourceMappingURL=main.css.map*/