@charset "UTF-8";

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #123147;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1170px;
  --font-family-sans-serif: Montserrat, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

body {
  margin: 0;
  font-family: Montserrat, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: rgb(0, 86.1, 178.5);
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto,
.col-xl-12,
.col-xl-11,
.col-xl-10,
.col-xl-9,
.col-xl-8,
.col-xl-7,
.col-xl-6,
.col-xl-5,
.col-xl-4,
.col-xl-3,
.col-xl-2,
.col-xl-1,
.col-lg,
.col-lg-auto,
.col-lg-12,
.col-lg-11,
.col-lg-10,
.col-lg-9,
.col-lg-8,
.col-lg-7,
.col-lg-6,
.col-lg-5,
.col-lg-4,
.col-lg-3,
.col-lg-2,
.col-lg-1,
.col-md,
.col-md-auto,
.col-md-12,
.col-md-11,
.col-md-10,
.col-md-9,
.col-md-8,
.col-md-7,
.col-md-6,
.col-md-5,
.col-md-4,
.col-md-3,
.col-md-2,
.col-md-1,
.col-sm,
.col-sm-auto,
.col-sm-12,
.col-sm-11,
.col-sm-10,
.col-sm-9,
.col-sm-8,
.col-sm-7,
.col-sm-6,
.col-sm-5,
.col-sm-4,
.col-sm-3,
.col-sm-2,
.col-sm-1,
.col,
.col-auto,
.col-12,
.col-11,
.col-10,
.col-9,
.col-8,
.col-7,
.col-6,
.col-5,
.col-4,
.col-3,
.col-2,
.col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

.col-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.col-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

.col-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

.col-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

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

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-link {
  margin-bottom: -1px;
  background-color: transparent;
  border: 1px solid transparent;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

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

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
}

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

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50%/100% 100% no-repeat;
}

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (max-width: 1169.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}

.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}

.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.collapsing.width {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing.width {
    transition: none;
  }
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: rgb(0, 98.4, 204) !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785) !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: rgb(30.1449275362, 125.8550724638, 52) !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667) !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: rgb(211, 158.25, 0) !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987) !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: rgb(218.25, 223.5, 228.75) !important;
}

.bg-dark {
  background-color: #123147 !important;
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: rgb(7.6853932584, 20.9213483146, 30.3146067416) !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #123147 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

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

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

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

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover,
a.text-primary:focus {
  color: rgb(0, 86.1, 178.5) !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
  color: rgb(72.5407725322, 78.5858369099, 83.9592274678) !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover,
a.text-success:focus {
  color: rgb(25.2173913043, 105.2826086957, 43.5) !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover,
a.text-info:focus {
  color: rgb(14.5, 102.1304347826, 116) !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover,
a.text-warning:focus {
  color: rgb(185.5, 139.125, 0) !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover,
a.text-danger:focus {
  color: rgb(167.4810126582, 29.0189873418, 42.2848101266) !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover,
a.text-light:focus {
  color: rgb(203.375, 210.75, 218.125) !important;
}

.text-dark {
  color: #123147 !important;
}

a.text-dark:hover,
a.text-dark:focus {
  color: rgb(2.5280898876, 6.8820224719, 9.9719101124) !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h1,
.h1 {
  font-size: 2rem;
}

h2,
.h2 {
  font-size: 1.8rem;
}

h3,
.h3 {
  font-size: 1.6rem;
}

h4,
.h4 {
  font-size: 1.4rem;
}

h5,
.h5 {
  font-size: 1.2rem;
}

h6,
.h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 0.875em;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 0.875em;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "— ";
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.6em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: rgb(127.5, 189, 255);
  outline: 0;
  box-shadow: 0;
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.6;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.6;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

select.form-control[size],
select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
}

.form-row > .col > .valid-tooltip,
.form-row > [class*=col-] > .valid-tooltip {
  left: 5px;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid,
.form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.6em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.4em + 0.1875rem) center;
  background-size: calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated select.form-control:valid,
select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.6em + 0.75rem);
  background-position: top calc(0.4em + 0.1875rem) right calc(0.4em + 0.1875rem);
}

.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.8em + 0.375rem) calc(0.8em + 0.375rem) no-repeat;
}

.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip,
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: rgb(51.6956521739, 206.3043478261, 87);
  background-color: rgb(51.6956521739, 206.3043478261, 87);
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
}

.form-row > .col > .invalid-tooltip,
.form-row > [class*=col-] > .invalid-tooltip {
  left: 5px;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.6em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.4em + 0.1875rem) center;
  background-size: calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated select.form-control:invalid,
select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.6em + 0.75rem);
  background-position: top calc(0.4em + 0.1875rem) right calc(0.4em + 0.1875rem);
}

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.8em + 0.375rem) calc(0.8em + 0.375rem) no-repeat;
}

.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip,
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: rgb(227.5316455696, 96.4683544304, 109.0253164557);
  background-color: rgb(227.5316455696, 96.4683544304, 109.0253164557);
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.6;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover {
  color: #212529;
  text-decoration: none;
}

.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: 0;
}

.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  color: #fff;
  background-color: rgb(0, 104.55, 216.75);
  border-color: rgb(0, 98.4, 204);
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: rgb(0, 104.55, 216.75);
  border-color: rgb(0, 98.4, 204);
  box-shadow: 0 0 0 0 rgba(38.25, 142.8, 255, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(0, 98.4, 204);
  border-color: rgb(0, 92.25, 191.25);
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(38.25, 142.8, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: rgb(90.2703862661, 97.7929184549, 104.4796137339);
  border-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
}

.btn-secondary:focus,
.btn-secondary.focus {
  color: #fff;
  background-color: rgb(90.2703862661, 97.7929184549, 104.4796137339);
  border-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
  box-shadow: 0 0 0 0 rgba(130.05, 137.7, 144.5, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
  border-color: rgb(78.4506437768, 84.9881974249, 90.7993562232);
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(130.05, 137.7, 144.5, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: rgb(32.6086956522, 136.1413043478, 56.25);
  border-color: rgb(30.1449275362, 125.8550724638, 52);
}

.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: rgb(32.6086956522, 136.1413043478, 56.25);
  border-color: rgb(30.1449275362, 125.8550724638, 52);
  box-shadow: 0 0 0 0 rgba(72.25, 180.2, 96.9, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(30.1449275362, 125.8550724638, 52);
  border-color: rgb(27.6811594203, 115.5688405797, 47.75);
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(72.25, 180.2, 96.9, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: rgb(18.75, 132.0652173913, 150);
  border-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}

.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: rgb(18.75, 132.0652173913, 150);
  border-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
  box-shadow: 0 0 0 0 rgba(57.8, 175.95, 194.65, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
  border-color: rgb(15.9166666667, 112.1086956522, 127.3333333333);
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(57.8, 175.95, 194.65, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #212529;
  background-color: rgb(223.75, 167.8125, 0);
  border-color: rgb(211, 158.25, 0);
}

.btn-warning:focus,
.btn-warning.focus {
  color: #212529;
  background-color: rgb(223.75, 167.8125, 0);
  border-color: rgb(211, 158.25, 0);
  box-shadow: 0 0 0 0 rgba(221.7, 169.6, 12.1, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: rgb(211, 158.25, 0);
  border-color: rgb(198.25, 148.6875, 0);
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(221.7, 169.6, 12.1, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: rgb(200.082278481, 34.667721519, 50.5158227848);
  border-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
}

.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: rgb(200.082278481, 34.667721519, 50.5158227848);
  border-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
  box-shadow: 0 0 0 0 rgba(225.25, 83.3, 96.9, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
  border-color: rgb(178.3481012658, 30.9018987342, 45.0284810127);
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(225.25, 83.3, 96.9, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: rgb(225.6875, 229.875, 234.0625);
  border-color: rgb(218.25, 223.5, 228.75);
}

.btn-light:focus,
.btn-light.focus {
  color: #212529;
  background-color: rgb(225.6875, 229.875, 234.0625);
  border-color: rgb(218.25, 223.5, 228.75);
  box-shadow: 0 0 0 0 rgba(215.75, 217.2, 218.65, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: rgb(218.25, 223.5, 228.75);
  border-color: rgb(210.8125, 217.125, 223.4375);
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(215.75, 217.2, 218.65, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #123147;
  border-color: #123147;
}

.btn-dark:hover {
  color: #fff;
  background-color: rgb(10.2640449438, 27.941011236, 40.4859550562);
  border-color: rgb(7.6853932584, 20.9213483146, 30.3146067416);
}

.btn-dark:focus,
.btn-dark.focus {
  color: #fff;
  background-color: rgb(10.2640449438, 27.941011236, 40.4859550562);
  border-color: rgb(7.6853932584, 20.9213483146, 30.3146067416);
  box-shadow: 0 0 0 0 rgba(53.55, 79.9, 98.6, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #123147;
  border-color: #123147;
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: rgb(7.6853932584, 20.9213483146, 30.3146067416);
  border-color: rgb(5.106741573, 13.9016853933, 20.143258427);
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(53.55, 79.9, 98.6, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  box-shadow: 0 0 0 0 rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
  box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
  box-shadow: 0 0 0 0 rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
  box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
  box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus,
.btn-outline-light.focus {
  box-shadow: 0 0 0 0 rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #123147;
  border-color: #123147;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #123147;
  border-color: #123147;
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
  box-shadow: 0 0 0 0 rgba(18, 49, 71, 0.5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #123147;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #123147;
  border-color: #123147;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(18, 49, 71, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}

.btn-link:hover {
  color: rgb(0, 86.1, 178.5);
  text-decoration: underline;
}

.btn-link:focus,
.btn-link.focus {
  text-decoration: underline;
}

.btn-link:disabled,
.btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0;
}

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover,
.list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-item + .list-group-item {
  border-top-width: 0;
}

.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}

.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}

.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: rgb(0, 63.96, 132.6);
  background-color: rgb(183.6, 218.04, 255);
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: rgb(0, 63.96, 132.6);
  background-color: rgb(158.1, 204.84, 255);
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(0, 63.96, 132.6);
  border-color: rgb(0, 63.96, 132.6);
}

.list-group-item-secondary {
  color: rgb(56.16, 60.84, 65);
  background-color: rgb(213.84, 216.36, 218.6);
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: rgb(56.16, 60.84, 65);
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(56.16, 60.84, 65);
  border-color: rgb(56.16, 60.84, 65);
}

.list-group-item-success {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(194.8, 230.36, 202.92);
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: rgb(20.8, 86.84, 35.88);
  border-color: rgb(20.8, 86.84, 35.88);
}

.list-group-item-info {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(190.04, 228.96, 235.12);
}

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: rgb(11.96, 84.24, 95.68);
  border-color: rgb(11.96, 84.24, 95.68);
}

.list-group-item-warning {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 237.64, 185.56);
}

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 231.265, 160.06);
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: rgb(132.6, 100.36, 3.64);
  border-color: rgb(132.6, 100.36, 3.64);
}

.list-group-item-danger {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(245.2, 198.44, 202.92);
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: rgb(114.4, 27.56, 35.88);
  border-color: rgb(114.4, 27.56, 35.88);
}

.list-group-item-light {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(253.04, 253.32, 253.6);
}

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(238.165, 240.57, 242.975);
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: rgb(128.96, 129.48, 130);
  border-color: rgb(128.96, 129.48, 130);
}

.list-group-item-dark {
  color: rgb(9.36, 25.48, 36.92);
  background-color: rgb(188.64, 197.32, 203.48);
}

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: rgb(9.36, 25.48, 36.92);
  background-color: rgb(174.2848931116, 184.8425653207, 192.3351068884);
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: rgb(9.36, 25.48, 36.92);
  border-color: rgb(9.36, 25.48, 36.92);
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

a.close.disabled {
  pointer-events: none;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

@page {
    size: a3;
}

  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }

  .table-dark {
    color: inherit;
  }

  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

@media (max-width: 767.98px) {
  .admin-bar #wpadminbar {
    position: fixed;
  }
}

html {
  color: #3d3d3d;
  font-size: 14px;
  height: 100%;
  overflow-x: hidden;
}

body {
  min-height: 100%;
  position: relative;
}

/**
Disable W3C & Bootstrap standard styles for the abbr tag
 */

abbr[title].required {
  border-bottom: none;
  text-decoration: none;
}

.monofont {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

#site-header.has-fixed-top-navbar {
  padding-top: 85px;
}

@media screen and (max-width: 1169.98px) and (max-width: 782px) {
  body.admin-bar #site-header nav.navbar.fixed-top {
    top: 46px !important;
  }
}

#site-footer {
  background: #f4f5f7;
}

#site-footer #wc-footer-main {
  padding: 65px 15px 80px;
}

#site-footer .wc-footer-image {
  margin-bottom: 20px;
}

#site-footer .footer-menu {
  margin-bottom: 20px;
}

#site-footer .footer-menu-title {
  font-weight: 600;
  display: block;
  margin-bottom: 15px;
}

#site-footer .footer-menu a {
  display: block;
  color: #212529;
  line-height: 1.7;
}

#site-footer .footer-menu a:hover {
  text-decoration: none;
  color: rgb(225.3581081081, 228.25, 231.1418918919);
}

#site-footer .location {
  margin-bottom: 10px;
}

#site-footer .location .footer-location-title {
  font-weight: 600;
  margin-bottom: 15px;
  display: block;
}

#site-footer .location .location-line-1,
#site-footer .location .location-line-2,
#site-footer .location a {
  display: block;
}

#site-footer .location a {
  color: #212529;
}

#site-footer .location a:hover {
  text-decoration: none;
  color: rgb(225.3581081081, 228.25, 231.1418918919);
}

#site-footer .opening-hours {
  margin-bottom: 20px;
}

#site-footer .opening-hours-title {
  font-weight: 600;
  margin-bottom: 10px;
}

#site-footer .opening-hours span {
  display: block;
}

#site-footer .wc-footer-social {
  margin-bottom: 20px;
}

#site-footer .wc-footer-social span {
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}

#site-footer .wc-footer-social a {
  margin: 0 15px 0 0;
  font-size: 1.4rem;
  color: #212529;
}

#site-footer .wc-footer-social a:hover {
  text-decoration: none;
  color: rgb(225.3581081081, 228.25, 231.1418918919);
}

#wc-bottom-bar {
  padding: 20px 0;
  background: #fff;
}

@media (max-width: 575.98px) {
  #wc-bottom-bar .wc-footer-copyright {
    display: block;
    margin-bottom: 1rem;
    text-align: center;
  }
}

#wc-bottom-bar .bottom-bar-menu {
  width: 100%;
  text-align: center;
}

#wc-bottom-bar .bottom-bar-menu a {
  color: #212529;
  margin: 10px;
  font-size: 1rem;
}

#wc-bottom-bar .bottom-bar-menu a:hover {
  color: rgb(225.3581081081, 228.25, 231.1418918919);
  text-decoration: none;
}

@font-face {
  font-family: "Turin";
  src: url("../../fonts/Turin-bold.eot");
  src: url("../../fonts/Turin-bold.eot?#iefix") format("embedded-opentype"), url("../../fonts/Turin-bold.woff2") format("woff2"), url("../../fonts/Turin-bold.woff") format("woff"), url("../../fonts/Turin-bold.ttf") format("truetype"), url("../../fonts/Turin-bold.svg#Turin-bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Turin Serif";
  src: url("../../fonts/Turin-Serif-regular.eot");
  src: url("../../fonts/Turin-Serif-regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/Turin-Serif-regular.woff2") format("woff2"), url("../../fonts/Turin-Serif-regular.woff") format("woff"), url("../../fonts/Turin-Serif-regular.ttf") format("truetype"), url("../../fonts/Turin-Serif-regular.svg#Turin-Serif-regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

html {
  width: 100%;
  height: auto;
  overflow-x: visible;
  box-sizing: border-box;
}

body {
  min-height: auto;
}

.site-wrapper {
  overflow: hidden;
}

* {
  font-family: "Figtree", sans-serif;
  font-weight: 400;
}

::-moz-selection {
  background: #d91582;
  color: #fff;
}

::selection {
  background: #d91582;
  color: #fff;
}

.container {
  max-width: 1200px !important;
}

.container.big-container {
  max-width: 1200px !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lato", sans-serif;
  color: #0e0036;
  line-height: 1.1;
  font-weight: 500;
  margin: 0 0 15px 0;
}

h1 > span,
h2 > span,
h3 > span,
h4 > span,
h5 > span,
h6 > span {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

h1 {
  font-size: 50px;
}

@media only screen and (max-width: 1170px) {
  h1 {
    font-size: 45px;
  }
}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 374px) {
  h1 {
    font-size: 35px;
  }
}

h2 {
  font-size: 40px;
}

@media only screen and (max-width: 1170px) {
  h2 {
    font-size: 35px;
  }
}

@media only screen and (max-width: 767px) {
  h2 {
    font-size: 32px;
  }
}

@media only screen and (max-width: 374px) {
  h2 {
    font-size: 28px;
  }
}

h3 {
  font-size: 30px;
}

@media only screen and (max-width: 767px) {
  h3 {
    font-size: 26px;
  }
}

h4 {
  font-size: 25px;
}

@media only screen and (max-width: 767px) {
  h4 {
    font-size: 23px;
  }
}

h5 {
  font-size: 22px;
}

@media only screen and (max-width: 1024px) {
  h5 {
    font-size: 20px;
  }
}

h6 {
  font-size: 18px;
}

p {
  color: #3d3d3d;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 30px 0;
}

@media only screen and (max-width: 374px) {
  p {
    font-size: 15px;
  }
}

p:empty {
  display: none;
}

ol {
  margin-bottom: 30px;
  margin-top: 0;
  padding: 0;
  list-style: none;
  counter-reset: my-awesome-counter;
}

ol li {
  color: #3d3d3d;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  counter-increment: my-awesome-counter;
  position: relative;
  padding-left: 28px;
}

@media only screen and (max-width: 374px) {
  ol li {
    font-size: 15px;
  }
}

ol li:before {
  content: counter(my-awesome-counter) ". ";
  position: absolute;
  top: 0;
  left: 0;
  color: #3d3d3d;
}

ul:not(.main-nav):not(.top-nav):not(.sec-nav):not(.sub-menu):not(.other-languages):not(.slick-dots):not(.mobile-nav):not(.gform_fields):not(.footer-nav):not(.page-numbers):not(.gfield_checkbox):not(.gfield_radio):not(.hamburger-nav) {
  margin-bottom: 30px;
  margin-top: 0;
  list-style: none;
  padding: 0;
}

ul:not(.main-nav):not(.top-nav):not(.sec-nav):not(.sub-menu):not(.other-languages):not(.slick-dots):not(.mobile-nav):not(.gform_fields):not(.footer-nav):not(.page-numbers):not(.gfield_checkbox):not(.gfield_radio):not(.hamburger-nav) li {
  color: #3d3d3d;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.68;
  position: relative;
  padding-left: 30px;
}

ul:not(.main-nav):not(.top-nav):not(.sec-nav):not(.sub-menu):not(.other-languages):not(.slick-dots):not(.mobile-nav):not(.gform_fields):not(.footer-nav):not(.page-numbers):not(.gfield_checkbox):not(.gfield_radio):not(.hamburger-nav) li + li {
  margin-top: 6px;
}

@media only screen and (max-width: 374px) {
  ul:not(.main-nav):not(.top-nav):not(.sec-nav):not(.sub-menu):not(.other-languages):not(.slick-dots):not(.mobile-nav):not(.gform_fields):not(.footer-nav):not(.page-numbers):not(.gfield_checkbox):not(.gfield_radio):not(.hamburger-nav) li {
    font-size: 15px;
  }
}

ul:not(.main-nav):not(.top-nav):not(.sec-nav):not(.sub-menu):not(.other-languages):not(.slick-dots):not(.mobile-nav):not(.gform_fields):not(.footer-nav):not(.page-numbers):not(.gfield_checkbox):not(.gfield_radio):not(.hamburger-nav) li:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 18px;
  height: 14px;
  -webkit-mask-size: 18px 14px;
  mask-size: 18px 14px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-image: url(../../resources/images/svg/icon-check.svg);
  mask-image: url(../../resources/images/svg/icon-check.svg);
  background-color: #d91582;
  background-color: var(--mainColor);
}

a {
  color: #d91582;
  color: var(--mainColor);
  text-decoration: underline;
  transition: color 0.3s ease-in-out;
}

a:hover,
a:focus {
  color: #939eb4;
}

blockquote {
  max-width: 970px;
  text-align: center;
  margin: 0 auto 30px auto;
  position: relative;
}

@media only screen and (max-width: 1170px) {
  blockquote {
    max-width: none;
  }
}

blockquote,
blockquote > p {
  font-family: "Lato", sans-serif;
  color: #0e0036;
  font-size: 35px;
  font-weight: 300;
  line-height: 1.15;
  font-style: italic;
}

@media only screen and (max-width: 1024px) {
  blockquote,
  blockquote > p {
    font-size: 30px;
  }
}

@media only screen and (max-width: 767px) {
  blockquote,
  blockquote > p {
    font-size: 28px;
  }
}

blockquote strong,
blockquote b,
blockquote > p strong,
blockquote > p b {
  font-family: "Lato", sans-serif;
  font-weight: 500;
}

blockquote span,
blockquote > p span {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

ul[id*=menu] {
  margin: 0;
  padding: 0;
  font-size: 0;
  display: inline-block;
}

ul[id*=menu] li {
  display: inline-block;
  list-style: none;
}

ul[id*=menu] li a {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
}

ul[id*=menu] li:first-child {
  margin-left: 0;
}

ul[id*=menu] li:last-child {
  margin-right: 0;
}

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

.flex-box-parent {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

@media only screen and (max-width: 767px) {
  .flex-box-parent {
    margin: 0 -15px;
  }
}

.flex-box-child {
  padding: 0 15px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .flex-box-child {
    padding: 0 15px;
    margin-bottom: 30px;
  }
}

.nmp-last-el h1:last-child,
.nmp-last-el h2:last-child,
.nmp-last-el h3:last-child,
.nmp-last-el h4:last-child,
.nmp-last-el h5:last-child,
.nmp-last-el h6:last-child,
.nmp-last-el ul:last-child,
.nmp-last-el ol:last-child,
.nmp-last-el p:last-child,
.nmp-last-el div:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0;
}

.sec-margin {
  margin-bottom: 125px;
}

@media only screen and (max-width: 1280px) {
  .sec-margin {
    margin-bottom: 95px;
  }
}

@media only screen and (max-width: 1024px) {
  .sec-margin {
    margin-bottom: 75px;
  }
}

@media only screen and (max-width: 767px) {
  .sec-margin {
    margin-bottom: 35px;
  }
}

@media only screen and (max-width: 374px) {
  .sec-margin {
    margin-bottom: 25px;
  }
}

.sec-min-margin {
  margin-bottom: 100px;
}

@media only screen and (max-width: 1280px) {
  .sec-min-margin {
    margin-bottom: 70px;
  }
}

@media only screen and (max-width: 1024px) {
  .sec-min-margin {
    margin-bottom: 50px;
  }
}

.sec-double-margin {
  margin: 125px 0;
}

@media only screen and (max-width: 1280px) {
  .sec-double-margin {
    margin: 95px 0;
  }
}

@media only screen and (max-width: 1024px) {
  .sec-double-margin {
    margin: 75px 0;
  }
}

@media only screen and (max-width: 767px) {
  .sec-double-margin {
    margin: 65px 0;
  }
}

@media only screen and (max-width: 374px) {
  .sec-double-margin {
    margin: 50px 0;
  }
}

.sec-margin-blocks {
  margin-bottom: 95px;
}

@media only screen and (max-width: 1280px) {
  .sec-margin-blocks {
    margin-bottom: 65px;
  }
}

@media only screen and (max-width: 1024px) {
  .sec-margin-blocks {
    margin-bottom: 45px;
  }
}

@media only screen and (max-width: 767px) {
  .sec-margin-blocks {
    margin-bottom: 35px;
  }
}

@media only screen and (max-width: 374px) {
  .sec-margin-blocks {
    margin-bottom: 20px;
  }
}

.sec-margin-min-blocks {
  margin-bottom: 70px;
}

@media only screen and (max-width: 1280px) {
  .sec-margin-min-blocks {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 1024px) {
  .sec-margin-min-blocks {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .sec-margin-min-blocks {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 374px) {
  .sec-margin-min-blocks {
    margin-bottom: 0;
  }
}

.sec-padding {
  padding-bottom: 125px;
}

@media only screen and (max-width: 1280px) {
  .sec-padding {
    padding-bottom: 95px;
  }
}

@media only screen and (max-width: 1024px) {
  .sec-padding {
    padding-bottom: 75px;
  }
}

@media only screen and (max-width: 767px) {
  .sec-padding {
    padding-bottom: 65px;
  }
}

@media only screen and (max-width: 374px) {
  .sec-padding {
    padding-bottom: 50px;
  }
}

.sec-min-padding {
  padding-bottom: 100px;
}

@media only screen and (max-width: 1280px) {
  .sec-min-padding {
    padding-bottom: 70px;
  }
}

@media only screen and (max-width: 1024px) {
  .sec-min-padding {
    padding-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .sec-min-padding {
    padding-bottom: 40px;
  }
}

.sec-double-padding {
  padding: 125px 0;
}

@media only screen and (max-width: 1280px) {
  .sec-double-padding {
    padding: 95px 0;
  }
}

@media only screen and (max-width: 1024px) {
  .sec-double-padding {
    padding: 75px 0;
  }
}

@media only screen and (max-width: 767px) {
  .sec-double-padding {
    padding: 65px 0;
  }
}

@media only screen and (max-width: 374px) {
  .sec-double-padding {
    padding: 50px 0;
  }
}

.sec-double-min-padding,
.text-and-image-section.style-2 {
  padding: 100px 0;
}

@media only screen and (max-width: 1280px) {
  .sec-double-min-padding,
  .text-and-image-section.style-2 {
    padding: 70px 0;
  }
}

@media only screen and (max-width: 1024px) {
  .sec-double-min-padding,
  .text-and-image-section.style-2 {
    padding: 50px 0;
  }
}

@media only screen and (max-width: 767px) {
  .sec-double-min-padding,
  .text-and-image-section.style-2 {
    padding: 40px 0;
  }
}

.sec-double-padding-blocks {
  padding: 125px 0 95px 0;
}

@media only screen and (max-width: 1280px) {
  .sec-double-padding-blocks {
    padding: 95px 0 65px 0;
  }
}

@media only screen and (max-width: 1024px) {
  .sec-double-padding-blocks {
    padding: 75px 0 45px 0;
  }
}

@media only screen and (max-width: 767px) {
  .sec-double-padding-blocks {
    padding: 35px 0 10px 0;
  }
}

@media only screen and (max-width: 374px) {
  .sec-double-padding-blocks {
    padding: 25px 0 5px 0;
  }
}

.sec-double-min-padding-blocks {
  padding: 100px 0 70px 0;
}

@media only screen and (max-width: 1280px) {
  .sec-double-min-padding-blocks {
    padding: 70px 0 40px 0;
  }
}

@media only screen and (max-width: 1024px) {
  .sec-double-min-padding-blocks {
    padding: 50px 0 20px 0;
  }
}

@media only screen and (max-width: 767px) {
  .sec-double-min-padding-blocks {
    padding: 40px 0 10px 0;
  }
}

.sec-bottom-margin,
.pagination-wrapper .page-numbers {
  margin: -75px 0 125px 0;
}

@media only screen and (max-width: 1280px) {
  .sec-bottom-margin,
  .pagination-wrapper .page-numbers {
    margin: -45px 0 95px 0;
  }
}

@media only screen and (max-width: 1024px) {
  .sec-bottom-margin,
  .pagination-wrapper .page-numbers {
    margin: -25px 0 75px 0;
  }
}

@media only screen and (max-width: 767px) {
  .sec-bottom-margin,
  .pagination-wrapper .page-numbers {
    margin: -30px 0 65px 0;
  }
}

@media only screen and (max-width: 374px) {
  .sec-bottom-margin,
  .pagination-wrapper .page-numbers {
    margin: -20px 0 50px 0;
  }
}

.video-box {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}

.video-box iframe,
.video-box .custom-video-player {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
}

.white-content h1,
.white-content h2,
.white-content h3,
.white-content h4,
.white-content h5,
.white-content h6 {
  color: #fff;
}

.white-content span {
  color: #fff;
}

.white-content p,
.white-content li {
  color: #fff !important;
}

.white-content a {
  color: #fff;
  -webkit-text-decoration-color: #fff;
  text-decoration-color: #fff;
  transition: all 0.3s ease-in-out;
}

.white-content a:hover,
.white-content a:focus {
  -webkit-text-decoration-color: #fff;
  text-decoration-color: #fff;
}

.main section:last-child.services-section,
.main section:last-child.actual-section {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .main section:last-child.text-and-image-section.style-2 {
    margin-bottom: 0;
  }
}

.sec-titles {
  margin-bottom: 50px;
}

.sec-titles-sub {
  margin-bottom: 22px;
}

@media only screen and (max-width: 767px) {
  .sec-titles-sub {
    margin-bottom: 0;
  }
}

.sec-desc p {
  color: #0e0036;
  font-size: 18px;
}

@media only screen and (max-width: 767px) {
  .sec-desc p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 374px) {
  .sec-desc p {
    font-size: 15px;
  }
}

.sub-title {
  display: inline-block;
  color: #939eb4;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 500;
  text-transform: uppercase;
  padding-left: 7px;
  margin-bottom: 5px;
  position: relative;
}

.sub-title:before {
  content: "";
  position: absolute;
  top: 15%;
  left: 0;
  width: 2px;
  height: 70%;
  background-color: #d91582;
  background-color: var(--mainColor);
}

.sub-title span {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.sub-title.white-color {
  color: #fff;
}

.dark-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.95);
  z-index: 999;
}

.dark-overlay.full-dark {
  background-color: rgb(0, 0, 0);
}

.dark-overlay .close-icon {
  display: block;
  position: absolute;
  z-index: 1000;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #d91582;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.dark-overlay .close-icon:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/close-white.svg);
  transition: all 0.3s ease-in-out;
}

.admin-bar .dark-overlay .close-icon {
  transform: translateY(32px);
}

@media only screen and (max-width: 782px) {
  .admin-bar .dark-overlay .close-icon {
    transform: translateY(46px);
  }
}

.dark-overlay .close-icon:hover,
.dark-overlay .close-icon:focus {
  background-color: #0e0036;
}

.dark-overlay .close-icon:hover:before,
.dark-overlay .close-icon:focus:before {
  transform: translate(-50%, -50%) rotate(90deg);
}

.iframe-holder {
  display: none;
}

.video-pop-up-row {
  display: none;
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  clear: both;
  position: fixed;
  z-index: 1002;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 1280px) {
  .video-pop-up-row {
    max-width: 960px;
  }
}

@media only screen and (max-width: 1170px) {
  .video-pop-up-row {
    padding: 0 15px;
  }
}

@media only screen and (max-width: 767px) {
  .video-pop-up-row {
    padding: 0 15px;
  }
}

.video-pop-up-row .video-pop-up {
  display: block;
  width: 100%;
}

.play-button {
  display: block;
  position: relative;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.play-button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #d91582;
  transition: all 0.3s ease-in-out;
}

.play-button:after {
  content: "";
  position: absolute;
  top: 17px;
  left: 19px;
  width: 14px;
  height: 16px;
  background-size: 14px 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/play-icon-white.svg);
}

.play-button:hover:before,
.play-button:focus:before {
  background-color: #0e0036;
}

.play-button.full-size {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.play-button.full-size:before,
.play-button.full-size:after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.play-button.full-size:after {
  left: calc(50% + 1px);
}

.play-button.full-size:hover:before,
.play-button.full-size:focus:before {
  transform: translate(-50%, -50%) scale(1.2);
}

.svg-whatsapp-white,
.svg-whatsapp-pink,
.svg-whatsapp-dark,
.svg-whatsapp-bur,
.svg-twitter,
.socials .social-link.icon-twitter:before,
.svg-shape,
.svg-popup-icon,
.svg-play-icon-white,
.svg-play-btn-bg,
.svg-phone-white,
.svg-phone-pink,
.svg-phone-dark,
.svg-phone-bur,
.svg-phone,
.svg-no-photo,
.svg-logo,
.svg-loc-white,
.svg-loc-pink,
.svg-loc-dark,
.svg-loc-bur,
.svg-linkedin,
.socials .social-link.icon-linkedin:before,
.svg-instagram,
.socials .social-link.icon-instagram:before,
.svg-icon-close-white,
.small-popup .close-popup:after,
.svg-icon-check,
.svg-faq-white,
.svg-faq-pink,
.svg-faq-dark,
.svg-faq-bur,
.svg-facebook,
.socials .social-link.icon-facebook:before,
.svg-email-white,
.svg-email-pink,
.svg-email-dark,
.svg-email-bur,
.svg-email,
.svg-egg4,
.svg-egg3,
.svg-egg2,
.svg-egg-grey,
.svg-egg,
.svg-conact-logo,
.svg-close-white,
.svg-chevron-white,
.svg-chevron-pink,
.svg-chevron-dark-3,
.svg-chevron-bur,
.svg-check-pink,
.svg-check-bur,
.svg-arrow-white,
.svg-arrow-pink,
.svg-arrow-dark-3,
.svg-arrow-bur {
  background: url("sprites.svg") no-repeat;
}

.svg-arrow-bur {
  background-position: 0 0;
}

.svg-arrow-bur-dims {
  width: 20px;
  height: 10px;
}

.svg-arrow-dark-3 {
  background-position: 0.489955904% 0.3424657534%;
}

.svg-arrow-dark-3-dims {
  width: 20px;
  height: 10px;
}

.svg-arrow-pink {
  background-position: 0.9799118079% 0.6849315068%;
}

.svg-arrow-pink-dims {
  width: 20px;
  height: 10px;
}

.svg-arrow-white {
  background-position: 1.4698677119% 1.0273972603%;
}

.svg-arrow-white-dims {
  width: 20px;
  height: 10px;
}

.svg-check-bur {
  background-position: 1.9579050416% 1.3708019191%;
}

.svg-check-bur-dims {
  width: 16px;
  height: 12px;
}

.svg-check-pink {
  background-position: 2.3494860499% 1.7820424949%;
}

.svg-check-pink-dims {
  width: 16px;
  height: 12px;
}

.svg-chevron-bur {
  background-position: 2.7377169396% 2.1895313035%;
}

.svg-chevron-bur-dims {
  width: 11px;
  height: 7px;
}

.svg-chevron-dark-3 {
  background-position: 3.0065998533% 2.4290112898%;
}

.svg-chevron-dark-3-dims {
  width: 11px;
  height: 7px;
}

.svg-chevron-pink {
  background-position: 3.275482767% 2.6684912761%;
}

.svg-chevron-pink-dims {
  width: 11px;
  height: 7px;
}

.svg-chevron-white {
  background-position: 3.5443656808% 2.9079712624%;
}

.svg-chevron-white-dims {
  width: 11px;
  height: 7px;
}

.svg-close-white {
  background-position: 3.8179148311% 3.1571722718%;
}

.svg-close-white-dims {
  width: 16px;
  height: 16px;
}

.svg-conact-logo {
  background-position: 4.5132511152% 3.7396121884%;
}

.svg-conact-logo-dims {
  width: 291px;
  height: 42px;
}

.svg-egg {
  background-position: 12.4062165059% 5.6179775281%;
}

.svg-egg-dims {
  width: 370px;
  height: 260px;
}

.svg-egg-grey {
  background-position: 22.320471597% 15.3558052434%;
}

.svg-egg-grey-dims {
  width: 370px;
  height: 260px;
}

.svg-egg2 {
  background-position: 32.2347266881% 25.0936329588%;
}

.svg-egg2-dims {
  width: 370px;
  height: 260px;
}

.svg-egg3 {
  background-position: 42.1489817792% 34.8314606742%;
}

.svg-egg3-dims {
  width: 370px;
  height: 260px;
}

.svg-egg4 {
  background-position: 52.0632368703% 44.5692883895%;
}

.svg-egg4-dims {
  width: 370px;
  height: 260px;
}

.svg-email {
  background-position: 56.6079295154% 49.7086047309%;
}

.svg-email-dims {
  width: 16px;
  height: 13px;
}

.svg-email-bur {
  background-position: 56.9995105237% 50.1542680836%;
}

.svg-email-bur-dims {
  width: 16px;
  height: 13px;
}

.svg-email-dark {
  background-position: 57.3910915321% 50.5999314364%;
}

.svg-email-dark-dims {
  width: 16px;
  height: 13px;
}

.svg-email-pink {
  background-position: 57.7826725404% 51.0455947892%;
}

.svg-email-pink-dims {
  width: 16px;
  height: 13px;
}

.svg-email-white {
  background-position: 58.1742535487% 51.4912581419%;
}

.svg-email-white-dims {
  width: 16px;
  height: 13px;
}

.svg-facebook,
.socials .social-link.icon-facebook:before {
  background-position: 58.4656731004% 52.0260989011%;
}

.svg-facebook-dims,
.socials .social-link.icon-facebook:before {
  width: 9px;
  height: 18px;
}

.svg-faq-bur {
  background-position: 58.9158695119% 52.6804123711%;
}

.svg-faq-bur-dims {
  width: 25px;
  height: 20px;
}

.svg-faq-dark {
  background-position: 59.5290654893% 53.3676975945%;
}

.svg-faq-dark-dims {
  width: 25px;
  height: 20px;
}

.svg-faq-pink {
  background-position: 60.1422614668% 54.0549828179%;
}

.svg-faq-pink-dims {
  width: 25px;
  height: 20px;
}

.svg-faq-white {
  background-position: 60.7554574442% 54.7422680412%;
}

.svg-faq-white-dims {
  width: 25px;
  height: 20px;
}

.svg-icon-check {
  background-position: 61.263467189% 55.3155006859%;
}

.svg-icon-check-dims {
  width: 18px;
  height: 14px;
}

.svg-icon-close-white,
.small-popup .close-popup:after {
  background-position: 61.5534929165% 55.6810403833%;
}

.svg-icon-close-white-dims,
.small-popup .close-popup:after {
  width: 8px;
  height: 8px;
}

.svg-instagram,
.socials .social-link.icon-instagram:before {
  background-position: 61.9000979432% 56.146978022%;
}

.svg-instagram-dims,
.socials .social-link.icon-instagram:before {
  width: 18px;
  height: 18px;
}

.svg-linkedin,
.socials .social-link.icon-linkedin:before {
  background-position: 62.3408423115% 56.7651098901%;
}

.svg-linkedin-dims,
.socials .social-link.icon-linkedin:before {
  width: 18px;
  height: 18px;
}

.svg-loc-bur {
  background-position: 62.7355028138% 57.3241852487%;
}

.svg-loc-bur-dims {
  width: 15px;
  height: 15px;
}

.svg-loc-dark {
  background-position: 63.102520186% 57.8387650086%;
}

.svg-loc-dark-dims {
  width: 15px;
  height: 15px;
}

.svg-loc-pink {
  background-position: 63.4695375581% 58.3533447684%;
}

.svg-loc-pink-dims {
  width: 15px;
  height: 15px;
}

.svg-loc-white {
  background-position: 63.8365549303% 58.8679245283%;
}

.svg-loc-white-dims {
  width: 15px;
  height: 15px;
}

.svg-logo {
  background-position: 67.2475653511% 59.9376731302%;
}

.svg-logo-dims {
  width: 200px;
  height: 42px;
}

.svg-no-photo {
  background-position: 70.2138239682% 62.2105263158%;
}

.svg-no-photo-dims {
  width: 80px;
  height: 80px;
}

.svg-phone {
  background-position: 71.0719530103% 63.5895676047%;
}

.svg-phone-dims {
  width: 16px;
  height: 16px;
}

.svg-phone-bur {
  background-position: 71.4635340186% 64.1386410432%;
}

.svg-phone-bur-dims {
  width: 16px;
  height: 16px;
}

.svg-phone-dark {
  background-position: 71.8551150269% 64.6877144818%;
}

.svg-phone-dark-dims {
  width: 16px;
  height: 16px;
}

.svg-phone-pink {
  background-position: 72.2466960352% 65.2367879204%;
}

.svg-phone-pink-dims {
  width: 16px;
  height: 16px;
}

.svg-phone-white {
  background-position: 72.6382770436% 65.785861359%;
}

.svg-phone-white-dims {
  width: 16px;
  height: 16px;
}

.svg-play-btn-bg {
  background-position: 74.1182314953% 67.7295024527%;
}

.svg-play-btn-bg-dims {
  width: 76px;
  height: 76px;
}

.svg-play-icon-white {
  background-position: 74.8532289628% 68.9430336307%;
}

.svg-play-icon-white-dims {
  width: 14px;
  height: 16px;
}

.svg-popup-icon {
  background-position: 75.30622244% 69.6115503609%;
}

.svg-popup-icon-dims {
  width: 20px;
  height: 21px;
}

.svg-shape {
  background-position: 97.2955974843% 96.1466165414%;
}

.svg-shape-dims {
  width: 922px;
  height: 802px;
}

.svg-twitter,
.socials .social-link.icon-twitter:before {
  background-position: 98.431372549% 97.8021978022%;
}

.svg-twitter-dims,
.socials .social-link.icon-twitter:before {
  width: 22px;
  height: 18px;
}

.svg-whatsapp-bur {
  background-position: 98.825256975% 98.3527796843%;
}

.svg-whatsapp-bur-dims {
  width: 16px;
  height: 16px;
}

.svg-whatsapp-dark {
  background-position: 99.2168379834% 98.9018531229%;
}

.svg-whatsapp-dark-dims {
  width: 16px;
  height: 16px;
}

.svg-whatsapp-pink {
  background-position: 99.6084189917% 99.4509265614%;
}

.svg-whatsapp-pink-dims {
  width: 16px;
  height: 16px;
}

.svg-whatsapp-white {
  background-position: 100% 100%;
}

.svg-whatsapp-white-dims {
  width: 16px;
  height: 16px;
}

.btn {
  display: inline-flex;
  align-items: center;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 500;
  border-radius: 100px;
  background-color: #d91582;
  background-color: var(--mainColor);
  text-decoration: none !important;
  position: relative;
  overflow: hidden;
  height: 49px;
  text-align: left;
  padding: 0 55px 0 20px;
  transition: all 0.3s ease-in-out;
}

.btn:before {
  content: "";
  position: absolute;
  top: -3px;
  left: calc(-8px - 100%);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  background-color: #bb0068;
  border-radius: 100px;
  z-index: 2;
  transition: all 0.3s ease-in-out;
}

.btn:after {
  content: "";
  position: absolute;
  top: 18px;
  right: 20px;
  width: 20px;
  height: 10px;
  background-size: 20px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-white.svg);
  z-index: 2;
}

.btn.no-arrow {
  padding: 0 20px;
}

.btn.no-arrow::after {
  display: none;
}

.btn span {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  position: relative;
  line-height: 1.25;
  z-index: 3;
}

.btn:hover,
.btn:focus {
  color: #fff;
}

.btn:hover:before,
.btn:focus:before {
  left: -3px;
}

.btn.white-btn {
  color: #d91582;
  color: var(--mainColor);
  border: 2px solid #fff;
  background-color: #fff;
  padding: 0;
  height: 50px;
}

.btn.white-btn:before {
  background-color: #d91582;
  background-color: var(--mainColor);
}

.btn.white-btn:after {
  opacity: 1;
  transition: all 0.3s ease-in-out;
  width: 20px;
  height: 10px;
  background-size: 20px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-pink.svg);
}

.btn.white-btn > span {
  display: block;
  width: 100%;
  padding: 0 55px 0 20px;
  position: relative;
}

.btn.white-btn > span:after {
  content: "";
  position: absolute;
  top: 5px;
  right: 20px;
  opacity: 0;
  width: 20px;
  height: 10px;
  background-size: 20px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-white.svg);
  z-index: 2;
  transition: all 0.3s ease-in-out;
}

.btn.white-btn:hover,
.btn.white-btn:focus {
  color: #fff;
}

.btn.white-btn:hover:after,
.btn.white-btn:focus:after {
  opacity: 0;
}

.btn.white-btn:hover > span:after,
.btn.white-btn:focus > span:after {
  opacity: 1;
}

.btn.short-code {
  margin-bottom: 30px;
}

.link-btn {
  display: inline-block;
  color: #939eb4;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 500;
  margin: 0;
  padding: 0 35px 0 0;
  border: none !important;
  background-color: transparent;
  position: relative;
  text-decoration: none !important;
}

.link-btn:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
  width: 20px;
  height: 10px;
  background-size: 20px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-pink.svg);
  transition: all 0.3s ease-in-out;
}

.link-btn span {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.link-btn:hover,
.link-btn:focus {
  color: #d91582;
  color: var(--mainColor);
}

.link-btn:hover:after,
.link-btn:focus:after {
  right: 0;
}

.link-btn.short-code {
  margin-bottom: 30px;
}

body .gform_wrapper {
  margin: 0;
}

body .gform_wrapper input.large,
body .gform_wrapper input.medium,
body .gform_wrapper input.small,
body .gform_wrapper select.large,
body .gform_wrapper select.medium,
body .gform_wrapper select.small,
body .gform_wrapper textarea.large,
body .gform_wrapper textarea.medium,
body .gform_wrapper textarea.small {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #fff;
  background-color: #fff;
  border-radius: 4px !important;
  box-shadow: none;
  color: #0e0036;
  height: 50px;
  line-height: 50px;
  font-size: 16px !important;
  outline: none;
}

@media only screen and (max-width: 767px) {
  body .gform_wrapper input.large,
  body .gform_wrapper input.medium,
  body .gform_wrapper input.small,
  body .gform_wrapper select.large,
  body .gform_wrapper select.medium,
  body .gform_wrapper select.small,
  body .gform_wrapper textarea.large,
  body .gform_wrapper textarea.medium,
  body .gform_wrapper textarea.small {
    font-size: 14px !important;
  }
}

body .gform_wrapper input:focus,
body .gform_wrapper select:focus,
body .gform_wrapper textarea:focus {
  box-shadow: 0 8px 15px rgba(16, 0, 61, 0.1);
}

body .gform_wrapper .ginput_complex input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #fff;
  background-color: #fff;
  border-radius: 4px !important;
  box-shadow: none;
  color: #0e0036;
  height: 50px;
  line-height: 50px;
  font-size: 16px !important;
  outline: none;
}

@media only screen and (max-width: 767px) {
  body .gform_wrapper .ginput_complex input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]) {
    font-size: 14px !important;
  }
}

body .gform_wrapper .ginput_complex input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]):focus {
  border-color: #fff;
  box-shadow: 0 8px 15px rgba(16, 0, 61, 0.1);
}

body .gform_wrapper .datepicker {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #fff;
  background-color: #fff;
  border-radius: 4px !important;
  box-shadow: none;
  color: #0e0036;
  height: 50px;
  line-height: 50px;
  font-size: 16px !important;
  outline: none;
}

@media only screen and (max-width: 767px) {
  body .gform_wrapper .datepicker {
    font-size: 14px !important;
  }
}

body .gform_wrapper select {
  background-image: url(../../resources/images/svg/chevron-pink.svg);
  background-position: calc(100% - 15px) 50%;
  background-repeat: no-repeat;
  background-size: 15px 10px;
  padding: 10px 15px !important;
  height: 50px !important;
  line-height: normal !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  top: 0;
}

@media only screen and (max-width: 767px) {
  body .gform_wrapper select {
    padding: 10px 15px !important;
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  body .gform_wrapper select {
    top: -1px;
  }
}

@-moz-document url-prefix()  {
  body .gform_wrapper select {
    top: 1px;
  }
}

body .gform_wrapper textarea {
  padding: 10px 15px !important;
  height: 200px !important;
  line-height: normal !important;
}

@media only screen and (max-width: 767px) {
  body .gform_wrapper textarea {
    height: 160px !important;
  }
}

body .gform_wrapper select::-ms-expand {
  display: none;
}

body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  padding: 10px 15px;
}

body .gform_wrapper .top_label div.ginput_container {
  margin-top: 0 !important;
}

body .gform_wrapper .top_label .gfield_label {
  color: #10003d;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 15px;
}

body .gform_wrapper ul li.gfield {
  margin-top: 0 !important;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  body .gform_wrapper ul li.gfield {
    margin-bottom: 20px;
  }
}

body .gform_wrapper ul li.gfield.gfield_html p {
  color: #10003d;
  font-size: 14px;
  margin-bottom: 20px;
}

body .gform_wrapper.gravity-theme .gform_footer {
  padding: 15px 0 0 0;
  margin: 0;
}

body .gform_wrapper.gravity-theme .gform_footer .btn {
  margin: 0;
}

body .gform_wrapper ul.gform_fields li.gfield {
  line-height: 1;
  padding-right: 0;
}

.gform_wrapper.gravity-theme .gfield {
  margin-bottom: 10px;
}

body .gform_wrapper .top_label input.medium,
body .gform_wrapper .top_label select.medium {
  width: 50%;
}

@media only screen and (max-width: 767px) {
  body .gform_wrapper .top_label input.medium,
  body .gform_wrapper .top_label select.medium {
    width: 100%;
  }
}

body .gform_wrapper li.gfield.gfield_error,
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: transparent !important;
  border: none;
}

body .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: 100% !important;
}

body .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body .gform_wrapper li.gfield_error textarea {
  border-color: #d16915;
}

.gf_simple_horizontal_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_first,
.gf_simple_horizontal_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_middle,
.gf_simple_horizontal_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_last {
  padding-top: 0 !important;
}

.gf_simple_horizontal_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text],
.gf_simple_horizontal_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container select {
  margin-bottom: 0 !important;
}

.gf_simple_horizontal_wrapper li.hidden_label input {
  margin-top: 0 !important;
}

body .gf_simple_horizontal_wrapper .top_label div.ginput_container {
  margin-top: 0 !important;
}

.gf_simple_horizontal div.gform_footer.top_label {
  width: auto !important;
  vertical-align: top !important;
}

.gf_simple_horizontal div.gform_footer.top_label input[type=submit] {
  line-height: 26px;
  font-size: 13px;
  padding: 0 24px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.gform_wrapper .top_label li.gfield.gf_right_half {
  padding-right: 0 !important;
  padding-left: 15px !important;
}

@media only screen and (max-width: 1170px) {
  .gform_wrapper .top_label li.gfield.gf_right_half {
    padding-left: 7.5px !important;
  }
}

@media only screen and (max-width: 767px) {
  .gform_wrapper .top_label li.gfield.gf_right_half {
    padding-left: 0 !important;
  }
}

.gform_wrapper .top_label li.gfield.gf_left_half {
  padding-right: 15px !important;
}

@media only screen and (max-width: 1170px) {
  .gform_wrapper .top_label li.gfield.gf_left_half {
    padding-right: 7.5px !important;
  }
}

@media only screen and (max-width: 767px) {
  .gform_wrapper .top_label li.gfield.gf_left_half {
    padding-right: 0 !important;
  }
}

.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select {
  margin-left: 0 !important;
  margin-top: 1px !important;
}

.gform_wrapper .top_label li.gfield.gfield_error.gf_left_half {
  margin-right: 0 !important;
}

.gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_left_half {
  max-width: 50% !important;
}

@media only screen and (max-width: 767px) {
  .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_left_half {
    max-width: none !important;
  }
}

.gform_wrapper li.gfield.gfield_error {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin-top: 0 !important;
}

.gform_wrapper .validation_message {
  color: #d91582 !important;
  color: var(--mainColor) !important;
  font-weight: 400 !important;
  padding-top: 0 !important;
  margin-top: 5px !important;
  margin-bottom: 15px !important;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
  padding: 0 !important;
  margin-top: 5px;
}

.gform_wrapper div.validation_error {
  font-size: 18px !important;
  color: #d91582 !important;
  color: var(--mainColor) !important;
  font-weight: 500 !important;
  border-top-color: #d91582 !important;
  border-bottom-color: #d91582 !important;
  border-color: #d91582;
  border-color: var(--mainColor);
}

@media only screen and (max-width: 767px) {
  .gform_wrapper div.validation_error {
    font-size: 18px !important;
  }
}

.gform_footer .btn {
  min-width: 170px;
}

@media only screen and (max-width: 767px) {
  .gform_footer .btn {
    display: block;
    width: 100%;
  }
}

.gform_confirmation_message {
  color: #d91582;
  color: var(--mainColor);
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 22px;
  padding: 20px;
  line-height: 1.25;
  text-align: center;
  border: 2px solid #d91582;
  border-color: #d91582;
  border-color: var(--mainColor);
}

@media only screen and (max-width: 767px) {
  .gform_confirmation_message {
    font-size: 20px;
    padding: 15px;
    text-align: center;
  }
}

@media only screen and (max-width: 374px) {
  .gform_confirmation_message {
    font-size: 17px;
  }
}

@media only screen and (max-width: 767px) {
  .gform_wrapper .gfield_radio {
    margin-bottom: 30px;
  }
}

.gform_wrapper .gfield_radio > div {
  margin-bottom: 10px;
}

.gform_wrapper .gfield_radio > div label {
  color: #3d3d3d;
  display: inline-block;
  cursor: pointer;
  font-size: 16px !important;
  line-height: 1.25;
  position: relative;
  padding-left: 30px;
  padding-top: 0;
  margin: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.gform_wrapper .gfield_radio > div label:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #0e0036;
  background-color: #fff;
  border-radius: 50%;
}

.gform_wrapper .gfield_radio > div label:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: transparent;
}

.gform_wrapper .gfield_radio > div input[type=radio] {
  display: none;
}

.gform_wrapper .gfield_radio > div input[type=radio]:checked + label {
  font-weight: 400;
}

.gform_wrapper .gfield_radio > div input[type=radio]:checked + label:after {
  background-color: #d91582;
  background-color: var(--mainColor);
}

@media only screen and (max-width: 767px) {
  .gform_wrapper .gfield_checkbox {
    margin-bottom: 30px;
  }
}

.gform_wrapper .gfield_checkbox > div {
  margin-bottom: 15px;
}

.gform_wrapper .gfield_checkbox > div label {
  color: #3d3d3d;
  display: inline-block;
  cursor: pointer;
  font-size: 16px;
  line-height: 1.25;
  position: relative;
  padding-left: 35px;
  padding-top: 2px;
  margin: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.gform_wrapper .gfield_checkbox > div label:before {
  content: "";
  width: 22px;
  height: 22px;
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #0e0036;
  background-color: #fff;
}

.gform_wrapper .gfield_checkbox > div input[type=checkbox] {
  display: none;
}

.gform_wrapper .gfield_checkbox > div input[type=checkbox]:checked + label {
  font-weight: 400;
}

.gform_wrapper .gfield_checkbox > div input[type=checkbox]:checked + label:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 3px;
  width: 16px;
  height: 12px;
  background-size: 16px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/check-pink.svg);
}

.gform_wrapper .ginput_container_consent label {
  display: inline-block;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.5;
  position: relative;
  padding-left: 35px;
  margin: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.gform_wrapper .ginput_container_consent label:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 1px;
  border: 1px solid #939eb4;
  background-color: #f7f8fa;
}

.gform_wrapper .ginput_container_consent label:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 4px;
  width: 12px;
  height: 12px;
  background-color: transparent;
}

.gform_wrapper .ginput_container_consent input[type=checkbox] {
  display: none;
}

.gform_wrapper .ginput_container_consent input[type=checkbox]:checked + label {
  font-weight: 400;
}

.gform_wrapper .ginput_container_consent input[type=checkbox]:checked + label:after {
  background-color: #d91582;
  background-color: var(--mainColor);
}

.gform_wrapper .gsection {
  border-bottom: 1px solid #f7f8fa !important;
}

.gform_wrapper .ginput_complex label {
  color: #10003d;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 15px !important;
  margin-top: 10px !important;
}

.gform_wrapper .ginput_complex input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]) {
  border: 1px solid #0e0036;
  background-color: #fff;
  border-radius: 0;
  box-shadow: none;
  color: #0e0036;
  height: 45px;
  line-height: 45px;
  font-size: 16px !important;
  font-weight: 400;
  outline: none;
}

.gform_wrapper .ginput_complex input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]):focus {
  border-color: #d91582;
  border-color: var(--mainColor);
}

.gform_wrapper .gform_validation_errors {
  margin-bottom: 30px !important;
  margin-top: 0;
}

.gform_wrapper .gform_validation_errors > h2 {
  font-size: 18px !important;
}

.gform_wrapper .gfield_description {
  color: #0e0036 !important;
  padding: 10px 15px !important;
  margin-bottom: 0 !important;
  margin-top: 10px !important;
}

.hamburger {
  padding: 0 0;
  display: inline-block;
  font-size: 0;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  outline: none !important;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 1;
}

.hamburger.is-active:hover {
  opacity: 1;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #fff;
}

.hamburger-box {
  width: 30px;
  height: 18px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 30px;
  height: 2px;
  background-color: #fff;
  border-radius: 0;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -8px;
}

.hamburger-inner::after {
  bottom: -8px;
}

.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-slide:focus {
  outline: none;
}

.pagination-wrapper .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style-type: none;
  padding: 0 !important;
}

.pagination-wrapper .page-numbers li .page-numbers {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #d91582;
  background-color: var(--mainColor);
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 500;
  margin: 0 5px;
  position: relative;
  line-height: 50px;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .pagination-wrapper .page-numbers li .page-numbers {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    margin: 0 4px;
  }
}

.pagination-wrapper .page-numbers li .page-numbers .arrow-list-icon {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .pagination-wrapper .page-numbers li .page-numbers .arrow-list-icon {
    width: 30px;
    height: 30px;
  }
}

.pagination-wrapper .page-numbers li .page-numbers .arrow-list-icon:after {
  content: "";
  display: block;
  position: absolute;
  top: 16px;
  left: 13px;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .pagination-wrapper .page-numbers li .page-numbers .arrow-list-icon:after {
    top: 11px;
    left: 9px;
  }
}

.pagination-wrapper .page-numbers li .page-numbers .arrow-list-icon:hover,
.pagination-wrapper .page-numbers li .page-numbers .arrow-list-icon:focus {
  background-color: #939eb4;
}

.pagination-wrapper .page-numbers li .page-numbers.next {
  margin-right: 0;
}

.pagination-wrapper .page-numbers li .page-numbers.next .arrow-list-icon:after {
  left: 15px;
  transform: rotate(-90deg);
  width: 13px;
  height: 8px;
  background-size: 13px 8px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-white.svg);
}

@media only screen and (max-width: 767px) {
  .pagination-wrapper .page-numbers li .page-numbers.next .arrow-list-icon:after {
    left: 11px;
    width: 11px;
    height: 7px;
    background-size: 11px 7px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../resources/images/svg/chevron-white.svg);
  }
}

.pagination-wrapper .page-numbers li .page-numbers.prev {
  margin-left: 0;
}

.pagination-wrapper .page-numbers li .page-numbers.prev .arrow-list-icon:after {
  transform: rotate(90deg);
  width: 13px;
  height: 8px;
  background-size: 13px 8px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-white.svg);
}

@media only screen and (max-width: 767px) {
  .pagination-wrapper .page-numbers li .page-numbers.prev .arrow-list-icon:after {
    width: 11px;
    height: 7px;
    background-size: 11px 7px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../resources/images/svg/chevron-white.svg);
  }
}

.pagination-wrapper .page-numbers li .page-numbers.dots {
  cursor: default;
  background-color: #d91582;
  background-color: var(--mainColor);
}

.pagination-wrapper .page-numbers li .page-numbers:hover {
  background-color: #939eb4;
}

.pagination-wrapper .page-numbers li .current {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #d91582;
  color: var(--mainColor);
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: #fff !important;
}

.pagination-wrapper .page-numbers li a {
  text-decoration: none;
}

.vi-lazyload {
  width: 100%;
  position: relative !important;
  overflow: hidden;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.vi-lazyload:before {
  content: "";
  width: 100%;
  display: block;
  position: relative;
  padding-top: 56.25%;
}

.vi-lazyload iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  border: 0;
}

.vi-lazyload-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: inherit;
}

.vi-lazyload-content {
  width: 100%;
  height: 100%;
  position: relative;
}

.vi-lazyload-playbtn {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  opacity: 0.5;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .vi-lazyload-playbtn {
    opacity: 1;
  }
}

.vi-lazyload-playbtn:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .vi-lazyload-playbtn:before {
    width: 75px;
    height: 75px;
  }
}

.vi-lazyload-playbtn:after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(50% + 16px);
  transform: translate(-50%, -50%);
  border: 20px solid transparent;
  border-left: 32px solid #d91582;
  border-color: #d91582;
  border-color: var(--mainColor);
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .vi-lazyload-playbtn:after {
    left: calc(50% + 12px);
    border: 15px solid transparent;
    border-left: 24px solid #d91582;
    border-color: #d91582;
    border-color: var(--mainColor);
  }
}

.vi-lazyload-playbtn:hover {
  opacity: 1;
  background-color: rgba(25, 53, 100, 0.15);
}

@media only screen and (max-width: 767px) {
  .vi-lazyload-playbtn:hover {
    background-color: transparent;
  }
}

.vi-lazyload-logo {
  display: none !important;
}

.yt-lazyload {
  width: 100%;
  position: relative !important;
  overflow: hidden;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.yt-lazyload:before {
  content: "";
  width: 100%;
  display: block;
  position: relative;
  padding-top: 56.25%;
}

.yt-lazyload iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  border: 0;
}

.yt-lazyload-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: inherit;
}

.yt-lazyload-content {
  width: 100%;
  height: 100%;
  position: relative;
}

.yt-lazyload-playbtn {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .yt-lazyload-playbtn {
    opacity: 1;
  }
}

.yt-lazyload-playbtn:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .yt-lazyload-playbtn:before {
    width: 75px;
    height: 75px;
  }
}

.yt-lazyload-playbtn:after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(50% + 16px);
  transform: translate(-50%, -50%);
  border: 20px solid transparent;
  border-left: 32px solid #d91582;
  border-color: #d91582;
  border-color: var(--mainColor);
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .yt-lazyload-playbtn:after {
    left: calc(50% + 12px);
    border: 15px solid transparent;
    border-left: 24px solid #d91582;
    border-color: #d91582;
    border-color: var(--mainColor);
  }
}

.yt-lazyload-playbtn:hover {
  opacity: 1;
  background-color: rgba(25, 53, 100, 0.15);
}

@media only screen and (max-width: 767px) {
  .yt-lazyload-playbtn:hover {
    background-color: transparent;
  }
}

.yt-lazyload-logo {
  display: none !important;
}

.small-popup {
  display: none;
  position: fixed;
  bottom: 80px;
  right: 0;
  z-index: 999;
  width: 225px;
  max-width: calc(100% - 20px);
  box-shadow: 0 7px 10px rgba(0, 0, 0, 0.05);
}

.small-popup .close-popup {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 24px;
  height: 24px;
  z-index: 9;
  border: 2px solid #fff;
  border-radius: 50%;
  background-color: #d91582;
  background-color: var(--mainColor);
  cursor: pointer;
}

.small-popup .close-popup:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
}

.small-popup .popup-inner {
  background-color: #d91582;
  background-color: var(--mainColor);
  padding: 15px 17px;
}

.small-popup .popup-inner .title {
  position: relative;
  color: #fff;
  font-size: 16px;
  margin: 0;
  padding: 0 0 0 32px;
}

.small-popup .popup-inner .title:before {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  width: 20px;
  height: 21px;
  background-size: 20px 21px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/popup-icon.svg);
}

.small-popup .image-wrapper {
  position: relative;
  height: 100px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  clip-path: polygon(6% 0, 100% 0, 100% 50%, 100% 100%, 0 100%, 0 13%);
}

.small-popup .block-link {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
  width: 100%;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
}

.header .header-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 21px 0;
}

@media only screen and (max-width: 1170px) {
  .header .header-box {
    height: 80px;
    padding: 17px 0;
  }
}

@media only screen and (max-width: 767px) {
  .header .header-box {
    height: 60px;
    padding: 14px 0;
  }
}

.header .header-box .right-part {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 1170px) {
  .header .header-box .right-part .main-menu-box {
    display: none;
  }
}

.header .header-box .right-part .main-menu-box ul[id*=menu] {
  display: flex;
  align-items: center;
}

.header .header-box .right-part .main-menu-box ul[id*=menu] > li {
  list-style: none;
  margin: 0 12px;
  padding: 15px 0;
}

.header .header-box .right-part .main-menu-box ul[id*=menu] > li > a {
  color: #ffffff;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  opacity: 1;
  transition: all 0.3s ease-in-out;
  position: relative;
}

.header .header-box .right-part .main-menu-box ul[id*=menu] > li > a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}

.header .header-box .right-part .main-menu-box ul[id*=menu] > li:first-child {
  margin-left: 0;
}

.header .header-box .right-part .main-menu-box ul[id*=menu] > li:last-child {
  margin-right: 0;
}

.header .header-box .right-part .main-menu-box ul[id*=menu] > li.menu-item-has-children {
  padding-right: 20px;
  position: relative;
}

.header .header-box .right-part .main-menu-box ul[id*=menu] > li.menu-item-has-children:after {
  content: "";
  position: absolute;
  right: 0;
  top: 26px;
  opacity: 1;
  width: 11px;
  height: 7px;
  background-size: 11px 7px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-white.svg);
  transition: all 0.3s ease-in-out;
  z-index: 2;
}

.header .header-box .right-part .main-menu-box ul[id*=menu] > li.menu-item-has-children:before {
  content: "";
  position: absolute;
  right: 0;
  top: 26px;
  opacity: 0;
  width: 11px;
  height: 7px;
  background-size: 11px 7px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-pink.svg);
  transition: all 0.3s ease-in-out;
  z-index: 1;
}

.header .header-box .right-part .main-menu-box ul[id*=menu] > li.menu-item-has-children > .sub-menu {
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 300px;
  margin: 0;
  padding: 15px 25px;
  background-color: #fff;
  border-top-left-radius: 6px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}

.header .header-box .right-part .main-menu-box ul[id*=menu] > li.menu-item-has-children > .sub-menu > li {
  display: block;
  padding: 3px 0;
}

.header .header-box .right-part .main-menu-box ul[id*=menu] > li.menu-item-has-children > .sub-menu > li > a {
  color: #0e0036;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.header .header-box .right-part .main-menu-box ul[id*=menu] > li.menu-item-has-children > .sub-menu > li > a:hover,
.header .header-box .right-part .main-menu-box ul[id*=menu] > li.menu-item-has-children > .sub-menu > li > a:focus {
  color: #d91582;
  color: var(--mainColor);
}

.header .header-box .right-part .main-menu-box ul[id*=menu] > li.menu-item-has-children > .sub-menu > li.menu-item-has-children {
  position: relative;
}

.header .header-box .right-part .main-menu-box ul[id*=menu] > li.menu-item-has-children > .sub-menu > li.menu-item-has-children > a {
  display: block;
  position: relative;
}

.header .header-box .right-part .main-menu-box ul[id*=menu] > li.menu-item-has-children > .sub-menu > li.menu-item-has-children > a:after {
  content: "";
  position: absolute;
  top: 13px;
  right: 0;
  transform: rotate(-90deg);
  width: 11px;
  height: 7px;
  background-size: 11px 7px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-pink.svg);
  transition: all 0.3s ease-in-out;
}

.header .header-box .right-part .main-menu-box ul[id*=menu] > li.menu-item-has-children > .sub-menu > li.menu-item-has-children > .sub-menu {
  display: block;
  position: absolute;
  top: -15px;
  left: calc(100% + 25px);
  width: 300px;
  margin: 0;
  padding: 15px 25px;
  background-color: #f4f5f8;
  border-bottom-right-radius: 6px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}

.header .header-box .right-part .main-menu-box ul[id*=menu] > li.menu-item-has-children > .sub-menu > li.menu-item-has-children > .sub-menu > li {
  display: block;
  padding: 3px 0;
}

.header .header-box .right-part .main-menu-box ul[id*=menu] > li.menu-item-has-children > .sub-menu > li.menu-item-has-children > .sub-menu > li > a {
  color: #0e0036;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.header .header-box .right-part .main-menu-box ul[id*=menu] > li.menu-item-has-children > .sub-menu > li.menu-item-has-children > .sub-menu > li > a:hover,
.header .header-box .right-part .main-menu-box ul[id*=menu] > li.menu-item-has-children > .sub-menu > li.menu-item-has-children > .sub-menu > li > a:focus {
  color: #d91582;
  color: var(--mainColor);
}

.header .header-box .right-part .main-menu-box ul[id*=menu] > li.menu-item-has-children > .sub-menu > li.menu-item-has-children:hover > a:after,
.header .header-box .right-part .main-menu-box ul[id*=menu] > li.menu-item-has-children > .sub-menu > li.menu-item-has-children:focus > a:after {
  right: -8px;
}

.header .header-box .right-part .main-menu-box ul[id*=menu] > li.menu-item-has-children > .sub-menu > li.menu-item-has-children:hover > .sub-menu,
.header .header-box .right-part .main-menu-box ul[id*=menu] > li.menu-item-has-children > .sub-menu > li.menu-item-has-children:focus > .sub-menu {
  opacity: 1;
  visibility: visible;
}

.header .header-box .right-part .main-menu-box ul[id*=menu] > li:hover:before,
.header .header-box .right-part .main-menu-box ul[id*=menu] > li:hover:after,
.header .header-box .right-part .main-menu-box ul[id*=menu] > li:focus:before,
.header .header-box .right-part .main-menu-box ul[id*=menu] > li:focus:after {
  transform: scaleY(-1);
}

.header .header-box .right-part .main-menu-box ul[id*=menu] > li:hover > a:before,
.header .header-box .right-part .main-menu-box ul[id*=menu] > li:focus > a:before {
  width: 100%;
}

.header .header-box .right-part .main-menu-box ul[id*=menu] > li:hover.menu-item-has-children > .sub-menu,
.header .header-box .right-part .main-menu-box ul[id*=menu] > li:focus.menu-item-has-children > .sub-menu {
  opacity: 1;
  visibility: visible;
}

.header .header-box .right-part .header-btn-wrap {
  margin-left: 50px;
}

@media only screen and (max-width: 1170px) {
  .header .header-box .right-part .header-btn-wrap {
    margin-left: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .header .header-box .right-part .header-btn-wrap .btn.mobile-phone {
    display: flex;
    align-items: center;
    justify-content: center;
    /*              width: 32px;*/
    height: 32px;
    border-radius: 4px;
    padding: 0 10px 0 32px;
  }
}

@media only screen and (max-width: 767px) {
  .header .header-box .right-part .header-btn-wrap .btn.mobile-phone:before,
  .header .header-box .right-part .header-btn-wrap .btn.mobile-phone:after {
    display: none;
  }
}

.header .header-box .right-part .header-btn-wrap .btn.mobile-phone > span {
  position: relative;
}

@media only screen and (max-width: 767px) {
  .header .header-box .right-part .header-btn-wrap .btn.mobile-phone > span {
    display: block;
    font-size: 14px;
    /*                width: 14px;
                        height: 14px;

                        color: transparent;*/
  }
}

.header .header-box .right-part .header-btn-wrap .btn.mobile-phone > span:before {
  content: attr(data-text);
}

@media only screen and (max-width: 767px) {
  .header .header-box .right-part .header-btn-wrap .btn.mobile-phone > span:before {
    content: attr(data-text-mobile);
  }
}

.header .header-box .right-part .header-btn-wrap .btn.mobile-phone > span:after {
  display: none;
  content: "";
  position: absolute;
  top: 2px;
  left: -24px;
  width: 14px;
  height: 14px;
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/phone-white.svg);
}

@media only screen and (max-width: 767px) {
  .header .header-box .right-part .header-btn-wrap .btn.mobile-phone > span:after {
    display: block;
  }
}

.header .header-box .right-part .hamburger {
  display: none;
  margin-left: 20px;
}

@media only screen and (max-width: 1170px) {
  .header .header-box .right-part .hamburger {
    display: block;
  }
}

.header .header-box .right-part .hamburger .hamburger-box .hamburger-inner {
  width: 20px;
}

.header .header-box .right-part .hamburger .hamburger-box .hamburger-inner:after {
  width: 15px;
}

.header .header-box .right-part .hamburger.is-active .hamburger-box .hamburger-inner {
  width: 30px;
}

.header .header-box .right-part .hamburger.is-active .hamburger-box .hamburger-inner:after {
  width: 30px;
}

.header.active {
  box-shadow: none !important;
}

.header.headroom.headroom--unpinned {
  transform: translateY(-100%);
}

.header.headroom.headroom--pinned {
  transform: translateY(0);
}

.logo-box {
  display: block;
  width: 200px;
  height: 42px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .logo-box {
    width: 125px;
    height: 32px;
  }
}

.logo-box .logo-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  color: transparent;
  z-index: 5;
}

.logo-box img,
.logo-box svg {
  display: inherit;
  width: inherit;
  height: inherit;
}

.logo-box img .logo-abb,
.logo-box img .logo-text,
.logo-box svg .logo-abb,
.logo-box svg .logo-text {
  fill: #fff;
  transition: all 0.3s ease-in-out;
}

.logo-box.pilates {
  width: 240px;
  height: 36px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .logo-box.pilates {
    width: 160px;
    height: 24px;
  }
}

.mobile-menu-box {
  display: none;
  position: fixed;
  top: 100px;
  left: 0;
  bottom: 0;
  z-index: 998;
  width: 100%;
  background-color: #fff;
}

@media only screen and (max-width: 1170px) {
  .mobile-menu-box {
    top: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .mobile-menu-box {
    top: 60px;
  }
}

.mobile-menu-box .inner-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 25px 0;
  overflow: auto;
}

.mobile-menu-box .inner-wrapper .mobile-menu-nav ul[id*=menu] {
  margin: 0;
  padding: 0;
  display: block;
}

.mobile-menu-box .inner-wrapper .mobile-menu-nav ul[id*=menu] > li {
  display: block;
  list-style: none;
  padding: 20px 0;
  border-bottom: 1px solid #bed2d5;
  margin-bottom: 0;
}

.mobile-menu-box .inner-wrapper .mobile-menu-nav ul[id*=menu] > li a {
  font-family: "Lato", sans-serif;
  color: #d91582;
  color: var(--mainColor);
  text-decoration: none;
  font-size: 24px;
  font-weight: 500;
  transition: all 0.25s ease-in-out;
}

.mobile-menu-box .inner-wrapper .mobile-menu-nav ul[id*=menu] > li a:hover,
.mobile-menu-box .inner-wrapper .mobile-menu-nav ul[id*=menu] > li a:focus {
  color: #10003d;
}

.mobile-menu-box .inner-wrapper .mobile-menu-nav ul[id*=menu] > li.menu-item-has-children {
  position: relative;
}

.mobile-menu-box .inner-wrapper .mobile-menu-nav ul[id*=menu] > li.menu-item-has-children:after {
  content: "";
  position: absolute;
  top: 36px;
  right: 9px;
  transition: all 0.35s ease-in-out;
  width: 12px;
  height: 8px;
  background-size: 12px 8px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-pink.svg);
}

.mobile-menu-box .inner-wrapper .mobile-menu-nav ul[id*=menu] > li.menu-item-has-children.opened:after {
  transform: rotate(-90deg);
}

.mobile-menu-box .inner-wrapper .mobile-menu-nav ul[id*=menu] > li.menu-item-has-children ul.sub-menu {
  display: none;
  padding: 0;
  margin: 10px 0 0 0;
}

.mobile-menu-box .inner-wrapper .mobile-menu-nav ul[id*=menu] > li.menu-item-has-children ul.sub-menu > li {
  display: block;
  padding: 2px 20px;
}

.mobile-menu-box .inner-wrapper .mobile-menu-nav ul[id*=menu] > li.menu-item-has-children ul.sub-menu > li:before {
  display: block;
  top: 15px;
  left: 8px;
  width: 7px;
  height: 7px;
}

.mobile-menu-box .inner-wrapper .mobile-menu-nav ul[id*=menu] > li.menu-item-has-children ul.sub-menu > li a {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: unset;
}

.active-header,
.header.style-1,
.header.active,
.header.headroom--not-top {
  background-color: #fff;
  box-shadow: 0 2px 15px rgba(16, 0, 61, 0.1);
}

.active-header .header-box .logo-box svg .logo-abb,
.header.style-1 .header-box .logo-box svg .logo-abb,
.header.active .header-box .logo-box svg .logo-abb,
.header.headroom--not-top .header-box .logo-box svg .logo-abb {
  fill: #d91582;
  fill: var(--mainColor);
}

.active-header .header-box .logo-box svg .logo-text,
.header.style-1 .header-box .logo-box svg .logo-text,
.header.active .header-box .logo-box svg .logo-text,
.header.headroom--not-top .header-box .logo-box svg .logo-text {
  fill: #0e0036;
}

.active-header .header-box .right-part .main-menu-box ul[id*=menu] > li > a,
.header.style-1 .header-box .right-part .main-menu-box ul[id*=menu] > li > a,
.header.active .header-box .right-part .main-menu-box ul[id*=menu] > li > a,
.header.headroom--not-top .header-box .right-part .main-menu-box ul[id*=menu] > li > a {
  color: #0e0036;
}

.active-header .header-box .right-part .main-menu-box ul[id*=menu] > li > a:before,
.header.style-1 .header-box .right-part .main-menu-box ul[id*=menu] > li > a:before,
.header.active .header-box .right-part .main-menu-box ul[id*=menu] > li > a:before,
.header.headroom--not-top .header-box .right-part .main-menu-box ul[id*=menu] > li > a:before {
  background-color: #d91582;
  background-color: var(--mainColor);
}

.active-header .header-box .right-part .main-menu-box ul[id*=menu] > li.menu-item-has-children:before,
.header.style-1 .header-box .right-part .main-menu-box ul[id*=menu] > li.menu-item-has-children:before,
.header.active .header-box .right-part .main-menu-box ul[id*=menu] > li.menu-item-has-children:before,
.header.headroom--not-top .header-box .right-part .main-menu-box ul[id*=menu] > li.menu-item-has-children:before {
  opacity: 1;
}

.active-header .header-box .right-part .main-menu-box ul[id*=menu] > li.menu-item-has-children:after,
.header.style-1 .header-box .right-part .main-menu-box ul[id*=menu] > li.menu-item-has-children:after,
.header.active .header-box .right-part .main-menu-box ul[id*=menu] > li.menu-item-has-children:after,
.header.headroom--not-top .header-box .right-part .main-menu-box ul[id*=menu] > li.menu-item-has-children:after {
  opacity: 0;
}

.active-header .header-box .right-part .main-menu-box ul[id*=menu] > li:hover > a,
.header.style-1 .header-box .right-part .main-menu-box ul[id*=menu] > li:hover > a,
.header.active .header-box .right-part .main-menu-box ul[id*=menu] > li:hover > a,
.header.headroom--not-top .header-box .right-part .main-menu-box ul[id*=menu] > li:hover > a,
.active-header .header-box .right-part .main-menu-box ul[id*=menu] > li:focus > a,
.header.style-1 .header-box .right-part .main-menu-box ul[id*=menu] > li:focus > a,
.header.active .header-box .right-part .main-menu-box ul[id*=menu] > li:focus > a,
.header.headroom--not-top .header-box .right-part .main-menu-box ul[id*=menu] > li:focus > a {
  color: #d91582;
  color: var(--mainColor);
}

.active-header .header-box .right-part .main-menu-box ul[id*=menu] > li.menu-item-has-children > .sub-menu,
.header.style-1 .header-box .right-part .main-menu-box ul[id*=menu] > li.menu-item-has-children > .sub-menu,
.header.active .header-box .right-part .main-menu-box ul[id*=menu] > li.menu-item-has-children > .sub-menu,
.header.headroom--not-top .header-box .right-part .main-menu-box ul[id*=menu] > li.menu-item-has-children > .sub-menu {
  box-shadow: 0 2px 15px rgba(16, 0, 61, 0.1);
}

.active-header .header-box .right-part .main-menu-box ul[id*=menu] > li.menu-item-has-children > .sub-menu > li.menu-item-has-children > .sub-menu,
.header.style-1 .header-box .right-part .main-menu-box ul[id*=menu] > li.menu-item-has-children > .sub-menu > li.menu-item-has-children > .sub-menu,
.header.active .header-box .right-part .main-menu-box ul[id*=menu] > li.menu-item-has-children > .sub-menu > li.menu-item-has-children > .sub-menu,
.header.headroom--not-top .header-box .right-part .main-menu-box ul[id*=menu] > li.menu-item-has-children > .sub-menu > li.menu-item-has-children > .sub-menu {
  box-shadow: 0 2px 15px rgba(16, 0, 61, 0.1);
}

.active-header .header-box .right-part .hamburger .hamburger-box .hamburger-inner,
.header.style-1 .header-box .right-part .hamburger .hamburger-box .hamburger-inner,
.header.active .header-box .right-part .hamburger .hamburger-box .hamburger-inner,
.header.headroom--not-top .header-box .right-part .hamburger .hamburger-box .hamburger-inner {
  background-color: #0e0036;
  transition: all 0.3s ease-in-out;
}

.active-header .header-box .right-part .hamburger .hamburger-box .hamburger-inner:before,
.header.style-1 .header-box .right-part .hamburger .hamburger-box .hamburger-inner:before,
.header.active .header-box .right-part .hamburger .hamburger-box .hamburger-inner:before,
.header.headroom--not-top .header-box .right-part .hamburger .hamburger-box .hamburger-inner:before,
.active-header .header-box .right-part .hamburger .hamburger-box .hamburger-inner:after,
.header.style-1 .header-box .right-part .hamburger .hamburger-box .hamburger-inner:after,
.header.active .header-box .right-part .hamburger .hamburger-box .hamburger-inner:after,
.header.headroom--not-top .header-box .right-part .hamburger .hamburger-box .hamburger-inner:after {
  background-color: #0e0036;
  transition: all 0.3s ease-in-out;
}

.header-section {
  background-size: cover;
  background-position: center;
}

.header-section .header-sec-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #8391ad;
  padding-top: 100px;
  background-size: cover;
  background-position: center;
  height: 470px;
  position: relative;
}

@media only screen and (max-width: 1170px) {
  .header-section .header-sec-box {
    height: 400px;
    padding-top: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .header-section .header-sec-box {
    height: auto;
    min-height: 360px;
    padding-top: 60px;
  }
}

.header-section .header-sec-box > .container {
  position: relative;
  z-index: 2;
}

.header-section .header-sec-box .light-overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, rgba(217, 23, 130, 0.35) 0%, #10003d 100%);
  opacity: 0.25;
  z-index: 1;
}

.header-section .header-sec-box .header-titles {
  padding: 28px 0 70px 0;
}

@media only screen and (max-width: 1170px) {
  .header-section .header-sec-box .header-titles {
    padding: 0 0 30px 0;
  }
}

.header-section .header-sec-box .quotes-slider-wrap {
  padding-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .header-section .header-sec-box .quotes-slider-wrap {
    padding-bottom: 10px;
  }
}

.header-section .header-sec-box .quotes-slider-wrap .quotes-slider .quote-slide .quote-box blockquote {
  max-width: none;
  text-align: left;
  margin: 0;
}

.header-section .header-sec-box .quotes-slider-wrap .quotes-slider .quote-slide .quote-box blockquote p {
  font-size: 40px;
}

@media only screen and (max-width: 960px) {
  .header-section .header-sec-box .quotes-slider-wrap .quotes-slider .quote-slide .quote-box blockquote p {
    font-size: 32px;
  }
}

@media only screen and (max-width: 767px) {
  .header-section .header-sec-box .quotes-slider-wrap .quotes-slider .quote-slide .quote-box blockquote p {
    font-size: 22px;
    line-height: 1.25;
  }
}

@media only screen and (max-width: 374px) {
  .header-section .header-sec-box .quotes-slider-wrap .quotes-slider .quote-slide .quote-box blockquote p {
    font-size: 20px;
  }
}

.header-section .header-sec-box .quotes-slider-wrap .quotes-slider .quote-slide .quote-box blockquote p:last-child {
  margin-bottom: 0;
}

.header-section .header-sec-box .quotes-slider-wrap .quotes-slider .quote-slide .quote-box .quote-author {
  margin: 10px 0 0 0;
}

.header-section .header-sec-box .quotes-slider-wrap .slider-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 90px;
  height: 40px;
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .header-section .header-sec-box .quotes-slider-wrap .slider-controls {
    width: 70px;
    height: 40px;
    margin-top: 10px;
  }
}

.header-section .header-sec-box .quotes-slider-wrap .slider-controls .slider-arrow {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .header-section .header-sec-box .quotes-slider-wrap .slider-controls .slider-arrow {
    width: 30px;
    height: 30px;
  }
}

.header-section .header-sec-box .quotes-slider-wrap .slider-controls .slider-arrow:before {
  content: "";
  position: absolute;
  top: 16px;
  left: 13px;
  opacity: 1;
  transform: rotate(90deg);
  width: 11px;
  height: 7px;
  background-size: 11px 7px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-pink.svg);
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .header-section .header-sec-box .quotes-slider-wrap .slider-controls .slider-arrow:before {
    top: 12px;
    left: 9px;
  }
}

.header-section .header-sec-box .quotes-slider-wrap .slider-controls .slider-arrow:after {
  content: "";
  position: absolute;
  top: 16px;
  left: 13px;
  opacity: 0;
  transform: rotate(90deg);
  width: 11px;
  height: 7px;
  background-size: 11px 7px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-white.svg);
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .header-section .header-sec-box .quotes-slider-wrap .slider-controls .slider-arrow:after {
    top: 12px;
    left: 9px;
  }
}

.header-section .header-sec-box .quotes-slider-wrap .slider-controls .slider-arrow.next-arrow:before,
.header-section .header-sec-box .quotes-slider-wrap .slider-controls .slider-arrow.next-arrow:after {
  left: 15px;
  transform: rotate(-90deg);
}

@media only screen and (max-width: 767px) {
  .header-section .header-sec-box .quotes-slider-wrap .slider-controls .slider-arrow.next-arrow:before,
  .header-section .header-sec-box .quotes-slider-wrap .slider-controls .slider-arrow.next-arrow:after {
    left: 10px;
  }
}

.header-section .header-sec-box .quotes-slider-wrap .slider-controls .slider-arrow:hover,
.header-section .header-sec-box .quotes-slider-wrap .slider-controls .slider-arrow:focus {
  background-color: #d91582;
  background-color: var(--mainColor);
}

.header-section .header-sec-box .quotes-slider-wrap .slider-controls .slider-arrow:hover:before,
.header-section .header-sec-box .quotes-slider-wrap .slider-controls .slider-arrow:focus:before {
  opacity: 0;
}

.header-section .header-sec-box .quotes-slider-wrap .slider-controls .slider-arrow:hover:after,
.header-section .header-sec-box .quotes-slider-wrap .slider-controls .slider-arrow:focus:after {
  opacity: 1;
}

.header-section .cpt-header-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 350px;
  padding: 30px 0 140px 0;
  position: relative;
  z-index: 2;
}

.header-section .cpt-header-box .cpt-title-box {
  padding-right: 30px;
}

@media only screen and (max-width: 1170px) {
  .header-section .cpt-header-box .cpt-title-box {
    padding-right: 0;
  }
}

.header-section .cpt-header-box .cpt-title-box .sub-title {
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .header-section .cpt-header-box .cpt-title-box .cpt-title {
    font-size: 30px;
  }
}

.header-section .cpt-header-box.with-image {
  height: 480px;
  padding-bottom: 250px;
  justify-content: flex-end;
}

@media only screen and (max-width: 1280px) {
  .header-section .cpt-header-box.with-image {
    min-height: 420px;
    height: auto;
  }
}

@media only screen and (max-width: 767px) {
  .header-section .cpt-header-box.with-image {
    min-height: auto;
    padding-bottom: 210px;
  }
}

.header-section.type-0 {
  padding-top: 100px;
  background-image: linear-gradient(to right, #8391ad 0%, #929db3 100%);
  margin-bottom: 0;
}

@media only screen and (max-width: 1170px) {
  .header-section.type-0 {
    padding-top: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .header-section.type-0 {
    padding-top: 60px;
  }
}

.header-section.type-1 {
  padding-top: 100px;
  margin-bottom: 60px;
}

@media only screen and (max-width: 1170px) {
  .header-section.type-1 {
    padding-top: 80px;
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .header-section.type-1 {
    padding-top: 60px;
    margin-bottom: 30px;
  }
}

.header-section.type-3 .header-sec-box {
  height: 600px;
}

@media only screen and (max-width: 1280px) {
  .header-section.type-3 .header-sec-box {
    height: 500px;
  }
}

@media only screen and (max-width: 1170px) {
  .header-section.type-3 .header-sec-box {
    height: 450px;
  }
}

@media only screen and (max-width: 960px) {
  .header-section.type-3 .header-sec-box {
    height: 400px;
  }
}

@media only screen and (max-width: 767px) {
  .header-section.type-3 .header-sec-box {
    height: auto;
    min-height: 360px;
  }
}

.header-section.with-overlay {
  position: relative;
  overflow: hidden;
}

.header-section.with-overlay:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, rgba(217, 23, 130, 0.35) 0%, #10003d 100%);
  opacity: 0.25;
  z-index: 1;
}

body.admin-bar .header {
  top: 32px;
}

@media only screen and (max-width: 782px) {
  body.admin-bar .header {
    top: 46px;
  }
}

body.admin-bar .mobile-menu-box {
  top: 132px;
}

@media only screen and (max-width: 1170px) {
  body.admin-bar .mobile-menu-box {
    top: 112px;
  }
}

@media only screen and (max-width: 782px) {
  body.admin-bar .mobile-menu-box {
    top: 126px;
  }
}

@media only screen and (max-width: 767px) {
  body.admin-bar .mobile-menu-box {
    top: 106px;
  }
}

.footer .footer-columns-wrap {
  background-color: #10003d;
  padding: 50px 0;
}

.footer .footer-columns-wrap .footer-inner-top-row {
  row-gap: 30px;
}

.footer .footer-columns-wrap .footer-content-columns {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 30px 40px;
}

.footer .footer-columns-wrap .footer-content-columns .content-column {
  flex-grow: 1;
  flex-basis: 0;
}

.footer .footer-columns-wrap .footer-content-columns .content-column .content-wrapper p {
  margin-bottom: 12px;
}

.footer .footer-columns-wrap .footer-title {
  font-size: 18px;
  margin-bottom: 25px;
}

.footer .footer-info-item + .footer-info-item {
  margin-top: 12px;
}

.footer .footer-link {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 374px) {
  .footer .footer-link {
    font-size: 14px;
  }
}

.footer .footer-link span {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.footer .footer-link:hover,
.footer .footer-link:focus {
  opacity: 0.75;
}

.footer .footer-link.with-icon {
  padding-left: 30px;
  position: relative;
}

.footer .footer-link.with-icon.footer-phone:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 13px;
  height: 13px;
  background-size: 13px 13px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/phone-white.svg);
}

.footer .footer-link.with-icon.footer-email:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 16px;
  height: 13px;
  background-size: 16px 13px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/email-white.svg);
}

.footer .footer-link.with-icon.footer-address:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 13px;
  height: 13px;
  background-size: 13px 13px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/loc-white.svg);
}

.footer .footer-bottom {
  padding: 30px 0 0 0;
  background-color: #0e0036;
}

.footer .footer-bottom .footer-info-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  flex-wrap: wrap;
  gap: calc(30px / 2);
  margin-bottom: 30px;
}

.footer .footer-bottom .footer-info-line .left-part {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.footer .footer-bottom .footer-info-line .copyrights {
  display: inline-block;
  font-size: 14px;
  line-height: 1.5;
  margin-right: 3px;
}

.footer .footer-bottom .footer-info-line .copyrights:last-child {
  margin-right: 0;
}

.footer .footer-bottom .footer-info-line .footer-links {
  font-size: 14px;
  line-height: 1.5;
}

.footer .footer-bottom .footer-info-line .footer-links .footer-link {
  display: inline-block;
  font-size: 14px;
  text-decoration: none;
  line-height: 1.5;
  margin-left: 10px;
  position: relative;
}

.footer .footer-bottom .footer-info-line .footer-links .footer-link:hover,
.footer .footer-bottom .footer-info-line .footer-links .footer-link:focus {
  color: #939eb4;
}

.footer .footer-bottom .footer-info-line .footer-links .footer-link:before {
  content: "";
  position: absolute;
  top: 4px;
  left: -7px;
  width: 1px;
  height: 13px;
  background-color: #fff;
}

.footer .footer-bottom .footer-info-line .footer-links .footer-link span {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.footer .footer-bottom .footer-info-line .footer-links:first-child .footer-link:first-child {
  margin-left: 0;
}

.footer .footer-bottom .footer-info-line .footer-links:first-child .footer-link:first-child:before {
  display: none;
}

.footer-cta-section {
  padding: 70px 0;
  background-color: #d91582;
  background-color: var(--mainColor);
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 1024px) {
  .footer-cta-section {
    padding: 50px 0;
  }
}

@media only screen and (max-width: 767px) {
  .footer-cta-section {
    padding: 30px 0;
  }
}

.footer-cta-section .container {
  position: relative;
}

.footer-cta-section .container .egg {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: auto;
  transform: scaleX(-1) translateY(-50%);
  opacity: 0.25;
  z-index: 1;
}

@media only screen and (max-width: 1170px) {
  .footer-cta-section .container .egg {
    width: 80%;
    left: 50%;
    transform: scaleX(-1) translate(50%, -50%);
  }
}

@media only screen and (max-width: 767px) {
  .footer-cta-section .container .egg {
    width: 70%;
  }
}

.footer-cta-section .container .egg .egg-color {
  fill: #bd046a;
}

.footer-cta-section .footer-cta-box {
  text-align: center;
  position: relative;
  z-index: 2;
}

.footer-cta-section .footer-cta-box .footer-cta-text {
  margin-bottom: 30px;
}

.footer-cta-section .footer-cta-box .footer-cta-text h1,
.footer-cta-section .footer-cta-box .footer-cta-text h2,
.footer-cta-section .footer-cta-box .footer-cta-text h3,
.footer-cta-section .footer-cta-box .footer-cta-text h4,
.footer-cta-section .footer-cta-box .footer-cta-text h5 {
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  .footer-cta-section .footer-cta-box .footer-cta-text h1,
  .footer-cta-section .footer-cta-box .footer-cta-text h2,
  .footer-cta-section .footer-cta-box .footer-cta-text h3,
  .footer-cta-section .footer-cta-box .footer-cta-text h4,
  .footer-cta-section .footer-cta-box .footer-cta-text h5 {
    font-size: 28px;
  }
}

@media only screen and (max-width: 374px) {
  .footer-cta-section .footer-cta-box .footer-cta-text h1,
  .footer-cta-section .footer-cta-box .footer-cta-text h2,
  .footer-cta-section .footer-cta-box .footer-cta-text h3,
  .footer-cta-section .footer-cta-box .footer-cta-text h4,
  .footer-cta-section .footer-cta-box .footer-cta-text h5 {
    font-size: 24px;
  }
}

.footer-cta-section .footer-cta-box .footer-cta-text h1 strong,
.footer-cta-section .footer-cta-box .footer-cta-text h2 strong,
.footer-cta-section .footer-cta-box .footer-cta-text h3 strong,
.footer-cta-section .footer-cta-box .footer-cta-text h4 strong,
.footer-cta-section .footer-cta-box .footer-cta-text h5 strong {
  font-family: inherit;
  font-weight: 500;
}

.sticky-info {
  display: block;
  position: fixed;
  top: 50%;
  right: 0;
  width: 48px;
  transform: translateY(-50%);
  z-index: 500;
}

.sticky-info .sb-box {
  width: 100%;
  height: 48px;
  box-shadow: 0 8px 15px rgba(16, 0, 61, 0.05);
  border-radius: 4px 0 0 4px;
  background-color: #fff;
  margin-bottom: 6px;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.sticky-info .sb-box .sb-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  color: transparent;
  z-index: 5;
}

.sticky-info .sb-box .sb-link:before,
.sticky-info .sb-box .sb-link:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
}

.sticky-info .sb-box .sb-link:after {
  opacity: 1;
}

.sticky-info .sb-box .sb-link.tel:before {
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/phone-white.svg);
}

.sticky-info .sb-box .sb-link.tel:after {
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/phone-pink.svg);
}

.sticky-info .sb-box .sb-link.loc:before {
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/loc-white.svg);
}

.sticky-info .sb-box .sb-link.loc:after {
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/loc-pink.svg);
}

.sticky-info .sb-box .sb-link.mail:before {
  width: 18px;
  height: 15px;
  background-size: 18px 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/email-white.svg);
}

.sticky-info .sb-box .sb-link.mail:after {
  width: 18px;
  height: 15px;
  background-size: 18px 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/email-pink.svg);
}

.sticky-info .sb-box .sb-link.faq:before {
  width: 25px;
  height: 20px;
  background-size: 25px 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/faq-white.svg);
}

.sticky-info .sb-box .sb-link.faq:after {
  width: 25px;
  height: 20px;
  background-size: 25px 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/faq-pink.svg);
}

.sticky-info .sb-box .sb-link.whatsapp:before {
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/whatsapp-white.svg);
}

.sticky-info .sb-box .sb-link.whatsapp:after {
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/whatsapp-pink.svg);
}

.sticky-info .sb-box:hover,
.sticky-info .sb-box:focus {
  background-color: #d91582;
  background-color: var(--mainColor);
  box-shadow: none;
}

.sticky-info .sb-box:hover .sb-link:before,
.sticky-info .sb-box:focus .sb-link:before {
  opacity: 1;
}

.sticky-info .sb-box:hover .sb-link:after,
.sticky-info .sb-box:focus .sb-link:after {
  opacity: 0;
}

.sticky-info .sb-box:last-child {
  margin-bottom: 0;
}

.socials {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.socials .social-link {
  position: relative;
  width: 18px;
  height: 18px;
  top: 0;
  margin: 0 20px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .socials .social-link {
    margin: 0 15px;
  }
}

.socials .social-link:first-child {
  margin-left: 0;
}

.socials .social-link:last-child {
  margin-right: 0;
}

.socials .social-link:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  margin: 0 auto;
  z-index: 2;
  transition: all 0.3s ease-in-out;
}

.socials .social-link.icon-twitter {
  width: 22px;
}

.socials .social-link.icon-facebook {
  width: 9px;
}

.socials .social-link:hover,
.socials .social-link:focus {
  opacity: 0.5;
}

.filter-wrap {
  display: flex;
  justify-content: flex-end;
}

@media only screen and (max-width: 768px) {
  .filter-wrap {
    justify-content: flex-start;
    margin-top: 30px;
  }
}

.filter-wrap .filter-box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media only screen and (max-width: 767px) {
  .filter-wrap .filter-box {
    display: block;
    width: 100%;
  }
}

.filter-wrap .filter-box .filter-label {
  display: inline-block;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 500;
  margin-right: 30px;
  line-height: 1.25;
}

@media only screen and (max-width: 767px) {
  .filter-wrap .filter-box .filter-label {
    display: none;
    margin-bottom: 10px;
  }
}

.filter-wrap .filter-box .filter-holder {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.filter-wrap .filter-box .filter-holder .filter-select {
  min-width: 160px;
  background-image: url(../../resources/images/svg/chevron-white.svg);
  background-position: calc(100% - 15px) 50%;
  background-repeat: no-repeat;
  background-size: 13px 9px;
  background-color: transparent;
  border: 2px solid #d91582;
  border-color: #d91582;
  border-color: var(--mainColor);
  border-radius: 100px !important;
  box-shadow: none !important;
  outline: none !important;
  padding: 7px 40px 7px 25px;
  color: #ffffff;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 500;
  height: 45px !important;
  line-height: normal !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  top: 0;
  margin-right: 30px;
}

@media only screen and (max-width: 767px) {
  .filter-wrap .filter-box .filter-holder .filter-select {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.filter-wrap .filter-box .filter-holder .filter-select option {
  color: #3d3d3d;
  background-color: #fff;
}

.filter-wrap .filter-box .filter-holder .filter-select::-ms-expand {
  display: none !important;
}

.filter-wrap .filter-box .filter-holder .filter-select:disabled {
  color: #f7f8fa;
  border-color: #f7f8fa;
}

.filter-wrap .filter-box .filter-holder .filter-select:last-child {
  margin-right: 0;
  margin-bottom: 0;
}

body.page-color-1 .header .header-box .right-part .main-menu-box ul[id*=menu] > li.menu-item-has-children > .sub-menu > li.menu-item-has-children > a:after {
  width: 11px;
  height: 7px;
  background-size: 11px 7px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-bur.svg);
}

body.page-color-1 .header.headroom--not-top .header-box .right-part .main-menu-box ul[id*=menu] > li.menu-item-has-children:before {
  width: 11px;
  height: 7px;
  background-size: 11px 7px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-bur.svg);
}

body.page-color-1 .header-section .header-sec-box .quotes-slider-wrap .slider-controls .slider-arrow:before {
  width: 11px;
  height: 7px;
  background-size: 11px 7px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-bur.svg);
}

body.page-color-1 .gform_wrapper select {
  background-image: url(../../resources/images/svg/chevron-bur.svg);
}

body.page-color-1 .gform_wrapper .gfield_checkbox > div input[type=checkbox]:checked + label:after {
  width: 16px;
  height: 12px;
  background-size: 16px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/check-bur.svg);
}

body.page-color-1 .link-btn:after {
  width: 20px;
  height: 10px;
  background-size: 20px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-bur.svg);
}

body.page-color-1 .sticky-info .sb-box .sb-link.tel:after {
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/phone-bur.svg);
}

body.page-color-1 .sticky-info .sb-box .sb-link.loc:after {
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/loc-bur.svg);
}

body.page-color-1 .sticky-info .sb-box .sb-link.mail:after {
  width: 18px;
  height: 15px;
  background-size: 18px 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/email-bur.svg);
}

body.page-color-1 .sticky-info .sb-box .sb-link.faq:after {
  width: 25px;
  height: 20px;
  background-size: 25px 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/faq-bur.svg);
}

body.page-color-1 .sticky-info .sb-box .sb-link.whatsapp:after {
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/whatsapp-bur.svg);
}

body.page-color-1 .footer-cta-section .container .egg .egg-color {
  fill: #7c2f3f;
}

body.page-color-1 .footer-cta-section .container .footer-cta-btn-wrap .btn:before {
  background-color: #7c0b43;
}

body.page-color-1 .footer .footer-columns-wrap {
  background-color: #1a324d;
}

body.page-color-1 .footer .footer-bottom {
  background-color: #bbc3cd;
}

body.page-color-1 .work-section .work-usp-list .usp-item .usp-box .iterator:before {
  width: 46px;
  height: 33px;
  background-size: 46px 33px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/egg2.svg);
}

body.page-color-1 .work-section .work-info-wrap .titles-divider {
  background-color: #eaedf0;
}

body.page-color-1 .quotes-section .quotes-slider-wrap .slider-controls .slider-arrows .slider-arrow:before {
  width: 11px;
  height: 7px;
  background-size: 11px 7px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-bur.svg);
}

body.page-color-1 .faq-section .faq-list .faq-item .faq-question:after {
  width: 13px;
  height: 8px;
  background-size: 13px 8px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-bur.svg);
}

body.page-color-1 .gallery-section .gallery-slider .slick-arrow:before {
  width: 11px;
  height: 7px;
  background-size: 11px 7px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-bur.svg);
}

body.page-color-1 .actual-section .actual-list-wrap .slider-controls .slider-arrows .slider-arrow:before {
  width: 11px;
  height: 7px;
  background-size: 11px 7px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-bur.svg);
}

body.page-color-2 h1,
body.page-color-2 h2,
body.page-color-2 h3,
body.page-color-2 h4,
body.page-color-2 h5,
body.page-color-2 h6 {
  color: #10003D;
}

body.page-color-2 .actual-section {
  background-color: #F3F2F5;
}

body.page-color-2 .work-section .work-usp-list .usp-item .usp-box .iterator {
  color: #B2D5DB;
}

body.page-color-2 .work-section .work-usp-list .usp-item .usp-box .iterator:before {
  width: 46px;
  height: 33px;
  background-size: 46px 33px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/egg3.svg);
}

body.page-color-2 .posts-list .post-item .post-box .post-info-box .post-title {
  color: #3D3D3D;
}

body.page-color-2 .sub-title {
  color: #AEAEAE;
}

body.page-color-2 .link-btn {
  color: #AEAEAE;
}

body.page-color-2 .text-and-image-section.style-2 {
  background-color: #F3F2F5;
}

body.page-color-2 .text-and-image-section.style-2 .tai-image-wrap:before {
  display: none;
}

body.page-color-2 .white-content h1,
body.page-color-2 .white-content h2,
body.page-color-2 .white-content h3,
body.page-color-2 .white-content h4,
body.page-color-2 .white-content h5,
body.page-color-2 .white-content h6,
body.page-color-2 .white-content p,
body.page-color-2 .white-content li,
body.page-color-2 .white-content span,
body.page-color-2 .white-content a {
  color: #fff;
}

body.page-color-2 .white-content a:hover,
body.page-color-2 .white-content a:focus {
  -webkit-text-decoration-color: #fff;
  text-decoration-color: #fff;
}

body.page-color-3 * {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

body.page-color-3 b,
body.page-color-3 strong {
  font-weight: bolder;
}

body.page-color-3 h1,
body.page-color-3 h2,
body.page-color-3 h3,
body.page-color-3 h4,
body.page-color-3 h5,
body.page-color-3 h6 {
  color: #34445C;
  font-family: "Turin";
  font-weight: bold;
  line-height: 1.5;
}

body.page-color-3 .logo-box {
  height: 60px;
}

body.page-color-3 .sub-title {
  font-family: "Turin Serif";
  font-size: 20px;
  font-weight: normal;
}

body.page-color-3 .sub-title:before {
  top: 10%;
}

body.page-color-3 .active-header .header-box .logo-box svg .logo-abb,
body.page-color-3 .header.style-1 .header-box .logo-box svg .logo-abb,
body.page-color-3 .header.active .header-box .logo-box svg .logo-abb,
body.page-color-3 .header.headroom--not-top .header-box .logo-box svg .logo-abb {
  fill: #34445C;
}

body.page-color-3 .link-btn:after {
  width: 20px;
  height: 10px;
  background-size: 20px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-dark-3.svg);
}

body.page-color-3 .btn.white-btn:after {
  width: 20px;
  height: 10px;
  background-size: 20px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-dark-3.svg);
}

body.page-color-3 .btn.white-btn > span {
  color: var(--mainColor);
}

body.page-color-3 .btn.white-btn > span:after {
  width: 20px;
  height: 10px;
  background-size: 20px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/arrow-white.svg);
}

body.page-color-3 .btn.white-btn:hover > span {
  color: #fff;
}

body.page-color-3 .header .header-box .right-part .main-menu-box ul[id*=menu] > li.menu-item-has-children > .sub-menu > li.menu-item-has-children > a:after {
  width: 11px;
  height: 7px;
  background-size: 11px 7px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-dark-3.svg);
}

body.page-color-3 .header.headroom--not-top .header-box .right-part .main-menu-box ul[id*=menu] > li.menu-item-has-children:before {
  width: 11px;
  height: 7px;
  background-size: 11px 7px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-dark-3.svg);
}

body.page-color-3 .header .header-box .right-part .main-menu-box ul[id*=menu] > li > a {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: bold;
}

body.page-color-3 .header .header-box .right-part .main-menu-box ul[id*=menu] > li.menu-item-has-children:before,
body.page-color-3 .header .header-box .right-part .main-menu-box ul[id*=menu] > li.menu-item-has-children:after {
  top: 24px;
}

body.page-color-3 .header .header-box .right-part .main-menu-box ul[id*=menu] > li.menu-item-has-children > .sub-menu > li > a {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
}

body.page-color-3 .header .header-box .right-part .main-menu-box ul[id*=menu] > li.menu-item-has-children > .sub-menu > li.menu-item-has-children > a:after {
  top: 9px;
}

body.page-color-3 .header .header-box .right-part .main-menu-box ul[id*=menu] > li.menu-item-has-children > .sub-menu > li.menu-item-has-children .sub-menu > li > a {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
}

body.page-color-3 .mobile-menu-box .inner-wrapper .mobile-menu-nav ul[id*=menu] > li.menu-item-has-children:after {
  width: 12px;
  height: 8px;
  background-size: 12px 8px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-dark-3.svg);
}

body.page-color-3 .mobile-menu-box .inner-wrapper .mobile-menu-nav ul[id*=menu] > li a {
  font-family: "Turin";
  font-size: 14px;
  font-weight: bold;
}

body.page-color-3 .mobile-menu-box .inner-wrapper .mobile-menu-nav ul[id*=menu] > li.menu-item-has-children:after {
  top: 15px;
}

body.page-color-3 .header-section h1,
body.page-color-3 .header-section h2,
body.page-color-3 .header-section h3,
body.page-color-3 .header-section h4,
body.page-color-3 .header-section h5,
body.page-color-3 .header-section h6,
body.page-color-3 .header-section p,
body.page-color-3 .header-section li,
body.page-color-3 .header-section span,
body.page-color-3 .header-section a {
  color: #fff;
}

body.page-color-3 .header-section a:hover,
body.page-color-3 .header-section a:focus {
  -webkit-text-decoration-color: #fff;
  text-decoration-color: #fff;
}

body.page-color-3 .work-section .work-usp-list .usp-item .usp-box .iterator {
  color: #34445C;
}

body.page-color-3 .work-section .work-usp-list .usp-item .usp-box .iterator:before {
  width: 46px;
  height: 33px;
  background-size: 46px 33px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/egg4.svg);
}

body.page-color-3 .actual-section .actual-list-wrap .slider-controls .slider-arrows .slider-arrow:before {
  width: 11px;
  height: 7px;
  background-size: 11px 7px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-dark-3.svg);
}

body.page-color-3 .quotes-section .quotes-slider-wrap .slider-controls .slider-arrows .slider-arrow:before {
  width: 11px;
  height: 7px;
  background-size: 11px 7px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-dark-3.svg);
}

body.page-color-3 .quotes-section .quotes-slider-wrap .quotes-slider .quote-slide .quote-box p {
  color: #34445C;
  font-family: "Turin";
  font-weight: bold;
}

body.page-color-3 .footer-cta-section h1,
body.page-color-3 .footer-cta-section h2,
body.page-color-3 .footer-cta-section h3,
body.page-color-3 .footer-cta-section h4,
body.page-color-3 .footer-cta-section h5,
body.page-color-3 .footer-cta-section h6,
body.page-color-3 .footer-cta-section p,
body.page-color-3 .footer-cta-section li,
body.page-color-3 .footer-cta-section span,
body.page-color-3 .footer-cta-section a {
  color: #fff;
}

body.page-color-3 .footer-cta-section a:hover,
body.page-color-3 .footer-cta-section a:focus {
  -webkit-text-decoration-color: #fff;
  text-decoration-color: #fff;
}

body.page-color-3 .footer-cta-section .egg-color {
  fill: #34445C !important;
}

body.page-color-3 .footer-cta-section strong {
  font-weight: inherit;
}

body.page-color-3 .footer .footer-columns-wrap,
body.page-color-3 .footer .footer-bottom {
  background-color: #34445C;
}

body.page-color-3 .sticky-info .sb-box .sb-link.tel:after {
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/phone-dark.svg);
}

body.page-color-3 .sticky-info .sb-box .sb-link.loc:after {
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/loc-dark.svg);
}

body.page-color-3 .sticky-info .sb-box .sb-link.mail:after {
  width: 18px;
  height: 15px;
  background-size: 18px 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/email-dark.svg);
}

body.page-color-3 .sticky-info .sb-box .sb-link.faq:after {
  width: 25px;
  height: 20px;
  background-size: 25px 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/faq-dark.svg);
}

body.page-color-3 .sticky-info .sb-box .sb-link.whatsapp:after {
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/whatsapp-dark.svg);
}

body.page-color-3 .faq-section .faq-list .faq-item .faq-question:after {
  width: 13px;
  height: 8px;
  background-size: 13px 8px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-dark-3.svg);
}

body.page-color-3 .gallery-section .gallery-slider .slick-arrow:before {
  width: 11px;
  height: 7px;
  background-size: 11px 7px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-dark-3.svg);
}

body.page-color-0 .btn:before {
  background-color: #bb0068;
}

body.page-color-1 .btn:before {
  background-color: #7c2f3f;
}

body.page-color-2 .btn:before {
  background-color: #bb0068;
}

body.page-color-3 .btn:before {
  background-color: #34445C;
}

.team-section {
  background-color: #f7f8fa;
}

.team-list-wrapper .team-list .tm-item {
  display: flex;
  flex-direction: column;
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}

@media only screen and (max-width: 960px) {
  .team-list-wrapper .team-list .tm-item {
    flex-basis: 50%;
    max-width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .team-list-wrapper .team-list .tm-item {
    flex-basis: 100%;
    max-width: none;
  }
}

.team-list-wrapper .team-list .tm-item .tm-box {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  position: relative;
}

.team-list-wrapper .team-list .tm-item .tm-box .tm-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.team-list-wrapper .team-list .tm-item .tm-box .tm-content .tm-photo-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 4px 4px 0 0;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}

.team-list-wrapper .team-list .tm-item .tm-box .tm-content .tm-photo-wrap:after {
  content: "";
  position: absolute;
  width: 150%;
  height: 100px;
  border-radius: 150%/100px;
  top: calc(100% - 10px);
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}

.team-list-wrapper .team-list .tm-item .tm-box .tm-content .tm-photo-wrap .tm-quote {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 20px;
  background-color: #fff;
  z-index: 3;
  opacity: 0;
  top: 100%;
  transition: all 0.3s ease-in-out;
}

.team-list-wrapper .team-list .tm-item .tm-box .tm-content .tm-photo-wrap .tm-quote p {
  color: #0e0036;
  font-family: "Lato", sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 1.25;
  font-style: italic;
}

.team-list-wrapper .team-list .tm-item .tm-box .tm-content .tm-photo-wrap .tm-quote p strong {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: 500;
}

.team-list-wrapper .team-list .tm-item .tm-box .tm-content .tm-photo-wrap .tm-photo {
  padding-top: 100%;
  background-size: cover;
  background-position: 50% 0;
  position: relative;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.team-list-wrapper .team-list .tm-item .tm-box .tm-content .tm-info-wrap {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  background-color: #fff;
  overflow: hidden;
  margin-top: -50px;
  transition: all 0.3s ease-in-out;
}

.team-list-wrapper .team-list .tm-item .tm-box .tm-content .tm-info-wrap .tm-info {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 15px 20px 20px 20px;
  overflow: hidden;
  position: relative;
  top: 50px;
  transition: all 0.3s ease-in-out;
}

.team-list-wrapper .team-list .tm-item .tm-box .tm-content .tm-info-wrap .tm-info:after {
  content: "";
  position: absolute;
  top: calc(100% - 65px);
  left: calc(100% - 310px);
  width: 700px;
  height: 350px;
  background: #d91582;
  background: var(--mainColor);
  border-radius: 350px/175px;
  transition: all 0.3s ease-in-out;
}

.team-list-wrapper .team-list .tm-item .tm-box .tm-content .tm-info-wrap .tm-info .tm-name {
  margin-bottom: 10px;
  position: relative;
}

.team-list-wrapper .team-list .tm-item .tm-box .tm-content .tm-info-wrap .tm-info .tm-name:before {
  content: "";
  position: absolute;
  top: -15px;
  left: 15px;
  width: 30px;
  opacity: 0;
  height: 2px;
  background-color: #d91582;
  background-color: var(--mainColor);
  z-index: 2;
  transition: all 0.3s ease-in-out;
}

.team-list-wrapper .team-list .tm-item .tm-box .tm-content .tm-info-wrap .tm-info .job-titles .job-title-line {
  color: #10003d;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  margin-bottom: 2px;
  padding-left: 10px;
  position: relative;
}

.team-list-wrapper .team-list .tm-item .tm-box .tm-content .tm-info-wrap .tm-info .job-titles .job-title-line:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #d91582;
  background-color: var(--mainColor);
}

.team-list-wrapper .team-list .tm-item .tm-box .tm-content .tm-info-wrap .tm-info .job-titles .job-title-line span,
.team-list-wrapper .team-list .tm-item .tm-box .tm-content .tm-info-wrap .tm-info .job-titles .job-title-line a {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.team-list-wrapper .team-list .tm-item .tm-box .tm-content .tm-info-wrap .tm-info .job-titles .job-title-line a:hover {
  color: #d91582;
}

.team-list-wrapper .team-list .tm-item .tm-box .tm-content .tm-info-wrap .tm-info .job-titles .job-title-line:last-child {
  margin-bottom: 0;
}

.team-list-wrapper .team-list .tm-item .tm-box .tm-content .tm-info-wrap .tm-info .tm-links-wrap {
  height: 45px;
  margin-top: auto;
}

.team-list-wrapper .team-list .tm-item .tm-box .tm-content .tm-info-wrap .tm-info .tm-links-wrap .tm-links {
  display: flex;
  align-items: center;
  margin-top: 15px;
}

.team-list-wrapper .team-list .tm-item .tm-box .tm-content .tm-info-wrap .tm-info .tm-links-wrap .tm-links .tm-link {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  margin-right: 10px;
  background-color: #d91582;
  background-color: var(--mainColor);
  transition: all 0.3s ease-in-out;
  position: relative;
}

.team-list-wrapper .team-list .tm-item .tm-box .tm-content .tm-info-wrap .tm-info .tm-links-wrap .tm-links .tm-link:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  margin: 0 auto;
  z-index: 2;
  transition: all 0.3s ease-in-out;
}

.team-list-wrapper .team-list .tm-item .tm-box .tm-content .tm-info-wrap .tm-info .tm-links-wrap .tm-links .tm-link.icon-email:before {
  width: 13px;
  height: 13px;
  background-size: 13px 13px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/email.svg);
}

.team-list-wrapper .team-list .tm-item .tm-box .tm-content .tm-info-wrap .tm-info .tm-links-wrap .tm-links .tm-link.icon-phone:before {
  width: 13px;
  height: 13px;
  background-size: 13px 13px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/phone.svg);
}

.team-list-wrapper .team-list .tm-item .tm-box .tm-content .tm-info-wrap .tm-info .tm-links-wrap .tm-links .tm-link.icon-instagram:before {
  width: 13px;
  height: 13px;
  background-size: 13px 13px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/instagram.svg);
}

.team-list-wrapper .team-list .tm-item .tm-box .tm-content .tm-info-wrap .tm-info .tm-links-wrap .tm-links .tm-link.icon-linkedin:before {
  width: 13px;
  height: 13px;
  background-size: 13px 13px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/linkedin.svg);
}

.team-list-wrapper .team-list .tm-item .tm-box .tm-content .tm-info-wrap .tm-info .tm-links-wrap .tm-links .tm-link.icon-facebook:before {
  width: 13px;
  height: 13px;
  background-size: 13px 13px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/facebook.svg);
}

.team-list-wrapper .team-list .tm-item .tm-box .tm-content .tm-info-wrap .tm-info .tm-links-wrap .tm-links .tm-link.icon-twitter:before {
  width: 13px;
  height: 13px;
  background-size: 13px 13px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/twitter.svg);
}

.team-list-wrapper .team-list .tm-item .tm-box .tm-content .tm-info-wrap .tm-info .tm-links-wrap .tm-links .tm-link.icon-email:before {
  width: 14px;
  height: 13px;
  background-size: 14px 13px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/email-white.svg);
}

.team-list-wrapper .team-list .tm-item .tm-box .tm-content .tm-info-wrap .tm-info .tm-links-wrap .tm-links .tm-link span {
  font-size: 0;
  color: transparent;
}

.team-list-wrapper .team-list .tm-item .tm-box .tm-content .tm-info-wrap .tm-info .tm-links-wrap .tm-links .tm-link:last-child {
  margin-right: 0;
}

.team-list-wrapper .team-list .tm-item .tm-box .tm-content .tm-info-wrap .tm-info .tm-links-wrap .tm-links .tm-link:hover,
.team-list-wrapper .team-list .tm-item .tm-box .tm-content .tm-info-wrap .tm-info .tm-links-wrap .tm-links .tm-link:focus {
  background-color: #0e0036;
}

.team-list-wrapper .team-list .tm-item .tm-box.active .tm-content .tm-photo-wrap {
  border-radius: 0;
}

.team-list-wrapper .team-list .tm-item .tm-box.active .tm-content .tm-photo-wrap:after {
  width: 100%;
  height: 100%;
  border-radius: 0;
  top: 0;
}

.team-list-wrapper .team-list .tm-item .tm-box.active .tm-content .tm-photo-wrap .tm-quote {
  top: 0;
  opacity: 1;
}

.team-list-wrapper .team-list .tm-item .tm-box.active .tm-content .tm-photo-wrap .tm-photo {
  opacity: 0;
}

.team-list-wrapper .team-list .tm-item .tm-box.active .tm-content .tm-info-wrap .tm-info {
  top: 0;
}

.team-list-wrapper .team-list .tm-item .tm-box.active .tm-content .tm-info-wrap .tm-info:after {
  top: calc(100% - 30px);
  left: calc(100% - 330px);
}

.team-list-wrapper .team-list .tm-item .tm-box.active .tm-content .tm-info-wrap .tm-info .tm-name:before {
  left: 0;
  width: 30px;
  opacity: 1;
}

.services-section {
  background-color: #f7f8fa;
  position: relative;
  overflow: hidden;
}

.services-section:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(52%, 40%) scale(-1);
  width: 1920px;
  height: 1350px;
  background-size: 1920px 1350px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/egg-grey.svg);
}

@media only screen and (max-width: 767px) {
  .services-section .services-titles {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .services-section .services-titles .sec-title {
    font-size: 30px;
  }
}

.services-section .services-blocks {
  margin-top: 95px;
}

@media only screen and (max-width: 1280px) {
  .services-section .services-blocks {
    margin-top: 65px;
  }
}

@media only screen and (max-width: 1024px) {
  .services-section .services-blocks {
    margin-top: 45px;
  }
}

@media only screen and (max-width: 767px) {
  .services-section .services-blocks {
    margin-top: 35px;
    margin-left: -10px;
    margin-right: -10px;
  }
}

@media only screen and (max-width: 374px) {
  .services-section .services-blocks {
    margin-top: 20px;
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
}

.services-section .services-blocks .service-block-item {
  display: flex;
  flex-direction: column;
  flex-basis: 33.333333333%;
  max-width: 33.333333333%;
}

@media only screen and (max-width: 767px) {
  .services-section .services-blocks .service-block-item {
    padding: 0 10px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 374px) {
  .services-section .services-blocks .service-block-item {
    padding: 0 7.5px;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 960px) {
  .services-section .services-blocks .service-block-item {
    flex-basis: 50%;
    max-width: 50%;
  }
}

.services-section .services-blocks .service-block-item .service-block {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  top: 0;
  position: relative;
  padding: 40px;
  background-color: #fff;
  border-radius: 4px;
  min-height: 180px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .services-section .services-blocks .service-block-item .service-block {
    min-height: auto;
    padding: 20px 15px;
  }
}

@media only screen and (max-width: 374px) {
  .services-section .services-blocks .service-block-item .service-block {
    padding: 15px 10px;
  }
}

.services-section .services-blocks .service-block-item .service-block:before {
  content: "";
  position: absolute;
  top: 100%;
  right: calc(100% - 260px);
  width: 700px;
  height: 350px;
  background: #d91582;
  background: var(--mainColor);
  border-radius: 350px/175px;
  transition: all 0.3s ease-in-out;
}

.services-section .services-blocks .service-block-item .service-block .sb-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  color: transparent;
  z-index: 5;
}

.services-section .services-blocks .service-block-item .service-block .sb-icon-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
}

.services-section .services-blocks .service-block-item .service-block .sb-icon-wrap img {
  display: block;
  max-height: 50px;
  margin: 0 auto 20px auto;
}

@media only screen and (max-width: 767px) {
  .services-section .services-blocks .service-block-item .service-block .sb-icon-wrap img {
    max-height: 30px;
  }
}

@media only screen and (max-width: 374px) {
  .services-section .services-blocks .service-block-item .service-block .sb-icon-wrap img {
    margin-bottom: 15px;
  }
}

.services-section .services-blocks .service-block-item .service-block .sb-title {
  text-align: center;
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .services-section .services-blocks .service-block-item .service-block .sb-title {
    font-size: 15px;
  }
}

@media only screen and (max-width: 374px) {
  .services-section .services-blocks .service-block-item .service-block .sb-title {
    font-size: 13px;
  }
}

.services-section .services-blocks .service-block-item .service-block:hover,
.services-section .services-blocks .service-block-item .service-block:focus {
  top: -5px;
  box-shadow: 0 8px 15px rgba(16, 0, 61, 0.1);
}

@media only screen and (max-width: 1170px) {
  .services-section .services-blocks .service-block-item .service-block:hover,
  .services-section .services-blocks .service-block-item .service-block:focus {
    top: 0;
  }
}

@media only screen and (max-width: 767px) {
  .services-section .services-blocks .service-block-item .service-block:hover,
  .services-section .services-blocks .service-block-item .service-block:focus {
    box-shadow: 0 4px 10px rgba(16, 0, 61, 0.1);
  }
}

.services-section .services-blocks .service-block-item .service-block:hover:before,
.services-section .services-blocks .service-block-item .service-block:focus:before {
  top: calc(100% - 30px);
}

@media only screen and (max-width: 767px) {
  .services-section .services-blocks .service-block-item .service-block:hover:before,
  .services-section .services-blocks .service-block-item .service-block:focus:before {
    top: calc(100% - 20px);
  }
}

.work-section .work-info-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 70px;
}

@media only screen and (max-width: 1280px) {
  .work-section .work-info-wrap {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 1024px) {
  .work-section .work-info-wrap {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .work-section .work-info-wrap {
    display: block;
  }
}

.work-section .work-info-wrap .work-titles {
  max-width: 670px;
}

@media only screen and (max-width: 1170px) {
  .work-section .work-info-wrap .work-titles {
    max-width: 470px;
  }
}

@media only screen and (max-width: 767px) {
  .work-section .work-info-wrap .work-titles .sec-title br {
    display: none;
  }
}

.work-section .work-info-wrap .titles-divider {
  width: 100%;
  max-width: 270px;
  height: 2px;
  background-color: #f3f5f8;
}

@media only screen and (max-width: 1170px) {
  .work-section .work-info-wrap .titles-divider {
    max-width: 25%;
  }
}

@media only screen and (max-width: 767px) {
  .work-section .work-info-wrap .titles-divider {
    display: none;
  }
}

.work-section .work-info-wrap .work-sec-btn-wrap {
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .work-section .work-info-wrap .work-sec-btn-wrap {
    text-align: left;
    margin-top: 20px;
  }
}

.work-section .work-usp-list {
  margin-bottom: 50px;
}

@media only screen and (max-width: 1024px) {
  .work-section .work-usp-list {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .work-section .work-usp-list {
    margin-bottom: 0;
  }
}

.work-section .work-usp-list .usp-item {
  flex-basis: 50%;
  max-width: 50%;
  margin-bottom: 50px;
}

@media only screen and (max-width: 1024px) {
  .work-section .work-usp-list .usp-item {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .work-section .work-usp-list .usp-item {
    flex-basis: 100%;
    max-width: none;
    margin-bottom: 30px;
  }
}

.work-section .work-usp-list .usp-item .usp-box {
  position: relative;
  padding-left: 70px;
}

@media only screen and (max-width: 767px) {
  .work-section .work-usp-list .usp-item .usp-box {
    padding-left: 0;
  }
}

.work-section .work-usp-list .usp-item .usp-box .iterator {
  display: inline-block;
  position: absolute;
  top: -4px;
  left: 0;
  color: #d91582;
  color: var(--mainColor);
  font-family: "Lato", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .work-section .work-usp-list .usp-item .usp-box .iterator {
    position: static;
    margin-bottom: 15px;
  }
}

.work-section .work-usp-list .usp-item .usp-box .iterator:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 46px;
  height: 33px;
  background-size: 46px 33px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/egg.svg);
  z-index: -1;
}

.work-section .work-usp-list .usp-item .usp-text h2,
.work-section .work-usp-list .usp-item .usp-text h3,
.work-section .work-usp-list .usp-item .usp-text h4,
.work-section .work-usp-list .usp-item .usp-text h5 {
  font-size: 22px;
}

@media only screen and (max-width: 1024px) {
  .work-section .work-usp-list .usp-item .usp-text h2,
  .work-section .work-usp-list .usp-item .usp-text h3,
  .work-section .work-usp-list .usp-item .usp-text h4,
  .work-section .work-usp-list .usp-item .usp-text h5 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .work-section .work-usp-list .usp-item .usp-text h2,
  .work-section .work-usp-list .usp-item .usp-text h3,
  .work-section .work-usp-list .usp-item .usp-text h4,
  .work-section .work-usp-list .usp-item .usp-text h5 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

.work-section .video-cover-box {
  background-size: cover;
  background-position: center;
}

.work-section .video-cover-box .yt-lazyload:before,
.work-section .video-cover-box .vi-lazyload:before {
  padding-top: 35.8974358974%;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .work-section .video-cover-box .yt-lazyload:before,
  .work-section .video-cover-box .vi-lazyload:before {
    padding-top: 56.25%;
  }
}

.work-section .video-cover-box .yt-lazyload-playbtn,
.work-section .video-cover-box .vi-lazyload-playbtn {
  opacity: 1;
}

.work-section .video-cover-box .yt-lazyload-playbtn:before,
.work-section .video-cover-box .vi-lazyload-playbtn:before {
  background-color: transparent;
  width: 76px;
  height: 76px;
  background-size: 76px 76px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/play-btn-bg.svg);
}

.work-section .video-cover-box .yt-lazyload-playbtn:after,
.work-section .video-cover-box .vi-lazyload-playbtn:after {
  left: calc(50% + 6px);
  border: 8px solid transparent;
  border-left: 13px solid #d91582;
  border-color: #d91582;
  border-color: var(--mainColor);
}

.work-section .video-cover-box .yt-lazyload-playbtn:hover,
.work-section .video-cover-box .yt-lazyload-playbtn:focus,
.work-section .video-cover-box .vi-lazyload-playbtn:hover,
.work-section .video-cover-box .vi-lazyload-playbtn:focus {
  background-color: rgba(16, 0, 61, 0.15);
}

.work-section.style-2 {
  overflow: hidden;
  padding-top: 100px;
}

@media only screen and (max-width: 1670px) {
  .work-section.style-2 {
    background-color: #f7f8fa;
  }
}

@media only screen and (max-width: 1280px) {
  .work-section.style-2 {
    padding: 70px 0;
  }
}

@media only screen and (max-width: 1024px) {
  .work-section.style-2 {
    padding: 50px 0;
  }
}

@media only screen and (max-width: 767px) {
  .work-section.style-2 {
    padding: 40px 0;
  }
}

.work-section.style-2 .work-info-wrap {
  position: relative;
  z-index: 2;
}

.work-section.style-2 .work-usp-list {
  position: relative;
  z-index: 2;
}

.work-section.style-2 .work-media-box {
  position: relative;
}

@media only screen and (max-width: 1670px) {
  .work-section.style-2 .work-media-box {
    margin-bottom: 0;
  }
}

.work-section.style-2 .work-media-box:before {
  content: "";
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translateX(-50%);
  width: 1670px;
  height: 3000px;
  background-color: #f7f8fa;
  z-index: 1;
}

@media only screen and (max-width: 1670px) {
  .work-section.style-2 .work-media-box:before {
    display: none;
  }
}

.work-section.style-2 .work-media-box .work-img-wrap {
  position: relative;
  z-index: 2;
}

.actual-section {
  background-color: #f7f8fa;
}

.actual-section .actual-sec_btn-wrap {
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .actual-section .actual-sec_btn-wrap {
    text-align: left;
    margin-top: 20px;
  }
}

.actual-section .actual-list-wrap {
  margin: 30px -15px 0 -15px;
}

.actual-section .actual-list-wrap .posts-slider {
  position: relative;
}

.actual-section .actual-list-wrap .posts-slider:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 100%;
  background-color: #f7f8fa;
  z-index: 5;
}

.actual-section .actual-list-wrap .posts-slider:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 15px;
  height: 100%;
  background-color: #f7f8fa;
  z-index: 5;
}

@media only screen and (max-width: 1170px) {
  .actual-section .actual-list-wrap .posts-slider:after {
    display: none;
  }
}

.actual-section .actual-list-wrap .posts-slider .slick-track {
  display: flex !important;
  padding-left: 10px !important;
}

@media only screen and (max-width: 1170px) {
  .actual-section .actual-list-wrap .posts-slider .slick-list {
    padding-right: 40px !important;
  }
}

.actual-section .actual-list-wrap .posts-slider .post-item {
  height: inherit !important;
}

@media only screen and (max-width: 1170px) {
  .actual-section .actual-list-wrap .posts-slider .post-item {
    padding: 0 10px;
  }
}

.actual-section .actual-list-wrap .posts-slider .post-item .post-box .post-th-wrap .post-th {
  transition: all 0.5s ease-in-out;
}

.actual-section .actual-list-wrap .posts-slider .post-item .post-box:hover,
.actual-section .actual-list-wrap .posts-slider .post-item .post-box:focus {
  top: 0;
}

.actual-section .actual-list-wrap .posts-slider .post-item .post-box:hover .post-th-wrap .post-th,
.actual-section .actual-list-wrap .posts-slider .post-item .post-box:focus .post-th-wrap .post-th {
  transform: scale(1.05);
}

@media only screen and (max-width: 767px) {
  .actual-section .actual-list-wrap .posts-slider .post-item.slick-active .post-box {
    box-shadow: 0 4px 10px rgba(16, 0, 61, 0.1);
  }
}

.actual-section .actual-list-wrap .slider-controls {
  display: flex;
  align-items: center;
  padding: 0 15px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 1170px) {
  .actual-section .actual-list-wrap .slider-controls {
    padding: 0 40px 0 20px;
  }
}

@media only screen and (max-width: 767px) {
  .actual-section .actual-list-wrap .slider-controls {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.actual-section .actual-list-wrap .slider-controls > div {
  margin-right: 50px;
}

.actual-section .actual-list-wrap .slider-controls > div:last-child {
  margin-right: 0;
}

.actual-section .actual-list-wrap .slider-controls .slides-count {
  color: #939eb4;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  order: 1;
}

@media only screen and (max-width: 767px) {
  .actual-section .actual-list-wrap .slider-controls .slides-count {
    order: 2;
  }
}

.actual-section .actual-list-wrap .slider-controls .slides-count span {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.actual-section .actual-list-wrap .slider-controls .slider-progress-bar {
  flex-grow: 1;
  flex-basis: 100%;
  height: 3px;
  background-color: #fff;
  position: relative;
  order: 2;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .actual-section .actual-list-wrap .slider-controls .slider-progress-bar {
    order: 1;
    width: 100%;
    min-width: 100%;
    margin-bottom: 10px;
  }
}

.actual-section .actual-list-wrap .slider-controls .slider-progress-bar .progress-line {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #d91582;
  background-color: var(--mainColor);
  transition: all 0.5s ease-in-out;
}

.actual-section .actual-list-wrap .slider-controls .slider-arrows {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 90px;
  min-width: 90px;
  height: 40px;
  order: 3;
}

@media only screen and (max-width: 767px) {
  .actual-section .actual-list-wrap .slider-controls .slider-arrows {
    width: 70px;
    min-width: 70px;
    height: 40px;
  }
}

.actual-section .actual-list-wrap .slider-controls .slider-arrows .slider-arrow {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .actual-section .actual-list-wrap .slider-controls .slider-arrows .slider-arrow {
    width: 30px;
    height: 30px;
  }
}

.actual-section .actual-list-wrap .slider-controls .slider-arrows .slider-arrow:before {
  content: "";
  position: absolute;
  top: 16px;
  left: 13px;
  opacity: 1;
  transform: rotate(90deg);
  width: 11px;
  height: 7px;
  background-size: 11px 7px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-pink.svg);
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .actual-section .actual-list-wrap .slider-controls .slider-arrows .slider-arrow:before {
    top: 12px;
    left: 8px;
  }
}

.actual-section .actual-list-wrap .slider-controls .slider-arrows .slider-arrow:after {
  content: "";
  position: absolute;
  top: 16px;
  left: 13px;
  opacity: 0;
  transform: rotate(90deg);
  width: 11px;
  height: 7px;
  background-size: 11px 7px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-white.svg);
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .actual-section .actual-list-wrap .slider-controls .slider-arrows .slider-arrow:after {
    top: 12px;
    left: 8px;
  }
}

.actual-section .actual-list-wrap .slider-controls .slider-arrows .slider-arrow.next-arrow:before,
.actual-section .actual-list-wrap .slider-controls .slider-arrows .slider-arrow.next-arrow:after {
  left: 15px;
  transform: rotate(-90deg);
}

@media only screen and (max-width: 767px) {
  .actual-section .actual-list-wrap .slider-controls .slider-arrows .slider-arrow.next-arrow:before,
  .actual-section .actual-list-wrap .slider-controls .slider-arrows .slider-arrow.next-arrow:after {
    top: 11px;
    left: 10px;
  }
}

.actual-section .actual-list-wrap .slider-controls .slider-arrows .slider-arrow:hover,
.actual-section .actual-list-wrap .slider-controls .slider-arrows .slider-arrow:focus {
  background-color: #d91582;
  background-color: var(--mainColor);
}

.actual-section .actual-list-wrap .slider-controls .slider-arrows .slider-arrow:hover:before,
.actual-section .actual-list-wrap .slider-controls .slider-arrows .slider-arrow:focus:before {
  opacity: 0;
}

.actual-section .actual-list-wrap .slider-controls .slider-arrows .slider-arrow:hover:after,
.actual-section .actual-list-wrap .slider-controls .slider-arrows .slider-arrow:focus:after {
  opacity: 1;
}

.text-and-image-section .tai-image-wrap {
  position: relative;
}

@media only screen and (max-width: 767px) {
  .text-and-image-section .tai-image-wrap {
    margin-bottom: 30px;
  }
}

.text-and-image-section .tai-image-wrap.autoplay-video .iframe-holder {
  display: block;
}

.text-and-image-section .tai-image-wrap.autoplay-video .iframe-holder video {
  max-width: 100%;
  width: 100%;
}

.text-and-image-section .tai-image-wrap.autoplay-video img {
  display: none;
}

.text-and-image-section .tai-text-box {
  position: relative;
  z-index: 2;
}

.text-and-image-section .tai-text-box .tai-text h1,
.text-and-image-section .tai-text-box .tai-text h2,
.text-and-image-section .tai-text-box .tai-text h3,
.text-and-image-section .tai-text-box .tai-text h4 {
  margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
  .text-and-image-section .tai-text-box .tai-text h1,
  .text-and-image-section .tai-text-box .tai-text h2,
  .text-and-image-section .tai-text-box .tai-text h3,
  .text-and-image-section .tai-text-box .tai-text h4 {
    margin-bottom: 15px;
  }
}

.text-and-image-section .tai-text-box .tai-btn-wrap {
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .text-and-image-section .tai-text-box .tai-btn-wrap {
    margin-top: 20px;
  }
}

.text-and-image-section.pos-1 .tai-row {
  flex-direction: row-reverse;
}

.text-and-image-section.style-2 {
  overflow: hidden;
  background-color: #f7f8fa;
}

.text-and-image-section.style-2 .tai-image-wrap {
  position: relative;
}

.text-and-image-section.style-2 .tai-image-wrap:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 50%;
  width: 2500px;
  height: 1000px;
  background-color: #fff;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .text-and-image-section.style-2 .tai-image-wrap:before {
    display: none;
  }
}

.text-and-image-section.style-2 .tai-image-wrap img {
  position: relative;
  box-shadow: 0 8px 15px rgba(16, 0, 61, 0.1);
  border-radius: 4px;
  z-index: 2;
}

@media only screen and (max-width: 960px) {
  .quotes-section {
    padding-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .quotes-section {
    padding-bottom: 40px;
  }
}

@media only screen and (max-width: 960px) {
  .quotes-section .quotes-slider-wrap {
    position: relative;
    padding-bottom: 30px;
  }
}

.quotes-section .quotes-slider-wrap .quotes-slider .quote-slide {
  text-align: center;
}

.quotes-section .quotes-slider-wrap .quotes-slider .quote-slide .quote-box p {
  color: #0e0036;
  font-family: "Lato", sans-serif;
  font-size: 35px;
  font-weight: 300;
  font-style: italic;
  line-height: 1.25;
}

@media only screen and (max-width: 767px) {
  .quotes-section .quotes-slider-wrap .quotes-slider .quote-slide .quote-box p {
    font-size: 25px;
  }
}

@media only screen and (max-width: 374px) {
  .quotes-section .quotes-slider-wrap .quotes-slider .quote-slide .quote-box p {
    font-size: 22px;
  }
}

.quotes-section .quotes-slider-wrap .quotes-slider .quote-slide .quote-box p strong {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: 500;
}

.quotes-section .quotes-slider-wrap .quotes-slider .quote-slide .quote-author {
  margin-top: 25px;
}

@media only screen and (max-width: 767px) {
  .quotes-section .quotes-slider-wrap .quotes-slider .quote-slide .quote-author {
    margin-top: 20px;
  }
}

.quotes-section .quotes-slider-wrap .slider-controls .slider-arrows .slider-arrow {
  display: block;
  position: absolute;
  left: -185px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #f7f8fa;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 1170px) {
  .quotes-section .quotes-slider-wrap .slider-controls .slider-arrows .slider-arrow {
    left: -85px;
  }
}

@media only screen and (max-width: 960px) {
  .quotes-section .quotes-slider-wrap .slider-controls .slider-arrows .slider-arrow {
    top: 100%;
    transform: translate(0, 0);
    left: calc(50% - 45px);
  }
}

.quotes-section .quotes-slider-wrap .slider-controls .slider-arrows .slider-arrow:before {
  content: "";
  position: absolute;
  top: 16px;
  left: 13px;
  opacity: 1;
  transform: rotate(90deg);
  width: 11px;
  height: 7px;
  background-size: 11px 7px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-pink.svg);
  transition: all 0.3s ease-in-out;
}

.quotes-section .quotes-slider-wrap .slider-controls .slider-arrows .slider-arrow:after {
  content: "";
  position: absolute;
  top: 16px;
  left: 13px;
  opacity: 0;
  transform: rotate(90deg);
  width: 11px;
  height: 7px;
  background-size: 11px 7px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-white.svg);
  transition: all 0.3s ease-in-out;
}

.quotes-section .quotes-slider-wrap .slider-controls .slider-arrows .slider-arrow.next-arrow {
  left: auto;
  right: -185px;
}

@media only screen and (max-width: 1170px) {
  .quotes-section .quotes-slider-wrap .slider-controls .slider-arrows .slider-arrow.next-arrow {
    right: -85px;
  }
}

@media only screen and (max-width: 960px) {
  .quotes-section .quotes-slider-wrap .slider-controls .slider-arrows .slider-arrow.next-arrow {
    right: calc(50% - 45px);
  }
}

.quotes-section .quotes-slider-wrap .slider-controls .slider-arrows .slider-arrow.next-arrow:before,
.quotes-section .quotes-slider-wrap .slider-controls .slider-arrows .slider-arrow.next-arrow:after {
  left: 15px;
  transform: rotate(-90deg);
}

.quotes-section .quotes-slider-wrap .slider-controls .slider-arrows .slider-arrow:hover,
.quotes-section .quotes-slider-wrap .slider-controls .slider-arrows .slider-arrow:focus {
  background-color: #d91582;
  background-color: var(--mainColor);
}

.quotes-section .quotes-slider-wrap .slider-controls .slider-arrows .slider-arrow:hover:before,
.quotes-section .quotes-slider-wrap .slider-controls .slider-arrows .slider-arrow:focus:before {
  opacity: 0;
}

.quotes-section .quotes-slider-wrap .slider-controls .slider-arrows .slider-arrow:hover:after,
.quotes-section .quotes-slider-wrap .slider-controls .slider-arrows .slider-arrow:focus:after {
  opacity: 1;
}

.faq-section {
  padding-top: 30px;
}

@media only screen and (max-width: 767px) {
  .faq-section {
    padding-top: 15px;
  }
}

.faq-section .faq-desc-box {
  width: 100%;
  max-width: 370px;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .faq-section .faq-desc-box {
    max-width: 300px;
  }
}

@media only screen and (max-width: 767px) {
  .faq-section .faq-desc-box {
    max-width: none;
    margin-bottom: 50px;
  }
}

.faq-section .faq-desc-box:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 100px;
  width: 370px;
  height: 260px;
  background-size: 370px 260px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/egg.svg);
  z-index: -1;
}

@media only screen and (max-width: 1024px) {
  .faq-section .faq-desc-box:after {
    left: 50px;
    width: 270px;
    height: 190px;
    background-size: 270px 190px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../resources/images/svg/egg.svg);
  }
}

@media only screen and (max-width: 960px) {
  .faq-section .faq-desc-box:after {
    left: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .faq-section .faq-desc-box:after {
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.faq-section .faq-desc-box .faq-btn-wrap {
  margin-top: 30px;
}

.faq-section .faq-list {
  margin-top: -30px;
}

.faq-section .faq-list .faq-item {
  border-bottom: 1px solid #ccc;
}

.faq-section .faq-list .faq-item .faq-question {
  margin: 0;
  position: relative;
  cursor: pointer;
  line-height: 1.25;
  padding: 30px 40px 30px 0;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 1170px) {
  .faq-section .faq-list .faq-item .faq-question {
    padding: 30px 40px 30px 15px;
  }
}

@media only screen and (max-width: 767px) {
  .faq-section .faq-list .faq-item .faq-question {
    padding: 15px 40px 15px 0;
  }
}

.faq-section .faq-list .faq-item .faq-question:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 13px;
  height: 8px;
  background-size: 13px 8px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-pink.svg);
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 1170px) {
  .faq-section .faq-list .faq-item .faq-question:after {
    right: 15px;
  }
}

.faq-section .faq-list .faq-item .faq-question:hover,
.faq-section .faq-list .faq-item .faq-question:focus {
  color: #d91582;
  color: var(--mainColor);
}

.faq-section .faq-list .faq-item .faq-answer {
  display: none;
  padding-bottom: 30px;
}

@media only screen and (max-width: 1170px) {
  .faq-section .faq-list .faq-item .faq-answer {
    padding: 0 15px 30px 15px;
  }
}

@media only screen and (max-width: 767px) {
  .faq-section .faq-list .faq-item .faq-answer {
    padding: 0 0 20px 0;
  }
}

.faq-section .faq-list .faq-item.active .faq-question:after {
  transform: translateY(-50%) scaleY(-1);
}

.text-section .text-columns {
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  .text-section .text-columns {
    display: block;
  }
}

.text-section .text-columns .text-column {
  flex-grow: 1;
}

@media only screen and (max-width: 767px) {
  .text-section .text-columns .text-column {
    margin-bottom: 30px;
  }

  .text-section .text-columns .text-column:last-child {
    margin-bottom: 0;
  }
}

.text-section .text-columns.cols-2 {
  margin: 0 -15px;
}

.text-section .text-columns.cols-2 .text-column {
  flex-basis: 50%;
  max-width: 50%;
  padding: 0 15px;
}

@media only screen and (max-width: 767px) {
  .text-section .text-columns.cols-2 .text-column {
    max-width: none;
  }
}

.text-section .text-columns.cols-3 {
  margin: 0 -15px;
}

.text-section .text-columns.cols-3 .text-column {
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
  padding: 0 15px;
}

@media only screen and (max-width: 767px) {
  .text-section .text-columns.cols-3 .text-column {
    max-width: none;
  }
}

.text-section.no-margin {
  margin-bottom: 40px;
}

.text-section.with-bg {
  background-color: #f7f8fa;
}

.text-section.with-bg.no-margin {
  margin-bottom: 0;
}

.text-section.with-bg.no-top-padding {
  padding-top: 0;
}

.text-section.with-bg.no-bot-padding {
  padding-bottom: 40px;
}

.form-section {
  background-color: #f3f5f8;
}

.form-section .form-titles {
  margin-bottom: 50px;
}

.form-section.no-bg {
  background-color: transparent;
}

.prices-section {
  background-color: #f3f5f8;
}

.prices-section .prices-blocks-wrap {
  padding-top: 50px;
}

.prices-section .prices-blocks-wrap .prices-blocks .price-block-item {
  display: flex;
  flex-direction: column;
  flex-basis: 50%;
  max-width: 50%;
}

@media only screen and (max-width: 960px) {
  .prices-section .prices-blocks-wrap .prices-blocks .price-block-item {
    flex-basis: 100%;
    max-width: none;
  }
}

@media only screen and (max-width: 767px) {
  .prices-section .prices-blocks-wrap .prices-blocks .price-block-item {
    margin-bottom: 20px;
  }
}

.prices-section .prices-blocks-wrap .prices-blocks .price-block-item .pb-box {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.prices-section .prices-blocks-wrap .prices-blocks .price-block-item .pb-box .pb-block {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  min-height: 110px;
  background-color: #fff;
  padding: 30px 50px;
}

@media only screen and (max-width: 1170px) {
  .prices-section .prices-blocks-wrap .prices-blocks .price-block-item .pb-box .pb-block {
    padding: 20px 30px;
  }
}

@media only screen and (max-width: 960px) {
  .prices-section .prices-blocks-wrap .prices-blocks .price-block-item .pb-box .pb-block {
    min-height: 90px;
  }
}

@media only screen and (max-width: 767px) {
  .prices-section .prices-blocks-wrap .prices-blocks .price-block-item .pb-box .pb-block {
    padding: 20px 15px;
    min-height: auto;
  }
}

.prices-section .prices-blocks-wrap .prices-blocks .price-block-item .pb-box .pb-block:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 56px;
  width: 4px;
  height: 16px;
  opacity: 1;
  background-color: #d91582;
  background-color: var(--mainColor);
  transition: all 0.3s ease-in-out;
}

.prices-section .prices-blocks-wrap .prices-blocks .price-block-item .pb-box .pb-block:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 50px;
  width: 16px;
  height: 4px;
  opacity: 1;
  background-color: #d91582;
  background-color: var(--mainColor);
  transition: all 0.3s ease-in-out;
}

.prices-section .prices-blocks-wrap .prices-blocks .price-block-item .pb-box .pb-block .pb-icon-wrap img {
  display: block;
  width: auto;
  max-height: 50px;
  margin-right: 30px;
}

@media only screen and (max-width: 767px) {
  .prices-section .prices-blocks-wrap .prices-blocks .price-block-item .pb-box .pb-block .pb-icon-wrap img {
    margin-right: 20px;
  }
}

.prices-section .prices-blocks-wrap .prices-blocks .price-block-item .pb-box .pb-block .pb-title {
  color: #0e0036;
  font-family: "Lato", sans-serif;
  font-size: 25px;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .prices-section .prices-blocks-wrap .prices-blocks .price-block-item .pb-box .pb-block .pb-title {
    font-size: 22px;
  }
}

.prices-section .prices-blocks-wrap .prices-blocks .price-block-item .pb-box .pb-content {
  display: none;
  background-color: #fff;
  padding: 0 50px 30px 50px;
}

@media only screen and (max-width: 1170px) {
  .prices-section .prices-blocks-wrap .prices-blocks .price-block-item .pb-box .pb-content {
    padding: 0 30px 30px 30px;
  }
}

@media only screen and (max-width: 767px) {
  .prices-section .prices-blocks-wrap .prices-blocks .price-block-item .pb-box .pb-content {
    padding: 0 15px 20px 15px;
  }
}

.prices-section .prices-blocks-wrap .prices-blocks .price-block-item .pb-box .pb-content .pb-row-head {
  display: flex;
  align-items: center;
  padding: 20px 0;
  border-top: 2px solid #f3f5f8;
  border-bottom: 2px solid #f3f5f8;
}

@media only screen and (max-width: 767px) {
  .prices-section .prices-blocks-wrap .prices-blocks .price-block-item .pb-box .pb-content .pb-row-head {
    padding: 15px 0;
  }
}

.prices-section .prices-blocks-wrap .prices-blocks .price-block-item .pb-box .pb-content .pb-row-head .head-name {
  flex-grow: 1;
}

.prices-section .prices-blocks-wrap .prices-blocks .price-block-item .pb-box .pb-content .pb-row-head .head-price {
  flex-basis: 20%;
  text-align: right;
}

.prices-section .prices-blocks-wrap .prices-blocks .price-block-item .pb-box .pb-content .pb-row-head span {
  color: #0e0036;
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .prices-section .prices-blocks-wrap .prices-blocks .price-block-item .pb-box .pb-content .pb-row-head span {
    font-size: 18px;
  }
}

.prices-section .prices-blocks-wrap .prices-blocks .price-block-item .pb-box .pb-content .price-list {
  padding: 30px 0;
  border-bottom: 2px solid #f3f5f8;
}

@media only screen and (max-width: 767px) {
  .prices-section .prices-blocks-wrap .prices-blocks .price-block-item .pb-box .pb-content .price-list {
    padding: 20px 0;
  }
}

.prices-section .prices-blocks-wrap .prices-blocks .price-block-item .pb-box .pb-content .price-list .pl-row {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.prices-section .prices-blocks-wrap .prices-blocks .price-block-item .pb-box .pb-content .price-list .pl-row .pl-name {
  flex-grow: 1;
  color: #0e0036;
  font-size: 16px;
  font-weight: 400;
  padding-right: 15px;
  line-height: 1.25;
}

.prices-section .prices-blocks-wrap .prices-blocks .price-block-item .pb-box .pb-content .price-list .pl-row .pl-name span {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.prices-section .prices-blocks-wrap .prices-blocks .price-block-item .pb-box .pb-content .price-list .pl-row .pl-cost {
  flex-basis: 20%;
  text-align: right;
  color: #d91582;
  color: var(--mainColor);
  font-size: 16px;
  font-weight: 700;
}

.prices-section .prices-blocks-wrap .prices-blocks .price-block-item .pb-box .pb-content .price-list .pl-row .pl-cost span {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.prices-section .prices-blocks-wrap .prices-blocks .price-block-item .pb-box .pb-content .price-list .pl-row:last-child {
  margin-bottom: 0;
}

.prices-section .prices-blocks-wrap .prices-blocks .price-block-item .pb-box .pb-content .pb-info {
  padding-top: 25px;
}

@media only screen and (max-width: 767px) {
  .prices-section .prices-blocks-wrap .prices-blocks .price-block-item .pb-box .pb-content .pb-info {
    padding-top: 20px;
  }
}

.prices-section .prices-blocks-wrap .prices-blocks .price-block-item .pb-box .pb-content .pb-info p,
.prices-section .prices-blocks-wrap .prices-blocks .price-block-item .pb-box .pb-content .pb-info li {
  color: #0e0036;
  line-height: 1.25;
}

.prices-section .prices-blocks-wrap .prices-blocks .price-block-item.active .pb-box .pb-block:before {
  opacity: 0;
  transform: translateY(-50%) rotate(90deg);
}

.prices-section .prices-bot-info {
  margin-top: 50px;
  padding-top: 90px;
  position: relative;
  text-align: center;
}

@media only screen and (max-width: 1280px) {
  .prices-section .prices-bot-info {
    padding-top: 70px;
  }
}

@media only screen and (max-width: 1024px) {
  .prices-section .prices-bot-info {
    padding-top: 50px;
    margin-top: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .prices-section .prices-bot-info {
    padding-top: 40px;
  }
}

.prices-section .prices-bot-info:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1170px;
  max-width: 1170px;
  height: 2px;
  background-color: #fff;
}

.prices-section .prices-bot-info .price-btn-wrap {
  margin-top: 30px;
}

.counters-section .counters {
  justify-content: center;
}

.counters-section .counters .counter-item {
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}

@media only screen and (max-width: 960px) {
  .counters-section .counters .counter-item {
    flex-basis: 50%;
    max-width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .counters-section .counters .counter-item {
    flex-basis: 100%;
    max-width: none;
  }
}

.counters-section .counters .counter-item .cont-block {
  text-align: center;
  position: relative;
}

.counters-section .counters .counter-item .cont-block:before {
  content: "";
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 202px;
  height: 142px;
  background-size: 202px 142px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/egg.svg);
  z-index: -1;
}

.counters-section .counters .counter-item .cont-block .counter-icon-wrap {
  margin-bottom: 10px;
}

.counters-section .counters .counter-item .cont-block .counter-icon-wrap img {
  display: block;
  width: auto;
  max-height: 50px;
  margin: 0 auto;
}

.counters-section .counters .counter-item .cont-block .counter {
  display: inline-block;
  color: #d91582;
  color: var(--mainColor);
  font-family: "Lato", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .counters-section .counters .counter-item .cont-block .counter {
    font-size: 40px;
  }
}

.gallery-section .gal-titles {
  text-align: center;
  margin-bottom: 70px;
}

@media only screen and (max-width: 1280px) {
  .gallery-section .gal-titles {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 1024px) {
  .gallery-section .gal-titles {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .gallery-section .gal-titles {
    margin-bottom: 30px;
  }
}

.gallery-section .gallery-slider .slick-list {
  padding: 0 10% !important;
}

.gallery-section .gallery-slider .gallery-slide {
  padding: 0 40px;
}

@media only screen and (max-width: 1024px) {
  .gallery-section .gallery-slider .gallery-slide {
    padding: 0 15px;
  }
}

@media only screen and (max-width: 767px) {
  .gallery-section .gallery-slider .gallery-slide {
    padding: 0;
  }
}

.gallery-section .gallery-slider .gallery-slide .gal-img-wrap {
  width: 770px;
}

@media only screen and (max-width: 1024px) {
  .gallery-section .gallery-slider .gallery-slide .gal-img-wrap {
    width: auto;
  }
}

.gallery-section .gallery-slider .gallery-slide .gai-image {
  padding-top: 67.5324675325%;
  background-size: cover;
  background-position: center;
  transform: scale(0.85);
  transition: all 0.75s ease-in-out;
}

@media only screen and (max-width: 1024px) {
  .gallery-section .gallery-slider .gallery-slide .gai-image {
    transform: scale(1);
  }
}

@media only screen and (max-width: 767px) {
  .gallery-section .gallery-slider .gallery-slide .gai-image {
    transform: scale(0.85);
  }
}

.gallery-section .gallery-slider .gallery-slide.slick-center .gai-image {
  transform: scale(1);
}

.gallery-section .gallery-slider .gallery-slide.slick-active .gai-image {
  transform: scale(1);
}

.gallery-section .gallery-slider .slick-arrow {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(50% - 475px);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none !important;
  color: transparent;
  font-size: 0;
  padding: 0;
  margin: 0;
  opacity: 1;
  visibility: visible;
  background-color: #f7f8fa;
  z-index: 5;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 1024px) {
  .gallery-section .gallery-slider .slick-arrow {
    display: none !important;
  }
}

.gallery-section .gallery-slider .slick-arrow:before {
  content: "";
  position: absolute;
  top: 16px;
  left: 13px;
  opacity: 1;
  transform: rotate(90deg);
  width: 11px;
  height: 7px;
  background-size: 11px 7px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-pink.svg);
  transition: all 0.3s ease-in-out;
}

.gallery-section .gallery-slider .slick-arrow:after {
  content: "";
  position: absolute;
  top: 16px;
  left: 13px;
  opacity: 0;
  transform: rotate(90deg);
  width: 11px;
  height: 7px;
  background-size: 11px 7px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-white.svg);
  transition: all 0.3s ease-in-out;
}

.gallery-section .gallery-slider .slick-arrow:hover {
  background-color: #d91582;
  background-color: var(--mainColor);
}

.gallery-section .gallery-slider .slick-arrow:hover:before {
  opacity: 0;
}

.gallery-section .gallery-slider .slick-arrow:hover:after {
  opacity: 1;
}

.gallery-section .gallery-slider .slick-arrow.slick-next {
  left: auto;
  right: calc(50% - 475px);
}

.gallery-section .gallery-slider .slick-arrow.slick-next:before,
.gallery-section .gallery-slider .slick-arrow.slick-next:after {
  left: 15px;
  transform: rotate(-90deg);
}

.gallery-section .gallery-slider .slick-arrow.slick-disabled {
  opacity: 0;
  visibility: hidden;
  cursor: default;
}

@media only screen and (max-width: 1024px) {
  .gallery-section .gallery-slider .slick-arrow.slick-disabled {
    opacity: 1;
    visibility: visible;
  }
}

.click-through-section .cth-row {
  overflow: hidden;
  position: relative;
}

.click-through-section .cth-row:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 15px;
  height: 100%;
  background-color: #fff;
  z-index: 3;
}

.click-through-section .cth-row .cth-title {
  background-color: #fff;
  position: relative;
}

.click-through-section .cth-row .cth-title:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  width: 1200px;
  height: 2px;
  background-color: #f3f5f8;
  z-index: 1;
}

.click-through-section .cth-blocks {
  margin-bottom: -20px;
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .click-through-section .cth-blocks {
    margin-bottom: 0;
    margin-top: 0;
  }
}

.click-through-section .cth-blocks .cth-item {
  flex-basis: 50%;
  max-width: 50%;
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .click-through-section .cth-blocks .cth-item {
    flex-basis: 100%;
    max-width: none;
    margin-bottom: 30px;
  }
}

.click-through-section .cth-blocks .cth-item .cth-box {
  display: flex;
}

@media only screen and (max-width: 767px) {
  .click-through-section .cth-blocks .cth-item .cth-box {
    display: block;
  }
}

.click-through-section .cth-blocks .cth-item .cth-box .cth-icon-wrap {
  margin-right: 30px;
}

@media only screen and (max-width: 767px) {
  .click-through-section .cth-blocks .cth-item .cth-box .cth-icon-wrap {
    margin-bottom: 15px;
  }
}

.click-through-section .cth-blocks .cth-item .cth-box .cth-icon-wrap img {
  display: block;
  max-width: 50px;
  max-height: 50px;
}

.click-through-section .cth-blocks .cth-item .cth-box .cth-text-wrap .cth-text h1,
.click-through-section .cth-blocks .cth-item .cth-box .cth-text-wrap .cth-text h2,
.click-through-section .cth-blocks .cth-item .cth-box .cth-text-wrap .cth-text h3,
.click-through-section .cth-blocks .cth-item .cth-box .cth-text-wrap .cth-text h4 {
  font-size: 22px;
  margin-bottom: 10px;
}

.click-through-section .cth-blocks .cth-item .cth-box .cth-text-wrap .cth-link-wrap {
  margin-top: 20px;
}

.click-through-section .cth-blocks .cth-item .cth-box .cth-text-wrap .cth-link-wrap .link-btn {
  color: #0e0036;
}

.reviews-section {
  margin-bottom: 190px;
}

@media (max-width: 767px) {
  .reviews-section {
    margin-bottom: 80px;
  }
}

.reviews-section .sec-title {
  text-align: center;
  margin-bottom: 55px;
}

.reviews-section .slick-track {
  display: flex;
}

.reviews-section .slick-slide {
  display: flex;
  height: inherit;
}

.reviews-section .review-item {
  background-color: #f7f8fa;
  border-radius: 15px;
  margin: 0 15px;
  height: 100%;
  width: 100%;
  padding: 24px 24px 20px 24px;
  display: flex;
  flex-direction: column;
}

.reviews-section .review-stars {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 4px;
}

.reviews-section .review-stars .review-star {
  position: relative;
  overflow: hidden;
  clip-path: polygon(46.17% 3.268%, 46.17% 3.268%, 46.812% 2.091%, 47.657% 1.176%, 48.654% 0.523%, 49.751% 0.131%, 50.899% 0%, 52.047% 0.131%, 53.144% 0.523%, 54.14% 1.176%, 54.985% 2.091%, 55.628% 3.268%, 65.954% 28.982%, 65.954% 28.982%, 66.203% 29.515%, 66.503% 30.01%, 66.851% 30.464%, 67.242% 30.874%, 67.673% 31.236%, 68.139% 31.548%, 68.636% 31.807%, 69.161% 32.01%, 69.708% 32.152%, 70.274% 32.232%, 97.078% 34.458%, 97.078% 34.458%, 98.357% 34.728%, 99.458% 35.277%, 100.366% 36.056%, 101.065% 37.016%, 101.539% 38.106%, 101.774% 39.278%, 101.753% 40.48%, 101.461% 41.663%, 100.882% 42.778%, 100% 43.774%, 79.579% 61.892%, 79.579% 61.892%, 79.167% 62.302%, 78.805% 62.75%, 78.495% 63.233%, 78.24% 63.745%, 78.04% 64.282%, 77.897% 64.837%, 77.813% 65.407%, 77.789% 65.986%, 77.827% 66.57%, 77.929% 67.152%, 84.168% 94.242%, 84.168% 94.242%, 84.315% 95.585%, 84.151% 96.839%, 83.716% 97.974%, 83.051% 98.96%, 82.196% 99.764%, 81.194% 100.357%, 80.083% 100.708%, 78.906% 100.786%, 77.704% 100.56%, 76.516% 100%, 53.569% 85.483%, 53.569% 85.483%, 53.065% 85.203%, 52.541% 84.985%, 52.002% 84.829%, 51.453% 84.736%, 50.899% 84.705%, 50.345% 84.736%, 49.795% 84.829%, 49.256% 84.985%, 48.733% 85.203%, 48.229% 85.483%, 25.281% 100%, 25.281% 100%, 24.094% 100.56%, 22.891% 100.786%, 21.714% 100.708%, 20.604% 100.357%, 19.601% 99.764%, 18.747% 98.96%, 18.081% 97.974%, 17.646% 96.839%, 17.482% 95.585%, 17.629% 94.242%, 23.869% 67.152%, 23.869% 67.152%, 23.97% 66.57%, 24.008% 65.986%, 23.984% 65.407%, 23.9% 64.837%, 23.758% 64.282%, 23.558% 63.745%, 23.302% 63.233%, 22.993% 62.75%, 22.631% 62.302%, 22.219% 61.892%, 1.797% 43.774%, 1.797% 43.774%, 0.915% 42.778%, 0.336% 41.663%, 0.044% 40.48%, 0.023% 39.278%, 0.258% 38.106%, 0.733% 37.016%, 1.432% 36.056%, 2.34% 35.277%, 3.441% 34.728%, 4.72% 34.458%, 31.523% 32.232%, 31.523% 32.232%, 32.09% 32.152%, 32.637% 32.01%, 33.161% 31.807%, 33.659% 31.548%, 34.125% 31.236%, 34.555% 30.874%, 34.947% 30.464%, 35.295% 30.01%, 35.595% 29.515%, 35.843% 28.982%, 46.17% 3.268%);
  width: 21px;
  height: 21px;
  background-color: rgba(215, 195, 55, 0.6);
}

.reviews-section .review-stars .review-star .review-star-background {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #D7C337;
  height: 100%;
}

.reviews-section .review-title {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin: 10px 0;
}

.reviews-section .review-text * {
  color: #0e0036;
  font-family: "Lato", sans-serif;
}

.reviews-section .review-info {
  display: flex;
  gap: 17px;
  align-items: center;
  color: #0e0036;
  font-family: "Lato", sans-serif;
}

.reviews-section .review-info .author-image {
  width: 80px;
  height: 80px;
  border-radius: 80px;
  -o-object-fit: cover;
  object-fit: cover;
}

.reviews-section .review-info .author-name {
  color: #0e0036;
  font-family: "Lato", sans-serif;
  margin-bottom: 8px;
}

.reviews-section .review-info .author-location {
  font-size: 14px;
  font-family: "Lato", sans-serif;
}

.team-section-sec {
  position: relative;
}

.team-section-sec .bg-shape {
  display: none;
}

.team-section-sec.grey {
  background-color: #f7f8fa;
  padding: 114px 0 100px;
}

@media (max-width: 767px) {
  .team-section-sec.grey {
    padding: 80px 0;
  }
}

.team-section-sec.grey .bg-shape {
  display: block;
  width: 50%;
  height: 100%;
  background-size: 50% 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/shape.svg);
  background-size: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

.team-section-sec .title-part {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  margin-bottom: 55px;
}

.team-section-sec .team-members-grid {
  position: relative;
}

.team-section-sec .team-members-grid .team-members {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 30px;
  justify-content: center;
}

@media (max-width: 1024px) {
  .team-section-sec .team-members-grid .team-members {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 550px) {
  .team-section-sec .team-members-grid .team-members {
    grid-template-columns: 1fr;
  }
}

.team-section-sec .member {
  margin-right: 30px;
  height: inherit;
}

@media (max-width: 767px) {
  .team-section-sec .member {
    margin: 0 15px;
  }
}

.team-section-sec .member img {
  height: 320px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}

@media (max-width: 767px) {
  .team-section-sec .member img {
    height: 240px;
  }
}

.team-section-sec .member .member-name {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.8px;
  margin-bottom: 0;
  background-color: #F3F5F8;
  padding: 15px 20px 16px 20px;
}

.team-section-sec .slick-track {
  display: flex;
  justify-content: center;
}

.team-section-sec .slick-track .slick-slide {
  height: inherit;
}

.team-section-sec .slick-track .slick-slide .member-name {
  height: 100%;
}

.team-section-sec .slider-controls {
  display: flex;
  align-items: center;
  margin-top: 60px;
  padding: 0 15px;
}

@media only screen and (max-width: 767px) {
  .team-section-sec .slider-controls {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.team-section-sec .slider-controls > div {
  margin-right: 20px;
}

.team-section-sec .slider-controls > div:last-child {
  margin-right: 0;
}

.team-section-sec .slider-controls .slides-count {
  color: #939eb4;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  order: 1;
}

@media only screen and (max-width: 767px) {
  .team-section-sec .slider-controls .slides-count {
    order: 2;
  }
}

.team-section-sec .slider-controls .slides-count span {
  color: #123147;
  font-size: 12px;
}

.team-section-sec .slider-controls .slides-count span.current-slide {
  font-size: 16px;
}

.team-section-sec .slider-controls .slider-progress-bar {
  flex-grow: 1;
  flex-basis: 100%;
  height: 4px;
  background-color: rgba(18, 49, 71, 0.1);
  border-radius: 5px;
  position: relative;
  order: 2;
  overflow: hidden;
  margin-right: 50px;
}

@media only screen and (max-width: 767px) {
  .team-section-sec .slider-controls .slider-progress-bar {
    order: 1;
    width: 100%;
    min-width: 100%;
    margin-bottom: 10px;
  }
}

.team-section-sec .slider-controls .slider-progress-bar .progress-line {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  border-radius: 5px;
  background-color: #d91582;
  background-color: var(--mainColor);
  transition: all 0.5s ease-in-out;
}

.team-section-sec .slider-controls .slider-arrows {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 90px;
  min-width: 90px;
  height: 40px;
  order: 3;
}

@media only screen and (max-width: 767px) {
  .team-section-sec .slider-controls .slider-arrows {
    width: 70px;
    min-width: 70px;
    height: 40px;
  }
}

.team-section-sec .slider-controls .slider-arrows .slider-arrow {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  background-color: #d91582;
  background-color: var(--mainColor);
}

@media only screen and (max-width: 767px) {
  .team-section-sec .slider-controls .slider-arrows .slider-arrow {
    width: 30px;
    height: 30px;
  }
}

.team-section-sec .slider-controls .slider-arrows .slider-arrow:before {
  content: "";
  position: absolute;
  top: 16px;
  left: 13px;
  transform: rotate(90deg);
  width: 11px;
  height: 7px;
  background-size: 11px 7px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-pink.svg);
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .team-section-sec .slider-controls .slider-arrows .slider-arrow:before {
    top: 12px;
    left: 8px;
  }
}

.team-section-sec .slider-controls .slider-arrows .slider-arrow:after {
  content: "";
  position: absolute;
  top: 16px;
  left: 13px;
  transform: rotate(90deg);
  width: 11px;
  height: 7px;
  background-size: 11px 7px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-white.svg);
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .team-section-sec .slider-controls .slider-arrows .slider-arrow:after {
    top: 12px;
    left: 8px;
  }
}

.team-section-sec .slider-controls .slider-arrows .slider-arrow.next-arrow:before,
.team-section-sec .slider-controls .slider-arrows .slider-arrow.next-arrow:after {
  left: 15px;
  transform: rotate(-90deg);
}

@media only screen and (max-width: 767px) {
  .team-section-sec .slider-controls .slider-arrows .slider-arrow.next-arrow:before,
  .team-section-sec .slider-controls .slider-arrows .slider-arrow.next-arrow:after {
    top: 11px;
    left: 10px;
  }
}

.main-single {
  background-color: #f7f8fa;
}

@media only screen and (max-width: 767px) {
  .main-single .single-content-wrap {
    margin: 0 -15px;
  }
}

.main-single .single-content-wrap .single-content-box {
  background-color: #fff;
  padding: 50px 0;
  margin-top: -65px;
  position: relative;
  z-index: 10;
}

@media only screen and (max-width: 767px) {
  .main-single .single-content-wrap .single-content-box {
    padding: 30px 15px;
    margin-bottom: 0;
  }
}

.main-single .single-content-wrap .single-content-box .top-image-wrap {
  overflow: hidden;
  position: relative;
  margin-top: -235px;
}

@media only screen and (max-width: 767px) {
  .main-single .single-content-wrap .single-content-box .top-image-wrap {
    margin-top: -185px;
  }
}

.main-single .single-content-wrap .single-content-box .top-image-wrap .top-img {
  height: 370px;
  background-size: cover;
  background-position: center;
  box-shadow: 0 8px 15px rgba(16, 0, 61, 0.05);
  border-radius: 4px 4px 0 0;
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .main-single .single-content-wrap .single-content-box .top-image-wrap .top-img {
    height: auto;
    padding-top: 56.25%;
    margin-bottom: 30px;
    margin-top: 15px;
  }
}

.main-single .single-content-wrap .single-content-box .share-icons-wrap {
  overflow: hidden;
  margin-top: 50px;
}

@media only screen and (max-width: 767px) {
  .main-single .single-content-wrap .single-content-box .share-icons-wrap {
    margin-top: 30px;
  }
}

.main-single .single-content-wrap .single-content-box .share-icons-wrap .share-icons-box {
  display: inline-flex;
  align-items: center;
  position: relative;
}

.main-single .single-content-wrap .single-content-box .share-icons-wrap .share-icons-box:after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 25px);
  transform: translateY(-50%);
  width: 1170px;
  height: 2px;
  background-color: #f3f5f8;
  z-index: 1;
}

.main-single .single-content-wrap .single-content-box .share-icons-wrap .share-icons-box .share-text {
  color: #0e0036;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 500;
  margin-right: 15px;
  line-height: 1.25;
}

.main-single .single-content-wrap .single-content-box .share-icons-wrap .share-icons-box .share-icons .addtoany_list {
  display: flex;
  align-items: center;
}

.main-single .single-content-wrap .single-content-box .share-icons-wrap .share-icons-box .share-icons .addtoany_list > a {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 3px !important;
  padding: 0;
  margin-right: 10px;
}

.main-single .single-content-wrap .single-content-box .share-icons-wrap .share-icons-box .share-icons .addtoany_list > a .a2a_svg {
  display: flex;
  align-items: center;
  width: 30px !important;
  height: 30px !important;
  border-radius: 3px !important;
  border: 1px solid #d91582;
  border-color: #d91582;
  border-color: var(--mainColor);
  transition: all 0.3s ease-in-out;
}

.main-single .single-content-wrap .single-content-box .share-icons-wrap .share-icons-box .share-icons .addtoany_list > a .a2a_svg svg {
  width: 18px;
  height: 18px;
}

.main-single .single-content-wrap .single-content-box .share-icons-wrap .share-icons-box .share-icons .addtoany_list > a .a2a_svg svg path {
  transition: all 0.3s ease-in-out;
}

.main-single .single-content-wrap .single-content-box .share-icons-wrap .share-icons-box .share-icons .addtoany_list > a:hover .a2a_svg,
.main-single .single-content-wrap .single-content-box .share-icons-wrap .share-icons-box .share-icons .addtoany_list > a:focus .a2a_svg {
  opacity: 1;
  border-color: #0e0036;
  background-color: #0e0036 !important;
}

.main-single .single-content-wrap .single-content-box .share-icons-wrap .share-icons-box .share-icons .addtoany_list > a:hover .a2a_svg svg path,
.main-single .single-content-wrap .single-content-box .share-icons-wrap .share-icons-box .share-icons .addtoany_list > a:focus .a2a_svg svg path {
  fill: #fff !important;
}

.main-single .single-content-wrap .single-content-box .share-icons-wrap .share-icons-box .share-icons .addtoany_list > a:last-child {
  margin-right: 0;
}

.main-single .single-content-wrap .single-content-box.with-image {
  margin-top: auto;
}

@media only screen and (max-width: 767px) {
  body.single .header-section .cpt-header-box {
    height: auto;
    min-height: 320px;
    padding-bottom: 120px;
  }
}

@media only screen and (max-width: 767px) {
  body.single .header-section .cpt-header-box.with-image {
    padding-bottom: 175px;
  }
}

.main-archive {
  background-color: #f3f5f8;
}

.posts-list-wrap {
  margin-top: -190px;
  position: relative;
  z-index: 10;
}

@media only screen and (max-width: 767px) {
  .posts-list-wrap {
    margin-top: -170px;
  }
}

.posts-list .post-item {
  display: flex;
  flex-direction: column;
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}

@media only screen and (max-width: 960px) {
  .posts-list .post-item {
    flex-basis: 50%;
    max-width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .posts-list .post-item {
    flex-basis: 100%;
    max-width: none;
  }
}

.posts-list .post-item .post-box {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  top: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.posts-list .post-item .post-box .post-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  color: transparent;
  z-index: 5;
}

.posts-list .post-item .post-box .post-th-wrap {
  overflow: hidden;
  border-radius: 4px 4px 0 0;
}

.posts-list .post-item .post-box .post-th-wrap .post-th {
  padding-top: 64.8648648649%;
  background-size: cover;
  background-position: center;
  background-color: transparent;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.posts-list .post-item .post-box .post-th-wrap .post-th.no-image {
  transform: none !important;
}

.posts-list .post-item .post-box .post-th-wrap .post-th.no-image:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  background-size: 100px 100px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/no-photo.svg);
  opacity: 0.5;
}

.posts-list .post-item .post-box .post-info-box {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 20px;
  background-color: #fff;
}

.posts-list .post-item .post-box .post-info-box .categories {
  margin-bottom: 15px;
}

.posts-list .post-item .post-box .post-info-box .post-title {
  font-size: 21px;
  margin-bottom: 25px;
}

@media only screen and (max-width: 1024px) {
  .posts-list .post-item .post-box .post-info-box .post-title {
    font-size: 20px;
  }
}

.posts-list .post-item .post-box .post-info-box .post-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-grow: 1;
}

.posts-list .post-item .post-box .post-info-box .post-info .link-btn {
  margin-top: auto;
}

.posts-list .post-item .post-box:hover,
.posts-list .post-item .post-box:focus {
  top: -5px;
  box-shadow: 0 8px 15px rgba(16, 0, 61, 0.1);
}

@media only screen and (max-width: 1024px) {
  .posts-list .post-item .post-box:hover,
  .posts-list .post-item .post-box:focus {
    box-shadow: 0 4px 10px rgba(16, 0, 61, 0.1);
  }
}

.posts-list .post-item .post-box:hover .post-info-box .post-info .link-btn,
.posts-list .post-item .post-box:focus .post-info-box .post-info .link-btn {
  color: #d91582;
  color: var(--mainColor);
}

.posts-list .post-item .post-box:hover .post-info-box .post-info .link-btn:after,
.posts-list .post-item .post-box:focus .post-info-box .post-info .link-btn:after {
  right: 0;
}