@charset "UTF-8";
/* scss */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none !important;
}

body {
  width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
}

i {
  line-height: 1;
  color: inherit;
}

strong {
  font-weight: 600 !important;
}

b {
  font-weight: 500 !important;
}

p {
  margin-bottom: 0 !important;
}

img {
  max-width: 100% !important;
}

input, form, button {
  border: none;
}

::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

::-webkit-search-results-button {
  -webkit-appearance: none;
}

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

img {
  display: block;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

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

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

a {
  background-color: transparent;
}

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

b, strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

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

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

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

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

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

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

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.neo-main {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 10;
  overflow: hidden;
}
.neo-main .neo-section {
  width: 100%;
  display: flex;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 10;
}
.neo-main .neo-section.default-section {
  padding: 75px 0;
}
@media (max-width: 767px) {
  .neo-main .neo-section.default-section {
    padding: 50px 0;
  }
}
@media (max-width: 576px) {
  .neo-main .neo-section.default-section {
    padding: 30px 0;
  }
}
.neo-main .neo-section .inner-wrapper {
  display: flex;
  flex-direction: column;
}
.neo-main .neo-section .inner-wrapper .section-title {
  margin-bottom: 50px;
  font-weight: 700 !important;
  font-size: 32px !important;
  line-height: 44px !important;
}
.neo-main .neo-section .inner-wrapper .section-title.center {
  text-align: center;
}
.neo-main .neo-section .inner-wrapper .section-title.left {
  text-align: left;
}
.neo-main .neo-section .inner-wrapper .section-title.right {
  text-align: right;
}

a:not(.neo-button) {
  transition: all 0.2s ease;
}
a:not(.neo-button):hover {
  color: var(--neo-accent-color-2);
}
a:not(.neo-button):hover i {
  color: var(--neo-accent-color-2);
}

.content-wrapper p:not(:last-child) {
  margin-bottom: 20px !important;
}

.page-preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
  z-index: 9999;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-preloader.hidden {
  opacity: 0 !important;
  pointer-events: none !important;
}

p a {
  color: var(--neo-accent-color-2) !important;
  transition: all 0.1s ease-in-out;
}
p a:hover {
  text-decoration: underline;
}

.archive-author {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.archive-author .neo-section-expandable-header {
  background-color: #f6f6f6;
  padding: 75px 0;
  margin-bottom: 75px !important;
}
@media (max-width: 767px) {
  .archive-author .neo-section-expandable-header {
    padding: 50px 0;
  }
}
@media (max-width: 576px) {
  .archive-author .neo-section-expandable-header {
    padding: 30px 0;
  }
}
.archive-author .inner-wrapper {
  flex-direction: column;
  display: flex;
}
.archive-author .not-found-block {
  padding-bottom: 75px;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.archive-author .header-inner {
  display: flex;
  flex-direction: column;
  align-items: center !important;
  justify-content: center !important;
}
.archive-author .header-inner .title-side {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.archive-author .header-inner .title-side h1 {
  text-align: center;
}
.archive-author .neo-section-cards-grid {
  padding: 75px 0;
}
@media (max-width: 767px) {
  .archive-author .neo-section-cards-grid {
    padding: 50px 0;
  }
}
@media (max-width: 576px) {
  .archive-author .neo-section-cards-grid {
    padding: 30px 0;
  }
}
.archive-author .neo-section-cards-grid:not(:first-child) {
  padding-top: 0 !important;
}

.jkd-breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  line-height: 1;
}
.jkd-breadcrumbs .breadcrumbs-separator {
  margin: 0 8px;
  display: flex;
  align-items: center;
  opacity: 0.7;
  font-size: 10px;
}
@media (max-width: 425px) {
  .jkd-breadcrumbs .breadcrumbs-separator {
    margin: 0;
  }
}
.jkd-breadcrumbs .breadcrumbs-item {
  line-height: 1;
  color: #000;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 425px) {
  .jkd-breadcrumbs .breadcrumbs-item {
    font-size: 13px;
  }
}
.jkd-breadcrumbs .breadcrumbs-item.breadcrumbs-current {
  opacity: 1;
}
.jkd-breadcrumbs a {
  transition: all 0.2s ease;
  opacity: 0.7;
}
.jkd-breadcrumbs a:hover {
  opacity: 1;
}

blockquote {
  padding-left: 40px;
  border-left: 5px solid var(--neo-accent-color-1);
  margin-left: 60px;
  font-style: italic;
  font-weight: 400;
  font-size: 20px;
  line-height: 122.18%;
  letter-spacing: -0.01em;
  color: #354b60;
}

.container {
  max-width: var(--neo-container-width);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding: 0 var(--neo-container-offset);
  display: flex;
}

.container-fluid {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: flex;
  z-index: 10;
}

.neo-link {
  color: var(--neo-accent-color-2) !important;
}

.neo-button {
  height: 58px;
  background-color: var(--neo-accent-color-2);
  border-radius: 2px;
  color: var(--neo-white-color);
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  font-weight: 700;
  justify-content: center;
  padding: 5px 30px;
  white-space: nowrap;
  word-break: keep-all;
  transition: all 0.1s ease !important;
}
.neo-button:hover {
  background-color: var(--neo-accent-color-3) !important;
}

.neo-link-button {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: var(--neo-accent-color-1);
  text-transform: uppercase;
  display: flex;
  align-items: center;
  transition: all 0.1s ease !important;
  opacity: 1 !important;
}
.neo-link-button .arrow {
  margin-left: 30px;
}

body {
  color: var(--neo-text-color);
  font-family: var(--neo-content-font) !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--neo-heading-font) !important;
  font-weight: 700 !important;
  color: var(--neo-heading-color);
}

h1 {
  font-size: var(--neo-h1-size);
}
@media (max-width: 767px) {
  h1 {
    font-size: var(--neo-h1-size-lg);
  }
}
@media (max-width: 576px) {
  h1 {
    font-size: var(--neo-h1-size-sm);
  }
}

h2 {
  font-size: var(--neo-h2-size);
}
@media (max-width: 767px) {
  h2 {
    font-size: var(--neo-h2-size-lg);
  }
}
@media (max-width: 576px) {
  h2 {
    font-size: var(--neo-h2-size-sm);
  }
}

h3 {
  font-size: var(--neo-h3-size);
}
@media (max-width: 767px) {
  h3 {
    font-size: var(--neo-h3-size-lg);
  }
}
@media (max-width: 576px) {
  h3 {
    font-size: var(--neo-h3-size-sm);
  }
}

.entry-content * {
  max-width: 100%;
}
.entry-content b, .entry-content strong {
  font-weight: 600 !important;
}
.entry-content .row {
  margin: 15px 0;
}
.entry-content a {
  color: var(--neo-accent-color-3) !important;
}
.entry-content a:hover {
  color: var(--neo-accent-color-2) !important;
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  margin-bottom: 15px;
  margin-top: 30px;
}
@media (max-width: 576px) {
  .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
    margin-bottom: 7px;
    margin-top: 15px;
  }
}
.entry-content p.has-drop-cap {
  padding: 0;
}
.entry-content p.has-drop-cap::first-letter {
  font-weight: 900;
  display: flex;
  font-size: 128px;
  margin: 0;
  margin-right: 15px;
}
.entry-content p.has-drop-cap:after {
  display: none;
}
.entry-content p ul {
  list-style: circle inside;
}
.entry-content p ol {
  list-style: decimal inside;
}
.entry-content p:not(:last-child) {
  margin-bottom: 25px !important;
}
.entry-content .alignfull img, .entry-content .alignwide img {
  width: 100% !important;
  height: auto !important;
}
.entry-content pre {
  overflow-y: scroll;
  margin: 15px 0;
}
.entry-content figure {
  margin: 15px 0;
}
.entry-content figure figcaption {
  font-size: 12px;
  opacity: 0.5;
  margin-top: 15px;
  margin-bottom: 0;
}
.entry-content figure.alignright {
  margin-left: 30px;
  margin-bottom: 5px !important;
}
@media (max-width: 576px) {
  .entry-content figure.alignright {
    margin-left: 15px;
  }
}
.entry-content figure.alignleft {
  margin-right: 30px;
  margin-bottom: 5px !important;
}
@media (max-width: 576px) {
  .entry-content figure.alignleft {
    margin-right: 15px;
  }
}
.entry-content ul {
  list-style-type: disc;
}
.entry-content ul ul {
  list-style-type: circle;
}
.entry-content ol {
  list-style-type: decimal;
}
.entry-content ol ul {
  list-style-type: circle;
}
.entry-content ul, .entry-content ol {
  padding-left: 30px;
  margin: 20px 0;
}
.entry-content ul li:not(:last-child), .entry-content ol li:not(:last-child) {
  margin-bottom: 7px;
}
.entry-content em, .entry-content i, .entry-content q, .entry-content dfn {
  font-style: italic;
}
.entry-content pre, .entry-content code {
  font-family: monospace;
}
.entry-content hr {
  margin: 15px 0;
  max-width: 100%;
  width: 100%;
  outline-color: rgba(152, 152, 152, 0.3);
  border: none;
  border-bottom: 1px solid rgba(152, 152, 152, 0.3);
}
.entry-content .post-password-form {
  margin-top: 15px;
}
.entry-content .post-password-form p {
  display: flex;
  align-items: center;
}
.entry-content .post-password-form p:not(:last-child) {
  margin-bottom: 15px;
}
.entry-content .post-password-form p label {
  display: flex;
  width: 100%;
  align-items: center;
}
.entry-content .post-password-form input[type=password] {
  width: 100%;
  height: 55px;
  margin-left: 15px;
  max-width: 100% !important;
  border-radius: 0 !important;
  background-color: transparent !important;
  border: none;
  border-bottom: 1px solid rgba(152, 152, 152, 0.3) !important;
  display: flex;
  align-items: center;
  padding: 8px 15px !important;
  transition: all 0.1s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #000000;
  font-size: 14px;
}
@media (max-width: 576px) {
  .entry-content .post-password-form input[type=password] {
    height: 50px !important;
  }
}
.entry-content .post-password-form input[type=password]:-webkit-autofill, .entry-content .post-password-form input[type=password]:-webkit-autofill:hover, .entry-content .post-password-form input[type=password]:-webkit-autofill:focus {
  color: #000000;
  -webkit-text-fill-color: #000000;
  -webkit-box-shadow: 0 0 0 1000px transparent inset;
  font-size: 14px;
  transition: background-color 5000s ease-in-out 0s;
}
.entry-content .post-password-form input[type=password]:focus {
  border-color: #000000 !important;
}
.entry-content .post-password-form input[type=password]::placeholder {
  color: #000000 !important;
  font-size: 14px !important;
}
.entry-content .post-password-form input[type=password]:focus {
  opacity: 1 !important;
  color: #000000;
}
.entry-content .post-password-form input[type=password]:focus::placeholder {
  opacity: 1 !important;
  color: #000000 !important;
}
.entry-content .post-password-form input[type=submit] {
  width: auto;
  display: flex !important;
  align-items: center !important;
  border-radius: 0 !important;
  justify-content: center !important;
  transition: all 0.2s ease-in-out !important;
  white-space: nowrap !important;
  cursor: pointer !important;
  z-index: 10 !important;
  position: relative !important;
  overflow: hidden !important;
  text-decoration: none !important;
  padding: 10px 40px !important;
  height: 55px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  background-color: #000000 !important;
  color: #fff !important;
}
@media (max-width: 576px) {
  .entry-content .post-password-form input[type=submit] {
    height: 50px !important;
    padding: 10px 30px !important;
  }
}
.entry-content .post-password-form input[type=submit][disabled] {
  opacity: 0.25 !important;
  pointer-events: none !important;
}
.entry-content .post-password-form input[type=submit]:hover, .entry-content .post-password-form input[type=submit]:active {
  background-color: #ebebeb !important;
  color: #000000 !important;
}
.entry-content cite {
  font-weight: 500;
  display: flex;
}
.entry-content cite:before {
  content: "-";
  display: flex;
  margin-right: 5px;
}
.entry-content code {
  padding: 5px 8px;
  background-color: rgba(152, 152, 152, 0.3);
  border-radius: 3px;
}
.entry-content address {
  margin-bottom: 15px;
}
.entry-content abbr, .entry-content acronym {
  cursor: help;
}
.entry-content abbr[title] {
  text-decoration: underline dotted;
}
.entry-content del, .entry-content strike, .entry-content s {
  text-decoration: line-through;
}
.entry-content q {
  font-style: italic;
}
.entry-content img {
  max-width: 100%;
  height: auto;
}
.entry-content img.alignright {
  margin-left: 30px;
  margin-bottom: 15px;
}
.entry-content img.alignleft {
  margin-right: 30px;
  margin-bottom: 15px;
}
.entry-content .blocks-gallery-grid {
  padding: 0;
  margin: 0;
  margin-bottom: -14px;
}
.entry-content .blocks-gallery-grid .blocks-gallery-item {
  position: relative;
  margin-bottom: 14px;
}
.entry-content .blocks-gallery-grid .blocks-gallery-item a {
  position: relative;
  z-index: 999;
  display: flex;
}
.entry-content .blocks-gallery-grid .blocks-gallery-item figure {
  margin-bottom: 0;
}
.entry-content .blocks-gallery-grid .blocks-gallery-item .blocks-gallery-item__caption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 1 !important;
  padding: 7px;
  z-index: 10;
}
.entry-content .wp-calendar-nav {
  margin-bottom: 30px;
  max-width: 600px;
}
.entry-content .wp-calendar-nav a {
  text-decoration: none;
}
.entry-content .wp-calendar-table {
  max-width: 600px;
}
.entry-content .wp-calendar-table th {
  background-color: transparent;
}
.entry-content .wp-block-button {
  margin-bottom: 15px;
  font-size: 13px;
  line-height: 1.5;
}
.entry-content .wp-block-button.aligncenter {
  display: flex;
  justify-content: center;
}
.entry-content .wp-block-button .wp-block-button__link {
  background-color: #000000;
  color: #fff;
  text-decoration: none;
}
.entry-content .wp-block-button.is-style-outline .wp-block-button__link {
  border: 1px solid #000000;
  color: #000000 !important;
  background-color: transparent;
}
.entry-content .wp-block-button.is-style-squared .wp-block-button__link {
  border-radius: 0 !important;
}
.entry-content .wp-block-button.alignleft {
  margin-right: 30px;
}
.entry-content .wp-block-button.alignright {
  margin-left: 30px;
}
.entry-content .wp-block-group {
  padding: 40px;
}
.entry-content .wp-block-gallery {
  padding-left: 0;
}
.entry-content .wp-block-gallery:not(:last-child) {
  margin-bottom: 35px;
}
.entry-content .wp-block-cover {
  margin-bottom: 30px;
  margin-top: 0;
}
.entry-content .wp-block-cover.alignright {
  margin-left: 30px;
}
.entry-content .wp-block-cover.alignleft {
  margin-right: 30px;
}
.entry-content .wp-block-cover .wp-block-cover-text {
  position: relative;
  z-index: 10;
}
.entry-content .wp-block-image {
  margin-bottom: 15px;
}
.entry-content .wp-block-image.alignright {
  margin-left: 30px;
}
.entry-content .wp-block-image.alignleft {
  margin-right: 30px;
}
.entry-content .wp-block-file {
  margin-bottom: 15px;
}
.entry-content .wp-block-file a {
  text-decoration: none;
}
.entry-content .wp-block-video {
  margin: 30px 0;
}
.entry-content .wp-block-audio {
  margin: 30px 0;
}
.entry-content .wp-caption {
  max-width: 100%;
}
.entry-content .wp-block-columns {
  margin: 20px 0 !important;
}
.entry-content .wp-block-search__button {
  display: flex !important;
  align-items: center !important;
  border-radius: 0 !important;
  justify-content: center !important;
  transition: all 0.2s ease-in-out !important;
  white-space: nowrap !important;
  cursor: pointer !important;
  z-index: 10 !important;
  position: relative !important;
  overflow: hidden !important;
  text-decoration: none !important;
  padding: 10px 40px !important;
  height: 55px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  background-color: #000000 !important;
  color: #fff !important;
}
@media (max-width: 576px) {
  .entry-content .wp-block-search__button {
    height: 50px !important;
    padding: 10px 30px !important;
  }
}
.entry-content .wp-block-search__button[disabled] {
  opacity: 0.25 !important;
  pointer-events: none !important;
}
.entry-content .wp-block-search__button * {
  pointer-events: none;
}
.entry-content .wp-block-search__button:hover, .entry-content .wp-block-search__button:active {
  background-color: #ebebeb !important;
  color: #000000 !important;
}
.entry-content select, .entry-content input[type=text], .entry-content input[type=search] {
  height: 55px;
  max-width: 100% !important;
  border-radius: 0 !important;
  background-color: transparent !important;
  border: none;
  border-bottom: 1px solid rgba(152, 152, 152, 0.3) !important;
  display: flex;
  align-items: center;
  padding: 8px 15px !important;
  transition: all 0.1s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #000000;
  font-size: 14px;
}
@media (max-width: 576px) {
  .entry-content select, .entry-content input[type=text], .entry-content input[type=search] {
    height: 50px !important;
  }
}
.entry-content select:-webkit-autofill, .entry-content select:-webkit-autofill:hover, .entry-content select:-webkit-autofill:focus, .entry-content input[type=text]:-webkit-autofill, .entry-content input[type=text]:-webkit-autofill:hover, .entry-content input[type=text]:-webkit-autofill:focus, .entry-content input[type=search]:-webkit-autofill, .entry-content input[type=search]:-webkit-autofill:hover, .entry-content input[type=search]:-webkit-autofill:focus {
  color: #000000;
  -webkit-text-fill-color: #000000;
  -webkit-box-shadow: 0 0 0 1000px transparent inset;
  font-size: 14px;
  transition: background-color 5000s ease-in-out 0s;
}
.entry-content select:focus, .entry-content input[type=text]:focus, .entry-content input[type=search]:focus {
  border-color: #000000 !important;
}
.entry-content select::placeholder, .entry-content input[type=text]::placeholder, .entry-content input[type=search]::placeholder {
  color: #000000 !important;
  font-size: 14px !important;
}
.entry-content select:focus, .entry-content input[type=text]:focus, .entry-content input[type=search]:focus {
  opacity: 1 !important;
  color: #000000;
}
.entry-content select:focus::placeholder, .entry-content input[type=text]:focus::placeholder, .entry-content input[type=search]:focus::placeholder {
  opacity: 1 !important;
  color: #000000 !important;
}
.entry-content select option, .entry-content input[type=text] option, .entry-content input[type=search] option {
  background-color: #fff !important;
  color: #000000 !important;
}
.entry-content .wp-block-archives-dropdown {
  margin: 30px 0;
  display: flex;
  flex-direction: column;
  color: #000000;
  align-items: flex-start;
}
.entry-content .wp-block-archives-dropdown .screen-reader-text {
  margin-bottom: 15px;
}
.entry-content .has-large-font-size {
  font-size: 28px !important;
  line-height: 1.6 !important;
}
.entry-content .wp-block-pullquote {
  margin: 50px 0;
  padding: 0;
  border: none;
}
.entry-content .wp-block-pullquote blockquote {
  background-color: transparent;
  margin: 0;
  padding: 30px;
}
.entry-content .wp-block-pullquote blockquote .rich-text:not(:last-child) {
  margin-bottom: 20px;
}
.entry-content .wp-block-pullquote blockquote p {
  font-size: 36px;
  font-weight: 500;
  text-align: center;
}
.entry-content .wp-block-pullquote.is-style-solid-color blockquote {
  width: 100%;
  min-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 15px;
  justify-content: center;
}
.entry-content .wp-block-archives, .entry-content .wp-block-categories {
  padding-left: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.entry-content .wp-block-archives li, .entry-content .wp-block-categories li {
  list-style-type: none;
}
.entry-content .wp-block-archives li a, .entry-content .wp-block-categories li a {
  text-decoration: none;
}
.entry-content .wp-block-archives li:not(:last-child), .entry-content .wp-block-categories li:not(:last-child) {
  margin-bottom: 20px;
}
.entry-content .wp-block-archives.wp-block-categories-dropdown, .entry-content .wp-block-categories.wp-block-categories-dropdown {
  margin-bottom: 20px;
}
.entry-content .wp-block-tag-cloud {
  margin: -6px;
  display: flex;
  flex-wrap: wrap;
}
.entry-content .wp-block-tag-cloud .tag-cloud-link {
  display: flex;
  align-items: center;
  margin: 6px;
  line-height: 1;
  font-size: 14px !important;
  opacity: 1 !important;
  padding: 8px;
  border: 1px solid rgba(152, 152, 152, 0.3);
  transition: all 0.1s ease-in-out;
  white-space: nowrap;
}
.entry-content .wp-block-tag-cloud .tag-cloud-link:hover {
  border: 1px solid #000000;
}
.entry-content .wp-block-rss {
  list-style-type: none;
  padding-left: 0;
}
.entry-content .wp-block-latest-comments {
  padding-left: 0;
}
.entry-content .wp-block-latest-comments .wp-block-latest-comments__comment {
  list-style-type: none;
}
.entry-content .wp-block-latest-comments .wp-block-latest-comments__comment p {
  margin-bottom: 0;
}
.entry-content .wp-block-latest-comments .wp-block-latest-comments__comment:not(:last-child) {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(152, 152, 152, 0.3);
}
.entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-date {
  margin-top: 5px;
}
.entry-content .wp-block-code {
  margin: 30px 0;
}
.entry-content .wp-block-code code {
  background-color: transparent;
}
.entry-content .more-link {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  margin-top: 10px;
}
.entry-content .wp-block-latest-posts {
  padding-left: 0 !important;
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px !important;
  margin-right: -15px !important;
}
@media (max-width: 576px) {
  .entry-content .wp-block-latest-posts {
    margin: 15px 0 !important;
  }
}
.entry-content .wp-block-latest-posts li {
  width: calc(50% - 30px);
  margin: 15px !important;
  padding: 25px;
  list-style-type: none !important;
  border: 1px solid rgba(152, 152, 152, 0.3);
}
@media (max-width: 576px) {
  .entry-content .wp-block-latest-posts li {
    width: 100% !important;
    margin: 0 !important;
  }
  .entry-content .wp-block-latest-posts li:not(:last-child) {
    margin-bottom: 15px !important;
  }
}
.entry-content .wp-block-latest-posts li a {
  text-decoration: none;
}
.entry-content .wp-block-archives-dropdown {
  margin: 30px 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.entry-content .wp-block-archives-dropdown .screen-reader-text {
  margin-bottom: 15px;
}
.entry-content iframe {
  height: auto !important;
  min-height: 720px !important;
}
@media (max-width: 576px) {
  .entry-content iframe {
    min-height: 400px !important;
  }
}
.entry-content .wp-block-embed.is-type-video {
  width: 100% !important;
  height: 500px !important;
}
.entry-content .wp-block-embed.is-type-video .wp-block-embed__wrapper {
  height: 100%;
}
.entry-content .wp-block-embed.is-type-video .wp-block-embed__wrapper iframe {
  width: 100%;
}
.entry-content .wp-block-embed .wp-block-embed__wrapper, .entry-content .wp-block-embed .fb-post {
  display: flex !important;
  justify-content: center;
}
.entry-content .wp-block-preformatted, .entry-content .wp-block-verse, .entry-content pre {
  padding: 30px;
  border: 1px solid rgba(152, 152, 152, 0.3);
  overflow-x: scroll;
  margin: 30px 0;
}
.entry-content .wp-block-search__inside-wrapper {
  margin: 15px 0;
}
.entry-content .wp-caption {
  pointer-events: auto;
}
.entry-content .wp-caption-text {
  pointer-events: auto;
}
.entry-content .screen-reader-text {
  pointer-events: auto;
}
.entry-content .gallery-caption {
  pointer-events: auto;
}
.entry-content .bypostauthor {
  pointer-events: auto;
}
.entry-content .alignright {
  pointer-events: auto;
}
.entry-content .alignleft {
  pointer-events: auto;
}
.entry-content .aligncenter {
  pointer-events: auto;
}
.entry-content .sticky {
  pointer-events: auto;
}
.entry-content .format-standard, .entry-content .format-audio, .entry-content .format-chat {
  pointer-events: auto;
}
.entry-content .bypostauthor {
  display: block;
}
.entry-content .wp-caption-text, .entry-content .gallery-caption {
  margin-top: 10px;
  margin-bottom: 10px !important;
  text-align: center;
}
.entry-content .alignright {
  float: right;
}
.entry-content .alignleft {
  float: left;
}
.entry-content .aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.entry-content .wp-block-table {
  border: none;
  margin: 0;
  padding: 0;
}
.entry-content dl dd {
  padding-left: 30px;
}
@media (max-width: 576px) {
  .entry-content dl dd {
    padding-left: 15px;
  }
}
.entry-content dl dd:not(:last-child) {
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .entry-content dl dd:not(:last-child) {
    margin-bottom: 10px;
  }
}
.entry-content table {
  width: 100%;
  border-spacing: 0;
  margin: 30px 0;
  border: none !important;
  border-spacing: 0;
  border-left: 1px solid rgba(152, 152, 152, 0.3) !important;
  border-bottom: 1px solid rgba(152, 152, 152, 0.3) !important;
}
.entry-content table caption {
  font-weight: 500;
  color: #000000;
  margin-bottom: 10px;
}
.entry-content table tr {
  border: none !important;
}
.entry-content table tr td, .entry-content table tr th {
  border-top: 1px solid rgba(152, 152, 152, 0.3);
  border-right: 1px solid rgba(152, 152, 152, 0.3);
  padding: 10px 15px;
  color: #000000;
}
.entry-content table tr td br, .entry-content table tr th br {
  display: none;
}
.entry-content table tr td a, .entry-content table tr th a {
  color: #000000;
}
.entry-content table tr td:not(:last-child), .entry-content table tr th:not(:last-child) {
  border-right: 1px solid rgba(152, 152, 152, 0.3);
}
.entry-content table.is-style-stripes tr:nth-child(odd) {
  background-color: #09f !important;
}
.entry-content .read-more-button-wrap {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
.entry-content .read-more-button-wrap .more-link {
  width: auto;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none !important;
}
.entry-content .read-more-button-wrap .more-link .button-text {
  background-color: #000000;
  padding: 15px 25px;
  color: #fff;
  display: flex;
  border-radius: 100px;
}

.neo-navigation {
  width: 100%;
  position: relative;
  height: 127px;
  display: flex;
  align-items: center;
  z-index: 999;
}
.neo-navigation .inner-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.neo-navigation .inner-wrapper .right-side {
  display: flex;
  align-items: center;
}
.neo-navigation .inner-wrapper .right-side .menu-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
}
@media (max-width: 767px) {
  .neo-navigation .inner-wrapper .right-side .menu-wrapper {
    display: none;
  }
}
.neo-navigation .inner-wrapper .right-side .menu-wrapper .menu-list {
  display: flex;
  align-items: center;
  margin-bottom: 0 !important;
  margin-left: 0 !important;
}
.neo-navigation .inner-wrapper .right-side .menu-wrapper .menu-list li {
  list-style: none;
  display: flex;
  align-items: center;
}
.neo-navigation .inner-wrapper .right-side .menu-wrapper .menu-list li a {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: var(--neo-text-color);
  letter-spacing: -0.3%;
  transition: all 0.2s ease;
}
.neo-navigation .inner-wrapper .right-side .menu-wrapper .menu-list li a:hover {
  color: var(--neo-accent-color-2) !important;
}
.neo-navigation .inner-wrapper .right-side .menu-wrapper .menu-list li:not(:last-child) {
  margin-right: 22px;
}
.neo-navigation .inner-wrapper .right-side .actions-wrapper {
  margin-left: 35px;
  display: flex;
  align-items: center;
}
.neo-navigation .inner-wrapper .right-side .actions-wrapper .megamenu-toggle {
  display: flex;
}
@media (max-width: 767px) {
  .neo-navigation .inner-wrapper .right-side .actions-wrapper .megamenu-toggle {
    display: none !important;
  }
}
.neo-navigation .inner-wrapper .right-side .actions-wrapper .menu-mobile-toggle {
  display: none;
}
@media (max-width: 767px) {
  .neo-navigation .inner-wrapper .right-side .actions-wrapper .menu-mobile-toggle {
    display: flex !important;
  }
}
.neo-navigation .inner-wrapper .right-side .actions-wrapper .megamenu-toggle, .neo-navigation .inner-wrapper .right-side .actions-wrapper .menu-mobile-toggle {
  width: 15px;
  height: 12px;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  margin-right: 35px;
  cursor: pointer;
}
.neo-navigation .inner-wrapper .right-side .actions-wrapper .megamenu-toggle span, .neo-navigation .inner-wrapper .right-side .actions-wrapper .menu-mobile-toggle span {
  width: 100%;
  display: flex;
  height: 2px;
  border-radius: 5px;
  background-color: var(--neo-text-color);
}
.neo-navigation .inner-wrapper .right-side .actions-wrapper .search-toggle-wrapper {
  position: relative;
}
.neo-navigation .inner-wrapper .right-side .actions-wrapper .search-toggle-wrapper .search-panel {
  width: 615px;
  max-height: 350px;
  overflow-y: scroll;
  overflow-x: hidden;
  display: flex;
  position: absolute;
  right: -100px;
  top: calc(100% + 30px);
  background: #ffffff;
  border: 1px solid #969696;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
  pointer-events: none !important;
  opacity: 0 !important;
  transition: all 0.2s ease;
}
@media (max-width: 767px) {
  .neo-navigation .inner-wrapper .right-side .actions-wrapper .search-toggle-wrapper .search-panel {
    width: calc(100vw - 40px);
    right: 0;
  }
}
.neo-navigation .inner-wrapper .right-side .actions-wrapper .search-toggle-wrapper .search-panel.active {
  pointer-events: auto !important;
  opacity: 1 !important;
}
.neo-navigation .inner-wrapper .right-side .actions-wrapper .search-toggle-wrapper .search-panel::-webkit-scrollbar {
  display: none;
}
.neo-navigation .inner-wrapper .right-side .actions-wrapper .search-toggle-wrapper .search-panel .input-wrapper {
  width: 100%;
  display: flex;
  position: relative;
  align-items: center;
}
.neo-navigation .inner-wrapper .right-side .actions-wrapper .search-toggle-wrapper .search-panel .input-wrapper .input-icon {
  position: absolute;
  left: 10px;
}
.neo-navigation .inner-wrapper .right-side .actions-wrapper .search-toggle-wrapper .search-panel .input-wrapper .input-search {
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #c4c4c4;
  border-radius: 8px;
  height: 45px;
  padding: 5px 15px 5px 45px;
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: left;
  color: #000000;
}
.neo-navigation .inner-wrapper .right-side .actions-wrapper .search-toggle-wrapper .search-panel .results-wrapper {
  width: 100%;
  margin-top: 20px;
}
.neo-navigation .inner-wrapper .right-side .actions-wrapper .search-toggle-wrapper .search-panel .results-wrapper .results-inner:not(:last-child) {
  margin-bottom: 24px !important;
  padding-bottom: 23px !important;
  border-bottom: 1px solid rgba(152, 152, 152, 0.2) !important;
}
.neo-navigation .inner-wrapper .right-side .actions-wrapper .search-toggle-wrapper .search-panel .results-wrapper .results-inner .inner-results-title {
  font-style: normal !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  line-height: 20px !important;
  text-align: left !important;
  margin-bottom: 12px !important;
  color: #000000 !important;
}
.neo-navigation .inner-wrapper .right-side .actions-wrapper .search-toggle-wrapper .search-panel .results-wrapper .results-inner .post-article .post-title {
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 20px !important;
  text-align: left !important;
  color: #000000 !important;
}
.neo-navigation .inner-wrapper .right-side .actions-wrapper .search-toggle-wrapper .search-panel .results-wrapper .results-inner .post-article:not(:last-child) {
  margin-bottom: 16px !important;
}
.neo-navigation .inner-wrapper .right-side .actions-wrapper .search-toggle-wrapper .search-panel .results-wrapper .results-inner .post-article:last-child {
  margin-bottom: 0 !important;
}
.neo-navigation .inner-wrapper .right-side .actions-wrapper .search-toggle-wrapper .search-panel .results-wrapper.hidden {
  display: none;
}
.neo-navigation .inner-wrapper .right-side .actions-wrapper .search-toggle {
  cursor: pointer;
}
.neo-navigation .megamenu-overlay {
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  right: 0;
  background-color: #f6f6f6;
  transition: all 0.2s ease;
  padding: 70px 0;
  opacity: 0;
  pointer-events: none;
}
.neo-navigation .megamenu-overlay.active {
  opacity: 1;
  pointer-events: auto;
}
.neo-navigation .megamenu-overlay .container .menu-list {
  display: flex;
  align-items: flex-start;
  margin-left: 0;
  margin-bottom: 0;
  width: 100%;
}
.neo-navigation .megamenu-overlay .container .menu-list li {
  list-style: none;
  width: 25%;
  margin-left: 0 !important;
}
.neo-navigation .megamenu-overlay .container .menu-list li:not(:last-child) {
  margin-right: 10px;
}
.neo-navigation .megamenu-overlay .container .menu-list li .sub-menu {
  margin-left: 0 !important;
}
.neo-navigation .megamenu-overlay .container .menu-list li .sub-menu li {
  width: 100% !important;
  margin-right: 0 !important;
}
.neo-navigation .megamenu-overlay .container .menu-list li .sub-menu li a {
  color: var(--neo-heading-color) !important;
  font-size: 18px !important;
  line-height: 22px !important;
  margin-bottom: 0 !important;
}
.neo-navigation .megamenu-overlay .container .menu-list li .sub-menu li:not(:last-child) {
  margin-bottom: 24px;
}
.neo-navigation .megamenu-overlay .container .menu-list li .menu-link {
  font-weight: 600;
  line-height: 29px;
  font-size: 24px;
  color: var(--neo-accent-color-1);
  margin-bottom: 35px !important;
  display: flex;
}
.neo-navigation .megamenu-overlay .close-button {
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
}

.offcanvas-navigation {
  position: fixed;
  top: 0;
  right: 0;
  display: none;
  width: 276px;
  min-width: 276px;
  height: 100vh;
  z-index: 999;
  max-width: 276px;
  background-color: #fff;
  transform: translateX(100%);
  transition: all 0.2s ease-in-out;
}
@media (max-width: 767px) {
  .offcanvas-navigation {
    display: flex;
  }
}
.offcanvas-navigation.active {
  transform: translateX(0);
}
.offcanvas-navigation .inner-navigation {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.offcanvas-navigation .inner-navigation .close-button {
  margin-bottom: 13px;
}
.offcanvas-navigation .inner-navigation .menu-wrapper {
  width: 100%;
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  height: 100%;
  overflow: hidden;
}
.offcanvas-navigation .inner-navigation .menu-wrapper .menu-list {
  position: relative;
}
.offcanvas-navigation .inner-navigation .menu-wrapper ul {
  margin: 0 !important;
  padding: 0 !important;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
}
.offcanvas-navigation .inner-navigation .menu-wrapper ul li {
  list-style: none !important;
  width: 100%;
  z-index: 1;
}
.offcanvas-navigation .inner-navigation .menu-wrapper ul li a {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  width: 100%;
  display: flex;
  align-items: center;
}
.offcanvas-navigation .inner-navigation .menu-wrapper ul li.menu-item-has-children .sub-menu {
  position: absolute;
  top: 0;
  left: 120%;
  width: 100%;
  transition: all 0.2s ease-in-out;
  background-color: #fff;
  z-index: 99;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.offcanvas-navigation .inner-navigation .menu-wrapper ul li.menu-item-has-children .sub-menu li {
  position: relative;
  background-color: #fff;
}
.offcanvas-navigation .inner-navigation .menu-wrapper ul li.menu-item-has-children .sub-menu .menu-item-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 13px;
}
.offcanvas-navigation .inner-navigation .menu-wrapper ul li.menu-item-has-children .sub-menu .menu-item-heading span {
  width: 100%;
  justify-content: space-between;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  display: flex;
  align-items: center;
  color: #354b60;
}
.offcanvas-navigation .inner-navigation .menu-wrapper ul li.menu-item-has-children .sub-menu.active {
  left: 0;
  z-index: 999;
}
.offcanvas-navigation .inner-navigation .menu-wrapper ul li a {
  padding: 13px 0;
  width: 100%;
}

.neo-footer {
  padding: 45px 0;
}
@media (max-width: 767px) {
  .neo-footer .inner-wrapper {
    flex-direction: column;
  }
}
.neo-footer .subscribe-wrapper {
  width: 60%;
  min-width: 60%;
  max-width: 60%;
  padding-right: 90px;
}
@media (max-width: 767px) {
  .neo-footer .subscribe-wrapper {
    padding-right: 0;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
}
.neo-footer .subscribe-wrapper h2 {
  color: var(--neo-white-color);
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .neo-footer .subscribe-wrapper h2 {
    margin-bottom: 20px;
  }
}
.neo-footer .subscribe-wrapper .gform_wrapper {
  width: 100%;
}
.neo-footer .subscribe-wrapper .gform_wrapper form {
  display: flex;
  width: 100%;
}
.neo-footer .subscribe-wrapper .gform_wrapper form .gform_body {
  width: 100%;
}
.neo-footer .subscribe-wrapper .gform_wrapper form .gform_body .validation_message {
  display: none !important;
}
.neo-footer .subscribe-wrapper .gform_wrapper form .gform_body .ginput_container_email {
  width: 100%;
}
.neo-footer .subscribe-wrapper .gform_wrapper form .gform_body .ginput_container_email input {
  display: flex;
  align-content: center;
  width: 100%;
  padding: 15px;
  background-color: var(--neo-white-color);
  border: none !important;
  font-weight: 300;
  font-size: 18px;
  line-height: 25px;
  height: 72px !important;
  text-transform: uppercase;
  min-height: 72px !important;
  max-height: 72px !important;
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-left-radius: 2px !important;
  border-top-left-radius: 2px !important;
}
.neo-footer .subscribe-wrapper .gform_wrapper form .gform_body .ginput_container_email input::placeholder {
  font-weight: 300;
  font-size: 18px;
  line-height: 25px;
  color: var(--neo-text-color) !important;
}
.neo-footer .subscribe-wrapper .gform_wrapper form .gform_footer {
  margin: 0 !important;
  padding: 0 !important;
}
.neo-footer .subscribe-wrapper .gform_wrapper form .gform_footer .gform_button {
  height: 72px !important;
  min-height: 72px !important;
  max-height: 72px !important;
  background-color: var(--neo-accent-color-2);
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  color: var(--neo-white-color);
  padding: 5px 13px;
  margin-bottom: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
  border-bottom-right-radius: 2px !important;
  border-top-right-radius: 2px !important;
  transition: all 0.1s ease !important;
  width: 150px;
  min-width: 150px;
  max-width: 150px;
}
.neo-footer .subscribe-wrapper .gform_wrapper form .gform_footer .gform_button:hover {
  background-color: var(--neo-accent-color-3) !important;
}
.neo-footer .menu-wrapper {
  width: 40%;
  min-width: 40%;
  max-width: 40%;
}
@media (max-width: 767px) {
  .neo-footer .menu-wrapper {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    flex-direction: column;
  }
}
.neo-footer .menu-wrapper .top-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
}
@media (max-width: 767px) {
  .neo-footer .menu-wrapper .top-wrapper {
    flex-direction: column;
  }
}
.neo-footer .menu-wrapper .bottom-wrapper {
  margin-top: 30px;
  width: 100%;
}
@media (max-width: 767px) {
  .neo-footer .menu-wrapper .bottom-wrapper {
    margin-top: 20px;
  }
}
.neo-footer .menu-wrapper .bottom-wrapper a i {
  font-size: 28px;
  color: var(--neo-white-color);
}
@media (max-width: 767px) {
  .neo-footer .menu-wrapper .bottom-wrapper a i {
    font-size: 24px;
  }
}
.neo-footer .menu-wrapper .bottom-wrapper a:not(:last-child) {
  margin-right: 15px;
}
.neo-footer .menu-wrapper .menu-list {
  width: 50%;
  min-width: 50%;
  max-width: 50%;
  margin-left: 0;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .neo-footer .menu-wrapper .menu-list {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
  .neo-footer .menu-wrapper .menu-list:not(:last-child) {
    margin-bottom: 20px;
  }
}
.neo-footer .menu-wrapper .menu-list li {
  margin-left: 0 !important;
}
.neo-footer .menu-wrapper .menu-list li a {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: var(--neo-white-color);
}
@media (max-width: 767px) {
  .neo-footer .menu-wrapper .menu-list li a {
    font-size: 16px;
  }
}
.neo-footer .menu-wrapper .menu-list li:not(:last-child) {
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .neo-footer .menu-wrapper .menu-list li:not(:last-child) {
    margin-bottom: 10px;
  }
}

.copyright-wrapper {
  width: 100%;
  background: #f0f0f0;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #000;
  text-align: center;
  line-height: 1.3;
}
.copyright-wrapper .copyright {
  margin-top: 13px;
}

.neo-section-data-hero .inner-hero {
  width: 100%;
  display: flex;
  background-color: #354b60;
  align-items: center;
}
.neo-section-data-hero .inner-hero .left-side {
  background-color: #f6f6f6;
  width: 45%;
  max-width: 45%;
  min-width: 45%;
  display: flex;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  align-items: center;
  overflow: hidden;
  justify-content: center;
}
.neo-section-data-hero .inner-hero .left-side img {
  height: auto;
  display: flex;
  position: relative;
  min-height: 320px !important;
}
.neo-section-data-hero .inner-hero .right-side {
  width: 55%;
  max-width: 55%;
  min-width: 55%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 30px 50px;
  background-color: #354b60;
}
.neo-section-data-hero .inner-hero .right-side .data-category {
  margin-bottom: 20px !important;
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 25px !important;
  display: flex !important;
  align-items: center !important;
  letter-spacing: 0.045em !important;
  color: var(--neo-accent-color-2) !important;
  text-transform: uppercase !important;
}
.neo-section-data-hero .inner-hero .right-side .data-title {
  font-style: normal;
  font-weight: 700 !important;
  font-size: 22px !important;
  line-height: 122.18%;
  letter-spacing: 0.02em;
  color: #ffffff;
  margin-bottom: 20px;
}
.neo-section-data-hero .inner-hero .right-side .data-content {
  color: #ffffff !important;
}
.neo-section-data-hero .inner-hero .right-side .data-content p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 122.18%;
  letter-spacing: -0.02em;
  color: #ffffff !important;
}
.neo-section-data-hero .inner-hero .right-side .additional-buttons {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  margin-left: -10px;
  margin-bottom: -10px;
  margin-right: -10px;
}
.neo-section-data-hero .inner-hero .right-side .additional-buttons .neo-button {
  margin: 10px;
}
.neo-section-data-hero .inner-hero .right-side .additional-buttons .neo-button:hover {
  color: #fff !important;
}

.neo-section-accordions {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.neo-section-accordions .accordion-title {
  margin-bottom: 30px;
  font-weight: 300 !important;
  font-size: 40px !important;
  line-height: 54px !important;
}
.neo-section-accordions .neo-accordion {
  width: 100%;
  margin: 0;
  padding: 0;
}
.neo-section-accordions .neo-accordion .accordion-item {
  width: 100%;
  list-style: none;
}
.neo-section-accordions .neo-accordion .accordion-item .accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--neo-heading-color);
  padding: 13px 20px;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  font-size: 26px;
  line-height: 35px;
  width: 100%;
}
.neo-section-accordions .neo-accordion .accordion-item .accordion-content {
  padding: 40px 60px;
  background-color: #f6f6f6;
  display: none;
}
@media (max-width: 576px) {
  .neo-section-accordions .neo-accordion .accordion-item .accordion-content {
    padding: 10px 0px 10px 0px;
  }
}
.neo-section-accordions .neo-accordion .accordion-item .accordion-content .testing-wrapper {
  display: flex;
}
@media (max-width: 576px) {
  .neo-section-accordions .neo-accordion .accordion-item .accordion-content .testing-wrapper {
    flex-direction: column;
  }
}
.neo-section-accordions .neo-accordion .accordion-item .accordion-content .testing-wrapper:not(.wide) .left-side {
  padding-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.neo-section-accordions .neo-accordion .accordion-item .accordion-content .testing-wrapper:not(.wide) .left-side .visualizer-front-container {
  width: 100%;
}
.neo-section-accordions .neo-accordion .accordion-item .accordion-content .testing-wrapper:not(.wide) .left-side .visualizer-front-container div {
  width: 100%;
}
.neo-section-accordions .neo-accordion .accordion-item .accordion-content .testing-wrapper:not(.wide) .left-side .last-upd {
  margin-top: 60px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-size: 20px;
  line-height: 122.18%;
  letter-spacing: 0.03em;
  color: #354b60;
  text-transform: uppercase;
}
.neo-section-accordions .neo-accordion .accordion-item .accordion-content .testing-wrapper:not(.wide) .right-side {
  padding-left: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
@media (max-width: 576px) {
  .neo-section-accordions .neo-accordion .accordion-item .accordion-content .testing-wrapper:not(.wide) .right-side {
    margin-top: 40px;
  }
}
.neo-section-accordions .neo-accordion .accordion-item .accordion-content .testing-wrapper:not(.wide) .right-side .status-label {
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.05em;
  color: #ffffff;
  margin-bottom: 30px;
  height: 50px;
  justify-content: center;
  padding: 5px 15px;
  text-transform: uppercase;
}
.neo-section-accordions .neo-accordion .accordion-item .accordion-content .testing-wrapper:not(.wide) .right-side .status-label.passed {
  background-color: #47a81a;
}
.neo-section-accordions .neo-accordion .accordion-item .accordion-content .testing-wrapper:not(.wide) .right-side .status-label.failed {
  background-color: #b00302;
}
.neo-section-accordions .neo-accordion .accordion-item .accordion-content .testing-wrapper:not(.wide) .right-side .status-label.progress {
  background-color: #FFD600;
  color: #000000;
}
.neo-section-accordions .neo-accordion .accordion-item .accordion-content .testing-wrapper:not(.wide) .right-side .additional-buttons {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.neo-section-accordions .neo-accordion .accordion-item .accordion-content .testing-wrapper:not(.wide) .right-side .additional-buttons .neo-button:not(:last-child) {
  margin-bottom: 15px;
}
.neo-section-accordions .neo-accordion .accordion-item .accordion-content .testing-wrapper:not(.wide) .left-side, .neo-section-accordions .neo-accordion .accordion-item .accordion-content .testing-wrapper:not(.wide) .right-side {
  width: 50%;
  min-width: 50%;
  max-width: 50%;
}
@media (max-width: 576px) {
  .neo-section-accordions .neo-accordion .accordion-item .accordion-content .testing-wrapper:not(.wide) .left-side, .neo-section-accordions .neo-accordion .accordion-item .accordion-content .testing-wrapper:not(.wide) .right-side {
    display: block;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
}
.neo-section-accordions .neo-accordion .accordion-item .accordion-content .testing-wrapper.wide .right-side {
  width: 100%;
}
.neo-section-accordions .neo-accordion .accordion-item:not(:last-child) {
  margin-bottom: 3px;
}
.neo-section-accordions .neo-accordion .step {
  display: flex;
  max-height: 105px;
  margin-top: -2px;
}
.neo-section-accordions .neo-accordion .step .step-status {
  display: inline-block;
  width: 127px;
  height: 105px;
}
.neo-section-accordions .neo-accordion .step .step-info {
  display: inline-block;
  width: 300px;
  padding-top: 20px;
}
@media (max-width: 576px) {
  .neo-section-accordions .neo-accordion .step .step-info {
    width: 150px;
  }
}
.neo-section-accordions .neo-accordion .step .step-approved::before {
  content: "✓"; /* Unicode checkmark character */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 61px;
  color: white;
}
.neo-section-accordions .neo-accordion .step .step-not_approved::before {
  content: "✖";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 61px;
  color: white;
}
.neo-section-accordions .neo-accordion .step .step-approved,
.neo-section-accordions .neo-accordion .step .step-blank,
.neo-section-accordions .neo-accordion .step .step-not_approved {
  position: relative;
  width: 105px;
  height: 105px;
  line-height: 1.5em;
  border-radius: 100%;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  background: #47A81A;
}
.neo-section-accordions .neo-accordion .step .step-blank {
  background: #D9D9D9;
}
.neo-section-accordions .neo-accordion .step .step-not_approved {
  background: #b00302;
}
.neo-section-accordions .neo-accordion .step-status-bar {
  display: inline-block;
  height: 90px;
}
.neo-section-accordions .neo-accordion .step-status-bar .step-status {
  display: inline-block;
  width: 127px;
  height: 90px;
}
.neo-section-accordions .neo-accordion .step-status-bar .step-mid-green,
.neo-section-accordions .neo-accordion .step-status-bar .step-full-green,
.neo-section-accordions .neo-accordion .step-status-bar .step-full-grey {
  position: relative;
  width: 22px;
  height: 90px;
  line-height: 1.5em;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  background: linear-gradient(180deg, #47A81A 50%, #D9D9D9 50%);
  top: -1px;
}
.neo-section-accordions .neo-accordion .step-status-bar .step-full-green {
  background: #47A81A;
}
.neo-section-accordions .neo-accordion .step-status-bar .step-full-grey {
  background: #D9D9D9;
}

.neo-section-simple-hero .text-wrapper {
  padding: 60px 122px;
  background-color: #ffffff;
}
@media (max-width: 1024px) {
  .neo-section-simple-hero .text-wrapper {
    padding: 30px 50px;
  }
}
@media (max-width: 767px) {
  .neo-section-simple-hero .text-wrapper {
    padding: 20px 30px;
  }
}

.neo-section-info-strip {
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.neo-section-info-strip .text-wrapper {
  flex-direction: column;
  display: flex;
}
.neo-section-info-strip .text-wrapper .top-wrapper {
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-direction: column;
  width: 100%;
}
.neo-section-info-strip .text-wrapper .top-wrapper .text-side {
  color: #fff !important;
  width: 100%;
}
.neo-section-info-strip .text-wrapper .top-wrapper .text-side p {
  font-size: 22px;
}
@media (max-width: 1024px) {
  .neo-section-info-strip .text-wrapper .top-wrapper .text-side p {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .neo-section-info-strip .text-wrapper .top-wrapper .text-side p {
    font-size: 18px;
  }
}
.neo-section-info-strip .text-wrapper .top-wrapper .right-side {
  width: 100%;
  margin-top: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.neo-section-info-strip .text-wrapper .bottom-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
}
@media (max-width: 1024px) {
  .neo-section-info-strip .text-wrapper .bottom-wrapper {
    margin-bottom: 45px;
  }
}
@media (max-width: 767px) {
  .neo-section-info-strip .text-wrapper .bottom-wrapper {
    margin-bottom: 30px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.neo-section-info-strip .text-wrapper .bottom-wrapper .authors-wrapper {
  margin-right: auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.neo-section-info-strip .text-wrapper .bottom-wrapper .authors-wrapper .authors-title {
  color: #fff;
  margin-right: 50px;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 122.18%;
  letter-spacing: 0.03em;
}
@media (max-width: 767px) {
  .neo-section-info-strip .text-wrapper .bottom-wrapper .authors-wrapper .authors-title {
    margin-right: 15px;
  }
}
.neo-section-info-strip .text-wrapper .bottom-wrapper .authors-wrapper .author {
  font-weight: 300;
  font-size: 18px;
  line-height: 122.18%;
  color: #ffffff !important;
}
.neo-section-info-strip .text-wrapper .bottom-wrapper .authors-wrapper .author:not(:last-child) {
  margin-right: 15px;
}
@media (max-width: 767px) {
  .neo-section-info-strip .text-wrapper .bottom-wrapper .authors-wrapper {
    margin-bottom: 20px;
    justify-content: center;
  }
}
.neo-section-info-strip .text-wrapper .bottom-wrapper .share-wrapper {
  display: flex;
  align-items: center;
  margin-left: auto;
}
.neo-section-info-strip .text-wrapper .bottom-wrapper .share-wrapper .share-list {
  display: flex;
  align-items: center;
}
.neo-section-info-strip .text-wrapper .bottom-wrapper .share-wrapper .share-list li a {
  display: flex;
}
.neo-section-info-strip .text-wrapper .bottom-wrapper .share-wrapper .share-list li:not(:last-child) {
  margin-right: 25px;
}
@media (max-width: 1024px) {
  .neo-section-info-strip .text-wrapper .bottom-wrapper .share-wrapper .share-list li:not(:last-child) {
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .neo-section-info-strip .text-wrapper .bottom-wrapper .share-wrapper .share-list li:not(:last-child) {
    margin-right: 15px;
  }
}

.neo-section-logos-grid .grid {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
  align-items: center;
  justify-content: center;
}
.neo-section-logos-grid .grid a {
  display: flex;
}
.neo-section-logos-grid .grid a img {
  margin: 5px;
  padding: 10px;
  display: flex !important;
  max-height: 100px !important;
  height: auto !important;
  max-width: 200px !important;
}

.neo-section-text-row .section-title {
  margin-bottom: 20px !important;
}

.neo-section-contact-section .contact-inner {
  display: flex;
}
@media (max-width: 1024px) {
  .neo-section-contact-section .contact-inner {
    flex-direction: column;
  }
}
.neo-section-contact-section .contact-inner .side {
  width: 50%;
  min-width: 50%;
  max-width: 50%;
}
@media (max-width: 1024px) {
  .neo-section-contact-section .contact-inner .side {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
}
.neo-section-contact-section .contact-inner .side.left-side {
  padding-right: 32px;
}
@media (max-width: 1024px) {
  .neo-section-contact-section .contact-inner .side.left-side {
    padding-right: 0;
  }
}
.neo-section-contact-section .contact-inner .side.left-side .content-wrapper {
  width: 100%;
  background-color: #f6f6f6;
  padding: 40px 65px;
}
@media (max-width: 1024px) {
  .neo-section-contact-section .contact-inner .side.left-side .content-wrapper {
    padding: 30px 50px;
  }
}
@media (max-width: 767px) {
  .neo-section-contact-section .contact-inner .side.left-side .content-wrapper {
    padding: 20px 30px;
  }
}
.neo-section-contact-section .contact-inner .side.left-side .content-wrapper .title {
  margin-bottom: 26px;
}
@media (max-width: 1024px) {
  .neo-section-contact-section .contact-inner .side.left-side .content-wrapper .title {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .neo-section-contact-section .contact-inner .side.left-side .content-wrapper .title {
    margin-bottom: 15px;
  }
}
.neo-section-contact-section .contact-inner .side.left-side .content-wrapper .content {
  margin-bottom: 26px !important;
  font-size: 14px;
  line-height: 19px;
}
@media (max-width: 1024px) {
  .neo-section-contact-section .contact-inner .side.left-side .content-wrapper .content {
    margin-bottom: 20px !important;
  }
}
@media (max-width: 767px) {
  .neo-section-contact-section .contact-inner .side.left-side .content-wrapper .content {
    margin-bottom: 15px !important;
  }
}
.neo-section-contact-section .contact-inner .side.left-side .content-wrapper .contact-list {
  display: flex;
  flex-direction: column;
  margin-bottom: 26px;
}
@media (max-width: 1024px) {
  .neo-section-contact-section .contact-inner .side.left-side .content-wrapper .contact-list {
    margin-bottom: 20px !important;
  }
}
@media (max-width: 767px) {
  .neo-section-contact-section .contact-inner .side.left-side .content-wrapper .contact-list {
    margin-bottom: 15px !important;
  }
}
.neo-section-contact-section .contact-inner .side.left-side .content-wrapper .contact-list li {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
}
.neo-section-contact-section .contact-inner .side.left-side .content-wrapper .contact-list li:not(:last-child) {
  margin-bottom: 26px;
}
@media (max-width: 1024px) {
  .neo-section-contact-section .contact-inner .side.left-side .content-wrapper .contact-list li:not(:last-child) {
    margin-bottom: 20px !important;
  }
}
@media (max-width: 767px) {
  .neo-section-contact-section .contact-inner .side.left-side .content-wrapper .contact-list li:not(:last-child) {
    margin-bottom: 15px !important;
  }
}
.neo-section-contact-section .contact-inner .side.left-side .content-wrapper .contact-list li img, .neo-section-contact-section .contact-inner .side.left-side .content-wrapper .contact-list li i {
  margin-right: 15px;
  max-width: 75px;
}
@media (max-width: 1024px) {
  .neo-section-contact-section .contact-inner .side.left-side .content-wrapper .contact-list li img, .neo-section-contact-section .contact-inner .side.left-side .content-wrapper .contact-list li i {
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .neo-section-contact-section .contact-inner .side.left-side .content-wrapper .contact-list li img, .neo-section-contact-section .contact-inner .side.left-side .content-wrapper .contact-list li i {
    margin-right: 8px;
  }
}
.neo-section-contact-section .contact-inner .side.left-side .content-wrapper .newsletter-wrapper {
  width: 100%;
  margin-bottom: 43px;
}
@media (max-width: 1024px) {
  .neo-section-contact-section .contact-inner .side.left-side .content-wrapper .newsletter-wrapper {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .neo-section-contact-section .contact-inner .side.left-side .content-wrapper .newsletter-wrapper {
    margin-bottom: 20px;
  }
}
.neo-section-contact-section .contact-inner .side.left-side .content-wrapper .newsletter-wrapper .newsletter-title {
  line-height: 9px !important;
  font-size: 9px !important;
  margin-bottom: 14px;
  font-weight: 400 !important;
}
.neo-section-contact-section .contact-inner .side.left-side .content-wrapper .newsletter-wrapper .gform_wrapper {
  width: 100%;
}
.neo-section-contact-section .contact-inner .side.left-side .content-wrapper .newsletter-wrapper .gform_wrapper form {
  display: flex;
  width: 100%;
}
.neo-section-contact-section .contact-inner .side.left-side .content-wrapper .newsletter-wrapper .gform_wrapper form .gform_body {
  width: 100%;
}
.neo-section-contact-section .contact-inner .side.left-side .content-wrapper .newsletter-wrapper .gform_wrapper form .gform_body .validation_message {
  display: none !important;
}
.neo-section-contact-section .contact-inner .side.left-side .content-wrapper .newsletter-wrapper .gform_wrapper form .gform_body .ginput_container_email {
  width: 100%;
}
.neo-section-contact-section .contact-inner .side.left-side .content-wrapper .newsletter-wrapper .gform_wrapper form .gform_body .ginput_container_email input {
  display: flex;
  align-content: center;
  width: 100%;
  padding: 10px 13px;
  background-color: var(--neo-white-color);
  border: none !important;
  font-weight: 400;
  font-size: 10px;
  line-height: 9px;
  height: 32px !important;
  min-height: 32px !important;
  max-height: 32px !important;
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-left-radius: 2px !important;
  border-top-left-radius: 2px !important;
}
.neo-section-contact-section .contact-inner .side.left-side .content-wrapper .newsletter-wrapper .gform_wrapper form .gform_body .ginput_container_email input::placeholder {
  font-weight: 400;
  font-size: 10px;
  line-height: 9px;
  color: var(--neo-text-color) !important;
}
.neo-section-contact-section .contact-inner .side.left-side .content-wrapper .newsletter-wrapper .gform_wrapper form .gform_footer {
  margin: 0 !important;
  padding: 0 !important;
}
.neo-section-contact-section .contact-inner .side.left-side .content-wrapper .newsletter-wrapper .gform_wrapper form .gform_footer .gform_button {
  display: flex;
  align-content: center;
  height: 32px !important;
  min-height: 32px !important;
  max-height: 32px !important;
  background-color: var(--neo-accent-color-2);
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  color: var(--neo-white-color);
  padding: 5px 13px;
  margin-bottom: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
  border-bottom-right-radius: 2px !important;
  border-top-right-radius: 2px !important;
  transition: all 0.1s ease !important;
}
.neo-section-contact-section .contact-inner .side.left-side .content-wrapper .newsletter-wrapper .gform_wrapper form .gform_footer .gform_button:hover {
  background-color: var(--neo-accent-color-3) !important;
}
.neo-section-contact-section .contact-inner .side.left-side .content-wrapper .follow-us-wrapper {
  width: 100%;
}
.neo-section-contact-section .contact-inner .side.left-side .content-wrapper .follow-us-wrapper .follow-us-title {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 14px !important;
  line-height: 19px !important;
}
.neo-section-contact-section .contact-inner .side.left-side .content-wrapper .follow-us-wrapper .social-list {
  align-items: center;
  flex-wrap: wrap;
  display: flex;
}
.neo-section-contact-section .contact-inner .side.left-side .content-wrapper .follow-us-wrapper .social-list li i {
  font-size: 24px !important;
}
@media (max-width: 1024px) {
  .neo-section-contact-section .contact-inner .side.left-side .content-wrapper .follow-us-wrapper .social-list li i {
    font-size: 20px !important;
  }
}
@media (max-width: 767px) {
  .neo-section-contact-section .contact-inner .side.left-side .content-wrapper .follow-us-wrapper .social-list li i {
    font-size: 18px !important;
  }
}
.neo-section-contact-section .contact-inner .side.left-side .content-wrapper .follow-us-wrapper .social-list li:not(:last-child) {
  margin-right: 15px;
}
@media (max-width: 1024px) {
  .neo-section-contact-section .contact-inner .side.left-side .content-wrapper .follow-us-wrapper .social-list li:not(:last-child) {
    margin-right: 12px;
  }
}
@media (max-width: 767px) {
  .neo-section-contact-section .contact-inner .side.left-side .content-wrapper .follow-us-wrapper .social-list li:not(:last-child) {
    margin-right: 10px;
  }
}
.neo-section-contact-section .contact-inner .side.left-side .content-wrapper ul {
  margin: 0;
}
.neo-section-contact-section .contact-inner .side.left-side .content-wrapper ul li {
  list-style: none;
}
.neo-section-contact-section .contact-inner .side.right-side {
  padding-left: 32px;
}
@media (max-width: 1024px) {
  .neo-section-contact-section .contact-inner .side.right-side {
    padding-left: 0;
    margin-top: 30px;
  }
}
.neo-section-contact-section .contact-inner .side.right-side .gform_wrapper .gform_body .gform_fields {
  grid-row-gap: 21px;
}
@media (max-width: 1024px) {
  .neo-section-contact-section .contact-inner .side.right-side .gform_wrapper .gform_body .gform_fields {
    grid-row-gap: 19px;
  }
}
@media (max-width: 767px) {
  .neo-section-contact-section .contact-inner .side.right-side .gform_wrapper .gform_body .gform_fields {
    grid-row-gap: 17px;
  }
}
.neo-section-contact-section .contact-inner .side.right-side .gform_wrapper .gform_body .gfield_label {
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 9px;
  margin-bottom: 10px;
}
.neo-section-contact-section .contact-inner .side.right-side .gform_wrapper .gform_body input {
  padding: 5px 10px;
  display: flex;
  align-content: center;
  width: 100%;
  background-color: #f7f7f7;
  border: none !important;
  font-weight: 400;
  font-size: 10px;
  line-height: 9px;
  height: 32px !important;
  min-height: 32px !important;
  max-height: 32px !important;
  border-radius: 2px;
}
.neo-section-contact-section .contact-inner .side.right-side .gform_wrapper .gform_body input::placeholder {
  font-weight: 400;
  font-size: 10px;
  line-height: 9px;
  opacity: 0.5;
  color: var(--neo-text-color) !important;
}
.neo-section-contact-section .contact-inner .side.right-side .gform_wrapper .gform_body textarea {
  padding: 12px 10px;
  display: flex;
  align-content: center;
  width: 100%;
  background-color: #f7f7f7;
  border: none !important;
  font-weight: 400;
  font-size: 10px;
  line-height: 9px;
  height: 100px !important;
  min-height: 100px !important;
  max-height: 100px !important;
  resize: none;
  border-radius: 2px;
}
.neo-section-contact-section .contact-inner .side.right-side .gform_wrapper .gform_body textarea::placeholder {
  font-weight: 400;
  font-size: 10px;
  line-height: 9px;
  opacity: 0.5;
  color: var(--neo-text-color) !important;
}
.neo-section-contact-section .contact-inner .side.right-side .gform_wrapper .gform_body .gfield .gfield_required {
  display: none;
}
.neo-section-contact-section .contact-inner .side.right-side .gform_wrapper .gform_body .gfield .ginput_container label {
  display: none;
}
.neo-section-contact-section .contact-inner .side.right-side .gform_wrapper .gform_footer {
  padding: 0 !important;
  margin: 0 !important;
  display: flex;
  justify-content: center;
  align-content: center;
  margin-top: 46px !important;
}
.neo-section-contact-section .contact-inner .side.right-side .gform_wrapper .gform_footer .gform_button {
  width: 240px;
  display: flex;
  justify-content: center;
  align-content: center;
  height: 35px !important;
  min-height: 35px !important;
  max-height: 35px !important;
  background-color: var(--neo-accent-color-2);
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  color: var(--neo-white-color);
  padding: 5px 13px;
  margin-bottom: 0 !important;
  border-radius: 2px !important;
  transition: all 0.1s ease !important;
}
.neo-section-contact-section .contact-inner .side.right-side .gform_wrapper .gform_footer .gform_button:hover {
  background-color: var(--neo-accent-color-3) !important;
}

.neo-section-expandable-header .header-inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.neo-section-expandable-header .header-inner .title-side {
  margin-bottom: 26px;
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .neo-section-expandable-header .header-inner .title-side {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .neo-section-expandable-header .header-inner .title-side {
    margin-bottom: 15px;
  }
}
.neo-section-expandable-header .header-inner .title-side.toggle {
  cursor: pointer;
}
.neo-section-expandable-header .header-inner .title-side.active svg {
  transform: translateY(2px) rotate(180deg);
}
.neo-section-expandable-header .header-inner .title-side svg {
  transition: all 0.2s ease;
  margin-left: 40px;
  transform: translateY(2px);
}
@media (max-width: 1024px) {
  .neo-section-expandable-header .header-inner .title-side svg {
    margin-left: 30px;
  }
}
@media (max-width: 767px) {
  .neo-section-expandable-header .header-inner .title-side svg {
    margin-left: 20px;
  }
}
.neo-section-expandable-header .header-inner .subtitle {
  display: flex;
  font-size: 20px;
  letter-spacing: 0.4px;
  line-height: 30px;
}
@media (max-width: 1024px) {
  .neo-section-expandable-header .header-inner .subtitle {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .neo-section-expandable-header .header-inner .subtitle {
    font-size: 16px;
    line-height: 22px;
  }
}
.neo-section-expandable-header .header-inner .links-wrapper {
  width: 100%;
  display: none;
}
.neo-section-expandable-header .header-inner .links-wrapper .links-side {
  margin-top: 35px !important;
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
}
@media (max-width: 1024px) {
  .neo-section-expandable-header .header-inner .links-wrapper .links-side {
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  .neo-section-expandable-header .header-inner .links-wrapper .links-side {
    margin-top: 15px;
  }
}
.neo-section-expandable-header .header-inner .links-wrapper .links-side .link-wrapper {
  padding: 15px;
  width: 33.33333%;
  min-width: 33.33333%;
  max-width: 33.33333%;
}
@media (max-width: 1024px) {
  .neo-section-expandable-header .header-inner .links-wrapper .links-side .link-wrapper {
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .neo-section-expandable-header .header-inner .links-wrapper .links-side .link-wrapper {
    padding: 7px;
  }
}
.neo-section-expandable-header .header-inner .links-wrapper .links-side .link-wrapper .link {
  margin-bottom: 20px;
  display: flex;
}
@media (max-width: 1024px) {
  .neo-section-expandable-header .header-inner .links-wrapper .links-side .link-wrapper .link {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .neo-section-expandable-header .header-inner .links-wrapper .links-side .link-wrapper .link {
    margin-bottom: 10px;
  }
}
.neo-section-expandable-header .header-inner .links-wrapper .links-side .link-wrapper .link .neo-link {
  font-weight: 400 !important;
}

.neo-section-graphics-strip .content-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.neo-section-graphics-strip .content-wrapper .overlay-wrapper {
  background-color: var(--neo-white-color);
  padding: 30px 50px;
  max-width: 624px;
}
.neo-section-graphics-strip .content-wrapper .overlay-wrapper .title {
  width: 100%;
  font-size: 32px !important;
  line-height: 36px !important;
}
.neo-section-graphics-strip .content-wrapper .overlay-wrapper .subtitle {
  width: 100%;
  margin-top: 20px;
}
.neo-section-graphics-strip .content-wrapper .overlay-wrapper .subtitle p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 115.68%;
  letter-spacing: -0.005em;
}
.neo-section-graphics-strip .content-wrapper .overlay-wrapper .neo-link-button {
  width: 100%;
  justify-content: flex-end;
  margin-top: 20px;
}

.neo-section-featured-cards .no-results {
  width: 100%;
  min-width: 100%;
  margin-top: 15px;
  opacity: 0.5;
  font-size: 13px;
  display: flex;
  justify-content: center;
  text-align: center;
}
.neo-section-featured-cards .inner-wrapper {
  display: flex;
  flex-direction: column;
}
.neo-section-featured-cards .inner-wrapper .featured-button {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  display: flex;
  align-items: center;
  color: var(--neo-accent-color-2);
  margin-top: 50px;
  margin-left: auto;
}
.neo-section-featured-cards .inner-wrapper .featured-button svg {
  margin-left: 20px;
}
.neo-section-featured-cards .inner-wrapper .cards-wrapper {
  margin: -15px;
  display: flex;
  flex-wrap: wrap;
}
.neo-section-featured-cards .inner-wrapper .cards-wrapper.loading {
  opacity: 0.7;
  pointer-events: none;
}
.neo-section-featured-cards .inner-wrapper .cards-wrapper .card-inner {
  padding: 15px;
  width: 33.3333%;
  min-width: 33.3333%;
  max-width: 33.3333%;
  position: relative;
}
@media (max-width: 1024px) {
  .neo-section-featured-cards .inner-wrapper .cards-wrapper .card-inner {
    width: 50% !important;
    min-width: 50% !important;
    max-width: 50% !important;
  }
}
@media (max-width: 576px) {
  .neo-section-featured-cards .inner-wrapper .cards-wrapper .card-inner {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
  }
}
.neo-section-featured-cards .inner-wrapper .cards-wrapper .card-inner .post-thumbnail {
  height: 190px;
  width: 100%;
  display: flex;
  background-position: center;
  background-size: cover;
  background-color: #f1f1f1;
}
.neo-section-featured-cards .inner-wrapper .cards-wrapper .card-inner:hover .content-overlay {
  opacity: 1;
  pointer-events: auto;
}
.neo-section-featured-cards .inner-wrapper .cards-wrapper .card-inner .content-overlay {
  transition: all 0.2s ease;
  opacity: 0;
  pointer-events: none;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  background-color: #354b60;
  z-index: 99;
  position: absolute;
  top: 15px;
  left: 15px;
  box-shadow: 0px 5px 20px #354b60;
  padding: 40px 30px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1024px) {
  .neo-section-featured-cards .inner-wrapper .cards-wrapper .card-inner .content-overlay {
    padding: 30px 20px;
  }
}
@media (max-width: 576px) {
  .neo-section-featured-cards .inner-wrapper .cards-wrapper .card-inner .content-overlay {
    padding: 25px 20px;
  }
}
.neo-section-featured-cards .inner-wrapper .cards-wrapper .card-inner .content-overlay .content {
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 22px !important;
  color: var(--neo-white-color) !important;
}
.neo-section-featured-cards .inner-wrapper .cards-wrapper .card-inner .content-overlay .neo-button {
  height: 33px !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  line-height: 19px !important;
  text-transform: capitalize !important;
  padding: 5px 12px !important;
  margin-top: 30px !important;
}
.neo-section-featured-cards .inner-wrapper .cards-wrapper .card-inner .post-body {
  padding: 19px 25px 21px 25px;
  display: flex;
  flex-direction: column;
  min-height: 190px;
  background-color: #f6f6f6;
}
.neo-section-featured-cards .inner-wrapper .cards-wrapper .card-inner .post-body .category-label {
  margin-bottom: 10px;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  color: var(--neo-accent-color-2);
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.neo-section-featured-cards .inner-wrapper .cards-wrapper .card-inner .post-body .post-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 131.18%;
  letter-spacing: 0.035em;
  margin-bottom: 20px;
}
.neo-section-featured-cards .inner-wrapper .cards-wrapper .card-inner .post-body .date {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 131.18%;
  text-align: right;
  text-transform: uppercase;
  letter-spacing: 0.035em;
}

.neo-section-posts-slider .posts-slider {
  width: 100%;
  min-height: 365px;
}
.neo-section-posts-slider .posts-slider .swiper-wrapper {
  height: 100%;
}
.neo-section-posts-slider .posts-slider .swiper-wrapper .swiper-slide {
  height: 100%;
  width: 100%;
}
.neo-section-posts-slider .posts-slider .swiper-wrapper .swiper-slide .slide-inner {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 40px;
}
@media (max-width: 1024px) {
  .neo-section-posts-slider .posts-slider .swiper-wrapper .swiper-slide .slide-inner {
    padding: 40px 30px;
  }
}
@media (max-width: 767px) {
  .neo-section-posts-slider .posts-slider .swiper-wrapper .swiper-slide .slide-inner {
    padding: 25px;
  }
}
.neo-section-posts-slider .posts-slider .swiper-wrapper .swiper-slide .slide-inner .content-overlay {
  max-width: 580px;
  width: 100%;
  height: 100%;
  background-color: #f6f6f6;
  padding: 35px 50px 35px 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (max-width: 1024px) {
  .neo-section-posts-slider .posts-slider .swiper-wrapper .swiper-slide .slide-inner .content-overlay {
    padding: 30px 45px 30px 25px;
  }
}
@media (max-width: 767px) {
  .neo-section-posts-slider .posts-slider .swiper-wrapper .swiper-slide .slide-inner .content-overlay {
    padding: 25px;
  }
}
.neo-section-posts-slider .posts-slider .swiper-wrapper .swiper-slide .slide-inner .content-overlay .category-label {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  display: flex;
  align-items: center;
  letter-spacing: 0.045em;
  margin-bottom: 20px;
  color: var(--neo-accent-color-2);
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .neo-section-posts-slider .posts-slider .swiper-wrapper .swiper-slide .slide-inner .content-overlay .category-label {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .neo-section-posts-slider .posts-slider .swiper-wrapper .swiper-slide .slide-inner .content-overlay .category-label {
    margin-bottom: 10px;
  }
}
.neo-section-posts-slider .posts-slider .swiper-wrapper .swiper-slide .slide-inner .content-overlay .post-title {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 122.18%;
  letter-spacing: -0.01em;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .neo-section-posts-slider .posts-slider .swiper-wrapper .swiper-slide .slide-inner .content-overlay .post-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .neo-section-posts-slider .posts-slider .swiper-wrapper .swiper-slide .slide-inner .content-overlay .post-title {
    margin-bottom: 25px;
  }
}
.neo-section-posts-slider .posts-slider .swiper-wrapper .swiper-slide .slide-inner .content-overlay .read-more-button {
  color: var(--neo-accent-color-1);
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  display: flex;
  align-items: center;
  border-radius: 2px;
  height: 47px;
  padding: 5px 15px;
  text-align: center;
  border: 1px solid var(--neo-accent-color-1);
}
.neo-section-posts-slider .inner-wrapper {
  position: relative;
  padding-bottom: 50px !important;
}
.neo-section-posts-slider .swiper-pagination {
  position: absolute;
  width: 100%;
  left: unset;
  right: unset;
  bottom: -10px !important;
  top: unset;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .neo-section-posts-slider .swiper-pagination {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .neo-section-posts-slider .swiper-pagination {
    margin-top: 25px;
  }
}
.neo-section-posts-slider .swiper-pagination .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  display: flex;
  border: 1px solid #c5c5c5;
  background-color: #c5c5c5;
  opacity: 1;
}
.neo-section-posts-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: transparent;
}
.neo-section-posts-slider .swiper-pagination .swiper-pagination-bullet:not(:last-child) {
  margin-right: 10px;
}
@media (max-width: 1024px) {
  .neo-section-posts-slider .swiper-pagination .swiper-pagination-bullet:not(:last-child) {
    margin-right: 7px;
  }
}
@media (max-width: 767px) {
  .neo-section-posts-slider .swiper-pagination .swiper-pagination-bullet:not(:last-child) {
    margin-right: 5px;
  }
}

.neo-section-cards-grid .no-results {
  width: 100%;
  min-width: 100%;
  margin-top: 15px;
  opacity: 0.5;
  font-size: 13px;
  display: flex;
  justify-content: center;
  text-align: center;
}
.neo-section-cards-grid .cards-wrapper {
  display: flex;
  margin: -15px;
  flex-wrap: wrap;
  transition: all 0.2s ease-in-out;
}
.neo-section-cards-grid .cards-wrapper.loading {
  opacity: 0.7;
  pointer-events: none;
}
.neo-section-cards-grid .cards-wrapper .card-inner {
  padding: 15px;
  position: relative;
}
@media (max-width: 1024px) {
  .neo-section-cards-grid .cards-wrapper .card-inner {
    width: 50% !important;
    min-width: 50% !important;
    max-width: 50% !important;
  }
}
@media (max-width: 576px) {
  .neo-section-cards-grid .cards-wrapper .card-inner {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
  }
}
.neo-section-cards-grid .cards-wrapper .card-inner:hover .content-overlay {
  opacity: 1;
  pointer-events: auto;
}
.neo-section-cards-grid .cards-wrapper .card-inner .post-thumbnail {
  height: 190px;
  width: 100%;
  background-position: center;
  display: flex;
  background-size: cover;
  background-color: #f1f1f1;
}
.neo-section-cards-grid .cards-wrapper .card-inner .content-overlay {
  transition: all 0.2s ease;
  opacity: 0;
  pointer-events: none;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  background-color: #354b60;
  z-index: 99;
  position: absolute;
  top: 15px;
  left: 15px;
  box-shadow: 0px 5px 20px #354b60;
  padding: 40px 30px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1024px) {
  .neo-section-cards-grid .cards-wrapper .card-inner .content-overlay {
    padding: 30px 20px;
  }
}
@media (max-width: 576px) {
  .neo-section-cards-grid .cards-wrapper .card-inner .content-overlay {
    padding: 25px 20px;
  }
}
.neo-section-cards-grid .cards-wrapper .card-inner .content-overlay .content {
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 22px !important;
  color: var(--neo-white-color) !important;
}
.neo-section-cards-grid .cards-wrapper .card-inner .content-overlay .neo-button {
  height: 33px !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  line-height: 19px !important;
  text-transform: capitalize !important;
  padding: 5px 12px !important;
  margin-top: 30px !important;
}
@media (max-width: 1024px) {
  .neo-section-cards-grid .cards-wrapper .card-inner .content-overlay .neo-button {
    margin-top: 25px;
  }
}
@media (max-width: 576px) {
  .neo-section-cards-grid .cards-wrapper .card-inner .content-overlay .neo-button {
    margin-top: 20px;
  }
}
.neo-section-cards-grid .cards-wrapper .card-inner .post-header {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
}
.neo-section-cards-grid .cards-wrapper .card-inner .post-header iframe {
  width: 100%;
  height: auto;
}
.neo-section-cards-grid .cards-wrapper .card-inner .post-header .plyr--video {
  width: 100%;
}
.neo-section-cards-grid .cards-wrapper .card-inner .post-header .player {
  width: 100%;
}
.neo-section-cards-grid .cards-wrapper .card-inner .post-body {
  padding: 19px 25px 21px 25px;
  display: flex;
  min-height: 190px;
  flex-direction: column;
  background-color: #f6f6f6;
  position: relative;
}
@media (max-width: 1024px) {
  .neo-section-cards-grid .cards-wrapper .card-inner .post-body {
    padding: 15px 25px;
  }
}
@media (max-width: 576px) {
  .neo-section-cards-grid .cards-wrapper .card-inner .post-body {
    padding: 12px 20px;
  }
}
.neo-section-cards-grid .cards-wrapper .card-inner .post-body .category-label {
  margin-bottom: 10px;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  color: var(--neo-accent-color-2);
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.neo-section-cards-grid .cards-wrapper .card-inner .post-body .post-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 131.18%;
  letter-spacing: 0.035em;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .neo-section-cards-grid .cards-wrapper .card-inner .post-body .post-title {
    margin-bottom: 15px;
  }
}
@media (max-width: 576px) {
  .neo-section-cards-grid .cards-wrapper .card-inner .post-body .post-title {
    margin-bottom: 10px;
  }
}
.neo-section-cards-grid .cards-wrapper .card-inner .post-body .date {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 131.18%;
  text-align: right;
  text-transform: uppercase;
  letter-spacing: 0.035em;
}
.neo-section-cards-grid .cards-wrapper.columns-1 .card-inner {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}
.neo-section-cards-grid .cards-wrapper.columns-2 .card-inner {
  width: 50%;
  min-width: 50%;
  max-width: 50%;
}
.neo-section-cards-grid .cards-wrapper.columns-3 .card-inner {
  width: 33.3333%;
  min-width: 33.3333%;
  max-width: 33.3333%;
}
.neo-section-cards-grid .cards-wrapper.columns-4 .card-inner {
  width: 25%;
  min-width: 25%;
  max-width: 25%;
}
.neo-section-cards-grid .cards-wrapper.columns-5 .card-inner {
  width: 20%;
  min-width: 20%;
  max-width: 20%;
}
.neo-section-cards-grid .cards-wrapper.columns-6 .card-inner {
  width: 16.6666%;
  min-width: 16.6666%;
  max-width: 16.6666%;
}
.neo-section-cards-grid .load-more-wrapper {
  width: 100%;
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .neo-section-cards-grid .load-more-wrapper {
    margin-top: 40px;
  }
}
@media (max-width: 576px) {
  .neo-section-cards-grid .load-more-wrapper {
    margin-top: 30px;
  }
}
.neo-section-cards-grid .load-more-wrapper .load-more-button {
  color: var(--neo-accent-color-2);
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  background-color: transparent !important;
  text-align: center;
}

.neo-section-featured-slider .featured-slider {
  width: 100%;
  position: relative;
  z-index: 10;
}
.neo-section-featured-slider .featured-slider .swiper-wrapper {
  height: 100%;
}
.neo-section-featured-slider .featured-slider .swiper-wrapper .swiper-slide {
  height: 100%;
  width: 100%;
}
.neo-section-featured-slider .featured-slider .swiper-wrapper .swiper-slide .slide-inner {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 26px;
}
.neo-section-featured-slider .featured-slider .swiper-wrapper .swiper-slide .slide-inner .content-overlay {
  padding: 60px 50px 25px 70px;
  background-color: var(--neo-white-color);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}
.neo-section-featured-slider .featured-slider .swiper-wrapper .swiper-slide .slide-inner .content-overlay .category-label {
  height: 65px;
  background-color: var(--neo-accent-color-2);
  padding: 5px 30px;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  display: flex;
  align-items: center;
  text-align: center;
  color: var(--neo-white-color);
  position: absolute;
  top: -25px;
}
.neo-section-featured-slider .featured-slider .swiper-wrapper .swiper-slide .slide-inner .content-overlay .read-more-button {
  color: var(--neo-accent-color-1);
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  margin-top: 20px;
  display: flex;
  align-items: center;
  border-radius: 2px;
  height: 47px;
  padding: 5px 15px;
  text-align: center;
  border: 1px solid var(--neo-accent-color-1);
}
.neo-section-featured-slider .inner-wrapper {
  position: relative;
  padding-bottom: 50px !important;
}
.neo-section-featured-slider .swiper-pagination {
  position: absolute;
  width: 100%;
  left: unset;
  right: unset;
  bottom: -10px !important;
  top: unset;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .neo-section-featured-slider .swiper-pagination {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .neo-section-featured-slider .swiper-pagination {
    margin-top: 25px;
  }
}
.neo-section-featured-slider .swiper-pagination .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  display: flex;
  border: 1px solid #c5c5c5;
  background-color: #c5c5c5;
  opacity: 1;
}
.neo-section-featured-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: transparent;
}
.neo-section-featured-slider .swiper-pagination .swiper-pagination-bullet:not(:last-child) {
  margin-right: 10px;
}
@media (max-width: 1024px) {
  .neo-section-featured-slider .swiper-pagination .swiper-pagination-bullet:not(:last-child) {
    margin-right: 7px;
  }
}
@media (max-width: 767px) {
  .neo-section-featured-slider .swiper-pagination .swiper-pagination-bullet:not(:last-child) {
    margin-right: 5px;
  }
}

.neo-section-team-members {
  z-index: 1999 !important;
  position: relative;
}
.neo-section-team-members .team-members {
  margin: -15px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
}
.neo-section-team-members .team-members .member-inner {
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 20%;
  min-width: 20%;
  max-width: 20%;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .neo-section-team-members .team-members .member-inner {
    width: 33.3333%;
    min-width: 33.3333%;
    max-width: 33.3333%;
  }
}
@media (max-width: 576px) {
  .neo-section-team-members .team-members .member-inner {
    width: 50%;
    min-width: 50%;
    max-width: 50%;
  }
}
.neo-section-team-members .team-members .member-inner img {
  border-radius: 6px;
}
.neo-section-team-members .team-members .member-inner .member-title {
  margin-top: 10px;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 122.18%;
  letter-spacing: 0.01em;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.team-members-popup-wrapper {
  background: rgba(0, 0, 0, 0.62);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
}
.team-members-popup-wrapper.active {
  opacity: 1;
  pointer-events: auto;
}
.team-members-popup-wrapper .team-members-navigation {
  position: absolute;
  z-index: 999;
  max-width: 880px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.team-members-popup-wrapper .team-members-navigation .navigation-button {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--neo-white-color);
  border-radius: 100%;
  cursor: pointer;
}
.team-members-popup-wrapper .team-member-popup {
  max-width: 900px;
  width: calc(100% - 40px);
  max-height: 90vh;
  background-color: var(--neo-white-color);
  display: flex;
  position: absolute;
  z-index: 90;
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 767px) {
  .team-members-popup-wrapper .team-member-popup {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.team-members-popup-wrapper .team-member-popup.active {
  opacity: 1;
  pointer-events: auto;
}
.team-members-popup-wrapper .team-member-popup .image-wrapper {
  width: 45%;
  min-width: 45%;
  max-width: 45%;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .team-members-popup-wrapper .team-member-popup .image-wrapper {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
}
.team-members-popup-wrapper .team-member-popup .image-wrapper img {
  width: auto;
  max-width: unset !important;
  display: flex;
  height: 100%;
}
.team-members-popup-wrapper .team-member-popup .content-wrapper {
  width: 55%;
  min-width: 55%;
  max-width: 55%;
  padding: 50px 75px 54px 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  overflow-y: scroll;
}
@media (max-width: 1024px) {
  .team-members-popup-wrapper .team-member-popup .content-wrapper {
    padding: 30px 50px;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .team-members-popup-wrapper .team-member-popup .content-wrapper {
    padding: 30px;
  }
}
.team-members-popup-wrapper .team-member-popup .content-wrapper .close-button {
  position: absolute;
  top: 25px;
  right: 25px;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .team-members-popup-wrapper .team-member-popup .content-wrapper .close-button {
    top: 20px;
    right: 20px;
  }
}
@media (max-width: 767px) {
  .team-members-popup-wrapper .team-member-popup .content-wrapper .close-button {
    top: 15px;
    right: 15px;
  }
}
.team-members-popup-wrapper .team-member-popup .content-wrapper .member-title {
  margin-bottom: 56px;
}
@media (max-width: 1024px) {
  .team-members-popup-wrapper .team-member-popup .content-wrapper .member-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .team-members-popup-wrapper .team-member-popup .content-wrapper .member-title {
    margin-bottom: 20px;
  }
}
.team-members-popup-wrapper .team-member-popup .content-wrapper .content {
  margin-bottom: 30px !important;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
}
@media (max-width: 1024px) {
  .team-members-popup-wrapper .team-member-popup .content-wrapper .content {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .team-members-popup-wrapper .team-member-popup .content-wrapper .content {
    margin-bottom: 20px;
  }
}
.team-members-popup-wrapper .team-member-popup .content-wrapper .additional-links {
  display: flex;
  margin: -11px !important;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .team-members-popup-wrapper .team-member-popup .content-wrapper .additional-links {
    margin: -7px;
  }
}
@media (max-width: 767px) {
  .team-members-popup-wrapper .team-member-popup .content-wrapper .additional-links {
    margin: -5px;
  }
}
.team-members-popup-wrapper .team-member-popup .content-wrapper .additional-links .neo-button {
  height: 34px !important;
  min-height: 34px !important;
  max-height: 34px !important;
  padding: 5px 12px !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  line-height: 19px !important;
  margin: 11px !important;
  text-transform: capitalize !important;
}
@media (max-width: 1024px) {
  .team-members-popup-wrapper .team-member-popup .content-wrapper .additional-links .neo-button {
    margin: 7px;
  }
}
@media (max-width: 767px) {
  .team-members-popup-wrapper .team-member-popup .content-wrapper .additional-links .neo-button {
    margin: 5px;
  }
}

.neo-section-detail .content-overlay {
  padding: 60px 50px 52px 70px;
  background-color: var(--neo-white-color);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}
.neo-section-detail .content-overlay .category-label {
  height: 65px;
  background-color: var(--neo-accent-color-2);
  padding: 5px 30px;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  display: flex;
  align-items: center;
  text-align: center;
  color: var(--neo-white-color);
  position: absolute;
  top: -25px;
}
.neo-section-detail .content-overlay .date {
  margin-top: 30px;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  display: flex;
  align-items: center;
}
.neo-section-detail .events-detail-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.neo-section-detail .events-detail-wrapper .featured-banner {
  width: 100%;
  padding: 37px 50px;
  display: flex;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 75px;
}
@media (max-width: 1024px) {
  .neo-section-detail .events-detail-wrapper .featured-banner {
    padding: 30px 35px;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .neo-section-detail .events-detail-wrapper .featured-banner {
    padding: 30px 25px;
    margin-bottom: 30px;
  }
}
.neo-section-detail .events-detail-wrapper .featured-banner .content-overlay {
  padding: 74px 70px 84px 70px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 2px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}
@media (max-width: 1024px) {
  .neo-section-detail .events-detail-wrapper .featured-banner .content-overlay {
    padding: 50px;
  }
}
@media (max-width: 767px) {
  .neo-section-detail .events-detail-wrapper .featured-banner .content-overlay {
    padding: 40px;
  }
}
.neo-section-detail .events-detail-wrapper .featured-banner .content-overlay .category-label {
  height: 65px;
  background-color: var(--neo-accent-color-2);
  padding: 5px 30px;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  display: flex;
  align-items: center;
  text-align: center;
  color: var(--neo-white-color);
  position: absolute;
  top: -25px;
}
@media (max-width: 1024px) {
  .neo-section-detail .events-detail-wrapper .featured-banner .content-overlay .category-label {
    top: -20px;
    height: 50px;
    padding: 5px 25px;
  }
}
@media (max-width: 767px) {
  .neo-section-detail .events-detail-wrapper .featured-banner .content-overlay .category-label {
    top: -15px;
    height: 40px;
    padding: 5px 20px;
  }
}
.neo-section-detail .events-detail-wrapper .meta-wrapper {
  display: flex;
  width: 100%;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .neo-section-detail .events-detail-wrapper .meta-wrapper {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.neo-section-detail .events-detail-wrapper .meta-wrapper .meta-panel {
  width: 325px;
  max-width: 325px;
  min-width: 325px;
  margin-right: 35px;
  background: #f7f7f7;
  border-radius: 15px;
}
@media (max-width: 767px) {
  .neo-section-detail .events-detail-wrapper .meta-wrapper .meta-panel {
    margin-right: 0;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
}
.neo-section-detail .events-detail-wrapper .meta-wrapper .meta-panel .rsvp-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.neo-section-detail .events-detail-wrapper .meta-wrapper .meta-panel .rsvp-item .neo-button {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 27px;
  font-weight: 700;
  font-size: 13px;
  border-radius: 50px;
}
.neo-section-detail .events-detail-wrapper .meta-wrapper .meta-panel .rsvp-date {
  margin-top: 18px;
  display: flex;
  justify-content: center;
  text-align: center;
}
.neo-section-detail .events-detail-wrapper .meta-wrapper .meta-panel .rsvp-time, .neo-section-detail .events-detail-wrapper .meta-wrapper .meta-panel .rsvp-date {
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  text-align: center;
  letter-spacing: 0.035em;
  width: 100%;
  display: flex;
  justify-content: center;
}
.neo-section-detail .events-detail-wrapper .meta-wrapper .meta-panel .meta-list {
  padding: 25px 35px;
}
.neo-section-detail .events-detail-wrapper .meta-wrapper .meta-panel .meta-list .meta-item {
  display: flex;
  align-items: flex-start;
}
.neo-section-detail .events-detail-wrapper .meta-wrapper .meta-panel .meta-list .meta-item .icon-wrapper {
  margin-right: 27px;
}
.neo-section-detail .events-detail-wrapper .meta-wrapper .meta-panel .meta-list .meta-item .value-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: -2px;
}
.neo-section-detail .events-detail-wrapper .meta-wrapper .meta-panel .meta-list .meta-item .value-wrapper .value-heading {
  font-weight: 600 !important;
}
.neo-section-detail .events-detail-wrapper .meta-wrapper .meta-panel .meta-list .meta-item .value-wrapper .value-title, .neo-section-detail .events-detail-wrapper .meta-wrapper .meta-panel .meta-list .meta-item .value-wrapper .value-date, .neo-section-detail .events-detail-wrapper .meta-wrapper .meta-panel .meta-list .meta-item .value-wrapper .value-time, .neo-section-detail .events-detail-wrapper .meta-wrapper .meta-panel .meta-list .meta-item .value-wrapper .value-heading {
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.035em;
}
.neo-section-detail .events-detail-wrapper .meta-wrapper .meta-panel .meta-list .meta-item .value-wrapper .add-to-calendar {
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.035em;
}
.neo-section-detail .events-detail-wrapper .meta-wrapper .meta-panel .meta-list .meta-item .value-wrapper .value-address {
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.035em;
}
.neo-section-detail .events-detail-wrapper .meta-wrapper .meta-panel .meta-list .meta-item:not(:last-child) {
  margin-bottom: 40px;
}
.neo-section-detail .events-detail-wrapper .meta-wrapper .meta-panel .google-map-wrapper {
  width: 100%;
}
.neo-section-detail .events-detail-wrapper .meta-wrapper .content-wrapper {
  padding-left: 35px;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.035em;
}
@media (max-width: 767px) {
  .neo-section-detail .events-detail-wrapper .meta-wrapper .content-wrapper {
    padding-left: 0;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    margin-top: 30px;
  }
}
.neo-section-detail .events-detail-wrapper .meta-wrapper .content-wrapper .additional-links {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 60px !important;
  margin-right: -5px !important;
  margin-left: -5px !important;
  margin-bottom: -5px !important;
}
@media (max-width: 767px) {
  .neo-section-detail .events-detail-wrapper .meta-wrapper .content-wrapper .additional-links {
    margin-top: 30px !important;
  }
}
.neo-section-detail .events-detail-wrapper .meta-wrapper .content-wrapper .additional-links .neo-button {
  margin: 5px;
  height: 40px;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
}
.neo-section-detail .events-detail-wrapper .past-wrapper .title {
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .neo-section-detail .events-detail-wrapper .past-wrapper .title {
    margin-top: 30px;
  }
}
.neo-section-detail .events-detail-wrapper .past-wrapper .gallery-wrapper {
  margin-top: 150px;
  width: 100%;
}
@media (max-width: 1024px) {
  .neo-section-detail .events-detail-wrapper .past-wrapper .gallery-wrapper {
    margin-top: 100px;
  }
}
@media (max-width: 767px) {
  .neo-section-detail .events-detail-wrapper .past-wrapper .gallery-wrapper {
    margin-top: 50px;
  }
}
.neo-section-detail .events-detail-wrapper .past-wrapper .video-wrapper {
  margin-top: 80px;
}
@media (max-width: 1024px) {
  .neo-section-detail .events-detail-wrapper .past-wrapper .video-wrapper {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .neo-section-detail .events-detail-wrapper .past-wrapper .video-wrapper {
    margin-top: 30px;
  }
}

.video-wrapper {
  width: 100%;
}
.video-wrapper iframe {
  width: 100%;
  height: auto;
}
.video-wrapper .plyr--video {
  width: 100%;
}
.video-wrapper .player {
  width: 100%;
}

.gallery-wrapper .gallery {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: -15px;
}
.gallery-wrapper .gallery .gallery-item {
  padding: 15px;
  cursor: pointer;
  display: flex;
  width: 20%;
  min-width: 20%;
  max-width: 20%;
}
@media (max-width: 1024px) {
  .gallery-wrapper .gallery .gallery-item {
    width: 25%;
    min-width: 25%;
    max-width: 25%;
  }
}
@media (max-width: 767px) {
  .gallery-wrapper .gallery .gallery-item {
    width: 33.3333%;
    min-width: 33.3333%;
    max-width: 33.3333%;
  }
}
@media (max-width: 576px) {
  .gallery-wrapper .gallery .gallery-item {
    width: 50%;
    min-width: 50%;
    max-width: 50%;
  }
}
.gallery-wrapper .gallery .gallery-item img {
  border-radius: 6px;
  width: 100%;
  height: auto;
  display: flex;
}

.gallery-popup-wrapper {
  background: rgba(0, 0, 0, 0.62);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
}
.gallery-popup-wrapper.active {
  opacity: 1;
  pointer-events: auto;
}
.gallery-popup-wrapper .gallery-navigation {
  position: absolute;
  z-index: 999;
  max-width: 1080px;
  padding: 0 30px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.gallery-popup-wrapper .gallery-navigation .navigation-button {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--neo-white-color);
  border-radius: 100%;
  cursor: pointer;
}
.gallery-popup-wrapper .gallery-popup {
  max-width: 1080px;
  width: calc(100% - 40px);
  max-height: 90vh;
  display: flex;
  position: absolute;
  z-index: 90;
  opacity: 0;
  pointer-events: none;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.gallery-popup-wrapper .gallery-popup .popup-inner {
  width: 100%;
  position: relative;
  background-color: #f6f6f6;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.gallery-popup-wrapper .gallery-popup .popup-inner .close-button {
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
}
.gallery-popup-wrapper .gallery-popup .popup-inner img {
  width: auto;
  height: auto;
  max-height: 75vh !important;
  display: flex;
}
.gallery-popup-wrapper .gallery-popup .popup-inner .gallery-description {
  width: 100%;
  height: 95px;
  background-color: var(--neo-white-color);
  padding: 30px;
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 122.18%;
  letter-spacing: 0.01em;
}
.gallery-popup-wrapper .gallery-popup.active {
  opacity: 1;
  pointer-events: auto;
}

.neo-section-image-gallery {
  z-index: 99999 !important;
}

.neo-section-events-strip .section-title {
  margin-bottom: 20px !important;
}
.neo-section-events-strip .event-inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.neo-section-events-strip .event-inner .left-side {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.neo-section-events-strip .event-inner .left-side .event-date {
  display: flex;
}
.neo-section-events-strip .event-inner .left-side .event-date .time {
  display: flex;
  align-items: center;
}
.neo-section-events-strip .event-inner .left-side {
  padding-right: 20px;
}
.neo-section-events-strip .event-inner .left-side .category-label {
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: var(--neo-accent-color-2);
  display: flex;
  align-items: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.neo-section-events-strip .event-inner .left-side .event-title {
  font-style: normal;
  font-weight: 600 !important;
  font-size: 20px !important;
  line-height: 27px !important;
  letter-spacing: 0.05em !important;
  margin-bottom: 20px;
}
.neo-section-events-strip .event-inner .left-side .event-date {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  display: flex;
  align-items: center;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}
.neo-section-events-strip .event-inner .left-side .event-date .date {
  margin-right: 20px;
}
.neo-section-events-strip .event-inner .left-side .event-date .divider {
  margin: 0 2px;
}
.neo-section-events-strip .event-inner .right-side {
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
}
.neo-section-events-strip .event-inner .right-side .neo-button {
  margin-bottom: 23px;
  min-width: 180px;
}

.neo-section-hero-slider .inner-wrapper {
  position: relative;
  padding-bottom: 50px !important;
}
.neo-section-hero-slider .swiper-pagination {
  position: absolute;
  width: 100%;
  left: unset;
  right: unset;
  bottom: -10px !important;
  top: unset;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .neo-section-hero-slider .swiper-pagination {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .neo-section-hero-slider .swiper-pagination {
    margin-top: 25px;
  }
}
.neo-section-hero-slider .swiper-pagination .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  display: flex;
  border: 1px solid #c5c5c5;
  background-color: #c5c5c5;
  opacity: 1;
}
.neo-section-hero-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: transparent;
}
.neo-section-hero-slider .swiper-pagination .swiper-pagination-bullet:not(:last-child) {
  margin-right: 10px;
}
@media (max-width: 1024px) {
  .neo-section-hero-slider .swiper-pagination .swiper-pagination-bullet:not(:last-child) {
    margin-right: 7px;
  }
}
@media (max-width: 767px) {
  .neo-section-hero-slider .swiper-pagination .swiper-pagination-bullet:not(:last-child) {
    margin-right: 5px;
  }
}
.neo-section-hero-slider .hero-slider {
  width: 100%;
}
.neo-section-hero-slider .hero-slider .swiper-wrapper {
  height: 100%;
}
.neo-section-hero-slider .hero-slider .swiper-wrapper .swiper-slide {
  height: 100%;
  width: 100%;
}
.neo-section-hero-slider .hero-slider .swiper-wrapper .swiper-slide .slide-inner {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 40px;
}
@media (max-width: 1024px) {
  .neo-section-hero-slider .hero-slider .swiper-wrapper .swiper-slide .slide-inner {
    padding: 40px 30px;
  }
}
@media (max-width: 767px) {
  .neo-section-hero-slider .hero-slider .swiper-wrapper .swiper-slide .slide-inner {
    padding: 25px;
  }
}
.neo-section-hero-slider .hero-slider .swiper-wrapper .swiper-slide .slide-inner .content-overlay {
  max-width: 580px;
  width: 100%;
  height: 100%;
  background-color: #f6f6f6;
  padding: 35px 50px 35px 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (max-width: 1024px) {
  .neo-section-hero-slider .hero-slider .swiper-wrapper .swiper-slide .slide-inner .content-overlay {
    padding: 30px 45px 30px 25px;
  }
}
@media (max-width: 767px) {
  .neo-section-hero-slider .hero-slider .swiper-wrapper .swiper-slide .slide-inner .content-overlay {
    padding: 25px;
  }
}
.neo-section-hero-slider .hero-slider .swiper-wrapper .swiper-slide .slide-inner .content-overlay .category-label {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  display: flex;
  align-items: center;
  letter-spacing: 0.045em;
  margin-bottom: 20px;
  color: var(--neo-accent-color-2);
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .neo-section-hero-slider .hero-slider .swiper-wrapper .swiper-slide .slide-inner .content-overlay .category-label {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .neo-section-hero-slider .hero-slider .swiper-wrapper .swiper-slide .slide-inner .content-overlay .category-label {
    margin-bottom: 10px;
  }
}
.neo-section-hero-slider .hero-slider .swiper-wrapper .swiper-slide .slide-inner .content-overlay .post-title {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 122.18%;
  letter-spacing: -0.01em;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .neo-section-hero-slider .hero-slider .swiper-wrapper .swiper-slide .slide-inner .content-overlay .post-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .neo-section-hero-slider .hero-slider .swiper-wrapper .swiper-slide .slide-inner .content-overlay .post-title {
    margin-bottom: 25px;
  }
}
.neo-section-hero-slider .hero-slider .swiper-wrapper .swiper-slide .slide-inner .content-overlay .read-more-button {
  color: var(--neo-accent-color-1);
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  display: flex;
  align-items: center;
  border-radius: 2px;
  height: 47px;
  padding: 5px 15px;
  text-align: center;
  border: 1px solid var(--neo-accent-color-1);
}

.neo-section-filter-header .header-inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.neo-section-filter-header .header-inner .title-side {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.neo-section-filter-header .header-inner .title-side .subtitle {
  width: 100%;
  min-width: 100%;
  display: flex;
  font-size: 20px;
  letter-spacing: 0.4px;
  line-height: 30px;
  margin-top: 15px !important;
}
@media (max-width: 1024px) {
  .neo-section-filter-header .header-inner .title-side .subtitle {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .neo-section-filter-header .header-inner .title-side .subtitle {
    font-size: 16px;
    line-height: 22px;
  }
}
.neo-section-filter-header .header-inner .title-side.toggle {
  cursor: pointer;
}
.neo-section-filter-header .header-inner .title-side.active svg {
  transform: translateY(2px) rotate(180deg);
}
.neo-section-filter-header .header-inner .title-side svg {
  transition: all 0.2s ease;
  margin-left: 40px;
  transform: translateY(2px);
}
@media (max-width: 1024px) {
  .neo-section-filter-header .header-inner .title-side svg {
    margin-left: 30px;
  }
}
@media (max-width: 767px) {
  .neo-section-filter-header .header-inner .title-side svg {
    margin-left: 20px;
  }
}
.neo-section-filter-header .header-inner .filters-wrapper {
  width: 100%;
  padding-top: 80px;
  display: none;
}
.neo-section-filter-header .header-inner .filters-wrapper .header-links {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  flex-wrap: nowrap;
  margin-bottom: 75px;
  margin-left: 0 !important;
}
.neo-section-filter-header .header-inner .filters-wrapper .header-links .header-link {
  list-style: none;
  width: 26.66666%;
  min-width: 26.66666%;
  max-width: 26.66666%;
  margin-left: 0 !important;
}
.neo-section-filter-header .header-inner .filters-wrapper .header-links .header-link .link-title {
  color: var(--neo-accent-color-2) !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 26px !important;
  line-height: 122.18% !important;
  margin-bottom: 70px;
}
.neo-section-filter-header .header-inner .filters-wrapper .header-links .header-link .terms-list {
  margin-left: 0 !important;
  margin-bottom: 0 !important;
}
.neo-section-filter-header .header-inner .filters-wrapper .header-links .header-link .terms-list .term-item {
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 18px !important;
  line-height: 122.18% !important;
  letter-spacing: 0.03em !important;
  color: #354b60 !important;
  list-style: none !important;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  cursor: pointer;
}
.neo-section-filter-header .header-inner .filters-wrapper .header-links .header-link .terms-list .term-item .icon {
  opacity: 0;
  position: absolute;
  left: -26px;
  top: 2px;
  width: 16px !important;
}
.neo-section-filter-header .header-inner .filters-wrapper .header-links .header-link .terms-list .term-item.active .icon {
  opacity: 1;
}
.neo-section-filter-header .header-inner .filters-wrapper .header-links .header-link .terms-list .term-item:not(:last-child) {
  margin-bottom: 20px;
}
.neo-section-filter-header .header-inner .filters-wrapper .header-links .header-link:not(:last-child) {
  padding-right: 30px;
}
.neo-section-filter-header .header-inner .filters-wrapper .header-links .header-link.year-link {
  width: 20%;
  min-width: 20%;
  max-width: 20%;
}
.neo-section-filter-header .header-inner .search-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  margin-top: 80px;
}
.neo-section-filter-header .header-inner .search-wrapper .search-title {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 122.18%;
  margin-bottom: 25px;
  letter-spacing: 0.01em;
  color: var(--neo-accent-color-2);
}
.neo-section-filter-header .header-inner .search-wrapper .search-input-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  border-radius: 3px;
  overflow: hidden;
}
.neo-section-filter-header .header-inner .search-wrapper .search-input-wrapper input, .neo-section-filter-header .header-inner .search-wrapper .search-input-wrapper select {
  height: 60px;
  width: 100%;
  padding: 5px 15px;
  color: #000;
  font-size: 16px;
  background-color: #fff;
  border-radius: 0 !important;
}
.neo-section-filter-header .header-inner .search-wrapper .search-input-wrapper input:focus, .neo-section-filter-header .header-inner .search-wrapper .search-input-wrapper select:focus {
  border: none !important;
}
.neo-section-filter-header .header-inner .search-wrapper .search-input-wrapper button {
  min-width: 213px;
  border-radius: 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  background-color: var(--neo-accent-color-2);
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 122.18%;
  text-align: center;
  letter-spacing: 0.12em;
  color: #ffffff;
  margin-left: 20px;
}
.neo-section-filter-header .header-inner .search-wrapper .result-wrapper {
  padding: 10px;
  text-align: left;
  width: 100%;
}
.neo-section-filter-header .header-inner .search-wrapper .result-wrapper .setSearchAutor {
  display: block;
  text-align: left;
  padding: 5px;
  border-bottom: 1px solid #cccccc;
  width: 75% !important;
}
.neo-section-filter-header .header-inner .search-wrapper .bottom-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 25px;
}
.neo-section-filter-header .header-inner .search-wrapper .bottom-wrapper .filter-subtitle {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 122.18%;
  letter-spacing: 0.01em;
  color: #000000;
}
.neo-section-filter-header .header-inner .search-wrapper .bottom-wrapper .collapse-button {
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 122.18%;
  letter-spacing: 0.05em;
  color: #354b60;
  cursor: pointer;
}
.neo-section-filter-header .header-inner .search-wrapper .bottom-wrapper .collapse-button svg {
  margin-left: 17px;
}

.neo-section-key-points .key-points {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin-left: 0;
}
.neo-section-key-points .key-points .key-point {
  list-style: none;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.neo-section-key-points .key-points .key-point .point {
  padding-right: 40px;
}
@media (max-width: 576px) {
  .neo-section-key-points .key-points .key-point .point {
    padding-right: 20px;
  }
}
.neo-section-key-points .key-points .key-point .point i {
  min-width: 80px;
  font-size: 48px;
  line-height: 1 !important;
}
@media (max-width: 576px) {
  .neo-section-key-points .key-points .key-point .point i {
    font-size: 36px;
    min-width: 50px;
  }
}
.neo-section-key-points .key-points .key-point:not(:last-child) {
  margin-bottom: 40px;
}

.neo-section-page-header .page-header-inner .title-wrapper {
  display: flex;
  align-items: center;
}
.neo-section-page-header .page-header-inner .title-wrapper .page-title {
  color: #fff;
  margin-bottom: 0 !important;
}
.neo-section-page-header .page-header-inner .title-wrapper .title-logo {
  margin-right: 30px;
  max-width: 160px !important;
  height: auto;
  display: flex;
}
.neo-section-page-header .page-header-inner .title-wrapper.left {
  justify-content: flex-start;
}
.neo-section-page-header .page-header-inner .title-wrapper.center {
  justify-content: center;
}
.neo-section-page-header .page-header-inner .title-wrapper.right {
  justify-content: flex-end;
}
