.scrollDisable {
  overflow: hidden;
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl,
.container-xxxl {
  --bs-gutter-x: 3rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-right: auto;
  margin-left: auto;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

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

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

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

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

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

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

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

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

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

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

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

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

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

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

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

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

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

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

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

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

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

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

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

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

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

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

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

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

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

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

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

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

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

@font-face {
  font-family: 'Bebas Neue Pro';
  src: local("Bebas Neue Pro Bold"), local("BebasNeuePro-Bold"), url("../fonts/BebasNeuePro-Bold.woff2") format("woff2"), url("../fonts/BebasNeuePro-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  color: #000;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  background-color: #fff;
}

body.contentLocked {
  overflow: hidden;
}

html,
body {
  height: 100%;
}

[hidden],
.visually-hidden {
  display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Bebas Neue Pro', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}

.section-title-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
}

.section-title-wrapper .section-title {
  margin: 0;
}

.section-title-icon {
  border-radius: 20px;
}

h1.section-title {
  font-size: 2rem;
}

h2.section-title {
  font-size: 1.5rem;
}

p {
  margin: 16px 0;
  font-size: 1rem;
  line-height: 1.375;
}

.content-wrapper article:not(:first-child):not(.block-item),
.content-wrapper .content-card:not(:first-child):not(.block-item) {
  margin-top: 35px;
}

.content-wrapper ol,
.content-wrapper ul {
  line-height: 1.375;
}

.content-wrapper ol ol,
.content-wrapper ol ul,
.content-wrapper ul ol,
.content-wrapper ul ul {
  margin: 8px 0 14px;
}

.content-wrapper ol:not([class]) li,
.content-wrapper ul:not([class]) li {
  margin-bottom: 8px;
}

.content-wrapper p a:not(.btn),
.content-wrapper ol:not([class]) a:not(.btn),
.content-wrapper ul:not([class]) a:not(.btn),
.content-wrapper .styled-list a:not(.btn) {
  color: #49bcca;
  font-weight: bold;
  transition: all 0.3s ease-out;
}

.content-wrapper p a:not(.btn):hover,
.content-wrapper ol:not([class]) a:not(.btn):hover,
.content-wrapper ul:not([class]) a:not(.btn):hover,
.content-wrapper .styled-list a:not(.btn):hover {
  background-color: rgba(225, 225, 225, 0.6);
}

.content-wrapper img {
  max-width: 100%;
}

*::-webkit-scrollbar {
  width: 10px;
}

*::-webkit-scrollbar-track {
  background-color: #d9d9d9;
}

*::-webkit-scrollbar-thumb {
  background-color: #5dc3d0;
}

*::-webkit-scrollbar-thumb:hover {
  background-color: #49bcca;
}

/**
 * Disable smooth scrolling when users have prefers-reduced-motion enabled
 */

#page-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
}

.main-content {
  flex: 1;
}

body:not(.page-inner) .main-content {
  padding-top: 30px;
  padding-bottom: 30px;
}

.page-inner .main-content {
  padding-top: 45px;
  padding-bottom: 45px;
}

.article-title,
.content-card-title {
  font-family: 'Bebas Neue Pro', sans-serif;
  font-size: 1.75rem;
  text-transform: uppercase;
}

.article-title-center,
.content-card-title-center {
  text-align: center;
}

.article-grid {
  display: flex;
}

section + section {
  margin: 40px 0;
}

.section img {
  max-width: 100%;
}

.content-with-sidebar {
  display: flex;
  justify-content: space-between;
}

.content-item {
  margin-bottom: 30px;
}

.topbar-box a,
.sidebar-box a {
  display: block;
}

.topbar img {
  display: block;
  max-width: 100%;
  max-height: 90px;
}

.sidebar-box img {
  display: block;
  width: 100%;
}

.panel-bottom {
  display: flex;
  gap: 15px;
  margin: 35px 0;
}

.panel-bottom-center {
  justify-content: center;
}

.description-md {
  max-width: 440px;
}

.description-text-md {
  max-width: 340px;
}

.description-center {
  margin: 0 auto;
  text-align: center;
}

.justify-content-between {
  justify-content: space-between;
}

button,
.btn {
  transition: all .2s ease-out;
}

button:not([disabled]) {
  cursor: pointer;
}

.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 140px;
  padding: 14px 20px;
  color: #fff;
  font-size: 1rem;
  line-height: 1;
  font-weight: 500;
  text-transform: capitalize;
  text-align: center;
  text-decoration: none;
  border: none;
  border-radius: 28px;
  background: transparent;
}

.btn:hover,
.btn:focus {
  text-decoration: none;
}

.btn:disabled {
  opacity: .4;
  cursor: not-allowed;
  pointer-events: none;
}

.btn-block {
  width: 100%;
}

.btn-text {
  text-align: left;
  color: #000;
}

.btn-text:hover {
  color: #38b2c1;
  background-color: rgba(204, 204, 204, 0.3);
}

.btn-text .icon {
  fill: currentColor;
}

.btn-nav {
  padding: 10px;
  border: none;
  background: none;
  cursor: pointer;
  border-radius: 8px;
}

.btn-nav:not(.btn-search) img,
.btn-nav:not(.btn-search) svg {
  width: 24px;
  height: 24px;
}

.btn-nav:not(.btn-search):hover {
  background-color: #efefef;
}

.mobileMenuActive .btn-nav:not(.btn-search) {
  background-color: #efefef;
}

.btn-nav img,
.btn-nav svg {
  display: block;
  width: 18px;
  height: 18px;
}

.btn-tiffany {
  background-color: #49bcca;
}

.btn-tiffany:hover {
  background-color: #37afbd;
}

.btn-red {
  background-color: #ff5252;
}

.btn-red:hover {
  background-color: #ff3333;
}

.btn .icon {
  flex: none;
  margin-right: 12px;
  width: 35px;
  height: 35px;
}

.bg-blue-light {
  background-color: #e8f6f8;
}

.table-responsive {
  margin: 25px 0;
  overflow-x: auto;
}

table {
  width: 100%;
  border-collapse: collapse;
}

table th,
table td {
  line-height: 1.1;
}

table th {
  font-weight: normal;
}

table a {
  color: #49bcca;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease-out;
}

table ul {
  margin: 0;
  padding: 0 0 0 20px;
}

.table-search-results th,
.table-search-results td,
.table-info-vertical th,
.table-info-vertical td {
  padding: 18px 24px;
}

.table-search-results th,
.table-info-vertical th {
  text-align: left;
}

.table-search-results thead tr {
  background-color: #49bcca;
}

.table-search-results thead th {
  color: #fff;
  white-space: nowrap;
}

.table-search-results tbody tr:nth-child(odd) {
  background-color: #eff8f9;
}

.table-search-results a {
  display: inline-flex;
  padding: 5px 16px 5px 0;
  border-radius: 3px;
}

.table-search-results a span {
  position: relative;
  transition: transform 0.3s ease-out;
}

.table-search-results a:hover {
  color: #fff;
  background-color: #49bcca;
}

.table-search-results a:hover span {
  transform: translateX(8px);
}

.table-info-reference {
  margin-top: 4px;
  background-color: #eff8f9;
}

.table-info-reference th,
.table-info-reference td {
  padding: 2px 8px;
  font-size: 0.75rem;
  line-height: 1.33333;
}

.table-info-data thead tr {
  background-color: #49bcca;
}

.table-info-data thead th {
  color: #fff;
  white-space: nowrap;
}

.table-info-data tbody tr:nth-child(odd) {
  background-color: #eff8f9;
}

.table-info-data th,
.table-info-data td {
  padding: 10px 14px;
  text-align: center;
}

.table-info-data th {
  font-weight: 600;
}

.table-info-vertical tr {
  background-color: #eff8f9;
}

.table-info-vertical tr:not(:first-child) {
  border-top: 5px solid #fff;
}

.table-info-vertical th {
  width: 20%;
  min-width: 200px;
  font-weight: bold;
}

.table-info-vertical a:hover {
  color: #38b2c1;
  text-decoration: underline;
}

form {
  margin: 0;
}

.label-is-hidden {
  display: none;
}

label {
  display: block;
  font-weight: 600;
}

select {
  appearance: none;
}

select:focus {
  box-shadow: 0 0 10px rgba(20, 147, 161, 0.4);
}

select.form-control {
  color: #1493a1;
  border-color: #1493a1;
}

textarea {
  resize: none;
}

textarea.form-control {
  padding-top: 15px;
  padding-bottom: 15px;
}

.form:last-child {
  margin-top: 35px;
}

.form:not(:last-child) {
  margin: 35px 0;
}

.form-select {
  width: 100%;
  max-width: 450px;
}

.form-select:not(.form-select-multiple) {
  position: relative;
}

.form-select:not(.form-select-multiple):after {
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  display: block;
  width: 12px;
  height: 8px;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMS40MTUgMCA2IDQuOTQ3IDEwLjU4NSAwIDEyIDEuNTI3IDYgOCAwIDEuNTI3IDEuNDE1IDB6IiBmaWxsPSIjMTQ5M0ExIi8+PC9zdmc+");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 0.65rem auto;
  pointer-events: none;
  z-index: 1;
}

.form-control {
  width: 100%;
  min-height: 44px;
  padding: 3px 22px;
  color: #868285;
  font-size: 1rem;
  line-height: 1;
  font-weight: 500;
  border: 1px solid #ddd;
  border-radius: 15px;
  transition: all .2s ease-in-out;
  background: #efefef;
}

.form-select-multiple .form-control {
  border-radius: 0;
}

.form-control::placeholder {
  color: #606060;
  font-size: 1rem;
  line-height: 1;
  font-weight: 500;
}

.form-control:focus {
  outline: none;
}

.form-control option {
  color: #1493a1;
  font-weight: 600;
}

.form-item {
  margin: 20px 0;
}

.form-item-inline {
  display: flex;
}

.form-item-inline label {
  width: 100%;
}

.form-row {
  display: flex;
  max-width: 960px;
}

.form-row + .btn {
  margin-top: 20px;
}

.form-col {
  margin-bottom: 20px;
}

.form-col-half {
  max-width: 440px;
  flex: 0 0 calc(50% - 10px);
}

.main-menu ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-menu .has-submenu {
  position: relative;
}

.main-menu .menu-lvl-one:hover > a {
  color: #49bcca;
}

.main-menu .menu-lvl-one > a {
  color: #000;
  font-size: 1rem;
  font-weight: 700;
}

.main-menu .menu-lvl-two:hover > a {
  color: #000;
}

.main-menu .menu-lvl-two > a {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 600;
}

.main-menu a {
  display: block;
  text-transform: capitalize;
  text-decoration: none;
  transition: all .2s ease-out;
  white-space: nowrap;
}

.main-menu .submenu-active > .btn-cross {
  transform: rotate(180deg);
}

.main-menu .submenu-active > .submenu {
  display: block;
  margin: 0 -25px;
  padding-right: 25px;
  padding-left: 25px;
}

.main-menu .submenu a {
  position: relative;
  left: 0;
}

.main-menu .submenu a:hover {
  left: 3px;
}

.main-menu .btn-cross {
  display: none;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 2px;
  right: 0;
  border: none;
  background: url("data:image/svg+xml,%3Csvg width='17' height='11' viewBox='0 0 17 11' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.5 11L10.5 8.908L17 2.096L15 0L8.5 6.811L2 0L0 2.096L6.5 8.908L8.5 11z' fill='white'/%3E%3C/svg%3E") no-repeat center/14px transparent;
  transition: transform 0.3s ease;
  z-index: 1;
}

.mobileMenuActive .main-menu {
  position: fixed;
  top: var(--header-height);
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  background-color: #49bcca;
  overflow-y: auto;
}

.mobileMenuActive .main-menu ul {
  flex-direction: column;
  width: 100%;
}

.mobileMenuActive .main-menu > ul {
  padding: 0 25px;
}

.mobileMenuActive .main-menu a {
  padding: 10px 0;
}

.mobileMenuActive .main-menu a:hover {
  color: #000;
}

.mobileMenuActive .main-menu .menu-lvl-one {
  margin: 5px 0;
}

.mobileMenuActive .main-menu .menu-lvl-one > a {
  color: #fff;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 600;
}

.mobileMenuActive .main-menu .btn-cross {
  display: block;
}

.nav-aside {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-aside li {
  position: relative;
}

.nav-aside li .active,
.nav-aside li:hover {
  background-color: #d93939;
}

.nav-aside li .active:after,
.nav-aside li:hover:after {
  height: 100%;
}

.nav-aside li .active:before,
.nav-aside li:hover:before {
  background-color: #d93939;
}

.nav-aside li:after {
  content: '';
  display: block;
  position: absolute;
  right: 1px;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 0;
  transition: all .2s ease-out;
  background-color: #fff;
}

.nav-aside li:before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  width: 50vw;
  background-color: transparent;
}

.nav-aside a {
  display: block;
  padding: 12px 15px 12px 0;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 500;
  text-transform: capitalize;
  text-decoration: none;
  transition: all .2s ease-out;
}

#scrollTopBtn {
  position: fixed;
  right: 20px;
  bottom: 15%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  width: 48px;
  height: 48px;
  border: none;
  border-radius: 50%;
  overflow: hidden;
  background-color: #49bcca;
  cursor: pointer;
  z-index: 10;
}

#scrollTopBtn svg {
  fill: #5dc3d0;
  transition: all .2s ease;
}

#scrollTopBtn:hover svg {
  fill: #38b2c1;
  transform: scale(1.1);
}

.social-media-list {
  display: flex;
  align-items: center;
  gap: 30px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.social-media-list li {
  position: relative;
}

.social-media-list a {
  display: block;
  text-decoration: none;
}

.social-media-list a:hover img,
.social-media-list a:hover svg {
  transform: scale(1.05);
}

.social-media-list a:hover svg {
  fill: #fff;
}

.social-media-list img,
.social-media-list svg {
  display: block;
  width: 48px;
  height: 48px;
  transition: all .2s ease-out;
}

.social-media-list svg {
  fill: #1ca8b6;
}

.footer-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 4vw;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-menu li {
  position: relative;
}

.footer-menu li .active:before,
.footer-menu li:hover:before {
  width: 100%;
}

.footer-menu li:hover a {
  color: #000;
}

.footer-menu li:hover:before {
  background-color: #fff;
}

.footer-menu li:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  transition: all .2s ease-out;
  border-radius: 3px;
}

.footer-menu a {
  display: block;
  padding: 10px 5px;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 600;
  text-transform: capitalize;
  text-decoration: none;
  text-align: center;
  transition: all .2s ease-out;
  white-space: nowrap;
}

.block-grid {
  display: grid;
  background-color: #49bcca;
  border-radius: 20px;
  overflow: hidden;
}

.block-bg,
.block-content {
  grid-row-start: 1;
  grid-column-start: 1;
}

.block-bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.block-content h1 {
  font-size: 2.5rem;
  line-height: 1;
}

.block-content h2 {
  font-size: 3rem;
  line-height: 0.89286;
  text-transform: capitalize;
}

.block-content-grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.block-content-right {
  display: flex;
  align-items: center;
  gap: 20px;
}

.block-content-right .block-text {
  max-width: 220px;
  text-align: center;
}

.block-title {
  margin: 0;
  color: #fff;
  text-wrap: balance;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.block-text {
  color: #fff;
}

.content-boxes:not(.columns-2) {
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
  margin: 35px 0;
}

.content-boxes.columns-2 .content-box {
  break-inside: avoid;
  margin-bottom: 42px;
}

.content-boxes.columns-2 .styled-list {
  margin: 0;
}

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

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

.content-box {
  width: 100%;
  padding: 30px 35px;
  border-radius: 20px;
}

.content-box:not(.bg-blue-light) {
  box-shadow: 0 4px 60px rgba(0, 0, 0, 0.1);
}

.content-box-img {
  padding: 30px 25px;
  background-color: #f9f9f9;
  border-radius: 20px;
}

.content-box-description {
  max-width: 780px;
  text-wrap: balance;
}

.content-box-description-center {
  text-align: center;
}

.content-box-title {
  font-family: 'Bebas Neue Pro', sans-serif;
  font-size: 2rem;
  line-height: 1.0625;
  text-transform: uppercase;
}

.content-box-title:not(.content-box-title-flex) {
  margin: 0 0 20px;
}

.content-box-title-flex {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 0;
}

.content-box-title span {
  font-size: initial;
  font-weight: initial;
  font-family: initial;
}

.content-box .flex-column {
  display: flex;
  flex-direction: column;
}

.content-box .flex-column-center {
  align-items: center;
}

.content-box-md {
  max-width: 440px;
}

.content-box-lg {
  max-width: 720px;
}

.content-box-panel {
  display: flex;
  gap: 10px;
}

.content-box-panel .btn {
  flex: 1;
}

.search-results-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  max-width: 860px;
}

.search-results-list a {
  display: block;
  padding: 20px 30px;
  color: #49bcca;
  line-height: 1.375;
  font-weight: 600;
  border-radius: 15px;
  background-color: #e8f7f8;
  transition: all 0.3s ease-out;
}

.search-results-list a:hover {
  background-color: #d4f0f2;
}

.newsletter-iframe {
  width: 100%;
  height: 70vh;
}

.newsletter-iframe-wrapper {
  margin: 35px 0;
  border-radius: 20px;
  box-shadow: 0 4px 60px rgba(0, 0, 0, 0.1);
}

.styled-list {
  padding: 0 0 0 20px;
}

.styled-list:not(:last-child) {
  margin: 15px 0;
}

.styled-list:last-child {
  margin: 15px 0 0;
}

.styled-list li {
  list-style-type: disc;
}

.styled-list li::marker {
  color: #ff5252;
  font-size: 1.2em;
}

.styled-list a {
  text-decoration: none;
}

.grid-two-columns {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 0 35px;
  max-width: 620px;
}

.columns-2 {
  columns: 410px auto;
  column-gap: 38px;
}

.columns-3 {
  columns: 290px auto;
  column-gap: 14px;
}

.columns-3 li {
  break-inside: avoid;
}

.img-wrapper {
  margin: 25px 0;
}

.img-wrapper img {
  border-radius: 20px;
  box-shadow: 0 4px 60px rgba(0, 0, 0, 0.1);
}

.alphabetic-index {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 4px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.alphabetic-index a {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1 / 1;
  width: 33px;
  color: #49bcca;
  font-weight: bold;
  text-decoration: none;
  border: 1px solid #49bcca;
  border-radius: 8px;
  transition: all .3s ease-out;
}

.alphabetic-index a:hover {
  color: #fff;
  background-color: #49bcca !important;
}

.main-header {
  position: sticky;
  top: 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 18px 0 22px;
  box-shadow: 0 4px 60px rgba(0, 0, 0, 0.1);
  z-index: 50;
}

.main-header.sticky .header-blur {
  opacity: 1;
}

.main-header .header-blur {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, 0.94);
  z-index: -1;
}

.main-header-top,
.main-header-bottom {
  position: relative;
  display: flex;
}

.mobileMenuActive .main-header-bottom {
  display: flex;
  padding-top: 20px;
}

.main-header .mobile-wrapper {
  display: flex;
  align-items: center;
}

.mobileMenuActive .main-header .mobile-wrapper .btn {
  background-color: #ff5252;
  color: #fff;
}

.main-header .user-nav {
  display: flex;
}

.mobileMenuActive .main-header .user-nav {
  justify-content: center;
}

.main-header .search-form {
  position: relative;
}

.main-header .search-form .btn-search {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  overflow: hidden;
  border-radius: 20px;
}

.main-header .search-form .btn-search:hover {
  transform: translateY(-50%) scale(1.1);
  background-color: #fff;
  border: 1px solid #ddd;
}

.main-header .logo {
  display: block;
  text-decoration: none;
}

.main-header .logo:hover {
  color: #161941;
}

.main-header .logo img {
  display: block;
  max-width: 100%;
}

.main-header #mobileMenuTrigger {
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 48px;
  min-width: 48px;
  height: 48px;
  margin-left: auto;
  padding: 12px;
  border: none;
  background-color: #49bcca;
  cursor: pointer;
  border-radius: 50%;
}

.main-header #mobileMenuTrigger span {
  display: block;
  position: relative;
  top: 0;
  width: 100%;
  height: 3px;
  margin: 2px auto;
  transition: top, transform 0.3s 0s;
  background-color: #fff;
  transition-duration: 0s;
}

.main-header #mobileMenuTrigger span:first-child,
.main-header #mobileMenuTrigger span:last-child {
  transition-duration: 0.2s;
  transition-delay: 0.2s, 0s;
}

.mobileMenuActive .main-header #mobileMenuTrigger {
  background-color: #fff;
}

.mobileMenuActive .main-header #mobileMenuTrigger span {
  background-color: #49bcca;
  transition-delay: 0.2s;
}

.mobileMenuActive .main-header #mobileMenuTrigger span:first-child,
.mobileMenuActive .main-header #mobileMenuTrigger span:last-child {
  transition-delay: 0s, 0.2s;
}

.mobileMenuActive .main-header #mobileMenuTrigger span:first-child {
  top: 7px;
  transform: rotate(45deg);
}

.mobileMenuActive .main-header #mobileMenuTrigger span:first-child + span {
  background-color: rgba(0, 0, 0, 0);
}

.mobileMenuActive .main-header #mobileMenuTrigger span:last-child {
  top: -7px;
  transform: rotate(-45deg);
}

.mobileMenuActive .main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #49bcca;
}

.mobileMenuActive .main-header .header-blur {
  opacity: 0;
}

.footer {
  padding: 20px 0;
  color: #fff;
  text-align: center;
  background-color: #49bcca;
}

.advertising-description {
  margin: 60px 0 40px;
  padding: 30px 35px;
  border-radius: 20px;
  background-color: #eff9fa;
}

.advertising-contacts {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #1493A1;
  line-height: 1.375;
  font-weight: bold;
}

.advertising-contacts a {
  color: #1493a1;
}

.advertising-contacts a:hover {
  color: #0e6a74;
}

.section-welcome .description {
  color: #fff;
}

.section-welcome .b-welcome {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 30px;
}

.section-welcome .block-compounding .block-content {
  width: 100%;
  max-width: 900px;
  justify-self: center;
}

.section-welcome .block-ijpc {
  min-width: 320px;
}

.section-our-services .services-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.section-our-services .service-item {
  padding: 25px 18px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  border: 1px solid transparent;
  transform: translateZ(0);
  backface-visibility: hidden;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}

.section-our-services .service-item:nth-child(even) .service-icon {
  background-color: #ff5252;
}

.section-our-services .service-item:nth-child(odd) .service-icon {
  background-color: #49bcca;
}

.section-our-services .service-item:hover {
  transform: scale(1.03);
  border-color: #efebeb;
  background-color: rgba(255, 255, 255, 0.3);
}

.section-our-services .service-item-top {
  display: flex;
  gap: 20px;
}

.section-our-services .service-item-bottom {
  margin-top: 15px;
}

.section-our-services .service-item p {
  margin: 0;
}

.section-our-services .service-link {
  color: #000;
  text-decoration: none;
}

.section-our-services .service-description {
  flex: 1;
}

.section-our-services .service-name {
  margin: 0 0 10px;
  font-family: "Inter", sans-serif;
  font-size: 1.125rem;
  line-height: 1;
  text-transform: none;
}

.section-our-services .service-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 88px;
  height: 88px;
  border-radius: 20px;
}

.section-your-opinion .block-content {
  align-self: center;
}

.section-your-opinion .block-content-grid {
  display: flex;
}

.section-your-opinion .block-content-right {
  display: flex;
  gap: 20px;
}

.section-your-opinion .block-text {
  color: #fff;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.section-your-opinion .block-text p {
  max-width: 220px;
}

.section-cnl .subscribe {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  padding: 30px 40px;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 60px rgba(0, 0, 0, 0.1);
}

.section-cnl .subscribe-description {
  display: flex;
  gap: 25px;
}

.section-cnl .subscribe-description-text {
  max-width: 700px;
}

.section-cnl .subscribe-description p {
  margin: 0;
}

.section-cnl .subscribe-title {
  margin: 0 0 5px;
  color: #1ca8b6;
  font-family: 'Bebas Neue Pro', sans-serif;
  font-size: 2rem;
  line-height: 1.0625;
  text-transform: uppercase;
}

.sop-category {
  column-gap: 40px;
  padding: 0;
  margin: 25px 0;
  list-style: none;
}

.sop-category li {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 12px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  font-size: 1rem;
  font-weight: bold;
}

.sop-category li:hover .sop-category-num {
  background-color: #38b2c1;
}

.sop-category li:hover .sop-category-name {
  color: #38b2c1;
}

.sop-category-num,
.sop-category-name {
  transition: all 0.2s ease-out;
}

.sop-category-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 10px 14px;
  color: #fff;
  font-weight: bold;
  background-color: #49bcca;
  border-radius: 10px;
}

.sop-category-name {
  color: #49bcca;
}

.table-features {
  border-collapse: separate;
  border-spacing: 0 6px;
  max-width: 480px;
}

.table-features tbody td {
  background-color: #fff;
}

.table-features tbody td:first-child {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.table-features tbody td:last-child {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.table-features th,
.table-features td {
  padding: 12px 14px;
}

.table-features .price {
  white-space: nowrap;
}

.subscription-types {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.subscription-item span {
  display: inline-block;
  font-size: 1rem;
  font-weight: 600;
  margin-right: 14px;
}

.sign-up-offer {
  font-family: 'Bebas Neue Pro';
  font-size: 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
}

@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container,
  .container-sm,
  .container-md {
    max-width: 720px;
  }

  .section-title-icon {
    width: 80px;
  }

  .article-grid img {
    border-radius: 20px;
  }

  .topbar {
    flex: 1;
    display: flex;
    justify-content: flex-end;
  }

  .panel-bottom {
    align-items: center;
  }

  .form-col .form-control {
    min-width: 320px;
  }

  .form-col-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .form-col-auto .form-control {
    min-width: 450px;
  }

  .main-menu a {
    padding: 5px 0;
  }

  .block-content {
    padding: 30px 40px;
    align-self: center;
  }

  .content-box-panel {
    align-items: center;
  }

  .newsletter-iframe-wrapper {
    padding: 30px 35px;
  }

  .advertising-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
  }

  .section-welcome .block-content-grid {
    gap: 45px;
  }

  .section-your-opinion .block-content {
    padding: 30px 40px;
  }

  .section-your-opinion .block-content-grid {
    justify-content: space-between;
    align-items: center;
  }

  .section-your-opinion .block-content-right {
    align-items: center;
  }

  .section-your-opinion .block-content-right .block-text {
    text-align: center;
    max-width: 220px;
  }

  .section-cnl .subscribe-description {
    align-items: center;
  }

  .section-cnl .subscribe-form-inner {
    align-items: center;
    gap: 7px;
  }

  .sop-category {
    column-count: 2;
  }
}

@media (min-width: 992px) {
  .show-on-mobile {
    display: none;
  }

  .container,
  .container-sm,
  .container-md,
  .container-lg {
    max-width: 960px;
  }

  .form-item-inline {
    gap: 20px;
    align-items: center;
  }

  .form-item-inline label {
    max-width: 90px;
  }

  .form-row {
    gap: 20px;
  }

  .main-menu .menu-lvl-one:hover .submenu {
    display: block;
  }

  .main-menu .submenu {
    position: absolute;
    top: calc(100% + 26px);
    left: 50%;
    transform: translateX(-50%);
    display: none;
    min-width: 180px;
    padding: 20px 25px;
    border-radius: 20px;
    background-color: #49bcca;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
  }

  .main-menu .submenu:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 100%;
    height: 29px;
    width: 100%;
  }

  .main-menu .submenu:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: calc(100% - 1px);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 14px 12px 14px;
    border-color: transparent transparent #49bcca transparent;
  }

  .nav-aside li:hover a,
  .nav-aside li.active a {
    left: 3px;
  }

  .nav-aside li:hover a:before {
    background-color: #fff;
  }

  .nav-aside a {
    left: 0;
    transition: all 0.2s ease-out;
  }

  .main-header-top,
  .main-header-bottom {
    justify-content: space-between;
    align-items: center;
    gap: 30px;
  }

  .main-header .mobile-wrapper {
    gap: 15px;
  }

  .main-header .user-nav {
    align-items: center;
    gap: 15px;
  }
}

@media (min-width: 1200px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1140px;
  }

  .article-grid {
    justify-content: space-between;
    align-items: center;
    gap: 5vw;
  }

  .article-grid-item {
    max-width: 32vw;
  }

  .article-grid-item-img {
    min-width: 22vw;
  }

  .article-grid-item-flex {
    flex: 1;
  }

  .content-with-sidebar {
    gap: 3vw;
  }

  .content-with-sidebar .content-wrapper {
    flex: 1;
  }

  .sidebar {
    display: flex;
    flex-direction: column;
    gap: 14px;
    flex: 1;
    width: 100%;
    min-width: 160px;
    max-width: 180px;
  }
}

@media (min-width: 1300px) {
  h1.section-title {
    font-size: calc( 32px + (46 - 32) * ((100vw - 1300px) / (1600 - 1300)));
  }

  h2.section-title {
    font-size: calc( 24px + (32 - 24) * ((100vw - 1300px) / (1600 - 1300)));
  }

  .article-title,
  .content-card-title {
    font-size: calc( 28px + (32 - 28) * ((100vw - 1300px) / (1600 - 1300)));
  }

  .main-menu .menu-lvl-one > a {
    font-size: calc( 16px + (18 - 16) * ((100vw - 1300px) / (1600 - 1300)));
  }

  .main-menu .menu-lvl-two > a {
    font-size: calc( 14px + (16 - 14) * ((100vw - 1300px) / (1600 - 1300)));
  }

  .block-content h1 {
    font-size: calc( 40px + (58 - 40) * ((100vw - 1300px) / (1600 - 1300)));
  }

  .block-content h2 {
    font-size: calc( 48px + (56 - 48) * ((100vw - 1300px) / (1600 - 1300)));
  }

  .sop-category li {
    font-size: calc( 16px + (18 - 16) * ((100vw - 1300px) / (1600 - 1300)));
  }

  .subscription-item span {
    font-size: calc( 16px + (18 - 16) * ((100vw - 1300px) / (1600 - 1300)));
  }

  .sign-up-offer {
    font-size: calc( 24px + (32 - 24) * ((100vw - 1300px) / (1600 - 1300)));
  }
}

@media (min-width: 1400px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl,
  .container-xxl {
    max-width: 1320px;
  }

  .section-title-wrapper {
    margin: 0 0 32px;
  }

  h1.section-title {
    margin: 0 0 32px;
  }

  h2.section-title {
    margin: 0 0 28px;
  }

  .article-title,
  .content-card-title {
    margin: 0 0 28px;
  }
}

@media (min-width: 1600px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl,
  .container-xxl,
  .container-xxxl {
    max-width: 1560px;
  }

  h1.section-title {
    font-size: 2.875rem;
  }

  h2.section-title {
    font-size: 2rem;
  }

  .article-title,
  .content-card-title {
    font-size: 2rem;
  }

  .main-menu .menu-lvl-one > a {
    font-size: 1.125rem;
  }

  .main-menu .menu-lvl-two > a {
    font-size: 1rem;
  }

  .main-menu .menu-lvl-one {
    margin: 0 20px;
  }

  .block-content h1 {
    font-size: 3.625rem;
  }

  .block-content h2 {
    font-size: 3.5rem;
  }

  .sop-category li {
    font-size: 1.125rem;
  }

  .subscription-item span {
    font-size: 1.125rem;
  }

  .sign-up-offer {
    font-size: 2rem;
  }
}

@media (max-width: 1399.98px) {
  .section-title-wrapper {
    margin: 0 0 20px;
  }

  h1.section-title {
    margin: 0 0 20px;
  }

  h2.section-title {
    margin: 0 0 15px;
  }

  .article-title,
  .content-card-title {
    margin: 0 0 15px;
  }

  .section-cnl .subscribe {
    flex-direction: column;
  }
}

@media (max-width: 1199.98px) {
  .article-grid {
    flex-direction: column;
    gap: 40px;
  }

  .article-grid-item-img {
    order: 1;
  }

  .content-with-sidebar {
    flex-direction: column;
    gap: 40px;
  }

  .sidebar {
    columns: 290px auto;
    column-gap: 14px;
    break-inside: avoid;
  }

  .sidebar-box {
    margin-bottom: 14px;
  }
}

@media (max-width: 991.98px) {
  .hide-on-mobile {
    display: none;
  }

  .form-item-inline {
    gap: 8px;
    flex-direction: column;
  }

  .main-menu {
    display: none;
  }

  .main-menu > ul {
    margin: 0 auto;
  }

  .main-menu .submenu {
    display: none;
  }

  .social-media-list {
    justify-content: center;
  }

  .main-header-top,
  .main-header-bottom {
    flex-direction: column;
    gap: 20px;
  }

  .main-header-bottom {
    display: none;
  }

  .main-header .mobile-wrapper {
    gap: 30px;
  }

  .main-header .user-nav {
    gap: 15px 30px;
  }

  .main-header #mobileMenuTrigger {
    display: flex;
  }

  .section-welcome .b-welcome {
    flex-direction: column;
  }
}

@media (max-width: 767.98px) {
  .section-title-icon {
    width: 60px;
  }

  .article-grid img {
    border-radius: 6px;
  }

  .panel-bottom {
    flex-direction: column;
    justify-content: center;
  }

  .form-row {
    flex-direction: column;
  }

  .form-col-auto:not(:first-child) {
    margin-top: 20px;
  }

  .footer-menu {
    flex-direction: column;
    margin-bottom: 30px;
  }

  .block-content {
    padding: 30px 20px;
  }

  .content-box-panel {
    flex-direction: column;
  }

  .content-flex {
    flex-direction: column;
  }

  .newsletter-iframe-wrapper {
    padding: 30px 10px;
  }

  .main-header .user-nav {
    flex-direction: column;
  }

  .main-header .user-nav .btn {
    width: 100%;
  }

  .advertising-list {
    display: flex;
    flex-direction: column;
  }

  .section-welcome .block-content-grid {
    flex-direction: column;
    align-items: self-start;
    gap: 20px;
  }

  .section-your-opinion .block-content {
    padding: 30px 20px;
  }

  .section-your-opinion .block-content-grid,
  .section-your-opinion .block-content-right {
    flex-direction: column;
  }

  .section-cnl .subscribe-description {
    flex-direction: column;
    align-items: flex-start;
  }

  .section-cnl .subscribe-form-inner {
    flex-direction: column;
    gap: 14px;
  }
}

@media (min-width: 992px) and (max-width: 1599.98px) {
  .main-menu .menu-lvl-one {
    margin: 0 10px;
  }
}

@media screen and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

@media print {
  .no-print {
    display: none;
  }

  button {
    background: inherit;
    border: inherit;
  }

  table {
    border-collapse: separate;
  }

  table th,
  table td {
    border: 1px solid black;
  }

  .content-box {
    box-shadow: none !important;
    border-radius: inherit;
  }
}
/*# sourceMappingURL=maps/main.css.map */
