@charset "UTF-8";
/*
Theme Name: Base New
Author: Anonymous
Author URI:
Version: 1.0.0
Description: Base New theme for Wordpress with ACF block.json support
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: basenew
Tags: one-column, two-columns
Theme URI:
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }
  
:root {
  --blue: #15375E;
  --darkBlue: #00233f;
  --teal: #1CBAAA;
  --blueBgGradient: radial-gradient(#829AB3, #15375E);
}


/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1, .h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.listreset {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after, dl:after {
  content: '';
  display: block;
  clear: both; }

button[type='submit'],
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'], .subscribe-form button[type="submit"],
.subscribe-form input[type="submit"], button.btn[type='submit'],
input.btn[type='submit'],
.btn {
  transition: all 0.3s ease-in-out; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

button[type='submit'],
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'], .subscribe-form button[type="submit"],
.subscribe-form input[type="submit"], button.btn[type='submit'],
input.btn[type='submit'],
.btn {
  display: inline-block;
  vertical-align: top; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

* {
  max-height: 1000000px; }

body {
  color: var(--blue);
  background: #fff;
  font: 17px/1.2 "Outfit", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.57;
  position: relative;
  overflow-x: hidden; }
  @media (min-width: 768px) {
    body {
      line-height: 1.77; } }

img {
  max-width: 100%;
  height: auto;
  vertical-align: top; }

.gm-style img {
  max-width: none; }

.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

ul, ol, dl, p, h1, .h1, h2, h3, h4, h5, h6, address, form, table, blockquote, applet, embed, object, iframe, frameset {
  margin: 0 0 1.2em; }

blockquote {
  border-left: 4px solid #6D6F72;
  padding-left: .5em;
  margin-left: 1.2em; }

th, td {
  border: 1px solid #6D6F72;
  padding: .5em;
  text-align: left;
  vertical-align: top; }

th {
  text-align: center;
  vertical-align: middle; }

ul, ol {
  padding-left: 3em; }

ul ul,
ul ol,
ol ul,
ol ol {
  padding-left: 3em;
  margin: 0; }

ul {
  list-style-type: disc; }

dl dt {
  float: left;
  clear: left;
  padding-right: .3em;
  font-weight: bold; }

dl dd {
  overflow: hidden; }

pre {
  max-width: 100%; }


@font-face {
  font-family: 'Outfit';
  src: url("/_fonts/Outfit-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Outfit';
  src: url("/_fonts/Outfit-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Outfit';
  src: url("/_fonts/Outfit-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Outfit';
  src: url("/_fonts/Outfit-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Outfit';
  src: url("/_fonts/Outfit-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Outfit';
  src: url("/_fonts/Outfit-ExtraBold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Outfit';
  src: url("/_fonts/Outfit-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Outfit';
  src: url("/_fonts/Outfit-ExtraLight.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Outfit';
  src: url("/_fonts/Outfit-Thin.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap; }

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
select,
textarea {
  display: block;
  width: 100%;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: 1px solid #D3D3D3;
  padding: 8px 14px;
  background: #fff;
  color: var(--blue);
  font-weight: 300;
  font-size: 16px;
  line-height: 32px; }
  input[type='text']:focus,
  input[type='tel']:focus,
  input[type='email']:focus,
  input[type='search']:focus,
  input[type='password']:focus,
  select:focus,
  textarea:focus {
    border-color: #000; }
  input[type='text']::-webkit-input-placeholder,
  input[type='tel']::-webkit-input-placeholder,
  input[type='email']::-webkit-input-placeholder,
  input[type='search']::-webkit-input-placeholder,
  input[type='password']::-webkit-input-placeholder,
  select::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: var(--blue); }
  input[type='text']::-moz-placeholder,
  input[type='tel']::-moz-placeholder,
  input[type='email']::-moz-placeholder,
  input[type='search']::-moz-placeholder,
  input[type='password']::-moz-placeholder,
  select::-moz-placeholder,
  textarea::-moz-placeholder {
    opacity: 1;
    color: var(--blue); }
  input[type='text']:-moz-placeholder,
  input[type='tel']:-moz-placeholder,
  input[type='email']:-moz-placeholder,
  input[type='search']:-moz-placeholder,
  input[type='password']:-moz-placeholder,
  select:-moz-placeholder,
  textarea:-moz-placeholder {
    color: var(--blue); }
  input[type='text']:-ms-input-placeholder,
  input[type='tel']:-ms-input-placeholder,
  input[type='email']:-ms-input-placeholder,
  input[type='search']:-ms-input-placeholder,
  input[type='password']:-ms-input-placeholder,
  select:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: var(--blue); }
  input[type='text'].placeholder,
  input[type='tel'].placeholder,
  input[type='email'].placeholder,
  input[type='search'].placeholder,
  input[type='password'].placeholder,
  select.placeholder,
  textarea.placeholder {
    color: var(--blue); }

select {
  display: block;
  width: 100%;
  -webkit-border-radius: 0;
  background-image: url("/_images/select-icon.svg");
  background-repeat: no-repeat;
  background-size: 9px;
  background-position: right 12px center;
  cursor: pointer;
  padding-right: 27px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

textarea {
  resize: vertical;
  vertical-align: top; }

button[type='submit'],
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer;
  color: #fff;
  border: 0;
  border-radius: 0;
  padding: 10px 14px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  line-height: 25px;
  background: linear-gradient(90deg, #15375E 0%, #15375E 50%, #1CBAAA 50%, #1CBAAA 100%);
  background-size: 200%;
  background-position: 100% 0; }
  button[type='submit']:hover,
  input[type='button']:hover,
  input[type='reset']:hover,
  input[type='file']:hover,
  input[type='submit']:hover {
    color: #fff;
    background-position: 0% 0; }

input[type="email"] {
  padding-left: 58px;
  background-image: url("/_images/envelope.png");
  background-repeat: no-repeat;
  background-position: 23px center; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: inherit;
  font-weight: bold;
  margin: 0 0 0.2em;
  color: inherit;
  line-height: 1.2; }

h1, .h1 {
  font-size: 36px;
  font-family: "Outfit", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 300; }

h2, .h2 {
  font-size: 27px;
  font-weight: 600; }

h3, .h3 {
  color: var(--teal);
  font-size: 21px;
  font-weight: 500;
  margin-bottom: .7em; }

h4, .h4 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: .7em; }

h5, .h5 {
  font-size: 17px; }

h6, .h6 {
  font-size: 15px; }

p {
  margin: 0 0 .7em; }

a {
  color: var(--blue);
  font-weight: 600; }
  a:hover, a:focus {
    color: var(--teal); }

.styled-text:not(.ul-alt-style) h1 {
  margin-bottom: 0.5em; }

.styled-text:not(.ul-alt-style) h2 {
  margin-bottom: 0.75em; }

.styled-text:not(.ul-alt-style) p {
  margin-bottom: .7em; }

.styled-text:not(.ul-alt-style) ul {
  list-style: none;
  padding-left: 20px;
  line-height: 1.47; }
  @media (min-width: 768px) {
    .styled-text:not(.ul-alt-style) ul {
      padding-left: 40px; } }
  .styled-text:not(.ul-alt-style) ul ul, .styled-text:not(.ul-alt-style) ul ol {
    margin-top: 14px;
    margin-bottom: 20px; }
  .styled-text:not(.ul-alt-style) ul > li {
    position: relative;
    margin-bottom: 10px; }
    .styled-text:not(.ul-alt-style) ul > li:after {
      content: "\f0da";
      font-family: "Font Awesome 6 Pro";
      font-weight: 900;
      color: var(--teal);
      display: inline-block;
      font-size: 16px;
      position: absolute;
      left: -21px;
      top: 2px; }

.styled-text ol {
  list-style: none;
  padding-left: 20px;
  line-height: 1.47;
  counter-reset: item; }
  @media (min-width: 768px) {
    .styled-text ol {
      padding-left: 40px; } }
  .styled-text ol ul, .styled-text ol ol {
    margin-top: 14px;
    margin-bottom: 20px; }
  .styled-text ol > li {
    position: relative;
    margin-bottom: 10px;
    counter-increment: item; }
    .styled-text ol > li:after {
      content: counter(item) ".";
      font-weight: 900;
      color: var(--teal);
      display: inline-block;
      font-size: 15px;
      position: absolute;
      left: -21px;
      top: 2px; }

.styled-text p strong {
  font-weight: 500; }

.ul-alt-style ul {
  list-style: none;
  padding-left: 19px;
  margin-bottom: 40px; }
  .ul-alt-style ul ul {
    margin-top: 14px;
    margin-bottom: 20px; }
  .ul-alt-style ul > li {
    margin-bottom: 10px;
    position: relative; }
    .ul-alt-style ul > li:before {
      content: "";
      width: 8px;
      height: 8px;
      background-color: var(--teal);
      border-radius: 2px;
      position: absolute;
      left: -19px;
      top: 7px; }

.practice.selected {
	color: var(--teal); }

.hero-section {
  position: relative;
  overflow: hidden; }
  .hero-section .scroll-down-link {
    color: #fff;
    position: absolute;
    left: 50%;
    bottom: 22px;
    margin-left: -53px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    animation-duration: 2s;
    animation-name: subtleBounce;
    animation-iteration-count: infinite; }
    @media (max-width: 767px) {
      .hero-section .scroll-down-link {
        display: none !important; } }
    @media (min-width: 1400px) {
      .hero-section .scroll-down-link {
        letter-spacing: 0.5px;
        left: 46.4%;
        bottom: 31px; } }
    .hero-section .scroll-down-link:hover span {
      opacity: 1; }
    .hero-section .scroll-down-link span {
      opacity: 0.75;
      transition: opacity 0.3s ease-in-out; }
    .hero-section .scroll-down-link .fa-arrow-down {
      font-size: 35px;
      margin-top: 4px; }
      @media (min-width: 1400px) {
        .hero-section .scroll-down-link .fa-arrow-down {
          font-size: 36px; } }

.in-viewport .hero-slider {
  opacity: 1; }
  .in-viewport .hero-slider h2 {
    opacity: 1;
    transform: translateY(0); }
  .in-viewport .hero-slider .subtitle {
    opacity: 1;
    transform: translateY(0); }
  .in-viewport .hero-slider .btn-holder {
    opacity: 1;
    transform: translateY(0); }

.in-viewport .side-drops {
  opacity: 1; }

.hero-slider {
  text-align: center;
  opacity: 0;
  transition: opacity 0.3s ease-in-out; }
  @media (min-width: 768px) {
    .hero-slider {
      text-align: left; } }
  .hero-slider h2 {
    font-size: 48px;
    line-height: 1;
    font-weight: 400;
    margin-bottom: 14px;
    text-transform: uppercase;
    position: relative;
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.3s ease-in-out;
    transition-delay: 0.1s; }
    @media (min-width: 768px) {
      .hero-slider h2 {
        font-size: 92px;
        max-width: 70%;
        letter-spacing: -2px; } }
    @media (min-width: 1400px) {
      .hero-slider h2 {
        font-size: 110px;
        margin-bottom: 18px; } }
  .hero-slider .subtitle {
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 1px;
    display: block;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.3s ease-in-out;
    transition-delay: 0.2s; }
    @media (min-width: 768px) {
      .hero-slider .subtitle {
        font-size: 28px;
        line-height: 40px;
        max-width: 50%; } }
    @media (min-width: 1400px) {
      .hero-slider .subtitle {
        letter-spacing: 2px;
        font-size: 33px;
        line-height: 47px; } }
  .hero-slider .btn-holder {
    position: relative;
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.3s ease-in-out;
    transition-delay: 0.3s; }
  .hero-slider .btn {
    font-size: 13px;
    line-height: 24px;
    font-weight: 700;
    padding: 10px 27px;
    letter-spacing: 1.2px;
    margin-top: 26px; }
    @media (min-width: 768px) {
      .hero-slider .btn {
        margin-top: 40px;
        padding: 8px 23px;
        font-size: 16px;
        line-height: 34px;
        letter-spacing: 1.5px; } }
    @media (min-width: 1400px) {
      .hero-slider .btn {
        margin-top: 50px;
        font-size: 19px;
        line-height: 38px;
        padding: 10px 34px; } }
  .hero-slider .slick-track {
    display: flex; }
    .hero-slider .slick-track:before, .hero-slider .slick-track:after {
      display: none; }
  .hero-slider .hero-slide {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: inherit;
    display: flex;
    align-items: flex-end; }
    .hero-slider .hero-slide:before {
      content: '';
      display: block;
      position: absolute;
      top: 20%;
      bottom: 0;
      left: 0;
      width: 100%;
      opacity: 0.82;
      background: var(--blue);
      background: linear-gradient(180deg, rgba(3, 42, 76, 0) 0%, #15375E 100%); }
      @media (min-width: 768px) {
        .hero-slider .hero-slide:before {
          background: linear-gradient(90deg, #15375E 0%, #15375E 65%, rgba(3, 42, 76, 0) 100%);
          top: 0;
          width: 50%;
          opacity: 0.58; } }
    @media (min-width: 768px) {
      .hero-slider .hero-slide:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 197px;
        background: var(--blue);
        background: linear-gradient(180deg, #15375E 0%, rgba(3, 42, 76, 0) 100%); } }
  .hero-slider .container {
    padding-top: 200px;
    padding-bottom: 66px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    z-index: 2;
    min-height: 549px; }
    @media (min-width: 768px) {
      .hero-slider .container {
        align-items: flex-start;
        min-height: 806px;
        padding-top: 150px;
        padding-bottom: 210px;
        max-width: 1122px; } }
    @media (min-width: 1400px) {
      .hero-slider .container {
        min-height: 962px;
        padding-top: 200px;
        padding-bottom: 271px;
        max-width: 1510px; } }
  .hero-slider .slick-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 17px;
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1106px;
    padding: 0 28px;
    margin: 0 auto; }
    @media (min-width: 768px) {
      .hero-slider .slick-dots {
        bottom: 144px;
        justify-content: flex-start; } }
    @media (min-width: 1400px) {
      .hero-slider .slick-dots {
        bottom: 157px;
        max-width: 1496px; } }
    .hero-slider .slick-dots li {
      padding: 0 6px; }
      @media (min-width: 768px) {
        .hero-slider .slick-dots li {
          margin-right: 5px;
          padding: 0; } }
      @media (min-width: 1400px) {
        .hero-slider .slick-dots li {
          margin-right: 11px; } }
    .hero-slider .slick-dots button {
      width: 12px;
      height: 12px;
      border-radius: 50px;
      border: 1px solid rgba(255, 255, 255, 0.3);
      padding: 0;
      text-indent: -9999px;
      overflow: hidden;
      background: transparent;
      transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out; }
      @media (min-width: 768px) {
        .hero-slider .slick-dots button {
          width: 10px;
          height: 10px; } }
      @media (min-width: 1400px) {
        .hero-slider .slick-dots button {
          width: 21px;
          height: 21px; } }
      .hero-slider .slick-dots button:hover {
        background: var(--teal);
        border-color: var(--teal); }
    .hero-slider .slick-dots .slick-active button {
      background: var(--teal);
      border-color: var(--teal); }

.side-drop {
  padding: 37px 50px 105px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  position: relative;
  z-index: 2;
  overflow: hidden;
  display: none; }
  @media (min-width: 768px) {
    .side-drop {
      padding: 69px 57px; } }
  .side-drop a {
    color: inherit; }
  .side-drop h3 {
    font-size: 22px;
    line-height: 29px;
    font-weight: 300;
    margin-bottom: 31px;
    color: inherit; }
    .side-drop h3 strong {
      font-weight: 600; }
  .side-drop h4 strong {
    font-weight: 600; }
  .side-drop .list li {
    margin-bottom: 30px; }
  .side-drop .list a {
    text-decoration: none;
    font-weight: inherit; }
    .side-drop .list a:hover .fa-chevron-right, .side-drop .list a:focus .fa-chevron-right {
      background: var(--teal); }
  .side-drop .list h4 {
    font: inherit; }
  .side-drop .list .fa-chevron-right {
    width: 28px;
    height: 28px;
    font-size: 12px;
    line-height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    border: 1px solid var(--teal);
    background: transparent;
    text-align: center;
    color: #fff;
    transition: background 0.3s ease-in-out; }
    .side-drop .list .fa-chevron-right:before {
      position: relative;
      top: 0; }
  @media (min-width: 768px) {
    .side-drop .post-list {
      display: flex;
      justify-content: space-between; } }
  .side-drop .post-list + .more-link {
    margin-top: -2px; }
    @media (min-width: 768px) {
      .side-drop .post-list + .more-link {
        margin-top: -14px; } }
  .side-drop .post-list li {
    margin-bottom: 29px;
    padding-bottom: 30px;
    position: relative;
    height: inherit; }
    @media (min-width: 768px) {
      .side-drop .post-list li {
        margin-bottom: 10px;
        width: 47%; } }
    @media (max-width: 767px) {
      .side-drop .post-list li {
        min-height: 107px; } }
    @media (max-width: 767px) {
      .side-drop .post-list li:last-child {
        margin-bottom: 0; } }
  .side-drop .post-list .fa-chevron-right {
    position: absolute;
    bottom: 0;
    left: 0; }
  .side-drop .post-list a {
    transition: color 0.3s ease-in-out; }
    .side-drop .post-list a:hover, .side-drop .post-list a:focus {
      color: var(--teal); }
  @media (min-width: 768px) {
    .side-drop .col {
      width: 43%; } }
  .side-drop .col .post-list li {
    width: 100%;
    padding-bottom: 37px; }
  .side-drop .more-link {
    font-size: 13px;
    line-height: 16px;
    float: right; }
    .side-drop .more-link:hover {
      color: var(--teal); }
  .side-drop .drop-top-block {
    overflow: hidden;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
    @media (min-width: 768px) {
      .side-drop .drop-top-block {
        padding-bottom: 26px; } }
  .side-drop .drop-middle-block {
    padding: 46px 0 3px; }
    @media (min-width: 768px) {
      .side-drop .drop-middle-block {
        padding: 35px 0 0; } }
    .side-drop .drop-middle-block .row {
      position: relative; }
      @media (min-width: 768px) {
        .side-drop .drop-middle-block .row {
          padding-bottom: 30px;
          border-bottom: 1px solid rgba(255, 255, 255, 0.2); } }
      @media (min-width: 768px) {
        .side-drop .drop-middle-block .row:before {
          content: '';
          left: 50%;
          top: 0;
          bottom: 27px;
          width: 1px;
          background: rgba(255, 255, 255, 0.2);
          position: absolute; } }
    .side-drop .drop-middle-block .col {
      padding-bottom: 59px;
      margin-bottom: 28px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2);
      position: relative; }
      @media (min-width: 768px) {
        .side-drop .drop-middle-block .col {
          border-bottom: 0;
          padding-bottom: 27px;
          margin-bottom: 0; } }
      .side-drop .drop-middle-block .col:last-child {
        margin-bottom: 0;
        border: 0; }
    @media (min-width: 768px) {
      .side-drop .drop-middle-block .more-link {
        position: absolute;
        right: 0;
        bottom: 0; } }
    @media (max-width: 767px) {
      .side-drop .drop-middle-block .post-list {
        margin-bottom: 32px; } }
  .side-drop .drop-bottom-block {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 45px; }
    @media (min-width: 768px) {
      .side-drop .drop-bottom-block {
        padding-top: 32px; } }
  .side-drop .meta-date {
    display: block;
    font-size: 12px;
    line-height: 22px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.52); }
  @media (min-width: 768px) {
    .side-drop .subscribe-form {
      display: flex;
      align-items: flex-start;
      justify-content: space-between; } }
  .side-drop .subscribe-form h4 {
    font-size: 17px;
    line-height: 22px;
    font-weight: 300;
    margin-bottom: 22px; }
    @media (min-width: 768px) {
      .side-drop .subscribe-form h4 {
        width: calc(49% - 50px);
        font-size: 16px; } }
  @media (min-width: 768px) {
    .side-drop .subscribe-form input[type='email'] {
      width: calc(48% - 50px);
      padding: 3px 10px 3px 58px; } }
  @media (min-width: 768px) {
    .side-drop .subscribe-form button[type='submit'],
    .side-drop .subscribe-form input[type='submit'] {
      width: 100px;
      font-size: 12px;
      font-weight: 600;
      padding: 6px; } }
  .side-drop .employment-form {
    margin-bottom: 37px; }
    .side-drop .employment-form h4 {
      text-align: center; }
      @media (min-width: 768px) {
        .side-drop .employment-form h4 {
          font-size: 22px;
          line-height: 28px; } }
    .side-drop .employment-form input[type='text'],
    .side-drop .employment-form input[type='tel'],
    .side-drop .employment-form input[type='email'],
    .side-drop .employment-form input[type='search'],
    .side-drop .employment-form input[type='password'],
    .side-drop .employment-form select,
    .side-drop .employment-form textarea {
      border-radius: 0; }
  .side-drop .events-list {
    margin-top: -11px; }
    @media (max-width: 767px) {
      .side-drop .events-list {
        margin-bottom: 26px; } }
    .side-drop .events-list li {
      margin-bottom: 16px; }
    .side-drop .events-list a {
      transition: color 0.3s ease-in-out; }
      .side-drop .events-list a:hover {
        color: var(--teal); }

.size-drop-opener.btn {
  background: var(--blue);
  font-size: 20px;
  line-height: 25px;
  font-weight: 500;
  display: block;
  width: 100%;
  text-transform: none;
  padding: 25px 36px; }
  @media (min-width: 768px) {
    .size-drop-opener.btn {
      font-size: 20px;
      line-height: 25px;
      position: absolute;
      z-index: 3;
      left: 0;
      top: 0;
      width: 72px;
      bottom: 0; } }
  @media (min-width: 1400px) {
    .size-drop-opener.btn {
      font-size: 28px;
      line-height: 35px;
      width: 106px; } }
  .size-drop-opener.btn:hover {
    color: var(--teal); }
  .size-drop-opener.btn.btn-second {
    background: var(--teal); }
    .size-drop-opener.btn.btn-second:hover {
      color: var(--blue);
      background: var(--teal); }
  @media (min-width: 768px) {
    .size-drop-opener.btn span {
      position: absolute;
      transform: rotate(-90deg) translateY(72px);
      transform-origin: bottom left;
      left: 0;
      bottom: 0;
      padding: 23px 45px;
      width: max-content; } }
  @media (min-width: 1400px) {
    .size-drop-opener.btn span {
      transform: rotate(-90deg) translateY(106px);
      padding: 35px 66px; } }
  .size-drop-opener.btn .fa-solid {
    margin-left: 12px;
    position: relative;
    top: -2px; }
    @media (min-width: 768px) {
      .size-drop-opener.btn .fa-solid {
        margin-left: 13px;
        transform: scale(-1);
        top: 3px; } }
    @media (min-width: 1400px) {
      .size-drop-opener.btn .fa-solid {
        margin-left: 20px;
        top: 8px; } }

.side-drops {
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
  transition-delay: 0.4s; }
  @media (min-width: 768px) {
    .side-drops {
      position: absolute;
      z-index: 8;
      bottom: 0;
      top: 106px;
      right: 0;
      display: flex; } }
  @media (min-width: 1400px) {
    .side-drops {
      top: 114px; } }

@media (min-width: 768px) {
  .trending-drop .side-drop {
    width: calc(100vw - 144px);
    max-width: 717px;
    padding: 30px 30px 32px; } }

@media (min-width: 1400px) {
  .trending-drop .side-drop {
    padding: 54px 7.6% 32px 11%;
    width: calc(100vw - 210px); } }

.trending-drop .side-drop .drop-top-block h3 {
  margin-bottom: 28px; }
  @media (min-width: 768px) {
    .trending-drop .side-drop .drop-top-block h3 {
      margin-bottom: 10px; } }
  @media (min-width: 768px) {
    .trending-drop .side-drop .drop-top-block h3 strong {
      display: block; } }

.trending-drop .side-drop h3 {
  margin-bottom: 18px; }
  @media (min-width: 768px) {
    .trending-drop .side-drop h3 {
      line-height: 26px;
      letter-spacing: -0.5px; } }

@media (min-width: 768px) {
  .attorney-drop .side-drop {
    width: calc(100vw - 144px);
    max-width: 423px; } }

@media (min-width: 1400px) {
  .attorney-drop .side-drop {
    width: calc(100vw - 210px); } }

.attorney-drop .side-drop .more-link {
  font-size: 12px;
  line-height: 15px; }

.attorney-drop .side-drop .employment-form button[type='submit'],
.attorney-drop .side-drop .employment-form input[type='submit'] {
  font-size: 12px; }

.attorney-drop .side-drop .employment-form input[type='text'],
.attorney-drop .side-drop .employment-form input[type='tel'],
.attorney-drop .side-drop .employment-form input[type='email'],
.attorney-drop .side-drop .employment-form input[type='search'],
.attorney-drop .side-drop .employment-form input[type='password'],
.attorney-drop .side-drop .employment-form select,
.attorney-drop .side-drop .employment-form textarea {
  font-size: 13px;
  padding: 8px 12px; }

.side-drop-holder {
  transition: all 0.3s ease-in-out;
  position: relative; }
  @media (min-width: 768px) {
    .side-drop-holder {
      padding-left: 72px; } }
  @media (min-width: 1400px) {
    .side-drop-holder {
      padding-left: 106px; } }
  .side-drop-holder.drop-active .side-drop {
    display: block; }

@media (min-width: 768px) {
  body:before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 100vh;
    background: rgba(0, 0, 0, 0.74);
    z-index: 10;
    opacity: 0;
    transition: opacity 0.3s ease-in-out; } }

body.drops-active:before {
  opacity: 1;
  width: 100vw; }

body.drops-active .side-drops {
  z-index: 11; }

@keyframes subtleBounce {
  0%, 100%, to {
    transform: translate3d(0, 0, 0); }
  70% {
    transform: translate3d(0, -20px, 0); } }

.empower-section {
  padding: 40px 0 48px;
  position: relative;
  overflow: hidden; }
  @media (min-width: 1024px) {
    .empower-section {
      padding: 55px 0 23px; } }
  .empower-section h2 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 300;
    margin: 0 0 8px; }
    @media (min-width: 768px) {
      .empower-section h2 {
        margin: 0; } }
  .empower-section .container {
    max-width: 1050px; }
    @media (min-width: 1400px) {
      .empower-section .container {
        max-width: 1272px; } }
  @media (max-width: 1023px) {
    .empower-section .row {
      display: block; } }
  .empower-section .text-holder {
    font-weight: 400;
    text-align: center;
    margin: 0 -4px;
    line-height: 24px; }
    @media (min-width: 1024px) {
      .empower-section .text-holder {
        text-align: left;
        width: 45%;
        margin: 0; } }
  @media (min-width: 1024px) {
    .empower-section .form-holder {
      padding-top: 12px;
      width: 48.5%; } }
  @media (min-width: 1400px) {
    .empower-section .form-holder {
      width: 51.6%; } }
  .empower-section .animated-title-holder {
    text-align: center;
    position: relative; }
    @media (min-width: 1024px) {
      .empower-section .animated-title-holder {
        text-align: left; } }
  .empower-section .animated-title {
    color: rgba(255, 255, 255, 0.55); }
    @media (min-width: 1024px) {
      .empower-section .animated-title {
        color: rgba(255, 255, 255, 0.15);
        position: absolute;
        top: -53px;
        left: 31%; } }
    @media (min-width: 1024px) {
      .empower-section .animated-title {
        color: rgba(255, 255, 255, 0.07); } }
  @media (min-width: 768px) {
    .empower-section .subscribe-form {
      display: flex;
      align-items: flex-start; } }
  @media (min-width: 768px) {
    .empower-section .subscribe-form input[type="email"] {
      width: calc(100% - 140px);
      margin-right: 2%; } }
  @media (min-width: 1400px) {
    .empower-section .subscribe-form input[type="email"] {
      width: 61%; } }
  @media (min-width: 768px) {
    .empower-section .subscribe-form button[type="submit"],
    .empower-section .subscribe-form input[type="submit"] {
      width: 138px; } }
  @media (min-width: 1400px) {
    .empower-section .subscribe-form button[type="submit"],
    .empower-section .subscribe-form input[type="submit"] {
      width: 37%; } }

.news-section {
  padding: 80px 0 75px;
  overflow: hidden; }
  @media (min-width: 768px) {
    .news-section {
      padding: 105px 0 89px; } }
  @media (min-width: 1400px) {
    .news-section {
      padding: 105px 0 76px; } }
  .news-section h2 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    margin-bottom: 13px; }
    @media (min-width: 768px) {
      .news-section h2 {
        max-width: 60%;
        font-size: 30px;
        line-height: 40px;
        margin: 0 0 0.5em; } }
    @media (min-width: 768px) {
      .news-section h2 strong {
        display: block; } }
  .news-section .animated-title-holder {
    position: relative; }
  .news-section .animated-title {
    position: absolute;
    top: -34px;
    left: -70%; }
    @media (min-width: 480px) {
      .news-section .animated-title {
        left: -40%; } }
    @media (min-width: 600px) {
      .news-section .animated-title {
        left: -15%; } }
    @media (min-width: 768px) {
      .news-section .animated-title {
        left: 10%; } }
  .news-section .container {
    max-width: 1060px; }
  .news-section .title-holder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 45px;
    position: relative;
    z-index: 1; }
    @media (min-width: 768px) {
      .news-section .title-holder {
        margin-bottom: 35px;
        text-align: left;
        align-items: flex-end;
        flex-direction: row;
        justify-content: space-between; } }
  .news-section .news-slider {
    margin: 0 -14px;
    width: calc(100% + 28px);
    position: relative;
    padding-bottom: 55px; }
    @media (min-width: 1024px) {
      .news-section .news-slider {
        padding-bottom: 0;
        margin: 0 -16px;
        width: calc(100% + 32px); } }
  .news-section .news-slide {
    padding: 0 16px; }
  .news-section .news-post {
    display: block;
    text-decoration: none;
    margin-bottom: 30px;
    transition: color 0.3s ease-in-out; }
    .news-section .news-post:hover {
      color: var(--blue); }
      .news-section .news-post:hover .fa-chevron-right {
        background: var(--teal); }
    .news-section .news-post h4 {
      font-size: 19px;
      line-height: 28px;
      font-weight: 500;
      margin-bottom: 16px; }
    .news-section .news-post .by {
      display: block;
      color: #9B9B9B;
      font-weight: 500;
      font-size: 15px;
      line-height: 19px;
      margin-bottom: 6px; }
    .news-section .news-post .img-holder img {
      width: 100%; }
    .news-section .news-post .text-holder {
      padding: 22px 27px 58px;
      display: flex;
      flex-direction: column;
      min-height: 233px;
      position: relative; }
    .news-section .news-post .fa-chevron-right {
      width: 28px;
      height: 28px;
      font-size: 12px;
      line-height: 28px;
      display: inline-block;
      vertical-align: top;
      border-radius: 50px;
      background: var(--blue);
      text-align: center;
      color: #fff;
      transition: background 0.3s ease-in-out;
      position: absolute;
      right: 23px;
      bottom: 29px; }
  .news-section .slick-arrow {
    background: transparent;
    border: 0;
    padding: 0;
    font-size: 40px;
    line-height: 1;
    position: absolute;
    bottom: 3px;
    z-index: 1;
    transition: color 0.3s ease-in-out; }
    @media (min-width: 1024px) {
      .news-section .slick-arrow {
        top: 37%;
        bottom: auto;
        font-size: 59px; } }
    .news-section .slick-arrow:hover {
      color: var(--teal); }
    .news-section .slick-arrow.slick-prev {
      right: 52%; }
      @media (min-width: 1024px) {
        .news-section .slick-arrow.slick-prev {
          left: -50px;
          right: auto; } }
    .news-section .slick-arrow.slick-next {
      left: 52%; }
      @media (min-width: 1024px) {
        .news-section .slick-arrow.slick-next {
          right: -50px;
          left: auto; } }

.protecting-section {
  padding: 77px 0 43px;
  overflow: hidden; }
  @media (min-width: 768px) {
    .protecting-section {
      padding: 118px 0 79px; } }
  @media (min-width: 1400px) {
    .protecting-section {
      padding: 86px 0 115px; } }
  .protecting-section .container {
    max-width: 1060px; }
  @media (min-width: 768px) {
    .protecting-section .row {
      align-items: flex-start; } }
  .protecting-section .text-holder {
    margin-bottom: 42px; }
    @media (min-width: 768px) {
      .protecting-section .text-holder {
        width: 58%;
        padding-top: 51px;
        margin-bottom: 30px; } }
    @media (min-width: 1024px) {
      .protecting-section .text-holder {
        width: 53%; } }
    @media (min-width: 1400px) {
      .protecting-section .text-holder {
        padding-top: 49px; } }
  .protecting-section .form-holder {
    padding: 58px 60px 52px;
    margin: 0 -28px; }
    @media (min-width: 768px) {
      .protecting-section .form-holder {
        padding: 58px 40px 36px;
        margin: 0;
        width: 36%;
        max-width: 337px; } }
    .protecting-section .form-holder .more-link {
      font-size: 11px;
      line-height: 14px;
      font-weight: 600;
      float: right; }
  .protecting-section .employment-form {
    margin-bottom: 24px; }
  .protecting-section .subtitle {
    font-size: 20px;
    line-height: 28px;
    font-weight: 300;
    display: block; }
    @media (min-width: 768px) {
      .protecting-section .subtitle {
        font-size: 30px;
        line-height: 40px; } }
  .protecting-section h2 {
    font-size: 39px;
    line-height: 46px;
    font-weight: 600;
    margin-bottom: 6px; }
    @media (min-width: 768px) {
      .protecting-section h2 {
        font-size: 49px;
        line-height: 61px;
        margin-bottom: 15px; } }
    @media (min-width: 1024px) {
      .protecting-section h2 {
        font-size: 69px;
        line-height: 71px;
        margin-bottom: 15px; } }
  @media (max-width: 767px) {
    .protecting-section p {
      margin-bottom: 22px; } }
  .protecting-section .animated-title-holder {
    position: relative; }
  .protecting-section .animated-title {
    position: absolute;
    top: -68px;
    left: 16%;
    z-index: -1; }
    @media (min-width: 768px) {
      .protecting-section .animated-title {
        left: 1%; } }

.logos-list {
  padding: 47px 0 0; }
  .logos-list .logo-item {
    text-align: center;
    width: 200px;
    height: inherit;
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .logos-list .slick-track {
    display: flex;
    align-items: center; }
  .logos-list .slick-list {
    overflow: visible;
    padding: 0 !important; }
  .logos-list .img-holder {
    width: 200px;
    padding: 0 25px; }
  .logos-list img {
    display: inline-block;
    vertical-align: top; }

.results-section {
  padding: 55px 0; }
  .results-section .top-holder {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
    row-gap: 7px; }
    @media (min-width: 768px) {
      .results-section .top-holder {
        flex-direction: row;
        justify-content: space-between;
        padding-right: 23px; } }
    .results-section .top-holder .subtitle {
      color: var(--blue);
      text-transform: uppercase;
      font-size: 22px;
      line-height: 28px;
      font-weight: 500; }
  .results-section .result-text {
    text-align: center;
    font-size: 16px;
    line-height: 1.5; }
    @media (min-width: 768px) {
      .results-section .result-text {
        font-size: 17px; } }
    @media (max-width: 767px) {
      .results-section .result-text {
        margin-bottom: 7px; } }
  .results-section .team-list-wrap {
    margin-bottom: 0; }
  .results-section .btns {
    justify-content: center; }

.filter-sub-links {
  display: flex;
  align-items: center; }
  .filter-sub-links li {
    padding: 0 19px;
    position: relative; }
    .filter-sub-links li:after {
      content: '';
      position: absolute;
      right: 0;
      top: 50%;
      margin-top: -10px;
      height: 20px;
      width: 1px;
      background-color: #C4C4C4; }
    .filter-sub-links li:last-child {
      padding-right: 0; }
      .filter-sub-links li:last-child:after {
        display: none; }
    .filter-sub-links li i {
      font-size: 15px;
      margin-left: 3px; }
  .filter-sub-links button {
    color: var(--blue);
    border: 0;
    padding: 0;
    background: transparent;
    border-radius: 0;
    font-size: 17px;
    line-height: 30px;
    font-weight: 300;
    transition: .2s; }
    .filter-sub-links button:hover {
      color: var(--teal); }

.team-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  @media (min-width: 480px) {
    .team-list {
      margin-left: -5px;
      margin-right: -5px; } }
  .team-list .column {
    width: 100%;
    margin-bottom: 34px; }
    @media (min-width: 480px) {
      .team-list .column {
        width: 50%;
        padding: 0 5px; } }
    @media (min-width: 768px) {
      .team-list .column {
        width: 33.33%; } }
    @media (min-width: 1024px) {
      .team-list .column {
        width: 25%; } }
  .team-list .btn-holder {
    width: 100%;
    text-align: center; }
    .team-list .btn-holder .btn {
      min-width: 250px; }

.person a {
  text-decoration: none;
  color: inherit;
  transition: color 0.3s ease-in-out; }
  .person a:hover {
    color: var(--teal); }

.person h3, .person .h3 {
  color: var(--blue);
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1.2; }

.person .position {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 8px; }

.person .img-holder {
  margin-bottom: 15px; }
  .person .img-holder a {
    display: block;
    width: 100%;
    padding-bottom: 90.458%;
    position: relative; }
    .person .img-holder a:before {
      content: '';
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(3, 42, 76, 0.85);
      opacity: 0;
      z-index: 1;
      transition: opacity 0.3s ease-in-out; }
    .person .img-holder a:hover:before {
      opacity: 1; }
    .person .img-holder a:hover .text {
      opacity: 1; }
  .person .img-holder img {
    position: absolute;
    height: 97%;
    width: 100%;
    bottom: 0;
    left: 0;
    object-fit: contain;
    object-position: bottom center; }
  .person .img-holder .text {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    z-index: 2; }
    .person .img-holder .text .fa-solid {
      color: var(--teal);
      margin-left: 10px; }

.person .social-list {
  justify-content: center;
  font-size: 15px;
  margin-bottom: 0; }
  .person .social-list li {
    padding: 0 14px; }
  .person .social-list a {
    color: var(--teal); }
    .person .social-list a:hover {
      color: var(--blue); }

.hero-filter {
  padding-top: 40px;
  position: relative; }
  @media (min-width: 1024px) {
    .hero-filter {
      padding-top: 190px; } }
  @media (max-width: 1023px) {
    .hero-filter:after {
      content: '';
      position: absolute;
      bottom: 100%;
      margin-bottom: -1px;
      left: 0;
      height: 180px;
      width: 100%;
      background-color: #F4F5F7;
      pointer-events: none; } }
  .hero-filter h1,  .hero-filter .h1 {
    font-size: 51px;
    font-weight: 500;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .hero-filter h1, .hero-filter .h1 {
        font-size: 80px; } }
  .hero-filter p {
    margin-left: auto;
    margin-right: auto;
    max-width: 860px; }

.alphabet {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0;
  row-gap: 2px;
  column-gap: 2px;
  margin-bottom: 18px; }
  .alphabet label {
    display: block; }
  .alphabet span {
    font-weight: 500;
    font-size: 17px;
    text-transform: uppercase;
    width: 32px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background-color: transparent;
    transition: .2s; }
    .alphabet span:hover {
      background-color: var(--teal);
      color: #fff; }
  .alphabet span.selected {
    background-color: var(--blue);
    color: #fff; }

.filter-team-form {
  padding-bottom: 57px;
  padding-top: 12px; }
  @media (min-width: 768px) {
    .filter-team-form {
      padding-bottom: 80px;
      padding-top: 22px; } }
  .filter-team-form .fields-group {
    display: flex;
    justify-content: center;
    row-gap: 10px;
    column-gap: 15px;
    margin: 0 auto;
    max-width: 866px; }
    @media (max-width: 767px) {
      .filter-team-form .fields-group {
        flex-wrap: wrap; } }
  .filter-team-form button[type="submit"] {
    min-width: 120px; }

.cta-section {
  padding: 44px 0 40px; }
  @media (min-width: 768px) {
    .cta-section {
      padding: 90px 0 86px; } }
  .cta-section.text-left .btns {
    justify-content: flex-start; }
  .cta-section.text-right .btns {
    justify-content: flex-end; }
  .cta-section .container {
    max-width: 894px; }
  .cta-section .title {
    line-height: 1.2;
    font-size: 54px;
    font-weight: 600; }
    .cta-section .title strong {
      font-weight: 600;
      color: var(--teal); }
    @media (min-width: 768px) {
      .cta-section .title {
        font-size: 69px; } }
  .cta-section .btns {
    margin-top: 33px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 18px;
    column-gap: 22px;
    margin-bottom: 1em; }
  .cta-section .btn {
    min-width: 176px; }

.attorney-hero {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: 96% 96%;
  background-size: cover;
  padding-top: 145px; }
  @media (min-width: 768px) {
    .attorney-hero {
      padding-top: 160px;
      color: #fff;
      background-position: center; } }
  @media (min-width: 1024px) {
    .attorney-hero {
      padding-top: 100px; } }
  .attorney-hero a {
    font-weight: 300;
    text-decoration: none; }
    @media (min-width: 768px) {
      .attorney-hero a {
        color: #fff; } }
  .attorney-hero:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(to bottom right, rgba(3, 42, 76, 0) 0%, rgba(2, 24, 43, 0.635) 33.9%, #01080f 100%); }
  .attorney-hero:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 308px;
    top: 0;
    left: 0;
    background: linear-gradient(to top, rgba(3, 42, 76, 0) 0%, #01080f 100%);
    opacity: .9;
    z-index: 2;
    pointer-events: none; }
  .attorney-hero .wrap {
    position: relative;
    z-index: 3; }
  @media (min-width: 768px) {
    .attorney-hero .container {
      display: flex; } }
  @media (max-width: 767px) {
    .attorney-hero .container {
      padding: 0; } }
  .attorney-hero .attorney-photo {
    width: 100%;
    padding-bottom: 114.67%;
    position: relative;
    align-self: end; }
    @media (min-width: 768px) {
      .attorney-hero .attorney-photo {
        width: 300px;
        height: 300px;
        padding-bottom: 0; } }
    @media (min-width: 1024px) {
      .attorney-hero .attorney-photo {
        width: 500px;
        height: 500px; } }
    .attorney-hero .attorney-photo img {
      position: absolute;
      height: 100%;
      width: 100%;
      bottom: 0;
      left: 0;
      object-fit: contain;
      object-position: bottom center; }
  .attorney-hero .attorney-info-wrap {
    font-size: 19px;
    display: flex;
    align-items: center; }
    @media (max-width: 767px) {
      .attorney-hero .attorney-info-wrap {
        padding: 30px 28px 35px;
        background-color: #fff; } }
    @media (min-width: 768px) {
      .attorney-hero .attorney-info-wrap {
        width: calc(100% - 300px);
        padding: 15px 30px 15px 5px; } }
    @media (min-width: 1024px) {
      .attorney-hero .attorney-info-wrap {
        width: calc(100% - 500px); } }
    .attorney-hero .attorney-info-wrap h1, .attorney-hero .attorney-info-wrap .h1 {
      font-size: 41px;
      font-weight: 500; }
      @media (min-width: 1024px) {
        .attorney-hero .attorney-info-wrap h1, .attorney-hero .attorney-info-wrap .h1 {
          font-size: 60px; } }
    @media (max-width: 767px) {
      .attorney-hero .attorney-info-wrap p {
        margin-bottom: 10px; } }
  .attorney-hero .contacts {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    font-size: 20px; }
    @media (max-width: 767px) {
      .attorney-hero .contacts {
        margin-bottom: 20px; } }
    .attorney-hero .contacts i {
      color: var(--teal);
      display: inline-block;
      width: 30px;
      font-size: 15px; }
  .attorney-hero .info-btns, .action-hero .info-btns {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0; }
    @media (min-width: 768px) {
      .attorney-hero .info-btns, .action-hero .info-btns {
        position: absolute;
        right: 0;
        bottom: 124px; } }
    @media (max-width: 767px) {
      .attorney-hero .info-btns, .action-hero .info-btns {
        display: flex;
        flex-wrap: wrap;
        column-gap: 5px; } }
    .attorney-hero .info-btns a, .action-hero .info-btns a {
      width: 45px;
      height: 45px;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-bottom: 5px;
      background-color: var(--teal);
      transition: .2s; }
      .attorney-hero .info-btns a:hover, .action-hero .info-btns a:hover {
        background-color: var(--blue); }
    .attorney-hero .info-btns i, .action-hero .info-btns i {
      color: #fff;
      font-size: 19px; }

.tabs-section {
  padding-top: 7px;
  margin-bottom: 10px; }
  .tabs-section.tabs-section-alt {
    padding-top: 70px;
    padding-bottom: 36px; }
    @media (min-width: 768px) {
      .tabs-section.tabs-section-alt {
        padding-bottom: 80px; } }

@media (min-width: 768px) {
  .text-columns {
    display: flex; } }

.text-columns .right-column {
  font-size: 16px;
  line-height: 20px; }
  @media (min-width: 768px) {
    .text-columns .right-column {
      width: 40%;
      min-width: 40%;
      padding-left: 60px;
      padding-top: 7px; } }
  @media (max-width: 767px) {
    .text-columns .right-column {
      margin-top: 46px; } }
  @media (min-width: 1200px) {
    .text-columns .right-column {
      padding-left: 120px;
      width: 48%;
      min-width: 48%; } }
  .text-columns .right-column .title {
    text-transform: uppercase;
    color: var(--blue);
    margin-bottom: 22px;
    font-size: 20px; }

.blog-posts,
.text-block,
.team-list-wrap,
.publications {
  margin-bottom: 64px; }
  @media (max-width: 767px) {
    .blog-posts:last-child,
    .text-block:last-child,
    .team-list-wrap:last-child,
    .publications:last-child {
      margin-bottom: 44px; } }

.team-list-wrap .btns,
.text-block .btns,
.publications .btns,
.blog-posts .btns {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 32px; }
  @media (max-width: 1023px) {
    .team-list-wrap .btns,
    .text-block .btns,
    .publications .btns,
    .blog-posts .btns {
      justify-content: center; } }
  .team-list-wrap .btns .btn,
  .text-block .btns .btn,
  .publications .btns .btn,
  .blog-posts .btns .btn {
    min-width: 179px; }

.team-list-wrap .btns {
  margin-top: 10px; }

@media (min-width: 768px) {
  .blog-posts .btns {
    margin-top: 61px; } }

.publications-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-top: 30px; }
  @media (min-width: 768px) {
    .publications-list {
      grid-template-columns: 1fr 1fr;
      gap: 32px; } }
  .publications-list a, .publications-list span {
    display: block;
    background-color: #F4F5F7;
    transition: .2s;
    padding: 30px 22px 26px 22px;
    text-decoration: none;
    height: 100%; }
    @media (min-width: 768px) {
      .publications-list a, .publications-list span {
        padding: 34px 30px 30px 30px; } }
    .publications-list a:hover {
      background-color: var(--blue); }
      .publications-list a:hover .sub-title,
      .publications-list a:hover .title {
        color: #fff; }
  .publications-list .sub-title {
    color: #9B9B9B;
    font-size: 15px;
    font-weight: 500;
    transition: .2s;
    margin-bottom: 5px;
    margin-top: -8px; }
  .publications-list .title {
    color: var(--blue);
    font-size: 19px;
    font-weight: 500;
    transition: .2s;
    margin-bottom: 5px; }

.gallery-block {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 64px; }
  @media (max-width: 767px) {
    .gallery-block {
      justify-content: center; } }
  @media (min-width: 768px) {
    .gallery-block {
      gap: 57px; } }
  .gallery-block img {
    width: auto;
    height: auto; }

.atty-badge-block {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 64px; }
  @media (max-width: 767px) {
    .atty-badge-block {
      justify-content: center; } }
  @media (min-width: 768px) {
    .atty-badge-block {
      gap: 57px; } }
  .atty-badge-block img {
    width: auto;
    height: auto; 
    max-width: 200px !important;}

.blog-posts-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-top: 30px; }
  @media (min-width: 768px) {
    .blog-posts-list {
      grid-template-columns: 1fr 1fr;
      gap: 32px; } }
  @media (min-width: 1024px) {
    .blog-posts-list {
      grid-template-columns: 1fr 1fr 1fr; } }
  .blog-posts-list a {
    display: block;
    text-decoration: none;
    border: 1px solid #E2E2E2;
    border-radius: 5px;
    padding: 24px 22px 50px 22px;
    transition: .2s;
    position: relative;
    height: 100%; }
    @media (min-width: 768px) {
      .blog-posts-list a {
        padding: 24px 30px 65px 30px; } }
    .blog-posts-list a:hover {
      border-color: var(--blue); }
  .blog-posts-list .title {
    font-size: 19px;
    color: var(--blue);
    line-height: 28px;
    font-weight: 500; }
  .blog-posts-list .author {
    font-size: 15px;
    line-height: 19px;
    font-weight: 500;
    color: #9B9B9B; }
  .blog-posts-list .link-icon {
    position: absolute;
    bottom: 16px;
    right: 16px;
    background-color: var(--blue);
    color: #fff;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px; }
    @media (min-width: 768px) {
      .blog-posts-list .link-icon {
        bottom: 32px;
        right: 21px; } }
    .blog-posts-list .link-icon i {
      position: relative;
      top: 1px; }

.events-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px; }
  @media (min-width: 768px) {
    .events-list {
      gap: 53px; } }
  .events-list .event {
    text-decoration: none;
    font-size: 17px;
    line-height: 1.64;
    font-weight: 300; }
    @media (min-width: 768px) {
      .events-list .event {
        display: flex; } }
    @media (max-width: 767px) {
      .events-list .event {
        border-bottom: 1px solid #ddd;
        padding-bottom: 30px; } }
    .events-list .event:hover {
      color: var(--blue); }
      .events-list .event:hover .speaker {
        color: var(--teal); }
    .events-list .event:last-child {
      border-bottom: none;
      padding-bottom: 0; }
  .events-list .speaker-photo {
    width: 196px;
    min-width: 196px;
    margin-right: 33px; }
    @media (max-width: 767px) {
      .events-list .speaker-photo {
        margin-bottom: 23px; } }
    @media (min-width: 768px) {
      .events-list .speaker-photo {
        width: 100px;
        min-width: 100px; } }
  .events-list .img-holder {
    position: relative;
    padding-bottom: 100%;
    overflow: hidden; }
    .events-list .img-holder img {
      position: absolute;
      height: 95%;
      width: 100%;
      bottom: 0;
      left: 0;
      object-fit: contain;
      object-position: bottom center; }
  .events-list .speaker {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: -8px;
    transition: .2s; }
  .events-list .info {
    font-size: 17px;
    line-height: 1.23;
    font-weight: 300; }
  .events-list time {
    font-style: normal;
    color: var(--teal);
    display: block; }
    @media (max-width: 767px) {
      .events-list time {
        margin-bottom: 10px; } }
  @media (min-width: 768px) {
    .events-list .event-info {
      width: 36%;
      margin-right: 45px; } }
  @media (min-width: 768px) {
    .events-list .excerpt {
      width: 64%; } }

.related-attorneys h1, .related-attorneys .h1, .related-attorneys h2 {
  margin-bottom: 30px; }

.tab-headers {
  display: flex;
  column-gap: 37px;
  border-bottom: 1px solid #ddd; }
  @media (max-width: 1023px) {
    .tab-headers {
      display: none; } }

.tab-btn {
  color: var(--blue);
  padding: 13px 0 13px;
  background: transparent;
  font-size: 17px;
  font-weight: 600;
  transition: .2s;
  border: none;
  position: relative; }
  .tab-btn:hover, .tab-btn.active {
    color: var(--teal); }
  .tab-btn.active:after {
    opacity: 1;
    visibility: visible; }
  .tab-btn:after {
    content: '';
    position: absolute;
    pointer-events: none;
    width: 100%;
    height: 3px;
    background-color: var(--teal);
    bottom: -2px;
    left: 0;
    transition: .2s;
    opacity: 0;
    visibility: hidden; }

.tabs {
  position: relative;
  overflow: hidden; }

.tab {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: .3s;
  padding-top: 33px;
  padding-bottom: 20px; }
  @media (min-width: 1024px) {
    .tab {
      padding-top: 43px; } }
  .tab.active {
    position: relative;
    opacity: 1;
    visibility: visible;
    pointer-events: all; }

@media (min-width: 768px) {
  .mobile-tab-nav {
    margin-top: 30px; } }

@media (min-width: 1024px) {
  .mobile-tab-nav {
    display: none; } }

.action-hero {
  padding: 215px 0 95px;
  position: relative;
  overflow: hidden;
  background: var(--blue); }
  .action-hero:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom left, rgba(3, 42, 76, 0) 0%, rgba(2, 24, 43, 0.635) 33.9%, #01080f 100%); }
  .action-hero:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 140px;
    top: 0;
    left: 0;
    background: linear-gradient(to top, rgba(3, 42, 76, 0) 0%, #01080f 100%);
    opacity: .9;
    z-index: 2; }
  @media (max-width: 767px) {
    .action-hero + .tabs-section {
      padding-top: 39px; } }
  .action-hero .container {
    position: relative;
    z-index: 3; }
  .action-hero h1, .action-hero .h1 {
    font-size: 49px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    transition-duration: 2s;
    transition-delay: .6s;
    opacity: 0;
    line-height: 1.1; }
    @media (min-width: 768px) {
      .action-hero h1, .action-hero .h1 {
        font-size: 60px;
        text-align: left; } }
  .action-hero .bg-image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: transform 1000ms ease-out, opacity 300ms ease-out;
    transform: scale(1.03);
    opacity: 0;
    transition-delay: .1s; }

body.loaded .action-hero .bg-image {
  transform: scale(1);
  opacity: 1; }

body.loaded .action-hero h1, body.loaded .action-hero .h1 {
  opacity: 1; }

.numbered-list-section {
  margin-top: 44px;
  margin-bottom: 48px; }
  @media (min-width: 1024px) {
    .numbered-list-section {
      margin-top: 70px;
      margin-bottom: 60px; } }
  .numbered-list-section .styled-text h2 {
    font-size: 36px;
    line-height: 1.22;
    font-weight: 500;
    margin-bottom: 10px; }
    .numbered-list-section .styled-text h2 strong {
      color: var(--teal);
      font-weight: 500; }

@media (min-width: 1024px) {
  .numbered-list-block {
    display: grid;
    grid-template-columns: 42% 58%; } }

@media (min-width: 1024px) {
  .numbered-list-block .text-column {
    padding-right: 80px; } }

@media (min-width: 1024px) {
  .numbered-list-block .list-column {
    padding-top: 14px; } }

.numbered-list-block .list-column .title {
  font-weight: 500; }

.numbered-list-block .list-column ol {
  line-height: 1.58;
  list-style: none;
  padding-left: 50px;
  counter-reset: item;
  margin-top: 22px; }
  @media (min-width: 1024px) {
    .numbered-list-block .list-column ol {
      line-height: 1.76;
      padding-left: 68px; } }
  .numbered-list-block .list-column ol strong {
    font-weight: bold; }
  .numbered-list-block .list-column ol > li {
    position: relative;
    margin-bottom: 35px;
    counter-increment: item; }
    @media (max-width: 1023px) {
      .numbered-list-block .list-column ol > li {
        min-height: 54px;
        max-width: 564px; } }
    .numbered-list-block .list-column ol > li:after {
      content: counter(item) ".";
      font-weight: 600;
      color: var(--teal);
      display: inline-block;
      font-size: 55px;
      position: absolute;
      left: -52px;
      top: -20px; }
      @media (min-width: 1024px) {
        .numbered-list-block .list-column ol > li:after {
          font-size: 74px;
          left: -69px;
          top: -34px; } }

.articles-list-section {
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (min-width: 768px) {
    .articles-list-section {
      padding-top: 80px;
      padding-bottom: 80px; } }
  .articles-list-section .articles-list {
    display: grid;
    grid-template-columns: 1fr;
    font-size: 15px;
    line-height: 1.4;
    column-gap: 8%;
    row-gap: 60px; }
    @media (min-width: 480px) {
      .articles-list-section .articles-list {
        grid-template-columns: 1fr 1fr;
        row-gap: 44px; } }
    @media (min-width: 1024px) {
      .articles-list-section .articles-list {
        grid-template-columns: 1fr 1fr 1fr 1fr; } }
    @media (max-width: 479px) {
      .articles-list-section .articles-list {
        max-width: 214px;
        margin-left: auto;
        margin-right: auto; } }
  .articles-list-section .title {
    font-size: 20px;
    font-weight: 600;
    color: var(--teal);
    margin-bottom: 7px; }
  .articles-list-section .read-more {
    display: inline-block;
    color: var(--teal);
    text-decoration: underline;
    font-size: 11px;
    font-weight: 600;
    transition: .2s;
    margin-top: 11px; }
    .articles-list-section .read-more:hover {
      color: var(--blue); }
  .articles-list-section .image {
    height: 35px;
    margin-bottom: 8px; }
    .articles-list-section .image img {
      max-height: 35px;
      width: auto;
      vertical-align: bottom; }

.certificates-section {
  margin-top: 44px;
  margin-bottom: 44px; }
  .certificates-section .certificates {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    row-gap: 20px; }
  .certificates-section .main-image {
    width: 270px;
    min-width: 270px; }
  .certificates-section .images {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center; }
    @media (min-width: 1024px) {
      .certificates-section .images {
        margin-left: 74px; } }
    @media (max-width: 1023px) {
      .certificates-section .images {
        width: 100%;
        column-gap: 20px;
        row-gap: 12px; } }
    @media (min-width: 1024px) {
      .certificates-section .images img {
        margin-right: 74px; } }

.participation {
  margin-top: 44px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden; }
  @media (min-width: 768px) {
    .participation {
      margin-bottom: 48px; } }
  @media (min-width: 1024px) {
    .participation {
      margin-top: 70px;
      margin-bottom: 60px; } }
  .participation .container {
    display: grid;
    grid-template-columns: 1fr;
    position: relative; }
    @media (min-width: 768px) {
      .participation .container {
        padding-top: 20px;
        grid-template-columns: 54% 46%; } }
    @media (max-width: 767px) {
      .participation .container {
        padding: 80px 0 0; } }
  .participation .left-column {
    position: relative;
    z-index: 2; }
    @media (max-width: 767px) {
      .participation .left-column {
        padding-left: 28px;
        padding-right: 28px; } }
    @media (min-width: 768px) {
      .participation .left-column {
        padding-right: 35px;
        padding-top: 50px; } }
    @media (min-width: 1024px) {
      .participation .left-column {
        padding-right: 80px; } }
  .participation .right-column {
    position: relative;
    z-index: 2; }
  .participation .styled-text h2 {
    font-size: 36px;
    line-height: 1.22;
    font-weight: 500;
    margin-bottom: 10px; }
    .participation .styled-text h2 strong {
      color: var(--teal);
      font-weight: 500; }
  .participation .speaker-photo .img-holder {
    position: relative;
    overflow: hidden; }
    @media (max-width: 767px) {
      .participation .speaker-photo .img-holder {
        height: 86vw;
        max-height: 330px;
        margin-top: 30px; } }
    @media (min-width: 768px) {
      .participation .speaker-photo .img-holder {
        padding-bottom: 86%; } }
    .participation .speaker-photo .img-holder:after {
      content: '';
      position: absolute;
      top: 35%;
      left: 0;
      right: 0;
      bottom: 0;
      background: var(--blueBgGradient); }
    .participation .speaker-photo .img-holder img {
      position: absolute;
      height: 100%;
      width: 100%;
      bottom: 0;
      left: 0;
      object-fit: contain;
      object-position: bottom center;
      z-index: 2; }
  .participation .speaker-info {
    padding: 20px 28px 60px; }
    @media (min-width: 768px) {
      .participation .speaker-info {
        padding: 20px 10px 70px; } }
    .participation .speaker-info .name {
      margin-bottom: 8px;
      font-size: 38px; }
      @media (min-width: 768px) {
        .participation .speaker-info .name {
          margin-bottom: 15px; } }
      @media (min-width: 1024px) {
        .participation .speaker-info .name {
          font-size: 51px; } }
    .participation .speaker-info .position {
      font-size: 11px; }
      @media (min-width: 480px) {
        .participation .speaker-info .position {
          font-size: 15px;
          font-weight: 400; } }
    .participation .speaker-info .text {
      margin-top: 27px;
      font-size: 24px;
      line-height: 1.66; }
      @media (min-width: 768px) {
        .participation .speaker-info .text {
          font-size: 20px;
          line-height: 1.5;
          margin-top: 20px; } }
      @media (min-width: 1024px) {
        .participation .speaker-info .text {
          font-size: 24px;
          line-height: 1.66; } }
  .participation .animated-title {
    position: absolute;
    top: 0;
    left: 35%;
    font-size: 62px; }
    @media (min-width: 768px) {
      .participation .animated-title {
        font-size: 120px;
        left: 20%;
        top: -10px; } }
    @media (min-width: 1024px) {
      .participation .animated-title {
        font-size: 163px;
        left: 10%; } }

.news-section-grid {
  padding: 110px 0 60px;
  position: relative;
  overflow: hidden; }
  @media (min-width: 768px) {
    .news-section-grid {
      padding: 80px 0 70px; } }
  .news-section-grid .container {
    position: relative; }
  .news-section-grid .blog-posts {
    margin-bottom: 0;
    position: relative;
    z-index: 2; }
  .news-section-grid h1, .news-section-grid .h1, .news-section-grid h2 {
    font-size: 30px;
    font-weight: 300; }
    @media (max-width: 767px) {
      .news-section-grid h1, .news-section-grid .h1, .news-section-grid h2 {
        text-align: center; } }
    .news-section-grid h1 strong, .news-section-grid .h1 strong, .news-section-grid h2 strong {
      font-weight: 700;
      color: var(--teal); }
  .news-section-grid .btns {
    justify-content: center;
    margin-top: 25px; }
    @media (min-width: 768px) {
      .news-section-grid .btns {
        justify-content: flex-end; } }
  @media (max-width: 1023px) {
    .news-section-grid .blog-posts-list {
      grid-template-columns: 1fr; } }
  .news-section-grid .blog-posts-list a {
    background-color: #fff;
    border-color: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.02); }
    .news-section-grid .blog-posts-list a .link-icon {
      transition: .2s; }
    .news-section-grid .blog-posts-list a:hover .link-icon {
      background-color: var(--teal); }
  .news-section-grid .animated-title {
    position: absolute;
    top: -60px;
    left: -10%;
    font-size: 55px;
    color: #939393;
    opacity: 0.07;
    left: -75%; }
    @media (min-width: 480px) {
      .news-section-grid .animated-title {
        left: -46%; } }
    @media (min-width: 600px) {
      .news-section-grid .animated-title {
        left: -27%; } }
    @media (min-width: 768px) {
      .news-section-grid .animated-title {
        font-size: 113px;
        top: -14px;
        left: 0; } }
    @media (min-width: 1024px) {
      .news-section-grid .animated-title {
        left: 16%; } }
    @media (min-width: 1400px) {
      .news-section-grid .animated-title {
        left: 24%; } }

.diversity-hero {
  position: relative; }
  .diversity-hero:after {
    content: '';
    position: absolute;
    height: 300px;
    width: 100%;
    left: 0;
    bottom: 100%;
    background-color: #F4F5F7;
    pointer-events: none; }
  .diversity-hero .top-block {
    font-size: 24px;
    position: relative;
    z-index: 3; }
    @media (min-width: 1024px) {
      .diversity-hero .top-block {
        font-size: 30px;
        padding-top: 130px; } }
    @media (min-width: 1400px) {
      .diversity-hero .top-block {
        padding-top: 176px; } }
    .diversity-hero .top-block .container {
      position: relative; }
    .diversity-hero .top-block h1, .diversity-hero .top-block .h1 {
      font-size: 41px;
      font-weight: 500;
      line-height: 1.24; }
      @media (min-width: 1024px) {
        .diversity-hero .top-block h1, .diversity-hero .top-block .h1 {
          font-size: 60px;
          line-height: 1.1; } }
      @media (max-width: 767px) {
        .diversity-hero .top-block h1, .diversity-hero .top-block .h1 {
          margin-bottom: 6px; } }
    .diversity-hero .top-block .text-block {
      display: flex;
      align-items: center;
      margin-bottom: 0; }
      @media (max-width: 767px) {
        .diversity-hero .top-block .text-block {
          text-align: center;
          padding-top: 40px;
          padding-bottom: 20px; } }
      @media (min-width: 768px) {
        .diversity-hero .top-block .text-block {
          min-height: 360px;
          padding-right: 380px;
          padding-top: 35px;
          padding-bottom: 30px; } }
      @media (min-width: 1024px) {
        .diversity-hero .top-block .text-block {
          min-height: 416px;
          padding-top: 65px;
          padding-bottom: 50px; } }
      @media (min-width: 1120px) {
        .diversity-hero .top-block .text-block {
          padding-right: 580px; } }
      @media (min-width: 1400px) {
        .diversity-hero .top-block .text-block {
          min-height: 360px;
          padding-top: 65px;
          padding-bottom: 40px; } }
    @media (max-width: 1023px) {
      .diversity-hero .top-block .text {
        max-width: 440px; } }
    @media (max-width: 767px) {
      .diversity-hero .top-block .text {
        margin-left: auto;
        margin-right: auto; } }
  @media (max-width: 549px) {
    .diversity-hero .images-block {
      margin-left: -28px;
      margin-right: -28px; } }
  @media (max-width: 767px) {
    .diversity-hero .images-block {
      margin-top: -45px;
      transform: translateY(45px); } }
  .diversity-hero .images {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 12px;
    width: 100%; }
    @media (min-width: 768px) {
      .diversity-hero .images {
        max-width: 591px;
        position: absolute;
        right: -201px;
        top: -55px;
        gap: 13px; } }
    @media (min-width: 1024px) {
      .diversity-hero .images {
        top: -15px; } }
    @media (min-width: 1120px) {
      .diversity-hero .images {
        right: 0; } }
    @media (min-width: 1400px) {
      .diversity-hero .images {
        top: -70px; } }
  .diversity-hero .cell {
    position: relative;
    width: calc(50% - 6px); }
    @media (min-width: 768px) {
      .diversity-hero .cell {
        width: calc(33.3333% - 9px); } }
    @media (min-width: 768px) {
      .diversity-hero .cell:nth-child(1), .diversity-hero .cell:nth-child(4), .diversity-hero .cell:nth-child(3), .diversity-hero .cell:nth-child(6), .diversity-hero .cell:nth-child(8) {
        transform: translateY(40%); } }
    @media (max-width: 767px) {
      .diversity-hero .cell:nth-child(1), .diversity-hero .cell:nth-child(4) {
        transform: translateY(40%); } }
    @media (max-width: 767px) {
      .diversity-hero .cell:nth-child(3), .diversity-hero .cell:nth-child(6), .diversity-hero .cell:nth-child(8) {
        display: none; } }
  .diversity-hero .image {
    position: relative;
    overflow: hidden;
    padding-bottom: 100%;
    background: var(--blueBgGradient); }
    .diversity-hero .image img {
      position: absolute;
      height: 97%;
      width: 100%;
      bottom: 0;
      left: 0;
      object-fit: contain;
      object-position: bottom center; }
  @media (min-width: 768px) {
    .diversity-hero .bottom-block {
      min-height: 200px; } }
  @media (min-width: 1120px) {
    .diversity-hero .bottom-block {
      min-height: 280px; } }
  @media (max-width: 767px) {
    .diversity-hero .bottom-block {
      padding-top: 140px;
      padding-bottom: 30px; } }
  .diversity-hero .bottom-block .container {
    position: relative; }
  .diversity-hero .bottom-block .text {
    position: relative;
    z-index: 2; }
  @media (min-width: 768px) {
    .diversity-hero .bottom-block .styled-text {
      padding-right: 180px;
      padding-top: 92px; } }
  @media (min-width: 1120px) {
    .diversity-hero .bottom-block .styled-text {
      padding-right: 380px;
      padding-top: 92px; } }
  .diversity-hero .bottom-block .styled-text h2 {
    font-size: 25px;
    line-height: 1.36;
    font-weight: 500; }
    @media (min-width: 768px) {
      .diversity-hero .bottom-block .styled-text h2 {
        line-height: 1.33;
        font-size: 30px; } }
    .diversity-hero .bottom-block .styled-text h2 strong {
      font-weight: 500;
      color: var(--teal); }
  .diversity-hero .animated-title {
    position: absolute;
    top: -65px;
    left: 50px;
    font-size: 55px;
    color: #939393;
    opacity: 0.07; }
    @media (min-width: 768px) {
      .diversity-hero .animated-title {
        font-size: 163px;
        top: 20px;
        left: -50px; } }
    @media (min-width: 1400px) {
      .diversity-hero .animated-title {
        left: -10%; } }
    @media (min-width: 1600px) {
      .diversity-hero .animated-title {
        left: -20%; } }

.records {
  color: #fff;
  position: relative;
  overflow: hidden;
  padding: 60px 0 160px; }
  @media (min-width: 910px) {
    .records {
      padding: 90px 0; } }
  @media (max-width: 909px) {
    .records {
      background-color: var(--blue); } }
  @media (min-width: 910px) {
    .records:after {
      content: '';
      position: absolute;
      top: 0;
      right: 14%;
      bottom: 0;
      left: 0;
      background-color: var(--blue); } }
  .records .container {
    position: relative;
    z-index: 3; }
    @media (min-width: 910px) {
      .records .container {
        display: flex; } }
  .records .text {
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    width: 343px;
    min-width: 343px;
    padding-right: 13px; }
    @media (min-width: 910px) {
      .records .text {
        position: relative;
        z-index: 3;
        padding-bottom: 70px; } }
  .records .title {
    font-weight: 500;
    font-size: 36px;
    line-height: 1.2;
    text-transform: uppercase;
    padding-top: 50px; }
    .records .title strong {
      color: var(--teal);
      font-weight: 500; }
  @media (min-width: 910px) {
    .records .slide {
      padding: 0 10px; } }
  .records .slide img {
    width: 100%; }
  @media (min-width: 910px) {
    .records .slick-list {
      overflow: visible; } }
  .records .slides-counter {
    font-size: 18px;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 7px;
    margin-left: 23px; }
  .records .animated-title {
    position: absolute;
    top: -5px;
    left: 25%;
    font-size: 77px;
    color: #fff;
    opacity: 0.04;
    z-index: 3; }
    @media (min-width: 910px) {
      .records .animated-title {
        font-size: 163px;
        top: -5px;
        left: auto;
        right: -180px; } }
  .records .animated-title-holder {
    pointer-events: none; }
    @media (min-width: 910px) {
      .records .animated-title-holder {
        position: absolute;
        z-index: 50;
        overflow: hidden;
        right: -10px;
        top: 0;
        width: 100vw;
        height: 100%; } }

.records-slider-wrap {
  width: 100%;
  min-width: 100%;
  position: relative;
  z-index: 2; }
  @media (min-width: 910px) {
    .records-slider-wrap {
      width: 520px;
      min-width: 520px; } }
  .records-slider-wrap:after {
    content: '';
    position: absolute;
    z-index: 3;
    height: calc(100% + 2px);
    width: 100vw;
    right: 100%;
    top: -1px;
    background-color: var(--blue); }

.records-slider-nav {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: -87px;
  left: 28px; }
  @media (min-width: 910px) {
    .records-slider-nav {
      bottom: 0;
      left: 0; } }

.rs-arrow {
  background-color: var(--teal);
  color: #fff;
  width: 50px;
  height: 50px;
  margin: 0 1px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  padding: 0; }
  .rs-arrow:hover {
    background-color: #CE9246; }

.quote-section {
  margin-top: 60px;
  margin-bottom: 60px; }
  @media (min-width: 768px) {
    .quote-section {
      margin-top: 90px;
      margin-bottom: 60px; } }
  .quote-section .container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px; }
    @media (min-width: 480px) {
      .quote-section .container {
        gap: 40px; } }
    @media (min-width: 768px) {
      .quote-section .container {
        grid-template-columns: 1fr 1fr;
        gap: 40px; } }
    @media (min-width: 1024px) {
      .quote-section .container {
        gap: 70px; } }
    .quote-section .container:after {
      display: none; }

.quote {
  border: 5px solid var(--teal);
  position: relative;
  padding: 34px 20px 30px;
  font-size: 20px;
  line-height: 1.57;
  font-weight: 500; }
  
  .quote.quoteSmall {
  margin-top:45px;
  font-size: 19px;
  padding: 30px 20px 20px;
  }
  @media (min-width: 480px) {
    .quote {
      padding: 54px 36px 50px;
      font-size: 24px; } }
  @media (min-width: 1024px) {
    .quote {
      font-size: 28px;
      margin-top: 10px; } }
  .quote:after {
    content: '“';
    position: absolute;
    left: 30px;
    top: 30px;
    font-size: 208px;
    color: var(--teal);
    font-weight: 500;
    line-height: 1px; }

.text-and-image-cta {
  margin-top: 110px;
  margin-bottom: 60px; }
  @media (min-width: 768px) {
    .text-and-image-cta {
      margin-top: 120px;
      margin-bottom: 90px; } }
  .text-and-image-cta .container {
    display: flex;
    position: relative; }
    @media (max-width: 767px) {
      .text-and-image-cta .container {
        flex-wrap: wrap; } }
    .text-and-image-cta .container:after {
      display: none; }
  @media (min-width: 768px) {
    .text-and-image-cta.image-right .img-col {
      order: 5; } }
  @media (min-width: 768px) {
    .text-and-image-cta.image-right .img-col {
      padding-right: 0;
      padding-left: 40px; } }
  @media (min-width: 1024px) {
    .text-and-image-cta.image-right .img-col {
      padding-right: 0;
      padding-left: 70px; } }
  .text-and-image-cta .img-col {
    width: 100%;
    position: relative;
    z-index: 2; }
    @media (max-width: 767px) {
      .text-and-image-cta .img-col {
        order: 5;
        margin-top: 40px; } }
    @media (min-width: 768px) {
      .text-and-image-cta .img-col {
        width: 55%;
        padding-right: 40px; } }
    @media (min-width: 1024px) {
      .text-and-image-cta .img-col {
        width: 45%;
        padding-right: 70px; } }
    .text-and-image-cta .img-col img {
      width: 100%; }
  .text-and-image-cta .text-col {
    width: 100%;
    position: relative;
    z-index: 2; }
    @media (min-width: 768px) {
      .text-and-image-cta .text-col {
        width: 45%; } }
    @media (min-width: 1024px) {
      .text-and-image-cta .text-col {
        width: 55%; } }
  .text-and-image-cta .animated-title-holder {
    position: absolute;
    top: 0;
    left: 0; }
  .text-and-image-cta .animated-title {
    position: absolute;
    top: -57px;
    left: -160px; }
    @media (min-width: 768px) {
      .text-and-image-cta .animated-title {
        font-size: 113px;
        left: -30px;
        top: -94px; } }
    @media (min-width: 1024px) {
      .text-and-image-cta .animated-title {
        font-size: 163px;
        top: -137px;
        left: 30px; } }

.text-cta h2 {
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 30px; }
  .text-cta h2 strong {
    font-weight: 500;
    color: var(--teal); }

.text-cta .btns {
  display: flex;
  flex-wrap: wrap;
  column-gap: 28px;
  row-gap: 10px;
  margin-top: 34px; }
  .text-cta .btns .btn {
    min-width: 250px; }
    @media (min-width: 768px) {
      .text-cta .btns .btn {
        min-width: 177px; } }
    @media (max-width: 479px) {
      .text-cta .btns .btn {
        width: 100%; } }

.history-hero {
  padding-top: 46px;
  padding-bottom: 60px;
  position: relative; }
  @media (min-width: 1024px) {
    .history-hero {
      padding-top: 200px;
      padding-bottom: 80px; } }
  @media (max-width: 1023px) {
    .history-hero:after {
      content: '';
      position: absolute;
      bottom: 100%;
      margin-bottom: -1px;
      left: 0;
      height: 180px;
      width: 100%;
      background-color: #F4F5F7;
      pointer-events: none; } }
  .history-hero .slick-track {
    display: flex !important; }
  .history-hero .slick-slide {
    height: inherit !important; }
  .history-hero .slick-arrow {
    border: none;
    background-color: transparent;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 6px; }
    .history-hero .slick-arrow i {
      font-size: 39px;
      transition: .3s; }
      @media (min-width: 1024px) {
        .history-hero .slick-arrow i {
          font-size: 59px; } }
    .history-hero .slick-arrow:hover {
      color: var(--teal); }
  .history-hero .slick-prev {
    left: -34px; }
    @media (min-width: 1024px) {
      .history-hero .slick-prev {
        left: -68px; } }
  .history-hero .slick-next {
    right: -34px; }
    @media (min-width: 1024px) {
      .history-hero .slick-next {
        right: -68px; } }

.hero-text {
  text-align: center; }
  .hero-text h1, .hero-text .h1 {
    font-size: 47px;
    font-weight: 500;
    margin-bottom: 4px;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .hero-text h1, .hero-text .h1 {
        font-size: 80px; } }
  .hero-text .styled-text {
    width: 100%;
    max-width: 765px;
    margin: 0 auto; }

.timeline-hodler {
  position: relative;
  padding-top: 66px; }
  @media (min-width: 768px) {
    .timeline-hodler {
      padding-top: 86px; } }
  @media (min-width: 1200px) {
    .timeline-hodler {
      padding-top: 106px; } }
  .timeline-hodler .animated-title-holder {
    position: absolute;
    top: 0;
    left: 50%; }
  .timeline-hodler .animated-title {
    position: absolute;
    top: 20px;
    left: 0;
    opacity: 0.07;
    color: #939393; }
    @media (min-width: 768px) {
      .timeline-hodler .animated-title {
        font-size: 90px;
        top: 13px; } }
    @media (min-width: 1200px) {
      .timeline-hodler .animated-title {
        top: 13px;
        font-size: 113px; } }
    .timeline-hodler .animated-title span {
      display: inline-block;
      transform: translateX(-50%); }

.timeline-slider-wrap {
  position: relative;
  padding: 0 15px; }
  @media (min-width: 1024px) {
    .timeline-slider-wrap {
      padding: 0 80px; } }

.timeline-slider .slide {
  padding-left: 4px;
  padding-right: 4px; }

.timeline-slider .block {
  background-color: var(--blue);
  padding: 30px 34px 40px;
  height: 100%; }

.timeline-slider .year {
  font-size: 52px;
  color: var(--teal);
  font-weight: 300;
  margin-bottom: 7px; }

.timeline-slider .title {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 6px; }

.timeline-slider .text {
  font-size: 14px;
  color: #fff;
  line-height: 1.64; }
  .timeline-slider .text p {
    margin-bottom: 0; }

.about-us-hero {
  padding-top: 46px;
  position: relative;
  padding-bottom: 64px; }
  @media (min-width: 768px) {
    .about-us-hero {
      padding-bottom: 60px; } }
  @media (min-width: 1024px) {
    .about-us-hero {
      padding-top: 200px;
      padding-bottom: 0;
      margin-bottom: -43px; } }
  @media (max-width: 1023px) {
    .about-us-hero:after {
      content: '';
      position: absolute;
      bottom: 100%;
      margin-bottom: -1px;
      left: 0;
      height: 180px;
      width: 100%;
      background-color: #F4F5F7;
      pointer-events: none; } }
  .about-us-hero .top {
    display: flex;
    position: relative;
    margin-bottom: 24px; }
    @media (max-width: 767px) {
      .about-us-hero .top {
        flex-wrap: wrap; } }
    .about-us-hero .top .title {
      font-size: 47px;
      font-weight: 500;
      margin-bottom: 30px;
      text-transform: uppercase; }
      @media (min-width: 768px) {
        .about-us-hero .top .title {
          font-size: 60px;
          margin-bottom: 20px; } }
      @media (min-width: 1024px) {
        .about-us-hero .top .title {
          font-size: 80px;
          margin-bottom: 50px; } }
    .about-us-hero .top .image-col {
      width: 100%;
      position: relative;
      z-index: 2; }
      @media (max-width: 767px) {
        .about-us-hero .top .image-col {
          order: 5;
          margin-top: 5px; } }
      @media (min-width: 768px) {
        .about-us-hero .top .image-col {
          width: 55%;
          padding-left: 40px;
          margin-bottom: 30px;
          padding-top: 15px; } }
      @media (min-width: 1024px) {
        .about-us-hero .top .image-col {
          width: 47%;
          padding-left: 85px;
          margin-bottom: 0; } }
      .about-us-hero .top .image-col img {
        width: 100%; }
    .about-us-hero .top .text-col {
      width: 100%;
      position: relative;
      z-index: 2; }
      @media (min-width: 768px) {
        .about-us-hero .top .text-col {
          width: 45%; } }
      @media (min-width: 1024px) {
        .about-us-hero .top .text-col {
          width: 53%; } }
  .about-us-hero .bottom {
    display: flex;
    position: relative; }
    @media (max-width: 767px) {
      .about-us-hero .bottom {
        flex-wrap: wrap; } }
    .about-us-hero .bottom .image-col {
      width: 100%;
      position: relative;
      z-index: 50; }
      @media (max-width: 767px) {
        .about-us-hero .bottom .image-col {
          order: 5;
          margin-top: 10px; } }
      @media (min-width: 768px) {
        .about-us-hero .bottom .image-col {
          width: 55%;
          padding-right: 40px; } }
      @media (min-width: 1024px) {
        .about-us-hero .bottom .image-col {
          width: 47%;
          padding-right: 85px; } }
      .about-us-hero .bottom .image-col img {
        width: 100%; }
    .about-us-hero .bottom .text-col {
      width: 100%;
      position: relative;
      z-index: 2;
      padding-top: 60px; }
      @media (min-width: 768px) {
        .about-us-hero .bottom .text-col {
          width: 45%;
          padding-top: 124px; } }
      @media (min-width: 1024px) {
        .about-us-hero .bottom .text-col {
          width: 53%;
          padding-top: 154px;
          padding-bottom: 60px; } }
  .about-us-hero .animated-title {
    color: #939393;
    opacity: 0.08;
    position: absolute;
    top: 0px;
    left: -50px; }
    @media (min-width: 768px) {
      .about-us-hero .animated-title {
        font-size: 90px;
        top: -20px;
        left: -150px; } }
    @media (min-width: 1024px) {
      .about-us-hero .animated-title {
        font-size: 163px;
        top: -30px; } }

.animated-numbers-alt,
.animated-numbers {
  padding-top: 65px;
  padding-bottom: 1px;
  position: relative;
  z-index: 2; }
  @media (min-width: 700px) {
    .animated-numbers-alt,
    .animated-numbers {
      padding-bottom: 25px; } }
  @media (min-width: 1024px) {
    .animated-numbers-alt,
    .animated-numbers {
      padding-top: 52px;
      padding-bottom: 32px; } }
  .animated-numbers-alt .container,
  .animated-numbers .container {
    flex-wrap: wrap;
    align-items: center; }
    @media (min-width: 1024px) {
      .animated-numbers-alt .container,
      .animated-numbers .container {
        display: flex; } }
    .animated-numbers-alt .container:after,
    .animated-numbers .container:after {
      display: none; }
  .animated-numbers-alt .text-cta,
  .animated-numbers .text-cta {
    width: 100%;
    line-height: 1.58; }
    @media (min-width: 1024px) {
      .animated-numbers-alt .text-cta,
      .animated-numbers .text-cta {
        width: 30%; } }
    @media (max-width: 1023px) {
      .animated-numbers-alt .text-cta,
      .animated-numbers .text-cta {
        text-align: center; } }
  .animated-numbers-alt .numbers,
  .animated-numbers .numbers {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    padding-left: 0; }
    @media (max-width: 1023px) {
      .animated-numbers-alt .numbers,
      .animated-numbers .numbers {
        justify-content: center; } }
    @media (min-width: 1024px) {
      .animated-numbers-alt .numbers,
      .animated-numbers .numbers {
        margin-right: -20px;
        width: 70%;
        padding-left: 40px; } }
    .animated-numbers-alt .numbers li,
    .animated-numbers .numbers li {
      width: 100%;
      padding: 0 0 30px;
      margin-top: 20px;
      margin-bottom: 10px; }
      @media (min-width: 700px) {
        .animated-numbers-alt .numbers li,
        .animated-numbers .numbers li {
          width: 33.3%;
          border-right: 1px solid #A6BED9;
          padding: 0 15px 10px;
          margin-bottom: 20px; } 
        .animated-numbers-alt .numbers.four li,
        .animated-numbers .numbers.four li {
          width: 25%; }
        .animated-numbers-alt .numbers.four li:nth-child(3n),
      .animated-numbers .numbers.four li:nth-child(3n) {
    	border-right: 1px solid #A6BED9; }}
      @media (max-width: 699px) {
        .animated-numbers-alt .numbers li,
        .animated-numbers .numbers li {
          border-bottom: 1px solid #A6BED9; } }
      .animated-numbers-alt .numbers li:nth-child(3n),
      .animated-numbers .numbers li:nth-child(3n) {
        border-right: none; }
      .animated-numbers-alt .numbers.four li:nth-child(4n),
      .animated-numbers .numbers.four li:nth-child(4n) {
        border-right: none; }
      .animated-numbers-alt .numbers li:last-child,
      .animated-numbers .numbers li:last-child {
        border-bottom: none; }
    .animated-numbers-alt .numbers a,
    .animated-numbers .numbers a {
      text-decoration: none; }
  .animated-numbers-alt .number,
  .animated-numbers .number {
    font-size: 72px;
    line-height: 1;
    font-weight: 300;
    color: var(--teal);
    margin-top: -5px;
    margin-bottom: 9px; }
  .animated-numbers-alt .number.percent::after,
  .animated-numbers .number.percent::after {
  content: '%';
	}
  .animated-numbers-alt .number.plus::after,
  .animated-numbers .number.plus::after {
  content: '+';
	}
  .animated-numbers-alt .title,
  .animated-numbers .title {
    font-size: 20px;
    font-weight: 300;
    color: var(--blue);
    line-height: 1.35; }
  .animated-numbers-alt.dark-blue-bg,
  .animated-numbers.dark-blue-bg {
    color: #fff; }
    .animated-numbers-alt.dark-blue-bg .title,
    .animated-numbers.dark-blue-bg .title {
      color: #fff; }

.animated-numbers-alt {
  padding-top: 40px; }
  @media (min-width: 1024px) {
    .animated-numbers-alt {
      padding-top: 27px;
      padding-bottom: 2px; } }
  .animated-numbers-alt .numbers {
    width: 100%;
    padding: 0; }
    .animated-numbers-alt .numbers a {
      display: block;
      margin: 0 auto;
      max-width: 200px; }

@media (min-width: 1024px) {
  .about-us-hero + .animated-numbers {
    padding-top: 88px; } }

.text-and-gallery-cta {
  margin-top: 60px;
  margin-bottom: 60px; }
  @media (min-width: 768px) {
    .text-and-gallery-cta {
      margin-top: 40px;
      margin-bottom: 70px; } }
  .text-and-gallery-cta .container {
    display: flex;
    position: relative; }
    @media (max-width: 767px) {
      .text-and-gallery-cta .container {
        flex-wrap: wrap; } }
    .text-and-gallery-cta .container:after {
      display: none; }
  @media (min-width: 768px) {
    .text-and-gallery-cta.image-right .img-col {
      order: 5; } }
  @media (min-width: 768px) {
    .text-and-gallery-cta.image-right .img-col {
      padding-right: 0;
      padding-left: 40px; } }
  @media (min-width: 1024px) {
    .text-and-gallery-cta.image-right .img-col {
      padding-right: 0;
      padding-left: 70px; } }
  .text-and-gallery-cta .img-col {
    width: 100%;
    position: relative;
    z-index: 2; }
    @media (max-width: 767px) {
      .text-and-gallery-cta .img-col {
        order: 5;
        margin-top: 40px; } }
    @media (min-width: 768px) {
      .text-and-gallery-cta .img-col {
        width: 55%;
        padding-right: 40px; } }
    @media (min-width: 1024px) {
      .text-and-gallery-cta .img-col {
        width: 53%;
        padding-right: 70px; } }
    .text-and-gallery-cta .img-col img {
      width: 100%; }
  .text-and-gallery-cta .text-col {
    width: 100%;
    position: relative;
    z-index: 2; }
    @media (min-width: 768px) {
      .text-and-gallery-cta .text-col {
        width: 45%; } }
    @media (min-width: 1024px) {
      .text-and-gallery-cta .text-col {
        width: 47%; } }

.gallery-cta {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 22px; }
  .gallery-cta .cell {
    width: calc(50% - 11px); }
    .gallery-cta .cell:nth-child(4n), .gallery-cta .cell:nth-child(1) {
      transform: translateY(40%); }
  .gallery-cta .image {
    padding-bottom: 100%;
    position: relative;
    overflow: hidden; }
  .gallery-cta img {
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    object-fit: cover;
    object-position: center; }

.text-and-image-cta-alt {
  margin-top: 110px;
  margin-bottom: 60px; }
  @media (min-width: 768px) {
    .text-and-image-cta-alt {
      margin-top: 90px;
      margin-bottom: 70px; } }
  .text-and-image-cta-alt .container {
    display: flex;
    position: relative; }
    @media (max-width: 767px) {
      .text-and-image-cta-alt .container {
        flex-wrap: wrap; } }
    .text-and-image-cta-alt .container:after {
      display: none; }
  @media (min-width: 768px) {
    .text-and-image-cta-alt.image-right .img-col {
      order: 5; } }
  @media (min-width: 768px) {
    .text-and-image-cta-alt.image-right .img-col {
      padding-right: 0;
      padding-left: 40px; } }
  @media (min-width: 1024px) {
    .text-and-image-cta-alt.image-right .img-col {
      padding-right: 0;
      padding-left: 70px; } }
  .text-and-image-cta-alt .img-col {
    width: 100%;
    position: relative;
    z-index: 2; }
    @media (max-width: 767px) {
      .text-and-image-cta-alt .img-col {
        order: 5;
        margin-top: 10px; } }
    @media (min-width: 768px) {
      .text-and-image-cta-alt .img-col {
        width: 55%;
        padding-right: 40px; } }
    @media (min-width: 1024px) {
      .text-and-image-cta-alt .img-col {
        width: 45%;
        padding-right: 70px; } }
    .text-and-image-cta-alt .img-col img {
      width: 100%; }
  .text-and-image-cta-alt .text-col {
    width: 100%;
    position: relative;
    z-index: 2; }
    @media (min-width: 768px) {
      .text-and-image-cta-alt .text-col {
        width: 45%;
        padding-top: 60px; } }
    @media (min-width: 1024px) {
      .text-and-image-cta-alt .text-col {
        width: 55%; } }
  .text-and-image-cta-alt .animated-title-holder {
    position: absolute;
    top: 0;
    left: 0; }
  .text-and-image-cta-alt .animated-title {
    position: absolute;
    top: -57px;
    left: -260px; }
    @media (min-width: 768px) {
      .text-and-image-cta-alt .animated-title {
        font-size: 113px;
        left: 50px;
        top: -44px; } }
    @media (min-width: 1024px) {
      .text-and-image-cta-alt .animated-title {
        font-size: 163px;
        top: -77px;
        left: 130px; } }

.text-hero {
  padding-top: 60px;
  padding-bottom: 70px;
  position: relative;
  text-align: center; }
  @media (min-width: 1024px) {
    .text-hero {
      padding-top: 200px;
      padding-bottom: 80px; } }
  @media (max-width: 1023px) {
    .text-hero:after {
      content: '';
      position: absolute;
      bottom: 100%;
      margin-bottom: -1px;
      left: 0;
      height: 180px;
      width: 100%;
      background-color: #F4F5F7;
      pointer-events: none; } }
  .text-hero h1, .text-hero .h1 {
    font-size: 47px;
    font-weight: 500;
    margin-bottom: 4px;
    text-transform: uppercase; }
  .text-hero.contact h1, .text-hero.contact .h1 {
    font-size: 38px; }
    @media (min-width: 768px) {
      .text-hero h1, .text-hero .h1 {
        font-size: 80px; } 
      .text-hero.contact h1, .text-hero.contact .h1 {
        font-size: 60px; } }
  .text-hero .styled-text {
    width: 100%;
    max-width: 765px;
    margin: 0 auto; }
    .text-hero .styled-text p:last-child {
      margin-bottom: 5px; }

.contact-section {
  margin-top: 50px;
  margin-bottom: 64px; }
  @media (min-width: 1024px) {
    .contact-section {
      margin-bottom: 77px; } }
  .contact-section .container {
    display: flex; }
  .contact-section .left {
    width: 100%; }
    @media (max-width: 1023px) {
      .contact-section .left {
        display: flex;
        flex-wrap: wrap; } }
    @media (max-width: 767px) {
      .contact-section .left {
        display: block; } }
    @media (min-width: 1024px) {
      .contact-section .left {
        width: 40%; } }
    .contact-section .left .map-block {
      width: 50%; }
      @media (min-width: 1024px) {
        .contact-section .left .map-block {
          display: none; } }
      @media (max-width: 767px) {
        .contact-section .left .map-block {
          display: block;
          width: 100%;
          max-width: 460px;
          margin: 0 auto 24px; } }
      @media (min-width: 768px) {
        .contact-section .left .map-block {
          order: 4; } }
  .contact-section .right {
    display: none; }
    @media (min-width: 1024px) {
      .contact-section .right {
        width: 50%;
        display: block; } }
  .contact-section .text-cta {
    width: 100%; }
    @media (max-width: 1023px) {
      .contact-section .text-cta {
        font-size: 20px;
        line-height: 1.75; } }
  .contact-section .map-block {
    padding-top: 2px; }
    @media (min-width: 768px) {
      .contact-section .map-block {
        padding-top: 20px;
        padding-left: 30px; } }
    @media (min-width: 1024px) {
      .contact-section .map-block {
        padding-left: 70px; } }
  .contact-section .map {
    position: relative;
    display: flex; }
    .contact-section .map img {
      width: 100%;
      display: block; }
  .contact-section .pins {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  .contact-section .pin {
    position: absolute;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    background-color: #BB8B4D;
    border: 2px solid #fff;
    transition: .2s;
    padding: 0; }
    .contact-section .pin:hover {
      transform: scale(1.2); }
  .contact-section .accordion-block {
    width: 100%; }
    @media (min-width: 768px) {
      .contact-section .accordion-block {
        width: 50%; } }
    @media (min-width: 1024px) {
      .contact-section .accordion-block {
        width: 100%; } }

.location-block {
  padding: 0 25px 20px 24px; }
  @media (min-width: 1024px) {
    .location-block {
      padding: 0 25px 44px 44px; } }
  .location-block .address {
    position: relative;
    font-style: normal;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.64;
    padding-left: 22px;
    margin-bottom: 8px;
    max-width: 272px; }
    .location-block .address address {
      font-style: normal;
      font-size: 17px;
      font-weight: 300;
      line-height: 1.64;
      margin: 0; }
    .location-block .address i {
      color: var(--teal);
      font-size: 13px;
      position: absolute;
      left: 0;
      top: 9px; }
  .location-block .phone {
    padding-left: 22px;
    position: relative; }
    .location-block .phone a {
      font-size: 19px;
      font-weight: 500;
      white-space: nowrap;
      color: var(--teal);
      text-decoration: none; }
      .location-block .phone a:hover {
        color: var(--blue); }
    .location-block .phone i {
      color: var(--teal);
      font-size: 13px;
      position: absolute;
      left: 0;
      top: 10px; }
  .location-block .contact-person {
    display: flex;
    margin-top: 22px; }
    @media (min-width: 1024px) {
      .location-block .contact-person {
        margin-top: 42px; } }
  .location-block .photo {
    width: 50px;
    min-width: 50px;
    height: 50px;
    background: var(--blueBgGradient);
    position: relative;
    overflow: hidden;
    margin-right: 14px; }
    .location-block .photo img {
      position: absolute;
      height: 97%;
      width: 100%;
      bottom: 0;
      left: 0;
      object-fit: contain;
      object-position: bottom center; }
  .location-block .name {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 1.2; }
  .location-block .position {
    font-size: 17px;
    font-weight: 300; }

.accordion-row {
  border-bottom: 1px solid #DDDDDD; }
  .accordion-row.active {
    border-bottom-color: #F4F5F7; }
    .accordion-row.active .accordion-head {
      background-color: #F4F5F7;
      padding: 15px 55px 15px 24px;
      font-size: 26px; }
      @media (min-width: 1024px) {
        .accordion-row.active .accordion-head {
          padding: 25px 55px 10px 44px; } }
      .accordion-row.active .accordion-head:before, .accordion-row.active .accordion-head:after {
        transform: translateY(0); }
        @media (min-width: 1024px) {
          .accordion-row.active .accordion-head:before, .accordion-row.active .accordion-head:after {
            transform: translateY(7px); } }

.accordion-head {
  background-color: transparent;
  border: none;
  padding: 15px 55px 15px 0;
  font-size: 20px;
  color: var(--blue);
  font-weight: 500;
  position: relative;
  display: block;
  width: 100%;
  text-align: left;
  transition: .3s; }
  .accordion-head:hover:after, .accordion-head:hover:before {
    background-color: var(--blue); }
  .accordion-head:after, .accordion-head:before {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -2px;
    right: 30px;
    width: 16px;
    height: 3px;
    background-color: var(--teal);
    border-radius: 10px;
    transition: .3s; }
  .accordion-head:after {
    transform: rotate(90deg); }

.accordion-body {
  background-color: #F4F5F7; }

.careers-hero {
  padding-top: 46px;
  padding-bottom: 140px;
  position: relative;
  text-align: center; }
  @media (min-width: 768px) {
    .careers-hero {
      padding-bottom: 60px; } }
  @media (min-width: 1024px) {
    .careers-hero {
      padding-top: 200px;
      padding-bottom: 90px; } }
  @media (max-width: 1023px) {
    .careers-hero:after {
      content: '';
      position: absolute;
      bottom: 100%;
      margin-bottom: -1px;
      left: 0;
      height: 180px;
      width: 100%;
      background-color: #F4F5F7;
      pointer-events: none; } }
  .careers-hero .text-row .title {
    font-size: 54px;
    font-weight: 500;
    margin-bottom: 4px;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .careers-hero .text-row .title {
        font-size: 80px; } }
    @media (max-width: 767px) {
      .careers-hero .text-row .title {
        margin-bottom: 40px; } }
  @media (max-width: 767px) {
    .careers-hero .text-row .text {
      font-size: 24px;
      line-height: 1.66; } }
  .careers-hero .styled-text {
    width: 100%;
    max-width: 765px;
    margin: 0 auto; }

.careers-slider-wrap {
  width: 100%;
  max-width: 1030px;
  margin: 60px auto 0; }

.careers-slider .slick-track {
  display: flex !important; }

.careers-slider .slick-slide {
  height: inherit !important; }

.careers-slider .slide {
  background-color: #fff;
  display: block; }
  @media (min-width: 768px) {
    .careers-slider .slide {
      display: flex; } }

.careers-slider .photo {
  width: 100%;
  display: flex;
  align-items: flex-end;
  background-color: var(--blue); }
  @media (min-width: 768px) {
    .careers-slider .photo {
      width: 39%; } }

.careers-slider .img-holder {
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: var(--blue); }
  @media (max-width: 767px) {
    .careers-slider .img-holder {
      max-width: 400px;
      height: 380px;
      margin-left: auto;
      margin-right: auto; } }
  @media (max-width: 499px) {
    .careers-slider .img-holder {
      max-width: 100%;
      height: auto;
      padding-bottom: 98%; } }
  @media (min-width: 768px) {
    .careers-slider .img-holder {
      width: 100%;
      max-width: 100%;
      padding-bottom: 98%; } }
  .careers-slider .img-holder img {
    position: absolute;
    height: 97%;
    width: 100%;
    bottom: 0;
    left: 0;
    object-fit: contain;
    object-position: bottom center; }

.careers-slider .description-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 40px 22px 48px 22px;
  text-align: left; }
  @media (min-width: 768px) {
    .careers-slider .description-wrap {
      width: 60%;
      padding: 30px 30px 30px 30px; } }
  @media (min-width: 1200px) {
    .careers-slider .description-wrap {
      padding: 30px 60px 30px 78px; } }

.careers-slider .title {
  font-size: 25px;
  font-weight: 500;
  line-height: 1.26;
  margin-bottom: 11px; }
  @media (min-width: 1024px) {
    .careers-slider .title {
      font-size: 30px;
      margin-bottom: 26px; } }

.careers-slider .text {
  line-height: 1.36;
  font-size: 22px;
  margin-bottom: 11px; }
  @media (min-width: 768px) {
    .careers-slider .text {
      font-size: 18px; } }
  @media (min-width: 1024px) {
    .careers-slider .text {
      font-size: 22px;
      margin-bottom: 20px; } }
  .careers-slider .text p {
    margin-bottom: 0; }

.careers-slider .name {
  font-size: 23px;
  font-weight: 600;
  line-height: 1.26;
  color: var(--teal); }

.careers-slider .location {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.23; }

.careers-slider .slick-arrow {
  width: 50px;
  height: 50px;
  background-color: #fff;
  border: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .3s;
  bottom: -76px;
  position: absolute;
  z-index: 3; }
  @media (min-width: 768px) {
    .careers-slider .slick-arrow {
      bottom: 0; } }
  .careers-slider .slick-arrow:hover {
    background-color: var(--blue); }
    .careers-slider .slick-arrow:hover i {
      color: #fff; }
  .careers-slider .slick-arrow i {
    font-size: 16px;
    transition: .3s; }

@media (max-width: 767px) {
  .careers-slider .slick-prev {
    left: 50%;
    margin-left: -51px; } }

@media (min-width: 768px) {
  .careers-slider .slick-prev {
    left: 0; } }

@media (max-width: 767px) {
  .careers-slider .slick-next {
    left: 50%; } }

@media (min-width: 768px) {
  .careers-slider .slick-next {
    left: 51px; } }

.email-us {
  color: #fff;
  padding: 66px 0; }
  @media (min-width: 768px) {
    .email-us {
      padding: 77px 0; } }
  @media (min-width: 768px) {
    .email-us .container {
      display: grid;
      grid-template-columns: 1fr 1fr; } }
  .email-us .text-col {
    line-height: 1.62; }
    @media (min-width: 768px) {
      .email-us .text-col {
        padding-right: 30px; } }
    @media (min-width: 1024px) {
      .email-us .text-col {
        padding-right: 85px; } }
    .email-us .text-col h2 {
      font-size: 30px;
      font-weight: 400;
      margin-bottom: 20px; }
  @media (max-width: 767px) {
    .email-us .email-block {
      margin-top: 40px; } }
  .email-us .email-block .image {
    padding-bottom: 90%;
    position: relative;
    overflow: hidden; }
    @media (min-width: 480px) {
      .email-us .email-block .image {
        padding-bottom: 56%; } }
    .email-us .email-block .image img {
      position: absolute;
      height: 100%;
      width: 100%;
      bottom: 0;
      left: 0;
      object-fit: cover;
      object-position: center; }
  .email-us .email-link {
    background-color: var(--teal);
    padding: 35px 15px;
    font-size: 17px;
    line-height: 1.2;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: .2s; }
    @media (max-width: 479px) {
      .email-us .email-link {
        flex-direction: column;
        padding: 22px 15px 27px; } }
    @media (min-width: 1024px) {
      .email-us .email-link {
        font-size: 20px; } }
    .email-us .email-link:hover {
      color: var(--blue); }
    .email-us .email-link i {
      margin-right: 10px;
      font-size: 20px;
      position: relative;
      top: 2px; }
      @media (max-width: 479px) {
        .email-us .email-link i {
          margin-right: 0;
          margin-bottom: 10px; } }

.text-cta-section {
  margin: 52px 0 60px; }
  @media (min-width: 768px) {
    .text-cta-section {
      margin: 72px 0 77px; } }
  .text-cta-section .container {
    max-width: 926px; }
  .text-cta-section .title {
    font-size: 27px;
    line-height: 1.37;
    font-weight: 500;
    margin-bottom: 0; }
  .text-cta-section .sub-title {
    font-size: 27px;
    line-height: 1.37;
    font-weight: 300;
    margin-bottom: 20px; }
  .text-cta-section .btns {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 40px;
    gap: 14px; }
    @media (min-width: 768px) {
      .text-cta-section .btns {
        ap: 18px; } }
  .text-cta-section .btn {
    min-width: 252px; }
    @media (min-width: 768px) {
      .text-cta-section .btn {
        min-width: 184px; } }

.awards {
  margin: 72px 0 70px; }
  @media (min-width: 768px) {
    .awards {
      margin: 82px 0 87px; } }
  .awards .container {
    position: relative;
    padding-top: 70px; }
    @media (min-width: 1024px) {
      .awards .container {
        padding-top: 90px; } }
  .awards .animated-title-holder {
    position: absolute;
    top: -20px;
    left: 50%; }
    @media (min-width: 768px) {
      .awards .animated-title-holder {
        top: 0; } }
    @media (min-width: 1024px) {
      .awards .animated-title-holder {
        top: -20px; } }
  .awards .animated-title {
    position: absolute;
    font-size: 72px; }
    @media (min-width: 768px) {
      .awards .animated-title {
        font-size: 110px; } }
    @media (min-width: 1024px) {
      .awards .animated-title {
        font-size: 163px; } }
    .awards .animated-title span {
      display: block;
      transform: translateX(-10%); }
      @media (min-width: 768px) {
        .awards .animated-title span {
          transform: translateX(-25%); } }
      @media (min-width: 1024px) {
        .awards .animated-title span {
          transform: translateX(-30%); } }
  .awards .slick-slide {
    margin: 0 15px; }
  .awards .slick-list {
    margin: 0 -15px; }
  @media (min-width: 768px) {
    .awards .awards-slider-wrap {
      padding: 0 40px; } }
  @media (max-width: 767px) {
    .awards .awards-slider {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
      row-gap: 32px;
      column-gap: 32px; } }
  @media (max-width: 767px) {
    .awards .awards-slider .slide {
      width: calc(33.3333% - 22px); } }
  @media (max-width: 479px) {
    .awards .awards-slider .slide {
      width: calc(50% - 16px); } }
  .awards .award {
    height: 120px;
    position: relative; }
    .awards .award img {
      position: absolute;
      max-width: 100%;
      max-height: 100%;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      object-fit: contain;
      object-position: center; }
  .awards .slick-arrow {
    border: none;
    background: none;
    color: #DBDBDB;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: .2s; }
    .awards .slick-arrow:hover {
      color: var(--blue); }
    .awards .slick-arrow i {
      font-size: 25px;
      transition: .2s; }
  .awards .slick-prev {
    left: -60px; }
  .awards .slick-next {
    right: -60px; }

.open-positions {
  text-align: center;
  margin: 52px 0 50px; }
  @media (min-width: 768px) {
    .open-positions {
      margin: 72px 0 77px; } }
  .open-positions .title {
    font-size: 30px;
    font-weight: 500;
    line-height: 1.26;
    text-transform: uppercase;
    margin-bottom: 18px; }
    @media (min-width: 768px) {
      .open-positions .title {
        margin-bottom: 28px; } }
  .open-positions .mobile-table-filter {
    margin-bottom: 33px; }
    @media (min-width: 768px) {
      .open-positions .mobile-table-filter {
        display: none; } }

.open-positions-table {
  text-align: left;
  border: none; }
  @media (min-width: 768px) {
    .open-positions-table {
      width: 100%;
      max-width: 834px;
      margin: 0 auto; } }
  @media (max-width: 767px) {
    .open-positions-table {
      display: block;
      margin-left: -28px;
      margin-right: -28px; } }
  @media (max-width: 767px) {
    .open-positions-table thead {
      display: none; } }
  @media (max-width: 767px) {
    .open-positions-table tbody {
      display: block; } }
  .open-positions-table tbody tr {
    border-bottom: 1px solid #fff; }
    @media (max-width: 767px) {
      .open-positions-table tbody tr {
        display: block;
        border-radius: 5px;
        position: relative;
        overflow: hidden; } }
    .open-positions-table tbody tr td {
      background-color: #F4F5F7; }
      @media (max-width: 767px) {
        .open-positions-table tbody tr td {
          display: block; } }
    .open-positions-table tbody tr:nth-child(even) td {
      background-color: #fff; }
      @media (min-width: 768px) {
        .open-positions-table tbody tr:nth-child(even) td {
          background-color: rgba(244, 245, 247, 0.5); } }
  .open-positions-table th {
    border: none;
    text-align: left;
    padding: 5px 20px; }
    @media (min-width: 768px) {
      .open-positions-table th.contact {
        padding-right: 16px;
        text-align: right; } }
    @media (min-width: 768px) {
      .open-positions-table th.position {
        width: 47%; } }
  .open-positions-table td {
    border: none;
    text-align: left;
    position: relative;
    overflow: hidden;
    padding: 2px 20px 2px 60px; }
    @media (min-width: 768px) {
      .open-positions-table td {
        padding: 10px 20px; } }
    @media (min-width: 768px) {
      .open-positions-table td.contact {
        padding-right: 30px;
        text-align: right;
        border-radius: 0 5px 5px 0; } }
    @media (max-width: 767px) {
      .open-positions-table td.contact {
        padding-bottom: 25px; } }
    .open-positions-table td.contact a {
      text-decoration: none;
      text-transform: uppercase;
      color: var(--teal);
      font-size: 16px;
      font-weight: 500;
      transition: .2s; }
      @media (min-width: 768px) {
        .open-positions-table td.contact a {
          font-size: 15px; } }
      .open-positions-table td.contact a:hover {
        color: var(--blue); }
    .open-positions-table td.location {
      font-size: 18px; }
      @media (min-width: 768px) {
        .open-positions-table td.location {
          font-size: 17px; } }
    .open-positions-table td.position {
      font-size: 21px;
      font-weight: 600; }
      @media (min-width: 768px) {
        .open-positions-table td.position {
          font-size: 17px;
          font-weight: 500;
          border-radius: 5px 0 0 5px; } }
      @media (max-width: 767px) {
        .open-positions-table td.position {
          padding-top: 25px; } }

.th-filter {
  display: inline-block;
  position: relative;
  line-height: 1.2;
  color: #9B9B9B;
  background: none;
  font-size: 13px;
  font-weight: 500;
  border: none;
  padding: 4px 22px 4px 0;
  text-transform: uppercase;
  transition: .2s; }
  .th-filter i {
    position: absolute;
    top: 3px;
    right: 0;
    font-size: 15px;
    transition: .2s; }
  .th-filter.active {
    color: var(--blue); }
  .th-filter[data-direction="DESC"] i {
    transform: rotate(180deg); }

.blog-detail-approved-hero,
.blog-approved-hero {
  position: relative;
  background: #02213C;
  padding: 235px 0 0;
  color: #fff; }
  @media (min-width: 768px) {
    .blog-detail-approved-hero,
    .blog-approved-hero {
      padding: 255px 0 0; } }
  .blog-detail-approved-hero .bg-image,
  .blog-approved-hero .bg-image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    opacity: 0.5; }
  .blog-detail-approved-hero .container,
  .blog-approved-hero .container {
    position: relative;
    z-index: 5;
    display: flex; }
  .blog-detail-approved-hero .text-col,
  .blog-approved-hero .text-col {
    width: 100%;
    padding-bottom: 50px; }
    @media (min-width: 768px) {
      .blog-detail-approved-hero .text-col,
      .blog-approved-hero .text-col {
        padding-bottom: 95px; } }
    @media (min-width: 1024px) {
      .blog-detail-approved-hero .text-col,
      .blog-approved-hero .text-col {
        width: calc(100% - 340px);
        padding-right: 20px; } }
  .blog-detail-approved-hero .form-col,
  .blog-approved-hero .form-col {
    width: 340px;
    position: relative; }
    @media (max-width: 1023px) {
      .blog-detail-approved-hero .form-col,
      .blog-approved-hero .form-col {
        display: none; } }
  .blog-detail-approved-hero .label,
  .blog-approved-hero .label {
    font-size: 20px;
    font-weight: 500;
    background: var(--teal);
    text-transform: uppercase;
    display: inline-block;
    padding: 10px 20px;
    line-height: 1;
    letter-spacing: .5px;
    margin-bottom: 12px; }
    @media (min-width: 768px) {
      .blog-detail-approved-hero .label,
      .blog-approved-hero .label {
        font-size: 23px; } }
  .blog-detail-approved-hero .title,
  .blog-approved-hero .title {
    line-height: 1.075;
    font-size: 40px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      .blog-detail-approved-hero .title,
      .blog-approved-hero .title {
        font-size: 71px;
        line-height: 0.93;
        margin-bottom: 22px; } }
  .blog-detail-approved-hero .subtitle,
  .blog-approved-hero .subtitle {
    font-size: 16px;
    line-height: 1.44;
    font-weight: 400;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: .6px; }
    @media (min-width: 768px) {
      .blog-detail-approved-hero .subtitle,
      .blog-approved-hero .subtitle {
        font-size: 22px;
        line-height: 1.4;
        letter-spacing: 1px; } }
  .blog-detail-approved-hero .empower-block,
  .blog-approved-hero .empower-block {
    background: var(--teal);
    color: #fff;
    text-align: center;
    padding: 40px 40px 43px;
    position: absolute;
    right: 0;
    bottom: -154px; }
    .blog-detail-approved-hero .empower-block .eb-title,
    .blog-approved-hero .empower-block .eb-title {
      font-size: 36px;
      font-weight: 300;
      line-height: 1.14;
      margin-bottom: 14px; }
      .blog-detail-approved-hero .empower-block .eb-title strong,
      .blog-approved-hero .empower-block .eb-title strong {
        font-weight: bold; }
    .blog-detail-approved-hero .empower-block p,
    .blog-approved-hero .empower-block p {
      font-size: 19px;
      line-height: 1.26;
      margin-bottom: 16px; }
    .blog-detail-approved-hero .empower-block input[type="email"],
    .blog-approved-hero .empower-block input[type="email"] {
      width: 100%;
      margin-bottom: 15px; }
    .blog-detail-approved-hero .empower-block button[type="submit"],
    .blog-approved-hero .empower-block button[type="submit"] {
      width: 100%;
      font-size: 23px;
      padding: 14px 14px; }

.approved-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2; }
  .approved-hero-overlay .left-shadow {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
    @media (max-width: 767px) {
      .approved-hero-overlay .left-shadow {
        display: none; } }
    @media (min-width: 1024px) {
      .approved-hero-overlay .left-shadow {
        width: calc(50% + 300px); } }
  .approved-hero-overlay .bottom-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: calc(100% - 155px); }
    @media (min-width: 768px) {
      .approved-hero-overlay .bottom-shadow {
        display: none; } }
  .approved-hero-overlay:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 140px;
    top: 0;
    left: 0;
    background: linear-gradient(to top, rgba(3, 42, 76, 0) 0%, #01080f 100%);
    opacity: .9;
    z-index: 2; }

.blog-approved-posts {
  margin: 30px 0 22px;
  padding-bottom: 1px; }
  @media (min-width: 1024px) {
    .blog-approved-posts {
      margin: 57px 0 22px; } }
  .blog-approved-posts .container {
    display: flex;
    flex-wrap: wrap; }
  .blog-approved-posts .top-posts {
    width: 100%; }
    @media (min-width: 1024px) {
      .blog-approved-posts .top-posts {
        width: calc(100% - 300px);
        padding-right: 60px; } }
    @media (min-width: 1200px) {
      .blog-approved-posts .top-posts {
        padding-right: 90px;
        width: calc(100% - 340px); } }
  .blog-approved-posts .sidebar {
    width: 100%; }
    @media (max-width: 1023px) {
      .blog-approved-posts .sidebar {
        order: 5; } }
    @media (min-width: 1024px) {
      .blog-approved-posts .sidebar {
        width: 300px;
        padding-top: 226px; } }
    @media (min-width: 1200px) {
      .blog-approved-posts .sidebar {
        width: 340px; } }
  .blog-approved-posts .approved-posts-form {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 18px;
    row-gap: 12px;
    margin-bottom: 34px; }
    .blog-approved-posts .approved-posts-form div.hiddenFields {
    display:none;}
    @media (min-width: 480px) {
      .blog-approved-posts .approved-posts-form {
        grid-template-columns: 1fr 1fr; } }
    @media (min-width: 1024px) {
      .blog-approved-posts .approved-posts-form {
        max-width: 538px;
        margin-bottom: 48px; } }
    .blog-approved-posts .approved-posts-form button[type="submit"] {
      background: linear-gradient(90deg, #1CBAAA 0%, #1CBAAA 50%, #15375E 50%, #15375E 100%);
      background-size: 200%;
      background-position: 100% 0;
      font-size: 13px;
      padding: 14px 14px; }
      @media (max-width: 1023px) {
        .blog-approved-posts .approved-posts-form button[type="submit"] {
          grid-column: 1 / -1; } }
      .blog-approved-posts .approved-posts-form button[type="submit"]:hover {
        background-position: 0% 0%; }
  .blog-approved-posts .bottom-posts {
    width: 100%; }
    @media (min-width: 768px) {
      .blog-approved-posts .bottom-posts {
        border-top: 1px solid #707070;
        padding-top: 57px; } }
  @media (max-width: 1023px) {
    .blog-approved-posts .sidebar {
      margin-top: 10px; } }
  @media (min-width: 1024px) {
    .blog-approved-posts .sidebar {
      margin-bottom: 57px; } }

.sidebar .sidebar-title {
  font-size: 36px;
  line-height: 1.25;
  color: var(--blue);
  font-weight: 500;
  margin-bottom: 24px; }

.sidebar .team-list {
  margin: 0; }
  .sidebar .team-list .column {
    width: 100%;
    border-bottom: 1px solid #E3E3E3;
    margin-bottom: 12px;
    padding-bottom: 12px;
    padding: 0 0 12px 0; }
    .sidebar .team-list .column:last-child {
      border: none; }

.sidebar .person {
  position: relative;
  min-height: 80px;
  padding-left: 100px;
  text-align: left; }
  @media (min-width: 480px) {
    .sidebar .person {
      min-height: 94px;
      padding-left: 133px; } }
  .sidebar .person h3 {
    padding-top: 2px; }
    @media (min-width: 480px) {
      .sidebar .person h3 {
        padding-top: 7px; } }
  .sidebar .person .img-holder {
    width: 80px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%); }
    @media (min-width: 480px) {
      .sidebar .person .img-holder {
        width: 104px; } }
    .sidebar .person .img-holder a:before,
    .sidebar .person .img-holder .text {
      display: none; }
  .sidebar .person .social-list {
    justify-content: start;
    font-size: 14px; }
    .sidebar .person .social-list li:first-child {
      padding-left: 0; }

.featured-posts .article {
  margin-bottom: 45px; }
  @media (min-width: 768px) {
    .featured-posts .article {
      padding-bottom: 40px;
      margin-bottom: 40px;
      border-bottom: 1px solid #E3E3E3; } }
  .featured-posts .article:last-child {
    border: none;
    padding-bottom: 0;
    margin-bottom: 57px; }
  .featured-posts .article a {
    text-decoration: none;
    color: var(--blue);
    position: relative;
    display: block; }
    @media (min-width: 768px) {
      .featured-posts .article a {
        display: flex; } }
    .featured-posts .article a:hover .link-icon i {
      background: var(--teal); }
  .featured-posts .article .title {
    color: var(--blue);
    font-size: 22px;
    font-weight: 500;
    line-height: 1.45;
    margin-bottom: 14px; }
    @media (min-width: 768px) {
      .featured-posts .article .title {
        margin-bottom: 28px; } }
  .featured-posts .article .author {
    color: #9B9B9B;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.26;
    padding-right: 40px; }

.featured-posts .link-icon i {
  width: 28px;
  height: 28px;
  font-size: 12px;
  line-height: 28px;
  display: inline-block;
  vertical-align: top;
  border-radius: 50px;
  background: var(--blue);
  text-align: center;
  color: #fff;
  transition: background 0.2s;
  position: absolute;
  right: 0;
  bottom: -3px; }
  @media (min-width: 768px) {
    .featured-posts .link-icon i {
      bottom: 0; } }

.featured-posts .post-image {
  width: 100%; }
  @media (min-width: 768px) {
    .featured-posts .post-image {
      width: 48%; } }

.featured-posts .post-content {
  width: 100%; }
  @media (min-width: 768px) {
    .featured-posts .post-content {
      width: 52%;
      padding-left: 30px; } }

.featured-posts .badge {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  color: #fff;
  background: var(--teal);
  padding: 2px 20px;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase; }

.featured-posts .img {
  position: relative;
  overflow: hidden;
  background: var(--blueBgGradient); }
  @media (min-width: 768px) {
    .featured-posts .img {
      height: 178px; } }
  @media (max-width: 767px) {
    .featured-posts .img {
      padding-bottom: 53%;
      min-height: 160px;
      margin-bottom: 10px; } }
  .featured-posts .img img {
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    object-fit: cover; }

.posts-grid {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 20px;
  row-gap: 20px;
  margin-bottom: 10px; }
  @media (min-width: 768px) {
    .posts-grid {
      grid-template-columns: 1fr 1fr; } }
  @media (min-width: 1024px) {
    .posts-grid {
      grid-template-columns: 1fr 1fr 1fr;
      row-gap: 30px;
      column-gap: 26px; } }
  .posts-grid .article a {
    text-decoration: none;
    color: var(--blue);
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100%; }
    .posts-grid .article a:hover .link-icon i {
      background: var(--teal); }
  .posts-grid .article .title {
    color: var(--blue);
    font-size: 19px;
    font-weight: 500;
    line-height: 1.47;
    margin-bottom: 18px; }
  .posts-grid .article .author {
    color: #9B9B9B;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.26;
    padding-right: 40px; }
  .posts-grid .post-content {
    border: 1px solid #D9D9D9;
    border-radius: 0 0 6px 6px;
    position: relative;
    padding: 25px 30px 63px;
    flex-grow: 1; }
  .posts-grid .img {
    padding-bottom: 55%;
    position: relative;
    overflow: hidden;
    background: var(--blueBgGradient);
    border-radius: 6px 6px 0 0; }
    .posts-grid .img img {
      position: absolute;
      height: 100%;
      width: 100%;
      bottom: 0;
      left: 0;
      object-fit: cover; }
  .posts-grid .link-icon i {
    width: 28px;
    height: 28px;
    font-size: 12px;
    line-height: 28px;
    display: inline-block;
    vertical-align: top;
    border-radius: 50px;
    background: var(--blue);
    text-align: center;
    color: #fff;
    transition: background 0.2s;
    position: absolute;
    right: 22px;
    bottom: 20px; }

.pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  row-gap: 2px;
  padding: 0;
  margin: 38px 0; }
  .pagination a {
    text-decoration: none;
    transition: .2s;
    display: block; }
  .pagination .page {
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    padding: 10px 14px; }
    .pagination .page.active, .pagination .page:hover {
      background: var(--teal);
      color: #fff; }
    .pagination .page.active {
      pointer-events: none; }
  .pagination .prev,
  .pagination .next {
    display: flex;
    align-items: center;
    padding: 3px 10px;
    font-size: 18px;
    font-weight: 600; }
    .pagination .prev:hover,
    .pagination .next:hover {
      background: var(--teal);
      color: #fff; }
    .pagination .prev i,
    .pagination .next i {
      position: relative;
      top: 1px; }
  .pagination .prev i {
    margin-right: 7px; }
  .pagination .next i {
    margin-left: 7px; }

.load-more-btns {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 10px 0 30px; }
  @media (min-width: 768px) {
    .load-more-btns {
      margin: 30px 0 30px; } }
  .load-more-btns .btn {
    min-width: 200px; }
    @media (max-width: 479px) {
      .load-more-btns .btn {
        width: 100%; } }

@media (min-width: 768px) {
  .blog-detail-approved-hero .text-col {
    padding-bottom: 70px; } }

.blog-detail-approved-hero .label {
  font-size: 16px; }

.blog-detail-approved-hero .title {
  font-size: 25px;
  line-height: 1.28;
  text-transform: none; }
  @media (min-width: 768px) {
    .blog-detail-approved-hero .title {
      line-height: 1.3;
      font-size: 36px;
      width: 100%;
      max-width: 540px; } }

.blog-detail-approved-hero .separator {
  margin-left: 10px;
  margin-right: 10px;
  color:white; }

.blog-detail-approved-hero .subtitle {
  font-weight: 700;
  line-height: 1.28;
  font-size: 18px;
  display: flex;
  flex-wrap: wrap;
  text-transform: none;
  letter-spacing: normal; }
  .blog-detail-approved-hero .subtitle .author a {
    text-decoration:none;
    color:white; }
  .blog-detail-approved-hero .subtitle .links {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    font-weight: 400;
    padding: 0;
    margin: 0; }
    .blog-detail-approved-hero .subtitle .links li:after {
      content: ',';
      margin-right: 10px;
      text-decoration: none;
      pointer-events: none; }
    .blog-detail-approved-hero .subtitle .links li:last-child:after {
      display: none; }
    .blog-detail-approved-hero .subtitle .links a {
      color: #fff;
      font-weight: 400; }
      .blog-detail-approved-hero .subtitle .links a:hover {
        text-decoration: none; }

.blog-detail-approved-content .container {
  display: flex;
  flex-wrap: wrap; }

.blog-detail-approved-content .post-content-block {
  width: 100%; }
  @media (min-width: 1024px) {
    .blog-detail-approved-content .post-content-block {
      width: calc(100% - 300px);
      padding-right: 60px; } }
  @media (min-width: 1200px) {
    .blog-detail-approved-content .post-content-block {
      padding-right: 90px;
      width: calc(100% - 340px); } }

.blog-detail-approved-content .sidebar {
  width: 100%; }
  @media (max-width: 1023px) {
    .blog-detail-approved-content .sidebar {
      order: 5;
      display: flex;
      flex-direction: column; } }
  @media (min-width: 1024px) {
    .blog-detail-approved-content .sidebar {
      width: 300px;
      padding-top: 186px; } }
  @media (min-width: 1200px) {
    .blog-detail-approved-content .sidebar {
      width: 340px; } }

@media (max-width: 1023px) {
  .blog-detail-approved-content .editorial-board {
    order: 5; } }

.blog-detail-approved-content .top {
  column-gap: 20px;
  row-gap: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center; }

.blog-detail-approved-content .team-list {
  margin-bottom: 25px; }
  @media (min-width: 1024px) {
    .blog-detail-approved-content .team-list {
      margin-bottom: 45px; } }

.blog-detail-approved-content .blog-search {
  margin-bottom: 30px; }
  @media (min-width: 1024px) {
    .blog-detail-approved-content .blog-search {
      margin-bottom: 50px; } }

.blog-detail-approved-content .breadcrumbs,
.blog-detail-approved-content .share-btns {
  margin-top: 10px;
  margin-bottom: 10px; }
  @media (max-width: 767px) {
    .blog-detail-approved-content .breadcrumbs,
    .blog-detail-approved-content .share-btns {
      width: 100%; } }

.breadcrumbs {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 20px 0; }
  .breadcrumbs li:after {
    content: "\f054";
    font-weight: 900;
    font-family: "Font Awesome 6 Pro";
    font-size: 10px;
    display: inline-block;
    margin: 0 10px; }
  .breadcrumbs li:last-child:after {
    display: none; }
  .breadcrumbs a:hover {
    color: var(--blue);
    text-decoration: none; }
  .breadcrumbs a, .breadcrumbs span {
    font-size: 15px;
    line-height: 1.2;
    font-weight: 300; }

.share-btns {
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
  column-gap: 17px;
  row-gap: 10px; }

.blog-search {
  background: #F4F5F7;
  display: flex;
  align-items: flex-end;
  width: 100%;
  padding: 26px; }
  .blog-search label {
    display: block;
    width: 100%; }
    .blog-search label span {
      font-size: 24px;
      line-height: 1.2;
      font-weight: 500;
      color: var(--blue);
      display: block;
      margin-bottom: 5px; }
  .blog-search button[type="submit"] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    min-width: 50px;
    height: 50px;
    font-size: 0;
    background: linear-gradient(90deg, #1CBAAA 0%, #1CBAAA 50%, #15375E 50%, #15375E 100%);
    background-size: 200%;
    background-position: 100% 0; }
    @media (min-width: 480px) {
      .blog-search button[type="submit"] {
        margin-left: 8px; } }
    .blog-search button[type="submit"]:hover {
      background-position: 0% 0; }
    .blog-search button[type="submit"] i {
      font-size: 14px; }

.related-blog-posts-wrap {
  margin-bottom: 40px;
  width: 100%;
  max-width: 460px; }
  @media (min-width: 1024px) {
    .related-blog-posts-wrap {
      margin-bottom: 60px; } }
  .related-blog-posts-wrap .article {
    margin-bottom: 28px;
    padding-bottom: 28px;
    border-bottom: 1px solid #E3E3E3; }
    .related-blog-posts-wrap .article:last-child {
      border: none;
      padding-bottom: 0;
      margin-bottom: 44px; }
    .related-blog-posts-wrap .article a {
      text-decoration: none;
      color: var(--blue);
      position: relative;
      display: block; }
      .related-blog-posts-wrap .article a:hover .link-icon i {
        background: var(--teal); }
    .related-blog-posts-wrap .article .title {
      color: var(--blue);
      font-size: 19px;
      font-weight: 500;
      line-height: 1.47;
      margin-bottom: 17px; }
    .related-blog-posts-wrap .article .author {
      color: #9B9B9B;
      font-size: 15px;
      font-weight: 500;
      line-height: 1.26;
      padding-right: 40px; }
  .related-blog-posts-wrap .link-icon i {
    width: 28px;
    height: 28px;
    font-size: 12px;
    line-height: 28px;
    display: inline-block;
    vertical-align: top;
    border-radius: 50px;
    background: var(--blue);
    text-align: center;
    color: #fff;
    transition: background 0.2s;
    position: absolute;
    right: 0;
    bottom: -3px; }
  .related-blog-posts-wrap .post-image {
    width: 100%; }
  .related-blog-posts-wrap .post-content {
    width: 100%; }
  .related-blog-posts-wrap .badge {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    color: #fff;
    background: var(--teal);
    padding: 2px 20px;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase; }
  .related-blog-posts-wrap .img {
    position: relative;
    overflow: hidden;
    background: var(--blueBgGradient);
    padding-bottom: 53%;
    min-height: 160px;
    margin-bottom: 10px; }
    .related-blog-posts-wrap .img img {
      position: absolute;
      height: 100%;
      width: 100%;
      bottom: 0;
      left: 0;
      object-fit: cover; }

.making-an-impact-hero {
  padding-top: 46px;
  padding-bottom: 45px;
  position: relative;
  text-align: center; }
  @media (min-width: 768px) {
    .making-an-impact-hero {
      padding-bottom: 60px; } }
  @media (min-width: 1024px) {
    .making-an-impact-hero {
      padding-top: 200px;
      padding-bottom: 90px; } }
  @media (max-width: 1023px) {
    .making-an-impact-hero:after {
      content: '';
      position: absolute;
      bottom: 100%;
      margin-bottom: -1px;
      left: 0;
      height: 180px;
      width: 100%;
      background-color: #F4F5F7;
      pointer-events: none; } }
  .making-an-impact-hero .text-row .title {
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 4px;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .making-an-impact-hero .text-row .title {
        font-size: 80px; } }
  .making-an-impact-hero .styled-text {
    width: 100%;
    max-width: 765px;
    margin: 0 auto; }
  @media (max-width: 629px) {
    .making-an-impact-hero .btns .btn {
      width: 100%;
      max-width: 380px;
      padding-left: 18px;
      padding-right: 18px; } }

.making-an-impact-hero-posts {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  text-align: left;
  width: 100%;
  max-width: 380px;
  margin: 30px auto 20px; }
  @media (min-width: 630px) {
    .making-an-impact-hero-posts {
      max-width: 647px; } }
  @media (min-width: 768px) {
    .making-an-impact-hero-posts {
      gap: 22px; } }
  @media (min-width: 1024px) {
    .making-an-impact-hero-posts {
      display: grid;
      grid-template-columns: 3fr 2fr;
      grid-template-rows: 1fr 1fr;
      max-width: 947px;
      margin: 40px auto 50px; } }
  .making-an-impact-hero-posts .article .badge {
    font-size: 11px;
    font-weight: bold;
    background: var(--teal);
    color: #fff;
    padding: 11px 12px 10px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1;
    margin-bottom: 10px; }
  .making-an-impact-hero-posts .article a {
    border: 1px solid #E2E2E2;
    background: #fff;
    border-radius: 5px;
    color: var(--blue); }
    .making-an-impact-hero-posts .article a:hover .link-icon i {
      background: var(--teal); }
  .making-an-impact-hero-posts .article .img {
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
    background: var(--blueBgGradient); }
    @media (max-width: 629px) {
      .making-an-impact-hero-posts .article .img {
        margin-bottom: 15px; } }
    .making-an-impact-hero-posts .article .img img {
      position: absolute;
      height: 100%;
      width: 100%;
      bottom: 0;
      left: 0;
      object-fit: cover; }
  .making-an-impact-hero-posts .article .title {
    color: var(--blue);
    font-weight: 500; }
  .making-an-impact-hero-posts .article .link-icon i {
    width: 28px;
    height: 28px;
    font-size: 12px;
    line-height: 28px;
    display: inline-block;
    vertical-align: top;
    border-radius: 50px;
    background: var(--blue);
    text-align: center;
    color: #fff;
    transition: background 0.2s;
    position: absolute; }
  .making-an-impact-hero-posts .article:nth-child(1) {
    grid-column: 1;
    grid-row: 1 / 3; }
    .making-an-impact-hero-posts .article:nth-child(1) a {
      padding: 20px; }
      @media (min-width: 630px) {
        .making-an-impact-hero-posts .article:nth-child(1) a {
          display: flex;
          padding: 33px 25px; } }
    .making-an-impact-hero-posts .article:nth-child(1) .post-image {
      width: 100%; }
      @media (min-width: 630px) {
        .making-an-impact-hero-posts .article:nth-child(1) .post-image {
          width: 50%; } }
    .making-an-impact-hero-posts .article:nth-child(1) .post-content {
      width: 100%;
      padding-bottom: 40px; }
      @media (min-width: 630px) {
        .making-an-impact-hero-posts .article:nth-child(1) .post-content {
          width: 50%;
          padding-left: 20px;
          padding-bottom: 60px; } }
    .making-an-impact-hero-posts .article:nth-child(1) .title {
      font-size: 20px;
      line-height: 1.55;
      margin-bottom: 10px; }
    .making-an-impact-hero-posts .article:nth-child(1) .link-icon i {
      right: 22px;
      bottom: 20px; }
      @media (min-width: 630px) {
        .making-an-impact-hero-posts .article:nth-child(1) .link-icon i {
          right: 42px;
          bottom: 40px; } }
  .making-an-impact-hero-posts .article:nth-child(2) {
    grid-column: 2;
    grid-row: 1; }
  .making-an-impact-hero-posts .article:nth-child(3) {
    grid-column: 2;
    grid-row: 2; }
  .making-an-impact-hero-posts .article:nth-child(2) .title, .making-an-impact-hero-posts .article:nth-child(3) .title {
    font-size: 17px;
    line-height: 1.53;
    margin-bottom: 10px; }
  .making-an-impact-hero-posts .article:nth-child(2) a, .making-an-impact-hero-posts .article:nth-child(3) a {
    padding: 20px; }
    @media (min-width: 630px) {
      .making-an-impact-hero-posts .article:nth-child(2) a, .making-an-impact-hero-posts .article:nth-child(3) a {
        padding: 24px 28px 28px; } }
  .making-an-impact-hero-posts .article:nth-child(2) .author, .making-an-impact-hero-posts .article:nth-child(3) .author {
    padding-right: 40px; }
  .making-an-impact-hero-posts .article:nth-child(2) .link-icon i, .making-an-impact-hero-posts .article:nth-child(3) .link-icon i {
    right: 22px;
    bottom: 24px; }
  .making-an-impact-hero-posts .article a {
    display: block;
    text-decoration: none;
    color: var(--blue);
    position: relative;
    height: 100%; }
  .making-an-impact-hero-posts .author {
    color: #9B9B9B;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.26;
    padding-right: 40px; }

.text-and-bottom-gallery {
  margin: 48px 0 40px; }
  @media (min-width: 768px) {
    .text-and-bottom-gallery {
      margin: 92px 0 97px; } }
  .text-and-bottom-gallery .container {
    position: relative; }
    @media (min-width: 768px) {
      .text-and-bottom-gallery .container {
        padding-top: 70px; } }
    @media (min-width: 1024px) {
      .text-and-bottom-gallery .container {
        padding-top: 90px; } }
    @media (max-width: 767px) {
      .text-and-bottom-gallery .container {
        display: flex;
        flex-direction: column-reverse; } }
  .text-and-bottom-gallery .text-wrap {
    width: 100%; }
    @media (max-width: 767px) {
      .text-and-bottom-gallery .text-wrap {
        position: relative; } }
  .text-and-bottom-gallery .animated-title-holder {
    position: absolute;
    top: -50px;
    left: 50%; }
    @media (min-width: 768px) {
      .text-and-bottom-gallery .animated-title-holder {
        top: 0; } }
    @media (min-width: 1024px) {
      .text-and-bottom-gallery .animated-title-holder {
        top: -20px; } }
  .text-and-bottom-gallery .animated-title {
    position: absolute;
    font-size: 103px; }
    @media (min-width: 768px) {
      .text-and-bottom-gallery .animated-title {
        font-size: 110px; } }
    @media (min-width: 1024px) {
      .text-and-bottom-gallery .animated-title {
        font-size: 163px; } }
    .text-and-bottom-gallery .animated-title span {
      display: block;
      transform: translateX(-5%); }
      @media (min-width: 768px) {
        .text-and-bottom-gallery .animated-title span {
          transform: translateX(-15%); } }
      @media (min-width: 1024px) {
        .text-and-bottom-gallery .animated-title span {
          transform: translateX(-30%); } }
  .text-and-bottom-gallery .text {
    width: 100%;
    max-width: 764px;
    margin: 0 auto; }
    .text-and-bottom-gallery .text h2 {
      font-size: 30px;
      line-height: 1.26;
      font-weight: 500;
      margin-bottom: 5px; }
      @media (min-width: 768px) {
        .text-and-bottom-gallery .text h2 {
          line-height: 1.33;
          font-size: 36px;
          margin-bottom: 22px; } }
      .text-and-bottom-gallery .text h2 strong {
        font-weight: 500;
        color: var(--teal); }
    .text-and-bottom-gallery .text p:last-child {
      margin-bottom: 0; }
  .text-and-bottom-gallery .bottom-gallery-block {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-bottom: 34px; }
    @media (min-width: 768px) {
      .text-and-bottom-gallery .bottom-gallery-block {
        gap: 22px;
        width: 100%;
        margin-top: 45px; } }
    @media (max-width: 767px) {
      .text-and-bottom-gallery .bottom-gallery-block {
        margin-left: -28px;
        margin-right: -28px; } }
    .text-and-bottom-gallery .bottom-gallery-block .img {
      width: calc(25% - 6px); }
      @media (min-width: 768px) {
        .text-and-bottom-gallery .bottom-gallery-block .img {
          width: calc(25% - 17px); } }

.cta-background {
  position: relative;
  overflow: hidden;
  margin: 0 0 44px; }
  @media (min-width: 768px) {
    .cta-background {
      padding: 130px 0;
      margin: 0; } }
  .cta-background .bg-image {
    width: 100%; }
    @media (min-width: 768px) {
      .cta-background .bg-image {
        position: absolute;
        object-fit: cover;
        left: 0;
        top: 0;
        height: 100%; } }
  .cta-background .container {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center; }
    @media (min-width: 768px) {
      .cta-background .container {
        justify-content: flex-end; } }
  .cta-background .text {
    background-color: #fff;
    padding: 28px 28px 0;
    width: 100%;
    max-width: 604px;
    margin-top: -60px; }
    @media (min-width: 768px) {
      .cta-background .text {
        padding: 66px;
        margin-top: 0; } }
    .cta-background .text h2 {
      font-size: 30px;
      line-height: 1.26;
      font-weight: 500;
      margin-bottom: 5px; }
      @media (min-width: 768px) {
        .cta-background .text h2 {
          line-height: 1.26;
          font-size: 46px;
          margin-bottom: 18px; } }
      .cta-background .text h2 strong {
        font-weight: 500;
        color: var(--teal); }
    .cta-background .text p:last-child {
      margin-bottom: 0; }
  .cta-background .btns {
    margin-top: -5px; }
    @media (min-width: 768px) {
      .cta-background .btns {
        margin-top: 2rem; } }
  .cta-background .btn {
    min-width: 164px; }
    @media (max-width: 479px) {
      .cta-background .btn {
        width: 100%; } }

.cta-list {
  margin: 45px 0 50px; }
  @media (min-width: 768px) {
    .cta-list {
      margin: 72px 0 77px; } }
  @media (min-width: 768px) {
    .cta-list .container {
      display: grid;
      grid-template-columns: 2fr 3fr;
      column-gap: 50px; } }
  @media (min-width: 1024px) {
    .cta-list .container {
      column-gap: 90px; } }
  .cta-list h2 {
    font-size: 46px;
    line-height: 1.26;
    font-weight: 500;
    margin-bottom: 15px !important; }
    .cta-list h2 strong {
      font-weight: 500;
      color: var(--teal); }
  .cta-list h5 {
    font-size: 20px;
    line-height: 1.25;
    margin-bottom: 20px;
    font-weight: 500; }
  .cta-list ul:last-child,
  .cta-list p:last-child {
    margin-bottom: 0; }
  @media (max-width: 767px) {
    .cta-list .right {
      margin-top: 30px; } }
  .cta-list .right ul {
    margin-top: 10px;
    padding-left: 19px;
    font-size: 17px; }
    @media (min-width: 540px) {
      .cta-list .right ul {
        column-count: 2;
        column-gap: 50px; } }
    @media (min-width: 768px) {
      .cta-list .right ul {
        margin-top: 30px; } }
    .cta-list .right ul > li {
      break-inside: avoid;
      margin-bottom: 11px; }
      .cta-list .right ul > li:after {
        display: none; }
      .cta-list .right ul > li:before {
        content: "";
        width: 7px;
        height: 7px;
        background-color: var(--teal);
        border-radius: 2px;
        position: absolute;
        left: -19px;
        top: 9px; }

.text-and-image-gray {
  padding: 40px 0 44px; }
  @media (min-width: 768px) {
    .text-and-image-gray {
      padding: 94px 0; } }
  .text-and-image-gray .container {
    display: flex;
    flex-wrap: wrap; }
    @media (min-width: 768px) {
      .text-and-image-gray .container {
        align-items: center;
        gap: 40px; } }
    @media (max-width: 767px) {
      .text-and-image-gray .container {
        flex-direction: column-reverse;
        text-align: center; } }
    @media (min-width: 1024px) {
      .text-and-image-gray .container {
        gap: 90px; } }
    .text-and-image-gray .container:after {
      display: none; }
  .text-and-image-gray img {
    width: 100%; }
    @media (max-width: 767px) {
      .text-and-image-gray img {
        margin-bottom: 20px; } }
  .text-and-image-gray .left,
  .text-and-image-gray .right {
    width: 100%; }
    @media (min-width: 768px) {
      .text-and-image-gray .left,
      .text-and-image-gray .right {
        width: calc(50% - 20px); } }
    @media (min-width: 1024px) {
      .text-and-image-gray .left,
      .text-and-image-gray .right {
        width: calc(50% - 45px); } }
  @media (max-width: 767px) {
    .text-and-image-gray .desktop-title {
      display: none; } }
  @media (min-width: 768px) {
    .text-and-image-gray .mobile-title {
      display: none; } }
  .text-and-image-gray .desktop-title h2,
  .text-and-image-gray .mobile-title h2,
  .text-and-image-gray .desktop-title,
  .text-and-image-gray .mobile-title {
    font-size: 30px;
    font-weight: 500;
    line-height: 1.26;
    margin-bottom: 15px; }
    @media (min-width: 768px) {
      .text-and-image-gray .desktop-title h2,
      .text-and-image-gray .mobile-title h2,
      .text-and-image-gray .desktop-title,
      .text-and-image-gray .mobile-title {
        font-size: 46px;
        margin-bottom: 20px; } }
    .text-and-image-gray .desktop-title h2 strong,
    .text-and-image-gray .mobile-title h2 strong,
    .text-and-image-gray .desktop-title strong,
    .text-and-image-gray .mobile-title strong {
      font-weight: 500;
      color: var(--teal); }
  .text-and-image-gray .desktop-title h2,
  .text-and-image-gray .mobile-title h2 {
    margin-bottom: 0; }
  .text-and-image-gray p:last-child {
    margin-bottom: 0; }

.text-and-image-white {
  padding: 44px 0 44px; }
  @media (min-width: 768px) {
    .text-and-image-white {
      padding: 94px 0; } }
  .text-and-image-white .container {
    display: flex;
    flex-wrap: wrap; }
    @media (min-width: 768px) {
      .text-and-image-white .container {
        align-items: center;
        gap: 40px; } }
    @media (max-width: 767px) {
      .text-and-image-white .container {
        text-align: center; } }
    @media (min-width: 1024px) {
      .text-and-image-white .container {
        gap: 90px; } }
    .text-and-image-white .container:after {
      display: none; }
  .text-and-image-white img {
    width: 100%; }
    @media (max-width: 767px) {
      .text-and-image-white img {
        margin-bottom: 20px; } }
  .text-and-image-white .left,
  .text-and-image-white .right {
    width: 100%; }
    @media (min-width: 768px) {
      .text-and-image-white .left,
      .text-and-image-white .right {
        width: calc(50% - 20px); } }
    @media (min-width: 1024px) {
      .text-and-image-white .left,
      .text-and-image-white .right {
        width: calc(50% - 45px); } }
  .text-and-image-white h2 {
    font-size: 30px;
    font-weight: 500;
    line-height: 1.26;
    margin-bottom: 10px !important; }
    @media (min-width: 768px) {
      .text-and-image-white h2 {
        font-size: 46px;
        margin-bottom: 20px !important; } }
    .text-and-image-white h2 strong {
      font-weight: 500;
      color: var(--teal); }
  .text-and-image-white ul:last-child,
  .text-and-image-white p:last-child {
    margin-bottom: 0; }
  .text-and-image-white .text ul {
    padding-left: 19px;
    font-size: 17px;
    text-align: left; }
    @media (max-width: 767px) {
      .text-and-image-white .text ul {
        display: inline-block; } }
    .text-and-image-white .text ul > li {
      margin-bottom: 11px; }
      .text-and-image-white .text ul > li:after {
        display: none; }
      .text-and-image-white .text ul > li:before {
        content: "";
        width: 7px;
        height: 7px;
        background-color: var(--teal);
        border-radius: 2px;
        position: absolute;
        left: -19px;
        top: 9px; }

.header {
  padding: 24px 0 20px;
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 500; }
  @media (min-width: 1024px) {
    .header {
      padding: 17px 0;
      transition: 0.3s;
      position: fixed !important; } }
  @media (min-width: 1400px) {
    .header {
      padding: 17px 0; } }
  .header .container {
    display: flex;
    align-items: flex-start;
    max-width: 1914px; }
  .header .logo {
    margin-right: auto;
    padding-left: 18px;
    width: 304px; }
    @media (min-width: 1024px) {
      .header .logo {
        width: 200px; } }
    @media (min-width: 1200px) {
      .header .logo {
        width: 247px; } }
    @media (min-width: 1400px) {
      .header .logo {
        padding-left: 38px;
        width: 329px; } }
    .header .logo a {
      display: block; }
    .header .logo img {
      width: 100%;
      max-width: 288px;
      transition: 0.3s;
      max-height: 128px; }
  @media (max-width: 1023px) {
    .header .primary-nav > li:before {
      display: none; } }

.anniversary-logo .header .logo {
    margin-right: auto;
    padding-left: 18px;
    width: 209px; }
  @media (min-width: 1024px) {
    .anniversary-logo .header .logo {
      width: 200px; } }
  @media (min-width: 1200px) {
    .anniversary-logo .header .logo {
      width: 247px; } }
  @media (min-width: 1400px) {
    .anniversary-logo .header .logo {
      padding-left: 38px;
      width: 329px; } }
  .anniversary-logo .header .logo a {
    position: relative; }
  .anniversary-logo .header .logo img {
    width: 100%;
    max-width: 100%;
    transition: width .3s, height .3s, max-height .3s, max-width .3s, opacity 0;
    max-height: 126px;
    display: block; }
    .anniversary-logo .header .logo img:nth-child(2) {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      visibility: hidden; }

@media (min-width: 1024px) {
  .sticky-header .anniversary-logo .header .logo img:first-child {
    opacity: 0;
    visibility: hidden; } }

@media (min-width: 1024px) {
  .sticky-header .anniversary-logo .header .logo img:nth-child(2) {
    opacity: 1;
    visibility: visible; } }

@media (max-width: 1023px) {
  .mobile-nav {
    padding: 67px 50px 0 62px;
    position: absolute;
    top: 0;
    background: var(--blue);
    width: 100%;
    right: 999999px;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    color: #fff;
    width: 100%;
    z-index: 2; } }

@media (min-width: 1024px) {
  .mobile-nav {
    display: flex;
    align-items: center;
    transition: 0.3s;
    padding-top: 20px; } }

@media (min-width: 1400px) {
  .mobile-nav {
    padding-top: 11px; } }

@media (max-width: 1023px) {
  .mobile-nav .header-search-holder {
    display: none; } }

@media (min-width: 1024px) {
  .mobile-search-holder {
    display: none; } }

.mobile-nav-active .mobile-nav-opener {
  background: var(--teal); }
  .mobile-nav-active .mobile-nav-opener .fa-xmark {
    display: inline !important; }
  .mobile-nav-active .mobile-nav-opener .fa-bars {
    display: none !important; }

.mobile-nav-active .mobile-nav {
  right: 0;
  opacity: 1; }

.header-abs .header {
  background-color: transparent; }
  @media (min-width: 768px) {
    .header-abs .header {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      color: #fff; } }
  @media (min-width: 768px) {
    .header-abs .header .logo {
      filter: brightness(0) invert(1); } }
  .header-abs .header .primary-nav > li > a, .header-abs .header .primary-nav > li .drop-opener {
    color: #fff; }
    .header-abs .header .primary-nav > li > a:hover, .header-abs .header .primary-nav > li .drop-opener:hover {
      color: var(--teal); }
  .header-abs .header .primary-nav > li:before {
    display: none; }

@media (min-width: 768px) {
  .anniversary-logo.header-abs:not(.header-abs-mobile) .header .logo img:nth-child(1) {
    opacity: 0 !important;
    visibility: hidden !important; } }

@media (min-width: 768px) {
  .anniversary-logo.header-abs:not(.header-abs-mobile) .header .logo img:nth-child(2) {
    opacity: 1 !important;
    visibility: visible !important; } }

.anniversary-logo.header-abs-mobile .header .logo img:nth-child(1) {
  opacity: 0 !important;
  visibility: hidden !important; }

.anniversary-logo.header-abs-mobile .header .logo img:nth-child(2) {
  opacity: 1 !important;
  visibility: visible !important; }

.header-abs-mobile .header {
  position: absolute;
  background-color: transparent;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  color: #fff; }
  @media (min-width: 1024px) {
    .header-abs-mobile .header {
      position: fixed; } }
  .header-abs-mobile .header .logo {
    filter: brightness(0) invert(1); }

@media (max-width: 767px) {
  body:not(.header-abs-mobile) .header {
    background-color: #F4F5F7; } }

@media (min-width: 1024px) {
  .primary-nav {
    display: flex; } }

.primary-nav > li {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
  @media (min-width: 1024px) {
    .primary-nav > li {
      padding-left: 24px;
      border-bottom: 0; } }
  @media (min-width: 1400px) {
    .primary-nav > li {
      padding-left: 29px; } }
  .primary-nav > li:before {
    content: '|';
    vertical-align: middle;
    position: absolute;
    top: 3px;
    left: 10px; }
  .primary-nav > li:first-child:before {
    display: none; }
  .primary-nav > li > a,
  .primary-nav > li .drop-opener {
    color: #fff;
    font-size: 18px;
    line-height: 23px;
    font-weight: 500;
    text-decoration: none;
    display: block;
    text-align: left;
    width: calc(100% + 110px);
    margin: 0 -50px 0 -60px;
    padding: 11px 70px;
    background: transparent;
    border: 0;
    border-radius: 0;
    transition: color .3s ease-in-out; }
    .primary-nav > li > a:hover,
    .primary-nav > li .drop-opener:hover {
      color: var(--teal); }
    @media (min-width: 1024px) {
      .primary-nav > li > a,
      .primary-nav > li .drop-opener {
        display: inline-block;
        vertical-align: top;
        width: auto;
        font-size: 16px;
        line-height: 20px;
        font-weight: 400;
        padding: 5px 0;
        margin: 0;
        color: var(--blue); } }
    @media (min-width: 1400px) {
      .primary-nav > li > a,
      .primary-nav > li .drop-opener {
        font-size: 20px;
        line-height: 25px; } }
    .primary-nav > li > a:hover,
    .primary-nav > li .drop-opener:hover {
      color: var(--teal); }
  @media (max-width: 1023px) {
    .primary-nav > li .drop-opener {
      position: relative; } }
  @media (max-width: 1023px) {
    .primary-nav > li .drop-opener:after {
      content: "\2b";
      -webkit-font-smoothing: antialiased;
      font-style: normal;
      font-variant: normal;
      line-height: 1;
      text-rendering: auto;
      font-family: "Font Awesome 6 Pro";
      position: absolute;
      top: 50%;
      right: 65px;
      transform: translateY(-50%);
      font-size: 16px;
      line-height: 22px;
      font-weight: 900; } }

.primary-nav .drop-menu {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  position: absolute;
  left: -99999px;
  top: 100%;
  visibility: hidden; }
  @media (min-width: 1024px) {
    .primary-nav .drop-menu {
      max-height: calc(100vh - 80px);
      overflow-y: auto; } }

.primary-nav .drop-active .drop-opener {
  color: var(--teal); }
  @media (max-width: 1023px) {
    .primary-nav .drop-active .drop-opener {
      background-color: var(--teal) !important;
      color: #fff !important; } }

.primary-nav .drop-active .drop-menu {
  opacity: 1;
  position: static;
  visibility: visible; }
  @media (min-width: 1024px) {
    .primary-nav .drop-active .drop-menu {
      left: 85%;
      position: absolute;
      transform: translateX(-50%);
      z-index: 3; } }

@media (min-width: 1024px) {
  .primary-nav .drop-active:first-child .drop-menu {
    left: 17px;
    transform: none;
    padding: 31px 20px 23px 26px; } }

@media (min-width: 1024px) {
  .primary-nav .drop-active:nth-child(3) .drop-menu {
    left: 47%;
    padding: 31px 20px 23px 26px; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .header-search-holder {
    position: absolute;
    top: 0;
    right: 67px; } }

@media (min-width: 1024px) {
  .header-search-holder {
    margin: 0 18px 0 10px;
    position: relative; } }

@media (min-width: 1400px) {
  .header-search-holder {
    margin: 0 23px; } }

.header-search-holder.search-active .search-form {
  right: 0;
  opacity: 1;
  visibility: visible; }

.header-search-holder .search-opener {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 6px 10px;
  font-size: 20px;
  transition: color 0.3s ease-in-out; }
  @media (max-width: 767px) {
    .header-search-holder .search-opener {
      position: absolute;
      top: 0; } }
  @media (max-width: 1023px) {
    .header-search-holder .search-opener {
      right: 67px;
      width: 65px;
      height: 56px;
      background: var(--teal);
      color: #fff; } }
  @media (min-width: 1024px) {
    .header-search-holder .search-opener {
      padding: 6px 10px;
      font-size: 18px; } }
  @media (min-width: 1400px) {
    .header-search-holder .search-opener {
      font-size: 23px; } }
  @media (min-width: 1024px) {
    .header-search-holder .search-opener:hover {
      color: var(--teal); } }

.header-search-holder .search-form {
  background: var(--blue);
  color: #fff;
  min-width: 100%;
  padding: 36px 34px;
  position: absolute;
  top: 56px;
  right: 999999px;
  opacity: 0;
  z-index: 9;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out; }
  @media (min-width: 768px) {
    .header-search-holder .search-form {
      top: 100%;
      min-width: 500px;
      display: flex;
      justify-content: space-between; } }

.header-search-holder input[type="text"] {
  margin-bottom: 10px;
  width: 100%; }
  @media (min-width: 768px) {
    .header-search-holder input[type="text"] {
      margin-bottom: 0;
      width: calc(100% - 120px); } }

.header-search-holder button[type="submit"],
.header-search-holder input[type="submit"] {
  width: 100%;
  background-image: linear-gradient(90deg, #fff 0%, #fff 50%, #1CBAAA 50%, #1CBAAA 100%); }
  @media (min-width: 768px) {
    .header-search-holder button[type="submit"],
    .header-search-holder input[type="submit"] {
      width: 100px; } }
  .header-search-holder button[type="submit"]:hover,
  .header-search-holder input[type="submit"]:hover {
    color: var(--blue); }

@media (max-width: 1023px) {
  .experiences-col {
    margin-right: -27px; } }

@media (min-width: 1024px) {
  .sticky-header .header {
    background-color: var(--blue);
    color: #fff; } }

@media (min-width: 1024px) {
  .sticky-header .header .logo {
    filter: brightness(0) invert(1); } }

@media (min-width: 1024px) {
  .sticky-header .header .logo img {
    max-height: 80px; } }

@media (min-width: 1024px) {
  .sticky-header .header .primary-nav > li > a, .sticky-header .header .primary-nav > li .drop-opener {
    color: #fff; } }

@media (min-width: 1024px) {
  .sticky-header .header .primary-nav > li > a:hover, .sticky-header .header .primary-nav > li .drop-opener:hover {
    color: var(--teal); } }

@media (min-width: 768px) and (max-width: 1023px) {
  .drops-active.anniversary-logo .header .logo img {
    max-height: 82px; } }

.header-contact-holder {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
  @media (min-width: 1024px) {
    .header-contact-holder {
      margin-right: 14px;
      border-bottom: 0; } }
  @media (min-width: 1400px) {
    .header-contact-holder {
      margin-right: 19px; } }
  .header-contact-holder.contact-active .phone-numbers-list {
    right: 0;
    opacity: 1;
    visibility: visible; }
    @media (max-width: 1023px) {
      .header-contact-holder.contact-active .phone-numbers-list {
        position: static; } }
  @media (max-width: 1023px) {
    .header-contact-holder.contact-active .contact-opener {
      background: var(--teal) !important; } }
  .header-contact-holder .phone-numbers-list {
    padding: 14px 0;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    position: absolute;
    right: 99999px;
    top: 100%;
    visibility: hidden; }
    @media (min-width: 1024px) {
      .header-contact-holder .phone-numbers-list {
        min-width: 255px; } }
    .header-contact-holder .phone-numbers-list a {
      color: #fff;
      font-size: 15px;
      line-height: 19px;
      font-weight: 500;
      text-decoration: none;
      display: block;
      padding: 8px 25px;
      transition: background 0.3s ease-in-out; }
      .header-contact-holder .phone-numbers-list a:hover {
        background: var(--teal); }
  .header-contact-holder .contact-opener {
    padding: 13px 18px;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 2px; }
    @media (max-width: 1023px) {
      .header-contact-holder .contact-opener {
        padding: 11px 70px;
        font-size: 18px;
        line-height: 23px;
        font-weight: 500;
        width: calc(100% + 110px);
        margin: 0 -50px 0 -60px;
        background: transparent !important;
        display: block;
        text-align: left;
        text-transform: none;
        letter-spacing: 0;
        position: relative; } }
    @media (min-width: 1400px) {
      .header-contact-holder .contact-opener {
        padding: 14px 26px;
        font-size: 16px;
        line-height: 29px;
        letter-spacing: 2px; } }
    @media (max-width: 1023px) {
      .header-contact-holder .contact-opener:after {
        content: "\2b";
        -webkit-font-smoothing: antialiased;
        font-style: normal;
        font-variant: normal;
        line-height: 1;
        text-rendering: auto;
        font-family: "Font Awesome 6 Pro";
        position: absolute;
        top: 50%;
        right: 65px;
        transform: translateY(-50%);
        font-size: 16px;
        line-height: 22px;
        font-weight: 900; } }
    .header-contact-holder .contact-opener .fa-solid {
      line-height: 1;
      vertical-align: super;
      font-size: 13px;
      position: relative;
      top: 3px; }
      @media (max-width: 1023px) {
        .header-contact-holder .contact-opener .fa-solid {
          display: none; } }
      @media (min-width: 1400px) {
        .header-contact-holder .contact-opener .fa-solid {
          font-size: 15px; } }

@media (min-width: 1024px) {
  body.nav-active {
    position: relative;
    overflow: hidden; } }

body.nav-active .second-nav-holder .second-nav-opener {
  background: var(--teal); }
  body.nav-active .second-nav-holder .second-nav-opener .fa-xmark {
    display: inline; }
  body.nav-active .second-nav-holder .second-nav-opener .fa-bars {
    display: none; }

body.nav-active .second-nav-holder .second-nav {
  right: 0;
  opacity: 1;
  visibility: visible; }

@media (min-width: 1024px) {
  body.nav-active .second-nav-holder:before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.74; } }

.second-nav-holder {
  font-size: 15px;
  line-height: 19px; }
  @media (max-width: 1023px) {
    .second-nav-holder .firts-col {
      display: none; } }
  .second-nav-holder .second-nav {
    color: #fff; }
    @media (min-width: 1024px) {
      .second-nav-holder .second-nav {
        z-index: 1;
        position: absolute;
        right: 999999px;
        top: 0;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease-in-out;
        padding-top: 75px;
        width: 65vw;
        max-height: 100vh;
        overflow-y: auto; } }
  .second-nav-holder h3 {
    color: #fff;
    font-size: 20px;
    line-height: 25px;
    font-weight: 500;
    margin-bottom: 17px; }
  .second-nav-holder h4 {
    font-size: 17px;
    line-height: 23px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 21px; }
    @media (min-width: 1024px) {
      .second-nav-holder h4 {
        line-height: 21px;
        text-align: left;
        margin-bottom: 13px; } }
  .second-nav-holder .min-container {
    margin: 0 auto;
    padding: 0 20px; }
    @media (min-width: 1024px) {
      .second-nav-holder .min-container {
        max-width: 584px; } }
  .second-nav-holder .second-nav-menu {
    padding: 0;
    margin-bottom: 52px; }
    @media (min-width: 1024px) {
      .second-nav-holder .second-nav-menu {
        padding: 20px 20px 63px;
        margin-bottom: 0; } }
    .second-nav-holder .second-nav-menu .row {
      margin-bottom: 41px;
      position: relative; }
      @media (min-width: 1024px) {
        .second-nav-holder .second-nav-menu .row {
          margin-bottom: 57px; } }
      .second-nav-holder .second-nav-menu .row:last-child {
        margin-bottom: 0; }
        .second-nav-holder .second-nav-menu .row:last-child:before {
          display: none; }
      @media (min-width: 1024px) {
        .second-nav-holder .second-nav-menu .row:before {
          content: '';
          display: block;
          width: 1px;
          position: absolute;
          top: 0;
          bottom: 0;
          left: 44.5%;
          background: #fff;
          opacity: 0.5; } }
    @media (min-width: 1024px) {
      .second-nav-holder .second-nav-menu .col {
        width: 36%; } }
    @media (min-width: 1024px) {
      .second-nav-holder .second-nav-menu .col:only-child {
        width: 100%; } }
  .second-nav-holder .second-nav-form {
    margin-left: -64px;
    margin-right: -50px;
    padding: 43px 24px; }
    @media (min-width: 1024px) {
      .second-nav-holder .second-nav-form {
        padding: 51px 0 66px;
        margin: 0; } }
  .second-nav-holder ul a {
    font-weight: 400;
    color: inherit;
    text-decoration: none; }
    .second-nav-holder ul a:hover {
      color: var(--teal); }
  .second-nav-holder ul li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 14px; }
    @media (min-width: 1024px) {
      .second-nav-holder ul li {
        padding-left: 14px;
        margin-bottom: 11px; } }
    .second-nav-holder ul li:before {
      content: '';
      display: block;
      height: 4px;
      width: 4px;
      background: #fff;
      border-radius: 50%;
      position: absolute;
      left: 0;
      top: 7px; }
      @media (min-width: 1024px) {
        .second-nav-holder ul li:before {
          left: 1px; } }
  .second-nav-holder .main-nav {
    font-size: 18px;
    line-height: 23px; }
    .second-nav-holder .main-nav li {
      padding-left: 0;
      margin-bottom: 0; }
      @media (max-width: 1023px) {
        .second-nav-holder .main-nav li {
          border-bottom: 1px solid rgba(255, 255, 255, 0.2); } }
      @media (min-width: 1024px) {
        .second-nav-holder .main-nav li {
          margin-bottom: 24px; } }
      .second-nav-holder .main-nav li:before {
        display: none; }
      @media (min-width: 1024px) {
        .second-nav-holder .main-nav li:last-child {
          margin-bottom: 0; } }
    .second-nav-holder .main-nav a {
      font-weight: 500; }
      @media (max-width: 1023px) {
        .second-nav-holder .main-nav a {
          display: block;
          padding: 11px 10px; } }
  @media (min-width: 768px) {
    .second-nav-holder .subscribe-form {
      display: flex;
      justify-content: space-between;
      width: 89%; } }
  @media (min-width: 768px) {
    .second-nav-holder .subscribe-form input[type="email"] {
      width: calc(100% - 146px); } }
  @media (min-width: 768px) {
    .second-nav-holder .subscribe-form button[type="submit"] {
      width: 138px; } }
  @media (max-width: 1023px) {
    .second-nav-holder .second-nav-opener {
      display: none; } }

.second-nav-opener.btn {
  padding: 12px 14px;
  line-height: 1;
  font-size: 20px;
  width: 65px;
  height: 56px;
  position: relative;
  z-index: 2; }
  @media (max-width: 1023px) {
    .second-nav-opener.btn {
      position: absolute;
      right: 0;
      top: 0; } }
  @media (min-width: 1024px) {
    .second-nav-opener.btn {
      width: 45px;
      height: 45px;
      font-size: 18px; } }
  @media (min-width: 1400px) {
    .second-nav-opener.btn {
      font-size: 23px;
      width: 57px;
      height: 57px; } }
  .second-nav-opener.btn .fa-solid {
    position: relative;
    top: 1px; }
  .second-nav-opener.btn .fa-xmark {
    display: none; }
  .second-nav-opener.btn.mobile-nav-opener {
    z-index: 3; }
    @media (min-width: 1024px) {
      .second-nav-opener.btn.mobile-nav-opener {
        display: none !important; } }

.firm-col {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
  @media (max-width: 1023px) {
    .firm-col {
      width: 100%; } }
  @media (min-width: 1024px) {
    .firm-col {
      border-bottom: 0; } }
  @media (max-width: 1023px) {
    .firm-col.col-active .menu {
      display: block; } }
  .firm-col.col-active .firm-opener {
    background: var(--teal); }
  .firm-col h3 {
    margin-bottom: 0; }
    @media (min-width: 1024px) {
      .firm-col h3 {
        margin-bottom: 15px; } }
  @media (max-width: 1023px) {
    .firm-col .menu {
      display: none;
      padding: 20px 16px 11px; } }
  @media (max-width: 1023px) {
    .firm-col .menu li {
      margin-bottom: 12px; } }
  @media (min-width: 1024px) {
    .firm-col .menu li {
      padding-left: 21px; } }
  @media (min-width: 1024px) {
    .firm-col .menu li:before {
      left: 7px; } }
  .firm-col .firm-opener {
    background: transparent;
    border: 0;
    border-radius: 0;
    outline: none; }
    @media (max-width: 1023px) {
      .firm-col .firm-opener {
        display: block;
        width: calc(100% + 110px);
        margin: 0 -50px 0 -60px;
        text-align: left;
        padding: 11px 70px;
        font-size: 18px;
        line-height: 23px;
        font-weight: 500;
        position: relative; } }
    @media (min-width: 1024px) {
      .firm-col .firm-opener {
        pointer-events: none;
        cursor: text; } }
    @media (max-width: 1023px) {
      .firm-col .firm-opener:after {
        content: "\2b";
        -webkit-font-smoothing: antialiased;
        font-style: normal;
        font-variant: normal;
        line-height: 1;
        text-rendering: auto;
        font-family: "Font Awesome 6 Pro";
        position: absolute;
        top: 50%;
        right: 65px;
        transform: translateY(-50%);
        font-size: 16px;
        line-height: 22px;
        font-weight: 900; } }

.drop-menu {
  background: var(--blue);
  color: #fff;
  padding: 23px 5px 41px; }
  @media (min-width: 1024px) {
    .drop-menu {
      padding: 36px 48px 28px 34px;
      min-width: 296px;
      box-shadow: 0 3px 22px rgba(0, 0, 0, 0.65); } }
  .drop-menu h3 {
    color: inherit;
    font-weight: 300;
    font-size: 17px;
    line-height: 21px;
    margin-bottom: 17px; }
    @media (min-width: 1024px) {
      .drop-menu h3 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 30px; } }
    .drop-menu h3 span {
      font-weight: 600; }
      @media (min-width: 1024px) {
        .drop-menu h3 span {
          display: block; } }
  .drop-menu .employment-form {
    margin-bottom: 23px; }
    @media (max-width: 1023px) {
      .drop-menu .employment-form {
        max-width: 84%; } }
    .drop-menu .employment-form p {
      margin-bottom: 15px; }
      @media (min-width: 1024px) {
        .drop-menu .employment-form p {
          margin-bottom: 14px; } }
    .drop-menu .employment-form button[type='submit'],
    .drop-menu .employment-form input[type='submit'] {
      border-radius: 0;
      font-size: 11px;
      line-height: 20px;
      background-image: linear-gradient(90deg, #fff 0%, #fff 50%, #1CBAAA 50%, #1CBAAA 100%); }
      .drop-menu .employment-form button[type='submit']:hover,
      .drop-menu .employment-form input[type='submit']:hover {
        color: var(--blue); }
    .drop-menu .employment-form input[type='text'],
    .drop-menu .employment-form input[type='tel'],
    .drop-menu .employment-form input[type='email'],
    .drop-menu .employment-form input[type='search'],
    .drop-menu .employment-form input[type='password'],
    .drop-menu .employment-form select,
    .drop-menu .employment-form textarea {
      line-height: 24px;
      font-size: 11px;
      border-radius: 0;
      padding-left: 13px; }
  .drop-menu .form-holder .more-link {
    float: right;
    font-size: 11px;
    line-height: 14px; }
    @media (max-width: 1023px) {
      .drop-menu .form-holder .more-link {
        margin-right: 16%; } }
  .drop-menu .more-link {
    color: inherit; }
    .drop-menu .more-link:hover {
      color: var(--teal); }
  .drop-menu a {
    color: inherit;
    text-decoration: none; }
    .drop-menu a:hover {
      color: var(--teal); }
  .drop-menu .simple-menu {
    min-width: 300px;
    font-size: 15px;
    line-height: 19px;
    font-weight: 400; }
    @media (min-width: 768px) {
      .drop-menu .simple-menu {
        min-width: 530px;
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2; } }
    .drop-menu .simple-menu a {
      display: block;
      padding: 9px 20px;
      padding-right: 40px;
      transition: background 0.3s ease-in-out, color 0.3s ease-in-out; }
      .drop-menu .simple-menu a:hover {
        background: var(--teal);
        color: #fff; }
  @media (min-width: 768px) {
    .drop-menu .posts-nav-list {
      display: flex;
      flex-wrap: wrap; } }
  @media (min-width: 1024px) {
    .drop-menu .posts-nav-list {
      padding: 36px 10px 50px;
      width: 74vw;
      max-width: 948px; } }
  .drop-menu .posts-nav-list h3 {
    margin-bottom: 21px;
    min-height: 31px; }
    .drop-menu .posts-nav-list h3 span {
      display: inline; }
  .drop-menu .posts-nav-list .col {
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
    @media (min-width: 768px) {
      .drop-menu .posts-nav-list .col {
        width: 33.33%;
        padding: 0 32px;
        margin: 0;
        border-right: 1px solid rgba(255, 255, 255, 0.2);
        border-bottom: 0;
        display: flex;
        flex-direction: column;
        height: inherit; } }
    .drop-menu .posts-nav-list .col:last-child {
      margin: 0;
      padding-bottom: 0;
      border-bottom: 0; }
      @media (min-width: 768px) {
        .drop-menu .posts-nav-list .col:last-child {
          border-right: 0; } }
  .drop-menu .posts-nav-list .more-link {
    font-size: 13px;
    line-height: 16px; }
    @media (min-width: 1024px) {
      .drop-menu .posts-nav-list .more-link {
        margin-top: auto; } }
  .drop-menu .posts-menu {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 8px; }
    .drop-menu .posts-menu li {
      padding-bottom: 16px;
      margin-bottom: 13px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
      .drop-menu .posts-menu li:last-child {
        border-bottom: 0;
        margin-bottom: 0; }
    .drop-menu .posts-menu a {
      font-weight: 300; }
    .drop-menu .posts-menu .date {
      font-size: 12px;
      font-weight: 600; }

.footer {
  padding: 53px 23px; }
  @media (min-width: 768px) {
    .footer {
      padding: 58px 23px 80px; } }
  .footer a {
    color: inherit;
    transition: color 0.3s ease-in-out; }
    .footer a:hover {
      color: var(--teal); }

@media (min-width: 768px) and (max-width: 1399px) {
  .footer .container {
    max-width: 1062px; } }

.footer-info {
  font-size: 16px;
  line-height: 1.75;
  max-width: 708px;
  padding-bottom: 36px; }
  @media (min-width: 768px) {
    .footer-info {
      display: flex;
      padding-bottom: 23px; } }
  .footer-info .logo-holder {
    margin-bottom: 24px;
    padding-left: 5px; }
    @media (min-width: 768px) {
      .footer-info .logo-holder {
        margin-bottom: 0;
        padding-left: 0;
        padding-right: 47px; } }
    .footer-info .logo-holder img {
      min-width: 159px; }
  @media (min-width: 768px) {
    .footer-info .text-holder {
      padding-top: 40px; } }
  .footer-info strong {
    font-weight: 500; }

.footer-address-list {
  padding: 32px 0 34px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
  @media (min-width: 768px) {
    .footer-address-list {
      padding: 11px 0;
      display: flex;
      align-items: center;
      justify-content: space-between; } }
  .footer-address-list h4 {
    font-weight: 500;
    margin-bottom: 12px; }
  .footer-address-list .address-item {
    position: relative;
    margin-bottom: 7px; }
    @media (min-width: 768px) {
      .footer-address-list .address-item {
        margin-bottom: 0; } }
    @media (min-width: 768px) {
      .footer-address-list .address-item:focus-within .address {
        opacity: 1;
        visibility: visible;
        left: -32px; } }
    @media (min-width: 768px) {
      .footer-address-list .address-item:first-child:focus-within .address {
        left: 0; } }
    .footer-address-list .address-item:first-child.hover .address {
      left: 0; }
    @media (min-width: 768px) {
      .footer-address-list .address-item:last-child:focus-within .address {
        left: auto;
        right: 0; } }
    .footer-address-list .address-item:last-child.hover .address {
      left: auto;
      right: 0; }
  .footer-address-list .address {
    display: none;
    padding: 31px 32px 24px 32px;
    font-size: 16px;
    line-height: 25px; }
    @media (min-width: 768px) {
      .footer-address-list .address {
        display: block;
        opacity: 0;
        position: absolute;
        left: -9999px;
        bottom: 100%;
        min-width: 241px;
        visibility: hidden;
        transition: opacity 0.3s ease-in-out; } }
    .footer-address-list .address address {
      margin: 0 0 14px;
      font-style: normal; }
      .footer-address-list .address address p {
        margin: 0; }
    .footer-address-list .address a[href*="tel:"] {
      text-decoration: none;
      font-weight: inherit; }
  .footer-address-list .hover .address {
    display: block; }
    @media (min-width: 768px) {
      .footer-address-list .hover .address {
        opacity: 1;
        visibility: visible;
        left: -32px; } }
  .footer-address-list .address-opener {
    font-weight: 500;
    font-size: 26px;
    line-height: 33px;
    padding: 10px 0;
    border: 0;
    background: transparent;
    transition: color 0.3s ease-in-out; }
    @media (min-width: 768px) {
      .footer-address-list .address-opener {
        font-size: 17px;
        line-height: 1.24; } }
    .footer-address-list .address-opener:hover {
      color: #fff; }
    .footer-address-list .address-opener .fa-sort-up {
      color: var(--teal);
      line-height: inherit;
      vertical-align: sub;
      margin-left: 16px;
      font-size: 22px; }
      @media (min-width: 768px) {
        .footer-address-list .address-opener .fa-sort-up {
          font-size: 14px;
          margin-left: 8px; } }

.social-list {
  display: flex;
  font-size: 24px;
  margin-bottom: 38px; }
  @media (min-width: 768px) {
    .social-list {
      margin-bottom: 0;
      font-size: 15px; } }
  .social-list li {
    padding-right: 51px; }
    @media (min-width: 768px) {
      .social-list li {
        padding-left: 29px;
        padding-right: 0; } }
  .social-list a {
    text-decoration: none; }

.footer-nav {
  display: inline; }
  .footer-nav li {
    display: inline;
    position: relative; }
    .footer-nav li:after {
      content: '|';
      margin: 0 3px 0 5px; }
    .footer-nav li:last-child:after {
      display: none; }
  .footer-nav a {
    font-weight: 300;
    text-decoration: none; }

.copyright {
  display: inline;
  margin: 0;
  position: relative; }
  .copyright:after {
    content: '|';
    margin: 0 2px 0 6px; }

.footer-bottom-block {
  padding-top: 34px;
  display: flex;
  flex-direction: column-reverse; }
  @media (min-width: 768px) {
    .footer-bottom-block {
      padding-top: 21px;
      flex-direction: row;
      align-items: center;
      justify-content: space-between; } }

.footer-bottom-left-block {
  font-size: 13px;
  line-height: 23px; }

#wrapper {
  max-width: 100%;
  overflow: hidden;
  position: relative; }

.page-holder {
  position: relative;
  overflow-x: hidden; }

.accessibility {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

.accessibility:focus {
  position: static;
  width: auto;
  height: auto; }

.container {
  width: 100%;
  max-width: 1144px;
  padding: 0 28px;
  margin: 0 auto; }
  .container:after {
    content: '';
    display: block;
    clear: both; }
  .container > p.alignfull,
  .container > h1.alignfull,
  .container > .h1.alignfull,
  .container > h2.alignfull,
  .container > h3.alignfull,
  .container > h4.alignfull,
  .container > h5.alignfull,
  .container > h6.alignfull {
    padding: 0 28px; }
  .container > p.alignwide,
  .container > h1.alignwide,
  .container > .h1.alignwide,
  .container > h2.alignwide,
  .container > h3.alignwide,
  .container > h4.alignwide,
  .container > h5.alignwide,
  .container > h6.alignwide {
    padding: 0 28px;
    width: calc(120% + 40px); }

.alignfull {
  position: relative;
  width: 100vw;
  left: 50%;
  margin-left: -50vw; }

.alignwide {
  position: relative;
  width: 120%;
  max-width: 100vw;
  left: 50%;
  transform: translate3D(-50%, 0, 0); }

.teal-text {
  color: var(--teal) !important; }

.white-text {
  color: #fff; }

.dark-text {
  color: var(--blue); }

.teal-bg {
  background: var(--teal); }

.blue-bg {
  background: var(--blue); }
  .blue-bg .employment-form button[type='submit'],
  .blue-bg .employment-form input[type='submit'] {
    border-radius: 0;
    background-image: linear-gradient(90deg, #fff 0%, #fff 50%, #1CBAAA 50%, #1CBAAA 100%); }
    .blue-bg .employment-form button[type='submit']:hover,
    .blue-bg .employment-form input[type='submit']:hover {
      color: var(--blue); }
  .blue-bg .subscribe-form button[type="submit"],
  .blue-bg .subscribe-form input[type="submit"] {
    background-image: linear-gradient(90deg, #fff 0%, #fff 50%, #1CBAAA 50%, #1CBAAA 100%); }

.dark-blue-bg {
  background: var(--darkBlue); }
  .dark-blue-bg .employment-form button[type='submit'],
  .dark-blue-bg .employment-form input[type='submit'] {
    border-radius: 0;
    background-image: linear-gradient(90deg, #fff 0%, #fff 50%, #1CBAAA 50%, #1CBAAA 100%); }
    .dark-blue-bg .employment-form button[type='submit']:hover,
    .dark-blue-bg .employment-form input[type='submit']:hover {
      color: var(--darkBlue); }
  .dark-blue-bg .subscribe-form button[type="submit"],
  .dark-blue-bg .subscribe-form input[type="submit"] {
    background-image: linear-gradient(90deg, #fff 0%, #fff 50%, #1CBAAA 50%, #1CBAAA 100%); }

.blue-grad-bg {
  background: var(--blueBgGradient) }

.gray-bg {
  background: #F4F5F7; }

.white-bg {
  background: #fff; }

.animated-title {
  text-transform: uppercase;
  font-size: 55px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
  color: rgba(147, 147, 147, 0.07);
  white-space: nowrap;
  will-change: transform;
  pointer-events: none; }
  @media (min-width: 768px) {
    .animated-title {
      font-size: 70px;
      color: rgba(147, 147, 147, 0.15); } }
  @media (min-width: 1024px) {
    .animated-title {
      font-size: 113px;
      color: rgba(147, 147, 147, 0.07); } }

@media (min-width: 768px) {
  .row {
    display: flex;
    justify-content: space-between; } }

.more-link {
  text-decoration: underline !important;
  transition: color 0.3s ease-in-out; }
  .more-link .fa-arrow-right {
    margin-left: 8px; }

.visually-hidden {
  position: absolute;
  left: -99999px;
  visibility: hidden; }

.subscribe-form button[type="submit"],
.subscribe-form input[type="submit"] {
  color: #fff;
  border-radius: 0;
  padding: 10px 14px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  line-height: 28px;
  letter-spacing: 0.5px;
  width: 100%;
  background-image: linear-gradient(90deg, #fff 0%, #fff 50%, #15375E 50%, #15375E 100%); }
  @media (min-width: 768px) {
    .subscribe-form button[type="submit"],
    .subscribe-form input[type="submit"] {
      width: auto; } }
  .subscribe-form button[type="submit"]:hover,
  .subscribe-form input[type="submit"]:hover {
    color: var(--blue); }

.subscribe-form input[type="email"] {
  margin-bottom: 10px;
  width: 100%; }
  @media (min-width: 768px) {
    .subscribe-form input[type="email"] {
      margin-bottom: 0;
      width: auto; } }

.employment-form button[type='submit'],
.employment-form input[type='submit'] {
  background-image: linear-gradient(90deg, #15375E 0%, #15375E 50%, #1CBAAA 50%, #1CBAAA 100%);
  border-radius: 5px;
  width: 100%; }

.employment-form h4 {
  font-size: 19px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 21px; }

.employment-form p {
  margin-bottom: 16px; }

.employment-form input[type='text'],
.employment-form input[type='tel'],
.employment-form input[type='email'],
.employment-form input[type='search'],
.employment-form input[type='password'],
.employment-form select,
.employment-form textarea {
  padding: 8px 8px;
  border-radius: 2px;
  border: 0;
  line-height: 29px; }

button[type='submit'].btn,
input[type='submit'].btn,
.btn {
  color: #fff;
  border: 0;
  border-radius: 0;
  padding: 10px 36px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  line-height: 30px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(90deg, #1CBAAA 0%, #1CBAAA 50%, #15375E 50%, #15375E 100%);
  background-size: 200%;
  background-position: 100% 0; }
  button[type='submit'].btn:hover,
  input[type='submit'].btn:hover,
  .btn:hover {
    color: #fff;
    background-position: 0% 0; }
  button[type='submit'].btn.btn-outline,
  input[type='submit'].btn.btn-outline,
  .btn.btn-outline {
    border-color: #fff;
    background-image: linear-gradient(90deg, #1CBAAA 0%, #1CBAAA 50%, rgba(16, 188, 171, 0) 50%, rgba(16, 188, 171, 0) 100%); }
    button[type='submit'].btn.btn-outline:after,
    input[type='submit'].btn.btn-outline:after,
    .btn.btn-outline:after {
      content: '';
      border: 1px solid;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      border-color: inherit;
      transition: .4s; }
    button[type='submit'].btn.btn-outline:hover:after,
    input[type='submit'].btn.btn-outline:hover:after,
    .btn.btn-outline:hover:after {
      opacity: 0;
      visibility: hidden; }
  button[type='submit'].btn.btn-outline-dark,
  input[type='submit'].btn.btn-outline-dark,
  .btn.btn-outline-dark {
    border-color: var(--blue);
    color: var(--blue);
    background-image: linear-gradient(90deg, #15375E 0%, #15375E 50%, rgba(3, 42, 76, 0) 50%, rgba(3, 42, 76, 0) 100%); }
    button[type='submit'].btn.btn-outline-dark:hover,
    input[type='submit'].btn.btn-outline-dark:hover,
    .btn.btn-outline-dark:hover {
      color: #fff; }
  button[type='submit'].btn.btn-second,
  input[type='submit'].btn.btn-second,
  .btn.btn-second {
    background-image: linear-gradient(90deg, #15375E 0%, #15375E 50%, #1CBAAA 50%, #1CBAAA 100%); }

.share-btn {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase; }
  .share-btn:focus, .share-btn:active {
    color: var(--blue); }
  .share-btn:hover {
    color: var(--blue); }
    .share-btn:hover i {
      background: var(--blue); }
  .share-btn i {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    width: 28px;
    height: 28px;
    background: var(--teal);
    color: #fff;
    border-radius: 50%;
    margin-right: 10px;
    transition: .2s; }

@media print {
  body {
    background: #fff;
    color: #000;
    overflow: visible; }
  * {
    color: #000 !important;
    background: none !important; }
  .breadcrumbs,
  .blog-detail-approved-content .sidebar,
  .empower-section,
  .search-form,
  .navigation,
  .navigation-single,
  #header,
  #footer {
    display: none !important; }
  .share-btns {
    display: none; }
  .approved-hero-overlay {
    display: none; }
  .form-col {
    display: none; }
  .blog-detail-approved-hero {
    padding-top: 0;
    display: flex;
    flex-direction: column-reverse; }
    .blog-detail-approved-hero .label {
      padding: 0; }
    .blog-detail-approved-hero .bg-image {
      position: relative;
      object-fit: unset;
      top: auto;
      left: auto;
      opacity: 1;
      margin-bottom: 20px; }
  .blog-detail-approved-hero .text-col {
    padding-bottom: 30px; }
  .blog-detail-approved-hero .subtitle .links a {
    text-decoration: none; } }

.resize-active * {
  transition: none !important; }
