@charset "UTF-8";
/*!
    Theme Name: Sensient
	Theme URI: 
	Description: Sensient Wordpress Theme
    Version: 1.0
	Author: Splendor
*/
@font-face {
  font-family: "sensient-icons";
  src: url("fonts/sensient-icons.ttf?k84j02") format("truetype"), url("fonts/sensient-icons.woff?k84j02") format("woff"), url("fonts/sensient-icons.svg?k84j02#sensient-icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  font-family: "sensient-icons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.brand-can-wrap{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand-desc{
  padding: 0px 45px;
  width: 50%;
}
.brand-img{
  text-align: right;
  width: 50%;
}
.brand-desc h2{
  margin-bottom: 15px;
}

.icon-close:before {
  content: "\e922";
}

.icon-help:before {
  content: "\e921";
}

.icon-slide-prev:before {
  content: "\e91f";
}

.icon-slide-next:before {
  content: "\e920";
}

.icon-organic:before {
  content: "\e915";
}

.icon-natural:before {
  content: "\e916";
}

.icon-synthetic:before {
  content: "\e917";
}

.icon-baking:before {
  content: "\e918";
}

.icon-beverage:before {
  content: "\e919";
}

.icon-confection:before {
  content: "\e91a";
}

.icon-dairy:before {
  content: "\e91b";
}

.icon-dry-grocery:before {
  content: "\e91c";
}

.icon-pet-food:before {
  content: "\e91d";
}

.icon-plant-based:before {
  content: "\e91e";
}

.icon-prev:before {
  content: "\e900";
}

.icon-next:before {
  content: "\e901";
}

.icon-plus:before {
  content: "\e902";
}

.icon-minus:before {
  content: "\e903";
}

.icon-chevron-up:before {
  content: "\e904";
}

.icon-chevron-down:before {
  content: "\e905";
}

.icon-chevron-left:before {
  content: "\e906";
}

.icon-chevron-right:before {
  content: "\e907";
}

.icon-arrow-up:before {
  content: "\e908";
}

.icon-arrow-down:before {
  content: "\e909";
}

.icon-arrow-left:before {
  content: "\e90a";
}

.icon-arrow-right:before {
  content: "\e90b";
}

.icon-chevron-prev:before {
  content: "\e90c";
}

.icon-chevron-next:before {
  content: "\e90d";
}

.icon-page-prev:before {
  content: "\e90e";
}

.icon-page-next:before {
  content: "\e90f";
}

.icon-page-close:before {
  content: "\e910";
}

 .icon-globe:before {
  content: "\e911";
} 

.icon-dye:before {
  content: "\e912";
}

.icon-lake:before {
  content: "\e913";
}


.icon-search:before {
	  content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    background-image: url('http://sensientusdev.wpenginepowered.com/wp-content/uploads/2025/04/sensient-magnifying-glass-white.svg');
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: top;
    font-size: 38px;
	background-position: center;
}

img:is([sizes="auto" i], [sizes^="auto," i]) {
    contain-intrinsic-size: auto !important;
}

.header.sticky .icon-search:before {
  background-image: url('http://sensientusdev.wpenginepowered.com/wp-content/uploads/2025/04/sensient-magnifying-glass-orange.svg');
}


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


body {
  margin: 0;
}


main {
  display: block;
}


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


hr {
  -webkit-box-sizing: content-box;
  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;
  -webkit-text-decoration: underline dotted;
  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-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}


button,
input { 
  overflow: visible;
}


button,
select { 
  text-transform: none;
}


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


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


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


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


legend {
  -webkit-box-sizing: border-box;
  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] {
  -webkit-box-sizing: border-box;
  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;
}

html {
  font-size: 1em;
  line-height: 1.65;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

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

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

hr {
  background: #b83861;
  display: block;
  width: 100%;
  height: 3px;
  border: 0;
  padding: 0;
  margin: 2.4em auto;
}
hr.full {
  width: 100vw;
  margin-left: calc((100vw - 100%) / 2 * -1);
}


audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}


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


textarea {
  resize: vertical;
}

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

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #000;
  display: block;
  font-size: 0.875em;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.browserupgrade {
  margin: 0;
  background: #ccc;
  color: #000;
  padding: 0.5em 0;
  text-align: center;
}

body {
  background: #fff;
  font-size: 18px;
  font-family: "work-sans", sans-serif;
  font-weight: normal;
  min-width: 320px;
  color: #515151;
  overflow-x: hidden;
}
body.noscroll, body.nav-open {
  overflow: hidden;
}
@media (max-width: 767px) {
  body {
    font-size: 16px;
  }
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "work-sans", sans-serif;
  font-weight: normal;
  margin: 0;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 56px;
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1.2;
}
h1 small, .h1 small {
  display: block;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin: 0 0 20px;
}
@media (max-width: 767px) {
  h1, .h1 {
    font-size: 46px;
  }
  h1 small, .h1 small {
    font-size: 13px;
  }
}

h2, .h2 {
  font-size: 36px;
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.2;
}
h2 small, .h2 small {
  display: block;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin: 0 0 20px;
}

.small-text {
  display: block;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin: 25px 0 20px 0px;
  color: #e6ad13;
  text-align: center;
}

.small-text:after {
	 content: "\e905";
	 font-family: "sensient-icons" !important;
	 font-style: normal;
	 font-weight: normal;
	 font-variant: normal;
	 text-transform: none;
	 line-height: 1;
	 -webkit-font-smoothing: antialiased;
	 -moz-osx-font-smoothing: grayscale;
	 color: #e6ad13;
	 font-size: 12px;
	 font-weight: normal;
}

@media (max-width: 767px) {
  h2, .h2 {
    font-size: 40px;
  }
  h2 small, .h2 small {
    font-size: 13px;
  }
	.small-text {
	 font-size: 13px;
	}
	
}

h3, .h3 {
  font-size: 36px;
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1.2;
	margin-bottom: 10px;
}
h3 small, .h3 small {
  display: block;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin: 0 0 20px;
}
@media (max-width: 767px) {
  h3, .h3 {
    font-size: 30px;
  }
  h3 small, .h3 small {
    font-size: 13px;
  }
}

h4, .h4 {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.65;
  margin: 0 0 1em;
}
@media (max-width: 767px) {
  h4, .h4 {
    font-size: 20px;
  }
}

h6, .h6 {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.15em;
  margin: 0 0 1em;
}
@media (max-width: 767px) {
  h6, .h6 {
    font-size: 13px;
  }
}

strong {
  font-weight: bold;
}

ul {
  list-style-type: disc;
}

p,
ol,
ul {
  margin: 0 0 1.5em 0;
}

ol,
ul {
  padding-left: 1em;
}

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

figure {
  margin: 0;
}

blockquote {
  margin: 1.75em 0;
  padding: 0;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.3em;
  padding: 35px 0 25px 45px;
  position: relative;
  line-height: 1.3;
  letter-spacing: -0.025em;
  overflow: hidden;
}
blockquote:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 214px;
  height: 358px;
  min-height: 100%;
  z-index: -1;
  border-top: solid 9px #98b362;
  border-left: solid 9px #98b362;
  border-color: inherit;
}
blockquote p {
  margin: 0 0 20px;
}
blockquote p strong {
  color: #242424;
  font-size: 18px;
  font-weight: 500;
  margin: 20px 0 0;
  display: block;
  letter-spacing: normal;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote:first-child {
  margin-top: 0;
}
blockquote:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  blockquote {
    padding-top: 35px;
    padding-left: 40px;
    font-size: 28px;
  }
  blockquote::before {
    border-left-width: 6px;
    border-top-width: 6px;
  }
  blockquote p strong {
    font-size: 16px;
  }
}

.nothing {
  font-size: 40px;
  font-weight: 500;
  color: #b83861;
  padding: 1em 0;
}
@media (max-width: 767px) {
  .nothing {
    font-size: 30px;
  }
}

.btn, #gravity-form-modal .gform-theme.gform-theme--framework.gform_wrapper .btn {
  border: solid 1px transparent;
  border-radius: 56px;
  background: #e6ad13;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  font-size: 15px;
  font-weight: 800;
  color: #fff;
  padding: 18px 20px;
  line-height: 1em;
  letter-spacing: 0.025em;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  z-index: 1;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
  min-width: 260px;
}
.btn:hover, .btn:focus, #gravity-form-modal .gform-theme.gform-theme--framework.gform_wrapper .btn:hover, #gravity-form-modal .gform-theme.gform-theme--framework.gform_wrapper .btn:focus {
  background: #6a148b;
  color: #fff;
}
@media (max-width: 767px) {
  .btn, #gravity-form-modal .gform-theme.gform-theme--framework.gform_wrapper .btn {
    font-size: 12px;
    padding: 12px 32px;
    min-width: 0;
  }
}
.btn--blue, #gravity-form-modal .gform-theme.gform-theme--framework.gform_wrapper .btn--blue {
  background-color: #2c528f;
}
.btn--red, #gravity-form-modal .gform-theme.gform-theme--framework.gform_wrapper .btn--red {
  background-color: #e1350e;
}
.btn--yellow, #gravity-form-modal .gform-theme.gform-theme--framework.gform_wrapper .btn--yellow {
  background-color: #e6ad13;
}

.btn--teal, #gravity-form-modal .gform-theme.gform-theme--framework.gform_wrapper .btn--teal {
  background-color: #0085ae;
}
.btn--cyan, #gravity-form-modal .gform-theme.gform-theme--framework.gform_wrapper .btn--cyan {
  background-color: #2ee2fe;
}
.btn--purple, #gravity-form-modal .gform-theme.gform-theme--framework.gform_wrapper .btn--purple {
  background-color: #620287;
}

.btn--green, #gravity-form-modal .gform-theme.gform-theme--framework.gform_wrapper .btn--green {
  background-color: #43803c;
}

.btn--white, #gravity-form-modal .gform-theme.gform-theme--framework.gform_wrapper .btn--white {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.btn--white:hover, .btn--white:focus, #gravity-form-modal .gform-theme.gform-theme--framework.gform_wrapper .btn--white:hover, #gravity-form-modal .gform-theme.gform-theme--framework.gform_wrapper .btn--white:focus {
  background-color: #fff;
  color: #2c528f;
}

.button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 25px;
  -moz-column-gap: 25px;
  column-gap: 25px;
  row-gap: 20px;
}

a {
  color: #b83861;
  text-decoration: none;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
a[href^=tel] {
  color: inherit;
}
a[href^=tel]:hover, a[href^=tel]:focus {
  color: #cc577d;
}

::-webkit-input-placeholder {
  line-height: normal;
}

::-webkit-input-placeholder {
  color: #d5d7d8;
  opacity: 1;
}

:-moz-placeholder {
  color: #d5d7d8;
  opacity: 1;
}

::-moz-placeholder {
  color: #d5d7d8;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #d5d7d8;
  opacity: 1;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.alignleft {
  float: left;
  margin-right: 50px;
  margin-bottom: 40px;
}

.alignright {
  float: right;
  margin-left: 50px;
  margin-bottom: 40px;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignwide {
  margin-left: -60px;
  margin-right: -60px;
}

.alignfull {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  max-width: 100vw;
}
.alignfull img {
  width: 100%;
  height: auto;
  display: block;
}

figure.image {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
  aspect-ratio: 1;
}
figure.image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.container {
  width: 100%;
  max-width: 1920px;
  padding-left: 60px;
  padding-right: 60px;
  margin: 0 auto;
}
@media (max-width: 1479px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 374px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-position: center;
  background-size: cover;
}

.pagination {
  margin: 70px 0 0;
}
.pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 5px;
  -moz-column-gap: 5px;
  column-gap: 5px;
}
.pagination .page-numbers {
  text-align: center;
  width: 44px;
  height: 50px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  font-family: "work-sans", sans-serif;
  position: relative;
  border: solid 1px #d3d3d3;
  color: #a9b1bc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.pagination .page-numbers:not(.dots):hover, .pagination .page-numbers:not(.dots):focus {
  color: #0993be;
  border-color: #c1e4ef;
}
.pagination .page-numbers.prev, .pagination .page-numbers.next {
  display: none;
}
.pagination .page-numbers.current {
  color: #0993be;
  border-color: #c1e4ef;
}
@media (max-width: 767px) {
  .pagination .page-numbers {
    font-size: 12px;
    width: 40px;
    height: 46px;
  }
}

.page-nav__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.page-nav__links a {
  border: solid 1px #d3d3d3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 64px;
  line-height: 1;
  margin-right: -1px;
  color: #4b90d8;
}
.page-nav__links a:hover, .page-nav__links a:focus {
  color: #cc0038;
}

.author {
  line-height: 1.2;
  font-size: 15px;
}
.author__avatar img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 122px;
  border-radius: 122px;
  border: solid 2px #fff;
  margin: 0 auto 12px;
}
.author__name {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 1em;
}
@media (max-width: 767px) {
  .author {
    font-size: 14px;
  }
  .author__avatar img {
    max-width: 100px;
  }
  .author__name {
    font-size: 12px;
  }
}

.slick-arrow {
  width: 36px;
  height: 36px;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 36px;
  color: #b83861;
  cursor: pointer;
  z-index: 200;
}
@media (max-width: 767px) {
  .slick-arrow {
    width: 30px;
    height: 30px;
    font-size: 30px;
  }
}

.slick-dots {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
.slick-dots li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.slick-dots li button {
  font-size: 0;
  color: transparent;
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 20px;
  border: solid 5px transparent;
  background-color: transparent;
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: relative;
}
.slick-dots li button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #fff;
  border-radius: 20px;
}
.slick-dots li.slick-active button {
  background-color: transparent;
  border-color: #fff;
  width: 20px;
  height: 20px;
}
.slick-dots li.slick-active button::before {
  background-color: transparent;
}

.search-results {
  margin: 100px 0;
}
.search-results .container {
  max-width: 1040px;
}
.search-results .btn:hover, .search-results .btn:focus {
  color: #b83861;
}
.search-results article {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .search-results {
    margin: 60px 0;
  }
}

#gravity-form-modal {
  border: solid 25px #e6ad13;
  padding: 100px 40px;
  width: 100%;
  max-width: 1080px;
}
#gravity-form-modal h2.gform_title {
  text-align: center;
  font-weight: 500;
  color: #0085ae;
  max-width: 640px;
  margin: 0 auto 20px;
}
#gravity-form-modal h2.gform_title::before {
  content: "Webinar";
  display: block;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin: 0 0 20px;
  color: #e6ad13;
}
#gravity-form-modal .gform-theme.gform-theme--framework.gform_wrapper {
  max-width: 710px;
  width: 100%;
  margin: 0 auto;
}
#gravity-form-modal .gform-theme.gform-theme--framework.gform_wrapper .gform_validation_errors {
  margin: 0 0 1em;
  border: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none !important;
  background-color: transparent;
}
#gravity-form-modal .gform-theme.gform-theme--framework.gform_wrapper .gform_validation_errors .gform-icon {
  display: none;
}
#gravity-form-modal .gform-theme.gform-theme--framework.gform_wrapper .gform_validation_errors .gform_submission_error {
  font-family: "work-sans", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  color: #fff;
  font-weight: 600;
  text-align: center;
  margin: 0 auto;
}
#gravity-form-modal .gform-theme.gform-theme--framework.gform_wrapper .gform_fields {
  gap: 15px;
}
#gravity-form-modal .gform-theme.gform-theme--framework.gform_wrapper .description,
#gravity-form-modal .gform-theme.gform-theme--framework.gform_wrapper .gfield_description,
#gravity-form-modal .gform-theme.gform-theme--framework.gform_wrapper .gsection_description,
#gravity-form-modal .gform-theme.gform-theme--framework.gform_wrapper .instruction {
  display: none;
}
#gravity-form-modal .gform-theme.gform-theme--framework.gform_wrapper img.gform_ajax_spinner {
  display: none !important;
}
#gravity-form-modal .gform-theme.gform-theme--framework.gform_wrapper form .gform-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: 0;
  padding: 0;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
#gravity-form-modal .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=color],
#gravity-form-modal .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=date],
#gravity-form-modal .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=datetime-local],
#gravity-form-modal .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=datetime],
#gravity-form-modal .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=email],
#gravity-form-modal .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=month],
#gravity-form-modal .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=number],
#gravity-form-modal .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=password],
#gravity-form-modal .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=search],
#gravity-form-modal .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=tel],
#gravity-form-modal .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=text],
#gravity-form-modal .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=time],
#gravity-form-modal .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=url],
#gravity-form-modal .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=week],
#gravity-form-modal .gform-theme.gform-theme--framework.gform_wrapper form .gform-body select,
#gravity-form-modal .gform-theme.gform-theme--framework.gform_wrapper form .gform-body textarea {
  background: #fff;
  font-size: 14px;
  font-family: "work-sans", sans-serif;
  border: solid 1px #dfe0e4;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  outline: none;
  color: #000;
  padding: 23px 25px 25px !important;
  line-height: 1em !important;
  min-height: auto;
  text-align: left;
  height: 64px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#gravity-form-modal .gform-theme.gform-theme--framework.gform_wrapper form .gform-body textarea {
	height: 200px;
}
#gravity-form-modal .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=color]::-webkit-input-placeholder, #gravity-form-modal .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=date]::-webkit-input-placeholder, #gravity-form-modal .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=datetime-local]::-webkit-input-placeholder, #gravity-form-modal .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=datetime]::-webkit-input-placeholder, #gravity-form-modal .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=email]::-webkit-input-placeholder, #gravity-form-modal .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=month]::-webkit-input-placeholder, #gravity-form-modal .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=number]::-webkit-input-placeholder, #gravity-form-modal .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=password]::-webkit-input-placeholder, #gravity-form-modal .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=search]::-webkit-input-placeholder, #gravity-form-modal .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=tel]::-webkit-input-placeholder, #gravity-form-modal .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=text]::-webkit-input-placeholder, #gravity-form-modal .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=time]::-webkit-input-placeholder, #gravity-form-modal .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=url]::-webkit-input-placeholder, #gravity-form-modal .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=week]::-webkit-input-placeholder, #gravity-form-modal .gform-theme.gform-theme--framework.gform_wrapper form .gform-body select::-webkit-input-placeholder, #gravity-form-modal .gform-theme.gform-theme--framework.gform_wrapper form .gform-body textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}
#gravity-form-modal .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=color]::-moz-placeholder, #gravity-form-modal .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=date]::-moz-placeholder, #gravity-form-modal .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=datetime-local]::-moz-placeholder, #gravity-form-modal .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=datetime]::-moz-placeholder, #gravity-form-modal .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=email]::-moz-placeholder, #gravity-form-modal .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=month]::-moz-placeholder, #gravity-form-modal .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=number]::-moz-placeholder, #gravity-form-modal .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=password]::-moz-placeholder, #gravity-form-modal .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=search]::-moz-placeholder, #gravity-form-modal .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=tel]::-moz-placeholder, #gravity-form-modal .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=text]::-moz-placeholder, #gravity-form-modal .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=time]::-moz-placeholder, #gravity-form-modal .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=url]::-moz-placeholder, #gravity-form-modal .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=week]::-moz-placeholder, #gravity-form-modal .gform-theme.gform-theme--framework.gform_wrapper form .gform-body select::-moz-placeholder, #gravity-form-modal .gform-theme.gform-theme--framework.gform_wrapper form .gform-body textarea::-moz-placeholder {
  color: inherit;
  opacity: 1;
}
#gravity-form-modal .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=color]:-ms-input-placeholder, #gravity-form-modal .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=date]:-ms-input-placeholder, #gravity-form-modal .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=datetime-local]:-ms-input-placeholder, #gravity-form-modal .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=datetime]:-ms-input-placeholder, #gravity-form-modal .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=email]:-ms-input-placeholder, #gravity-form-modal .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=month]:-ms-input-placeholder, #gravity-form-modal .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=number]:-ms-input-placeholder, #gravity-form-modal .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=password]:-ms-input-placeholder, #gravity-form-modal .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=search]:-ms-input-placeholder, #gravity-form-modal .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=tel]:-ms-input-placeholder, #gravity-form-modal .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=text]:-ms-input-placeholder, #gravity-form-modal .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=time]:-ms-input-placeholder, #gravity-form-modal .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=url]:-ms-input-placeholder, #gravity-form-modal .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=week]:-ms-input-placeholder, #gravity-form-modal .gform-theme.gform-theme--framework.gform_wrapper form .gform-body select:-ms-input-placeholder, #gravity-form-modal .gform-theme.gform-theme--framework.gform_wrapper form .gform-body textarea:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
#gravity-form-modal .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=color]::-ms-input-placeholder, #gravity-form-modal .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=date]::-ms-input-placeholder, #gravity-form-modal .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=datetime-local]::-ms-input-placeholder, #gravity-form-modal .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=datetime]::-ms-input-placeholder, #gravity-form-modal .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=email]::-ms-input-placeholder, #gravity-form-modal .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=month]::-ms-input-placeholder, #gravity-form-modal .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=number]::-ms-input-placeholder, #gravity-form-modal .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=password]::-ms-input-placeholder, #gravity-form-modal .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=search]::-ms-input-placeholder, #gravity-form-modal .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=tel]::-ms-input-placeholder, #gravity-form-modal .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=text]::-ms-input-placeholder, #gravity-form-modal .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=time]::-ms-input-placeholder, #gravity-form-modal .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=url]::-ms-input-placeholder, #gravity-form-modal .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=week]::-ms-input-placeholder, #gravity-form-modal .gform-theme.gform-theme--framework.gform_wrapper form .gform-body select::-ms-input-placeholder, #gravity-form-modal .gform-theme.gform-theme--framework.gform_wrapper form .gform-body textarea::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
#gravity-form-modal .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=color]::placeholder,
#gravity-form-modal .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=date]::placeholder,
#gravity-form-modal .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=datetime-local]::placeholder,
#gravity-form-modal .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=datetime]::placeholder,
#gravity-form-modal .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=email]::placeholder,
#gravity-form-modal .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=month]::placeholder,
#gravity-form-modal .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=number]::placeholder,
#gravity-form-modal .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=password]::placeholder,
#gravity-form-modal .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=search]::placeholder,
#gravity-form-modal .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=tel]::placeholder,
#gravity-form-modal .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=text]::placeholder,
#gravity-form-modal .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=time]::placeholder,
#gravity-form-modal .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=url]::placeholder,
#gravity-form-modal .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=week]::placeholder,
#gravity-form-modal .gform-theme.gform-theme--framework.gform_wrapper form .gform-body select::placeholder,
#gravity-form-modal .gform-theme.gform-theme--framework.gform_wrapper form .gform-body textarea::placeholder {
  color: inherit;
  opacity: 1;
}
#gravity-form-modal .gform-theme.gform-theme--framework.gform_wrapper form .gform-body .ginput_container_select {
  position: relative;
}
#gravity-form-modal .gform-theme.gform-theme--framework.gform_wrapper form .gform-body .ginput_container_select:after {
  content: "\e907";
  font-family: "sensient-icons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 14px;
  color: #691489;
}
#gravity-form-modal .gform-theme.gform-theme--framework.gform_wrapper form .gform-body .ginput_container_select select {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #eaebee;
  border: solid 1px #eaebee;
  height: 64px;
  padding-right: 50px;
}
#gravity-form-modal .gform-theme.gform-theme--framework.gform_wrapper form .gform-body .ginput_container_checkbox .gfield_checkbox input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: solid 1px #e6ad13;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#gravity-form-modal .gform-theme.gform-theme--framework.gform_wrapper form .gform-body .ginput_container_checkbox .gfield_checkbox label {
  font-size: 16px;
}
#gravity-form-modal .gform-theme.gform-theme--framework.gform_wrapper form .gform-body .gfield_error input[type=color],
#gravity-form-modal .gform-theme.gform-theme--framework.gform_wrapper form .gform-body .gfield_error input[type=date],
#gravity-form-modal .gform-theme.gform-theme--framework.gform_wrapper form .gform-body .gfield_error input[type=datetime-local],
#gravity-form-modal .gform-theme.gform-theme--framework.gform_wrapper form .gform-body .gfield_error input[type=datetime],
#gravity-form-modal .gform-theme.gform-theme--framework.gform_wrapper form .gform-body .gfield_error input[type=email],
#gravity-form-modal .gform-theme.gform-theme--framework.gform_wrapper form .gform-body .gfield_error input[type=month],
#gravity-form-modal .gform-theme.gform-theme--framework.gform_wrapper form .gform-body .gfield_error input[type=number],
#gravity-form-modal .gform-theme.gform-theme--framework.gform_wrapper form .gform-body .gfield_error input[type=password],
#gravity-form-modal .gform-theme.gform-theme--framework.gform_wrapper form .gform-body .gfield_error input[type=search],
#gravity-form-modal .gform-theme.gform-theme--framework.gform_wrapper form .gform-body .gfield_error input[type=tel],
#gravity-form-modal .gform-theme.gform-theme--framework.gform_wrapper form .gform-body .gfield_error input[type=text],
#gravity-form-modal .gform-theme.gform-theme--framework.gform_wrapper form .gform-body .gfield_error input[type=time],
#gravity-form-modal .gform-theme.gform-theme--framework.gform_wrapper form .gform-body .gfield_error input[type=url],
#gravity-form-modal .gform-theme.gform-theme--framework.gform_wrapper form .gform-body .gfield_error input[type=week],
#gravity-form-modal .gform-theme.gform-theme--framework.gform_wrapper form .gform-body .gfield_error select,
#gravity-form-modal .gform-theme.gform-theme--framework.gform_wrapper form .gform-body .gfield_error textarea {
  background-color: #fff;
  color: #b83861;
  border-color: #e6ad13;
}
#gravity-form-modal .is-close {
  color: #e6ad13;
  font-size: 24px;
  position: absolute;
  top: 25px;
  right: 25px;
}
#gravity-form-modal .is-close svg {
  -webkit-filter: none;
  filter: none;
}

.header {
  background-color: transparent;
  position: absolute;
  z-index: 999;
  letter-spacing: normal;
  width: 100%;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
  top: 0;
  left: 0;
}

.header .container {
  justify-content: space-between; 
  gap: 30px; 
	display: flex;
}

 .header nav aside {
  min-width: 0;
} 



.no-hero .header {
  min-height: calc(93px + 4.2708333333vw);
  background: url(img/bg-header-swoosh.png) no-repeat bottom center/cover;
}
/* .no-hero .header::before {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  left: 50%;
  width: 100vw;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url(img/swoosh-orange.png) repeat-x bottom center/100vw auto;
} */
.header.sticky {
  position: fixed;
  background: #fff !important;
  border-bottom: solid 1px #c9d3e2;
  min-height: 80px;
  height: 80px;
  opacity: 1;
}
.header.sticky::before {
  display: none;
}
.header.sticky nav aside {
  padding-top: 14px;
}
.header.sticky .header__logo {
  margin-top: 14px;
  background-image: url(img/logo.png);
}
.header.sticky .header__menu > li {
  position: relative;
}
.header.sticky .header__menu > li > a {
  color: #255aa9;
  padding-top: 44px;
  padding-bottom: 20px;
  padding-bottom: 16px;
}

 .header.sticky .header__menu > li.no-link:hover > a {
  color: #fff;
}

.header.sticky .header__extra {
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.header.sticky .header__extra li a {
  background-color: #e6ad13;
  border-color: #e6ad13;
  padding: 12px 20px 11px;
}
.header.sticky .header__extra li a:hover, .header.sticky .header__extra li a:focus {
  background-color: #255aa9;
  border-color: #255aa9;
  color: #fff;
}
.header.sticky .header__search__toggle {
  color: #e6ad13;
}
.header.sticky .header__region i {
  font-size: 38px;
  color: #255aa9;
}

.header.sticky .header__region:hover .header__region__menu > span {
  color: #fff;
}

.header.sticky .header__region:hover i {
	color: #fff;
}


.header.sticky .header__region__select > span {
  color: #255aa9;
}
.header.sticky .header__region__select select {
  color: #255aa9;
}
.header.sticky .header__region__select__box {
  color: #255aa9;
}
.header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  max-width: 1920px;
  position: relative;
  justify-content: center;
}
.header__logo {
  background: url(img/logo-white.png) no-repeat center center/100% auto;
  width: 231px;
  height: 54px;
  min-width: 231px;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  display: block;
  margin-top: 22px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.header nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  gap: 35px;
}
.header nav aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 22px;
  gap: 10px;
}
.header__search {
  position: relative;
}
.header__search__toggle {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: 0;
  border-radius: 0;
  font-size: 38px;
	position: relative;
	left: 12px;
	vertical-align: -webkit-baseline-middle;
  color: #fff;
}
.search-open .header__search__toggle:before {
  opacity: 0.5;
}
.header__search .search-form {
  top: calc(100% + 10px);
  left: 0;
  position: absolute;
  background-color: #620287;
  padding: 20px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}
.search-open .header__search .search-form {
  opacity: 1;
  pointer-events: all;
}
.header__search .search-form fieldset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.header__search .search-form__field input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border: 0;
  border-radius: 0;
  margin: 0;
  background: transparent;
  color: #fff;
}
.header__search .search-form__field input::-webkit-input-placeholder {
  opacity: 1;
  color: inherit;
}
.header__search .search-form__field input::-moz-placeholder {
  opacity: 1;
  color: inherit;
}
.header__search .search-form__field input:-ms-input-placeholder {
  opacity: 1;
  color: inherit;
}
.header__search .search-form__field input::-ms-input-placeholder {
  opacity: 1;
  color: inherit;
}
.header__search .search-form__field input::placeholder {
  opacity: 1;
  color: inherit;
}
.header__search .search-form__field input:-webkit-autofill,
.header__search .search-form__field input:-webkit-autofill:hover,
.header__search .search-form__field input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #620287 inset !important;
  border: 0;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}
.header__search .search-form button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  padding: 0;
  margin: 0;
  background: transparent;
  color: #fff;
  font-size: 24px;
}
.header__region {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
	padding: 15px;
}
.header__region i {
  font-size: 38px;
  color: #fff;
}
.header__region__select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 5px;
}
.header__region__select > span {
  font-size: 14px;
  color: #fff;
  line-height: 1;
}
.header__region__select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  outline: none;
  color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.025em;
  padding-right: 20px;
}
.header__region__select__box {
  position: relative;
  width: 140px;
  height: 18px;
  font-size: 16px;
  font-weight: 800;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.header__region__select__box::after {
  content: "\e905";
  color: #e6ad13;
  font-family: "sensient-icons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  text-overflow: ellipsis;
}
.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__menu > li {
  position: relative;
}
.header__menu > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  font-weight: 800;
  color: #fff;
  letter-spacing: 0.025em;
  padding-top: 54px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 1.25;
  white-space: nowrap;
}
.header__menu > li > a:hover, .header__menu > li > a:focus, .hover .header__menu > li > a {
  background-color: #c52f58;
  color: #fff !important;
}
.header__menu > li.hover > a {
  background-color: #c52f58;
  color: #fff !important;
}

li#menu-item-321 {
	line-height: 1.2;
    margin: 5px 0px;
}



.header__menu > li.x2 > .sub-menu {
  width: 930px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}

.header__menu > li.x3 > .sub-menu {
  width: 530px;
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
}

.header__menu > li.menu-item-has-children > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
.header__menu > li.menu-item-has-children > a:after {
  content: "\e905";
  font-family: "sensient-icons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #e6ad13;
  font-size: 12px;
  font-weight: normal;
}
.header__menu > li > .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  background-color: #c52f58;
  padding: 15px 0;
  width: 220px;
}

.header__menu > li.about > .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  background-color: #c52f58;
  padding: 15px 0;
  width: 245px;
}

.header__menu > li > .sub-menu li a {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 0 20px;
  display: block;
}
.header__menu > li > .sub-menu li a:hover, .header__menu > li > .sub-menu li a:focus {
  color: #e6ad13;
}
.header__extra a {
  color: #fff;
  border: solid 2px #fff;
  border-radius: 30px;
  width: 210px;
  text-align: center;
  padding: 20px 20px 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  line-height: 1;
}
.header__extra a:hover, .header__extra a:focus {
  background-color: #fff;
  color: #e6ad13;
}
@media (max-width: 1679px) {
  .header {
    min-height: 80px;
  }
	
	.header__menu > li.menu-item-has-children > a {
		gap: 5px;
	}
	
	.header__menu > li > a {
		font-size: 15px;
	}
	
	.header .container {
		gap: 5px;
	}

	.header__logo {
		min-width: 196px;
		width: 196px;
	}
	
	.header__extra a {
		padding: 16px 20px 15px;
		width: 155px;
	}
	
  .nav-open .header {
    background: #255aa9 !important;
    border-color: transparent !important;
  }
  .nav-open .header .header__logo {
    background-image: url(img/logo-white.png);
    margin-top: 14px;
  }
}

@media (max-width: 1444px) {

.header__menu > li.menu-item-has-children > a {
	font-size: 14px;
}
		.header__logo {
		min-width: 165px;
		width: 165px;
	}
	
	.header nav {
		gap: 0px;
	}
	
	.header nav aside {
		gap: 0px;
	}
	
}

@media (max-width: 1379px) {

.header__extra a {
	width: 100px;
	font-size: 12px;
	padding: 12px 20px 11px;
	}
	
	.header__region {
		padding: 15px 0px 15px 15px;
	}
	
	.header__search__toggle {
		left: 0px;
	}
	
	
}

@media (max-width: 1279px) {
  .header nav {
    display: none;
  }
	
	
	.header .container {
		display: block;
	}
}

.hamburger {
  display: none;
  position: absolute;
  width: 33px;
  height: 21px;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  cursor: pointer;
  z-index: 2;
  right: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  outline: none;
  z-index: 999;
}
.hamburger__icon, .hamburger__icon:before, .hamburger__icon:after {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  position: absolute;
  height: 3px;
  width: 33px;
  top: 9px;
  left: 0;
  background-color: #fff;
}
.hamburger__icon:before {
  content: "";
  top: -9px;
}
.hamburger__icon:after {
  content: "";
  top: 9px;
}
.hamburger--open .hamburger__icon {
  background: transparent !important;
}
.hamburger--open .hamburger__icon:before {
  -webkit-transform: rotateZ(45deg) translate(6.5px, 6.5px);
  -ms-transform: rotate(45deg) translate(6.5px, 6.5px);
  transform: rotateZ(45deg) translate(6.5px, 6.5px);
}
.hamburger--open .hamburger__icon:after {
  -webkit-transform: rotateZ(-45deg) translate(6.5px, -6.5px);
  -ms-transform: rotate(-45deg) translate(6.5px, -6.5px);
  transform: rotateZ(-45deg) translate(6.5px, -6.5px);
}
.sticky .hamburger__icon, .sticky .hamburger__icon:before, .sticky .hamburger__icon:after {
  background-color: #e6ad13;
}
.nav-open .hamburger__icon, .nav-open .hamburger__icon:before, .nav-open .hamburger__icon:after {
  background-color: #fff;
}
@media (max-width: 1279px) {
  .hamburger {
    display: block;
  }
}
@media (max-width: 374px) {
  .hamburger {
    right: 20px;
  }
}

.mobile-nav {
  position: fixed;
  width: 100%;
  max-height: calc(100vh - 80px);
  top: 80px;
  left: 0;
  z-index: 999;
  display: none;
}
.mobile-nav nav {
  max-height: calc(100vh - 80px);
  overflow: auto;
  background: #255aa9;
  color: #fff;
  display: none;
  padding-bottom: 100px;
}
.mobile-nav__menu > ul > li > a {
  color: #fff;
  font-weight: bold;
  font-size: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 0.025em;
  line-height: 1;
  padding: 10px 60px;
  gap: 10px;
  cursor: pointer;
}
.mobile-nav__menu > ul > li > a:hover, .mobile-nav__menu > ul > li > a:focus {
  color: #e6ad13;
}
.mobile-nav__menu > ul > li.menu-item-has-children > a::after {
  content: "\e905";
  font-family: "sensient-icons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  color: #e6ad13;
}
.mobile-nav__menu > ul > li ul {
  display: none;
  background-color: #255aa9;
  padding: 10px 0;
}
.mobile-nav__menu > ul > li ul li a {
  font-family: "work-sans", sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  padding: 2px 60px;
  display: block;
}
.mobile-nav__menu > ul > li ul li a:hover, .mobile-nav__menu > ul > li ul li a:focus {
  color: #e6ad13;
}
.mobile-nav__search {
  margin: 50px 60px 10px;
  position: relative;
}
.mobile-nav__search__toggle {
  font-size: 30px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #fff;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}
.mobile-nav__search .search-form {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 280px;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}
.mobile-nav__search .search-form fieldset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 320px;
}
.mobile-nav__search .search-form__field {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.mobile-nav__search .search-form__field input {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  outline: none;
  padding: 10px;
  font-size: 18px;
  font-family: "work-sans", sans-serif;
  color: #fff;
  border: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.15);
  height: 50px;
}
.mobile-nav__search .search-form__field input::-webkit-input-placeholder {
  color: #fff;
}
.mobile-nav__search .search-form__field input::-moz-placeholder {
  color: #fff;
}
.mobile-nav__search .search-form__field input:-ms-input-placeholder {
  color: #fff;
}
.mobile-nav__search .search-form__field input::-ms-input-placeholder {
  color: #fff;
}
.mobile-nav__search .search-form__field input::placeholder {
  color: #fff;
}
.mobile-nav__search .search-form__field input:-webkit-autofill,
.mobile-nav__search .search-form__field input:-webkit-autofill:hover,
.mobile-nav__search .search-form__field input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #5172b1 inset !important;
  border: 0;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}
.mobile-nav__search .search-form button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  width: 50px;
  height: 50px;
  background-color: #e6ad13;
  color: #fff;
  font-size: 24px;
  border: 0;
  outline: none;
  cursor: pointer;
}
.mobile-nav__search.on .mobile-nav__search__toggle {
  opacity: 0;
}
.mobile-nav__search.on .search-form {
  opacity: 1;
  pointer-events: all;
}

@media (max-width: 1479px) {
  .mobile-nav__search {
    margin: 50px 40px 10px;
  }
  .mobile-nav__menu > ul > li > a {
    padding: 10px 40px;
  }
  .mobile-nav__menu > ul > li ul li a {
    padding: 2px 40px;
  }
}

@media (max-width: 1279px) {
  .mobile-nav {
    display: block;
  }
}

@media (max-width: 374px) {
  .mobile-nav__search {
    margin: 50px 20px 10px;
  }
  .mobile-nav__menu > ul > li > a {
    padding: 10px 20px;
  }
  .mobile-nav__menu > ul > li ul li a {
    padding: 2px 20px;
  }
}

.expandable {
  border-top: solid 25px #f7f8fa;
  position: relative;
}
.expandable__toggle {
  background-color: #f7f8fa;
  width: 100px;
  height: 100px;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 20px;
  color: #624b86;
  position: absolute;
  top: -70px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 31px), 0 calc(100% - 31px));
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 31px), 0 calc(100% - 31px));
  cursor: pointer;
  padding-top: 25px;
}
.expandable__container {
  padding: 5px 0;
  display: none;
}

.subscribe {
  position: relative;
  overflow: visible;
  margin: 0;
  text-align: center;
}
.subscribe .inner {
  padding: 100px 0 55px;
}
.subscribe h2 {
  font-size: 26px;
  font-weight: 600;
  color: #fff;
  margin: 0 0 1.2em;
  letter-spacing: normal;
}
.subscribe .gform_confirmation_message_6 {
  font-family: "work-sans", sans-serif;
  font-size: 1em;
  font-weight: 700;
   color: #b83861; 
}

.subscribe .gform_confirmation_message_1 {
  font-family: "work-sans", sans-serif;
  font-size: 1em;
  font-weight: 700;
   color: #fff 
}

.subscribe .gform-theme.gform-theme--framework.gform_wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 614px;
}
.subscribe .gform-theme.gform-theme--framework.gform_wrapper .gform_validation_errors {
  margin: 0 0 1em;
  border: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none !important;
  background-color: transparent;
}
.subscribe .gform-theme.gform-theme--framework.gform_wrapper .gform_validation_errors .gform-icon {
  display: none;
}
.subscribe .gform-theme.gform-theme--framework.gform_wrapper .gform_validation_errors .gform_submission_error {
  font-family: "work-sans", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  color: #fff;
  font-weight: 600;
  text-align: center;
  margin: 0 auto;
}
.subscribe .gform-theme.gform-theme--framework.gform_wrapper .description,
.subscribe .gform-theme.gform-theme--framework.gform_wrapper .gfield_description,
.subscribe .gform-theme.gform-theme--framework.gform_wrapper .gsection_description,
.subscribe .gform-theme.gform-theme--framework.gform_wrapper .instruction {
  display: none;
}
.subscribe .gform-theme.gform-theme--framework.gform_wrapper img.gform_ajax_spinner {
  display: none !important;
}
.subscribe .gform-theme.gform-theme--framework.gform_wrapper form .gform-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: 0;
  padding: 0;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.subscribe .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=color],
.subscribe .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=date],
.subscribe .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=datetime-local],
.subscribe .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=datetime],
.subscribe .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=email],
.subscribe .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=month],
.subscribe .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=number],
.subscribe .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=password],
.subscribe .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=search],
.subscribe .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=tel],
.subscribe .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=text],
.subscribe .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=time],
.subscribe .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=url],
.subscribe .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=week],
.subscribe .gform-theme.gform-theme--framework.gform_wrapper form .gform-body select,
.subscribe .gform-theme.gform-theme--framework.gform_wrapper form .gform-body textarea {
  background: #fff;
  font-size: 14px;
  font-family: "work-sans", sans-serif;
  border: solid 1px #fff;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  outline: none;
  color: #000;
  padding: 23px 25px 25px !important;
  line-height: 1em !important;
  min-height: auto;
  text-align: left;
  height: 64px;
}
.subscribe .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=color]::-webkit-input-placeholder, .subscribe .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=date]::-webkit-input-placeholder, .subscribe .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=datetime-local]::-webkit-input-placeholder, .subscribe .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=datetime]::-webkit-input-placeholder, .subscribe .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=email]::-webkit-input-placeholder, .subscribe .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=month]::-webkit-input-placeholder, .subscribe .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=number]::-webkit-input-placeholder, .subscribe .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=password]::-webkit-input-placeholder, .subscribe .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=search]::-webkit-input-placeholder, .subscribe .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=tel]::-webkit-input-placeholder, .subscribe .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=text]::-webkit-input-placeholder, .subscribe .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=time]::-webkit-input-placeholder, .subscribe .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=url]::-webkit-input-placeholder, .subscribe .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=week]::-webkit-input-placeholder, .subscribe .gform-theme.gform-theme--framework.gform_wrapper form .gform-body select::-webkit-input-placeholder, .subscribe .gform-theme.gform-theme--framework.gform_wrapper form .gform-body textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}
.subscribe .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=color]::-moz-placeholder, .subscribe .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=date]::-moz-placeholder, .subscribe .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=datetime-local]::-moz-placeholder, .subscribe .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=datetime]::-moz-placeholder, .subscribe .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=email]::-moz-placeholder, .subscribe .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=month]::-moz-placeholder, .subscribe .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=number]::-moz-placeholder, .subscribe .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=password]::-moz-placeholder, .subscribe .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=search]::-moz-placeholder, .subscribe .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=tel]::-moz-placeholder, .subscribe .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=text]::-moz-placeholder, .subscribe .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=time]::-moz-placeholder, .subscribe .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=url]::-moz-placeholder, .subscribe .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=week]::-moz-placeholder, .subscribe .gform-theme.gform-theme--framework.gform_wrapper form .gform-body select::-moz-placeholder, .subscribe .gform-theme.gform-theme--framework.gform_wrapper form .gform-body textarea::-moz-placeholder {
  color: inherit;
  opacity: 1;
}
.subscribe .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=color]:-ms-input-placeholder, .subscribe .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=date]:-ms-input-placeholder, .subscribe .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=datetime-local]:-ms-input-placeholder, .subscribe .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=datetime]:-ms-input-placeholder, .subscribe .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=email]:-ms-input-placeholder, .subscribe .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=month]:-ms-input-placeholder, .subscribe .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=number]:-ms-input-placeholder, .subscribe .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=password]:-ms-input-placeholder, .subscribe .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=search]:-ms-input-placeholder, .subscribe .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=tel]:-ms-input-placeholder, .subscribe .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=text]:-ms-input-placeholder, .subscribe .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=time]:-ms-input-placeholder, .subscribe .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=url]:-ms-input-placeholder, .subscribe .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=week]:-ms-input-placeholder, .subscribe .gform-theme.gform-theme--framework.gform_wrapper form .gform-body select:-ms-input-placeholder, .subscribe .gform-theme.gform-theme--framework.gform_wrapper form .gform-body textarea:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
.subscribe .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=color]::-ms-input-placeholder, .subscribe .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=date]::-ms-input-placeholder, .subscribe .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=datetime-local]::-ms-input-placeholder, .subscribe .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=datetime]::-ms-input-placeholder, .subscribe .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=email]::-ms-input-placeholder, .subscribe .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=month]::-ms-input-placeholder, .subscribe .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=number]::-ms-input-placeholder, .subscribe .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=password]::-ms-input-placeholder, .subscribe .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=search]::-ms-input-placeholder, .subscribe .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=tel]::-ms-input-placeholder, .subscribe .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=text]::-ms-input-placeholder, .subscribe .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=time]::-ms-input-placeholder, .subscribe .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=url]::-ms-input-placeholder, .subscribe .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=week]::-ms-input-placeholder, .subscribe .gform-theme.gform-theme--framework.gform_wrapper form .gform-body select::-ms-input-placeholder, .subscribe .gform-theme.gform-theme--framework.gform_wrapper form .gform-body textarea::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
.subscribe .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=color]::placeholder,
.subscribe .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=date]::placeholder,
.subscribe .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=datetime-local]::placeholder,
.subscribe .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=datetime]::placeholder,
.subscribe .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=email]::placeholder,
.subscribe .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=month]::placeholder,
.subscribe .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=number]::placeholder,
.subscribe .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=password]::placeholder,
.subscribe .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=search]::placeholder,
.subscribe .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=tel]::placeholder,
.subscribe .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=text]::placeholder,
.subscribe .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=time]::placeholder,
.subscribe .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=url]::placeholder,
.subscribe .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=week]::placeholder,
.subscribe .gform-theme.gform-theme--framework.gform_wrapper form .gform-body select::placeholder,
.subscribe .gform-theme.gform-theme--framework.gform_wrapper form .gform-body textarea::placeholder {
  color: inherit;
  opacity: 1;
}
.subscribe .gform-theme.gform-theme--framework.gform_wrapper form .gform-body .gfield_error input[type=color],
.subscribe .gform-theme.gform-theme--framework.gform_wrapper form .gform-body .gfield_error input[type=date],
.subscribe .gform-theme.gform-theme--framework.gform_wrapper form .gform-body .gfield_error input[type=datetime-local],
.subscribe .gform-theme.gform-theme--framework.gform_wrapper form .gform-body .gfield_error input[type=datetime],
.subscribe .gform-theme.gform-theme--framework.gform_wrapper form .gform-body .gfield_error input[type=email],
.subscribe .gform-theme.gform-theme--framework.gform_wrapper form .gform-body .gfield_error input[type=month],
.subscribe .gform-theme.gform-theme--framework.gform_wrapper form .gform-body .gfield_error input[type=number],
.subscribe .gform-theme.gform-theme--framework.gform_wrapper form .gform-body .gfield_error input[type=password],
.subscribe .gform-theme.gform-theme--framework.gform_wrapper form .gform-body .gfield_error input[type=search],
.subscribe .gform-theme.gform-theme--framework.gform_wrapper form .gform-body .gfield_error input[type=tel],
.subscribe .gform-theme.gform-theme--framework.gform_wrapper form .gform-body .gfield_error input[type=text],
.subscribe .gform-theme.gform-theme--framework.gform_wrapper form .gform-body .gfield_error input[type=time],
.subscribe .gform-theme.gform-theme--framework.gform_wrapper form .gform-body .gfield_error input[type=url],
.subscribe .gform-theme.gform-theme--framework.gform_wrapper form .gform-body .gfield_error input[type=week],
.subscribe .gform-theme.gform-theme--framework.gform_wrapper form .gform-body .gfield_error select,
.subscribe .gform-theme.gform-theme--framework.gform_wrapper form .gform-body .gfield_error textarea {
  background-color: #fff;
  color: #b83861;
  border-color: #e6ad13;
}
.subscribe .gform-theme.gform-theme--framework.gform_wrapper form .gform_footer {
  margin: 35px 0 0;
  padding: 0;
}
.subscribe .gform-theme.gform-theme--framework.gform_wrapper form .gform_footer .btn {
  border: 0;
  border-radius: 30px;
  background: #620287;
  margin: 0 auto;
  padding: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.025em;
  color: #fff;
  padding: 20px;
  line-height: 1em;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  z-index: 1;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
  min-width: 260px;
}
.subscribe .gform-theme.gform-theme--framework.gform_wrapper form .gform_footer .btn:hover, .subscribe .gform-theme.gform-theme--framework.gform_wrapper form .gform_footer .btn:focus {
  background: #255aa9;
  color: #fff;
}
@media (max-width: 767px) {
  .subscribe .gform-theme.gform-theme--framework.gform_wrapper form .gform_footer .btn {
    font-size: 12px;
    padding: 12px 32px;
    min-width: 0;
  }
}

.footer {
  background-color: #255aa9;
  color: #fff;
  border-top: solid 1px #fff;
  padding: 50px 0 20px;
  position: relative;
}
.footer .container {
  max-width: 1060px;
}
.footer a {
  color: #fff;
}
.footer a:hover, .footer a:focus {
  color: #e6ad13;
}
.footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.footer__interest {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  font-size: 14px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 5px;
  margin: 0 0 60px;
  line-height: 1.85em;
}
.footer__interest h6 {
  font-weight: 600;
  font-size: inherit;
  margin: 0;
}
.footer__interest ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.footer__interest ul li a {
  color: #fff;
}
.footer__interest ul li a:hover, .footer__interest ul li a:focus {
  color: #e6ad13;
}
.footer__nav {
  font-size: 14px;
  margin: 0 0 80px;
  line-height: 1.85em;
}
.footer__nav > ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}
.footer__nav > ul > li > a {
  font-weight: 600;
  pointer-events: none;
}
.footer__linkedin img {
  max-width: 130px;
  display: block;
  margin: 0 auto 20px;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}
.footer__linkedin img:hover {
  opacity: 0.85;
}
.footer__copyright {
  text-align: center;
  font-size: 12px;
  line-height: 2.16em;
}
.footer__copyright p {
  margin: 0 0 0.3em;
}
.footer__menu {
  font-size: 14px;
  margin: 0 0 24px;
}
.footer__menu > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
}
.footer__arrow {
  text-align: center;
  color: #f5cd47;
  font-size: 20px;
}
.footer__arrow a {
  color: inherit;
}
.footer__help__open {
  font-size: 60px;
  color: #f7cf48;
  position: absolute;
  bottom: 25px;
  right: 25px;
}
.footer__help__close {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 16px;
  color: #2c548f;
  cursor: pointer;
}
.footer__help__content {
  position: absolute;
  bottom: 25px;
  right: 25px;
  background-color: #fff;
  color: #515151;
  font-size: 13px;
  font-weight: 500;
  width: 320px;
  padding: 25px 20px 15px;
  z-index: 200;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.footer__help__content.on {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}
.footer__help__content h2 {
  font-size: 20px;
  color: #2c528f;
  letter-spacing: 0.02em;
  font-weight: 600;
  margin: 0 0 0.75em;
}
.footer__help__content p {
  margin: 0 0 1em;
}
.footer__help__content a {
  display: block;
  color: #2c528f;
  background-color: #dfe5e9;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  padding: 10px 10px 8px;
  border-radius: 5px;
  margin-bottom: -5px;
}
.footer__help__content a:hover, .footer__help__content a:focus {
  color: #fff;
  background-color: #2c528f;
}
@media (max-width: 1079px) {
  .footer__help__open {
    bottom: 10px;
    right: 10px;
    font-size: 40px;
  }
  .footer__help__content {
    bottom: 10px;
    right: 10px;
  }
}
@media (max-width: 767px) {
  .footer__nav > ul {
    grid-template-columns: 1fr 1fr;
    text-align: center;
  }
}
@media (max-width: 575px) {
  .footer__nav > ul {
    grid-template-columns: 1fr;
  }
  .footer__help__content {
    width: 300px;
  }
}

.sample-btn {
  position: sticky;
  bottom: 10px;
  left: calc(100% - 130px);
  z-index: 999;
  width: 117px;
  height: 0;
  margin-bottom: -1px;
}
.sample-btn a {
  display: block;
  width: 117px;
  position: absolute;
  bottom: 45px;
}
.sample-btn__toggle {
  position: absolute;
  width: 22px;
  height: 22px;
  top: 4px;
  right: 0;
}
.sample-btn img {
  max-width: 117px;
  margin-bottom: 0;
	display:block;
}

.hero {
  position: relative;
  overflow: hidden;
  color: #fff;
}
.hero .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.hero .slick-dots {
  position: absolute;
  bottom: 150px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 9;
}
.hero__slide.slick-active iframe {
  opacity: 1;
}
.hero__inner {
  position: relative;
  height: 100vh !important;
  min-height: 575px;
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 200px 0;
}
.hero__inner::before {
  content: "";
  position: absolute;
  bottom: -1px;
  top: 0;
  left: 50%;
  width: 100vw;
  min-width: 320px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url(img/swoosh-orange.png) repeat-x bottom center/max(100vw, 320px) auto;
  z-index: 3;
}
.hero__inner.orange::before {
  background-image: url(img/swoosh-orange.png);
}

.hero__inner.blue::before {
  background-image: url(img/swoosh-blue.png);
}

.hero__inner.green::before {
  background-image: url(img/swoosh-green.png);
}

.hero__inner.red::before {
  background-image: url(img/swoosh-red.png);
}
.hero__inner.white::before {
  background-image: url(img/swoosh-white.png);
}
.hero__inner .background {
  z-index: 1;
}
.hero__inner > iframe {
  width: 100vw;
  height: 56.25vw; 
  min-height: 100vh;
  min-width: 177.77vh;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.hero__inner article {
  position: relative;
  z-index: 5;
}
.hero__inner article .container {
  max-width: 1720px;
}
.hero__inner article h1 {
  color: #fff;
  font-size: 74px;
  font-weight: bold;
  max-width: 830px;
}
.hero__inner article .btn {
  margin: 20px 0 0;
}


@media (max-width: 767px) {
  .hero__inner article h1 {
    font-size: 38px;
  }
}

.subpage-hero {
  margin: 0;
  padding: 200px 0 50px;
  position: relative;
  z-index: 1;
	overflow: hidden;
	height: 100vh!important;
  background-color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: min(850px, 52vw);
}
.subpage-hero::before {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  left: 50%;
  width: 100vw;
  min-width: 320px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url(img/swoosh-orange.png) repeat-x bottom center/max(100vw, 320px) auto;
}
.subpage-hero.orange::before {
  background-image: url(img/swoosh-orange.png);
}
.subpage-hero.red::before {
  background-image: url(img/swoosh-red.png);
}

.subpage-hero.purple::before {
  background-image: url(img/swoosh-purple.png);
}

.subpage-hero.green::before {
  background-image: url(img/swoosh-green.png);
}

.subpage-hero.blue::before {
  background-image: url(img/swoosh-blue.png);
}

.subpage-hero.pink::before {
  background-image: url(img/swoosh-pink.png);
}

.subpage-hero.brown::before {
  background-image: url(img/swoosh-brown.png);
}

.subpage-hero.white::before {
  background-image: url(img/swoosh-white.png);
}

.subpage-hero.blog-hero.red::before {
  background-image: url(img/swoosh-red.png);
}

.subpage-hero.blog-hero.pink::before {
  background-image: url(img/swoosh-pink.png);
}

.subpage-hero.blog-hero.purple::before {
  background-image: url(img/swoosh-purple.png);
}

.subpage-hero.blog-hero.brown::before {
  background-image: url(img/swoosh-brown.png);
}

.subpage-hero.blog-hero.orange::before {
  background-image: url(img/swoosh-orange.png);
}

.subpage-hero.blog-hero.green::before {
  background-image: url(img/swoosh-green.png);
}

.subpage-hero.blog-hero.blue::before {
  background-image: url(img/swoosh-blue.png);
}

.subpage-hero article {
  position: relative;
  z-index: 3;
}
.subpage-hero__circle {
  position: absolute;
  right: 0;
  top: 54%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 45vw;
  padding-left: 4vw;
}
.subpage-hero__circle div {
  width: 100%;
  height: auto;
}
.subpage-hero__circle img {
  width: 70%;
  height: auto;
  display: block;
  margin: auto;
  max-width: none;
}
.subpage-hero .container {
  -ms-flex-item-align: center;
  align-self: center;
  max-width: 1720px;
}
.subpage-hero .container h1 {
  margin: 0 0 0.75em;
  font-weight: 500;
  color: #2c528f;
}
.subpage-hero .container h1 small {
  color: #e6ad13;
}
.subpage-hero .container h1:last-child {
  margin-bottom: 0;
}
.subpage-hero .container .author {
  display: block;
  margin: 0 0 20px;
}
.subpage-hero .container .author__avatar img {
  display: block;
  margin: 0;
  max-width: 120px;
  border: solid 2px #fff;
  border-radius: 120px;
  margin: 0 0 20px;
}
.subpage-hero .container .author__meta {
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.subpage-hero .container .author__meta > *:after {
  content: "/";
  margin: 0 10px;
}
.subpage-hero .container .author__meta > *:last-child:after {
  display: none;
}
.subpage-hero.blog-hero {
  padding: 100px 0;
	overflow: hidden;
}
.subpage-hero.blog-hero h1 {
  max-width: 840px;
}
.subpage-hero.text-light .container h1 {
  color: #fff;
}
.subpage-hero.text-light .container h1 small {
  color: #fff;
}
.subpage-hero.text-light .container .author {
  color: #fff;
}
@media (max-width: 1079px) {
  .subpage-hero {
    padding-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .subpage-hero .background {
    position: static;
    width: 100%;
    aspect-ratio: 630/565;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    background-position: right center;
    background-size: auto 100%;
    min-width: 320px;
  }
  .subpage-hero .container {
    padding-bottom: 50px;
  }
  .subpage-hero .container h1 br {
    display: none;
  }

  .subpage-hero__circle {
    width: 100%;
    aspect-ratio: 630/565;
    padding: 0;
    bottom: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    top: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .subpage-hero__circle img {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .subpage-hero .container .author__avatar {
    max-width: 80px;
  }
	
	  .subpage-hero .background {
		  aspect-ratio: 554/670;
	}
	
}

.blob-text {
  position: relative;
  color: #515151;
	margin-bottom: 60px;
}


.blob-text--reverse {
  position: relative;
  color: #515151;
  min-height: auto;
}


.blob-text .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	padding-left: 0;
}

.blob-text--reverse .container {
	  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	flex-direction: row-reverse;
	padding-right: 0;
}

.blob-text--reverse__image figure {
	width: 45vw;
    padding-left: 5vw;
}

.blob-text h2 {
  color: #2c528f;
  margin: 0 0 0.8em;
  font-size: 36px;
  font-weight: 500;
}
.blob-text h2 small {
  color: #e6ad13;
}
.blob-text h6, .blob-text .h6 {
  color: #e6ad13;
}
.blob-text aside {
  padding: 100px 0 100px 33px;
	max-width: 775px;
}

.blob-text--reverse aside {
  padding: 100px 33px 100px 60px;
	 display: inline-grid;
	max-width: 100%;
    justify-content: flex-end;
		max-width: 775px;
}

.blob-text aside > div > *:last-child {
  margin-bottom: 0;
}
.blob-text__image {
  direction: rtl;
  margin-top: -50px;
}
.blob-text__image figure {
  width: 45vw;
  padding-right: 5vw;
  display: flex;
  justify-content: flex-end;
}

.blob-text--reverse__image figure {
  width: 45vw;
  padding-left: 5vw;
  display: flex;
  justify-content: flex-end;
}

.blob-text__image figure img {
  width: auto;
  height: auto;
  display: block;
}

.blob-text--reverse__image figure img {
  width: auto;
  height: auto;
  display: block;
}

.blob-text--reverse aside > div > *:last-child {
  margin-bottom: 0;
}

.blob-text--reverse .container {
	align-items: center;
}

.blob-text.text-light {
  color: #fff;
}
.blob-text.text-light h2 {
  color: #fff;
}
.blob-text.text-light h2 small {
  color: #fff;
}
.blob-text.text-light h6, .blob-text.text-light .h6 {
  color: #fff;
}
@media (max-width: 1079px) {
  .blob-text .container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 100px;
	  padding-left: 40px;
  }
 /*  .blob-text .container > * {
    width: 100%;
  }
	  .blob-text--reverse .container > * {
    width: 100%;
  }
	*/
	
	.blob-text--reverse aside {
		justify-content: start;
	}
	
	 .blob-text--reverse .container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 100px;
		 padding-right: 40px;
  }

	
  .blob-text aside {
    padding: 0 0 100px;
  }
  .blob-text__image {
    width: 100vw !important;
    margin-left: -40px;
  }
  .blob-text__image figure {
    width: 100%;
  }
	  .blob-text--reverse__image {
    width: 100vw !important;
    margin-right: -40px;
  }
  .blob-text--reverse__image figure {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .blob-text h2 {
    font-size: 30px;
  }
}
@media (max-width: 374px) {
  .blob-text__image {
    margin-left: -20px;
  }
	 .blob-text--reverse__image {
    margin-left: -20px;
  }
}

.full-img-txt {
  position: relative;
  margin: 0;
}
.full-img-txt .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1540px;
  min-height: 24.5vw;
}
.full-img-txt__image {
  direction: rtl;
  width: 35%;
  position: relative;
}
.full-img-txt__image figure {
  width: calc((100vw - 285.714285714%) / 2 + 100%);
  position: relative;
  min-height: 100%;
}
.full-img-txt__image figure img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.full-img-txt__content {
  padding: 65px 0 65px 70px;
  width: 65%;
	align-self: center;
}
.full-img-txt__content > *:last-child {
  margin-bottom: 0;
}
.full-img-txt--reverse .container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.full-img-txt--reverse .full-img-txt__image {
  direction: ltr;
}
.full-img-txt--reverse .full-img-txt__content {
  padding-left: 0;
  padding-right: 70px;
}
.full-img-txt.text-light {
  color: #fff;
}
@media (max-width: 1479px) {
  .full-img-txt__content {
    padding-left: 40px;
  }
  .full-img-txt--reverse .full-img-txt__content {
    padding-left: 0;
    padding-right: 40px;
  }
}
@media (max-width: 1079px) {
  .full-img-txt .container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    row-gap: 40px;
  }
  .full-img-txt__image {
    width: 100%;
    direction: ltr !important;
    aspect-ratio: 960/535;
    margin-left: -40px;
    margin-right: -40px;
    width: 100vw;
  }
  .full-img-txt__image figure {
    width: 100%;
  }
  .full-img-txt__image figure img {
    width: 100%;
  }
  .full-img-txt__content {
    width: 100%;
    padding: 0 0 80px !important;
  }
}
@media (max-width: 374px) {
  .full-img-txt .container .image {
    margin-left: -20px;
    margin-right: -20px;
  }
}

.txt-bg {
  position: relative;
  margin: 80px 0;
  padding: 100px 0 85px;
  text-align: center;
  color: #515151;
}
.txt-bg .container {
  max-width: 820px;
}
.txt-bg h2 {
  color: #2c528f;
  margin: 0 0 1em;
  font-size: 24px;
  font-weight: 500;
}
.txt-bg.text-light {
  color: #fff;
}
.txt-bg.text-light h2 {
  color: #fff;
}
.txt-bg.text-light hr {
  width: 133px;
  height: 3px;
  background-color: #fff;
  margin: 24px auto;
}

.ico-links {
  margin: 100px 0 140px;
  text-align: center;
  position: relative;
}

.ico-links h2 {
    display: block;
    color: #515151;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.15em;
    line-height: 1.2;
	margin-bottom: 10px;
}

.ico-links p {
	font-size: 16px;
	text-transform: none;
	letter-spacing: normal;
	font-weight: 400;
}

.ico-links p a {
	letter-spacing: normal;
	font-size: 16px;
}


.ico-links .container {
  max-width: 1720px;
}
.ico-links__content {
  max-width: 1000px;
  margin: auto auto 50px;
  color: #515151;
}
.ico-links__content h2 {
  color: #2c528f;
  font-weight: 500;
  margin: 0 0 24px;
  letter-spacing: -0.025em;
  font-size: 36px;
}
.ico-links__content h2 small {
  color: #e6ad13;
}
.ico-links__row {
  text-align: center;
  margin: 0 0 70px;
}
.ico-links__row:last-child {
  margin-bottom: 0;
}
.ico-links__row h6, .ico-links__row .h6 {
  color: #e6ad13;
  margin: 0 0 30px;
}
.ico-links__row__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
  row-gap: 40px;
}
.ico-links__row__grid.x7 .ico-links__icon {
  width: calc(14.2857142857% - 17.1428571429px);
}
.ico-links__row__grid.x6 .ico-links__icon {
  width: calc(16.6666666667% - 16.6666666667px);
}
.ico-links__icon {
  text-align: center;
  color: #515151;
  text-transform: uppercase;
}
.ico-links__icon a {
  display: initial;
  color: #515151;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1.2;
}

.ico-links__icon {
	  display: block;
  color: #515151;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1.2;
}

.ico-links.text-light .ico-links__icon {
	  display: block;
  color: #515151;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1.2;
}

.ico-links__icon a:hover svg, .ico-links__icon a:focus svg {
  background-color: #0085ae;
}
.ico-links__icon a:hover svg path, .ico-links__icon a:focus svg path {
  fill: #fff;
}
.ico-links__icon svg {
  width: 100%;
  max-width: 120px;
  min-width: 120px;
  border-radius: 120px;
  border: solid 3px #fff;
  outline: solid 3px #f3b305;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: block;
  margin: auto auto 12px;
}
.ico-links__icon svg path {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.ico-links.text-light .ico-links__content {
  color: #fff;
}
.ico-links.text-light .ico-links__content h2 {
  color: #fff;
}
.ico-links.text-light .ico-links__content h2 small {
  color: #fff;
}
.ico-links.text-light .ico-links__row h6, .ico-links.text-light .ico-links__row .h6 {
  color: #fff;
}
.ico-links.text-light .ico-links__icon {
  color: #fff;
}
.ico-links.text-light .ico-links__icon a {
  color: #fff;
}
.ico-links.text-light .ico-links__icon a:hover svg, .ico-links.text-light .ico-links__icon a:focus svg {
  background-color: #fff;
}
.ico-links.text-light .ico-links__icon a:hover svg path, .ico-links.text-light .ico-links__icon a:focus svg path {
  fill: #2c528f;
}
.ico-links.text-light .ico-links__icon svg {
  outline-color: transparent;
  border-color: #fff;
}
.ico-links.text-light .ico-links__icon svg path {
  fill: #fff;
}
@media (max-width: 1479px) {
  .ico-links__row__grid.x7 .ico-links__icon {
    width: calc(20% - 16px);
  }
  .ico-links__row__grid.x6 .ico-links__icon {
    width: calc(26% - 15px);
  }
}
@media (max-width: 1079px) {
  .ico-links__row__grid.x7 .ico-links__icon {
    width: calc(25% - 15px);
  }
  .ico-links__row__grid.x6 .ico-links__icon {
    width: calc(33.3333333333% - 13.3333333333px);
  }
}
@media (max-width: 767px) {
  .ico-links__content h2 {
    font-size: 30px;
  }
  .ico-links__icon a {
    font-size: 12px;
  }
  .ico-links__icon svg {
    width: 100%;
    max-width: 80px;
    min-width: 80px;
    border: solid 2px #fff;
    outline: solid 2px #f3b305;
  }
}
@media (max-width: 575px) {
  .ico-links__row__grid.x7 .ico-links__icon, .ico-links__row__grid.x6 .ico-links__icon {
    width: calc(33.3333333333% - 13.3333333333px);
  }
}
@media (max-width: 374px) {
  .ico-links__row__grid {
    row-gap: 30px;
  }
  .ico-links__row__grid.x7 .ico-links__icon, .ico-links__row__grid.x6 .ico-links__icon {
    width: calc(50% - 10px);
  }
}

.center-content {
  position: relative;
  margin: 80px 0;
  color: #515151;
}
.center-content .container {
  max-width: 1260px;
}
.center-content .container > h2 {
  color: #2c528f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin: 0 0 1.5em;
  font-size: 36px;
  font-weight: 500;
}
.center-content .container > h2 img {
  -ms-flex-item-align: center;
  align-self: center;
  max-width: 100%;
  height: auto;
}
.center-content .container > h2 img + span {
  border-left: solid 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-left: 30px;
  min-height: 110px;
}
.center-content__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  color: #515151;
}
.center-content__content > aside {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.center-content__content > aside h2 {
  margin: 20px 0 20px;
}
.center-content__content > aside h3 {
  margin: 0 0 40px;
  font-size: 34px;
  font-weight: normal;
}
.center-content__content > aside .btn {
  margin-top: 20px;
}
.center-content__content > figure {
  min-width: 250px;
  padding-right: 40px;
  border-right: solid 1px #dad7d7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.center-content__content > figure + aside {
  padding: 50px 0 30px;
}
.center-content__content .icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  row-gap: 10px;
}
.center-content__content .icons strong {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-weight: normal;
}
.center-content__content .icons i {
  color: #666666;
  border: solid 2px #ff7567;
  border-radius: 54px;
  width: 54px;
  height: 54px;
  font-size: 34px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.center-content.text-light {
  color: #fff;
}
.center-content.text-light .container > h2 {
  color: #fff;
}
 .center-content.text-light .center-content__content {
  color: #fff;
} 
@media (max-width: 1079px) {
  .center-content .container > h2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
    margin: 0 0 1em;
  }
  .center-content .container > h2 img + span {
    min-height: 0;
    border-left: 0;
    padding: 0;
    width: 100%;
  }
  .center-content__content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px;
  }
  .center-content__content > figure {
    min-width: 0;
    width: 100%;
    max-width: 210px;
    border: 0;
    padding-right: 0;
  }
  .center-content__content > figure + aside {
    padding: 0;
  }
}
@media (max-width: 1079px) {
  .center-content .container > h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .center-content__content aside h3 {
    font-size: 28px;
  }
}

.content-form {
  margin: 80px 0 130px;
}
.content-form .container {
  max-width: 1520px;
}
.content-form .container h2 {
  text-align: center;
  font-size: 27px;
  font-weight: 500;
  color: #2c528f;
  margin: 0 0 20px;
}
.content-form .container h2 small {
  color: #e6ad13;
}
.content-form__header {
  max-width: 990px;
  margin: auto auto 40px;
}
.content-form__content {
  overflow: hidden;
}
.content-form .gform-theme.gform-theme--framework.gform_wrapper {
  margin: 0 auto;
  width: 100%;
}
.content-form .gform-theme.gform-theme--framework.gform_wrapper .gform_validation_errors {
  margin: 0 0 1em;
  border: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none !important;
  background-color: transparent;
}
.content-form .gform-theme.gform-theme--framework.gform_wrapper .gform_validation_errors .gform-icon {
  display: none;
}
.content-form .gform-theme.gform-theme--framework.gform_wrapper .gform_validation_errors .gform_submission_error {
  font-family: "work-sans", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  color: #b83861;
  font-weight: 600;
  text-align: center;
  margin: 0 auto;
}
.content-form .gform-theme.gform-theme--framework.gform_wrapper .gfield_repeater_wrapper {
  padding: 0;
  border: 0;
  margin: 0;
}
.content-form .gform-theme.gform-theme--framework.gform_wrapper .gform_fields {
  gap: 15px;
}
.content-form .gform-theme.gform-theme--framework.gform_wrapper .gfield--type-repeater {
  position: relative;
  margin: 0;
}
.content-form .gform-theme.gform-theme--framework.gform_wrapper .gfield--type-repeater:before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100vw;
  height: 1000vw;
  background-color: #fff;
  bottom: 100%;
  z-index: -1;
}

.content-form .gform-theme.gform-theme--framework.gform_wrapper .gfield--type-repeater .gfield_repeater_item {
  margin: 0;
}
.content-form .gform-theme.gform-theme--framework.gform_wrapper .gfield--type-repeater .gfield_repeater_item .gfield--type-section {
  padding: 0;
}
.content-form .gform-theme.gform-theme--framework.gform_wrapper .gfield--type-repeater .gfield_repeater_item:before {
  background-color: #dfe0e4;
  width: 200vw;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: none;
}
.content-form .gform-theme.gform-theme--framework.gform_wrapper .gfield--type-repeater .gfield_repeater_item:first-child .section-application {
  padding-top: 0;
}
.content-form .gform-theme.gform-theme--framework.gform_wrapper .gfield--type-repeater .gfield_repeater_buttons {
  position: relative;
  margin: 40px 0;
  padding: 15px 0;
}
.content-form .gform-theme.gform-theme--framework.gform_wrapper .gfield--type-repeater .gfield_repeater_buttons:before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100vw;
  height: 1px;
  background-color: #dfe0e4;
  top: 0;
}
.content-form .gform-theme.gform-theme--framework.gform_wrapper .gfield--type-repeater .gfield_repeater_buttons:after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 300vw;
  height: 1px;
  background-color: #dfe0e4;
  bottom: 0;
}
.content-form .gform-theme.gform-theme--framework.gform_wrapper .gfield--type-repeater .gfield_repeater_buttons .add_repeater_item {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  background: transparent;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  outline: none;
  font-family: "work-sans", sans-serif !important;
  color: #e6ad13;
  font-size: 42px;
  font-weight: normal;
  font-weight: 300;
  padding: 0;
  margin: 0;
}
.content-form .gform-theme.gform-theme--framework.gform_wrapper .gfield--type-repeater .gfield_repeater_buttons .add_repeater_item::after {
  content: "ADD AN Additional Sample";
  font-family: "work-sans", sans-serif !important;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 800;
  color: #2c528f;
  letter-spacing: 0.025em;
}
.content-form .gform-theme.gform-theme--framework.gform_wrapper .gfield--type-repeater .gfield_repeater_buttons .remove_repeater_item {
       border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    background: transparent;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    outline: none;
    font-family: "work-sans", sans-serif !important;
    color: #e6ad13;
    font-size: 42px;
    font-weight: normal;
    font-weight: 300;
    margin: 0;
}
.content-form .gform-theme.gform-theme--framework.gform_wrapper .gfield--type-section {
  border: 0;
  padding: 0;
  margin: 0;
}
.content-form .gform-theme.gform-theme--framework.gform_wrapper .gfield--type-section .gsection_title {
  font-size: 22px;
  color: #0085ae;
  font-weight: bold;
  margin-bottom: 30px;
}
.content-form .gform-theme.gform-theme--framework.gform_wrapper .gfield--type-section.section-application {
  position: relative;
  padding-top: 60px;
}
.content-form .gform-theme.gform-theme--framework.gform_wrapper .gfield.application-icons,
.content-form .gform-theme.gform-theme--framework.gform_wrapper .gfield.color-icons {
  margin: 0 0 80px;
}
.content-form .gform-theme.gform-theme--framework.gform_wrapper .gfield.application-icons .ginput_container_radio .gfield_radio,
.content-form .gform-theme.gform-theme--framework.gform_wrapper .gfield.color-icons .ginput_container_radio .gfield_radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  position: relative;
  text-align: center;
  cursor: pointer;
  gap: 32px;
}
.content-form .gform-theme.gform-theme--framework.gform_wrapper .gfield.application-icons .ginput_container_radio .gfield_radio label,
.content-form .gform-theme.gform-theme--framework.gform_wrapper .gfield.color-icons .ginput_container_radio .gfield_radio label {
  font-size: 14px;
  font-weight: bold;
  color: #515151;
  text-transform: uppercase;
  display: block;
  letter-spacing: 0.15em;
  min-width: 160px;
  width: 100%;
  max-width: 160px;
}
.content-form .gform-theme.gform-theme--framework.gform_wrapper .gfield.application-icons .ginput_container_radio .gfield_radio label i,
.content-form .gform-theme.gform-theme--framework.gform_wrapper .gfield.color-icons .ginput_container_radio .gfield_radio label i {
  display: block;
  border-radius: 124px;
  border: solid 3px #fff;
  outline: solid 3px #f3b305;
  width: 124px;
  height: 124px;
  font-size: 124px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #0085ae;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
  margin: 0 auto 12px;
}
.content-form .gform-theme.gform-theme--framework.gform_wrapper .gfield.application-icons .ginput_container_radio .gfield_radio input,
.content-form .gform-theme.gform-theme--framework.gform_wrapper .gfield.color-icons .ginput_container_radio .gfield_radio input {
  position: absolute;
  top: 0;
  opacity: 0;
}
.content-form .gform-theme.gform-theme--framework.gform_wrapper .gfield.application-icons .ginput_container_radio .gfield_radio input:checked + label i,
.content-form .gform-theme.gform-theme--framework.gform_wrapper .gfield.color-icons .ginput_container_radio .gfield_radio input:checked + label i {
  background-color: #0085ae;
  color: #fff;
}
.content-form .gform-theme.gform-theme--framework.gform_wrapper .gfield.radio-buttons {
  padding: 0 0 90px;
  position: relative;
}

.gfield.radio-buttons a {
	color: #0085ae;
}

.content-form .gform-theme.gform-theme--framework.gform_wrapper .gfield.radio-buttons:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 1px;
  width: 100vw;
  background-color: #dfe0e4;
}
.content-form .gform-theme.gform-theme--framework.gform_wrapper .gfield.radio-buttons legend {
  font-size: 18px;
  font-weight: normal;
  color: #515151;
  text-align: center;
  margin: 0 0 40px;
}
.content-form .gform-theme.gform-theme--framework.gform_wrapper .gfield.radio-buttons .ginput_container_radio .gfield_radio {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  position: relative;
  text-align: center;
  cursor: pointer;
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
  row-gap: 30px;
}
.content-form .gform-theme.gform-theme--framework.gform_wrapper .gfield.radio-buttons .ginput_container_radio .gfield_radio .gchoice {
  display: block;
}
.content-form .gform-theme.gform-theme--framework.gform_wrapper .gfield.radio-buttons .ginput_container_radio .gfield_radio .gchoice label {
  color: #0085ae;
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.025em;
  margin: 0;
  padding: 0;
  color: #0085ae;
  border: solid 2px #0085ae;
  border-radius: 30px;
  padding: 20px;
  display: block;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}
.content-form .gform-theme.gform-theme--framework.gform_wrapper .gfield.radio-buttons .ginput_container_radio .gfield_radio input {
  position: absolute;
  top: 0;
  opacity: 0;
}

.content-form .gform-theme.gform-theme--framework.gform_wrapper .gfield.color-icons {
  padding: 0 0 60px;
  margin: 0;
  position: relative;
}
.content-form .gform-theme.gform-theme--framework.gform_wrapper .gfield.color-icons:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 1px;
  width: 100vw;
  background-color: #dfe0e4;
}
.content-form .gform-theme.gform-theme--framework.gform_wrapper .gfield.color-picker-field input {
  width: 200px;
}


.gfield.color-picker-field:after {
	content: '';
    display: inline-block;
    width: 258px;
    height: 198px;
    background-image: url('http://sensientusdev.wpenginepowered.com/wp-content/uploads/2025/03/Screenshot-2025-03-28-at-3.48.10 PM-png.webp');
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}

.content-form .gform-theme.gform-theme--framework.gform_wrapper .gfield.pantone {
  min-width: 240px;
}
.content-form .gform-theme.gform-theme--framework.gform_wrapper .gfield.terms-checkbox {
  margin: 0;
  text-align: center;
}
.content-form .gform-theme.gform-theme--framework.gform_wrapper .gfield.terms-checkbox .gchoice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.content-form .gform-theme.gform-theme--framework.gform_wrapper .gfield.terms-checkbox .gchoice input {
  background-color: #f2f3f5;
  border: solid 1px #e6ad13;
}
.content-form .gform-theme.gform-theme--framework.gform_wrapper .gfield.terms-checkbox .gchoice label {
  font-size: 16px;
  color: #515151;
}
.content-form .gform-theme.gform-theme--framework.gform_wrapper .description,
.content-form .gform-theme.gform-theme--framework.gform_wrapper .gfield_description,
.content-form .gform-theme.gform-theme--framework.gform_wrapper .gsection_description,
.content-form .gform-theme.gform-theme--framework.gform_wrapper .instruction {
  display: none;
}
.content-form .gform-theme.gform-theme--framework.gform_wrapper img.gform_ajax_spinner {
  display: none !important;
}
.content-form .gform-theme.gform-theme--framework.gform_wrapper form .gform-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: 0;
  padding: 0;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.content-form .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=color],
.content-form .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=date],
.content-form .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=datetime-local],
.content-form .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=datetime],
.content-form .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=email],
.content-form .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=month],
.content-form .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=number],
.content-form .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=password],
.content-form .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=search],
.content-form .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=tel],
.content-form .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=text],
.content-form .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=time],
.content-form .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=url],
.content-form .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=week],
.content-form .gform-theme.gform-theme--framework.gform_wrapper form .gform-body select,
.content-form .gform-theme.gform-theme--framework.gform_wrapper form .gform-body textarea {
  background-color: #fdfdfe;
  font-size: 14px;
  font-family: "work-sans", sans-serif;
  border: solid 1px #dfe0e4;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  outline: none;
  color: #000;
  padding: 25px !important;
  line-height: 1em !important;
  min-height: auto;
  text-align: left;
  height: 64px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.content-form .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=color]::-webkit-input-placeholder, .content-form .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=date]::-webkit-input-placeholder, .content-form .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=datetime-local]::-webkit-input-placeholder, .content-form .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=datetime]::-webkit-input-placeholder, .content-form .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=email]::-webkit-input-placeholder, .content-form .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=month]::-webkit-input-placeholder, .content-form .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=number]::-webkit-input-placeholder, .content-form .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=password]::-webkit-input-placeholder, .content-form .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=search]::-webkit-input-placeholder, .content-form .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=tel]::-webkit-input-placeholder, .content-form .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=text]::-webkit-input-placeholder, .content-form .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=time]::-webkit-input-placeholder, .content-form .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=url]::-webkit-input-placeholder, .content-form .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=week]::-webkit-input-placeholder, .content-form .gform-theme.gform-theme--framework.gform_wrapper form .gform-body select::-webkit-input-placeholder, .content-form .gform-theme.gform-theme--framework.gform_wrapper form .gform-body textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}
.content-form .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=color]::-moz-placeholder, .content-form .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=date]::-moz-placeholder, .content-form .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=datetime-local]::-moz-placeholder, .content-form .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=datetime]::-moz-placeholder, .content-form .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=email]::-moz-placeholder, .content-form .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=month]::-moz-placeholder, .content-form .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=number]::-moz-placeholder, .content-form .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=password]::-moz-placeholder, .content-form .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=search]::-moz-placeholder, .content-form .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=tel]::-moz-placeholder, .content-form .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=text]::-moz-placeholder, .content-form .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=time]::-moz-placeholder, .content-form .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=url]::-moz-placeholder, .content-form .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=week]::-moz-placeholder, .content-form .gform-theme.gform-theme--framework.gform_wrapper form .gform-body select::-moz-placeholder, .content-form .gform-theme.gform-theme--framework.gform_wrapper form .gform-body textarea::-moz-placeholder {
  color: inherit;
  opacity: 1;
}
.content-form .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=color]:-ms-input-placeholder, .content-form .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=date]:-ms-input-placeholder, .content-form .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=datetime-local]:-ms-input-placeholder, .content-form .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=datetime]:-ms-input-placeholder, .content-form .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=email]:-ms-input-placeholder, .content-form .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=month]:-ms-input-placeholder, .content-form .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=number]:-ms-input-placeholder, .content-form .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=password]:-ms-input-placeholder, .content-form .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=search]:-ms-input-placeholder, .content-form .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=tel]:-ms-input-placeholder, .content-form .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=text]:-ms-input-placeholder, .content-form .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=time]:-ms-input-placeholder, .content-form .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=url]:-ms-input-placeholder, .content-form .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=week]:-ms-input-placeholder, .content-form .gform-theme.gform-theme--framework.gform_wrapper form .gform-body select:-ms-input-placeholder, .content-form .gform-theme.gform-theme--framework.gform_wrapper form .gform-body textarea:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
.content-form .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=color]::-ms-input-placeholder, .content-form .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=date]::-ms-input-placeholder, .content-form .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=datetime-local]::-ms-input-placeholder, .content-form .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=datetime]::-ms-input-placeholder, .content-form .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=email]::-ms-input-placeholder, .content-form .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=month]::-ms-input-placeholder, .content-form .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=number]::-ms-input-placeholder, .content-form .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=password]::-ms-input-placeholder, .content-form .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=search]::-ms-input-placeholder, .content-form .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=tel]::-ms-input-placeholder, .content-form .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=text]::-ms-input-placeholder, .content-form .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=time]::-ms-input-placeholder, .content-form .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=url]::-ms-input-placeholder, .content-form .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=week]::-ms-input-placeholder, .content-form .gform-theme.gform-theme--framework.gform_wrapper form .gform-body select::-ms-input-placeholder, .content-form .gform-theme.gform-theme--framework.gform_wrapper form .gform-body textarea::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
.content-form .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=color]::placeholder,
.content-form .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=date]::placeholder,
.content-form .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=datetime-local]::placeholder,
.content-form .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=datetime]::placeholder,
.content-form .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=email]::placeholder,
.content-form .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=month]::placeholder,
.content-form .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=number]::placeholder,
.content-form .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=password]::placeholder,
.content-form .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=search]::placeholder,
.content-form .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=tel]::placeholder,
.content-form .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=text]::placeholder,
.content-form .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=time]::placeholder,
.content-form .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=url]::placeholder,
.content-form .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=week]::placeholder,
.content-form .gform-theme.gform-theme--framework.gform_wrapper form .gform-body select::placeholder,
.content-form .gform-theme.gform-theme--framework.gform_wrapper form .gform-body textarea::placeholder {
  color: inherit;
  opacity: 1;
}
.content-form .gform-theme.gform-theme--framework.gform_wrapper form .gform-body textarea {
  height: 354px;
}
.content-form .gform-theme.gform-theme--framework.gform_wrapper form .gform-body .gfield_error input[type=color],
.content-form .gform-theme.gform-theme--framework.gform_wrapper form .gform-body .gfield_error input[type=date],
.content-form .gform-theme.gform-theme--framework.gform_wrapper form .gform-body .gfield_error input[type=datetime-local],
.content-form .gform-theme.gform-theme--framework.gform_wrapper form .gform-body .gfield_error input[type=datetime],
.content-form .gform-theme.gform-theme--framework.gform_wrapper form .gform-body .gfield_error input[type=email],
.content-form .gform-theme.gform-theme--framework.gform_wrapper form .gform-body .gfield_error input[type=month],
.content-form .gform-theme.gform-theme--framework.gform_wrapper form .gform-body .gfield_error input[type=number],
.content-form .gform-theme.gform-theme--framework.gform_wrapper form .gform-body .gfield_error input[type=password],
.content-form .gform-theme.gform-theme--framework.gform_wrapper form .gform-body .gfield_error input[type=search],
.content-form .gform-theme.gform-theme--framework.gform_wrapper form .gform-body .gfield_error input[type=tel],
.content-form .gform-theme.gform-theme--framework.gform_wrapper form .gform-body .gfield_error input[type=text],
.content-form .gform-theme.gform-theme--framework.gform_wrapper form .gform-body .gfield_error input[type=time],
.content-form .gform-theme.gform-theme--framework.gform_wrapper form .gform-body .gfield_error input[type=url],
.content-form .gform-theme.gform-theme--framework.gform_wrapper form .gform-body .gfield_error input[type=week],
.content-form .gform-theme.gform-theme--framework.gform_wrapper form .gform-body .gfield_error select,
.content-form .gform-theme.gform-theme--framework.gform_wrapper form .gform-body .gfield_error textarea {
  background-color: #fff;
  color: #b83861;
  border-color: #b83861;
}
.content-form .gform-theme.gform-theme--framework.gform_wrapper form .gform_footer {
  margin: 35px 0 0;
  padding: 0;
}
.content-form .gform-theme.gform-theme--framework.gform_wrapper form .gform_footer .btn, button#gform_submit_button_8, .content-form .gform-theme.gform-theme--framework.gform_wrapper form .gform_footer .btn, button#gform_submit_button_9 {
  border: 0;
  border-radius: 30px;
  background: #0085ae;
  margin: 0 auto;
  padding: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.025em;
  color: #fff;
  padding: 20px;
  line-height: 1em;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  z-index: 1;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
  min-width: 260px;
}
.content-form .gform-theme.gform-theme--framework.gform_wrapper form .gform_footer .btn:hover, .content-form .gform-theme.gform-theme--framework.gform_wrapper form .gform_footer .btn:focus {
  background: #255aa9;
  color: #fff;
}
@media (max-width: 767px) {
  .content-form .gform-theme.gform-theme--framework.gform_wrapper form .gform_footer .btn {
    font-size: 12px;
    padding: 12px 32px;
    min-width: 0;
  }
}
@media (max-width: 1079px) {
  .content-form .gform-theme.gform-theme--framework.gform_wrapper .gfield.radio-buttons .ginput_container_radio .gfield_radio {
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 20px;
  }
  .content-form .gform-theme.gform-theme--framework.gform_wrapper .gfield.radio-buttons .ginput_container_radio .gfield_radio .gchoice label {
    font-size: 12px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .content-form .gform-theme.gform-theme--framework.gform_wrapper .gfield.application-icons,
  .content-form .gform-theme.gform-theme--framework.gform_wrapper .gfield.color-icons {
    margin: 0 0 80px;
  }
  .content-form .gform-theme.gform-theme--framework.gform_wrapper .gfield.application-icons .ginput_container_radio .gfield_radio,
  .content-form .gform-theme.gform-theme--framework.gform_wrapper .gfield.color-icons .ginput_container_radio .gfield_radio {
    gap: 20px;
  }
  .content-form .gform-theme.gform-theme--framework.gform_wrapper .gfield.application-icons .ginput_container_radio .gfield_radio label,
  .content-form .gform-theme.gform-theme--framework.gform_wrapper .gfield.color-icons .ginput_container_radio .gfield_radio label {
    font-size: 12px;
    min-width: 118px;
    max-width: 118px;
  }
  .content-form .gform-theme.gform-theme--framework.gform_wrapper .gfield.application-icons .ginput_container_radio .gfield_radio label i,
  .content-form .gform-theme.gform-theme--framework.gform_wrapper .gfield.color-icons .ginput_container_radio .gfield_radio label i {
    display: block;
    border-radius: 84px;
    border: solid 2px #fff;
    outline: solid 2px #f3b305;
    width: 84px;
    height: 84px;
    font-size: 84px;
  }
  .content-form .gform-theme.gform-theme--framework.gform_wrapper .gfield.radio-buttons .ginput_container_radio .gfield_radio {
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
  .content-form .gform-theme.gform-theme--framework.gform_wrapper .gfield.radio-buttons .ginput_container_radio .gfield_radio {
    grid-template-columns: 1fr;
  }
  .content-form .gform-theme.gform-theme--framework.gform_wrapper .gfield.pantone {
    width: 100%;
    min-width: 0;
  }
}

.cols-2-content {
  margin: 120px 0;
	position: relative;
}
.cols-2-content .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 1720px;
  gap: 80px;
}
@media (max-width: 1079px) {
  .cols-2-content .container {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.two-cols {
  margin: 120px 0;
}
.two-cols h2 {
  font-size: 36px;
}

h2.centered-h2 {
	text-align: center;
	color: #2c528f;
	margin: 0px auto 75px auto;
}


.two-cols hr {
  width: 133px;
  height: 3px;
  margin: 15px auto;
}

.two-cols h2 small {
	margin: 0 0 15px;
}

.two-cols .btn:hover, .two-cols .btn:focus {
  background-color: #2c528f !important;
}
.two-cols__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
	justify-items: center;
}
.two-cols__grid::before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #9dd5e6;
  width: 1px;
  height: 100%;
}

#noborder.two-cols__grid::before {
	display: none;
}

.two-cols__column {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
	align-items: center;
}
.two-cols__column figure {
  margin: auto 0 40px;
}
.two-cols__column figure img {
  width: auto;
  display: block;
}
.two-cols__column aside {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 60px;
  max-width: 750px;
  margin: auto;
}
.two-cols__column aside .button-container {
  margin: auto auto 0;
}
.two-cols.text-light {
  color: #fff;
}
@media (max-width: 1479px) {
  .two-cols__column aside {
    padding: 0 40px;
  }
}
@media (max-width: 1079px) {
  .two-cols__grid {
    grid-template-columns: 1fr;
    gap: 60px;
  }
  .two-cols__grid::before {
    display: none;
  }
  .two-cols__column:first-child aside {
    padding-bottom: 60px;
    position: relative;
  }
  .two-cols__column:first-child aside::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 40px;
    right: 40px;
    height: 1px;
    background-color: #9dd5e6;
  }
}
@media (max-width: 767px) {
  .two-cols h2 {
    font-size: 30px;
  }
}

@media (max-width: 575px) {
	.mobile-delay {
		animation: none!important;
		animation-name: none!important;
		animation-delay: 0s;
	}
}

@media (max-width: 374px) {
  .two-cols__column aside {
    padding: 0 20px;
  }
  .two-cols__column:first-child aside:before {
    left: 20px;
    right: 20px;
  }
}

.featured-articles {
  margin: 120px 0;
  position: relative;
}
.featured-articles .container > h2 {
  text-align: center;
  color: #0085ae;
  margin: 0 0 40px;
}
.featured-articles .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.featured-articles .slick-list {
  overflow: hidden;
}
.featured-articles .slick-slide {
  height: auto !important;
  margin: 0 10px;
}
.featured-articles .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 200;
  font-size: 50px;
  color: #fff;
  background-color: #0085ae;
  width: 77px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.featured-articles .slick-arrow.slick-prev {
  left: 10px;
}
.featured-articles .slick-arrow.slick-next {
  right: 7px;
}
.featured-articles__carousel {
  position: relative;
  overflow: hidden;
  margin: 0 -10px;
}


.bm-featured-articles {
  margin: 120px 0;
  position: relative;
}
.bm-featured-articles .container > h2 {
  text-align: center;
  color: #0085ae;
  margin: 0 0 40px;
}
.bm-featured-articles .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.bm-featured-articles .slick-list {
  overflow: hidden;
}
.bm-featured-articles .slick-slide {
  height: auto !important;
  margin: 0 10px;
}
.bm-featured-articles .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 200;
  font-size: 50px;
  color: #fff;
  background-color: #0085ae;
  width: 77px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.bm-featured-articles .slick-arrow.slick-prev {
  left: 10px;
}
.bm-featured-articles .slick-arrow.slick-next {
  right: 7px;
}
.bm-featured-articles__carousel {
  position: relative;
  overflow: hidden;
  margin: 0 -10px;
}


.applications-carousel {
  margin: 100px 0;
  text-align: center;
  position: relative;
}
.applications-carousel .container {
  max-width: 1920px;
}
.applications-carousel .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.applications-carousel .slick-list {
  overflow: hidden;
}
.applications-carousel .slick-slide {
  height: 610px !important;
}
.applications-carousel .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 50px;
  width: 100px;
  color: #2c528f;
  z-index: 200;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}
.applications-carousel .slick-arrow:hover, .applications-carousel .slick-arrow:focus {
  color: #620287;
}
.applications-carousel .slick-arrow.slick-prev {
  left: 0;
}
.applications-carousel .slick-arrow.slick-next {
  right: 0;
}
.applications-carousel__content {
  max-width: 1000px;
  margin: auto auto 50px;
  color: #515151;
}
.applications-carousel__content h2 {
  color: #2c528f;
  margin: 0 0 0.5em;
}
.applications-carousel__content h2 small {
  color: #f15384;
}
.applications-carousel__slides {
  position: relative;
  padding: 0 50px;
}
.applications-carousel__slide figure.image {
  border-radius: 340px;
  overflow: hidden;
  -webkit-transform: scale(0.65);
  -ms-transform: scale(0.65);
  transform: scale(0.65);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border: solid 10px #2ee2fe;
  margin: 0;
}
.applications-carousel__slide aside {
  margin-top: max(-40px, -2vw);
  font-size: 16px;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}
.applications-carousel__slide aside .btn {
  opacity: 0;
  margin: 20px 0 0;
}
.applications-carousel__slide aside .btn:hover, .applications-carousel__slide aside .btn:focus {
  background-color: #2c528f !important;
}
.applications-carousel__slide aside .title {
  font-size: 16px;
  font-weight: 700;
}
.applications-carousel__slide__title {
  font-size: 16px;
  font-weight: bold;
  color: #2c528f;
  text-transform: uppercase;
  margin: 0 0 5px;
  line-height: 1.2;
}
.applications-carousel__slide.slick-current figure.image {
  -webkit-transform: scale(.95);
  -ms-transform: scale(.95);
  transform: scale(.95);
  border-width: 7px;
  margin-bottom: 10px;
}
.applications-carousel__slide.slick-current aside {
  margin: 0;
  font-size: 18px;
}
.applications-carousel__slide.slick-current aside .btn {
  opacity: 1;
}
.applications-carousel__slide.slick-current .applications-carousel__slide__title {
  font-size: 18px;
}
.applications-carousel.text-light .applications-carousel__content {
  color: #fff;
}
.applications-carousel.text-light .applications-carousel__content h2 {
  color: #fff;
}
.applications-carousel.text-light .applications-carousel__content h2 small {
  color: #fff;
}
@media (max-width: 1479px) {
  .applications-carousel .slick-arrow {
    font-size: 40px;
    width: 50px;
  }
}
@media (max-width: 767px) {
  .applications-carousel__slide figure.image {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.featured-posts-carousel {
  margin: 100px 0;
  overflow: hidden;
}
.featured-posts-carousel .container > h2 {
  text-align: center;
  color: #0085ae;
  margin: 0 0 20px;
}
.featured-posts-carousel .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.featured-posts-carousel .slick-slide {
  height: auto !important;
  margin: 0 10px;
}
.featured-posts-carousel .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 200;
  font-size: 50px;
  color: #fff;
  background-color: #0085ae;
  width: 77px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.featured-posts-carousel .slick-arrow.slick-prev {
  left: 10px;
}
.featured-posts-carousel .slick-arrow.slick-next {
  right: 10px;
}
.featured-posts-carousel__header {
  position: relative;
  padding: 60px 0 40px;
  margin: 0 0 20px;
}
.featured-posts-carousel__header .container {
  max-width: 1920px;
}
.featured-posts-carousel__tabs {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  row-gap: 15px;
}
.featured-posts-carousel__tabs > li {
  cursor: pointer;
}
.featured-posts-carousel__tabs > li:hover {
  opacity: 0.8;
}
.featured-posts-carousel__tabs > li.on {
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-underline-offset: 8px;
}
.featured-posts-carousel__tab-content {
  display: none;
}
.featured-posts-carousel__tab-content .nothing {
  padding: 20px;
  text-align: center;
  font-size: 24px;
  color: #000;
}
.featured-posts-carousel__slides {
  position: relative;
  overflow: hidden;
  margin: 0 -10px;
}
.featured-posts-carousel__slides .slide a {
  display: block;
  width: 100%;
}
.featured-posts-carousel.text-light .container {
  color: #fff;
}
.featured-posts-carousel.text-light .container > h2 {
  color: #fff;
}

.accordion {
  margin: 130px 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.accordion .container {
  max-width: 1260px;
}
.accordion .container > * {
  max-width: 1060px;
}
.accordion dl {
  margin: 0;
  padding: 0;
  position: relative;
}
.accordion dl:first-child {
  margin-top: 0;
}
.accordion dl dt {
  font-size: 22px;
  font-weight: 500;
  color: #515151;
  padding: 26px 0 27px;
  border-bottom: solid 1px #d8d5d5;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
  line-height: 1.5;
}
.accordion dl dt .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.accordion dl dt .container > span {
  position: relative;
}
.accordion dl dt .container > span .icons {
  position: relative;
  top: 3px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  right: calc(100% + 20px);
  min-width: 60px;
}
.accordion dl dt .container > span .icons i {
  font-size: 30px;
}
.accordion dl dt i {
  color: #e72038;
  font-size: 26px;
}
.accordion dl dt:hover, .accordion dl dt:focus {
  color: #e72038;
}
.accordion dl dt.on {
  border-color: transparent;
  color: #e72038;
}
.accordion dl dt.on i.icon-plus::before {
  content: "\e903";
}
.accordion dl dd {
  margin: 0;
  display: none;
  border-bottom: solid 1px #d8d5d5;
  padding: 0 0 30px;
  line-height: 1.5;
  position: relative;
  color: #515151;
}
.accordion dl dd .container > *:last-child {
  margin-bottom: 0;
}
.accordion dl dd p {
  margin: 0 0 1em;
}
.accordion__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.accordion__grid figure {
  max-width: 500px;
  width: 100%;
}
.accordion__grid aside {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 1060px;
}
.accordion__grid aside > *:last-child {
  margin-bottom: 0;
}
.accordion dl dd.text-light {
  padding-top: 30px;
  color: #fff;
}
@media (max-width: 767px) {
  .accordion {
    margin: 80px 0;
  }
  .accordion dl dt {
    font-size: 18px;
    padding: 20px 0 21px;
  }
  .accordion dl dt i {
    font-size: 24px;
  }
  .accordion__grid {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.top-picks__header {
  text-align: center;
  margin: 0 0 40px;
}
.top-picks__header h2 {
  color: #0995c0;
  margin: 0 0 20px;
}
.top-picks__grid {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  gap: 20px;
}
.top-picks__grid .slide {
  position: relative;
  aspect-ratio: 472/310;
}
.top-picks__grid .slide a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
  min-height: 100%;
}
.top-picks__grid .slide .image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  aspect-ratio: initial;
}
.top-picks__grid .slide aside {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 15px;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  padding: 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(125, 185, 232, 0)), to(rgb(2, 41, 102)));
  background: linear-gradient(to bottom, rgba(125, 185, 232, 0) 0%, rgb(2, 41, 102) 100%);
}
.top-picks__grid .slide aside h3 {
  color: #fff;
  margin: 0 0 5px;
  font-size: 24px;
  font-weight: 600;
}
.top-picks__grid .slide aside h3 small {
  color: #fff;
  margin: 0 0 5px;
  font-size: 14px;
}
.top-picks__grid .slide:nth-child(2) {
  grid-row: span 2;
  aspect-ratio: initial;
}
@media (max-width: 1079px) {
  .top-picks__grid {
    grid-template-columns: 1fr 1fr;
  }
  .top-picks__grid .slide:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .top-picks__grid .slide:nth-child(2) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    grid-row: initial;
    grid-column: span 2;
    aspect-ratio: 472/240;
  }
  .top-picks__grid .slide:nth-child(3) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .top-picks__grid .slide:nth-child(4) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .top-picks__grid .slide:nth-child(5) {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
}
@media (max-width: 767px) {
  .top-picks__grid {
    grid-template-columns: 1fr;
  }
  .top-picks__grid .slide {
    -webkit-box-ordinal-group: initial !important;
    -ms-flex-order: initial !important;
    order: initial !important;
  }
  .top-picks__grid .slide:nth-child(2) {
    grid-column: initial;
    aspect-ratio: 472/310;
  }
}

.author-carousel {
  position: relative;
  overflow: hidden;
}
.author-carousel .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.author-carousel .slick-list {
  overflow: hidden;
}
.author-carousel .slick-slide {
  height: auto !important;
}
.author-carousel .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}
.author-carousel .slick-arrow.slick-prev {
  left: 0;
  top: 50%!important;
}
.author-carousel .slick-arrow.slick-next {
  right: 0;
  top: 50%!important;
}
.author-carousel .slick-arrow.slick-disabled {
  cursor: default;
  opacity: 0.2;
  pointer-events: none;
}
.author-carousel__grid {
  display: grid;
  grid-template-columns: 1fr 460px 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.author-carousel__grid > * {
  width: 0;
  min-width: 100%;
}
.author-carousel__content {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  width: 460px;
  padding: 0 50px;
  border-left: solid 1px #c0e0df;
  border-right: solid 1px #c0e0df;
  margin: auto;
}
.author-carousel__content h2 {
  font-size: 28px;
  text-transform: uppercase;
  line-height: 1.2;
  margin: 0 0 0.5em;
}
.author-carousel__content p {
  margin: 0 0 1.75em;
}
.author-carousel__slides__center {
  display: none;
  position: relative;
}
.author-carousel__slides__left {
  margin-left: auto;
  max-width: 660px !important;
}
.author-carousel__slides__right {
  margin-right: auto;
  max-width: 660px !important;
}
.author-carousel__slide {
  text-align: center;
}
.author-carousel__slide p {
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
}
.author-carousel__slide p strong {
  display: block;
  font-weight: 600;
  font-size: 18px;
  text-transform: none;
  margin: 0 0 0.2em;
}
.author-carousel__slide .avatar img {
  max-width: 120px;
  width: 100%;
  height: auto;
  display: block;
  margin: auto auto 12px;
  border: solid 2px #fff;
  border-radius: 120px;
}
.author-carousel.text-light {
  color: #fff;
}
.author-carousel.text-light a:not(.btn) {
  color: #fff;
}
@media (max-width: 1479px) {
  .author-carousel__grid {
    display: grid;
    grid-template-columns: 1fr;
  }
  .author-carousel__content {
    border: 0;
    padding: 0;
    width: auto;
  }
  .author-carousel__slides__center {
    display: block;
    margin: 0 0 40px;
  }
  .author-carousel__slides__right, .author-carousel__slides__left {
    display: none;
  }
}

.bm-cc {
  position: relative;
  margin: 80px 0;
  color: #515151;
}

.bm-cc--narrow .center{
  position: relative;
  margin: 0 auto;
  max-width: 80%;
  text-align: center;
}

.bm-cc .container {
  max-width: 1150px;
  text-align: center;
}


.bm-cc h2 {
  margin: 0 0 20px;
  color: #b83861;
}
.bm-cc h3 {
  margin: 0 0 20px;
  font-size: 30px;
  font-weight: normal;
}
.bm-cc .btn {
  margin-top: 20px;
}
.bm-cc.text-light {
  color: #fff;
}
.bm-cc.text-light h2, .bm-cc.text-light h3 {
  color: #fff;
}
@media (max-width: 767px) {
  .bm-cc h3 {
    font-size: 28px;
    margin-bottom: 30px;
  }
	
	.bm-cc--narrow .center {
		max-width: 100%;
	}
}

.bm-txt-quote {
  margin: 120px 0;
  color: #515151;
  position: relative;
  font-size: 20px;
}
.bm-txt-quote .container {
  max-width: 1720px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.bm-txt-quote h2 {
  color: #b83861;
  margin: 0 0 20px;
}
.bm-txt-quote h3 {
  margin: 0 0 40px;
  font-weight: normal;
  font-size: 34px;
}
.bm-txt-quote__txt {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 880px;
}
.bm-txt-quote__txt > *:last-child {
  margin-bottom: 0;
}
.bm-txt-quote__q {
  min-width: 500px;
  max-width: 500px;
}
.bm-txt-quote__q blockquote {
  border-color: inherit;
}
.bm-txt-quote.text-light {
  color: #fff;
}
.bm-txt-quote.text-light h2, .bm-txt-quote.text-light h3, .bm-txt-quote.text-light blockquote, .bm-txt-quote.text-light blockquote strong {
  color: #fff;
}
@media (max-width: 1079px) {
  .bm-txt-quote .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .bm-txt-quote__q {
    min-width: 0;
  }
}
@media (max-width: 767px) {
  .bm-txt-quote {
    font-size: 18px;
  }
  .bm-txt-quote h3 {
    font-size: 28px;
  }
}

.bm-txt-bg-img {
  position: relative;
  margin: 80px 0;
  color: #515151;
}
.bm-txt-bg-img .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: min(756px, 39.375vw);
  position: relative;
  z-index: 2;
  max-width: 1720px;
}
.bm-txt-bg-img .background {
  z-index: 1;
}
.bm-txt-bg-img aside {
  max-width: 720px;
  padding: 100px 0;
}
.bm-txt-bg-img aside > *:last-child {
  margin-bottom: 0;
}
.bm-txt-bg-img h2 {
  color: #e1350e;
  margin: 0 0 20px;
  font-weight: bold;
}
.bm-txt-bg-img h2 small {
  color: #f5a841;
}
.bm-txt-bg-img h3 {
  font-size: 34px;
  font-weight: normal;
  margin: 0 0 40px;
  max-width: 520px;
  color: #515151;
}
.bm-txt-bg-img--reverse .container {
  direction: rtl;
}
.bm-txt-bg-img--reverse .container aside {
  direction: ltr;
}
.bm-txt-bg-img.text-light {
  color: #fff;
}
.bm-txt-bg-img.text-light h2 {
  color: #fff;
}
.bm-txt-bg-img.text-light h2 small {
  color: #fff;
}
.bm-txt-bg-img.text-light h3 {
  color: #fff;
}
@media (max-width: 767px) {
  .bm-txt-bg-img .container {
    grid-template-columns: 1fr;
  }
  .bm-txt-bg-img .background {
    position: static;
    aspect-ratio: 4/3;
    background-position: right center;
    background-size: auto 85vw;
  }
  .bm-txt-bg-img h3 {
    font-size: 28px;
  }
  .bm-txt-bg-img--reverse .background {
    background-position: left center;
  }
}

.bm-alt-txt-img {
  position: relative;
  margin: 0;
  color: #515151;
  overflow: hidden;
}
.bm-alt-txt-img .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 2;
  max-width: 1720px;
  min-height: min(756px, 39.375vw);
}
.bm-alt-txt-img .container > * {
  width: 50%;
}
.bm-alt-txt-img h2 {
  color: #1991b6;
  margin: 0 0 20px;
}
.bm-alt-txt-img h3 {
  color: #515151;
  font-size: 34px;
  font-weight: normal;
  margin: 0 0 40px;
  max-width: 500px;
}
.bm-alt-txt-img blockquote {
  border-color: #98b362;
  max-width: 500px;
}
.bm-alt-txt-img aside {
  -ms-flex-item-align: center;
  align-self: center;
  padding: 80px 80px 80px 0;
}
.bm-alt-txt-img aside > *:last-child {
  margin-bottom: 0;
}
.bm-alt-txt-img__image figure {
  width: 50vw;
  min-height: 100%;
  position: relative;
}
.bm-alt-txt-img__image figure img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.bm-alt-txt-img.text-light {
  color: #fff;
}
.bm-alt-txt-img.text-light h2, .bm-alt-txt-img.text-light h3, .bm-alt-txt-img.text-light blockquote {
  color: #fff;
}
.bm-alt-txt-img--reverse .bm-alt-txt-img__image {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  direction: rtl;
}
.bm-alt-txt-img--reverse aside {
  padding-left: 80px;
  padding-right: 0;
}
@media (max-width: 1079px) {
  .bm-alt-txt-img .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .bm-alt-txt-img .container > * {
    width: auto;
  }
  .bm-alt-txt-img aside {
    padding-right: 0;
  }
  .bm-alt-txt-img__image {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    width: auto;
  }
  .bm-alt-txt-img__image figure {
    margin-left: -40px;
    margin-right: -40px;
    width: 100vw;
    min-width: 320px;
    aspect-ratio: 1/1;
  }
  .bm-alt-txt-img--reverse .bm-alt-txt-img__image {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .bm-alt-txt-img--reverse aside {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .bm-alt-txt-img h3 {
    font-size: 28px;
  }
}
@media (max-width: 374px) {
  .bm-alt-txt-img__image figure {
    margin-left: -20px;
    margin-right: -20px;
  }
}

.bm-txt-img {
  position: relative;
  margin: 120px 0;
  color: #515151;
  display: grid;
}
.bm-txt-img .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
  z-index: 2;
	justify-items: center;
  max-width: 1720px;
	align-items: center;
}
.bm-txt-img h2 {
  color: #1991b6;
  margin: 0 0 20px;
}
.bm-txt-img h3 {
  color: #515151;
  font-size: 34px;
  font-weight: normal;
  margin: 0 0 40px;
  max-width: 500px;
}
.bm-txt-img blockquote {
  border-color: #98b362;
  max-width: 500px;
}

.bm-txt-img blockquote.pink-quote {
	  border-color: #da0e56!important;
}

 blockquote.pink-quote {
	  border-color: #da0e56!important;
}

.bm-txt-img blockquote.blue-quote {
	  border-color: #2c528f!important;
}

blockquote.blue-quote {
	  border-color: #2c528f!important;
}

.bm-txt-img blockquote.yellow-quote {
	  border-color: #ffcd03!important;
}

blockquote.yellow-quote {
	  border-color: #ffcd03!important;
}

.bm-txt-img blockquote.green-quote {
	  border-color: #a7b958!important;
}

 blockquote.green-quote {
	  border-color: #a7b958!important;
}

.bm-txt-img aside {
  padding-right: 80px;
  -ms-flex-item-align: center;
  align-self: center;
}
.bm-txt-img aside ol {
  list-style: none;
  counter-reset: list-counter;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 25px;
  margin: 60px 0;
}
.bm-txt-img aside ol:first-child {
  margin-top: 0;
}
.bm-txt-img aside ol:last-child {
  margin-bottom: 0;
}
.bm-txt-img aside ol li {
  counter-increment: list-counter;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 90px;
  padding-left: 115px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 22px;
}
.bm-txt-img aside ol li strong {
  font-weight: 600;
  font-size: 26px;
  text-transform: uppercase;
}
.bm-txt-img aside ol li::before {
  content: counter(list-counter, decimal-leading-zero) ". ";
  width: 90px;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: solid 4px #fff;
  border-radius: 90px;
  font-size: 34px;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}
.bm-txt-img.text-light {
  color: #fff;
}
.bm-txt-img.text-light h2, .bm-txt-img.text-light h3 {
  color: #fff;
}
.bm-txt-img--reverse figure {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.bm-txt-img--reverse aside {
  padding-left: 80px;
  padding-right: 0;
}
@media (max-width: 1079px) {
  .bm-txt-img .container {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .bm-txt-img aside {
    padding-right: 0;
  }
  .bm-txt-img figure {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .bm-txt-img--reverse aside {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .bm-txt-img h3 {
    font-size: 28px;
  }
  .bm-txt-img aside ol {
    gap: 20px;
  }
  .bm-txt-img aside ol li {
    min-height: 60px;
    padding-left: 75px;
    font-size: 16px;
  }
  .bm-txt-img aside ol li strong {
    font-size: 20px;
    text-transform: uppercase;
  }
  .bm-txt-img aside ol li::before {
    width: 60px;
    height: 60px;
    border: solid 3px #fff;
    border-radius: 60px;
    font-size: 20px;
  }
}

.bm-quote {
  margin: 120px 0;
  color: #515151;
}
.bm-quote .container {
  max-width: 1470px;
}
.bm-quote blockquote {
  border-color: inherit;
  font-size: 50px;
  padding: 75px 0 50px 75px;
  max-width: 1110px;
}
.bm-quote blockquote strong {
  margin-top: 30px;
}
.bm-quote.text-light {
  color: #fff;
}
.bm-quote.text-light blockquote, .bm-quote.text-light blockquote strong {
  color: #fff;
}
@media (max-width: 767px) {
  .bm-quote blockquote {
    padding: 45px 0 40px 40px;
    font-size: 36px;
  }
  .bm-quote blockquote::before {
    border-left-width: 6px;
    border-top-width: 6px;
  }
}

.bm-scwot {
  position: relative;
  margin: 120px 0;
  color: #515151;
}
.bm-scwot .container {
  max-width: 1720px;
}
.bm-scwot .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.bm-scwot .slick-list {
  overflow: hidden;
}
.bm-scwot h2 {
  color: #1991b6;
  margin: 0 0 20px;
}
.bm-scwot h3 {
  color: #515151;
  font-size: 34px;
  font-weight: normal;
  margin: 0 0 40px;
  max-width: 500px;
}
.bm-scwot__slide {
  position: relative;
  padding: 65px 0 0;
  min-height: min(795px, 40vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bm-scwot__slide article {
  position: relative;
  max-width: 715px;
  padding: 80px 80px 180px;
  min-height: 100%;
}
.bm-scwot__slide article p, .bm-scwot__slide article ul {
  max-width: 540px;
  font-size: 22px;
  margin: 0 0 1em;
}
.bm-scwot__slide article .background {
  opacity: 0.8;
}
.bm-scwot__slide article > *:last-child {
  margin-bottom: 0;
}
.bm-scwot__slide.text-light {
  color: #fff;
}
.bm-scwot__slide.text-light h2, .bm-scwot__slide.text-light h3 {
  color: #fff;
}
.bm-scwot__arrows {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: solid 2px #fff;
  width: 132px;
  height: 65px;
  position: absolute;
  bottom: 60px;
  left: 80px;
}
.bm-scwot__arrows::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 2px;
  background-color: #fff;
}
.bm-scwot__arrows .slick-arrow {
  position: static;
  -ms-flex-item-align: center;
  align-self: center;
  margin: auto;
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 767px) {
  .bm-scwot__slide article p, .bm-scwot__slide article ul {
    font-size: 20px;
  }
  .bm-scwot__arrows {
    bottom: 30px;
    width: 92px;
    height: 45px;
  }
  .bm-scwot__arrows .slick-arrow {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .bm-scwot__slide article {
    padding: 30px 30px 90px;
  }
  .bm-scwot__slide article p, .bm-scwot__slide article ul {
    font-size: 18px;
  }
  .bm-scwot__arrows {
    left: 30px;
  }
}

.bm-ccwot {
  position: relative;
  margin: 120px 0;
  color: #515151;
}
.bm-ccwot .container {
  max-width: none;
}
.bm-ccwot .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.bm-ccwot .slick-list {
  overflow: hidden;
}
.bm-ccwot h2 {
  color: #1991b6;
  margin: 0px 20px 20px 20px;
	font-size: 24px;
}
.bm-ccwot h3 {
  color: #515151;
  font-size: 34px;
  font-weight: normal;
  margin: 0 0 40px;
}
.bm-ccwot__slide {
  position: relative;
  text-align: center;
  padding: 75px 100px 60px;
}
.bm-ccwot__slide article {
  max-width: 700px;
  border-radius: 700px;
  aspect-ratio: 1;
  width: 100%;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
}

.bm-ccwot__slide article p {
  max-width: 80%;
	line-height: 1.5;
}
.bm-ccwot__slide figure {
  max-width: 33%;
  margin: 0 auto 40px;
  border-radius: 314px;
  overflow: hidden;
}
.bm-ccwot__slide figure img {
  width: 100%;
  height: auto;
  display: block;
}
.bm-ccwot__slide.text-light {
  color: #fff;
}
.bm-ccwot__slide.text-light h2, .bm-ccwot__slide.text-light h3 {
  color: #fff;
}
.bm-ccwot__arrows {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: solid 2px #fff;
  width: 132px;
  height: 65px;
  position: absolute;
  bottom: 60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.bm-ccwot__arrows::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 2px;
  background-color: #fff;
}
.bm-ccwot__arrows .slick-arrow {
  position: static;
  -ms-flex-item-align: center;
  align-self: center;
  margin: auto;
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1479px) {
  .bm-ccwot__slide {
    padding-bottom: 120px;
  }
  .bm-ccwot__arrows {
    bottom: 30px;
  }
}
@media (max-width: 1079px) {
  .bm-ccwot .container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .bm-ccwot__slide {
    font-size: 14px;
    padding: 30px 30px 100px;
  }
  .bm-ccwot__slide h2 {
    font-size: 28px;
  }
  .bm-ccwot__slide figure {
    max-width: 30%;
    margin: 0 0 20px;
  }
  .bm-ccwot__arrows {
    bottom: 30px;
    width: 92px;
    height: 45px;
  }
  .bm-ccwot__arrows .slick-arrow {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .bm-ccwot__slide article {
    padding: 40px 50px;
    aspect-ratio: initial;
    min-height: 100%;
  }
  .bm-ccwot__slide article p {
    max-width: none;
  }
}

.ccwot {
  position: relative;
  margin: 120px 0;
  color: #515151;
}
.ccwot .container {
  max-width: none;
}
.ccwot .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.ccwot .slick-list {
  overflow: hidden;
}
.ccwot h2 {
  color: #1991b6;
  margin: 0px 20px 20px 20px;
	font-size: 24px;
}
.ccwot h3 {
  color: #515151;
  font-size: 34px;
  font-weight: normal;
  margin: 0 0 40px;
}
.ccwot__slide {
  position: relative;
  text-align: center;
  padding: 75px 100px 60px;
}
.ccwot__slide article {
  max-width: 700px;
  border-radius: 700px;
  aspect-ratio: 1;
  width: 100%;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
}
.ccwot__slide article p {
max-width: 80%;
	line-height: 1.5;
}
.ccwot__slide figure {
  max-width: 33%;
  margin: 0 auto 40px;
  border-radius: 314px;
  overflow: hidden;
}
.ccwot__slide figure img {
  width: 100%;
  height: auto;
  display: block;
}
.ccwot__slide.text-light {
  color: #fff;
}
.ccwot__slide.text-light h2, .ccwot__slide.text-light h3 {
  color: #fff;
}
.ccwot__arrows {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: solid 2px #fff;
  width: 132px;
  height: 65px;
  position: absolute;
  bottom: 60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.ccwot__arrows::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 2px;
  background-color: #fff;
}
.ccwot__arrows .slick-arrow {
  position: static;
  -ms-flex-item-align: center;
  align-self: center;
  margin: auto;
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1479px) {
  .ccwot__slide {
    padding-bottom: 120px;
  }
  .ccwot__arrows {
    bottom: 30px;
  }
}
@media (max-width: 1079px) {
  .ccwot .container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .ccwot__slide {
    font-size: 14px;
    padding: 30px 30px 100px;
  }
  .ccwot__slide h2 {
    font-size: 28px;
  }
  .ccwot__slide figure {
    max-width: 30%;
    margin: 0 0 20px;
  }
  .ccwot__arrows {
    bottom: 30px;
    width: 92px;
    height: 45px;
  }
  .ccwot__arrows .slick-arrow {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .ccwot__slide article {
    padding: 40px 50px;
    aspect-ratio: initial;
    min-height: 100%;
  }
  .ccwot__slide article p {
    max-width: none;
  }
}

.bm-two-cols-carousel {
  margin: 120px 0;
}
.bm-two-cols-carousel .container {
  max-width: 1720px;
}
.bm-two-cols-carousel h2 {
  font-size: 36px;
}
.bm-two-cols-carousel hr {
  width: 133px;
  height: 3px;
  margin: 25px auto;
}
.bm-two-cols-carousel .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.bm-two-cols-carousel .slick-list {
  overflow: hidden;
}
.bm-two-cols-carousel .slick-slide {
  height: auto !important;
}
.bm-two-cols-carousel .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 50px;
  width: 50px;
  color: #2c528f;
  z-index: 200;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}
.bm-two-cols-carousel .slick-arrow:hover, .bm-two-cols-carousel .slick-arrow:focus {
  color: #620287;
}
.bm-two-cols-carousel .slick-arrow.slick-prev {
  left: 0;
}
.bm-two-cols-carousel .slick-arrow.slick-next {
  right: 0;
}
.bm-two-cols-carousel .btn:hover, .bm-two-cols-carousel .btn:focus {
  background-color: #2c528f !important;
}
.bm-two-cols-carousel__slides {
  position: relative;
}
.bm-two-cols-carousel__slides::before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1px;
  height: 100%;
}
.bm-two-cols-carousel__column {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
  padding: 0 90px;
}
.bm-two-cols-carousel__column figure {
  margin: auto 0 25px;
}
.bm-two-cols-carousel__column figure img {
  max-width: 350px;
	margin: 0 auto;
  display: block;
}
.bm-two-cols-carousel__column aside {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: auto;
}
.bm-two-cols-carousel__column aside .button-container {
  margin: auto auto 0;
}
.bm-two-cols-carousel.text-light {
  color: #fff;
}
@media (max-width: 1079px) {
  .bm-two-cols-carousel__slides::before {
    display: none;
  }
  .bm-two-cols-carousel__column {
    padding: 0 60px;
  }
  .bm-two-cols-carousel__column figure {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .bm-two-cols-carousel h2 {
    font-size: 30px;
  }
  .bm-two-cols-carousel .slick-arrow {
    font-size: 40px;
    width: 40px;
  }
  .bm-two-cols-carousel__column {
    padding: 0;
  }
  .bm-two-cols-carousel__column figure {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.bm-cicwth {
  position: relative;
  margin: 120px 0;
  color: #515151;
}
.bm-cicwth .container {
  max-width: 1860px;
}
.bm-cicwth .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
	margin: 0 auto;
}
.bm-cicwth .slick-list {
  overflow: hidden;
}
.bm-cicwth .slick-slide {
  margin: 0 10px;
}
.bm-cicwth .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 50px;
  width: 50px;
  color: #2c528f;
  z-index: 200;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}
.bm-cicwth .slick-arrow:hover, .bm-cicwth .slick-arrow:focus {
  color: #620287;
}
.bm-cicwth .slick-arrow.slick-prev {
  left: 0;
}
.bm-cicwth .slick-arrow.slick-next {
  right: 0;
}
.bm-cicwth h2 {
  font-size: inherit;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: normal;
  margin: 0 0 0.1em;
}
.bm-cicwth h3 {
  font-size: inherit;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: normal;
  margin: 0 0 1em;
}
.bm-cicwth__slides {
  padding: 0 50px;
  margin: 0 -10px;
  position: relative;
}
.bm-cicwth__slide {
  position: relative;
  aspect-ratio: 1;
  border-radius: 500px;
  border: solid 12px #ffcd03;
  overflow: hidden;
  color: #fff;
}
.bm-cicwth__slide aside {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  border-radius: 500px;
  background-color: #e8a005;
  line-height: 1.35;
	padding: 0px 25px;
  font-size: 20px;
  font-weight: 600;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
  opacity: 0;
}
.bm-cicwth__slide:hover aside, .bm-cicwth__slide:focus aside {
  opacity: 1;
}
.bm-cicwth.text-light {
  color: #fff;
}
.bm-cicwth.text-light h2, .bm-cicwth.text-light h3, .bm-cicwth.text-light h4 {
  color: #fff;
}
@media (max-width: 767px) {
  .bm-cicwth .slick-arrow {
    font-size: 40px;
    width: 40px;
  }
}
@media (max-width: 575px) {
  .bm-cicwth__slides {
    padding: 0 40px;
  }
  .bm-cicwth__slide {
    border-width: 8px;
  }
  .bm-cicwth__slide aside {
    font-size: 14px;
  }
}

.cicwth {
  position: relative;
  margin: 120px 0;
  color: #515151;
}
.cicwth .container {
  max-width: 1860px;
}
.cicwth .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
	margin: 0 auto;
}
.cicwth .slick-list {
  overflow: hidden;
}
.cicwth .slick-slide {
  margin: 0 10px;
}
.cicwth .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 50px;
  width: 50px;
  color: #2c528f;
  z-index: 200;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}
.cicwth .slick-arrow:hover, .cicwth .slick-arrow:focus {
  color: #620287;
}
.cicwth .slick-arrow.slick-prev {
  left: 0;
}
.cicwth .slick-arrow.slick-next {
  right: 0;
}
.cicwth h2 {
  font-size: inherit;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: normal;
  margin: 0 0 0.1em;
}
.cicwth h3 {
  font-size: inherit;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: normal;
  margin: 0 0 1em;
}
.cicwth__slides {
  padding: 0 50px;
  margin: 0 -10px;
  position: relative;
}
.cicwth__slide {
  position: relative;
  aspect-ratio: 1;
  border-radius: 500px;
  border: solid 12px #ffcd03;
  overflow: hidden;
  color: #fff;
}

.cicwth__slide a {
	color: #fff;
}

.cicwth__slide aside {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  border-radius: 500px;
  background-color: #e8a005;
  line-height: 1.35;
	padding: 0px 25px;
  font-size: 20px;
  font-weight: 600;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
  opacity: 0;
}
.cicwth__slide:hover aside, .cicwth__slide:focus aside {
  opacity: 1;
}
.cicwth.text-light {
  color: #fff;
}
.cicwth.text-light h2, .cicwth.text-light h3, .cicwth.text-light h4 {
  color: #fff;
}
@media (max-width: 767px) {
  .cicwth .slick-arrow {
    font-size: 40px;
    width: 40px;
  }
}
@media (max-width: 575px) {
  .cicwth__slides {
    padding: 0 40px;
  }
  .cicwth__slide {
    border-width: 8px;
  }
  .cicwth__slide aside {
    font-size: 14px;
  }
}


.bm-cicwtb {
  position: relative;
  margin: 120px 0;
  color: #515151;
  text-align: center;
}
.bm-cicwtb .container {
  max-width: 1720px;
}
.bm-cicwtb .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.bm-cicwtb .slick-list {
  overflow: hidden;
}
.bm-cicwtb .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 50px;
  width: 50px;
  color: #2c528f;
  z-index: 200;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}
.bm-cicwtb .slick-arrow:hover, .bm-cicwtb .slick-arrow:focus {
  color: #620287;
}
.bm-cicwtb .slick-arrow.slick-prev {
  left: 0;
}
.bm-cicwtb .slick-arrow.slick-next {
  right: 0;
}
.bm-cicwtb h2 {
  color: #0085ae;
  margin: 0 0 45px;
}
.bm-cicwtb h3 {
  font-size: inherit;
  text-transform: uppercase;
  font-weight: bold;
  color: #2c528f;
  line-height: 1.2;
  letter-spacing: normal;
  margin: 0 0 0.2em;
}
.bm-cicwtb__slides {
  padding: 0 50px;
  margin: 0 -10px;
  position: relative;
}
.bm-cicwtb__slide {
  margin: 0 10px;
  font-size: 16px;
  color: #515151;
  text-align: center;
}
.bm-cicwtb__slide figure {
  margin: 0 auto 60px;
  max-width: 234px;
  border: solid 10px #ffcd03;
  border-radius: 234px;
  overflow: hidden;
}
.bm-cicwtb__slide figure img {
  display: block;
  width: 100%;
  height: auto;
}
.bm-cicwtb.text-light {
  color: #fff;
}
.bm-cicwtb.text-light h2, .bm-cicwtb.text-light h3 {
  color: #fff;
}
@media (max-width: 767px) {
  .bm-cicwtb .slick-arrow {
    font-size: 40px;
    width: 40px;
  }
  .bm-cicwtb__slide figure {
    margin: 0 auto 40px;
  }
}
@media (max-width: 575px) {
  .bm-cicwtb__slides {
    padding: 0 40px;
  }
  .bm-cicwtb__slide {
    font-size: 14px;
  }
  .bm-cicwtb__slide figure {
    border-width: 8px;
  }
}

.bm-statistics {
  position: relative;
  margin: 120px 0;
  color: #515151;
}
.bm-statistics .container {
  max-width: 1470px;
}
.bm-statistics__stats {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  margin: 0 0 50px;
}

.bm-statistics__stats--4columns {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
  margin: 0 0 50px;
}

.bm-statistics__stats:last-child {
  margin-bottom: 0;
}

.bm-statistics__stats--4columns:last-child {
  margin-bottom: 0;
}

.bm-statistics__stat {
  border-left: solid 1px #000;
  padding-left: 30px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.005em;
}
.bm-statistics__stat strong {
  display: block;
  font-size: 80px;
  font-weight: 600;
  line-height: 1em;
  letter-spacing: -0.025em;
}
.bm-statistics__stat small {
  display: block;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 0.10em;
  line-height: 1.166em;
  text-transform: uppercase;
  margin: 0 0 0.5em;
}
.bm-statistics.text-light {
  color: #fff;
}
.bm-statistics.text-light .bm-statistics__stat {
  border-color: #fff;
}
@media (max-width: 1079px) {
  .bm-statistics__stats {
    grid-template-columns: 1fr 1fr;
    row-gap: 60px;
  }
	
	.bm-statistics__stats--4columns {
		    grid-template-columns: 1fr 1fr 1fr;
	}
}
@media (max-width: 767px) {
  .bm-statistics__stats {
    grid-template-columns: 1fr;
    row-gap: 60px;
  }
		.bm-statistics__stats--4columns {
		    grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 575px) {
	.bm-statistics__stats--4columns {
		    grid-template-columns: 1fr;
	}
}

@media (max-width: 374px) {
  .bm-statistics__stat {
    font-size: 14px;
  }
  .bm-statistics__stat strong {
    font-size: 60px;
  }
  .bm-statistics__stat small {
    font-size: 20px;
  }
}

.bm-horizontal-tabs {
  margin: 80px 0;
  color: #515151;
}
.bm-horizontal-tabs .container {
  max-width: 1720px;
}
.bm-horizontal-tabs__header {
  text-align: center;
}
.bm-horizontal-tabs__header h2 {
  margin-bottom: 60px;
  font-weight: 500;
}
.bm-horizontal-tabs__header h2 strong {
  font-weight: 600;
}
.bm-horizontal-tabs__header h6 {
  color: #f5ae16;
}
.bm-horizontal-tabs__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  width: 100%;
  -webkit-column-gap: 45px;
  -moz-column-gap: 45px;
  column-gap: 45px;
  line-height: 1;
  list-style: none;
}
.bm-horizontal-tabs__tabs li {
  font-size: 22px;
  font-weight: bold;
  width: 100%;
  text-align: center;
  padding: 25px 20px 20px;
  border-radius: 13px 13px 0 0;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
  letter-spacing: -0.01em;
}
.bm-horizontal-tabs__tab-content {
  position: relative;
  display: none;
}
.bm-horizontal-tabs__tab-content--toggle {
  font-size: 20px;
  font-weight: bold;
  border-bottom: solid 2px #fff;
  border-top: solid 2px #fff;
  padding: 17px 0 15px;
  cursor: pointer;
  display: none;
  margin-top: -2px;
}
.bm-horizontal-tabs__tab-content--toggle .container {
  max-width: 1470px;
}
.bm-horizontal-tabs__tab-content > .container {
  max-width: 1470px;
  padding-top: 90px;
  padding-bottom: 80px;
}
.bm-horizontal-tabs__tab-content > .container > * {
  max-width: 940px;
}
.bm-horizontal-tabs__tab-content > .container > *:last-child {
  margin-bottom: 0;
}
.bm-horizontal-tabs__tab-content h3 {
  font-size: 36px;
  font-weight: bold;
  margin: 0 0 20px;
}
.bm-horizontal-tabs__tab-content h4 {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 20px;
  margin: 0 0 0.1em;
}
.bm-horizontal-tabs__tab-content .bm-statistics__stats {
  max-width: none;
  margin: 60px 0 50px;
}
.bm-horizontal-tabs .text-light {
  color: #fff;
}
.bm-horizontal-tabs .text-light h2 {
  color: #fff;
}
.bm-horizontal-tabs .text-light .bm-statistics__stat {
  border-color: #fff;
}
@media (max-width: 1479px) {
  .bm-horizontal-tabs__tabs {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
  .bm-horizontal-tabs__tabs li {
    font-size: 18px;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 1279px) {
  .bm-horizontal-tabs__tabs {
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }
  .bm-horizontal-tabs__tabs li {
    font-size: 16px;
    padding: 20px;
  }
}
@media (max-width: 1079px) {
  .bm-horizontal-tabs__tabs {
    display: none;
  }
  .bm-horizontal-tabs__tabs li {
    padding: 15px;
  }
  .bm-horizontal-tabs__tab-content--toggle {
    display: block;
  }
}

.bm-vertical-tabs {
  margin: 80px 0;
  color: #515151;
  position: relative;
}

.v-tabs-title p {
	max-width: 650px;
}

.bm-vertical-tabs .container {
  max-width: 1720px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  align-items: flex-end;
}
.bm-vertical-tabs.text-light {
  color: #fff;
}
.bm-vertical-tabs.text-light h2 {
  color: #fff;
}
.bm-vertical-tabs .text-light {
  color: #fff;
}
.bm-vertical-tabs .text-light h2, .bm-vertical-tabs .text-light h3 {
  color: #fff;
}
.bm-vertical-tabs nav {
  min-width: 420px;
  -ms-flex-item-align: center;
  align-self: center;
}
.bm-vertical-tabs nav h2 {
  font-weight: 500;
  margin: 0 0 20px;
}
.bm-vertical-tabs aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.bm-vertical-tabs__tab-content__grid p{
	max-width: 800px;
}

.bm-vertical-tabs__tabs {
  margin: 35px 0 0;
  min-height: 100%;
}
.bm-vertical-tabs__tabs:first-child {
  margin-top: 0;
}
.bm-vertical-tabs__tabs li {
  position: relative;
  font-size: 26px;
  padding: 12px 50px 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 85px;
  gap: 10px;
  cursor: pointer;
}
.bm-vertical-tabs__tabs li .background {
  height: 1px;
  width: 50vw;
  right: 0;
  left: auto;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}
.bm-vertical-tabs__tabs li.active .background {
  right: -60px;
  height: 100%;
}
.bm-vertical-tabs__tab-content {
  position: relative;
  padding: 20px 20px 20px 60px;
  display: none;
  font-size: 20px;
  font-weight: 500;
}
.bm-vertical-tabs__tab-content--toggle {
  display: none;
}
.bm-vertical-tabs__tab-content__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 35px;
}

.bm-vertical-tabs__tab-content__grid-new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 35px;
	justify-content: center;
}

.bm-vertical-tabs__tab-content article {
  -ms-flex-item-align: center;
  align-self: center;
  padding: 20px 0;
}
.bm-vertical-tabs__tab-content article h3 {
  margin: 0 0 25px;
  max-width: 400px;
  font-weight: 600;
  line-height: 1.4;
}
.bm-vertical-tabs__tab-content article > *:last-child {
  margin-bottom: 0;
}
.bm-vertical-tabs__tab-content figure {
  position: relative;
  min-width: 40%;
  min-height: 510px;
}
.bm-vertical-tabs__tab-content figure img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 1479px) {
  .bm-vertical-tabs .container {
    gap: 40px;
  }
  .bm-vertical-tabs nav {
    min-width: 30%;
  }
  .bm-vertical-tabs__tabs li {
    font-size: 20px;
    padding: 12px 20px 10px 0;
    min-height: 65px;
  }
  .bm-vertical-tabs__tab-content {
    font-size: 18px;
    padding-left: 40px;
  }
}
@media (max-width: 1279px) {
  .bm-vertical-tabs__tab-content__grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
  .bm-vertical-tabs__tab-content figure {
    min-height: 0;
    max-width: 410px;
  }
  .bm-vertical-tabs__tab-content figure img {
    position: static;
  }
}
@media (max-width: 1079px) {
  .bm-vertical-tabs .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .bm-vertical-tabs nav {
    padding: 0;
    max-width: none;
    width: 100%;
  }
  .bm-vertical-tabs aside {
    display: block;
  }
  .bm-vertical-tabs__tabs {
    display: none;
  }
  .bm-vertical-tabs__tab-content {
    padding: 20px;
  }
  .bm-vertical-tabs__tab-content--toggle {
    display: block;
    position: relative;
    padding: 20px;
    font-weight: 500;
    cursor: pointer;
  }
  .bm-vertical-tabs__tab-content--toggle .background {
    height: 1px;
  }
  .bm-vertical-tabs__tab-content--toggle.on .background {
    height: 100%;
    border-bottom: solid 1px rgba(255, 255, 255, 0.25);
  }
  .bm-vertical-tabs__tab-content__grid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media (max-width: 767px) {
  .bm-vertical-tabs__tab-content__grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .bm-vertical-tabs__tab-content article h3 {
    margin: 0 0 20px;
  }
}

.vertical-tabs {
  margin: 80px 0;
  color: #515151;
  position: relative;
}

.vertical-tabs .container {
  max-width: 1720px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  align-items: flex-end;
}
.vertical-tabs.text-light {
  color: #fff;
}
.vertical-tabs.text-light h2 {
  color: #fff;
}
.vertical-tabs .text-light {
  color: #fff;
}
.vertical-tabs .text-light h2, .vertical-tabs .text-light h3 {
  color: #fff;
}
.vertical-tabs nav {
  min-width: 420px;
  -ms-flex-item-align: center;
  align-self: center;
}
.vertical-tabs nav h2 {
  font-weight: 500;
  margin: 0 0 20px;
}
.vertical-tabs aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.vertical-tabs__tab-content__grid p{
	max-width: 800px;
}

.vertical-tabs__tabs {
  margin: 35px 0 0;
  min-height: 100%;
}
.vertical-tabs__tabs:first-child {
  margin-top: 0;
}
.vertical-tabs__tabs li {
  position: relative;
  font-size: 26px;
  padding: 12px 50px 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 85px;
  gap: 10px;
  cursor: pointer;
}
.vertical-tabs__tabs li .background {
  height: 1px;
  width: 50vw;
  right: 0;
  left: auto;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}
.vertical-tabs__tabs li.active .background {
  right: -60px;
  height: 100%;
}
.vertical-tabs__tab-content {
  position: relative;
  padding: 20px 20px 20px 60px;
  display: none;
  font-size: 20px;
  font-weight: 500;
}
.vertical-tabs__tab-content--toggle {
  display: none;
}
.vertical-tabs__tab-content__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 35px;
}

.vertical-tabs__tab-content__grid-new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 35px;
	justify-content: center;
}

.vertical-tabs__tab-content article {
  -ms-flex-item-align: center;
  align-self: center;
  padding: 20px 0;
}
.vertical-tabs__tab-content article h3 {
  margin: 0 0 25px;
  max-width: 400px;
  font-weight: 600;
  line-height: 1.4;
}
.vertical-tabs__tab-content article > *:last-child {
  margin-bottom: 0;
}
.vertical-tabs__tab-content figure {
  position: relative;
  min-width: 40%;
  min-height: 510px;
}
.vertical-tabs__tab-content figure img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 1479px) {
  .vertical-tabs .container {
    gap: 40px;
  }
  .vertical-tabs nav {
    min-width: 30%;
  }
  .vertical-tabs__tabs li {
    font-size: 20px;
    padding: 12px 20px 10px 0;
    min-height: 65px;
  }
  .vertical-tabs__tab-content {
    font-size: 18px;
    padding-left: 40px;
  }
}
@media (max-width: 1279px) {
  .vertical-tabs__tab-content__grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
  .vertical-tabs__tab-content figure {
    min-height: 0;
    max-width: 410px;
  }
  .vertical-tabs__tab-content figure img {
    position: static;
  }
}
@media (max-width: 1079px) {
  .vertical-tabs .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .vertical-tabs nav {
    padding: 0;
    max-width: none;
    width: 100%;
  }
  .vertical-tabs aside {
    display: block;
  }
  .vertical-tabs__tabs {
    display: none;
  }
  .vertical-tabs__tab-content {
    padding: 20px;
  }
  .vertical-tabs__tab-content--toggle {
    display: block;
    position: relative;
    padding: 20px;
    font-weight: 500;
    cursor: pointer;
  }
  .vertical-tabs__tab-content--toggle .background {
    height: 1px;
  }
  .vertical-tabs__tab-content--toggle.on .background {
    height: 100%;
    border-bottom: solid 1px rgba(255, 255, 255, 0.25);
  }
  .vertical-tabs__tab-content__grid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media (max-width: 767px) {
  .vertical-tabs__tab-content__grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .vertical-tabs__tab-content article h3 {
    margin: 0 0 20px;
  }
}



.bm-cisr {
  position: relative;
  margin: 120px 0;
  color: #515151;
}
.bm-cisr .container {
  max-width: 1470px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 120px;
}
.bm-cisr h2 {
  margin: 0 0 20px;
  font-size: 36px;
  font-weight: normal;
  letter-spacing: -0.025em;
  color: #0085ae;
  max-width: 640px;
}
.bm-cisr__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 70px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}


.bm-cisr__item--reverse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 70px;
	flex-direction: row-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bm-cisr__item aside, 
.bm-cisr__item--reverse aside {
  max-width: 824px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.bm-cisr__item aside > *:last-child {
  margin-bottom: 0;
}

.bm-cisr__item--reverse aside > *:last-child {
  margin-bottom: 0;
}

.bm-cisr__item figure {
  width: 100%;
  max-width: 372px;
  min-width: 372px;
}
.bm-cisr__item figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 372px;
}

.bm-cisr__item--reverse figure {
  width: 100%;
  max-width: 372px;
  min-width: 372px;
}

.bm-cisr__item--reverse figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 372px;
}
.bm-cisr.text-light {
  color: #fff;
}
.bm-cisr.text-light h2 {
  color: #fff;
}
@media (max-width: 1079px) {
  .bm-cisr__item, .bm-cisr__item--reverse {
    gap: 50px;
  }
  .bm-cisr__item figure, .bm-cisr__item--reverse figure {
    width: 100%;
    max-width: 300px;
    min-width: 300px;
  }
}
@media (max-width: 767px) {
  .bm-cisr__item, .bm-cisr__item--reverse {
    gap: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .bm-cisr__item figure, .bm-cisr__item--reverse figure {
    width: 100%;
    max-width: 300px;
    min-width: none;
  }
}

.cisr {
  position: relative;
  margin: 120px 0;
  color: #515151;
}
.cisr .container {
  max-width: 1470px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 120px;
}
.cisr h2 {
  margin: 0 0 20px;
  font-size: 36px;
  font-weight: normal;
  letter-spacing: -0.025em;
  color: #0085ae;
  max-width: 640px;
}
.cisr__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 70px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}


.cisr__item--reverse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 70px;
	flex-direction: row-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cisr__item aside, 
.cisr__item--reverse aside {
  max-width: 824px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.cisr__item aside > *:last-child {
  margin-bottom: 0;
}

.cisr__item--reverse aside > *:last-child {
  margin-bottom: 0;
}

.cisr__item figure {
  width: 100%;
  max-width: 372px;
  min-width: 372px;
}
.cisr__item figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 372px;
}

.cisr__item--reverse figure {
  width: 100%;
  max-width: 372px;
  min-width: 372px;
}

.cisr__item--reverse figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 372px;
}
.cisr.text-light {
  color: #fff;
}
.cisr.text-light h2 {
  color: #fff;
}
@media (max-width: 1079px) {
  .cisr__item, .cisr__item--reverse {
    gap: 50px;
  }
  .cisr__item figure, .cisr__item--reverse figure {
    width: 100%;
    max-width: 300px;
    min-width: 300px;
  }
}
@media (max-width: 767px) {
  .cisr__item, .cisr__item--reverse {
    gap: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cisr__item figure, .cisr__item--reverse figure {
    width: 100%;
    max-width: 300px;
    min-width: none;
  }
}

.lc-bg {
  position: relative;
  color: #fff;
  min-height: auto;
}

.lc-bg__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
	color: #fff;
	margin-bottom: 25px;
}

.lc-bg__item p {
	margin-bottom: 0px;
}

.lc-bg__item aside {
  max-width: 824px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.lc-bg__item aside > *:last-child {
  margin-bottom: 0;
}

.lc-bg__item figure {
  width: 100%;
  max-width: 140px;
  min-width: 140px;
}
.lc-bg__item figure img {
  display: block;
  width: 100%;
  height: auto;
}

.lc-bg .container > * {
  width: 60%;
}

.lc-bg__image figure {
	width: 50vw;
    padding-left: 5vw;
}

.lc-bg h2 {
  color: #fff;
  margin: 0 0 1.5em;
  font-size: 36px;
  font-weight: 500;
}

.lc-bg aside {
  padding: 0px 33px 0px 60px;
	 display: inline-grid;
	max-width: 100%;
    justify-content: flex-end;
}

.lc-bg__image figure img {
	 width: 100%;
  height: auto;
  display: block;
}

.lc-bg aside > div > *:last-child {
  margin-bottom: 0;
}

.lc-bg .container {
	align-items: center;
}


@media (max-width: 1244px) {
	.lc-bg .container > * {
		width: auto;
	}
}

@media (max-width: 1079px) {
	 .lc-bg .container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 100px;
  }
  .lc-bg .container > * {
    width: 100%;
  }
	
	.lc-bg aside {
		justify-content: start;
		padding: 0px;
	}
	
	  .lc-bg__image {
    width: 100vw !important;
  }

  .lc-bg__image figure {
    width: 100%;
  }
}

@media (max-width: 767px) {
	.lc-bg__item {
		flex-direction: column;
	}
}



.bm-txwmb {
  position: relative;
  margin: 80px 0;
  color: #515151;
}
.bm-txwmb .container {
  max-width: 1470px;
}
.bm-txwmb h2 {
  margin: 0 0 40px;
  font-size: 40px;
  font-weight: normal;
  letter-spacing: -0.01em;
}
.bm-txwmb h2 strong {
  font-weight: bold;
}
.bm-txwmb h3 {
  margin: 0 0 25px;
  color: #0085ae;
  font-size: 36px;
  font-weight: normal;
  letter-spacing: -0.025em;
}
.bm-txwmb h4 {
  font-size: 24px;
  font-weight: normal;
  color: #515151;
  letter-spacing: -0.05em;
}
.bm-txwmb figure {
  margin: 0 0 25px;
}
.bm-txwmb figure img {
  width: 100%;
  height: auto;
  display: block;
}
.bm-txwmb__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  position: relative;
}
.bm-txwmb__grid::before {
  content: "";
  width: 4px;
  top: 0;
  left: 50%;
  bottom: 0;
  background-color: #515151;
  position: absolute;
  opacity: 0;
}
.bm-txwmb__grid.border::before {
  opacity: 1;
}
.bm-txwmb__item aside > *:last-child {
  margin-bottom: 0;
}
.bm-txwmb__source {
  text-align: center;
  margin: 70px auto 0;
}
.bm-txwmb.text-light {
  color: #fff;
}
.bm-txwmb.text-light h2, .bm-txwmb.text-light h3, .bm-txwmb.text-light h4 {
  color: #fff;
}
.bm-txwmb.text-light .bm-txwmb__grid:before {
  background-color: #fff;
}
@media (max-width: 1079px) {
  .bm-txwmb__grid {
    grid-template-columns: 1fr;
    row-gap: 40px;
  }
  .bm-txwmb__grid::before {
    display: none;
  }
  .bm-txwmb__grid.border > *:first-child {
    border-bottom: solid 3px #515151;
    padding-bottom: 43px;
  }
  .bm-txwmb.text-light .bm-txwmb__grid.border > *:first-child {
    border-color: #fff;
  }
}
@media (max-width: 767px) {
  .bm-txwmb h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .bm-txwmb h3 {
    font-size: 28px;
  }
  .bm-txwmb h4 {
    font-size: 20px;
  }
}

.bm-tifw {
  position: relative;
  margin: 80px 0;
  color: #515151;
  display: grid;
  grid-template-columns: 1fr 1fr;
  color: #fff;
}
.bm-tifw aside {
  min-height: 35vw;
  background-size: cover;
  padding: 5vw 1vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.bm-tifw aside figure {
  width: 8.96vw;
  max-width: 172px;
  margin: auto auto 1.67vw;
}
.bm-tifw aside figure img {
  width: 100%;
  height: auto;
}
.bm-tifw aside div {
  font-size: 22px;
  text-align: center;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-bottom: auto;
	color: #fff;
}
.bm-tifw.text-light {
  color: #fff;
}

.text-left, .text-right {
	padding: 0px 75px;
}

.text-left p {
	margin-top: 15px;
}

.text-right p {
	margin-top: 15px;
}

@media (max-width: 767px) {
  .bm-tifw {
    grid-template-columns: 1fr;
  }
  .bm-tifw aside {
    min-height: 70vw;
    padding: 10vw 2vw;
  }
  .bm-tifw aside figure {
    width: 17.92vw;
    margin: auto auto 3.347vw;
  }
  .bm-tifw aside div {
    font-size: 4.166vw;
  }
}

.image-link {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.image-link aside {
    height: 100%;
}


.bm-cta {
  position: relative;
  text-align: center;
  margin: 80px 0;
}
.bm-cta h2 {
  font-size: 36px;
  color: #b83861;
  margin: 0 0 1.35em;
}
.bm-cta .button-container {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.bm-cta.text-light {
  color: #fff;
}
.bm-cta.text-light h2 {
  color: #fff;
}

.cta {
  position: relative;
  text-align: center;
  margin: 80px 0;
}
.cta h2 {
  font-size: 36px;
  color: #b83861;
  margin: 0 0 1.35em;
}
.cta .button-container {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.cta.text-light {
  color: #fff;
}
.cta.text-light h2 {
  color: #fff;
}

.bm-img-grid {
  position: relative;
  margin: 120px 0;
  color: #fff;
}
.bm-img-grid__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 4px;
}
.bm-img-grid__item {
  width: calc(33.3333333333% - 2.6666666667px);
  min-height: 700px;
  position: relative;
  overflow: hidden;
}
.bm-img-grid__item:nth-child(4), .bm-img-grid__item:nth-child(5) {
  width: calc(50% - 2px);
}
.bm-img-grid__item > img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  left: 0;
  z-index: 1;
}
.bm-img-grid__item .background {
  z-index: 2;
  height: 0;
  top: auto;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}
.bm-img-grid__item aside {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: #fff;
  padding: 35px 35px 0;
  text-align: center;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
  max-width: 530px;
  margin: 0 auto;
  font-size: 20px;
}
.bm-img-grid__item aside h2 {
  margin: 0 0 35px;
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -0.01em;
}
.bm-img-grid__item aside > div {
  display: none;
}
.bm-img-grid__item aside > div > *:last-child {
  margin-bottom: 0;
}
.bm-img-grid__item.on .background {
  height: 100%;
}
.bm-img-grid__item.on aside {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 1079px) {
  .bm-img-grid__item {
    min-height: 400px;
  }
  .bm-img-grid__item aside {
    padding: 20px 20px 0;
    font-size: 16px;
  }
  .bm-img-grid__item aside h2 {
    font-size: 24px;
    margin: 0 0 20px;
  }
}
@media (max-width: 767px) {
  .bm-img-grid__item {
    width: 100% !important;
    min-height: 80vw;
  }
}
@media (max-width: 374px) {
  .bm-img-grid__item {
    width: 100% !important;
    min-height: 320px;
  }
}

.bm-4cols-overlay {
  position: relative;
  margin: 120px 0;
  color: #fff;
}
.bm-4cols-overlay .container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  position: relative;
  z-index: 2;
  max-width: 1920px;
  gap: 4px;
}
.bm-4cols-overlay__item {
  position: relative;
  overflow: hidden;
}
.bm-4cols-overlay__item nav {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 25px 35px;
  gap: 20px;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}
.bm-4cols-overlay__item nav .background {
  z-index: -1;
  top: 0;
  bottom: auto;
  height: 125px;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}
.bm-4cols-overlay__item nav h3 {
  font-size: 33px;
  font-weight: 500;
  line-height: 1;
}
.bm-4cols-overlay__item nav h3 small {
  font-size: 18px;
  letter-spacing: 0.15em;
  margin: 0 0 0.75em;
  line-height: 1;
}
.bm-4cols-overlay__item nav i {
  font-size: 40px;
}
.bm-4cols-overlay__item aside {
  padding: 20px 35px 35px;
  min-height: 520px;
  position: relative;
  z-index: 3;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
  opacity: 0;
}
.bm-4cols-overlay__item aside > *:last-child {
  margin-bottom: 0;
}
.bm-4cols-overlay__item > img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
}
.bm-4cols-overlay__item.on .background {
  height: 1000px;
}
.bm-4cols-overlay__item.on aside {
  opacity: 1;
}
.bm-4cols-overlay__item.on nav {
  background-color: transparent !important;
}
.bm-4cols-overlay__item.on nav i::before {
  content: "\e903";
}
@media (max-width: 1479px) {
  .bm-4cols-overlay .container {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 1079px) {
  .bm-4cols-overlay__item nav {
    padding: 20px;
    gap: 20px;
  }
  .bm-4cols-overlay__item nav i {
    font-size: 20px;
  }
  .bm-4cols-overlay__item nav h3 {
    font-size: 30px;
  }
  .bm-4cols-overlay__item nav h3 small {
    font-size: 15px;
  }
  .bm-4cols-overlay__item aside {
    padding: 20px;
    min-height: 400px;
  }
}
@media (max-width: 767px) {
  .bm-4cols-overlay .container {
    grid-template-columns: 1fr;
  }
}

.bm-key-factor {
  margin: 120px 0;
  color: #000000;
  font-size: 18px;
  position: relative;
  overflow: hidden;
}
.bm-key-factor .container {
  max-width: 1720px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 100px;
}
.bm-key-factor__header {
  position: relative;
  padding: 50px 0 15px;
  color: #fff;
  margin: 0 0 60px;
}
.bm-key-factor__header .background {
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 300vw;
}
.bm-key-factor__header h2 {
  font-weight: 600;
  margin: 0 0 40px;
  position: relative;
  min-height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 125px;
}
.bm-key-factor__header h2 small {
  font-size: 18px;
  line-height: 1;
  margin: 0 0 0.2em;
}

.bm-key-factor__header span {
	  width: 90px;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: solid 4px #fff;
  border-radius: 90px;
  font-size: 34px;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}

.bm-key-factor__header h3 {
  font-size: 34px;
  font-weight: normal;
}
.bm-key-factor__header__subtitle {
  position: relative;
  padding: 35px 0;
}
.bm-key-factor__image {
  width: 25%;
  min-width: 25%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 70px 0;
}
.bm-key-factor figure {
  width: calc((100vw - 400%) / 2 + 100%);
}
.bm-key-factor figure img {
  width: 100%;
  height: auto;
}
.bm-key-factor aside {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0 0 70px;
}
@media (max-width: 1479px) {
  .bm-key-factor .container {
    gap: 60px;
  }
}
@media (max-width: 1079px) {
  .bm-key-factor .container {
    display: block;
  }
  .bm-key-factor__image {
    width: 100%;
    padding-top: 0;
  }
  .bm-key-factor__image figure {
    width: auto;
    margin-right: -60px;
  }
  .bm-key-factor__image figure img {
    width: auto;
    max-width: 100%;
    display: block;
    margin: 0 0 0 auto;
  }
  .bm-key-factor aside {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .bm-key-factor__header h2 {
    font-size: 30px;
    padding-left: 75px;
    min-height: 60px;
  }
	
	.bm-key-factor__header span {
		width: 65px;
		height: 65px;
		font-size: 30px;
	}
	
  .bm-key-factor__header h2 small {
    font-size: 15px;
  }
  .bm-key-factor__header h2::before {
    width: 60px;
    height: 60px;
    border: solid 3px #fff;
    border-radius: 60px;
    font-size: 20px;
  }
  .bm-key-factor__header h3 {
    font-size: 28px;
  }
}
@media (max-width: 374px) {
  .bm-key-factor__image figure {
    margin-right: -20px;
  }
}

.bm-img-txt-accordion {
  position: relative;
  color: #000;
}
.bm-img-txt-accordion .container {
  max-width: 1560px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 90px;
}
.bm-img-txt-accordion__image {
  width: 36%;
  min-width: 36%;
  direction: rtl;
  -ms-flex-item-align: center;
  align-self: center;
}
.bm-img-txt-accordion__image figure {
  width: calc((85vw - 277.777777778%) / 2 + 100%);
}
.bm-img-txt-accordion__image figure img {
  width: 100%;
  height: auto;
  display: block;
}
.bm-img-txt-accordion__content {
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.bm-img-txt-accordion__content h2 {
  margin: 0 0 30px;
}
.bm-img-txt-accordion__content h3 {
  margin: 0 0 40px;
  font-size: 30px;
  font-weight: normal;
  max-width: 600px;
}
.bm-img-txt-accordion__content dl {
  margin: 0;
  padding: 0;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  width: 100%;
}
.bm-img-txt-accordion__content dl dt {
  margin: 0;
  border-top: solid 1px rgba(255, 255, 255, 0.2);
  font-size: 24px;
  font-weight: 600;
  padding: 20px 50px 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 50px;
  width: 100%;
  cursor: pointer;
}
.bm-img-txt-accordion__content dl dt i {
  font-size: 30px;
}

.bm-img-txt-accordion__content dl dt.on i {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.bm-img-txt-accordion__content dl dd {
  margin: 0;
  padding: 0px 0 30px;
  display: none;
}
.bm-img-txt-accordion__content dl dd > * {
  max-width: 700px;
}
.bm-img-txt-accordion__content dl dd > *:last-child {
  margin-bottom: 0;
}
.bm-img-txt-accordion.text-light {
  color: #fff;
}
@media (max-width: 1479px) {
  .bm-img-txt-accordion .container {
    gap: 60px;
  }
  .bm-img-txt-accordion__content dl dt {
    padding: 20px 20px 20px 0;
    gap: 20px;
  }
  .bm-img-txt-accordion__content dl dt i {
    font-size: 26px;
  }
}
@media (max-width: 1279px) {
  .bm-img-txt-accordion__content dl dt {
    font-size: 20px;
  }
  .bm-img-txt-accordion__content dl dt i {
    font-size: 20px;
  }
}
@media (max-width: 1079px) {
  .bm-img-txt-accordion .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .bm-img-txt-accordion__image {
    width: 100%;
    min-width: none;
  }
  .bm-img-txt-accordion__image figure {
    width: 100%;
    max-width: 480px;
    margin: auto;
  }
  .bm-img-txt-accordion__image figure img {
    width: auto;
    max-width: 100%;
    display: block;
    margin: auto;
  }
  .bm-img-txt-accordion__content {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .bm-img-txt-accordion__content h3 {
    margin: 0 0 30px;
    font-size: 24px;
  }
  .bm-img-txt-accordion__content dl dt {
    font-size: 16px;
  }
  .bm-img-txt-accordion__content dl dt i {
    font-size: 16px;
  }
  .bm-img-txt-accordion__content dl dd {
    font-size: 16px;
    padding: 10px 0 20px;
  }
}

.articles {
  margin: 50px 0 120px;
}
.articles > .container {
  max-width: 1920px;
}
.articles__header {
  margin: 0 0 60px;
}
.articles__header h2 {
  text-align: center;
  color: #0085ae;
  font-size: 48px;
  font-weight: 600;
  margin: 0;
}
@media (max-width: 767px) {
  .articles__header {
    margin: 0 0 50px;
  }
  .articles__header h2 {
    font-size: 30px;
  }
}
.articles__container {
  position: relative;
}
.articles__filters {
  position: absolute;
  left: -60px;
  top: 0;
  z-index: 9;
  background-color: #fff;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  pointer-events: none;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  padding: 0 60px;
}
.articles__filters.on {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  pointer-events: all;
  opacity: 1;
}
@media (max-width: 1079px) {
  .articles__filters {
    padding: 0 40px;
    left: -40px;
  }
}
.articles__filters__header {
  margin: 0 0 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.articles__filters__header > aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.articles__filters__header .search-filter-field--control-type-reset .search-filter-input-button {
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  outline: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: 0;
  font-size: 12px;
  font-weight: 500;
  color: #0995c0;
  text-decoration: underline;
  text-underline-offset: 3px;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}
.articles__filters__header .search-filter-field--control-type-reset .search-filter-input-button:hover, .articles__filters__header .search-filter-field--control-type-reset .search-filter-input-button:focus {
  color: #c52f58;
}
.articles__filters__header .search-filter-input-button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
.articles__filters__header .search-filter-input-button-group .search-filter-input-button {
  margin: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 1px 9px;
  line-height: 1;
  color: #fff;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0;
  background-color: #0995c0;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
  text-transform: capitalize;
}
.articles__filters__header .search-filter-input-button-group .search-filter-input-button[data-option-value^=field_5] {
  background-color: #630187;
}
.articles__filters__header .search-filter-input-button-group .search-filter-input-button:hover, .articles__filters__header .search-filter-input-button-group .search-filter-input-button:focus {
  background-color: #c52f58;
  color: #fff;
  outline: none;
}
.articles__filters__header .search-filter-input-button-group .search-filter-input-button .search-filter-icon--destructive .search-filter-icon__svg {
  fill: #fff;
  color: #fff;
  width: 20px;
  height: auto;
}
@media (max-width: 1079px) {
  .articles__filters__header {
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .articles__filters__header {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
  }
  .articles__filters__header > aside {
    width: 100%;
  }
}
.articles__filters__toggle {
  min-width: 364px;
  width: 364px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 14px 18px;
  gap: 18px;
  color: #2c528f;
  font-size: 16px;
  font-weight: 600;
  border: solid 1px #d5d5d5;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
}
.articles__filters__toggle::before {
  content: "Show Filters";
}
.articles__filters__toggle i {
  font-size: 12px;
  color: #f4cc45;
}
.articles__filters__toggle.on::before {
  content: "Hide Filters";
}
.articles__filters__toggle.on i {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media (max-width: 1079px) {
  .articles__filters__toggle {
    min-width: 280px;
    width: 280px;
  }
}
.articles__filters .search-filter-base {
  border-bottom: solid 1px #dedfe0;
  padding: 0 18px 25px;
  margin: 0 0 30px;
  width: 364px;
}
.articles__filters .search-filter-base > .search-filter-label {
  font-size: 16px;
  font-weight: bold;
  color: #2c528f;
  margin: 0 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 15px;
}
.articles__filters .search-filter-base > .search-filter-label:after {
  content: "\e907";
  font-family: "sensient-icons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  color: #f4cc45;
}
.articles__filters .search-filter-base > .search-filter-label[aria-expanded=true] {
  margin: 0 0 15px;
}
.articles__filters .search-filter-base > .search-filter-label[aria-expanded=true]:after {
  content: "\e905";
}
.articles__filters .search-filter-base > .search-filter-label .search-filter-icon {
  display: none;
}
.articles__filters .search-filter-base > .search-filter-input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.articles__filters .search-filter-base > .search-filter-input-group.search-filter-field__input--hidden {
  display: none;
}
.articles__filters .search-filter-base > .search-filter-input-group .search-filter-input-radio[data-option-value=""] {
  -webkit-box-ordinal-group: 101;
  -ms-flex-order: 100;
  order: 100;
}
.articles__filters .search-filter-base > .search-filter-input-group .search-filter-input-radio__control {
  position: absolute;
  top: 0;
  opacity: 0;
}
.articles__filters .search-filter-base > .search-filter-input-group .search-filter-input-radio__label {
  padding: 0;
  font-size: 15px;
  font-weight: 500;
  color: #515151;
  text-transform: capitalize;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}
.articles__filters .search-filter-base > .search-filter-input-group .search-filter-input-radio__label:hover {
  color: #0995c0;
}
.articles__filters .search-filter-base > .search-filter-input-group .search-filter-input-radio--is-active .search-filter-input-radio__label {
  color: #0995c0;
}
.articles__filters .search-filter-base > .search-filter-input-group .search-filter-input-checkbox__control svg {
  fill: #d0d0d0;
  color: #d0d0d0;
}
.articles__filters .search-filter-base > .search-filter-input-group .search-filter-input-checkbox__label {
  font-size: 15px;
  font-weight: normal;
  color: #515151;
  text-transform: capitalize;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}
.articles__filters .search-filter-base > .search-filter-input-group .search-filter-input-checkbox--is-active .search-filter-input-checkbox__control svg {
  fill: #0995c0;
  color: #0995c0;
}
.articles__filters .search-filter-base.search-filter-field--id-7 > .search-filter-input-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
  margin: 10px 0;
}
.articles__filters .search-filter-base.search-filter-field--id-7 > .search-filter-input-group .search-filter-input-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  min-height: 30px;
}
.articles__filters .search-filter-base.search-filter-field--id-7 > .search-filter-input-group .search-filter-input-checkbox__control {
  outline: solid 2px #dedfe0;
  border: solid 2px #fff;
  background-color: red;
  border-radius: 30px;
  width: 30px;
  height: 30px;
}
.articles__filters .search-filter-base.search-filter-field--id-7 > .search-filter-input-group .search-filter-input-checkbox__control svg {
  display: none;
}
.articles__filters .search-filter-base.search-filter-field--id-7 > .search-filter-input-group .search-filter-input-checkbox__label {
  font-size: 13px;
  color: #0c0c0c;
}
.articles__filters .search-filter-base.search-filter-field--id-7 > .search-filter-input-group .search-filter-input-checkbox[data-option-value=black] .search-filter-input-checkbox__control {
  background-color: #000;
}
.articles__filters .search-filter-base.search-filter-field--id-7 > .search-filter-input-group .search-filter-input-checkbox[data-option-value=blue] .search-filter-input-checkbox__control {
  background-color: #0718f5;
}
.articles__filters .search-filter-base.search-filter-field--id-7 > .search-filter-input-group .search-filter-input-checkbox[data-option-value=brown] .search-filter-input-checkbox__control {
  background-color: #775133;
}
.articles__filters .search-filter-base.search-filter-field--id-7 > .search-filter-input-group .search-filter-input-checkbox[data-option-value=gray] .search-filter-input-checkbox__control {
  background-color: #808080;
}
.articles__filters .search-filter-base.search-filter-field--id-7 > .search-filter-input-group .search-filter-input-checkbox[data-option-value=green] .search-filter-input-checkbox__control {
  background-color: #3a7d21;
}
.articles__filters .search-filter-base.search-filter-field--id-7 > .search-filter-input-group .search-filter-input-checkbox[data-option-value=navy] .search-filter-input-checkbox__control {
  background-color: #1c2b56;
}
.articles__filters .search-filter-base.search-filter-field--id-7 > .search-filter-input-group .search-filter-input-checkbox[data-option-value=neutral] .search-filter-input-checkbox__control {
  background-color: #f4eee3;
}
.articles__filters .search-filter-base.search-filter-field--id-7 > .search-filter-input-group .search-filter-input-checkbox[data-option-value=orange] .search-filter-input-checkbox__control {
  background-color: #f0a83b;
}
.articles__filters .search-filter-base.search-filter-field--id-7 > .search-filter-input-group .search-filter-input-checkbox[data-option-value=pink] .search-filter-input-checkbox__control {
  background-color: #f4c2cb;
}
.articles__filters .search-filter-base.search-filter-field--id-7 > .search-filter-input-group .search-filter-input-checkbox[data-option-value=red] .search-filter-input-checkbox__control {
  background-color: #e73323;
}
.articles__filters .search-filter-base.search-filter-field--id-7 > .search-filter-input-group .search-filter-input-checkbox[data-option-value=white] .search-filter-input-checkbox__control {
  background-color: #ffffff;
}
.articles__filters .search-filter-base.search-filter-field--id-7 > .search-filter-input-group .search-filter-input-checkbox[data-option-value=yellow] .search-filter-input-checkbox__control {
  background-color: #fffe54;
}
.articles__filters .search-filter-base.search-filter-field--id-7 > .search-filter-input-group .search-filter-input-checkbox[data-option-value=multicolor] .search-filter-input-checkbox__control {
  background: linear-gradient(145deg, hsl(0, 100%, 50%), hsl(0, 100%, 50%), hsl(0, 100%, 50%), hsl(0, 100%, 50%), hsl(30, 100%, 50%), hsl(120, 100%, 50%), hsl(210, 100%, 50%), hsl(240, 100%, 50%), hsl(270, 100%, 50%), hsl(0, 100%, 50%), hsl(0, 100%, 50%), hsl(0, 100%, 50%));
}
.articles__filters .search-filter-base.search-filter-field--id-7 > .search-filter-input-group .search-filter-input-checkbox--is-active .search-filter-input-checkbox__control {
  outline-color: #c52f58;
}
.articles__filters div[data-search-filter-id="1"] {
    display: none !important;
}
@media (max-width: 1079px) {
  .articles__filters .search-filter-base {
    width: 280px;
  }
}
.articles__filters__reset {
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  outline: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: 0;
  font-size: 12px;
  font-weight: 500;
  color: #0995c0;
  text-decoration: underline;
  text-underline-offset: 3px;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}
.articles__filters__reset:hover, .articles__filters__reset:focus {
  color: #c52f58;
}
.articles__filters__applications {
  border-bottom: solid 1px #dedfe0;
  padding: 0 18px 25px;
  margin: 0 0 30px;
}
.articles__filters__applications h4 {
  font-size: 16px;
  font-weight: bold;
  color: #2c528f;
  margin: 0 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 15px;
}
.articles__filters__applications h4::after {
  content: "\e907";
  font-family: "sensient-icons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  color: #f4cc45;
}
.articles__filters__applications h4.on::after {
  content: "\e905";
}
.articles__filters__applications h4.on + ul {
  display: block;
}
.articles__filters__applications ul {
  display: none;
}
.articles__filters__applications ul li a {
  padding: 0;
  font-size: 15px;
  font-weight: 500;
  color: #515151;
  text-transform: capitalize;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}
.articles__filters__applications ul li a:hover, .articles__filters__applications ul li a:focus {
  color: #0995c0;
}
.articles__filters__applications ul li.current-cat a {
  color: #0995c0;
}
.articles__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 65px;
}
.filters-on .articles__grid {
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 424px;
}
@media (max-width: 1279px) {
  .articles__grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .filters-on .articles__grid {
    grid-template-columns: 1fr 1fr;
    padding-left: 424px;
  }
}
@media (max-width: 1079px) {
  .articles__grid {
    grid-template-columns: 1fr 1fr;
  }
  .filters-on .articles__grid {
    padding-left: 320px;
  }
}
@media (max-width: 767px) {
  .articles__grid {
    grid-template-columns: 1fr;
  }
  .filters-on .articles__grid {
    grid-template-columns: 1fr;
    padding-left: 0;
  }
}
.articles__item {
  color: #515151;
  text-decoration: none;
}
.articles__item figure.image {
  aspect-ratio: 435/280;
  margin: 0 0 20px;
}
.articles__item aside {
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  color: #888785;
}
.articles__item h3 {
  color: #515151;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  margin: 0 0 0.8em;
  text-transform: none;
}
.articles__item h3 small {
  color: #0085ae;
  font-size: 14px;
  margin: 0 0 1em;
}
.articles__item:hover h3 {
  color: #0085ae;
}
.articles__item:hover h3 small {
  color: #515151;
}

.pillar {
  background-color: #f7f8fa;
  margin: 0 0 50px;
  position: relative;
}
.pillar__toggle {
  background-color: #f7f8fa;
  width: 64px;
  height: 64px;
  border-radius: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 35px;
  line-height: 1;
  color: #e6ad13;
  position: absolute;
  top: -32px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  cursor: pointer;
}
.pillar__toggle.on::before {
  content: "\e903";
}
.pillar .container {
  max-width: 1720px;
  padding-top: 85px;
}
.pillar__grid {
  display: grid;
  grid-template-columns: 7fr 4fr;
  gap: 150px;
  margin: 0 0 85px;
}
.pillar__grid:last-child {
  margin-bottom: 0;
}
.pillar__grid > article {
  color: #515151;
}
.pillar__grid > article h3 {
  max-width: 600px;
  color: #0085ae;
  margin: 0 0 0.8em;
  font-weight: normal;
}
.pillar__grid > aside {
  min-width: 0;
}
.pillar__grid > aside .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.pillar__grid > aside .slick-list {
  overflow: hidden;
}
.pillar__grid > aside .slick-slide {
  height: auto !important;
}
.pillar__grid > aside .slick-arrow {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 62px;
  border: solid 1px #c2c3c4;
  width: auto;
  height: auto;
  color: #0085ae;
}
.pillar__grid > aside .slick-arrow.slick-next {
  left: 63px;
}
.pillar__grid > aside .slick-arrow:hover, .pillar__grid > aside .slick-arrow:focus {
  color: #b83861;
}
.pillar__grid > aside .author__carousel {
  position: relative;
	margin-bottom: 15px;
  padding-bottom: 82px;
}
.pillar__grid > aside .author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  margin: 0 0 25px;
}
.pillar__grid > aside .author__name {
  font-size: 15px;
  font-weight: 800;
  color: #888785;
  letter-spacing: 0.15em;
}
.pillar__grid > aside .author__name strong {
  display: block;
  color: #2c528f;
  font-size: 24px;
  font-weight: 500;
  text-transform: capitalize;
  margin: 0 0 0.5em;
  letter-spacing: normal;
}
.pillar__grid > aside .author__bio {
  margin: 0 0 20px;
}
.pillar__grid > aside h6 {
  font-size: 13px;
  font-weight: 500;
  color: #888785;
  margin: 0;
  letter-spacing: normal;
}
.pillar__grid > aside h6 a {
  color: #888785;
  text-decoration: underline;
}
.pillar__grid > aside h6 a:hover, .pillar__grid > aside h6 a:focus {
  color: #b83861;
}

.pillar__carousel {
	padding-bottom: 85px;
}

.pillar__carousel h6 {
  text-align: center;
  color: #0085ae;
  margin: 0 0 60px;
}
.pillar__carousel .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.pillar__carousel .slick-list {
  overflow: hidden;
}
.pillar__carousel .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 50px;
  width: 50px;
  color: #2c528f;
  z-index: 200;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}
.pillar__carousel .slick-arrow:hover, .pillar__carousel .slick-arrow:focus {
  color: #620287;
}
.pillar__carousel .slick-arrow.slick-prev {
  left: 0;
}
.pillar__carousel .slick-arrow.slick-next {
  right: 0;
}
.pillar__carousel__slides {
  position: relative;
  padding: 0 50px;
}
.pillar__carousel__slides {
  padding: 0 50px;
  margin: 0 -10px;
  position: relative;
}
.pillar__carousel__slide {
  margin: 0 10px;
  font-size: 16px;
  color: #515151;
  text-align: center;
}
.pillar__carousel__slide figure {
  margin: 0 auto 20px;
  max-width: 234px;
  border: solid 10px #ffcd03;
  border-radius: 234px;
  overflow: hidden;
}
.pillar__carousel__slide figure img {
  display: block;
  width: 100%;
  height: auto;
}
.pillar__carousel__slide aside {
  font-size: 16px;
  color: #515151;
  text-align: center;
}
.pillar__carousel__slide aside strong {
  display: block;
  font-weight: bold;
  color: #2c528f;
  text-transform: uppercase;
}
@media (max-width: 1479px) {
  .pillar__grid {
    gap: 50px;
  }
}
@media (max-width: 1079px) {
  .pillar__grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 575px) {
  .pillar__carousel__slide aside {
    font-size: 14px;
  }
  .pillar__carousel__slide figure {
    border-width: 8px;
  }
}

.resources {
  margin: 70px 0 100px;
  position: relative;
}
.resources .container {
  max-width: 1920px;
}
.resources h1 {
  text-align: center;
  font-size: 46px;
  color: #0085ae;
  font-weight: 600;
	padding-top: 20px;
  line-height: 1.3;
  letter-spacing: normal;
  margin: 0 0 0.3em;
}
.resources__filters {
  margin: 0 0 36px;
}
.resources__filters ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 44px;
  -moz-column-gap: 44px;
  column-gap: 44px;
  row-gap: 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.resources__filters ul li a {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #888785;
}
.resources__filters ul li a:hover, .resources__filters ul li a:focus {
  color: #0995c0;
}
.resources__filters ul li.current-cat a {
  color: #0995c0;
  font-weight: bold;
}
.resources__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 80px;
}
.resources__item .image {
  aspect-ratio: 435/280;
  margin: 0 0 20px;
}
.resources__item h3 {
  color: #515151;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 9px;
  line-height: 1.444;
  text-align: center;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}
.resources__item h3 small {
  display: block;
  margin: 0 0 9px;
  color: #79ae41;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.resources__item__authors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #888785;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}
.resources__item__authors > *::after {
  content: "|";
  margin: 0 8px;
  color: #888785;
}
.resources__item__authors > *:last-child::after {
  display: none;
}
.resources__item:hover h2, .resources__item:focus h2 {
  color: #0995c0;
}
@media (max-width: 1479px) {
  .resources__grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1079px) {
  .resources__grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .resources__grid {
    grid-template-columns: 1fr;
    row-gap: 40px;
  }
}

.resource__banner {
  margin: 60px 0;
  text-align: center;
}
.resource__banner .container {
  max-width: 1100px;
}
.resource__banner .container > h1 {
  font-size: 46px;
  text-align: center;
  color: #db013d;
  margin: 0 0 20px;
  line-height: 1.2;
}
.resource__banner .container > h1 small {
  margin: 0 0 10px;
}
@media (max-width: 767px) {
  .resource__banner .container > h1 {
    font-size: 40px;
  }
}
.resource__content {
  line-height: 1.5;
  margin: 0;
}
.resource__content .container {
  max-width: 1400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.resource__content .container > * {
  width: 50%;
}
.resource__content .container aside {
  padding: 70px 0 70px 60px;
}
.resource__content__image {
  direction: rtl;
  min-height: min(590px, 30.73vw);
}
.resource__content__image figure {
  width: 50vw;
  position: relative;
  min-height: 100%;
}
.resource__content__image figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.resource__content__eyebrow {
  color: #c52f58;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 8px;
}
@media (max-width: 767px) {
  .resource__content .container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 40px;
  }
  .resource__content .container > * {
    width: 100%;
  }
  .resource__content .container aside {
    padding: 0;
  }
  .resource__content__image {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    min-height: initial;
  }
  .resource__content__image figure {
    width: 100vw;
    min-width: 320px;
    margin: 0 -40px;
  }
  .resource__content__image figure img {
    position: static;
  }
}
@media (max-width: 374px) {
  .resource__content__image figure {
    margin: 0 -20px;
  }
}
.resource__authors {
  background-color: #cc0038;
  color: #fff;
  padding: 60px 0;
  text-align: center;
}
.resource__authors .container {
  max-width: 1290px;
}
.resource__authors .container > h2 {
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: normal;
  margin: 0 0 32px;
  line-height: 1.2;
}
.resource__authors__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
}
.resource__authors__grid > * {
  width: calc(25% - 15px);
}
@media (max-width: 1079px) {
  .resource__authors__grid > * {
    width: calc(33.3333333333% - 13.3333333333px);
  }
}
@media (max-width: 767px) {
  .resource__authors .container > h2 {
    font-size: 24px;
  }
  .resource__authors__grid > * {
    width: calc(50% - 10px);
  }
}
@media (max-width: 374px) {
  .resource__authors__grid > * {
    width: 100%;
  }
}
.resource__pagination {
  margin: 65px 0 0;
  padding: 0 0 55px;
  border-bottom: solid 1px #dad8d8;
}
.resource__related {
  margin: 70px 0 100px;
}
.resource__related .container > h2 {
  text-align: center;
  color: #0085ae;
  margin: 0 0 40px;
}
.resource__related .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.resource__related .slick-list {
  overflow: hidden;
}
.resource__related .slick-slide {
  height: auto !important;
  margin: 0 10px;
}
.resource__related .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 200;
  font-size: 50px;
  color: #fff;
  background-color: #0085ae;
  width: 77px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.resource__related .slick-arrow.slick-prev {
  left: 10px;
}
.resource__related .slick-arrow.slick-next {
  right: 10px;
}
.resource__related__carousel {
  position: relative;
  overflow: hidden;
  margin: 0 -10px;
}

.not-selectable {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.carousel {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.carousel *, .carousel *:before, .carousel *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.carousel.is-draggable {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.carousel.is-dragging {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.carousel__viewport {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}

.carousel__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.carousel__slide {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: var(--carousel-slide-width, 60%);
  max-width: 100%;
  padding: 1rem;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

.carousel__dots {
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.carousel__dots .carousel__dot {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  width: 22px;
  height: 22px;
  cursor: pointer;
}

.carousel__dots .carousel__dot:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: currentColor;
  opacity: 0.25;
  -webkit-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}

.carousel__dots .carousel__dot.is-selected:after {
  opacity: 1;
}

.carousel__button {
  width: var(--carousel-button-width, 48px);
  height: var(--carousel-button-height, 48px);
  padding: 0;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  pointer-events: all;
  cursor: pointer;
  color: var(--carousel-button-color, currentColor);
  background: var(--carousel-button-bg, transparent);
  border-radius: var(--carousel-button-border-radius, 50%);
  -webkit-box-shadow: var(--carousel-button-shadow, none);
  box-shadow: var(--carousel-button-shadow, none);
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}

.carousel__button.is-prev, .carousel__button.is-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.carousel__button.is-prev {
  left: 10px;
}

.carousel__button.is-next {
  right: 10px;
}

.carousel__button[disabled] {
  cursor: default;
  opacity: 0.3;
}

.carousel__button svg {
  width: var(--carousel-button-svg-width, 50%);
  height: var(--carousel-button-svg-height, 50%);
  fill: none;
  stroke: currentColor;
  stroke-width: var(--carousel-button-svg-stroke-width, 1.5);
  stroke-linejoin: bevel;
  stroke-linecap: round;
  -webkit-filter: var(--carousel-button-svg-filter, none);
  filter: var(--carousel-button-svg-filter, none);
  pointer-events: none;
}

body.compensate-for-scrollbar {
  overflow: hidden !important;
  -ms-touch-action: none;
  touch-action: none;
}

.fancybox__container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  margin: 0;
  padding: env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: var(--fancybox-color, #fff);
  -webkit-tap-highlight-color: transparent;
  overflow: hidden;
  z-index: 1050;
  outline: none;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  --carousel-button-width: 48px;
  --carousel-button-height: 48px;
  --carousel-button-svg-width: 24px;
  --carousel-button-svg-height: 24px;
  --carousel-button-svg-stroke-width: 2.5;
  --carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
}

.fancybox__container *, .fancybox__container *::before, .fancybox__container *::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.fancybox__container :focus {
  outline: thin dotted;
}

body.is-using-mouse .fancybox__container :focus {
  outline: none;
}

@media all and (min-width: 1024px) {
  .fancybox__container {
    --carousel-button-width:48px;
    --carousel-button-height:48px;
    --carousel-button-svg-width:27px;
    --carousel-button-svg-height:27px;
  }
}
.fancybox__backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: var(--fancybox-bg, rgba(24, 24, 27, 0.92));
}

.fancybox__carousel {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 0;
  height: 100%;
  z-index: 10;
}

.fancybox__carousel.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

.fancybox__viewport {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
  cursor: default;
}

.fancybox__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.fancybox__slide {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 48px 8px 8px 8px;
  position: relative;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  outline: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  --carousel-button-width: 36px;
  --carousel-button-height: 36px;
  --carousel-button-svg-width: 22px;
  --carousel-button-svg-height: 22px;
}

.fancybox__slide::before, .fancybox__slide::after {
  content: "";
  -webkit-box-flex: 0;
  -ms-flex: 0 0 0px;
  flex: 0 0 0;
  margin: auto;
}

@media all and (min-width: 1024px) {
  .fancybox__slide {
    padding: 64px 100px;
  }
}
.fancybox__content {
  margin: 0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);
  padding: 36px;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  position: relative;
  -ms-flex-item-align: center;
  align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 20;
}

.fancybox__caption {
  -ms-flex-item-align: center;
  align-self: center;
  max-width: 100%;
  margin: 0;
  padding: 1rem 0 0 0;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  visibility: visible;
  cursor: auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow-wrap: anywhere;
}

.is-loading .fancybox__caption {
  visibility: hidden;
}

.fancybox__container > .carousel__dots {
  top: 100%;
  color: var(--fancybox-color, #fff);
}

.fancybox__nav .carousel__button {
  z-index: 40;
}

.fancybox__nav .carousel__button.is-next {
  right: 8px;
}

@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-next {
    right: 40px;
  }
}
.fancybox__nav .carousel__button.is-prev {
  left: 8px;
}

@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-prev {
    left: 40px;
  }
}
.carousel__button.is-close {
  position: absolute;
  top: 8px;
  right: 8px;
  top: calc(env(safe-area-inset-top, 0px) + 8px);
  right: calc(env(safe-area-inset-right, 0px) + 8px);
  z-index: 40;
}

@media all and (min-width: 1024px) {
  .carousel__button.is-close {
    right: 40px;
  }
}
.fancybox__content > .carousel__button.is-close {
  position: absolute;
  top: -36px;
  right: 0;
  color: var(--fancybox-color, #fff);
}

.fancybox__no-click, .fancybox__no-click button {
  pointer-events: none;
}

.fancybox__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  color: var(--fancybox-color, currentColor);
}

.fancybox__slide .fancybox__spinner {
  cursor: pointer;
  z-index: 1053;
}

.fancybox__spinner svg {
  -webkit-animation: fancybox-rotate 2s linear infinite;
  animation: fancybox-rotate 2s linear infinite;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

.fancybox__spinner svg circle {
  fill: none;
  stroke-width: 2.75;
  stroke-miterlimit: 10;
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: fancybox-dash 1.5s ease-in-out infinite;
  animation: fancybox-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
  stroke: currentColor;
}

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
.fancybox__backdrop, .fancybox__caption, .fancybox__nav, .carousel__dots, .carousel__button.is-close {
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop, .fancybox__container.is-animated[aria-hidden=false] .fancybox__caption, .fancybox__container.is-animated[aria-hidden=false] .fancybox__nav, .fancybox__container.is-animated[aria-hidden=false] .carousel__dots, .fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close {
  -webkit-animation: 0.15s ease backwards fancybox-fadeIn;
  animation: 0.15s ease backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__backdrop, .fancybox__container.is-animated.is-closing .fancybox__caption, .fancybox__container.is-animated.is-closing .fancybox__nav, .fancybox__container.is-animated.is-closing .carousel__dots, .fancybox__container.is-animated.is-closing .carousel__button.is-close {
  -webkit-animation: 0.15s ease both fancybox-fadeOut;
  animation: 0.15s ease both fancybox-fadeOut;
}

.fancybox-fadeIn {
  -webkit-animation: 0.15s ease both fancybox-fadeIn;
  animation: 0.15s ease both fancybox-fadeIn;
}

.fancybox-fadeOut {
  -webkit-animation: 0.1s ease both fancybox-fadeOut;
  animation: 0.1s ease both fancybox-fadeOut;
}

.fancybox-zoomInUp {
  -webkit-animation: 0.2s ease both fancybox-zoomInUp;
  animation: 0.2s ease both fancybox-zoomInUp;
}

.fancybox-zoomOutDown {
  -webkit-animation: 0.15s ease both fancybox-zoomOutDown;
  animation: 0.15s ease both fancybox-zoomOutDown;
}

.fancybox-throwOutUp {
  -webkit-animation: 0.15s ease both fancybox-throwOutUp;
  animation: 0.15s ease both fancybox-throwOutUp;
}

.fancybox-throwOutDown {
  -webkit-animation: 0.15s ease both fancybox-throwOutDown;
  animation: 0.15s ease both fancybox-throwOutDown;
}

@-webkit-keyframes fancybox-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fancybox-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fancybox-fadeOut {
  to {
    opacity: 0;
  }
}
@keyframes fancybox-fadeOut {
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fancybox-zoomInUp {
  from {
    -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fancybox-zoomInUp {
  from {
    -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fancybox-zoomOutDown {
  to {
    -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
@keyframes fancybox-zoomOutDown {
  to {
    -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
@-webkit-keyframes fancybox-throwOutUp {
  to {
    -webkit-transform: translate3d(0, -30%, 0);
    transform: translate3d(0, -30%, 0);
    opacity: 0;
  }
}
@keyframes fancybox-throwOutUp {
  to {
    -webkit-transform: translate3d(0, -30%, 0);
    transform: translate3d(0, -30%, 0);
    opacity: 0;
  }
}
@-webkit-keyframes fancybox-throwOutDown {
  to {
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
    opacity: 0;
  }
}
@keyframes fancybox-throwOutDown {
  to {
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
    opacity: 0;
  }
}
.fancybox__carousel .carousel__slide {
  scrollbar-width: thin;
  scrollbar-color: #ccc rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
}

.fancybox__carousel.is-draggable .fancybox__slide, .fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox__carousel.is-dragging .fancybox__slide, .fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox__carousel .fancybox__slide .fancybox__content {
  cursor: auto;
}

.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox__image {
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: none;
  transition: none;
}

.has-image .fancybox__content {
  padding: 0;
  background: transparent;
  min-height: 1px;
}

.is-closing .has-image .fancybox__content {
  overflow: visible;
}

.has-image[data-image-fit=contain] {
  overflow: visible;
  -ms-touch-action: none;
  touch-action: none;
}

.has-image[data-image-fit=contain] .fancybox__image {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.has-image[data-image-fit=contain-w] {
  overflow-x: hidden;
  overflow-y: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__content {
  min-height: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__image {
  max-width: 100%;
  height: auto;
}

.has-image[data-image-fit=cover] {
  overflow: visible;
  -ms-touch-action: none;
  touch-action: none;
}

.has-image[data-image-fit=cover] .fancybox__content {
  width: 100%;
  height: 100%;
}

.has-image[data-image-fit=cover] .fancybox__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  -ms-flex-negative: 1;
  flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
  width: 100%;
  height: 80%;
}

.fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  width: 1920px;
  height: 1080px;
  max-width: 100%;
  max-height: 100%;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
  background: #e5e3df;
}

.fancybox__html5video, .fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: transparent;
}

.fancybox-placeholder {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.fancybox__thumbs {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
  padding: 0px 3px;
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs {
  -webkit-animation: 0.15s ease-in backwards fancybox-fadeIn;
  animation: 0.15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__thumbs {
  opacity: 0;
}

.fancybox__thumbs .carousel__slide {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: var(--fancybox-thumbs-width, 96px);
  margin: 0;
  padding: 8px 3px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: visible;
  cursor: pointer;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 5px solid var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
  opacity: 0;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
  opacity: 0.92;
}

.fancybox__thumbs .carousel__slide > * {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox__thumb {
  position: relative;
  width: 100%;
  padding-top: calc(100% / (var(--fancybox-thumbs-ratio, 1.5)));
  background-size: cover;
  background-position: center center;
  background-color: rgba(255, 255, 255, 0.1);
  background-repeat: no-repeat;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__toolbar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(8.1%, rgba(0, 0, 0, 0.006)), color-stop(15.5%, rgba(0, 0, 0, 0.021)), color-stop(22.5%, rgba(0, 0, 0, 0.046)), color-stop(29%, rgba(0, 0, 0, 0.077)), color-stop(35.3%, rgba(0, 0, 0, 0.114)), color-stop(41.2%, rgba(0, 0, 0, 0.155)), color-stop(47.1%, rgba(0, 0, 0, 0.198)), color-stop(52.9%, rgba(0, 0, 0, 0.242)), color-stop(58.8%, rgba(0, 0, 0, 0.285)), color-stop(64.7%, rgba(0, 0, 0, 0.326)), color-stop(71%, rgba(0, 0, 0, 0.363)), color-stop(77.5%, rgba(0, 0, 0, 0.394)), color-stop(84.5%, rgba(0, 0, 0, 0.419)), color-stop(91.9%, rgba(0, 0, 0, 0.434)), to(rgba(0, 0, 0, 0.44)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.006) 8.1%, rgba(0, 0, 0, 0.021) 15.5%, rgba(0, 0, 0, 0.046) 22.5%, rgba(0, 0, 0, 0.077) 29%, rgba(0, 0, 0, 0.114) 35.3%, rgba(0, 0, 0, 0.155) 41.2%, rgba(0, 0, 0, 0.198) 47.1%, rgba(0, 0, 0, 0.242) 52.9%, rgba(0, 0, 0, 0.285) 58.8%, rgba(0, 0, 0, 0.326) 64.7%, rgba(0, 0, 0, 0.363) 71%, rgba(0, 0, 0, 0.394) 77.5%, rgba(0, 0, 0, 0.419) 84.5%, rgba(0, 0, 0, 0.434) 91.9%, rgba(0, 0, 0, 0.44) 100%);
  padding: 0;
  -ms-touch-action: none;
  touch-action: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  --carousel-button-svg-width: 20px;
  --carousel-button-svg-height: 20px;
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4));
}

@media all and (min-width: 1024px) {
  .fancybox__toolbar {
    padding: 8px;
  }
}
.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar {
  -webkit-animation: 0.15s ease-in backwards fancybox-fadeIn;
  animation: 0.15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__toolbar {
  opacity: 0;
}

.fancybox__toolbar__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fancybox__toolbar__items--left {
  margin-right: auto;
}

.fancybox__toolbar__items--center {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.fancybox__toolbar__items--right {
  margin-left: auto;
}

@media (max-width: 640px) {
  .fancybox__toolbar__items--center:not(:last-child) {
    display: none;
  }
}
.fancybox__counter {
  min-width: 72px;
  padding: 0 10px;
  line-height: var(--carousel-button-height, 48px);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox__progress {
  background: var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  -ms-transform-origin: 0;
  transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  z-index: 30;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox__container:-webkit-full-screen::backdrop {
  opacity: 0;
}

.fancybox__container:-ms-fullscreen::backdrop {
  opacity: 0;
}

.fancybox__container:fullscreen::-ms-backdrop {
  opacity: 0;
}

.fancybox__container:fullscreen::backdrop {
  opacity: 0;
}

.fancybox__button--fullscreen g:nth-child(2) {
  display: none;
}

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__button--slideshow g:nth-child(2) {
  display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1) {
  display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
  display: block;
}

/*!
 * animate.css - https://animate.style/
 */
.animate {
  visibility: hidden;
}

:root {
  --animate-duration: 1.25s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}

.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animate__animated.animate__infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animate__animated.animate__repeat-1 {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: var(--animate-repeat);
  animation-iteration-count: var(--animate-repeat);
}

.animate__animated.animate__repeat-2 {
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2;
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 2);
  animation-iteration-count: calc(var(--animate-repeat) * 2);
}

.animate__animated.animate__repeat-3 {
  -webkit-animation-iteration-count: 3;
  animation-iteration-count: 3;
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 3);
  animation-iteration-count: calc(var(--animate-repeat) * 3);
}

.animate__animated.animate__delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-delay: var(--animate-delay);
  animation-delay: var(--animate-delay);
}

.animate__animated.animate__delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-delay: calc(var(--animate-delay) * 2);
  animation-delay: calc(var(--animate-delay) * 2);
}

.animate__animated.animate__delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation-delay: calc(var(--animate-delay) * 3);
  animation-delay: calc(var(--animate-delay) * 3);
}

.animate__animated.animate__delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
  -webkit-animation-delay: calc(var(--animate-delay) * 4);
  animation-delay: calc(var(--animate-delay) * 4);
}

.animate__animated.animate__delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
  -webkit-animation-delay: calc(var(--animate-delay) * 5);
  animation-delay: calc(var(--animate-delay) * 5);
}

.animate__animated.animate__faster {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-duration: calc(var(--animate-duration) / 2);
  animation-duration: calc(var(--animate-duration) / 2);
}

.animate__animated.animate__fast {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.8);
  animation-duration: calc(var(--animate-duration) * 0.8);
}

.animate__animated.animate__slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
}

.animate__animated.animate__slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-duration: calc(var(--animate-duration) * 3);
  animation-duration: calc(var(--animate-duration) * 3);
}

@media print, (prefers-reduced-motion: reduce) {
  .animate__animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
  .animate__animated[class*=Out] {
    opacity: 0;
  }
}

/* Fading entrances  */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.animate__fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}


@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

/* Fading exits */
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.animate__fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.animate__fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.animate__fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.animate__fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}


/* Zooming entrances */
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.animate__zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

/* Zooming exits */
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.animate__zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}
.animate__zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}
.animate__zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}

/* Sliding entrances */
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

/* Sliding exits */
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.animate__slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.animate__slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.animate__slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@-webkit-keyframes drawLineH {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

@keyframes drawLineH {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.animate__drawLineH {
  -webkit-animation-name: drawLineH;
  animation-name: drawLineH;
}

@-webkit-keyframes drawLineV {
  from {
    height: 0;
  }
  to {
    height: 100%;
  }
}

@keyframes drawLineV {
  from {
    height: 0;
  }
  to {
    height: 100%;
  }
}
.animate__drawLineV {
  -webkit-animation-name: drawLineV;
  animation-name: drawLineV;
}

@-webkit-keyframes hrFull {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes hrFull {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.animate__hrFull {
  -webkit-animation-name: hrFull;
  animation-name: hrFull;
}

@-webkit-keyframes hrFullReverse {
  from {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes hrFullReverse {
  from {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.animate__hrFullReverse {
  -webkit-animation-name: hrFullReverse;
  animation-name: hrFullReverse;
}

/**
 * Wheel Color Picker for jQuery
 */
.jQWCP-wWidget {
  position: absolute;
  width: 250px;
  height: 180px;
  background: #eee;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  border: solid 1px #aaa;
  padding: 10px;
  z-index: 1001;
  -ms-touch-action: none;
  touch-action: none;
}

.jQWCP-wWidget.jQWCP-block {
  position: relative;
  border-color: #aaa;
  -webkit-box-shadow: inset 1px 1px 1px #ccc;
  box-shadow: inset 1px 1px 1px #ccc;
}

.jQWCP-wWheel {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: relative;
  float: left;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  border: solid 1px #aaa;
  margin: -1px;
  margin-right: 10px;
  -webkit-transition: border 0.15s;
  transition: border 0.15s;
  cursor: crosshair;
}

.jQWCP-wWheel:hover {
  border-color: #666;
}

.jQWCP-wWheelOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  border-radius: 50%;
}

.jQWCP-wWheelCursor {
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6px -6px;
  cursor: crosshair;
  border: solid 2px #fff;
  -webkit-box-shadow: 1px 1px 2px #000;
  box-shadow: 1px 1px 2px #000;
  border-radius: 50%;
}

.jQWCP-slider-wrapper,
.jQWCP-wPreview {
  position: relative;
  width: 20px;
  height: 180px;
  float: left;
  margin-right: 10px;
}

.jQWCP-wWheel:last-child,
.jQWCP-slider-wrapper:last-child,
.jQWCP-wPreview:last-child {
  margin-right: 0;
}

.jQWCP-slider,
.jQWCP-wPreviewBox {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 1px #aaa;
  margin: -1px;
  border-radius: 4px;
  -webkit-transition: border 0.15s;
  transition: border 0.15s;
}

.jQWCP-slider {
  cursor: crosshair;
}

.jQWCP-slider-wrapper:hover .jQWCP-slider {
  border-color: #666;
}

.jQWCP-scursor {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 6px;
  margin: -5px -1px -5px -3px;
  cursor: crosshair;
  border: solid 2px #fff;
  -webkit-box-shadow: 1px 1px 2px #000;
  box-shadow: 1px 1px 2px #000;
  border-radius: 4px;
}

.jQWCP-wAlphaSlider,
.jQWCP-wPreviewBox {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAABlBMVEVAQEB/f39eaJUuAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3QYRBDgK9dKdMgAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAARSURBVAjXY/jPwIAVYRf9DwB+vw/x6vMT1wAAAABJRU5ErkJggg==") center center;
}

.jQWCP-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1000;
}


/* Mobile layout */
.jQWCP-mobile.jQWCP-wWidget {
    position: absolute;
    bottom: 50%;
    top: auto;
    left: 40px !important;
    width: 290px;
    height: 198px!important;
    max-height: 240px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
}
/*# sourceMappingURL=style.css.map */

@media (max-width: 575px) {
	.jQWCP-slider-wrapper, .jQWCP-wPreview {
	position: relative;
    height: 178px!important;
    width: 38px !important;
    float: left;
	margin-right: 5px;
	}

	
	.jQWCP-wWidget {
		padding: 8px 0px 8px 8px;
	}
	
	.jQWCP-wWheel {
	width: 180px !important;
    height: 180px !important;
		margin-right: 18px;
	}
	
	.jQWCP-scursor {
		width: 50%;
	}
	
	.jQWCP-slider, .jQWCP-wPreviewBox {
	position: absolute;
    width: 50%;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 1px #aaa;
    margin: -1px;
    border-radius: 4px;
    -webkit-transition: border 0.15s;
    transition: border 0.15s;
	}
	
	.jQWCP-scursor {
	position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 50%;
    height: 6px;
    margin: -5px -2px -5px -3px;
    cursor: crosshair;
    border: solid 2px #fff;
    -webkit-box-shadow: 1px 1px 2px #000;
    box-shadow: 1px 1px 2px #000;
    border-radius: 4px;
	}
}

 :root {
  --replace-offset: 100%;
  --replace-offset-2: calc((100% - var(--replace-offset) ) * -1)
}

.content-form .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=color], .content-form .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=date], .content-form .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=datetime-local], .content-form .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=datetime], .content-form .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=email], .content-form .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=month], .content-form .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=number], .content-form .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=password], .content-form .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=search], .content-form .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=tel], .content-form .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=text], .content-form .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=time], .content-form .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=url], .content-form .gform-theme.gform-theme--framework.gform_wrapper form .gform-body input[type=week], .content-form .gform-theme.gform-theme--framework.gform_wrapper form .gform-body select, .content-form .gform-theme.gform-theme--framework.gform_wrapper form .gform-body textarea {
	height: 68px;
}

.vergel-img {
	width: 50%;
}

.vergel-content {
	width: 90%;
}
.content-form .gform-theme.gform-theme--framework.gform_wrapper 
.gfield.application-icons .ginput_container_radio .gfield_radio label:hover i, 
.content-form .gform-theme.gform-theme--framework.gform_wrapper 
.gfield.color-icons .ginput_container_radio .gfield_radio label:hover i {
    background-color: #0085ae;
	color: #fff;
}

.header__region__menu {
    position: relative;
       display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 5px;
    cursor: pointer;
	color: #fff;
}


.header.sticky .header__region__menu > span {
  color: #255aa9;
}
.header.sticky .header__region__menu select {
  color: #255aa9;
}
.header.sticky .header__region__submenu {
  color: #255aa9;
}


.header__region__submenu {
     position: absolute;
    top: 100%;
    left: -63px;
    display: none;
    background-color: #c52f58;
    padding: 15px 0;
    width: 218px;
}


.header__region__submenu li a {
    text-decoration: none;
    display: block;
	color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 0 20px;
    display: block;
}


.header__region__submenu li a:hover {
	color: #e6ad13;
}

.header__region__menu:hover .header__region__submenu {
    display: block;
}

span.header__region__menu__label {
  font-size: 14px;
  color: #fff;
  line-height: 1;
}

.header__region:hover {
	background-color: #c52f58;
}

.header__region__menu__trigger {
     position: relative;
    width: 140px;
    height: 18px;
    font-size: 16px;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.header__region__menu__trigger:after {
  content: "\e905";
  color: #e6ad13;
  font-family: "sensient-icons" !important;
  font-style: normal;
	padding-left: 10px;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  text-overflow: ellipsis;
}

.carousel-jump {
    text-align: center;
    margin-top: 20px; 
    cursor: pointer;
	z-index: 99;
    position: relative;
}

.carousel-jump svg {
    width: 40px; 
    height: auto;
	position: relative;
    transition: transform 0.3s ease-in-out;
	bottom: 140px;
    z-index: 99;
}

.carousel-jump:hover svg {
    transform: translateY(5px);
}


.carousel-jump-sub {
    text-align: center;
    padding-bottom: 20px; 
    cursor: pointer;
	z-index: 99;
    position: relative;
}

.carousel-jump-sub svg {
    width: 40px; 
    height: auto;
	position: relative;
    transition: transform 0.3s ease-in-out;
	bottom: 0;
	top: 150px;
    z-index: 99;
}

.carousel-jump-sub:hover svg {
    transform: translateY(5px);
}

@media (max-width: 1444px) {

	.header__region__menu__trigger {
		font-size: 15px;
	}
}

@media (max-width: 1379px) {

	.header__region__menu__trigger {
		font-size: 14px;
		height: 19px;
	}
		.header__region__submenu {
		left: -55px;
	}
	
		.header__region {
		gap: 2px;
	}
}

@media (max-width: 1079px) {
	.carousel-jump-sub svg {
		top: 40px;
	}
}
#page-id-194 .small-text {
	display: none;
}

button#gform_submit_button_7 {
	    border: solid 1px transparent;
    border-radius: 56px;
    background: #e6ad13;
    margin: 0;
    padding: 0;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    font-size: 15px;
    font-weight: 800;
    color: #fff;
    padding: 18px 20px;
    line-height: 1em;
    letter-spacing: 0.025em;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    z-index: 1;
    -webkit-transition: 0.3s ease-in-out all;
    transition: 0.3s ease-in-out all;
    min-width: 260px;
}


button#gform_submit_button_7:hover {
    background: #6a148b;
    color: #fff;
}


section.template-legacy.section {
	max-width: 1020px;
	margin: 0 auto;
	padding: 50px 30px 0px 30px;
}

section.template-legacy.section strong {
font-weight: 600;
}

section.template-legacy.section p {
	font-size: 16px;
}

.form-control {
	border: 2px solid #bcbdbe;
	height: 45px;
}

.contact-us h1 {
	text-align: center;
	font-size: 58px;
	color: #1E8337;
	margin-top: 0;
	margin-bottom: 30px;
}

.contact-us h1 {
	color: #f35601;
}


.contact-us p {
	color: #818386;
}

.contact-us select {
	color: #f35601;
}

.location {
	display: none;
}

.changingArea {
	text-align: center;
}

.changingArea p {
	margin-top: 20px;
}

.center-content__content {
	text-align: center;
}

@media (min-width: 768px) {
    section.template-legacy.section .col-sm-1,
    section.template-legacy.section .col-sm-10,
    section.template-legacy.section .col-sm-11,
    section.template-legacy.section .col-sm-12,
    section.template-legacy.section .col-sm-2,
    section.template-legacy.section .col-sm-3,
    section.template-legacy.section .col-sm-4,
    section.template-legacy.section .col-sm-5,
    section.template-legacy.section .col-sm-6,
    section.template-legacy.section .col-sm-7,
    section.template-legacy.section .col-sm-8,
    section.template-legacy.section .col-sm-9 {
        float: left;
    }

    section.template-legacy.section .col-sm-6 {
        width: 50%;
    }
}

section.template-legacy.section .col-lg-1,
section.template-legacy.section .col-lg-10,
section.template-legacy.section .col-lg-11,
section.template-legacy.section .col-lg-12,
section.template-legacy.section .col-lg-2,
section.template-legacy.section .col-lg-3,
section.template-legacy.section .col-lg-4,
section.template-legacy.section .col-lg-5,
section.template-legacy.section .col-lg-6,
section.template-legacy.section .col-lg-7,
section.template-legacy.section .col-lg-8,
section.template-legacy.section .col-lg-9,
section.template-legacy.section .col-md-1,
section.template-legacy.section .col-md-10,
section.template-legacy.section .col-md-11,
section.template-legacy.section .col-md-12,
section.template-legacy.section .col-md-2,
section.template-legacy.section .col-md-3,
section.template-legacy.section .col-md-4,
section.template-legacy.section .col-md-5,
section.template-legacy.section .col-md-6,
section.template-legacy.section .col-md-7,
section.template-legacy.section .col-md-8,
section.template-legacy.section .col-md-9,
section.template-legacy.section .col-sm-1,
section.template-legacy.section .col-sm-10,
section.template-legacy.section .col-sm-11,
section.template-legacy.section .col-sm-12,
section.template-legacy.section .col-sm-2,
section.template-legacy.section .col-sm-3,
section.template-legacy.section .col-sm-4,
section.template-legacy.section .col-sm-5,
section.template-legacy.section .col-sm-6,
section.template-legacy.section .col-sm-7,
section.template-legacy.section .col-sm-8,
section.template-legacy.section .col-sm-9,
section.template-legacy.section .col-xs-1,
section.template-legacy.section .col-xs-10,
section.template-legacy.section .col-xs-11,
section.template-legacy.section .col-xs-12,
section.template-legacy.section .col-xs-2,
section.template-legacy.section .col-xs-3,
section.template-legacy.section .col-xs-4,
section.template-legacy.section .col-xs-5,
section.template-legacy.section .col-xs-6,
section.template-legacy.section .col-xs-7,
section.template-legacy.section .col-xs-8,
section.template-legacy.section .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 992px) {
    section.template-legacy.section .col-md-3 {
        width: 25%;
    }
}


p.gform_required_legend {
	display: none!important;
}

input#input_3_1025-0, input#input_3_1026-0, select#input_3_1029-0, input#input_3_1024-0  {
	display: flex;
	width: 24%;
	float: left;
	min-width: 275px;
	flex-wrap: wrap;
	margin-right: 10px;
	margin-bottom: 40px;
}


@media (max-width: 575px) {
	input#input_3_1025-0, input#input_3_1026-0, select#input_3_1029-0, input#input_3_1024-0  {
		width: 100%;
	}
}

.page-id-4194 .two-cols__column figure {
	margin: 0!important;
}


.page-id-4194 .two-cols__column aside {
	height: 0!important;
}

.capri-flex {
	display: flex;
	align-items: flex-start;
	color: #fff;
	gap: 50px;
}

.capri {
	float: right;
}

ul.wsp-pages-list, ul.wsp-posts-list, ul.wsp-resources-list {
	text-align: center;
}


ul.wsp-pages-list, ul.wsp-posts-list, ul.wsp-resources-list, ul.wsp-archives-list, ul.wsp-authors-list {
	list-style-type: none!important;
}

ul.wsp-pages-list,
ul.wsp-pages-list ul.children {
  list-style-type: none;  
  padding-left: 0;        
  margin-left: 0;         
}

.footer__linkedin {
	display: flex;
	justify-content: center;
}

@media (min-width: 1279px) {

.no-link > a{
	  pointer-events: none;
  cursor: default;
	  text-decoration: none;
  color: inherit; 
}

.no-link:hover{
background-color: #c52f58;
    color: #fff !important;
	}
}


.header__menu .sub-menu {
    display: none; 
}


.header__menu .sub-menu .sub-menu {
	color: #e6ad13;
	padding: 0px 20px;
}

.header__menu .sub-menu .sub-menu li::before {
  content: '–';
  position: absolute;
  opacity: 0;
  transition: opacity 0.15s linear;
}

.header__menu .sub-menu .sub-menu li::before {
  opacity: 1;
}

.header__menu .sub-menu .sub-menu {
  overflow: hidden;
  position: relative; 
}

.header__menu > li.first > .sub-menu {
	width: 530px;
}

.innovation-dd:after {
	    content: "\e905";
    font-family: "sensient-icons" !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #e6ad13;
	padding-left: 5px;
    font-size: 12px;
    font-weight: normal;
}

