@charset "UTF-8";
.MzYydGFzYXLEsW12ZXlhesSxbMSxbWFqYW5zxLE {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

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

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none;
}

img {
  vertical-align: middle;
}

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
figure,
p,
pre,
fieldset,
ul,
ol,
menu,
form {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

input {
  border: 0 none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button {
  background: none;
  cursor: pointer;
}

button,
fieldset,
iframe {
  border: 0;
}

fieldset,
ul,
ol,
button,
menu {
  padding: 0;
}

ol,
ul {
  list-style: none;
}

textarea {
  resize: vertical;
}

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

td {
  padding: 0;
}

svg {
  width: 1em;
  height: 1em;
}

button {
  outline: 0;
}

.icon {
  font-size: 18px;
  color: currentColor;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
}

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

body {
  margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

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

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 40px;
}

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

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

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

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

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

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

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

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

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

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

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.MzYydGFzYXLEsW12ZXlhesSxbMSxbWFqYW5zxLE {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

@-webkit-keyframes swing {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}

@keyframes swing {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}

@keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}

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

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

.MzYydGFzYXLEsW12ZXlhesSxbMSxbWFqYW5zxLE {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.container {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 479px) {
  .container {
    max-width: 390px;
  }
}

@media (min-width: 480px) {
  .container {
    max-width: 600px;
  }
}

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

@media (min-width: 992px) {
  .container {
    max-width: 992px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1250px;
  }
}

@media (min-width: 1750px) {
  .container {
    max-width: 1550px;
  }
}

.container-fluid {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1400px) {
  .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (min-width: 1750px) {
  .container-fluid {
    padding-left: 120px;
    padding-right: 120px;
  }
}

@media (min-width: 2020px) {
  .container-fluid {
    max-width: 2000px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .container-fluid {
    max-width: 992px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .container-fluid {
    max-width: 768px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .container-fluid {
    max-width: 600px;
  }
}

@media (max-width: 479px) {
  .container-fluid {
    max-width: 390px;
  }
}

.row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

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

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

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

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  max-width: 100%;
}

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

.col-1 {
  -ms-flex: 0 0 8.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  -webkit-box-flex: 0;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

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

.col-4 {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  -webkit-box-flex: 0;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

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

.col-7 {
  -ms-flex: 0 0 58.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  -webkit-box-flex: 0;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

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

.col-10 {
  -ms-flex: 0 0 83.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  -webkit-box-flex: 0;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

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

@media (min-width: 480px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

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

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

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

.ui-d-flex {
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important;
}

.ui-d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: -webkit-inline-box !important;
  display: inline-flex !important;
}

@media (max-width: 479px) {
  .ui-d-sm-none {
    display: none !important;
  }
  .ui-sm-d-inline-block {
    display: inline-block !important;
  }
  .ui-sm-d-block {
    display: block !important;
  }
  .ui-sm-d-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .ui-sm-d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

@media (max-width: 767px) {
  .ui-md-d-none {
    display: none !important;
  }
  .ui-md-d-inline-block {
    display: inline-block !important;
  }
  .ui-md-d-block {
    display: block !important;
  }
  .ui-md-d-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .ui-md-d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

@media (max-width: 991px) {
  .ui-lg-d-none {
    display: none !important;
  }
  .ui-lg-d-inline-block {
    display: inline-block !important;
  }
  .ui-lg-d-block {
    display: block !important;
  }
  .ui-lg-d-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .ui-lg-d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

@media (max-width: 1199px) {
  .ui-xl-d-none {
    display: none !important;
  }
  .ui-xl-d-inline-block {
    display: inline-block !important;
  }
  .ui-xl-d-block {
    display: block !important;
  }
  .ui-xl-d-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .ui-xl-d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

@media print {
  .ui-print-d-none {
    display: none !important;
  }
  .ui-print-d-inline-block {
    display: inline-block !important;
  }
  .ui-print-d-block {
    display: block !important;
  }
  .ui-print-d-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .ui-print-d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .ui-gutter {
    margin-left: -20px;
    margin-right: -20px;
  }
  .ui-gutter > .col,
  .ui-gutter > [class*="col-"] {
    padding-left: 20px;
    padding-right: 20px;
  }
  .ui-gutter-15 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .ui-gutter-15 > .col,
  .ui-gutter-15 > [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
  .ui-gutter-30 {
    margin-left: -30px;
    margin-right: -30px;
  }
  .ui-gutter-30 > .col,
  .ui-gutter-30 > [class*="col-"] {
    padding-left: 30px;
    padding-right: 30px;
  }
  .ui-gutter-large {
    margin-left: -50px;
    margin-right: -50px;
  }
  .ui-gutter-large > .col,
  .ui-gutter-large > [class*="col-"] {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.ui-gutter-5 {
  margin-left: -5px !important;
  margin-right: -5px !important;
}

.ui-gutter-5 > .col,
.ui-gutter-5 > [class*="col-"] {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.ui-gutter-1 {
  margin-left: -1px !important;
  margin-right: -1px !important;
}

.ui-gutter-1 > .col,
.ui-gutter-1 > [class*="col-"] {
  padding-left: 1px !important;
  padding-right: 1px !important;
}

/* Owl Carousel - Core */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent; /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden; /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* Owl Carousel - Animate Plugin */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* Owl Carousel - Auto Height Plugin */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* Owl Carousel - Lazy Load Plugin */
.owl-carousel .owl-item {
  /** This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong calculation of the height of the owl-item that breaks page layouts */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

/* Owl Carousel - Video Plugin */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  -o-transition: transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/* Default theme - Owl Carousel CSS File */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 14px;
  margin: 2px;
  padding: 4px 7px;
  background: #fff;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 50px;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  outline: 0;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 0 5px;
  background: #fff;
  display: block;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-backface-visibility: visible;
  border-radius: 20px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #fff;
}

.owl-theme .owl-dots .owl-dot.active span {
  width: 50px;
}

.owl-nav-style .owl-theme .owl-nav {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin-top: -80px;
}

.owl-nav-style .owl-theme .owl-nav [class*="owl-"] {
  position: absolute;
  width: 45px;
  height: 45px;
  font-size: 16px;
  padding-top: 1px !important;
  background: rgba(100, 112, 124, 0.5);
  border: 1px solid transparent;
  border-radius: 50%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  outline: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.owl-nav-style .owl-theme .owl-nav [class*="owl-"]:hover {
  background: #64707c;
}

.owl-nav-style .owl-theme .owl-nav button.owl-prev {
  left: -70px;
  padding-right: 2px !important;
}

@media (max-width: 1199px) {
  .owl-nav-style .owl-theme .owl-nav button.owl-prev {
    left: 10px !important;
  }
}

.owl-nav-style .owl-theme .owl-nav button.owl-next {
  right: -70px;
  padding-left: 3px !important;
}

@media (max-width: 1199px) {
  .owl-nav-style .owl-theme .owl-nav button.owl-next {
    right: 10px !important;
  }
}

.owl-nav-style .owl-donate .owl-nav {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin-top: -40px;
}

.owl-nav-style .owl-donate .owl-nav [class*="owl-"] {
  background: rgba(229, 51, 45, 0.8);
}

.owl-nav-style .owl-donate .owl-nav [class*="owl-"]:hover {
  background: #0095be;;
}

.owl-nav-style .owl-donate .owl-nav button.owl-prev {
  left: -70px;
  padding-right: 2px !important;
}

@media (max-width: 1199px) {
  .owl-nav-style .owl-donate .owl-nav button.owl-prev {
    left: 10px !important;
  }
}

.owl-nav-style .owl-donate .owl-nav button.owl-next {
  right: -70px;
  padding-left: 3px !important;
}

@media (max-width: 1199px) {
  .owl-nav-style .owl-donate .owl-nav button.owl-next {
    right: 10px !important;
  }
}

.owl-nav-style .owl-campaings .owl-nav {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin-top: -107px;
}

.owl-nav-style .owl-campaings .owl-nav [class*="owl-"] {
  position: absolute;
  width: 50px;
  height: 50px;
  font-size: 18px;
  padding-top: 1px !important;
  background: rgba(229, 51, 45, 0.4);
  border: 1px solid transparent;
  border-radius: 50%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  outline: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.owl-nav-style .owl-campaings .owl-nav [class*="owl-"]:hover {
  background: #0095be;;
}

.owl-nav-style .owl-campaings .owl-nav button.owl-prev {
  left: -30px;
  padding-right: 2px !important;
}

@media (max-width: 1199px) {
  .owl-nav-style .owl-campaings .owl-nav button.owl-prev {
    left: -20px !important;
  }
}

.owl-nav-style .owl-campaings .owl-nav button.owl-next {
  right: -30px;
  padding-left: 3px !important;
}

@media (max-width: 1199px) {
  .owl-nav-style .owl-campaings .owl-nav button.owl-next {
    right: -20px !important;
  }
}

.owl-nav-style .owl-referances .owl-nav {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin-top: -30px;
}

.owl-nav-style .owl-referances .owl-nav [class*="owl-"] {
  position: absolute;
  width: 50px;
  height: 50px;
  font-size: 24px;
  padding-top: 1px !important;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 50%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  outline: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.owl-nav-style .owl-referances .owl-nav [class*="owl-"]:hover {
  background: transparent;
}

.owl-nav-style .owl-referances .owl-nav button.owl-prev {
  left: -70px;
  padding-right: 2px !important;
}

@media (max-width: 1199px) {
  .owl-nav-style .owl-referances .owl-nav button.owl-prev {
    left: -60px !important;
  }
}

.owl-nav-style .owl-referances .owl-nav button.owl-next {
  right: -70px;
  padding-left: 3px !important;
}

@media (max-width: 1199px) {
  .owl-nav-style .owl-referances .owl-nav button.owl-next {
    right: -60px !important;
  }
}

.owl-nav-style .owl-news .owl-dots {
  position: absolute;
  left: 75%;
  top: 79%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  width: 500px;
  margin-left: -7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  counter-reset: dots;
  z-index: 1002;
}

@media (max-width: 767px) {
  .owl-nav-style .owl-news .owl-dots {
    top: 100%;
    width: 100%;
    left: 50%;
    margin-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .owl-nav-style .owl-news .owl-dots {
    left: 85%;
    top: 75%;
  }
}

@media (min-width: 1750px) {
  .owl-nav-style .owl-news .owl-dots {
    left: 70%;
  }
}

.owl-nav-style .owl-news .owl-dots .owl-dot {
  background: rgb(0 149 190);
  height: 35px;
  width: 35px;
  border-radius: 999px;
  margin-right: 7px;
  text-align: center;
  background-color: rgb(57 72 87);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: rgb(249 251 253);
  font-size: 16px;
  font-weight: 800;
  /* -webkit-box-shadow: 0 0 10px rgba(229, 51, 45, 0.1); */
  /* box-shadow: 0 0 10px rgb(0 149 190); */
  /* -webkit-transition: 0.3s; */
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 479px) {
  .owl-nav-style .owl-news .owl-dots .owl-dot {
    font-size: 16px;
    height: 30px;
  }
}

.owl-nav-style .owl-news .owl-dots .owl-dot:hover {
  background-color: rgb(3, 92, 117);
  color: #fff;
}

.owl-nav-style .owl-news .owl-dots .owl-dot::before {
  counter-increment: dots;
  content: counter(dots);
}

.owl-nav-style .owl-news .owl-dots .owl-dot span {
  display: none;
}

.owl-nav-style .owl-news .owl-dots .owl-dot.active {
  background-color: #0095be!important;
  color: #fff;

}

.owl-nav-style.no-circle .owl-theme .owl-nav {
  top: 50%;
  margin-top: -25px;
}

.owl-nav-style.no-circle .owl-theme .owl-nav [class*="owl-"] {
  background: none;
  width: 25px;
  height: 25px;
}

.owl-nav-style.no-circle .owl-theme .owl-nav [class*="owl-"] svg {
  font-size: 24px;
}

@media (max-width: 479px) {
  .owl-nav-style.no-circle .owl-theme .owl-nav [class*="owl-"] svg {
    font-size: 20px;
  }
}

.owl-nav-style.no-circle .owl-theme .owl-nav [class*="owl-"] svg path {
  stroke: #0095be; !important;
  stroke-width: 2px !important;
}

.owl-nav-style.no-circle .owl-theme .owl-nav button.owl-prev {
  left: -50px;
}

@media (max-width: 1199px) {
  .owl-nav-style.no-circle .owl-theme .owl-nav button.owl-prev {
    left: 0;
  }
}

.owl-nav-style.no-circle .owl-theme .owl-nav button.owl-next {
  right: -50px;
}

@media (max-width: 1199px) {
  .owl-nav-style.no-circle .owl-theme .owl-nav button.owl-next {
    right: 0;
  }
}

.owl-nav-style.bottom-right .owl-theme .owl-nav {
  top: inherit;
  right: 0;
  bottom: 0;
  left: inherit;
  position: relative;
  text-align: right;
}

.owl-nav-style.bottom-right .owl-theme .owl-nav [class*="owl-"] {
  position: relative;
}

.owl-nav-style.bottom-right .owl-theme .owl-nav button {
  left: inherit;
  right: inherit;
}

.owl-nav-style.bottom-left .owl-theme .owl-nav {
  top: inherit;
  left: 0;
  right: inherit;
  bottom: 0;
  position: absolute;
  text-align: left;
  margin-top: 0;
}

.owl-nav-style.bottom-left .owl-theme .owl-nav [class*="owl-"] {
  position: relative;
}

.owl-nav-style.bottom-left .owl-theme .owl-nav button {
  left: inherit !important;
  right: inherit !important;
}

.owl-nav-style.bottom-center:not(.not) .owl-theme .owl-nav {
  position: relative;
  top: inherit;
  bottom: inherit;
}

.owl-nav-style.bottom-center:not(.not) .owl-theme .owl-nav [class*="owl-"] {
  position: relative;
}

.owl-nav-style.bottom-center:not(.not) .owl-theme .owl-nav button {
  left: inherit !important;
  right: inherit !important;
}

.owl-nav-style.top-right .owl-theme .owl-nav {
  top: 50px;
  right: -5px;
  bottom: inherit;
  left: inherit;
}

.owl-nav-style.top-right .owl-theme .owl-nav [class*="owl-"] {
  position: relative;
}

.owl-nav-style.top-right .owl-theme .owl-nav button {
  left: inherit;
  right: inherit;
}

.owl-nav-style.top-right .owl-theme.owl-navigation .owl-nav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  right: -35px;
  top: 120px;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
  -o-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  -o-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.97;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  -o-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  -o-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-infobar {
  height: auto;
  left: 42px;
  top: auto;
  bottom: 180px;
  padding: 0;
  font-size: 7.4rem;
  line-height: 1;
  letter-spacing: -0.1em;
  color: #fff;
  mix-blend-mode: normal;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-toolbar button:not(:last-child) {
  display: none !important;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden; /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable="true"] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button--close {
  position: fixed;
  display: block !important;
  width: 60px;
  height: 60px;
  right: 0 !important;
  top: 0 !important;
  padding: 0 !important;
  font-size: 30px !important;
  color: #fff !important;
  background: rgba(229, 51, 45, 0.7);
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  -webkit-transform-origin: 0;
  transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation {
  position: absolute;
  right: 50px;
  bottom: 70px;
}

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 65px;
  opacity: 0;
  position: relative;
  cursor: pointer;
  width: 50px;
}

.fancybox-navigation .fancybox-button:not(:last-child) {
  margin-right: 20px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
}

.fancybox-navigation .fancybox-button--arrow_right {
  right: 0;
}

/* Caption */
.fancybox-caption {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.85)),
    color-stop(50%, rgba(0, 0, 0, 0.3)),
    color-stop(65%, rgba(0, 0, 0, 0.15)),
    color-stop(75.5%, rgba(0, 0, 0, 0.075)),
    color-stop(82.85%, rgba(0, 0, 0, 0.037)),
    color-stop(88%, rgba(0, 0, 0, 0.019)),
    to(rgba(0, 0, 0, 0))
  );
  background: -o-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 0, 0, 0.3) 50%,
    rgba(0, 0, 0, 0.15) 65%,
    rgba(0, 0, 0, 0.075) 75.5%,
    rgba(0, 0, 0, 0.037) 82.85%,
    rgba(0, 0, 0, 0.019) 88%,
    rgba(0, 0, 0, 0) 100%
  );
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 0, 0, 0.3) 50%,
    rgba(0, 0, 0, 0.15) 65%,
    rgba(0, 0, 0, 0.075) 75.5%,
    rgba(0, 0, 0, 0.037) 82.85%,
    rgba(0, 0, 0, 0.019) 88%,
    rgba(0, 0, 0, 0) 100%
  );
  bottom: 0;
  color: #eee;
  font-size: 16px;
  font-weight: 700;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

/*@supports (padding: max(0px)) { .fancybox-caption { padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left)); } }*/
.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #fff;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

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

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

/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  -o-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  /*@supports (padding: max(0px)) { .fancybox-caption { padding-left: max(12px, env(safe-area-inset-left)); padding-right: max(12px, env(safe-area-inset-right)); } }*/
}

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

.slide {
  position: relative;
}

.slide,
.slide-material,
.hero {
  height: 600px;
}
.hero{
  max-width: 90%;
  border-radius: 50px;
  margin: 0 auto;
  overflow: hidden;
}

@media (min-width: 480px) and (max-width: 767px) {
  .slide,
  .slide-material,
  .hero {
    height: 450px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .slide,
  .slide-material,
  .hero {
    height: 550px;
  }
}

@media (max-width: 479px) {
  .slide,
  .slide-material,
  .hero {
    height: 400px;
  }
}

.slide {
  background: #fff;
  overflow: hidden;
}

.slide-list {
  position: relative;
  top: 0;
  left: 0;
}

.slide-list li {
  display: none; /*&:nth-child(2) { .slide-photo { background-color: $color-secondary; } } &:nth-child(3) { .slide-photo { background-color: $color-third; } } &:nth-child(4) { .slide-photo { background-color: $color-fourth; } } &:nth-child(5) { .slide-photo { background-color: $color-fifth; } }*/
}

.slide-material {
  overflow: hidden;
  position: relative;
}

.slide-material img,
.slide-material video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.slide-photo {
  background-color: #0095be;
  position: relative;
}
.slide-material.slide-photo:after{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
   background-color: #0235436e;
}

.slide-photo > div {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 100%;
 
  
}

@media (max-width: 991px) {
  .slide-photo > div {
    opacity: 0.4;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

.slide-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.slide-wrapper::before {
  content: "";
  position: absolute;
  left: -90px;
  right: 0;
  bottom: -40px;
  background-image: url("../images/shape.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 290px;
  z-index: -1;
  pointer-events: none;
  display: none!important;
}

@media (max-width: 767px) {
  .slide-wrapper::before {
    display: none;
  }
}

@media (min-width: 1750px) {
  .slide-wrapper::before {
    height: 400px;
    bottom: -45px;
  }
}

.slide-container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
  position: relative;
}

.slide-content {
  width: 45%;
  position: relative;
  z-index: 2;
  padding-bottom: 150px;
}

@media (max-width: 991px) {
  .slide-content {
    width: 100%;
    padding-bottom: 70px;
  }
}

@media (max-width: 991px) {
  .slide-content {
    text-align: center;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .slide-content {
    padding-inline: 50px;
  }
}

.slide-content .heading {
  color: #fff;
  font-size: 60px;
  font-weight: 900;
  letter-spacing: -3px;
  line-height: 1.05;
}

@media (max-width: 479px) {
  .slide-content .heading {
    font-size: 32px;
    letter-spacing: -1px;
  }
}

@media (max-width: 767px) {
  .slide-content .heading {
    font-size: 42px;
  }
}

.slide-content .text {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  margin: 10px 0;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: auto;
}

@media (max-width: 767px) {
  .slide-content .text {
    display: none;
  }
}

.slide-puzzle {
  position: absolute;
  right: 0;
  top: 0;
  width: 55%;
  z-index: -3;
}

@media (max-width: 991px) {
  .slide-puzzle {
    display: none;
  }
}

.slide-puzzle .puzzle {
  width: 500px;
  position: absolute;
  top: 50px;
  right: -200px;
  -webkit-transform: rotate(-25deg);
  -ms-transform: rotate(-25deg);
  transform: rotate(-25deg);
}

.slide-puzzle .puzzle._2 {
  width: 350px;
  -webkit-transform: rotate(25deg);
  -ms-transform: rotate(25deg);
  transform: rotate(25deg);
  top: 50px;
  right: inherit;
  left: 0;
}

@media (min-width: 1750px) {
  .slide-puzzle .puzzle._2 {
    left: 130px;
  }
}

.slide-puzzle .puzzle._2 img {
  -webkit-mask-image: url("../images/puzzle2.png");
  mask-image: url("../images/puzzle2.png");
}

.slide-puzzle .puzzle img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-mask-image: url("../images/puzzle.png");
  mask-image: url("../images/puzzle.png");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.slide-user {
  width: 50%;
  position: relative;
  z-index: -2;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 675px;
  padding-bottom: 80px;
  padding-top: 20px;
}

@media (max-width: 991px) {
  .slide-user {
    display: none;
  }
}

.slide-user img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: none!important;
}

.slide-dots {
  position: absolute;
  right: 0;
  bottom: 70px;
  left: 0;
  margin: 0 auto;
  max-width: 1250px;
  width: 100%;
  z-index: 2;
  text-align: left;
  
}
@media (max-width: 991px) {
  .slide-dots {
    text-align: center;
  }
}


.slide-dots li {
  display: inline-block;
}

.slide-dots li a {
  width: 12px;
  height: 12px;
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  position: relative;
  margin: 0 5px;
  border-radius: 20px;
  background: none;
  border: 2px solid #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.slide-dots li.is-active a {
  background: #fff;
  width: 100px;
}

.slide-arrows {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  bottom: 100px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 1250px;
  display: none!important;
}

@media (max-width: 767px) {
  .slide-arrows {
    right: inherit;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    bottom: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .slide-arrows {
    bottom: 30px;
    right: 170px;
  }
}

@media (min-width: 1750px) {
  .slide-arrows {
    bottom: 160px;
    max-width: 1550px;
  }
}

.slide-arrows button {
  position: absolute;
  z-index: 5;
  border-radius: 999px;
  font-size: 24px;
  color: #1e1d1c;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.4);
}

@media (max-width: 767px) {
  .slide-arrows button {
    background-color: #fff;
  }
}

.slide-arrows button::before {
  content: "";
  position: absolute;
  inset: -10px;
  background-color: #fff;
  opacity: 0.2;
  z-index: -1;
  border-radius: 999px;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

@media (max-width: 767px) {
  .slide-arrows button::before {
    background-color: #fff;
  }
}

.slide-arrows button:hover::before {
  inset: 0;
}

.slide-arrows button svg path {
  stroke-width: 1px !important;
  stroke: #fff !important;
}

@media (max-width: 767px) {
  .slide-arrows button svg path {
    stroke: #0095be; !important;
  }
}

@media (max-width: 479px) {
  .slide-arrows button {
    width: 45px;
    height: 45px;
    font-size: 20px;
  }
}

.slide-arrows button.prev {
  left: 20px;
  padding-right: 5px;
}

@media (max-width: 767px) {
  .slide-arrows button.prev {
    left: inherit;
    margin-left: -70px;
  }
}

@media (min-width: 1750px) {
  .slide-arrows button.prev {
    left: 6%;
  }
}

.slide-arrows button.next {
  left: 100px;
  padding-left: 5px;
}

@media (max-width: 767px) {
  .slide-arrows button.next {
    left: inherit;
    margin-left: 20px;
  }
}

@media (min-width: 1750px) {
  .slide-arrows button.next {
    left: 10%;
  }
}

.slide-list li.is-effect .slide-content .heading,
.slide-list li.is-effect .slide-content .text,
.slide-list li.is-effect .slide-content .small-title,
.slide-list li.is-effect .slide-content .slide-buttons {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.slide-list li.is-effect .slide-user {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.slide-list li.is-effect .slide-puzzle .puzzle {
  -webkit-transform: translateY(0) rotate(-25deg);
  -ms-transform: translateY(0) rotate(-25deg);
  transform: translateY(0) rotate(-25deg);
  opacity: 1;
  visibility: visible;
}

.slide-list li.is-effect .slide-puzzle ._2 {
  -webkit-transform: translateY(0) rotate(25deg) !important;
  -ms-transform: translateY(0) rotate(25deg) !important;
  transform: translateY(0) rotate(25deg) !important;
  opacity: 1;
  visibility: visible;
}

.slide-list li.is-effect .slide-cover img {
  -webkit-transform: translateX(0) rotate(0);
  -ms-transform: translateX(0) rotate(0);
  transform: translateX(0) rotate(0);
  opacity: 1;
  visibility: visible;
}

.slide-cover img {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(100px) rotate(2deg);
  -ms-transform: translateX(100px) rotate(2deg);
  transform: translateX(100px) rotate(2deg);
  -webkit-transition: 0.6s 0.1s;
  -o-transition: 0.6s 0.1s;
  transition: 0.6s 0.1s;
}

.slide-user {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(150px);
  -ms-transform: translateY(150px);
  transform: translateY(150px);
  -webkit-transition: 0.9s 0.4s;
  -o-transition: 0.9s 0.4s;
  transition: 0.9s 0.4s;
}

.slide-puzzle .puzzle {
  -webkit-transform: translateY(-100px) rotate(0);
  -ms-transform: translateY(-100px) rotate(0);
  transform: translateY(-100px) rotate(0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.9s 0.8s;
  -o-transition: 0.9s 0.8s;
  transition: 0.9s 0.8s;
}

.slide-puzzle ._2 {
  -webkit-transform: translateY(-100px) rotate(0) !important;
  -ms-transform: translateY(-100px) rotate(0) !important;
  transform: translateY(-100px) rotate(0) !important;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.9s 0.4s;
  -o-transition: 0.9s 0.4s;
  transition: 0.9s 0.4s;
}

.slide-content .heading,
.slide-content .text,
.slide-content .small-title,
.slide-content .slide-buttons {
  opacity: 0;
  visibility: hidden;
}

.slide-content .small-title {
  -webkit-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  transform: translateY(-40px);
  -webkit-transition: 0.9s 0.1s;
  -o-transition: 0.9s 0.1s;
  transition: 0.9s 0.1s;
}

.slide-content .heading {
  -webkit-transform: translateY(-70px);
  -ms-transform: translateY(-70px);
  transform: translateY(-70px);
  -webkit-transition: 0.9s 0.2s;
  -o-transition: 0.9s 0.2s;
  transition: 0.9s 0.2s;
}

.slide-content .text {
  -webkit-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  transform: translateY(-100px);
  -webkit-transition: 0.9s 0.3s;
  -o-transition: 0.9s 0.3s;
  transition: 0.9s 0.3s;
}

.slide-content .slide-buttons {
  -webkit-transform: translateY(-130px);
  -ms-transform: translateY(-130px);
  transform: translateY(-130px);
  -webkit-transition: 0.9s 0.4s;
  -o-transition: 0.9s 0.4s;
  transition: 0.9s 0.4s;
}

.loading {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}

.loading.ui-no-bg {
  background: transparent;
}

.loading.ui-small {
  background: none;
}

.loading.ui-small::before {
  width: 60px;
  height: 60px;
}

.loading.is-visible {
  opacity: 1;
  visibility: visible;
}

.loading.ui-style-certificate::before {
  margin-top: -80px;
}

.loading::before {
  content: "";
  position: absolute;
  border: 5px solid #fff;
  border-top: 5px solid #0095be;;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  -webkit-animation: spin 0.8s linear infinite;
  animation: spin 0.8s linear infinite;
}

.loading .text {
  margin-top: 100px;
  color: #0095be;;
  font-size: 16px;
  font-weight: 800;
  text-align: center;
  line-height: 1.4;
}

.loading .text span {
  font-size: 20px;
}

.overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.overlay.is-visible {
  opacity: 0.6;
  visibility: visible;
}

.scrolltop {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  right: 35px;
  bottom: 70px;
  background: #0095be;;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  z-index: 2002;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 767px) {
  .scrolltop {
    width: 50px;
    height: 50px;
    right: 15px;
    bottom: 70px;
  }
}

.scrolltop .icon {
  font-size: 20px;
}

@media (max-width: 767px) {
  .scrolltop .icon {
    font-size: 16px;
  }
}

.scrolltop.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.buttons-container.ui-center {
  text-align: center;
  width: 100%;
}

.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 25px;
  padding-right: 25px;
  font-family: inherit;
  text-align: center;
  line-height: 1.2;
  outline: 0;
  font-size: 13px;
  font-weight: 800;
  border-radius: 999px;
  height: 40px;
  color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: #0095be;;
}

.button .icon {
  margin-left: 20px;
  font-size: 16px;
  color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.button.ui-min-width {
  min-width: 250px;
}

.button.ui-full-width {
  width: 100%;
}

.button.ui-small {
  height: 30px;
  font-size: 13px;
}

.button:hover .icon {
  -webkit-transform: scale(1.1) translateX(5px);
  -ms-transform: scale(1.1) translateX(5px);
  transform: scale(1.1) translateX(5px);
}

.button:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.button.ui-color-wp {
  background: #25d366;
}

.button.ui-color-wp .icon {
  color: #25d366;
}

.button.ui-color-1 {
  background: #2ca83e;;
}

.button.ui-color-2 {
  background: #422774;
}

.button.ui-color-3 {
  background: #ef7f1a;
}

.button.ui-light {
  background-color: #fff;
  color: #0095be;;
}

.button-border {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 25px;
  padding-right: 25px;
  font-family: inherit;
  text-align: center;
  line-height: 1.2;
  outline: 0;
  font-size: 13px;
  font-weight: 800;
  border-radius: 999px;
  height: 40px;
  color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #fff;
}

.button-border .icon {
  margin-left: 20px;
  font-size: 16px;
  color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.button-border.ui-min-width {
  min-width: 250px;
}

.button-border.ui-full-width {
  width: 100%;
}

.button-border.ui-small {
  height: 30px;
  font-size: 13px;
}

.button-border:hover .icon {
  -webkit-transform: scale(1.1) translateX(5px);
  -ms-transform: scale(1.1) translateX(5px);
  transform: scale(1.1) translateX(5px);
}

.button-border.ui-border-dark {
  color: #1e1d1c;
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.button-border.ui-border-dark .icon {
  color: #1e1d1c;
}

.button-border.ui-color-1 {
  color: #0095be;;
  border: 1px solid #0095be;;
}

.button-border.ui-color-1 .icon {
  color: #0095be;;
}

.button-line {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #487e50;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: -0.3px;
  position: relative;
}

.button-line:hover .icon {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}

.button-line .icon {
  margin-left: 10px;
  color: currentColor;
  font-size: 13px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.button-line.ui-light {
  color: #fff;
}

label.checkbox {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

label.checkbox:not(:last-child) {
  margin-bottom: 7px;
}

label.checkbox.is-error .checkbox {
  border: 2px solid red !important;
}

label.checkbox.is-error .text {
  color: red !important;
}

label.checkbox.is-error .text a {
  color: red !important;
}

label.checkbox input {
  position: absolute;
  opacity: 0;
}

label.checkbox .checkbox {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 18px;
  height: 18px;
  background: none;
  border: 2px solid rgba(57, 72, 87, 0.1);
  border-radius: 5px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  position: relative;
}

label.checkbox .checkbox:before {
  content: "✓";
  position: absolute;
  top: -5px;
  line-height: 0.7;
  font-size: 24px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  color: #0095be;;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

label.checkbox .text {
  color: #64707c;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 13px;
  line-height: 1.3;
  padding-left: 10px;
}

label.checkbox .text span {
  color: rgba(100, 112, 124, 0.7);
  margin-left: 5px;
}

label.checkbox .text a {
  font-weight: 700;
  color: #0095be;;
}

label.checkbox input:checked + .checkbox:before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

label.radio {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

label.radio input {
  position: absolute;
  left: -9999px;
}

label.radio .radio {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 24px;
  height: 24px;
  background: #fff;
  border: 2px solid rgba(0, 0, 0, 0.08);
  border-radius: 50%;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  position: relative;
}

label.radio .radio:before {
  content: "";
  position: absolute;
  left: 3px;
  right: 3px;
  top: 3px;
  bottom: 3px;
  background: #0095be;;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
}

label.radio .text {
  color: #394857;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
  line-height: 1.2;
  padding-left: 10px;
}

label.radio .text span {
  color: rgba(100, 112, 124, 0.7);
  margin-left: 5px;
}

label.radio input:checked + .radio:before {
  opacity: 1;
  visibility: visible;
}

select.selectbox {
  width: 100%;
  height: 55px;
  border: 2px solid rgba(57, 72, 87, 0.1);
  border-radius: 8px;
  font-family: inherit;
  padding-left: 20px;
  padding-right: 20px;
  color: #394857;
  font-size: 13px;
  font-weight: 700;
  background: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  position: relative;
}

select.selectbox:focus {
  outline: 0;
  border: 2px solid #0095be;;
}

select.selectbox::-webkit-input-placeholder {
  /* Edge */
  color: #394857;
}

select.selectbox:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #394857;
}

select.selectbox::-moz-placeholder {
  color: #394857;
}

select.selectbox::-ms-input-placeholder {
  color: #394857;
}

select.selectbox::placeholder {
  color: #394857;
}

select.selectbox:before {
  content: "";
}

select.selectbox:focus + .icon.arrow {
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}

.MzYydGFzYXLEsW12ZXlhesSxbMSxbWFqYW5zxLE {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

@media (max-width: 767px) {
  .breadcrumb {
    display: none;
  }
}

.breadcrumb ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.breadcrumb ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.breadcrumb ul li a {
  font-size: 14px;
  font-weight: 700;
  text-transform: capitalize;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.breadcrumb ul li a::after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 12px;
  margin-right: 17px;
}

.breadcrumb ul li a::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  background: currentColor;
  height: 1px;
  width: 0;
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}

.breadcrumb ul li a .icon {
  font-size: 18px;
}

.breadcrumb ul li a[href]:not(.not):hover:before {
  width: calc(100% - 35px);
}

.breadcrumb ul li:last-child a:after {
  display: none;
}

.MzYydGFzYXLEsW12ZXlhesSxbMSxbWFqYW5zxLE {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.popup {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(229, 51, 45, 0.9);
  z-index: 2000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.popup.is-visible {
  opacity: 1;
  visibility: visible;
}

.popup-wrapper {
  width: 100%;
  height: 100%;
  max-height: 100%;
  padding: 55px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
}

@media (max-width: 767px) {
  .popup-wrapper {
    padding: 0;
  }
}

.popup-wrapper.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.popup-wrapper .cover {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.popup-wrapper .cover a {
  max-width: 90%;
  text-align: center;
  padding: 3px;
  background: #fff;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
}

.popup-wrapper .cover img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.popup-close {
  position: absolute;
  top: 30px;
  right: 0;
  width: 1em;
  height: 1em;
  font-size: 28px;
  z-index: 12;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.popup-close:before,
.popup-close:after {
  content: "";
  position: absolute;
  background: #fff;
  height: 2px;
  width: 100%;
}

.popup-close::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.popup-close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.whatsapp {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  bottom: 70px;
  right: 33px;
  background: #25d366;
  border: 5px solid #fff;
  width: 65px;
  height: 65px;
  border-radius: 100%;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  text-align: center;
  color: #fff;
  z-index: 999;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 767px) {
  .whatsapp {
    right: 12px;
    width: 55px;
    height: 55px;
  }
}

.whatsapp.ui-sms {
  bottom: 145px;
  background-color: #422774;
}

.whatsapp.ui-sms::before,
.whatsapp.ui-sms::after {
  background-color: rgba(66, 39, 116, 0.1);
}

@media (max-width: 767px) {
  .whatsapp.ui-sms {
    bottom: 135px;
  }
}

.whatsapp.ui-donate {
bottom: 70px;
    background-color: #2ca83e;
 
}

.whatsapp.ui-donate::before,
.whatsapp.ui-donate::after {
  background-color: rgba(242, 141, 43, 0.1);
}


.whatsapp.ui-donate .icon {
  width: 100%;
}

.whatsapp.ui-donate .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.whatsapp::before,
.whatsapp::after {
  content: "";
  position: absolute;
  background: rgba(37, 211, 102, 0.2);
  border-radius: 100%;
  -webkit-animation: pulsate 1.5s ease-out;
  animation: pulsate 1.5s ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: 0;
}

.whatsapp::before {
  width: 80px;
  height: 80px;
}

@media (max-width: 767px) {
  .whatsapp::before {
    width: 65px;
    height: 65px;
  }
}

.whatsapp::after {
  width: 100px;
  height: 100px;
}

@media (max-width: 767px) {
  .whatsapp::after {
    width: 75px;
    height: 75px;
  }
}

.whatsapp .icon {
  font-size: 28px;
}

@media (max-width: 767px) {
  .whatsapp .icon {
    font-size: 22px;
  }
}

.whatsapp.is-active {
  -webkit-transform: translateY(-70px);
  -ms-transform: translateY(-70px);
  transform: translateY(-70px);
}

@media (max-width: 767px) {
  .whatsapp.is-active {
    -webkit-transform: translateY(-60px);
    -ms-transform: translateY(-60px);
    transform: translateY(-60px);
  }
}

.modal {
  background-color: rgba(30, 29, 28, 0.8);
  position: fixed;
  inset: 0;
  z-index: 33333;
  padding-block: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.modal .section-header .title {
  font-size: 32px;
  letter-spacing: -1px;
}

@media (max-width: 479px) {
  .modal .section-header .title {
    font-size: 22px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .modal .section-header .title {
    font-size: 28px;
  }
}

.modal .section-header .text {
  font-size: 14px;
}

@media (max-width: 479px) {
  .modal .section-header .text {
    font-size: 14px;
  }
}

.modal.is-active {
  opacity: 1;
  visibility: visible;
}

.modal-online {
  overflow-y: auto;
  height: 100%;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}

.modal-donate__certificate {
  width: 100%;
  height: 390px;
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 20px rgba(30, 29, 28, 0.05);
  box-shadow: 0 0 20px rgba(30, 29, 28, 0.05);
  height: auto;
}

.modal-donate__certificate img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.modal-donate__links {
  padding-top: 30px;
}

.modal-donate__links > form > ul > li:not(:last-child) {
  margin-bottom: 15px;
}

.modal-donate__links > form > ul > li .text {
  font-size: 16px;
  font-weight: 600;
}

.modal .buy {
  height: 55px;
  background-color: #0095be;;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.5px;
  color: #fff;
  z-index: 1;
  width: 100%;
  border-radius: 30px;
  margin-top: 30px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.modal .buy:hover {
  background-color: rgba(229, 51, 45, 0.1);
  color: #0095be;;
}

.modal .container {
  padding: 40px 50px;
  max-width: 1000px;
  background-color: #fff;
  border-radius: 20px;
  position: relative;
}

@media (max-width: 767px) {
  .modal .container {
    padding: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .modal .container {
    padding: 70px;
  }
}

.modal .container.ui-commission {
  padding-top: 100px;
  margin-top: 100px;
  max-width: 700px !important;
  width: 700px;
}

.modal .container .close {
  position: absolute;
  right: 30px;
  top: 20px;
  font-size: 32px;
  cursor: pointer;
  color: #0095be;;
}

@media (max-width: 767px) {
  .modal .container .close {
    top: 0px;
    right: 10px;
  }
}

.modal .container .form-wrapper > ul > li:not(:last-child) form {
  margin-bottom: 30px;
}

.modal .container .form-heading {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .modal .container .form-heading {
    margin-top: 20px;
  }
}

.modal .container .form-heading ul {
  padding: 5px;
  background: rgba(238, 238, 238, 0.8);
  border-radius: 8px;
}

@media (max-width: 479px) {
  .modal .container .form-heading ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}

.modal .container .form-heading ul li:not(:last-child) {
  padding-right: 10px;
}

.modal .container .form-heading ul li.is-current a {
  background-color: rgba(255, 255, 255, 0.9);
}

.modal .container .form-heading ul li a {
  cursor: pointer;
  padding: 10px;
  color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 6px;
}

.modal .container .form-heading ul li .title {
  font-size: 14px;
  font-weight: 800;
  letter-spacing: -0.3px;
}

.modal .container .form-field.ui-donate {
  margin-bottom: 30px;
}

.modal .container .form-field.ui-donate .text {
  font-size: 16px;
  font-weight: 800;
  letter-spacing: -0.5px;
  color: #57758c;
}

.modal .container .form-field.ui-donate input {
  border: none;
  border-bottom: 1px solid rgba(30, 29, 28, 0.1);
  border-radius: 0;
  font-size: 20px;
  letter-spacing: -1px;
  font-weight: 800;
}

.modal .container .form-bottom {
  padding-inline: 5px;
  padding-top: 10px;
}

@media (max-width: 479px) {
  .modal .container .form-bottom {
    max-width: 350px;
  }
}

.modal .container .form-bottom.ui-donate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.modal .container .form-bottom .form-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal .container .form-bottom .form-buttons li:not(:last-child) {
  margin-right: 20px;
}

.modal .container .form-bottom .form-buttons .ui-style .ui-btn {
  background-color: rgba(229, 51, 45, 0.1);
}

.modal .container .form-bottom .form-buttons .ui-style .ui-btn:hover {
  background-color: #422774;
}

.modal .container .form-bottom .form-buttons .ui-style .ui-btn:hover input {
  color: #fff;
}

.modal .container .form-bottom .form-buttons .ui-style .ui-btn:hover .icon {
  color: #fff;
}

.modal .container .form-bottom .form-buttons .ui-style .ui-btn:hover::before {
  color: #fff;
  background-color: #422774;
}

.modal .container .form-bottom .form-buttons .ui-style .ui-btn input {
  color: #0095be;;
}

.modal .container .form-bottom .form-buttons .ui-style .ui-btn .icon {
  color: #0095be;;
}

.modal .container .form-bottom .form-buttons .ui-style .ui-btn::before {
  content: "Excel İle Yükle";
  font-size: 14px;
  font-weight: 700;
  color: #0095be;;
  background-color: #fdebeb;
  padding-inline: 10px;
  position: absolute;
  left: 10%;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  pointer-events: none;
}

.modal .container .form-bottom .form-buttons .ui-btn {
  background-color: #0095be;;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding-inline: 20px;
  border-radius: 8px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  position: relative;
}

.modal .container .form-bottom .form-buttons .ui-btn:hover {
  background-color: rgba(66, 39, 116, 0.1);
}

.modal .container .form-bottom .form-buttons .ui-btn:hover input {
  color: #422774;
}

.modal .container .form-bottom .form-buttons .ui-btn:hover .icon {
  color: #422774;
}

.modal .container .form-bottom .form-buttons .ui-btn input {
  font-size: 14px;
  font-weight: 700;
  font-family: inherit;
  cursor: pointer;
  border: 2px solid transparent;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  will-change: transform;
  color: #fff;
  background-color: transparent;
  transition: 0.3s;
}

.modal .container .form-bottom .form-buttons .ui-btn .inputfile {
  opacity: 1;
  font-size: 12px;
  position: relative;
  padding-left: 10px;
}

.modal .container .form-bottom .form-buttons .icon {
  font-size: 16px;
  color: #fff;
  margin-right: 3px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.modal .container .form-bottom .form-buttons input {
  min-width: 0 !important;
}

.accordion:not(.ui-no-content) > ul > li {
  background: #fff;
  border-radius: 15px;
  border: 1px solid rgba(57, 72, 87, 0.06);
  overflow: hidden;
}

.accordion:not(.ui-no-content) > ul > li.is-open,
.accordion:not(.ui-no-content) > ul > li:hover {
  border: 1px solid transparent;
  -webkit-box-shadow: 0 2px 4px rgba(57, 72, 87, 0.1);
  box-shadow: 0 2px 4px rgba(57, 72, 87, 0.1);
}

.accordion:not(.ui-no-content) > ul > li.is-open .accordion-header,
.accordion:not(.ui-no-content) > ul > li:hover .accordion-header {
  background: #f3f7fc;
}

.accordion:not(.ui-no-content) > ul > li.is-open .accordion-header .title,
.accordion:not(.ui-no-content) > ul > li:hover .accordion-header .title {
  color: #394857;
}

.accordion:not(.ui-no-content) > ul > li.is-open .accordion-right > .icon,
.accordion:not(.ui-no-content) > ul > li:hover .accordion-right > .icon {
  color: rgba(57, 72, 87, 0.3);
}

.accordion:not(.ui-no-content) > ul > li.is-open .accordion-right > .icon {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.accordion:not(.ui-no-content) > ul > li:hover .accordion-right > .icon {
  -webkit-transform: scale(1.2) translateX(3px) rotate(-90deg);
  -ms-transform: scale(1.2) translateX(3px) rotate(-90deg);
  transform: scale(1.2) translateX(3px) rotate(-90deg);
}

.accordion.ui-no-content > ul > li:hover .accordion-right > .icon {
  -webkit-transform: scale(1.2) translateX(3px);
  -ms-transform: scale(1.2) translateX(3px);
  transform: scale(1.2) translateX(3px);
}

.accordion.ui-no-content > ul > li a {
  background-color: #fff;
  border-radius: 15px;
  border: 1px solid rgba(57, 72, 87, 0.1);
  -webkit-box-shadow: 0 2px 4px rgba(57, 72, 87, 0.08);
  box-shadow: 0 2px 4px rgba(57, 72, 87, 0.08);
}

.accordion.ui-no-content > ul > li a:hover {
  background-color: #2ca83e;;
  -webkit-box-shadow: 5px 5px 30px rgba(38, 93, 52, 0.3);
  box-shadow: 5px 5px 30px rgba(38, 93, 52, 0.3);
}

.accordion.ui-no-content > ul > li a:hover .title {
  color: #fff;
}

.accordion.ui-no-content > ul > li a:hover .accordion-right > .icon {
  color: rgba(255, 255, 255, 0.5);
}

.accordion > ul > li:not(:last-child) {
  margin-bottom: 10px;
}

.accordion-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (min-width: 480px) {
  .accordion-header {
    padding: 25px 30px;
  }
}

@media (min-width: 480px) and (min-width: 768px) and (max-width: 991px) {
  .accordion-header {
    padding: 20px;
  }
}

@media (max-width: 479px) {
  .accordion-header {
    padding: 20px;
  }
}

.accordion-header .title {
  color: #394857;
  letter-spacing: -0.5px;
  font-weight: 800;
  line-height: 1.4;
  overflow: hidden;
  max-height: 50px;
}

@media (min-width: 768px) {
  .accordion-header .title {
    font-size: 16px;
  }
}

@media (max-width: 479px) {
  .accordion-header .title {
    font-size: 14px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .accordion-header .title {
    font-size: 16px;
  }
}

.accordion-right {
  margin-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.accordion-right > .icon {
  color: #64707c;
  opacity: 0.5;
  -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.335, 1);
  -o-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.335, 1);
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.335, 1);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (min-width: 480px) {
  .accordion-right > .icon {
    font-size: 16px;
  }
}

@media (min-width: 480px) and (min-width: 768px) and (max-width: 991px) {
  .accordion-right > .icon {
    font-size: 13px;
  }
}

@media (max-width: 479px) {
  .accordion-right > .icon {
    font-size: 13px;
  }
}

.accordion-right .date {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: rgba(100, 112, 124, 0.7);
}

.accordion-right .date .icon {
  font-size: 12px;
  margin-right: 5px;
}

.accordion-right .date .text {
  font-size: 11px;
}

.accordion-content {
  display: none;
}

@media (min-width: 480px) {
  .accordion-content .page-content__description,
  .accordion-content .page-content__gallery,
  .accordion-content .page-content__other,
  .accordion-content .table-list {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 479px) {
  .accordion-content .page-content__description,
  .accordion-content .page-content__gallery,
  .accordion-content .page-content__other,
  .accordion-content .table-list {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .accordion-content .page-content__description,
  .accordion-content .page-content__gallery,
  .accordion-content .page-content__other,
  .accordion-content .table-list {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 480px) {
  .accordion-content .page-content__photo {
    margin-top: 30px;
  }
}

@media (max-width: 479px) {
  .accordion-content .page-content__photo {
    margin-top: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .accordion-content .page-content__photo {
    margin-top: 20px;
  }
}

.accordion-content .page-content__description {
  max-height: 750px;
  overflow-y: auto;
  scrollbar-color: #0095be; rgba(229, 51, 45, 0.1);
  scrollbar-width: thin;
}

.accordion-content .page-content__description::-webkit-scrollbar-track {
  background-color: rgba(229, 51, 45, 0.1);
}

.accordion-content .page-content__description::-webkit-scrollbar {
  width: 5px;
}

.accordion-content .page-content__description::-webkit-scrollbar-thumb {
  background-color: #0095be;;
}

@media (min-width: 480px) {
  .accordion-content .page-content__description {
    padding-top: 30px;
  }
}

@media (max-width: 479px) {
  .accordion-content .page-content__description {
    padding-top: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .accordion-content .page-content__description {
    padding-top: 20px;
  }
}

.pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: -5px;
  margin-right: -5px;
}

.pagination ul li {
  padding-left: 5px;
  padding-right: 5px;
}

.pagination ul li.is-active a {
  background-color: #0095be;;
  color: #fff;
}

.pagination ul li:not(.is-active):hover a {
  background: #0095be;;
  color: #fff;
}

.pagination ul li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #fff;
  color: #0095be;;
  -webkit-box-shadow: 5px 5px 20px rgba(229, 51, 45, 0.1);
  box-shadow: 5px 5px 20px rgba(229, 51, 45, 0.1);
  font-size: 16px;
  font-weight: 700;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.pagination ul li a .icon {
  font-size: 13px;
}

.js .inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.inputfile + label {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  height: 55px;
  overflow: hidden;
  padding-left: 25px;
  padding-right: 25px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  position: relative;
  z-index: 1;
}

.no-js .inputfile + label {
  display: none;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px;
}

.inputfile-1 {
  opacity: 0;
  position: absolute;
}

.inputfile + label svg {
  width: 1em;
  height: 1em;
  vertical-align: middle;
  fill: currentColor;
  margin-top: -0.25em;
  margin-right: 0.25em;
}

.inputfile-1 + label {
  background: rgba(100, 112, 124, 0.08);
  border: 2px solid transparent;
  font-weight: 700;
  font-size: 14px;
  color: #394857;
  border-radius: 8px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.inputfile-1 + label:hover {
  border: 2px solid rgba(229, 51, 45, 0.5);
  color: #0095be;;
}

.inputfile-1:focus + label,
.inputfile-1.has-focus + label,
.inputfile-1 + label:hover {
  background: none;
}

.donate-card:not([class*="documents-"]) {
  border-radius: 25px;
  -webkit-box-shadow: 0 0 20px rgba(30, 29, 28, 0.1);
  box-shadow: 0 0 20px rgba(30, 29, 28, 0.1);
  padding-inline: 30px;
  padding-block: 25px;
  text-align: center;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.donate-card__top {
  position: relative;
}

.donate-card__top .cover {
  width: 140px;
  height: 140px!important;
  border: 3px solid rgba(57, 72, 87, 0.08);
  border-radius: 999px;
  padding: 0px;
  margin-bottom: 30px;
  background-color: #fff;
}

.donate-card__top .cover svg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.donate-card__top .cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.donate-card__top .info {
  background-color: #2ca83e;;
  color: #fff;
  border-radius: 999px;
  padding-inline: 15px;
  padding-block: 5px;
  max-width: 60px;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 12px;
  font-weight: 600;
  position: absolute;
  right: -30px;
  top: -5px;
}

.donate-card .title {
  font-size: 32px;
  font-weight: 800;
  letter-spacing: -0.5px;
  color: #1e1d1c;
  line-height: 1.3;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.donate-card .title.ui-style input {
  max-width: 100px;
}

.donate-card .title.ui-style input::-webkit-input-placeholder {
  font-size: 22px;
}

.donate-card .title.ui-style input::-moz-placeholder {
  font-size: 22px;
}

.donate-card .title.ui-style input:-ms-input-placeholder {
  font-size: 22px;
}

.donate-card .title.ui-style input::-ms-input-placeholder {
  font-size: 22px;
}

.donate-card .title.ui-style input::placeholder {
  font-size: 22px;
}

.donate-card .title input {
  font-size: 28px;
  font-family: inherit;
  font-weight: 800;
  letter-spacing: -0.5px;
  color: #1e1d1c;
  max-width: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(57, 72, 87, 0.08);
  border-radius: 999px;
  text-align: center;
  padding-block: 5px;
  margin-right: 10px;
  height: 47px;
}

@media (max-width: 479px) {
  .donate-card .title input {
    max-width: 100px;
  }
}

.donate-card .title input::-webkit-input-placeholder {
  font-size: 32px;
  font-weight: 800;
  color: #1e1d1c;
}

.donate-card .title input::-moz-placeholder {
  font-size: 32px;
  font-weight: 800;
  color: #1e1d1c;
}

.donate-card .title input:-ms-input-placeholder {
  font-size: 32px;
  font-weight: 800;
  color: #1e1d1c;
}

.donate-card .title input::-ms-input-placeholder {
  font-size: 32px;
  font-weight: 800;
  color: #1e1d1c;
}

.donate-card .title input::placeholder {
  font-size: 32px;
  font-weight: 800;
  color: #1e1d1c;
}

.donate-card .text {
  font-size: 13px;
  color: rgba(100, 112, 124, 1);
  line-height: 1.4;
  margin: 15px 0;
  font-weight: 500;
  -webkit-line-clamp: 5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news {
  position: relative;
}

.news ul li {
  margin-bottom: 30px;
}

.news-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  background-color: #fff;
}

.news-card:hover .news-photo img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.news-photo {
  width: 100%;
  height: 180px;
  overflow: hidden;
}

.news-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 4s cubic-bezier(0.055, 0.82, 0.165, 0.8);
  -o-transition: 4s cubic-bezier(0.055, 0.82, 0.165, 0.8);
  transition: 4s cubic-bezier(0.055, 0.82, 0.165, 0.8);
}

.news-body {
  padding-top: 30px;
  padding-inline: 30px;
  height: 215px;
  position: relative;
}

.news-body .small-title {
  font-size: 17px !important;
  padding-left: 10px;
  margin-bottom: 10px;
}

.news-body .small-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background-color: #0095be;;
}

.news-body .title,
.news-body .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-body .title {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.5px;
  color: #1e1d1c;
  line-height: 1.3;
  margin-bottom: 7px;
  -webkit-line-clamp: 2;
}

.news-body .text {
  font-size: 14px;
  color: rgba(87, 117, 140, 0.7);
  line-height: 1.4;
  -webkit-line-clamp: 3;
}

.news-body .button-line {
  position: absolute;
  left: 30px;
  bottom: 20px;
}

.news-body .date {
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.5px;
  background-color: #ef7f1a;
  padding-inline: 15px;
  padding-block: 10px;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  line-height: 1;
  position: absolute;
  right: 20px;
  top: -20px;
  -webkit-box-shadow: 0 0 20px rgba(242, 141, 43, 0.2);
  box-shadow: 0 0 20px rgba(242, 141, 43, 0.2);
}

.news-body .date .icon {
  font-size: 12px;
  margin-right: 7px;
}

.news-cover {
  width: 100%;
  height: 450px;
  border-radius: 25px;
  overflow: hidden;
  background-color: #fff;
  padding: 15px;
}

.news-cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
}

.news-description {
  padding-top: 35px;
  max-width: 550px;
  height: 100%;
  padding-left: 30px;
}

@media (max-width: 479px) {
  .news-description {
    padding-top: 20px;
    padding-left: 20px;
  }
}

.news-description .title {
  color: #394857;
  font-size: 28px;
  font-weight: 900;
  letter-spacing: -0.75px;
  line-height: 1.3;
  display: -webkit-box;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: auto;
}

@media (max-width: 479px) {
  .news-description .title {
    font-size: 22px;
  }
}

.news-description .text {
  font-size: 16px;
  color: rgba(100, 112, 124, 0.8);
  margin-top: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: auto;
}

.news-description .date {
  font-size: 12px;
  color: rgba(100, 112, 124, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  margin-top: 20px;
}

.news-description .date .icon {
  font-size: 12px;
  margin-right: 5px;
}

.news .ui-btn {
  position: absolute;
  right: 50px;
  bottom: 25px;
}

@media (max-width: 767px) {
  .news .ui-btn {
    bottom: 0;
    right: 110px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .news .ui-btn {
    right: 200px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .news .ui-btn {
    right: 100px;
    bottom: 155px;
  }
}

@media (min-width: 1750px) {
  .news .ui-btn {
    right: 13%;
  }
}

.announcements.ui-detail ul {
  -webkit-box-orient: inherit !important;
  -webkit-box-direction: inherit !important;
  -ms-flex-direction: inherit !important;
  flex-direction: inherit !important;
}

.announcements.ui-detail .announcements-description .date {
  color: #64707c;
}

.announcements.ui-detail .announcements-description .title {
  color: #394857;
}

.announcements.ui-detail .announcements-description .button-line {
  color: #0095be;;
}

.announcements ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media (max-width: 991px) {
  .announcements ul {
    padding-top: 30px;
  }
}

.announcements ul li {
  width: 100%;
}

.announcements-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 550px;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .announcements-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.announcements-card:hover .announcements-cover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.announcements-cover {
  width: 250px;
  height: 180px;
  border-radius: 25px;
  overflow: hidden;
}

@media (max-width: 991px) {
  .announcements-cover {
    width: 100%;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .announcements-cover:not(.is-char) {
    height: 230px;
  }
}

.announcements-cover.is-char {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(57, 72, 87, 0.08);
}

.announcements-cover.is-char span {
  font-weight: 900;
  font-size: 72px;
  line-height: 1;
  color: #394857;
  text-transform: uppercase;
}

.announcements-cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

.announcements-description {
  padding-left: 20px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media (max-width: 991px) {
  .announcements-description {
    padding-top: 20px;
    -webkit-box-flex: inherit;
    -ms-flex: inherit;
    flex: inherit;
  }
}

.announcements-description .date {
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  opacity: 0.6;
}

.announcements-description .date .icon {
  font-size: 11px;
  margin-right: 5px;
}

.announcements-description .title {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.5px;
  color: #fff;
  line-height: 1.2;
  margin-top: 5px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.campaings ul {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.campaings ul li {
  margin-bottom: 30px;
}

.campaings > .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.campaings > .row .ui-inline {
  padding-right: 60px;
}

@media (max-width: 991px) {
  .campaings > .row .ui-inline {
    padding: 30px;
  }
}

.campaings-card {
  border-radius: 25px;
  overflow: hidden;
  background-color: #fff;
}

.campaings-card:hover .campaings-photo img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.campaings-photo {
  width: 100%;
  height: 200px;
  overflow: hidden;
}

@media (min-width: 1750px) {
  .campaings-photo {
    height: 300px;
  }
}

.campaings-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.6s cubic-bezier(0.0075, 0.082, 0.0165, 0.4);
  -o-transition: 0.6s cubic-bezier(0.0075, 0.082, 0.0165, 0.4);
  transition: 0.6s cubic-bezier(0.0075, 0.082, 0.0165, 0.4);
}

.campaings-footer {
  padding: 25px 30px 30px 30px;
  position: relative;
  height: 185px;
}

@media (min-width: 480px) and (max-width: 767px) {
  .campaings-footer {
    padding: 20px;
  }
}

.campaings-footer .title,
.campaings-footer .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.campaings-footer .title {
  font-size: 16px;
  font-weight: 800;
  letter-spacing: -0.5px;
  line-height: 1.3;
  margin-bottom: 5px;
  color: #1e1d1c;
  -webkit-line-clamp: 2;
}

.campaings-footer .text {
  font-size: 13px;
  color: rgba(87, 117, 140, 0.7);
  line-height: 1.4;
  -webkit-line-clamp: 3;
}

.campaings-footer .button-line {
  position: absolute;
  left: 30px;
  bottom: 20px;
}

@media (min-width: 480px) and (max-width: 767px) {
  .campaings-footer .button-line {
    left: 20px;
  }
}

.collage-card {
  border-radius: 25px;
  overflow: hidden;
  position: relative;
}

.collage-card:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.collage-cover {
  width: 100%;
  height: 580px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .collage-cover {
    height: 400px;
  }
}

.collage-cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.collage-photo {
  width: 100%;
  height: 275px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .collage-photo {
    height: 185px;
  }
}

.collage-photo.ui-long {
  height: 580px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .collage-photo.ui-long {
    height: 400px;
  }
}

.collage-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.collage-body {
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  padding: 30px;
  z-index: 1;
}

.collage-body.ui-bg-none::before {
  display: none;
}

.collage-body::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #422774;
  opacity: 0.88;
  z-index: -1;
}

.collage-body .title {
  color: #fff;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.5px;
  line-height: 1.3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

@media (min-width: 768px) and (max-width: 991px) {
  .collage-body .title {
    font-size: 16px;
  }
}

.collage-body .title strong {
  font-size: 62px;
  line-height: 1;
}

@media (min-width: 768px) and (max-width: 991px) {
  .collage-body .title strong {
    font-size: 32px;
  }
}

.collage-body .title span {
  font-weight: 500;
  letter-spacing: -1px;
}

.collage-body .button {
  padding-inline: 30px;
  height: 60px;
  font-size: 18px;
}

.media ul li {
  margin-bottom: 30px;
}

.media-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.media-card:hover .media-photo img {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}

.media-similar {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
}

.media-similar:hover .media-similar__photo img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.media-similar__photo {
  width: 100%;
  height: 170px;
  border-radius: 20px;
  overflow: hidden;
}

.media-similar__photo:not([class*="ui-size-"]) {
  width: 130px;
  height: 120px;
}

.media-similar__photo.ui-size-large {
  height: 475px;
}

.media-similar__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 1s -webkit-transform cubic-bezier(0, 0, 0.2, 1);
  transition: 1s -webkit-transform cubic-bezier(0, 0, 0.2, 1);
  -o-transition: 1s transform cubic-bezier(0, 0, 0.2, 1);
  transition: 1s transform cubic-bezier(0, 0, 0.2, 1);
  transition: 1s transform cubic-bezier(0, 0, 0.2, 1),
    1s -webkit-transform cubic-bezier(0, 0, 0.2, 1);
}

.media-similar__body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-inline: 15px;
}

.media-similar__body .title {
  font-size: 14px;
  font-weight: 800;
  letter-spacing: -0.3px;
  color: #1e1d1c;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 42px;
}

.media-photo {
  width: 100%;
  height: 180px;
}

.media-photo:not([class*="ui-size-"]) {
  height: 300px;
}

@media (max-width: 767px) {
  .media-photo:not([class*="ui-size-"]) {
    height: 250px;
  }
}

.media-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 1s -webkit-transform cubic-bezier(0, 0, 0.2, 1);
  transition: 1s -webkit-transform cubic-bezier(0, 0, 0.2, 1);
  -o-transition: 1s transform cubic-bezier(0, 0, 0.2, 1);
  transition: 1s transform cubic-bezier(0, 0, 0.2, 1);
  transition: 1s transform cubic-bezier(0, 0, 0.2, 1),
    1s -webkit-transform cubic-bezier(0, 0, 0.2, 1);
}

.media-body {
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 30px;
  z-index: 1;
}

.media-body::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    to(#1e1d1c)
  );
  background-image: -o-linear-gradient(top, transparent, #1e1d1c);
  background-image: linear-gradient(to bottom, transparent, #1e1d1c);
  height: 100%;
  opacity: 0.7;
  z-index: -1;
}

.media-body .title {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: -0.5px;
  line-height: 1.4;
  color: #fff;
}

@media (min-width: 992px) {
  .media-body .title {
    padding-right: 75px;
  }
}

.media-body .icon {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 22px;
  color: #fff;
  border-radius: 999px;
  width: 45px;
  height: 45px;
  border: 2px solid rgba(255, 255, 255, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1;
}

.media-body .icon::before {
  content: "";
  position: absolute;
  inset: -7px;
  border: 1px solid #fff;
  border-radius: 999px;
  -webkit-animation: pulsate 3s running infinite;
  animation: pulsate 3s running infinite;
}

.media-body .icon::after {
  content: "";
  position: absolute;
  inset: -10px;
  border: 1px solid #fff;
  border-radius: 999px;
  -webkit-animation: pulsate 2.5s running infinite;
  animation: pulsate 2.5s running infinite;
}

.common {
  position: relative;
}

.common ul li {
  margin-bottom: 30px;
}

.common-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  background-color: #fff;
  padding: 10px;
}

.common-card:hover .common-photo img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.common-photo {
  width: 100%;
  height: 180px;
  overflow: hidden;
  border-radius: 15px;
  position: relative;
}

.common-photo.is-char {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(57, 72, 87, 0.08);
}

.common-photo.is-char span {
  font-weight: 900;
  font-size: 72px;
  line-height: 1;
  color: #394857;
  text-transform: uppercase;
}

.common-photo .icon {
  position: absolute;
  top: 7px;
  right: 7px;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ef7f1a),
    to(#ffca2a)
  );
  background-image: -o-linear-gradient(#ef7f1a, #ffca2a);
  background-image: linear-gradient(#ef7f1a, #ffca2a);
  width: 42px;
  height: 42px;
  border-radius: 11px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  pointer-events: none;
}

.common-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 4s cubic-bezier(0.055, 0.82, 0.165, 0.8);
  -o-transition: 4s cubic-bezier(0.055, 0.82, 0.165, 0.8);
  transition: 4s cubic-bezier(0.055, 0.82, 0.165, 0.8);
}

.common-body {
  padding-top: 20px;
  padding-inline: 15px;
  position: relative;
}

.common-body:not(.ui-no-text) {
  height: 180px;
}

.common-body.ui-no-text {
  height: 130px;
}

.common-body .small-title {
  font-size: 17px !important;
  padding-left: 10px;
  margin-bottom: 10px;
  display: none !important;
}

.common-body .small-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background-color: #0095be;;
}

.common-body .title,
.common-body .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.common-body .title {
  font-size: 16px;
  font-weight: 800;
  letter-spacing: -0.5px;
  color: #1e1d1c;
  line-height: 1.3;
  margin-bottom: 7px;
  -webkit-line-clamp: 2;
}

.common-body .text {
  font-size: 12px;
  color: rgba(87, 117, 140, 0.7);
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: auto;
}

.common-body .button-line {
  position: absolute;
  left: 15px;
  bottom: 15px;
}

.common-body .date {
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.5px;
  background-color: #ef7f1a;
  padding: 8px 10px;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  line-height: 1;
  position: absolute;
  right: 20px;
  top: -16px;
  -webkit-box-shadow: 0 0 20px rgba(242, 141, 43, 0.2);
  box-shadow: 0 0 20px rgba(242, 141, 43, 0.2);
}

.common-body .date .icon {
  font-size: 10px;
  margin-right: 7px;
}

.personnel ul {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.personnel ul li {
  margin-bottom: 50px;
}

.personnel-card {
  position: relative;
}

.personnel-card:hover .personnel-body {
  background-color: #0095be;;
}

.personnel-card:hover .personnel-body .title {
  color: #fff;
}

.personnel-card:hover .personnel-body .degree {
  color: rgba(255, 255, 255, 0.8);
}

.personnel-cover {
  width: 100%;
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.personnel-cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  margin-inline: 20px;
  padding-top: 20px;
  background-color: #fff;
  border-radius: 20px 20px 0 0;
}

.personnel-body {
  background-color: #fff;
  padding-block: 25px;
  padding-inline: 30px;
  border-radius: 20px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-box-shadow: 0 0 20px rgba(57, 72, 87, 0.08);
  box-shadow: 0 0 20px rgba(57, 72, 87, 0.08);
  position: relative;
  z-index: 1;
}

.personnel-body .title {
  font-size: 16px;
  font-weight: 800;
  letter-spacing: -0.5px;
  color: #1e1d1c;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 3px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.personnel-body .degree {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: -0.3px;
  color: rgba(57, 72, 87, 0.5);
  line-height: 1.3;
}

.documents ul:not(.js-file-type-get) {
  row-gap: 30px;
}

@media (min-width: 768px) {
  .documents-bottom ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

.documents-card {
  position: relative;
}

.documents-card:hover .documents-body {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.documents-photo {
  width: 100%;
  height: auto;
  border-radius: 11px;
  overflow: hidden;
}

@media (max-width: 479px) {
  .documents-photo {
    height: 480px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .documents-photo {
    height: 330px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .documents-photo {
    height: 500px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .documents-photo {
    height: 320px;
  }
}

@media (min-width: 1750px) {
  .documents-photo {
    height: 500px;
  }
}

.documents-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.documents-body {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 25px;
  padding-inline: 20px;
  border-radius: 11px;
  position: absolute;
  left: 5px;
  right: 5px;
  bottom: 5px;
  -webkit-box-shadow: 0 0 20px rgba(30, 29, 28, 0.15);
  box-shadow: 0 0 20px rgba(30, 29, 28, 0.15); /*transform: translateY(100px); opacity: 0; visibility: hidden;*/
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s; /*@include respond-to("max_tablet") { transform: translateY(0); opacity: 1; visibility: visible; }*/
}

.documents-body .title {
  font-size: 14px;
  font-weight: 800;
  letter-spacing: -0.3px;
  color: #1e1d1c;
  text-align: center;
  margin-bottom: 10px;
}

.documents-body .button {
  position: absolute;
  bottom: -20px;
}

.documents ul {
  row-gap: 30px;
}

.document-card {
  height: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-shadow: 5px 5px 40px rgba(57, 72, 87, 0.1);
  box-shadow: 5px 5px 40px rgba(57, 72, 87, 0.1);
  background-color: #fff;
  border-radius: 20px;
  padding: 25px 25px 20px 25px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 1199px) {
  .document-card {
    padding: 20px 20px 15px 20px;
    height: 190px;
  }
}

.document-card:hover {
  -webkit-box-shadow: 5px 5px 40px rgba(57, 72, 87, 0.2);
  box-shadow: 5px 5px 40px rgba(57, 72, 87, 0.2);
}

.document-header {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.document-header .icon {
  width: 60px;
  height: 60px;
  border-radius: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 28px;
}

@media (max-width: 1199px) {
  .document-header .icon {
    width: 50px;
    height: 50px;
    font-size: 24px;
  }
}

.document-header .icon:not([class*="ui-type-"]) {
  background-color: rgba(57, 72, 87, 0.1);
  color: #394857;
}

.document-header .icon.ui-type-pdf {
  background-color: rgba(223, 33, 33, 0.1);
  color: #df2121;
}

.document-header .icon.ui-type-jpg,
.document-header .icon.ui-type-jpeg,
.document-header .icon.ui-type-png,
.document-header .icon.ui-type-tiff {
  background-color: rgba(163, 33, 223, 0.1);
  color: #a321df;
}

.document-header .icon.ui-type-doc,
.document-header .icon.ui-type-docx {
  background-color: rgba(33, 138, 223, 0.1);
  color: #218adf;
}

.document-header .icon.ui-type-ppt,
.document-header .icon.ui-type-pptx {
  background-color: rgba(223, 33, 33, 0.1);
  color: #df2121;
}

.document-header .icon.ui-type-xls,
.document-header .icon.ui-type-xlsx {
  background-color: rgba(34, 211, 172, 0.1);
  color: #22d3ac;
}

.document-header .icon.ui-type-mp4,
.document-header .icon.ui-type-mp3,
.document-header .icon.ui-type-wmv {
  background-color: rgba(211, 134, 34, 0.1);
  color: #d38622;
}

.document-header .icon.ui-type-rar {
  background-color: rgba(100, 77, 46, 0.1);
  color: #644d2e;
}

.document-header .icon.ui-type-zip {
  background-color: rgba(212, 164, 100, 0.1);
  color: #d4a464;
}

.document-header .type {
  color: #64707c;
  font-size: 48px;
  opacity: 0.15;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -1.5px;
}

@media (max-width: 1199px) {
  .document-header .type {
    font-size: 32px;
  }
}

.document-footer {
  line-height: 1.3;
}

.document-footer .title {
  color: #394857;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: -0.5px;
}

@media (max-width: 1199px) {
  .document-footer .title {
    font-size: 14px;
  }
}

.document-footer .link {
  color: rgba(100, 112, 124, 0.6);
  font-size: 12px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 5px;
}

@media (max-width: 1199px) {
  .document-footer .link {
    font-size: 11px;
  }
}

.document-footer .link .icon {
  font-size: 10px;
  opacity: 0.5;
  margin-left: 5px;
}

.gallery > ul {
  row-gap: 20px;
}

.gallery-group li:not(:last-child) {
  margin-bottom: 20px;
}

.gallery-photo {
  overflow: hidden;
  border-radius: 15px;
}

.gallery-photo:not([class*="ui-size-"]) {
  height: 190px;
}

.gallery-photo.ui-size-large {
  height: 400px;
}

.gallery-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.boxes ul {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.boxes.ui-gap-1 ul {
  row-gap: 30px;
}

.boxes:not([class*="ui-no-"]) .boxes-card a {
  padding: 30px 30px calc(50px) 30px;
}

.boxes.ui-no-date .boxes-card a {
  padding: 30px;
}

.boxes-card a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  height: 150px;
  border-radius: 15px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px rgba(57, 72, 87, 0.1);
  box-shadow: 0 0 20px rgba(57, 72, 87, 0.1);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.boxes-card a:hover {
  background-color: #ef7f1a;
}

.boxes-card a:hover .title {
  color: #fff;
}

.boxes-card a:hover .boxes-sub .date,
.boxes-card a:hover .boxes-sub .text {
  color: rgba(255, 255, 255, 0.4);
}

.boxes-card .title {
  color: #394857;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 800;
  letter-spacing: -0.3px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 50px;
}

@media (min-width: 1200px) {
  .boxes-card .title {
    padding-right: 20px;
  }
}

.boxes-sub {
  position: absolute;
  right: 15px;
  bottom: 15px;
  left: 30px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.boxes-sub:not(.ui-justify-end) {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.boxes-sub .date,
.boxes-sub .text {
  color: rgba(100, 112, 124, 0.7);
  font-size: 12px;
  font-weight: 500;
}

.boxes-sub .icon {
  width: 25px;
  height: 25px;
  background-color: #0095be;;
  border-radius: 50%;
  color: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 13px;
  padding-left: 2px;
}

.products.ui-gap-5 ul {
  row-gap: 10px;
}

.products.ui-gap-10 ul {
  row-gap: 20px;
}

@media (min-width: 992px) {
  .products.ui-grid-5 ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

.product-card {
  display: block;
  position: relative;
  background-color: #fff;
  height: 335px;
  padding: 8px;
  border-radius: 11px;
  -webkit-box-shadow: 0 0 20px rgba(57, 72, 87, 0.1);
  box-shadow: 0 0 20px rgba(57, 72, 87, 0.1);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.product-card:hover {
  -webkit-box-shadow: 0 0 30px rgba(57, 72, 87, 0.25);
  box-shadow: 0 0 30px rgba(57, 72, 87, 0.25);
}

.product-card:hover .product-photo img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.product-photo {
  overflow: hidden;
  height: 175px;
  border-radius: 11px;
  background-color: #f3f7fc;
}

.product-photo a {
  display: block;
  position: relative;
  height: 100%;
}

.product-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.2, 1);
  transition: -webkit-transform 1s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: transform 1s cubic-bezier(0, 0, 0.2, 1);
  transition: transform 1s cubic-bezier(0, 0, 0.2, 1);
  transition: transform 1s cubic-bezier(0, 0, 0.2, 1),
    -webkit-transform 1s cubic-bezier(0, 0, 0.2, 1);
}

.product-footer {
  text-align: center;
  padding-top: 15px;
}

@media (min-width: 992px) {
  .product-footer {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.product-footer .title a {
  line-height: 1.3;
  color: #1e1d1c;
  font-size: 14px;
  font-weight: 800;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: auto;
}

.product-footer .prices {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 7px;
}

.product-footer .prices > div {
  color: #ef7f1a;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.75px;
}

.product-footer .prices > div:not(:last-child) {
  margin-right: 10px;
}

.product-footer .prices > div.through {
  color: rgba(100, 112, 124, 0.5);
  font-size: 12px;
  font-weight: normal;
  position: relative;
}

.product-footer .prices > div.through::before {
  content: "";
  width: 110%;
  position: absolute;
  right: -5%;
  top: 45%;
  border-bottom: 2px solid rgba(100, 112, 124, 0.5);
  -webkit-transform: skewY(-7deg);
  -ms-transform: skewY(-7deg);
  transform: skewY(-7deg);
}

.product-footer .buttons {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  border-top: 1px solid rgba(57, 72, 87, 0.08);
}

.product-footer .buttons > div {
  padding-left: 0;
  padding-right: 0;
}

.product-footer .buttons > div:not(:last-child) {
  border-right: 1px solid rgba(57, 72, 87, 0.08);
}

.product-footer .buttons .btn {
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.product-footer .buttons .btn:not([class*="ui-color-"]) {
  color: rgba(100, 112, 124, 0.5);
  border-bottom-right-radius: 11px;
}

.product-footer .buttons .btn:not([class*="ui-color-"]):hover {
  color: #64707c;
}

.product-footer .buttons .btn.ui-color-1 {
  color: #0095be;;
  border-bottom-left-radius: 11px;
}

.product-footer .buttons .btn.ui-color-1:hover {
  background: #0095be;;
  color: #fff;
}

.product-footer .buttons .btn .icon {
  font-size: 13px;
  margin-right: 7px;
}

.header {
  position: relative;
  z-index: 1111;
  background-color: #f3f7fc;
}

.header.v3 {
  background-color: rgba(30, 29, 28, 0.3);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

.header.v3 .hamburger .icon {
  color: #fff !important;
}

.header.v3 .hamburger .text {
  color: #fff !important;
}

.header.v3 .header-links > a {
  color: rgba(255, 255, 255, 0.7);
}

.header.v3 .header-bottom .header-container {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.header.v3 .header-bottom .navigation-item > a {
  color: #fff !important;
}

.header.v3 .header-bottom .navigation-item > a::before {
  background-color: #fff;
}

.header-top {
  height: 106px;
  margin-bottom:10px!important;
}
@media(min-width:1280px){
  .header-top {

    margin-bottom:10px!important;
  }
}

.header-top .header-container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header .hamburger {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 767px) {
  .header .hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.header .hamburger .icon {
  font-size: 20px;
  color: #1e1d1c;
}

.header .hamburger .text {
  color: #1e1d1c;
  font-size: 13px;
  font-weight: 400;
  padding-left: 5px;
  line-height: 1;
}

@media (max-width: 767px) {
  .header-logo {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.header-logo h1 {
  font-size: 0;
  margin: 0;
}

.header-logo a {
  display: block;
  position: relative;
}

.header-logo img {
  width: 253px;
  margin-top: 3px;}

@media (max-width: 479px) {
  .header-logo img {
    width: 170px;
  }
}

.header .ui-btn {
  display: none;
  padding-inline: 10px;
  height: 30px;
  font-size: 12px;
}

@media (max-width: 767px) {
  .header .ui-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

.header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 767px) {
  .header-right {
    display: none;
  }
}

.header-links {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 768px) and (max-width: 991px) {
  .header-links {
    display: none;
  }
}

.header-links > a {
  font-size: 12px;
  font-weight: 700;
  color: rgba(100, 112, 124, 0.6);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.header-links > a:not(:last-child) {
  margin-right: 15px;
}

.header-links > a:hover {
  color: #394857;
}

.header-buttons {
  margin-left: 30px;
}

.header-buttons a:not(:last-child) {
  margin-right: 3px;
}

.header-bottom {
  height: 70px;
}

@media (max-width: 767px) {
  .header-bottom {
    display: none;
  }
}

.header-bottom .header-container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid rgba(30, 29, 28, 0.07);
}

.header-search {
  background-color: #fff;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 20px;
  padding-right: 7px;
  border-radius: 999px;
}

@media (max-width: 767px) {
  .header-search {
    display: none;
  }
}

.header-search input {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: -0.3px;
  width: 175px;
  font-family: inherit;
  color: #1e1d1c;
}

.header-search input::-webkit-input-placeholder {
  /* Edge */
  color: rgba(57, 72, 87, 0.5);
}

.header-search input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(57, 72, 87, 0.5);
}

.header-search input::-moz-placeholder {
  color: rgba(57, 72, 87, 0.5);
}

.header-search input::-ms-input-placeholder {
  color: rgba(57, 72, 87, 0.5);
}

.header-search input::placeholder {
  color: rgba(57, 72, 87, 0.5);
}

.header-search .icon {
  font-size: 14px;
  color: #fff;
  width: 35px;
  height: 35px;
  background-color: #0095be;;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 999px;
  cursor: pointer;
}

.header-search .icon:hover {
  background-color: #2ca83e;;
}

.header-v2 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 2222;
}

.header-v2-logo {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.header-v2-logo h1 {
  font-size: 0;
  margin: 0;
}

.header-v2-logo a {
  display: block;
  position: relative;
}

.header-v2-logo img {
  width: 200px;
}

.header-v2 .header-top {
  height: 50px;
}

@media (max-width: 767px) {
  .header-v2 .header-top {
    display: none;
  }
}

.header-v2-address {
  font-size: 12px;
  font-weight: 700;
  color: #fff;
}

.header-v2 .header-links > a {
  color: rgba(255, 255, 255, 0.8);
}

.header-v2 .header-links > a:hover {
  color: #fff;
}

.header-v2 .header-bottom {
  height: 100px;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(transparent),
    color-stop(rgba(255, 255, 255, 0.9)),
    to(transparent)
  );
  background-image: -o-linear-gradient(
    left,
    transparent,
    rgba(255, 255, 255, 0.9),
    transparent
  );
  background-image: linear-gradient(
    to right,
    transparent,
    rgba(255, 255, 255, 0.9),
    transparent
  );
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .header-v2 .navigation {
    margin-top: 150px;
  }
}

.header-v2 .navigation-item > a {
  color: #fff;
}

.header-v2 .navigation-item > a::before {
  background-color: #fff;
}

.navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -16px;
  margin-right: -16px;
}

.navigation.v2 {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.navigation.v2 > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 1199px) {
  .navigation {
    overflow-x: scroll;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .navigation {
    margin-right: 30px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .navigation {
    margin-right: 30px !important;
  }
}

@media (min-width: 1750px) {
  .navigation {
    margin-left: -20px;
    margin-right: -20px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .navigation {
    margin-left: -12px;
    margin-right: -12px;
  }
}

.navigation-item {
  padding-left: 16px;
  padding-right: 16px;
}

@media (max-width: 1199px) {
  .navigation-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: auto;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (min-width: 1750px) {
  .navigation-item {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .navigation-item {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.navigation-item.is-triangle > a::after {
  display: block;
}

.navigation-item > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #1e1d1c;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: -0.5px;
  height: 70px;
  font-family: inherit;
  line-height: 1.2;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .navigation-item > a {
    font-size: 14px;
  }
}

.navigation-item > a::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 20px;
  left: 0;
  height: 2px;
  margin: 0 auto;
  background: #1e1d1c;
  width: 0;
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}

.navigation-item > a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  z-index: 2;
  margin: 0 auto;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 11px solid #fff;
  opacity: 0;
  visibility: hidden;
  display: none;
}

.navigation-item:hover > a {
  color: #0095be;;
}

.navigation-item:hover > a::before {
  width: 100%;
  background-color: #0095be;;
}

.navigation-item:hover > a::after {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.navigation-item:hover > .navigation-links {
  opacity: 1;
  visibility: visible;
}

.navigation-item:hover .navigation-dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: inherit;
}

.navigation-item:hover .navigation-dropdown::before {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
}

.navigation-item:hover .navigation-dropdown__content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.navigation-links {
  position: absolute;
  background: #f3f7fc;
  border-radius: 0 0 11px 11px;
  -webkit-box-shadow: 0 20px 40px rgba(57, 72, 87, 0.1);
  box-shadow: 0 20px 40px rgba(57, 72, 87, 0.1);
  min-width: 210px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: -1px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.navigation-links > li {
  display: block;
}

.navigation-links > li > a {
  display: block;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: -0.3px;
  padding: 10px 20px;
  color: #64707c;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.navigation-links > li > a:hover {
  color: #fff;
  background: #0095be;;
}

.navigation-dropdown {
  position: absolute;
  left: 0;
  right: 0;
  background: #f3f7fc;
  margin-top: -1px;
  z-index: 1;
  min-height: 375px;
  opacity: 0;
  visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  pointer-events: none;
}

@media (max-width: 1199px) {
  .navigation-dropdown {
    display: none;
  }
}

.navigation-dropdown::before {
  content: "";
  position: absolute;
  left: 15%;
  bottom: 0;
  background-image: url("../images/child.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  height: 200px;
  z-index: -1;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  visibility: hidden;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

.navigation-dropdown::after {
  content: "";
  position: absolute;
  left: 13%;
  margin-left: 10px;
  bottom: -100px;
  width: 250px;
  height: 250px;
  background-color: #0095be;;
  border-radius: 999px;
  z-index: -2;
  opacity: 0.1;
}

.navigation-dropdown__content {
  padding-top: 30px;
  padding-bottom: 50px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
}

.navigation-dropdown__list ul {
  row-gap: 20px;
}

.navigation-dropdown__list ul li > a {
  background-color: rgba(57, 72, 87, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  height: 60px;
  border-radius: 11px;
  overflow: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.navigation-dropdown__list ul li > a:hover {
  background-color: #64707c;
}

.navigation-dropdown__list ul li > a:hover .title {
  color: #fff;
}

.navigation-dropdown__list ul li > a .icon {
  font-size: 24px;
  color: #fff;
  background-color: rgba(57, 72, 87, 0.3);
  width: 50px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.navigation-dropdown__list ul li > a .title {
  font-size: 13px;
  color: #64707c;
  font-weight: 800;
  letter-spacing: -0.5px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 12px;
}

.mobile-nav {
  background-color: #f3f3f3;
  -webkit-box-shadow: 5px 10px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 5px 10px 15px rgba(0, 0, 0, 0.15);
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 445px;
  height: 100%;
  overflow: hidden;
  z-index: 2003;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.35s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: all 0.35s cubic-bezier(0, 0, 0.2, 1);
  transition: all 0.35s cubic-bezier(0, 0, 0.2, 1);
}

.mobile-nav.is-visible {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

@media (max-width: 479px) {
  .mobile-nav {
    width: 320px;
  }
}

.mobile-nav__wrapper {
  overflow-y: auto;
  height: calc(100% - 65px);
  scrollbar-color: rgba(0, 0, 0, 0.12) #fff;
  scrollbar-width: thin;
}

.mobile-nav__wrapper::-webkit-scrollbar-track {
  background-color: #fff;
}

.mobile-nav__wrapper::-webkit-scrollbar {
  width: 6px;
}

.mobile-nav__wrapper::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.12);
}

.mobile-nav__header {
  position: relative;
  background: #f3f3f3;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.mobile-nav__header-body {
  position: relative;
  height: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 25px;
  padding-right: 20px;
}

.mobile-nav__header-logo a {
  color: #394857;
  font-size: 16px;
  font-weight: 600;
}

.mobile-nav__header-logo a img {
  width: 170px;
}

.mobile-nav__content {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.mobile-nav__content.other {
  padding-top: 20px;
  padding-bottom: 20px;
}

.mobile-nav__content .plus {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 18px;
  margin-right: 0;
  color: #394857;
}

.mobile-nav__content li.heading {
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 20px;
  padding-bottom: 10px;
  color: #2ca83e;;
  font-size: 12px;
  letter-spacing: 0.2em;
  font-weight: 700;
  z-index: 1;
}

.mobile-nav__content > ul > li:not(.heading):not(.ui-not).is-open > a,
.mobile-nav__content > ul > li:not(.heading):not(.ui-not):hover > a {
  background: #fff;
  color: #2ca83e;;
}

.mobile-nav__content > ul > li:not(.heading).ui-not > a {
  color: #394857;
  letter-spacing: 0;
}

.mobile-nav__content > ul > li:not(.heading).ui-not > a:hover {
  color: #2ca83e;;
}

.mobile-nav__content > ul > li:not(.heading) > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 7px;
  padding-bottom: 7px;
  color: #1e1d1c;
  font-size: 13px;
  letter-spacing: -0.3px;
  font-weight: 500;
  position: sticky;
  top: 0;
  z-index: 2;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.mobile-nav__content > ul > li:not(.heading) > a .icon {
  opacity: 0.3;
  width: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mobile-nav__content > ul > li:not(.heading) > a.ui-link {
  font-size: 20px;
  font-weight: 800;
  padding-top: 15px;
  padding-bottom: 15px;
}

.mobile-nav__sub {
  background: #fff none repeat scroll 0 0;
  display: none;
}

.mobile-nav__sub > li {
  display: block;
}

.mobile-nav__sub > li:last-child {
  padding-bottom: 20px;
}

.mobile-nav__sub > li:last-child a {
  border-bottom: 0 none;
}

.mobile-nav__sub > li > a {
  color: #394857;
  display: block;
  font-size: 14px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding: 10px 40px;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.mobile-nav__sub > li > a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 25px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: currentColor;
  opacity: 0.3;
  width: 5px;
  height: 5px;
  border-radius: 100%;
}

.mobile-nav__sub > li > a:hover {
  color: #2ca83e;;
}

.mobile-nav__sub > li.heading {
  position: sticky;
  top: 40px;
  background: #fff;
}

.mobile-nav__close {
  color: #394857;
}

.mobile-nav__close .icon {
  font-size: 28px;
}

.mobile-nav__footer {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  left: 0;
  height: 65px;
  background: #fff;
  -webkit-box-shadow: 8px 12px 25px rgba(0, 0, 0, 0.1);
  box-shadow: 8px 12px 25px rgba(0, 0, 0, 0.1);
}

.mobile-nav__footer a {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 65px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 20px;
  color: #1e1d1c;
  opacity: 0.3;
}

.MzYydGFzYXLEsW12ZXlhesSxbMSxbWFqYW5zxLE {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.footer-top .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-block: 50px;
  border-bottom: 1px solid rgba(30, 29, 28, 0.1);
}

@media (max-width: 991px) {
  .footer-top .container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.footer-top .container .title {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.5px;
  max-width: 350px;
  line-height: 1.3;
  color: #1e1d1c;
}

@media (max-width: 991px) {
  .footer-top .container .title {
    text-align: center;
    padding-block: 15px;
  }
}

.footer-top .container > form {
  position: relative;
}

.footer-top .container > form > input {
  border-radius: 999px;
  -webkit-box-shadow: 0 0 20px rgba(30, 29, 28, 0.1);
  box-shadow: 0 0 20px rgba(30, 29, 28, 0.1);
  background-color: #fff;
  height: 50px;
  padding-left: 20px;
  padding-right: 110px;
  font-family: inherit;
  font-size: 13px;
  color: #1e1d1c;
  font-weight: 800;
  letter-spacing: -0.3px;
  width: 330px;
}

.footer-top .container > form > input::-webkit-input-placeholder {
  /* Edge */
  color: rgba(57, 72, 87, 0.5);
}

.footer-top .container > form > input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(57, 72, 87, 0.5);
}

.footer-top .container > form > input::-moz-placeholder {
  color: rgba(57, 72, 87, 0.5);
}

.footer-top .container > form > input::-ms-input-placeholder {
  color: rgba(57, 72, 87, 0.5);
}

.footer-top .container > form > input::placeholder {
  color: rgba(57, 72, 87, 0.5);
}

.footer-top .container > form .button {
  position: absolute;
  right: 7px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-shadow: 0 0 10px rgba(30, 29, 28, 0.1);
  box-shadow: 0 0 10px rgba(30, 29, 28, 0.1);
}

.footer-top .container > form .button:hover {
  background-color: #fff;
  color: #0095be;;
}

.footer-logo h1 {
  font-size: 0;
  margin: 0;
}

.footer-logo a {
  display: block;
  position: relative;
}

.footer-logo img {
  width: 250px;
}

.footer-middle .container {
  padding-block: 50px;
  border-bottom: 1px solid rgba(30, 29, 28, 0.1);
}

@media (max-width: 767px) {
  .footer-middle .container .row > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 20px;
  }
}

.footer-list .heading {
  font-size: 16px;
  font-weight: 800;
  color: #1e1d1c;
  letter-spacing: -0.7px;
  margin-bottom: 30px;
  position: relative;
}

@media (max-width: 767px) {
  .footer-list .heading {
    font-size: 18px;
  }
}

.footer-list .heading::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  height: 2px;
  background-color: #0095be;;
  width: 40px;
}

.footer-list ul li:not(:last-child) {
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .footer-list ul li:not(:last-child) {
    margin-bottom: 0;
  }
}

.footer-list ul li > a {
  font-size: 14px;
  font-weight: 600;
  color: rgba(100, 112, 124, 0.7);
  line-height: 1.2;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 767px) {
  .footer-list ul li > a {
    font-size: 13px;
  }
}

.footer-list ul li > a:hover {
  color: #0095be;;
}

.footer-sivil {
  padding-top: 0px;
}

.footer-sivil ul {
  display: -webkit-box;
  display: -ms-flexbox;
  flex-direction: column;
  display: flex;
    -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: start;}

@media (max-width: 767px) {
  .footer-sivil ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .footer-sivil ul li:not(:last-child) {
    margin-bottom: 15px;
  }
}

.footer-sivil ul li .cover {
  height: 103px;
}

.footer-sivil ul li .cover:not(.ui-logo-band) {
  width: 200px;
}

.footer-sivil ul li .cover.ui-logo-band {
  width: 300px;
}

.footer-sivil ul li .cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.footer-sivil ul li .text {
  font-size: 15px;
  color: rgba(100, 112, 124, 0.7);
}

@media (min-width: 768px) {
  .footer-sivil ul li .text {
    padding-right: 20px;
    padding-top: 16px;
    line-height: 26px;  }
}

.footer-contact > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  color: rgba(100, 112, 124, 0.7);
  line-height: 1.2;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 767px) {
  .footer-contact > a {
    font-size: 13px;
  }
}

.footer-contact > a:not(:last-child) {
  margin-bottom: 10px;
}

.footer-contact > a:hover {
  color: #0095be;;
}

.footer-contact > a .icon {
  font-size: 16px;
  margin-right: 12px;
  width: 40px;
  height: 40px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px rgba(30, 29, 28, 0.1);
  box-shadow: 0 0 20px rgba(30, 29, 28, 0.1);
  border-radius: 999px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #0095be;;
}

@media (max-width: 991px) {
  .footer-contact > a .icon {
    display: none;
  }
}

.footer-social {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid rgba(30, 29, 28, 0.05);
  width: 100%;
}

.footer-social .icon {
  font-size: 16px;
  margin-right: 8px;
  width: 40px;
  height: 40px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px rgba(30, 29, 28, 0.1);
  box-shadow: 0 0 20px rgba(30, 29, 28, 0.1);
  border-radius: 999px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #0095be;;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 767px) {
  .footer-social .icon {
    height: 35px;
  }
}

.footer-social .icon:hover {
  background-color: #0095be;;
  color: #fff;
}

.footer-bottom .container {
  padding-block: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .footer-bottom .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
}

.footer-bottom .container .text {
  font-size: 14px;
  color: rgba(100, 112, 124, 0.7);
}

.footer-bottom .container .text strong {
  color: #0095be;;
  font-weight: 800;
}

.footer-bottom .container .text a {
  color: rgba(100, 112, 124, 0.7);
}

.footer-fixed {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1111;
  display: none;
}

@media (max-width: 767px) {
  .footer-fixed {
    display: block;
  }
}

.footer-fixed ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-inline: 20px;
}

.footer-fixed ul li {
  width: 100%;
}

.footer-fixed ul li:not(:last-child) {
  margin-right: 20px;
}

.footer-fixed ul li:nth-child(2) > a {
  background-color: #ef7f1a;
}

.footer-fixed ul li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  width: 100%;
  height: 45px;
  padding-inline: 15px;
  border-radius: 25px 25px 0 0;
  background-color: #0095be;;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.5px;
  color: #fff;
  overflow: hidden;
}

.MzYydGFzYXLEsW12ZXlhesSxbMSxbWFqYW5zxLE {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.form.ui-form-online .form-messages:not(.ui-info) {
  display: none;
}

.form.ui-form-bg {
  background-color: #fff;
  padding: 35px 40px;
  border-radius: 15px;
  -webkit-box-shadow: 0 10px 30px rgba(57, 72, 87, 0.1);
  box-shadow: 0 10px 30px rgba(57, 72, 87, 0.1);
}

.form > form > ul > li {
  margin-bottom: 15px;
  position: relative;
}

.form-field.ui-selectbox .form-error {
  right: 50px;
}

.form-field.ui-textarea .form-error {
  top: 15px;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.form-field .heading {
  color: #0095be;;
  font-size: 13px;
  font-weight: 700;
}

.form-field .icon:not(.arrow) {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 55px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #0095be;;
}

.form-field.is-error input,
.form-field.is-error textarea,
.form-field.is-error label,
.form-field.is-error select {
  border: 2px solid red !important;
}

.form-field.is-error .icon,
.form-field.is-error label {
  color: red !important;
}

.form-field input,
.form-field textarea {
  width: 100%;
  height: 55px;
  border: 2px solid rgba(57, 72, 87, 0.1);
  border-radius: 8px;
  font-family: inherit;
  padding-left: 20px;
  padding-right: 20px;
  color: #394857;
  font-size: 13px;
  font-weight: 700;
  background: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.form-field input:focus,
.form-field textarea:focus {
  outline: 0;
  border: 2px solid #0095be;;
}

.form-field input::-webkit-input-placeholder,
.form-field textarea::-webkit-input-placeholder {
  /* Edge */
  color: #394857;
}

.form-field input:-ms-input-placeholder,
.form-field textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #394857;
}

.form-field input::-moz-placeholder,
.form-field textarea::-moz-placeholder {
  color: #394857;
}

.form-field input::-ms-input-placeholder,
.form-field textarea::-ms-input-placeholder {
  color: #394857;
}

.form-field input::placeholder,
.form-field textarea::placeholder {
  color: #394857;
}

.form-field textarea {
  padding-top: 20px;
  height: 140px;
  display: block;
}

.form-field .icon.arrow {
  position: absolute;
  pointer-events: none;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 14px;
  opacity: 0.5;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.form-group {
  position: relative;
}

.form-footer {
  padding-left: 5px;
  padding-right: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.form-kvkk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.form-send > input {
  background: #0095be;;
  height: 55px;
  font-family: inherit;
  min-width: 200px;
  border: 0 none;
  text-align: center;
  border-radius: 8px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 900;
  font-family: inherit;
  cursor: pointer;
  border: 2px solid transparent;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  will-change: transform;
}

.form-send > input:hover {
  background-color: #ffca2a;
}

.form-error {
  position: absolute;
  top: 50%;
  right: 25px;
  color: red;
  font-size: 12px;
  font-weight: 500;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.form-messages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  line-height: 1.3;
}

.form-messages:not([class*="ui-size-"]) {
  padding: 15px 20px;
  font-size: 13px;
}

.form-messages.ui-size-small {
  padding: 10px 12px;
  font-size: 12px;
}

.form-messages.ui-success {
  color: #3c763d;
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
}

.form-messages.ui-error {
  color: #a94442;
  background-color: #f2dede;
  border: 1px solid #ebccd1;
}

.form-messages.ui-info {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin-left: 7px;
  margin-right: 7px;
  margin-bottom: -3px;
  color: #ef7f1a;
  background-color: rgba(242, 141, 43, 0.1);
  border: 1px solid rgba(242, 141, 43, 0.2);
}

.list-links.ui-style-between ul li a .desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.list-links:not([class*="ui-size-"]) > ul > li > a {
  font-size: 13px;
  padding-top: 18px;
  padding-bottom: 18px;
  font-weight: 800;
}

.list-links:not([class*="ui-size-"]) > ul > li > a > .icon {
  font-size: 16px;
  margin-top: 4px;
}

.list-links:not([class*="ui-size-"]) > ul > li > a .desc {
  padding-left: 12px;
}

.list-links.ui-size-small > ul > li > a {
  font-size: 12px;
  padding-top: 13px;
  padding-bottom: 13px;
}

.list-links.ui-size-small > ul > li > a > .icon {
  font-size: 14px;
  margin-top: 3px;
}

.list-links.ui-size-small > ul > li > a .desc {
  padding-left: 8px;
}

.list-links > ul > li:not(:last-child) {
  margin-bottom: 3px;
}

.list-links > ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #64707c;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-color: rgba(255, 255, 255, 0.75);
  padding-left: 20px;
  padding-right: 15px;
  border-radius: 15px;
}

.list-links > ul > li > a:hover {
  background-color: #64707c;
  color: #fff;
}

.list-links > ul > li > a:hover .desc .date,
.list-links > ul > li > a:hover .desc .infos .item {
  color: rgba(255, 255, 255, 0.7);
}

.list-links > ul > li > a > .icon {
  opacity: 0.3;
}

.list-links > ul > li > a .desc {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media (max-width: 1199px) {
  .list-links > ul > li > a .desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.list-links > ul > li > a .desc > .title {
  font-weight: 800;
  letter-spacing: -0.5px;
}

.list-links > ul > li > a .desc .date {
  font-size: 12px;
  color: rgba(100, 112, 124, 0.6);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

@media (max-width: 1199px) {
  .list-links > ul > li > a .desc .date {
    margin-top: 5px;
  }
}

.list-links > ul > li > a .desc .date .icon {
  font-size: 12px;
  margin-right: 5px;
  margin-top: 0px;
}

.list-links > ul > li > a .infos {
  margin-right: 10px;
}

.list-links > ul > li > a .infos ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list-links > ul > li > a .infos ul li:not(:last-child) {
  margin-right: 15px;
}

.list-links > ul > li > a .infos .item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: rgba(100, 112, 124, 0.7);
}

.list-links > ul > li > a .infos .item .icon {
  font-size: 11px;
  margin-right: 5px;
  margin-top: -2px;
  opacity: 0.5;
}

.list-links > ul > li > a .infos .item .text {
  font-size: 11px;
}

@media (max-width: 767px) {
  html {
    overflow-x: hidden;
  }
}

body {
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  color: #394857;
  letter-spacing: -0.2px;
  overflow-x: hidden;
  background-color: rgba(243, 247, 252, 0.5);
}

body.bg {
  background: #f1f1f1;
}

body.is-scroll {
  overflow: hidden;
}

body .main.v2 .section-donate {
  padding-top: 150px;
}

body .main.v2 .section-donate .section-title {
  top: 220px;
}

body .main.v2 .section-donate .section-header {
  text-align: left;
}

body .ui-page .section-donate {
  padding-top: 50px;
}

body .ui-page .section-donate .section-header {
  display: none;
}

.small-title:not(.ui-not) {
  position: relative;
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  line-height: 1;
  color: #0095be;;
  font-weight: 600;
  letter-spacing: 3px;
  font-family: "Caveat", cursive;
}

.small-title.ui-light {
  color: #fff;
}

.small-title.ui-small {
  font-size: 18px;
}

.section-header.ui-txt-center {
  text-align: center;
}

.section-header.ui-txt-end {
  text-align: right;
}

.section-header.ui-txt-large .title {
  font-size: 54px;
  letter-spacing: -2px;
}

@media (max-width: 479px) {
  .section-header.ui-txt-large .title {
    font-size: 42px;
  }
}

.section-header.ui-txt-small .title {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: -1px;
}

.section-header.ui-txt-light .title {
  color: #fff;
}

.section-header.ui-txt-light .text {
  color: #fff;
}

.section-header .title {
  color: #1e1d1c;
  font-size: 42px;
  font-weight: 800;
  letter-spacing: -1.5px;
  line-height: 1.3;
}

@media (max-width: 479px) {
  .section-header .title {
    font-size: 32px;
  }
}

.section-header .title span {
  color: #ef7f1a;
  font-weight: 800;
}

.section-header .text {
  font-size: 14px;
  line-height: 1.6;
  color: #889fbc;
  margin-top: 10px;
}

.MzYydGFzYXLEsW12ZXlhesSxbMSxbWFqYW5zxLE {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.hero.v2 {
  height: 95vh;
}

@media (max-width: 767px) {
  .hero.v2 {
    height: 550px;
  }
}

@media (min-width: 1750px) {
  .hero.v2 {
    height: 780px;
  }
}

.hero.v2 .slide {
  height: 95vh;
  overflow: inherit;
}

@media (max-width: 767px) {
  .hero.v2 .slide {
    height: 550px;
  }
}

@media (min-width: 1750px) {
  .hero.v2 .slide {
    height: 780px;
  }
}

.hero.v2 .slide-material {
  height: 95vh;
}

@media (max-width: 767px) {
  .hero.v2 .slide-material {
    height: 550px;
  }
}

@media (min-width: 1750px) {
  .hero.v2 .slide-material {
    height: 780px;
  }
}

.hero.v2 .slide-wrapper::before {
  display: none;
}

.hero.v2 .slide-container {
  padding-top: 150px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .hero.v2 .slide-content {
    text-align: left !important;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 50%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hero.v2 .slide-content .heading {
    font-size: 52px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hero.v2 .slide-content .text {
    display: none;
  }
}

.hero.v2 .slide-cover {
  width: 52%;
  height: 600px;
  position: absolute;
  right: 0;
  top: 200px;
}

@media (max-width: 767px) {
  .hero.v2 .slide-cover {
    display: none;
  }
}

@media (min-width: 1750px) {
  .hero.v2 .slide-cover {
    height: 650px;
  }
}

.hero.v2 .slide-cover::before {
  content: "";
  position: absolute;
  left: -20px;
  top: -20px;
  right: 20px;
  bottom: 20px;
  border: 1px solid #fff;
  border-radius: 40px 0 0 0;
}

@media (min-width: 1750px) {
  .hero.v2 .slide-cover::before {
    border-radius: 40px 0 0 40px;
  }
}

.hero.v2 .slide-cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 35px 0 0 0;
}

@media (min-width: 1750px) {
  .hero.v2 .slide-cover img {
    border-radius: 35px 0 0 35px;
  }
}

.hero.v2 .slide-arrows {
  right: inherit !important;
  left: 120px !important;
  bottom: 70px;
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

@media (max-width: 767px) {
  .hero.v2 .slide-arrows {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    left: 50% !important;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media (min-width: 1750px) {
  .hero.v2 .slide-arrows {
    left: 12vw !important;
    bottom: 120px;
  }
}

.hero.v2 .slide-arrows button {
  background-color: #fff;
}

.hero.v2 .slide-arrows button::before {
  background-color: #fff;
}

.hero.v2 .slide-arrows button svg path {
  stroke-width: 1px !important;
  stroke: #0095be; !important;
}

.hero.v2 .slide-arrows button.prev {
  right: inherit;
  left: 20px;
  padding-right: 5px;
}

@media (max-width: 767px) {
  .hero.v2 .slide-arrows button.prev {
    right: inherit;
    left: inherit;
    margin-left: -70px;
  }
}

.hero.v2 .slide-arrows button.next {
  left: 100px;
  padding-left: 5px;
}

@media (max-width: 767px) {
  .hero.v2 .slide-arrows button.next {
    right: inherit;
    left: inherit;
  }
}

.hero.v3 {
  height: 780px;
}

@media (max-width: 479px) {
  .hero.v3 {
    height: 500px;
  }
}

@media (min-width: 1501px) and (max-width: 1600px) {
  .hero.v3 {
    height: 740px;
  }
}

.hero.v3 .slide {
  height: 780px;
  overflow: inherit;
}

@media (max-width: 479px) {
  .hero.v3 .slide {
    height: 500px;
  }
}

@media (min-width: 1501px) and (max-width: 1600px) {
  .hero.v3 .slide {
    height: 740px;
  }
}

.hero.v3 .slide-material {
  height: 780px;
}

@media (max-width: 479px) {
  .hero.v3 .slide-material {
    height: 500px;
  }
}

@media (min-width: 1501px) and (max-width: 1600px) {
  .hero.v3 .slide-material {
    height: 740px;
  }
}

.hero.v3 .slide-container {
  padding-top: 120px;
}

.hero.v3 .slide-puzzle .puzzle {
  top: 180px;
}

.section-title {
  font-size: 132px;
  font-weight: 900;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  line-height: 1;
  position: absolute;
  right: -180px;
  top: 150px;
  text-transform: uppercase;
  fill: none;
  color: #f3f7fc;
  text-shadow: -2px -2px 0 #c2c0bd, 2px -2px 0 #c2c0bd, -2px 2px 0 #c2c0bd,
    2px 2px 0 #c2c0bd;
  opacity: 0.2;
  z-index: -1;
}

@media (max-width: 991px) {
  .section-title {
    display: none;
  }
}

.section-donate {
  position: relative;
  z-index: 1;
  padding-top: 0px;
}

@media (max-width: 991px) {
  .section-donate {
    padding-top: 50px;
  }
}

.section-donate .section-header {
  position: relative;
  margin-top: 18px;
 margin-bottom: 18px;
}

@media (max-width: 767px) {
  .section-donate .section-header {
    text-align: center;
    padding-right: 0;
    top: -20px;
  }
}

.section-donate .section-header .title {
  font-size: 32px;
}

@media (min-width: 1750px) {
  .section-donate .section-header .title {
    font-size: 42px;
  }
}

.section-donate .owl-stage-outer {
  padding-block: 30px;
  margin-block: -30px;
  padding-inline: 30px;
  margin-inline: -30px;
}

.section-about {
  padding-top: 100px;
  position: relative;
}

@media (max-width: 479px) {
  .section-about {
    padding-top: 50px;
  }
}

.section-about .section-shape {
  width: 100%;
  position: absolute;
  right: -300px;
  top: -200px;
  pointer-events: none;
}

.section-about .section-shape.ui-detail {
  top: 50px;
  z-index: -1;
}

.section-info {
  position: relative;
  padding-top: 50px;
}

.section-info::before {
  content: "";
  position: absolute;
  left: 50px;
  right: 50px;
  top: 20px;
  background-image: url("../images/line.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 200px;
}

.section-info .info .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px rgba(30, 29, 28, 0.1);
  box-shadow: 0 0 20px rgba(30, 29, 28, 0.1);
  padding: 50px 35px;
  border-radius: 25px;
}

@media (max-width: 991px) {
  .section-info .info .item {
    margin-bottom: 30px;
    padding: 30px 25px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-info .info .item {
    height: 250px;
  }
}

.section-info .info .item .icon {
  height: 135px;
  position: absolute;
  left: -100px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 991px) {
  .section-info .info .item .icon {
    display: none;
  }
}

.section-info .info .item .icon.ui-2 img {
  -webkit-mask-image: url("../images/2.png");
  mask-image: url("../images/2.png");
}

.section-info .info .item .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-mask-image: url("../images/1.png");
  mask-image: url("../images/1.png");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: top;
  mask-position: top;
}

.section-info .info .item .desc {
  padding-left: 50px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media (max-width: 991px) {
  .section-info .info .item .desc {
    padding-left: 0;
  }
}

.section-info .info .item .desc-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(30, 29, 28, 0.08);
}

.section-info .info .item .desc .title {
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -0.9px;
  color: #1e1d1c;
  line-height: 1.3;
}

@media (max-width: 479px) {
  .section-info .info .item .desc .title {
    font-size: 18px;
  }
}

.section-info .info .item .desc .text {
  font-size: 14px;
  color: rgba(100, 112, 124, 0.7);
}

.section-news {
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    z-index: 1;
    margin-top: 50px;
    background: #0095be14;
}

@media (max-width: 767px) {
  .section-news {
    padding-top: 50px;
  }
}

.section-news::before {
  content: "";
  position: absolute;
  left: -500px;
  top: -230px;
  width: 1300px;
  height: 1000px;
  -webkit-transform: rotate(25deg);
  -ms-transform: rotate(25deg);
  transform: rotate(25deg);
  background-image: url("../images/shape4.svg");
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  opacity: 0.4;
  display: none!important;
}

.section-news .section-title {
  right: -285px;
  font-size: 122px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}

.section-news .owl-item .item {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.section-news .owl-item:not(.active) .item {
  opacity: 0;
  visibility: hidden;
}

.section-news .owl-item:not(.active) .news-description .title,
.section-news .owl-item:not(.active) .news-description .text,
.section-news .owl-item:not(.active) .news-description .date,
.section-news .owl-item:not(.active) .news-description .button {
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
  opacity: 0;
}

.section-news .owl-item .news-description .title {
  -webkit-transition: 0.4s 0.1s;
  -o-transition: 0.4s 0.1s;
  transition: 0.4s 0.1s;
}

.section-news .owl-item .news-description .text {
  -webkit-transition: 0.4s 0.2s;
  -o-transition: 0.4s 0.2s;
  transition: 0.4s 0.2s;
}

.section-news .owl-item .news-description .date {
  -webkit-transition: 0.4s 0.3s;
  -o-transition: 0.4s 0.3s;
  transition: 0.4s 0.3s;
}

.section-news .owl-item .news-description .date {
  -webkit-transition: 0.4s 0.4s;
  -o-transition: 0.4s 0.4s;
  transition: 0.4s 0.4s;
}

.section-announcements {
  padding-top: 100px;
  position: relative;
}

.section-announcements .announcements {
  background-color: #ef7f1a;
  padding-top: 100px;
  padding-bottom: 70px;
  padding-left: 80px;
  padding-right: 50px;
  border-radius: 25px;
  position: relative;
}

@media (min-width: 768px) {
  .section-announcements .announcements {
    min-height: 800px;
  }
}

@media (max-width: 479px) {
  .section-announcements .announcements {
    padding-inline: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .section-announcements .announcements {
    padding-inline: 30px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.section-announcements .announcements .section-header .title {
  font-size: 66px;
  line-height: 1;
  letter-spacing: -4px;
}

@media (max-width: 991px) {
  .section-announcements .announcements .section-header .title {
    font-size: 48px;
  }
}

.section-announcements .announcements .section-title {
  left: 233px;
  right: inherit;
  top: inherit;
  bottom: -295px;
  z-index: 1111;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  text-shadow: -2px -2px 0 #7f7f7f, 2px -2px 0 #7f7f7f, -2px 2px 0 #7f7f7f,
    2px 2px 0 #7f7f7f;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .section-announcements .announcements .section-title {
    left: 150px;
  }
}

@media (min-width: 1750px) {
  .section-announcements .announcements .section-title {
    left: 280px;
  }
}

.section-announcements .announcements-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-top: 75px;
}

@media (max-width: 767px) {
  .section-announcements .announcements-bottom {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.section-announcements .announcements-bottom .section-header {
  width: 50%;
}

@media (max-width: 767px) {
  .section-announcements .announcements-bottom .section-header {
    width: 100%;
  }
}

.section-announcements .announcements-bottom .section-header .title {
  font-size: 52px;
  line-height: 1.2;
}

@media (max-width: 479px) {
  .section-announcements .announcements-bottom .section-header .title {
    font-size: 32px;
  }
}

.section-announcements .section-photo {
  width: 35%;
  height: 850px;
  position: absolute;
  left: 0;
  bottom: -120px;
  z-index: 1;
  border-radius: 0 25px 25px 0;
  overflow: hidden;
}

@media (max-width: 767px) {
  .section-announcements .section-photo {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-announcements .section-photo {
    width: 45%;
  }
}

.section-announcements .section-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.section-collage {
  padding-top: 70px;
}

@media (max-width: 767px) {
  .section-collage {
    padding-top: 100px;
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-collage {
    padding-top: 180px;
  }
}

.section-collage .row .col-lg-6 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.section-video {
  position: relative;
  padding-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.section-video.ui-detail {
  padding-top: 200px;
}

.section-video.ui-detail .section-title {
  top: 450px !important;
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-video {
    padding-top: 80px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .section-video {
    padding-top: 180px;
  }
}

.section-video .video {
  width: 75%;
}

@media (max-width: 767px) {
  .section-video .video {
    width: 100%;
  }
}

.section-video .video .section-header {
  margin-bottom: 5px;
  padding-left: 20px;
}

@media (max-width: 767px) {
  .section-video .video .section-header {
    text-align: center;
    padding-left: 0;
  }
}

.section-video .video .section-title {
  right: inherit;
  left: 75px;
  top: 350px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .section-video .video .section-title {
    left: -30px;
    top: 400px;
  }
}

@media (min-width: 1750px) {
  .section-video .video .section-title {
    left: 190px;
  }
}

.section-video .video > a {
  display: block;
  position: relative;
}

.section-video .video-cover {
  width: 100%;
  height: 600px;
  border-radius: 25px 0 0 25px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .section-video .video-cover {
    border-radius: 0;
    height: 400px;
  }
}

.section-video .video-cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.section-video .video .play {
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 48px;
  color: #0095be;;
  z-index: 1;
}

.section-video .video .play::before {
  content: "";
  position: absolute;
  width: 140px;
  height: 140px;
  z-index: -1;
  opacity: 0.8;
  border-radius: 999px;
  background-color: #fff;
}

@media (max-width: 767px) {
  .section-video .video .play::before {
    width: 120px;
    height: 120px;
  }
}

.section-video .video .play::after {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 180px;
  height: 180px;
  border-radius: 999px;
  z-index: -2;
  opacity: 0.4;
  -webkit-animation: pulsate 4s running infinite;
  animation: pulsate 4s running infinite;
}

@media (max-width: 767px) {
  .section-video .video .play::after {
    width: 160px;
    height: 160px;
  }
}

.section-campaings {
  padding-top: 100px;
}

.section-campaings.ui-detail {
  padding-top: 200px;
}

.about {
  position: relative;
  z-index: 1;
}

.about-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.about-left::before {
  content: "";
  position: absolute;
  top: 58px;
  right: 67px;
  width: 75%;
  height: 76%;
  border: 2px dashed #f74f22;
  border-radius: 20px;
  z-index: -1;
  -webkit-animation: 3s ease-in-out infinite moveVertical;
  animation: 3s ease-in-out infinite moveVertical;
}

@-webkit-keyframes moveVertical {
  0% {
    top: 58px;
  }
  50% {
    top: 40px;
  }
  100% {
    top: 58px;
  }
}

@keyframes moveVertical {
  0% {
    top: 58px;
  }
  50% {
    top: 40px;
  }
  100% {
    top: 58px;
  }
}

.about-photo {
  width: 50%;
  height: 370px;
  position: relative;
  margin-top: 150px;
}

@media (max-width: 479px) {
  .about-photo {
    height: 250px;
  }
}

.about-photo.ui-2 {
  float: right;
  margin-left: 20px;
  margin-top: 0;
}

.about-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 25px;
}

.about-info {
  position: absolute;
  right: 30px;
  bottom: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px rgba(30, 29, 28, 0.1);
  box-shadow: 0 0 20px rgba(30, 29, 28, 0.1);
  padding: 50px 35px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 15px;
  width: 55%;
}

@media (max-width: 767px) {
  .about-info {
    padding: 50px 20px;
    width: 65%;
    right: 10px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .about-info {
    display: none;
  }
}

.about-info .icon {
  font-size: 20px;
  color: #fff;
  background-color: #0095be;;
  width: 45px;
  height: 45px;
  border-radius: 999px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-animation: scale 3s infinite running;
  animation: scale 3s infinite running;
}

@media (max-width: 479px) {
  .about-info .icon {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
}

@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.about-info .desc {
  padding-left: 20px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media (max-width: 479px) {
  .about-info .desc {
    padding-left: 10px;
  }
}

.about-info .desc .title {
  font-size: 24px;
  font-weight: 800;
  color: #1e1d1c;
  letter-spacing: -1px;
  line-height: 1.3;
}

@media (max-width: 479px) {
  .about-info .desc .title {
    font-size: 18px;
  }
}

.about-info .desc .text {
  font-size: 13px;
  color: rgba(100, 112, 124, 0.7);
}

@media (max-width: 479px) {
  .about-info .desc .text {
    font-size: 14px;
    line-height: 1.3;
  }
}

.about-body {
  padding-top: 30px;
}

.about-body .section-header .title {
  font-size: 42px;
  line-height: 1.1;
  margin: 20px 0;
}

@media (min-width: 480px) and (max-width: 767px) {
  .about-body .section-header .title {
    font-size: 36px;
  }
}

.about-list {
  margin-top: 30px;
}

.about-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border: 1px solid rgba(30, 29, 28, 0.06);
  height: 100px;
  border-radius: 11px;
}

.about-list ul li {
  text-align: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.about-list ul li:not(:last-child) {
  border-right: 1px solid rgba(30, 29, 28, 0.1);
}

.about-list ul li:first-child .title {
  color: #ef7f1a;
}

.about-list ul li:nth-child(2) .title {
  color: #2ca83e;;
}

.about-list ul li:last-child .title {
  color: #6b2a78;
}

.about-list ul li .title {
  font-size: 16px;
  font-weight: 800;
  letter-spacing: -0.5px;
  color: #0095be;;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
}

.about-list ul li .number {
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -1px;
  color: #1e1d1c;
}

.campaings-cover {
  width: 100%;
  height: 450px;
  border-radius: 0 25px 0 0;
  overflow: hidden;
  background-color: #0095be;;
}

@media (max-width: 767px) {
  .campaings-cover {
    border-radius: 0;
  }
}

@media (min-width: 1750px) {
  .campaings-cover {
    height: 550px;
  }
}

.campaings-cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  mix-blend-mode: multiply;
  opacity: 1;
}

.campaings-body {
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding-inline: 50px;
}

.campaings-body .section-header .title {
  font-size: 62px;
  line-height: 1;
  margin-top: 10px;
}

@media (max-width: 991px) {
  .campaings-body .section-header .title {
    font-size: 48px;
  }
}

.campaings-bottom {
  background-color: #0095be;;
}

.campaings-bottom .container {
  padding-top: 30px;
  padding-bottom: 40px;
}

@media (max-width: 767px) {
  .campaings-bottom .container {
    padding-inline: 50px;
  }
}

.campaings-bottom .container .owl-stage-outer {
  padding-block: 30px;
  margin-block: -30px;
}

.campaings-bottom .container .referances-cover {
  width: 100%;
  height: 30px;
  background-color: #fff;
  height: 120px;
  border-radius: 11px;
  padding: 10px 15px;
}

.campaings-bottom .container .referances-cover.ui-large {
  height: 80px;
  position: relative;
  top: -20px;
}

.campaings-bottom .container .referances-cover.ui-light img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.campaings-bottom .container .referances-cover:hover img {
  opacity: 1;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.campaings-bottom .container .referances-cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  opacity: 0.8;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.MzYydGFzYXLEsW12ZXlhesSxbMSxbWFqYW5zxLE {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.inner-page__header {
  position: relative;
}

.inner-page__photo {
  background: #0095be;;
  overflow: hidden;
}

.inner-page__photo:not(.ui-no-heading) {
  height: 275px;
}

@media (max-width: 767px) {
  .inner-page__photo:not(.ui-no-heading) {
    height: 200px;
  }
}

.inner-page__photo:not(.ui-no-heading).ui-large {
  height: 550px;
  background-color: #422774;
}

@media (max-width: 767px) {
  .inner-page__photo:not(.ui-no-heading).ui-large {
    height: 375px;
  }
}

.inner-page__photo.ui-no-heading {
  height: 150px;
}

.inner-page__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0.3;
  -webkit-filter: blur(12px);
  filter: blur(12px);
}

.inner-page__heading {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 3;
}

.inner-page__heading .bg {
  height: 58px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
}

@media (max-width: 479px) {
  .inner-page__heading .bg {
    height: 17px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .inner-page__heading .bg {
    height: 25px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .inner-page__heading .bg {
    height: 34px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .inner-page__heading .bg {
    height: 39px;
  }
}

@media (min-width: 1200px) and (max-width: 1365px) {
  .inner-page__heading .bg {
    height: 52px;
  }
}

@media (min-width: 1679px) {
  .inner-page__heading .bg {
    height: 3.8vw;
  }
}

.inner-page__heading .bg svg {
  width: 100%;
  height: 100%;
  fill: #f8fafd;
}

.inner-page__heading::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;

  background-position: center;
  background-repeat: repeat;
  background-size: contain;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  opacity: 0.2;
}

@media (max-width: 767px) {
  .inner-page__heading::before {
    display: none;
  }
}

.inner-page__heading::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    color-stop(85%, #f3f7fd)
  );
  background-image: -o-linear-gradient(transparent, #f3f7fd 85%);
  background-image: linear-gradient(transparent, #f3f7fd 85%);
  height: 200px;
  z-index: 1;
  display: none;
}

.inner-page__heading.ui-relative {
  position: relative;
  background: #422774;
  z-index: 1;
}

.inner-page__heading.ui-relative:not(.ui-no-heading) {
  height: 300px;
}

.inner-page__heading.ui-relative.ui-no-heading {
  height: 150px;
}

.inner-page__heading.ui-relative .title {
  max-width: 700px;
}

.inner-page__heading.ui-relative::before {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  opacity: 0.08;
}

.inner-page__heading.ui-video::before {
  height: 350px;
}

.inner-page__heading.ui-video::after {
  display: block;
}

.inner-page__heading.ui-video .container {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: inherit;
  -webkit-box-direction: inherit;
  -ms-flex-direction: inherit;
  flex-direction: inherit;
  padding-bottom: 0;
  padding-top: 80px;
}

.inner-page__heading.ui-video .container > div:first-child {
  padding-top: 20px;
}

.inner-page__heading .container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
  padding-bottom: 10px;
}

.inner-page__heading .title {
  color: #fff;
  font-size: 42px;
  font-weight: 800;
  letter-spacing: -1.5px;
  max-width: 600px;
  line-height: 1.25;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

@media (max-width: 767px) {
  .inner-page__heading .title {
    font-size: 32px;
  }
}

.inner-page__heading .text {
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
  max-width: 575px;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
  margin: 5px auto 0;
}

@media (max-width: 479px) {
  .inner-page__heading .text {
    font-size: 14px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .inner-page__heading .text {
    font-size: 16px;
  }
}

.inner-page__nav {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  background: #fff;
}

.inner-page__nav.ui-pos-sticky {
  z-index: 50;
  top: 0;
}

.inner-page__nav ul {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .inner-page__nav ul {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    overflow-y: auto;
  }
}

@media (min-width: 600px) and (max-width: 767px) {
  .inner-page__nav ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.inner-page__nav ul li {
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.inner-page__nav ul li.heading a {
  font-weight: 800;
  color: #1e1d1c;
}

.inner-page__nav ul li:not(.heading):hover a,
.inner-page__nav ul li:not(.heading).is-current a {
  color: #394857;
}

.inner-page__nav ul li:not(.heading):hover a::after,
.inner-page__nav ul li:not(.heading).is-current a::after {
  width: 100%;
}

.inner-page__nav ul li a {
  height: 70px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: rgba(57, 72, 87, 0.6);
  font-size: 16px;
  font-weight: 600;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.inner-page__nav ul li a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  background: #0095be;;
  width: 0;
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}

.inner-page__wrapper {
  margin-top: 50px;
  margin-bottom: 100px;
  position: relative;
  z-index: 11;
}

.inner-page__wrapper.ui-mb-0 {
  margin-bottom: 0;
}

.inner-page__wrapper.ui-mt-0 {
  margin-top: 0;
}

.inner-page__wrapper.ui-mv-0 {
  margin-top: 0;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .inner-page__row {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
}

@media (min-width: 1200px) {
  .inner-page__row > div {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 1199px) {
  .inner-page__row > div {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width: 1200px) {
  .inner-page__row.gutter-15 > div {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 1199px) {
  .inner-page__row.gutter-15 > div {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.inner-page__article {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

@media (max-width: 767px) {
  .inner-page__article {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .inner-page__article {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 62%;
    flex: 0 0 62%;
    max-width: 62%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .inner-page__article {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 67%;
    flex: 0 0 67%;
    max-width: 67%;
  }
}

.inner-page__sidebar {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 75%);
  flex: 0 0 calc(100% - 75%);
  max-width: calc(100% - 75%);
}

@media (max-width: 767px) {
  .inner-page__sidebar {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .inner-page__sidebar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .inner-page__sidebar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 62%);
    flex: 0 0 calc(100% - 62%);
    max-width: calc(100% - 62%);
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .inner-page__sidebar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 67%);
    flex: 0 0 calc(100% - 67%);
    max-width: calc(100% - 67%);
  }
}

.inner-page__content:not(.ui-no-height) {
  min-height: 700px;
}

.page-content__header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .page-content__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.page-content__header .title {
  color: #0095be;;
  font-size: 24px;
  letter-spacing: -0.5px;
  font-weight: 800;
  line-height: 1.3;
}

.page-content__header .date {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #394857;
  font-size: 14px;
  font-weight: 600;
  margin-left: 50px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

@media (max-width: 991px) {
  .page-content__header .date {
    margin-top: 10px;
    margin-left: 0;
  }
}

.page-content__header .date .icon {
  margin-right: 5px;
  font-size: 13px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: rgba(57, 72, 87, 0.5);
  width: 30px;
  height: 30px;
  align-items: center;
  font-size: 18px;
}

.page-content__date {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: rgba(100, 112, 124, 0.5);
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 25px;
}

.page-content__date .icon {
  margin-right: 10px;
  font-size: 13px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #64707c;
  width: 35px;
  height: 35px;
  align-items: center;
  background: rgba(100, 112, 124, 0.1);
  border-radius: 50%;
  font-size: 13px;
}

.page-content__heading {
  color: #1e1d1c;
  font-weight: 800;
  font-size: 16px;
  letter-spacing: -0.5px;
  margin-bottom: 5px;
}

.page-content__heading.ui-color-1 {
  color: #0095be;;
}

.page-content__heading.ui-color-2 {
  color: #2ca83e;;
}

.page-content__photo {
  overflow: hidden;
  height: 300px;
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
  width: 50%;
  position: relative;
  border-radius: 20px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .page-content__photo {
    margin-left: 0;
    width: 100%;
    float: none;
  }
}

@media (max-width: 767px) {
  .page-content__photo {
    height: auto !important;
    margin-right: 0;
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }
}

.page-content__photo.ui-small,
.page-content__photo.ui-large {
  width: 100%;
  float: inherit;
  margin-right: 0;
}

.page-content__photo.ui-small {
  height: 175px;
  margin-bottom: 0;
}

.page-content__photo.ui-large {
  height: 450px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .page-content__photo.ui-large {
    height: 250px;
  }
}

.page-content__photo.ui-auto {
  height: auto;
}

.page-content__photo img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
}

.page-content__spot {
  margin-bottom: 20px;
  font-size: 18px;
  color: #222;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: -0.5px;
}

.page-content__description {
  color: #57758c !important;
  opacity: 0.8;
  font-size: 16px;
  line-height: 1.6;
  font-family: "Nunito", sans-serif !important;
}

.page-content__description * {
  font-family: "Nunito", sans-serif !important;
  color: #57758c !important;
}

.page-content__description.ui-txt-center {
  text-align: center;
}

.page-content__description a {
  color: #55acef;
  font-weight: 600;
}

.page-content__description a:hover {
  text-decoration: underline;
}

.page-content__description h3 {
  font-weight: 700;
  font-size: 24px;
  letter-spacing: -1px;
}

.page-content__description h5 {
  font-weight: 700;
  font-size: 14px;
}

.page-content__description > p:not(:last-child) {
  margin-bottom: 30px;
}

.page-content__description a {
  color: #55acef;
  font-weight: 600;
}

.page-content__description a:hover {
  text-decoration: underline;
}

.page-content__description strong {
  font-weight: 800;
  color: #ef7f1a;
}

.page-content__description img {
  max-width: 100%;
}

.page-content__description ul,
.page-content__description ol {
  padding-left: 20px;
}

.page-content__description ul li {
  list-style: disc;
}

.page-content__description ol li {
  list-style: decimal;
}

.page-content__description table {
  width: 100% !important;
  border: 1px solid rgba(57, 72, 87, 0.08) !important;
  margin-bottom: 30px;
}

.page-content__description table tbody tr {
  border-bottom: 1px solid rgba(57, 72, 87, 0.08) !important;
}

.page-content__description table tbody tr td,
.page-content__description table tbody tr th {
  padding: 10px 20px !important;
  border-right: 1px solid rgba(57, 72, 87, 0.08) !important;
  line-height: 1.5;
}

.page-content__description table tbody tr td:last-child,
.page-content__description table tbody tr th:last-child {
  border-right: 0 none !important;
}

.page-content__gallery {
  display: inline-block;
  width: 100%;
}

.page-content__gallery ul {
  row-gap: 20px;
}

.page-content__gallery ul li .gallery-photo {
  height: 150px;
}

@media (max-width: 479px) {
  .page-content__gallery ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.page-content__other,
.page-content__subs {
  display: inline-block;
  width: 100%;
  margin-top: 50px;
}

.page-content__cards {
  margin-top: 70px;
  margin-bottom: 30px;
}

.page-content__cards.ui-contact {
  margin-top: 0;
  margin-bottom: 0;
}

.page-content__cards.ui-contact .card {
  height: 385px;
}

.page-content__cards.ui-contact .card .text {
  height: 70px;
}

@media (max-width: 767px) {
  .page-content__cards ul li {
    margin-bottom: 30px;
  }
}

.page-content__cards .card {
  height: 410px;
  border-radius: 20px;
  -webkit-box-shadow: 0 5px 35px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 35px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 50px;
}

@media (max-width: 479px) {
  .page-content__cards .card {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .page-content__cards .card {
    height: 250px !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .page-content__cards .card {
    padding-left: 25px;
    padding-right: 25px;
    height: 350px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .page-content__cards .card {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.page-content__cards .card:hover > .icon {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}

.page-content__cards .card:hover > .icon::after {
  -webkit-transform: translateY(10px) scale(0.75);
  -ms-transform: translateY(10px) scale(0.75);
  transform: translateY(10px) scale(0.75);
}

.page-content__cards .card .title {
  color: #1e1d1c;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.4;
}

@media (min-width: 480px) and (max-width: 767px) {
  .page-content__cards .card .title {
    font-size: 16px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .page-content__cards .card .title {
    font-size: 16px;
  }
}

.page-content__cards .card > .icon {
  color: #0095be;;
  font-size: 72px;
  margin-top: 25px;
  margin-bottom: 50px;
  position: relative;
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  -o-transition: transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
  -webkit-transition-timing-function: cubic-bezier(0.12, 0.845, 0.305, 1);
  -o-transition-timing-function: cubic-bezier(0.12, 0.845, 0.305, 1);
  transition-timing-function: cubic-bezier(0.12, 0.845, 0.305, 1);
}

@media (min-width: 480px) and (max-width: 767px) {
  .page-content__cards .card > .icon {
    font-size: 54px;
    margin-bottom: 25px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .page-content__cards .card > .icon {
    font-size: 54px;
  }
}

.page-content__cards .card > .icon::after {
  position: absolute;
  height: 8px;
  width: 66px;
  content: "";
  bottom: -25px;
  left: 50%;
  margin-left: -33px;
  background: rgba(0, 0, 0, 0.06);
  z-index: -1;
  border-radius: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  -o-transition: transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
  -webkit-transition-timing-function: cubic-bezier(0.12, 0.845, 0.305, 1);
  -o-transition-timing-function: cubic-bezier(0.12, 0.845, 0.305, 1);
  transition-timing-function: cubic-bezier(0.12, 0.845, 0.305, 1);
}

.page-content__cards .card .text {
  font-size: 14px;
  color: #394857;
  line-height: 1.4;
}

@media (min-width: 480px) and (max-width: 767px) {
  .page-content__cards .card .text {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .page-content__cards .card .text {
    font-size: 13px;
  }
}

.page-content__cards .card .btn-wrapper {
  position: absolute;
  right: 0;
  bottom: 30px;
  left: 0;
}

@media (min-width: 480px) and (max-width: 767px) {
  .page-content__cards .card .btn-wrapper {
    bottom: 25px;
  }
}

.page-content__cards .card .btn-wrapper a {
  color: #0095be;;
  font-size: 16px;
  font-weight: 700;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
}

@media (min-width: 480px) and (max-width: 767px) {
  .page-content__cards .card .btn-wrapper a {
    font-size: 12px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .page-content__cards .card .btn-wrapper a {
    font-size: 13px;
  }
}

.page-content__cards .card .btn-wrapper a::after {
  content: "";
  position: absolute;
  right: -10px;
  bottom: 0;
  left: -10px;
  background: #0095be;;
  z-index: -1;
  height: 0;
  border-radius: 999px;
  -webkit-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s;
}

.page-content__cards .card .btn-wrapper a:hover {
  color: #fff;
}

.page-content__cards .card .btn-wrapper a:hover::after {
  height: 100%;
}

.page-content__cards .card .btn-wrapper a .icon {
  font-size: 14px;
  margin-left: 10px;
}

@media (min-width: 480px) and (max-width: 767px) {
  .page-content__cards .card .btn-wrapper a .icon {
    font-size: 12px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .page-content__cards .card .btn-wrapper a .icon {
    font-size: 13px;
  }
}

.page-content__information {
  margin-top: 70px;
}

.page-content__information ul li:not(:last-child) {
  border-bottom: 1px solid rgba(100, 112, 124, 0.15);
  margin-bottom: 50px;
  padding-bottom: 50px;
}

.page-content__information .heading .icon {
  color: rgba(100, 112, 124, 0.3);
  font-size: 60px;
}

.page-content__information .heading .icon .fa-secondary {
  opacity: 0.5;
}

.page-content__information .heading .desc {
  padding-left: 20px;
  line-height: 1.2;
}

.page-content__information .heading .desc .small-title {
  color: #2ca83e;;
  font-size: 16px;
  font-weight: 700;
}

.page-content__information .heading .desc .title {
  color: #0095be;;
  font-size: 36px;
  letter-spacing: -2px;
  font-weight: 700;
}

@media (min-width: 1200px) {
  .page-content__information .content {
    padding-left: 50px;
  }
}

@media (max-width: 1199px) {
  .page-content__information .content {
    padding-top: 50px;
  }
}

.sidebar-nav {
  background: #fff;
  -webkit-box-shadow: 0 0 20px rgba(57, 72, 87, 0.1);
  box-shadow: 0 0 20px rgba(57, 72, 87, 0.1);
  border-radius: 20px;
}

@media (max-width: 479px) {
  .sidebar-nav {
    margin-top: 20px;
  }
}

.sidebar-nav ul li:first-child a {
  border-radius: 15px 15px 0 0;
}

.sidebar-nav ul li:last-child a {
  border-radius: 0 0 15px 15px;
}

.sidebar-nav ul li:not(:last-child) {
  border-bottom: 1px solid rgba(100, 112, 124, 0.05);
}

.sidebar-nav ul li:hover a,
.sidebar-nav ul li.is-current a {
  background: #0095be;;
  color: #fff;
}

.sidebar-nav ul li:hover a .icon,
.sidebar-nav ul li.is-current a .icon {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.sidebar-nav ul li a {
  color: #394857;
  font-size: 14px;
  font-weight: 800;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 18px 25px;
  letter-spacing: -0.3px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.sidebar-nav ul li a .icon {
  position: absolute;
  right: 25px;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-15px);
  -ms-transform: translateX(-15px);
  transform: translateX(-15px);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  will-change: transform;
}

.sidebar .heading {
  font-size: 16px;
  font-weight: 800;
  letter-spacing: -0.3px;
  color: #0095be;;
  margin-bottom: 10px;
  padding-left: 10px;
  line-height: 1;
}

.sidebar-announcements {
  margin-top: 30px;
}

.sidebar-announcements .announcements-card {
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 20px;
}

@media (max-width: 991px) {
  .sidebar-announcements .announcements-card {
    -webkit-box-orient: inherit !important;
    -webkit-box-direction: inherit !important;
    -ms-flex-direction: inherit !important;
    flex-direction: inherit !important;
  }
}

.sidebar-announcements .announcements-cover {
  width: 105px;
  height: 90px;
  border-radius: 20px;
}

.sidebar-announcements .announcements-description {
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.sidebar-announcements .announcements-description .date {
  color: #64707c;
  margin-bottom: 0;
}

.sidebar-announcements .announcements-description .title {
  color: #1e1d1c;
  font-size: 13px;
  -webkit-line-clamp: 2;
  max-height: 32px;
  margin-top: 3px;
  margin-bottom: 0;
  letter-spacing: -0.3px;
}

.sidebar-announcements .announcements-description .button-line {
  color: #0095be;;
}

.sidebar-news {
  margin-top: 30px;
}

.sidebar-news ul {
  counter-reset: number;
}

.sidebar-news ul li {
  position: relative;
  margin-bottom: 20px;
}

.sidebar-news ul li::before {
  content: "" counter(number);
  counter-increment: number;
  position: absolute;
  left: -15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 999px;
  background-color: #422774;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  border: 2px solid #fff;
  z-index: 1;
}

.sidebar-news .announcements-card {
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .sidebar-news .announcements-card {
    -webkit-box-orient: inherit !important;
    -webkit-box-direction: inherit !important;
    -ms-flex-direction: inherit !important;
    flex-direction: inherit !important;
  }
}

.sidebar-news .announcements-cover {
  width: 100px;
  height: 90px;
  border-radius: 0;
}

.sidebar-news .announcements-description {
  padding-right: 20px;
  padding-left: 15px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.sidebar-news .announcements-description .date {
  color: #64707c;
}

.sidebar-news .announcements-description .title {
  color: #1e1d1c;
  font-size: 13px;
  -webkit-line-clamp: 2;
  max-height: 32px;
  margin-bottom: 5px;
}

.sidebar-donate {
  margin-bottom: 30px;
}

.sidebar-donate__card {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

.sidebar-donate__photo {
  width: 100%;
  height: 280px;
  background-color: #ef7f1a;
}

.sidebar-donate__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  mix-blend-mode: multiply;
  opacity: 0.6;
}

.sidebar-donate__body {
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-inline: 30px;
}

.sidebar-donate__body .title {
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -0.75px;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 10px;
}

.sidebar-donate__body .text {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.4;
}

.contact-item .container {
  padding-top: 60px;
}

.contact-map {
  background: #fff;
  padding: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 0 5px 35px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 35px rgba(0, 0, 0, 0.1);
  margin-top: 30px;
}

.contact-map iframe {
  width: 100%;
  height: 550px;
  border-radius: 11px;
}

.contact-form__left .photo {
  height: 680px;
  border-radius: 20px 0 0 20px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .contact-form__left .photo {
    height: auto;
    border-radius: 20px 20px 0 0;
  }
}

.contact-form__left .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.contact-form__right {
  background: #fff;
  -webkit-box-shadow: 0 5px 35px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 35px rgba(0, 0, 0, 0.1);
  border-radius: 0 20px 20px 0;
  height: 100%;
  padding: 50px;
}

@media (max-width: 767px) {
  .contact-form__right {
    padding: 30px;
    border-radius: 0 0 20px 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .contact-form__right {
    padding: 50px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .contact-form__right {
    padding: 60px;
  }
}

.about-detail {
  padding-top: 50px;
}

@media (max-width: 991px) {
  .about-detail ul li:not(:last-child) {
    margin-bottom: 40px;
  }
}

.about-detail ul li .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-shadow: 0 0 20px rgba(30, 29, 28, 0.1);
  box-shadow: 0 0 20px rgba(30, 29, 28, 0.1);
  background-color: #fff;
  padding: 30px 60px 30px 40px;
  border-radius: 25px;
  height: 190px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .about-detail ul li .item {
    height: 100%;
  }
}

.about-detail ul li .item .icon {
  font-size: 84px;
  color: #0095be;;
  margin-right: 20px;
  position: absolute;
  right: -20px;
  top: -25px;
}

@media (max-width: 767px) {
  .about-detail ul li .item .icon {
    font-size: 72px;
    right: 0;
  }
}

.about-detail ul li .item .desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.about-detail ul li .item .desc .title {
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.5px;
  color: #1e1d1c;
  margin-bottom: 10px;
  line-height: 1.3;
}

.about-detail ul li .item .desc .text {
  font-size: 13px;
  color: rgba(100, 112, 124, 0.7);
  line-height: 1.5;
}

.about-detail__style .button {
  display: none;
}

.media-detail__circle > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
  width: 140px;
  height: 140px;
  border-radius: 999px;
  font-size: 13px;
  color: #1e1d1c;
  font-weight: 700;
  letter-spacing: -0.3px;
  line-height: 1.3;
  background-color: #fff;
  position: relative;
  z-index: 1;
  top: 0;
}

.media-detail__circle > a span {
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
}

.media-detail__circle > a::before {
  content: "";
  position: absolute;
  inset: -15px;
  background-color: #fff;
  border-radius: 999px;
  -webkit-animation: pulsate 2s infinite running;
  animation: pulsate 2s infinite running;
  z-index: -1;
}

.media-detail__circle > a::after {
  content: "";
  position: absolute;
  inset: -15px;
  background-image: url("../images/youtube-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.media-detail__top {
  margin-top: -300px;
  position: relative;
  z-index: 111;
}

@media (max-width: 767px) {
  .media-detail__top {
    margin-top: -100px;
  }
}

@media (max-width: 767px) {
  .media-detail .similar {
    margin-top: 30px;
  }
}

.media-detail .similar > li:not(:last-child) {
  margin-bottom: 22px;
}

.media-detail__cover {
  width: 100%;
  height: 550px;
  border-radius: 20px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .media-detail__cover {
    height: 350px;
  }
}

.media-detail__cover img,
.media-detail__cover iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.media-detail__other {
  padding-top: 50px;
}

.media-detail__other .section-header {
  border-bottom: 1px solid rgba(30, 29, 28, 0.1);
  padding-bottom: 10px;
}

.documents-top {
  background-color: #fff;
  border-radius: 30px;
  -webkit-box-shadow: 0 0 20px rgba(30, 29, 28, 0.1);
  box-shadow: 0 0 20px rgba(30, 29, 28, 0.1);
}

@media (max-width: 767px) {
  .documents-top .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.documents-bottom {
  padding-top: 200px;
}

@media (max-width: 991px) {
  .documents-bottom {
    padding-top: 80px;
  }
}

.documents .row > div {
  padding-left: 0;
  padding-right: 0;
}

.documents-description {
  padding-top: 60px;
  padding-inline: 70px;
  border-radius: 30px 0 0 30px;
}

@media (max-width: 991px) {
  .documents-description {
    padding-inline: 40px;
    padding-bottom: 20px;
    padding-top: 30px;
  }
}

.documents-description .section-header strong {
  color: #ef7f1a;
}

.documents-cover {
  width: 100%;
  height: 450px;
  border-radius: 0 30px 30px 0;
  overflow: hidden;
}

@media (max-width: 767px) {
  .documents-cover {
    border-radius: 30px 30px 0 0;
  }
}

.documents-cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.documents-puzzle {
  width: 100%;
  height: 200px;
  position: absolute;
  right: -270px;
  top: -80px;
  -webkit-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  transform: rotate(35deg);
}

@media (max-width: 991px) {
  .documents-puzzle {
    display: none;
  }
}

.documents-puzzle._2 {
  right: inherit;
  left: -270px;
  top: inherit;
  bottom: -80px;
  -webkit-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  transform: rotate(20deg);
}

.documents-puzzle img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-mask-image: url("../images/puzzle2.png");
  mask-image: url("../images/puzzle2.png");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.detail-product__top .photo {
  position: sticky;
  top: 25px;
}

.detail-product__top .photo a {
  display: block;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  padding: 12px;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 30px rgba(57, 72, 87, 0.2);
  box-shadow: 0 10px 30px rgba(57, 72, 87, 0.2);
}

.detail-product__top .photo a img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
}

.detail-product__top .description {
  padding-top: 30px;
}

.detail-product__top .description .title {
  color: #1e1d1c;
  font-size: 36px;
  letter-spacing: -1.5px;
  font-weight: 800;
  line-height: 1.3;
}

@media (min-width: 992px) {
  .detail-product__top .description .title {
    padding-right: 100px;
  }
}

.detail-product__top .description .category {
  color: rgba(100, 112, 124, 0.5);
  text-transform: uppercase;
  font-size: 14px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.detail-product__top .description .category:hover {
  color: #64707c;
}

.detail-product__top .description .prices {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.detail-product__top .description .prices > div {
  color: #ef7f1a;
  font-size: 42px;
  font-weight: 800;
  letter-spacing: -1.5px;
  line-height: 1;
}

.detail-product__top .description .prices > div:not(:last-child) {
  margin-right: 15px;
}

.detail-product__top .description .prices > div.through {
  color: rgba(100, 112, 124, 0.3);
  font-size: 18px;
  font-weight: 600;
  position: relative;
}

.detail-product__top .description .prices > div.through::before {
  content: "";
  width: 110%;
  position: absolute;
  right: -5%;
  top: 45%;
  border-bottom: 2px solid rgba(100, 112, 124, 0.3);
  -webkit-transform: skewY(-7deg);
  -ms-transform: skewY(-7deg);
  transform: skewY(-7deg);
}

.detail-product__top .description .form {
  margin-top: 30px;
}

.detail-product__bottom {
  margin-top: 60px;
}

.products-nav {
  margin-bottom: 20px;
}

.products-nav ul li.is-active a {
  background-color: rgba(229, 51, 45, 0.15);
  color: #0095be;;
}

.products-nav ul li:not(.is-active):hover a {
  background-color: #0095be;;
  color: #fff;
  -webkit-box-shadow: 0 10px 20px rgba(229, 51, 45, 0.2);
  box-shadow: 0 10px 20px rgba(229, 51, 45, 0.2);
}

.products-nav ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  background-color: rgba(100, 112, 124, 0.08);
  height: 60px;
  padding-left: 15px;
  padding-right: 15px;
  color: #64707c;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  border-radius: 11px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.ui-no-scroll {
  overflow: hidden;
}

.ui-no-scroll-y {
  overflow-y: hidden;
}

.ui-no-scroll-x {
  overflow-x: hidden;
}

.ui-pos-relative {
  position: relative;
}

.ui-pos-inherit {
  position: inherit;
}

.ui-pos-sticky {
  position: sticky;
  top: 20px;
}

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

.ui-justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ui-justify-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.ui-justify-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.ui-justify-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ui-align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ui-align-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.ui-align-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.ui-align-between {
  -webkit-box-align: space-between;
  -ms-flex-align: space-between;
  align-items: space-between;
}

.ui-z-index {
  position: relative;
  z-index: 9;
}

.ui-hidden {
  display: none;
}

@media (max-width: 479px) {
  .ui-xs-hidden {
    display: none;
  }
}

@media (max-width: 767px) {
  .ui-sm-hidden {
    display: none;
  }
}

@media (max-width: 991px) {
  .ui-md-hidden {
    display: none;
  }
}

.ui-pv-5px {
  padding-top: 5px;
  padding-bottom: 5px;
}

.ui-pv-10px {
  padding-top: 10px;
  padding-bottom: 10px;
}

.ui-pv-15px {
  padding-top: 15px;
  padding-bottom: 15px;
}

.ui-pv-20px {
  padding-top: 20px;
  padding-bottom: 20px;
}

.ui-pv-25px {
  padding-top: 25px;
  padding-bottom: 25px;
}

.ui-pv-30px {
  padding-top: 30px;
  padding-bottom: 30px;
}

.ui-pv-40px {
  padding-top: 40px;
  padding-bottom: 40px;
}

.ui-pv-50px {
  padding-top: 50px;
  padding-bottom: 50px;
}

.ui-pv-60px {
  padding-top: 60px;
  padding-bottom: 60px;
}

.ui-pv-70px {
  padding-top: 70px;
  padding-bottom: 70px;
}

.ui-pv-80px {
  padding-top: 80px;
  padding-bottom: 80px;
}

.ui-pv-90px {
  padding-top: 90px;
  padding-bottom: 90px;
}

.ui-pv-100px {
  padding-top: 100px;
  padding-bottom: 100px;
}

.ui-pv-0 {
  padding-top: 0;
  padding-bottom: 0;
}

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

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

.ui-pt-5px {
  padding-top: 5px;
}

.ui-pt-10px {
  padding-top: 10px;
}

.ui-pt-15px {
  padding-top: 15px;
}

.ui-pt-20px {
  padding-top: 20px;
}

.ui-pt-25px {
  padding-top: 25px;
}

.ui-pt-30px {
  padding-top: 30px;
}

.ui-pt-40px {
  padding-top: 40px;
}

.ui-pt-50px {
  padding-top: 50px;
}

.ui-pt-60px {
  padding-top: 60px;
}

.ui-pt-70px {
  padding-top: 70px;
}

.ui-pt-80px {
  padding-top: 80px;
}

.ui-pt-90px {
  padding-top: 90px;
}

.ui-pt-100px {
  padding-top: 100px;
}

.ui-pb-5px {
  padding-bottom: 5px;
}

.ui-pb-10px {
  padding-bottom: 10px;
}

.ui-pb-15px {
  padding-bottom: 15px;
}

.ui-pb-20px {
  padding-bottom: 20px;
}

.ui-pb-25px {
  padding-bottom: 25px;
}

.ui-pb-30px {
  padding-bottom: 30px;
}

.ui-pb-40px {
  padding-bottom: 40px;
}

.ui-pb-50px {
  padding-bottom: 50px;
}

.ui-pb-60px {
  padding-bottom: 60px;
}

.ui-pb-70px {
  padding-bottom: 70px;
}

.ui-pb-80px {
  padding-bottom: 80px;
}

.ui-pb-90px {
  padding-bottom: 90px;
}

.ui-pb-100px {
  padding-bottom: 100px;
}

.ui-mv-5px {
  margin-top: 5px;
  margin-bottom: 5px;
}

.ui-mv-10px {
  margin-top: 10px;
  margin-bottom: 10px;
}

.ui-mv-15px {
  margin-top: 15px;
  margin-bottom: 15px;
}

.ui-mv-20px {
  margin-top: 20px;
  margin-bottom: 20px;
}

.ui-mv-25px {
  margin-top: 25px;
  margin-bottom: 25px;
}

.ui-mv-30px {
  margin-top: 30px;
  margin-bottom: 30px;
}

.ui-mv-40px {
  margin-top: 40px;
  margin-bottom: 40px;
}

.ui-mv-50px {
  margin-top: 50px;
  margin-bottom: 50px;
}

.ui-mv-60px {
  margin-top: 60px;
  margin-bottom: 60px;
}

.ui-mv-70px {
  margin-top: 70px;
  margin-bottom: 70px;
}

.ui-mv-80px {
  margin-top: 80px;
  margin-bottom: 80px;
}

.ui-mv-90px {
  margin-top: 90px;
  margin-bottom: 90px;
}

.ui-mv-100px {
  margin-top: 100px;
  margin-bottom: 100px;
}

.ui-mv-0 {
  margin-top: 0;
  margin-bottom: 0;
}

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

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

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

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

.ui-mt-5px {
  margin-top: 5px;
}

.ui-mt-10px {
  margin-top: 10px;
}

.ui-mt-15px {
  margin-top: 15px;
}

.ui-mt-20px {
  margin-top: 20px;
}

.ui-mt-25px {
  margin-top: 25px;
}

.ui-mt-30px {
  margin-top: 30px;
}

.ui-mt-40px {
  margin-top: 40px;
}

.ui-mt-50px {
  margin-top: 50px;
}

.ui-mt-60px {
  margin-top: 60px;
}

.ui-mt-70px {
  margin-top: 70px;
}

.ui-mt-80px {
  margin-top: 80px;
}

.ui-mt-90px {
  margin-top: 90px;
}

.ui-mt-100px {
  margin-top: 100px;
}

.ui-mb-5px {
  margin-bottom: 5px;
}

.ui-mb-10px {
  margin-bottom: 10px;
}

.ui-mb-15px {
  margin-bottom: 15px;
}

.ui-mb-20px {
  margin-bottom: 20px;
}

.ui-mb-25px {
  margin-bottom: 25px;
}

.ui-mb-30px {
  margin-bottom: 30px;
}

.ui-mb-40px {
  margin-bottom: 40px;
}

.ui-mb-50px {
  margin-bottom: 50px;
}

.ui-mb-60px {
  margin-bottom: 60px;
}

.ui-mb-70px {
  margin-bottom: 70px;
}

.ui-mb-80px {
  margin-bottom: 80px;
}

.ui-mb-90px {
  margin-bottom: 90px;
}

.ui-mb-100px {
  margin-bottom: 100px;
}

.donate-list{
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}

.donate-list .item{
  
flex: 1;
min-width: 250px;
max-width: 300px;
}
.donate-list .item a{
display: flex!important;
  width: 100%;

}
.donate-list .item a .donate-card{
  width: 100%;
  height: 400px;
  transition: .4s;
  justify-content: space-between;
}
.donate-card__top .cover{
  height: 100px;
  overflow: hidden;
}

.donate-list .item a .donate-card:hover{
  background-color:#eef0f1;
  box-shadow: none!important;
}

.donate-list .title-xl{
  font-size: 17px;
  font-weight: 800;
  letter-spacing: -0.75px;
  color: #487e50;
  line-height: 1.2;
}
body, .app{
  overflow-x: hidden!important;
}

.module-donate-form{
  position: absolute;
  bottom: 100px;
  right: 40px;
  z-index: 1;
  width: 440px;
  background: #fff;
  padding: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(57, 72, 87, 0.1);
  box-shadow: 0 0 20px rgba(57, 72, 87, 0.1);
 


}

.module-donate-form form {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.module-donate-form form .amount-boxes {
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 12px;
}
.module-donate-form form .amount-boxes .amount-box {
  flex: 1;
  height: 90px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 90px;
  border: 1.6px solid rgba(57, 72, 87, 0.3);
  cursor: pointer;
  transition: .3s;
  padding: 12px;
  justify-content: space-between;

}
.module-donate-form form .amount-boxes .amount-box:hover {
border-color: #226d2d;
  background: #226d2d;
}
.module-donate-form form .amount-boxes .amount-box.active {
  border-color:#487e50;
  background:#487e50;
}
.module-donate-form form .amount-boxes .amount-box:hover *{
  color: white!important;
  border-color:rgba(255, 255, 255, 0.3)!important;
}
.module-donate-form form .amount-boxes .amount-box.active * {
  color: white!important;
  border-color: rgba(255, 255, 255, 0.3)!important;
}
.module-donate-form form .amount-boxes .amount-price {
  font-weight: 800;
  font-size: 20px;
  color:#487e50;
}
.module-donate-form form .amount-boxes .amount-price.small-t{
  font-size: 16px;

}
.module-donate-form form .amount-boxes .amount-price .currency {
  font-size: 16px;
  font-weight: 600;
  color: #487e50ab;
  margin-left: -4px;
}
.module-donate-form form .amount-boxes .heart-icon {
  width: 24px;
  min-height: 24px;
  font-size: 13px;
  height: 24px;
  border: 1.3px solid #487e50ab;
  border-radius: 50%;
  color: #487e50;

  display: flex;
  align-items: center;
  justify-content: center;
}

.module-donate-form form .amount-input {
  width: 100%;
  height: 60px;
  border-radius: 12px;
  border: 1.6px solid rgba(57, 72, 87, 0.3);
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 24px;
  font-weight: 900;
  color: rgba(57, 72, 87, 0.7);
  margin-top: 12px;
}
.module-donate-form form .amount-input input {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  background: transparent;
  font-size: inherit;
  font-weight: inherit;
  color: #487e50;
}
.module-donate-form form .amount-input input::placeholder {
   color: #487e50ab;

}

.module-donate-form form .select-amount {
  width: 100%;
  height: 60px;
  border-radius: 12px;
  border: 1.6px solid rgba(57, 72, 87, 0.3);
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  color: rgba(57, 72, 87, 0.7);
  margin-top: 12px;
}
.module-donate-form form .select-amount .select-amount-categories {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  background: transparent;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  appearance: none;
  background-image: url("../images/arrow-down.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 16px;
   font-weight: 800;
   color:#487e50ab;
}
.module-donate-form form .select-amount option {
  padding: 10px;
  font-size: 16px;
  color: r#487e50;
  font-weight: 800;
}
.module-donate-form form .submit-donate-button {
  width: 100%;
  height: 60px;
  border-radius: 12px;
  background-color: #487e50;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.3px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
  cursor: pointer;
  transition: .3s;
}
.module-donate-form form .submit-donate-button .amount-donate-button {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background-color: #487e50;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.3px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: .3s;
}
.module-donate-form form .submit-donate-button .amount-donate-button:hover {
  background-color: #226d2d;

}



    /* Mobile form styles */
    @media (max-width: 1280px) {
     

      .module-donate-form {
        position: fixed;
        bottom: -100%;
        left: 0;
        right: 0;
        background: white;
        border-radius: 20px 20px 0 0;
        box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.1);
        z-index: 999;
        transition: bottom 0.3s ease;
        padding: 20px;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        z-index: 99999;
       
      }

      .module-donate-form.show-mobile {
        bottom: 0;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
      }

      .module-donate-form::before {
        content: '';
        position: absolute;
        top: 10px;
        left: 50%;
        transform: translateX(-50%);
        width: 40px;
        height: 4px;
        background: #ddd;
        border-radius: 2px;
      }
    }

@media(max-width:660px){
  .module-donate-form {
    width: 100%;
    max-width: 100%;
  }
  .module-donate-form form .amount-boxes .amount-box *{
    font-size: 15px;
  }
  .amount-price.small-t{
    font-size: 12px;
  }
}

@media(min-width:1280px){
  .ui-donate.donate-btn-fixed{
    display: none!important;
  }
  .hero{
  min-height:600px!important;
  position: relative;
}
}


@media(max-width:660px){
  .section-donate {
    padding-top: 0!important;
  }
  .section-donate .section-header{
    margin-top: 20px!important;
    margin-bottom: 10px!important;
  }
  .section-donate .section-header .title{
        font-size: 24px;
    max-width: 90%;
    margin: auto;
    line-height: 1.2;
  }
  .slide-arrows button svg path{
    fill: #0095be!important;
    opacity: .3;
  }
  .slide-arrows button{
    width: 36px!important;
    height: 36px!important;
    
  }
  .slide-arrows{
    z-index: 9999;
  }
  .footer-fixed{
    display: none!important;
  }
  .section-news .owl-theme .owl-nav.disabled + .owl-dots{
    justify-content: center!important;
  }
  .news .ui-btn{
    right: 20px!important;
  }
  .footer-social{
    flex-wrap: wrap;
    gap: 10px;
  }
  .footer-social .icon{
    width: 35px!important;
    min-width: 35px!important;
    min-height: 35px!important;

  }
  .mobile-nav.is-visible{
    z-index: 24000;
  }
}

@media(max-width:767px){
  .header-top .navigation{
    display: none!important;
  }
  .mdnone{
    display: none!important;
  }
  .footer-middle .container .row{
  flex-direction: column!important;
  align-items: center!important;
  text-align: center!important;
  }
  .footer-middle .footer-contact{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer-list .heading::before{
  left: 50%;
    transform: translateX(-50%);
}
.footer-middle .container .row > div{
  width: 100%!important;
max-width: 100%!important;
  
}
.footer-sivil ul li:not(:last-child){
  align-self: center;
}
}


.footer-middle .container .row{
  justify-content: space-between!important;
}

.flex-col{
  display: flex;
  flex-direction: column;
  
  
}
