@import "https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap";
@import "https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";

.MzYydGFzYXLEsW12ZXlhesSxbMSxbWFqYW5zxLE {
  box-sizing: inherit;
}

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

html {
  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;
  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: 1.3em;
  height: 1em;
}

button {
  outline: 0;
}

.icon {
  font-size: 18px;
  color: currentColor;
  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;
}

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

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

a {
  background-color: rgba(0, 0, 0, 0);
  -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 {
  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"] {
  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 {
  box-sizing: inherit;
}

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

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

@keyframes slideInDown {
  0% {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    transform: translateZ(0);
  }
}

.slideInDown {
  animation-name: slideInDown;
}


@keyframes slideInLeft {
  0% {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translateZ(0);
  }
}

.slideInLeft {
  animation-name: slideInLeft;
}

@keyframes slideInRight {
  0% {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translateZ(0);
  }
}

.slideInRight {
  animation-name: slideInRight;
}

@keyframes slideInUp {
  0% {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    transform: translateZ(0);
  }
}

.slideInUp {
  animation-name: slideInUp;
}

@keyframes slideOutDown {
  0% {
    transform: translateZ(0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  animation-name: slideOutDown;
}

@keyframes slideOutLeft {
  0% {
    transform: translateZ(0);
  }

  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  animation-name: slideOutLeft;
}

@keyframes slideOutRight {
  0% {
    transform: translateZ(0);
  }

  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  animation-name: slideOutRight;
}

@keyframes slideOutUp {
  0% {
    transform: translateZ(0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  animation-name: slideOutUp;
}

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

  100% {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeInDown {
  animation-name: fadeInDown;
}

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

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInLeftSmall {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.fadeInLeftSmall {
  animation-name: fadeInLeftSmall;
}

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

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.fadeInRight {
  animation-name: fadeInRight;
}

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

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-30px);
  }

  60% {
    transform: translateY(-15px);
  }
}

.bounce {
  animation-name: bounce;
}

@keyframes swing {
  0% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(0, -30px, 0);
  }

  to {
    transform: translate3d(0, 10px, 0);
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  animation-name: zoomIn;
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  animation-name: zoomOut;
}

@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }

  50% {
    transform: scale3d(1.5, 1.5, 1.5);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  animation-name: pulse;
}

@keyframes pulsate {
  0% {
    transform: scale(0.1, 0.1);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes backgroundToggle {
  from {
    background: #2d5789;
  }

  to {
    background: #d0021b;
  }
}

.MzYydGFzYXLEsW12ZXlhesSxbMSxbWFqYW5zxLE {
  box-sizing: inherit;
}

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

*,
*::before,
*::after {
  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: 1300px;
  }
}

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

.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: flex;
  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 {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 480px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .col-xl-12 {
    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: flex !important;
}

.ui-d-inline-flex {
  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: flex !important;
  }

  .ui-sm-d-inline-flex {
    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: flex !important;
  }

  .ui-md-d-inline-flex {
    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: flex !important;
  }

  .ui-lg-d-inline-flex {
    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: flex !important;
  }

  .ui-xl-d-inline-flex {
    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: flex !important;
  }

  .ui-print-d-inline-flex {
    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 {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.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;
  -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: rgba(0, 0, 0, 0);
  -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 !important;
}

.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;
  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 {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

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

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

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

.no-js .owl-carousel {
  display: block;
}

.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

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

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

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

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

  100% {
    opacity: 0;
  }
}

.owl-height {
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  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 {
  transform-style: preserve-3d;
}

.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;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  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;
  transition: opacity 400ms ease;
}

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

.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.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: 30px;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

.owl-theme .owl-dots .owl-dot span {
  width: 25px;
  height: 10px;
  margin: 0 5px;
  background: #272a31;
  display: block;
  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: #2d5789;
}

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

.owl-nav-style .owl-theme:not([class*="ui-nav-color-"]) .owl-nav [class*="owl-"] {
  background: #fff;
}

.owl-nav-style .owl-theme:not([class*="ui-nav-color-"]) .owl-nav [class*="owl-"] svg path {
  stroke: #2d5789 !important;
}

.owl-nav-style .owl-theme:not([class*="ui-nav-color-"]) .owl-nav [class*="owl-"]:hover {
  background: #2d5789;
  box-shadow: 0 10px 25px rgba(45, 87, 137, 0.3);
}

.owl-nav-style .owl-theme:not([class*="ui-nav-color-"]) .owl-nav [class*="owl-"]:hover svg path {
  stroke: #fff !important;
}

.owl-nav-style .owl-theme.ui-nav-color-1 .owl-nav [class*="owl-"] {
  background-color: #182f4a;
}

.owl-nav-style .owl-theme.ui-nav-color-1 .owl-nav [class*="owl-"]:hover {
  background-color: #293863;
}

.owl-nav-style .owl-theme.ui-nav-color-2 .owl-nav [class*="owl-"] {
  background-color: #e1ebf5;
  width: 51px;
  height: 51px;
  font-size: 18px;
}

.owl-nav-style .owl-theme.ui-nav-color-2 .owl-nav [class*="owl-"] svg path {
  stroke: #272a31 !important;
}

.owl-nav-style .owl-theme.ui-nav-color-2 .owl-nav [class*="owl-"]:hover {
  background-color: #fff;
  box-shadow: 0 10px 25px rgba(33, 63, 100, 0.3);
}

.owl-nav-style .owl-theme.ui-nav-color-2 .owl-nav [class*="owl-"]:hover svg path {
  stroke: #2d5789 !important;
}

.owl-nav-style .owl-theme.ui-nav-color-3 .owl-nav [class*="owl-"] {
  background-color: #e1ebf5;
  right: 30px;
  top: 20px;
  margin-top: 0;
}

.owl-nav-style .owl-theme.ui-nav-color-3 .owl-nav [class*="owl-"] svg path {
  stroke: #272a31 !important;
}

.owl-nav-style .owl-theme.ui-nav-color-3 .owl-nav [class*="owl-"]:hover {
  background-color: #fff;
  box-shadow: 0 10px 25px rgba(33, 63, 100, 0.3);
}

.owl-nav-style .owl-theme.ui-nav-color-3 .owl-nav [class*="owl-"]:hover svg path {
  stroke: #2d5789 !important;
}

.owl-nav-style .owl-theme.ui-nav-color-none .owl-nav [class*="owl-"] {
  border: 1px solid #fff;
}

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

@media (min-width: 768px) {
  .owl-nav-style .owl-theme .owl-nav {
    margin-top: -20px;
  }
}

@media (max-width: 767px) {
  .owl-nav-style .owl-theme .owl-nav {
    margin-top: -40px;
  }
}

.owl-nav-style .owl-theme .owl-nav [class*="owl-"] {
  position: absolute;
  padding-top: 1px !important;
  border: 1px solid rgba(0, 0, 0, 0);
  align-items: center;
  justify-content: center;
  outline: 0;
  display: inline-flex;
  transition: 0.3s;
}

@media (min-width: 768px) {
  .owl-nav-style .owl-theme .owl-nav [class*="owl-"] {
    width: 40px;
    height: 40px;
    font-size: 16px;
    border-radius: 11px;
  }
}

@media (max-width: 767px) {
  .owl-nav-style .owl-theme .owl-nav [class*="owl-"] {
    width: 30px;
    height: 30px;
    font-size: 14px;
    border-radius: 8px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.owl-nav-style.ui-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.ui-bottom-left .owl-theme .owl-nav [class*="owl-"] {
  position: relative;
}

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

@media (min-width: 768px) {
  .owl-nav-style.ui-bottom-left .owl-theme.owl-shortcuts .owl-nav {
    bottom: 25px;
    left: -30px;
  }
}

@media (min-width: 768px) {
  .owl-nav-style.ui-bottom-left .owl-theme.owl-video-categories .owl-nav {
    bottom: -5px;
    left: -40px;
  }
}

@media (min-width: 768px) {

  .owl-nav-style.ui-bottom-left .owl-theme.owl-shortcuts .owl-nav,
  .owl-nav-style.ui-bottom-left .owl-theme.owl-video-categories .owl-nav {
    display: flex;
    flex-direction: column-reverse;
  }
}

@media (max-width: 767px) {

  .owl-nav-style.ui-bottom-left .owl-theme.owl-shortcuts .owl-nav,
  .owl-nav-style.ui-bottom-left .owl-theme.owl-video-categories .owl-nav {
    right: 0;
    top: 50%;
    margin-top: -20px;
    bottom: initial;
  }
}

.owl-nav-style.ui-bottom-left .owl-theme.owl-shortcuts .owl-nav [class*="owl-"],
.owl-nav-style.ui-bottom-left .owl-theme.owl-video-categories .owl-nav [class*="owl-"] {
  width: 34px;
  height: 34px;
  font-size: 14px;
}

@media (max-width: 767px) {

  .owl-nav-style.ui-bottom-left .owl-theme.owl-shortcuts .owl-nav [class*="owl-"],
  .owl-nav-style.ui-bottom-left .owl-theme.owl-video-categories .owl-nav [class*="owl-"] {
    position: absolute;
    width: 28px;
  }
}

@media (max-width: 767px) {

  .owl-nav-style.ui-bottom-left .owl-theme.owl-shortcuts .owl-nav button.owl-prev,
  .owl-nav-style.ui-bottom-left .owl-theme.owl-video-categories .owl-nav button.owl-prev {
    left: 3px !important;
  }
}

@media (max-width: 767px) {

  .owl-nav-style.ui-bottom-left .owl-theme.owl-shortcuts .owl-nav button.owl-next,
  .owl-nav-style.ui-bottom-left .owl-theme.owl-video-categories .owl-nav button.owl-next {
    right: 3px !important;
  }
}

.owl-nav-style.ui-bottom-center .owl-theme .owl-nav {
  position: relative;
  top: inherit;
  bottom: -35px;
  margin-top: 0;
}

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

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

@media (max-width: 991px) {
  .owl-nav-style.ui-bottom-center .owl-theme.owl-project-categories .owl-nav {
    bottom: -16px;
  }
}

.owl-nav-style.ui-top-center .owl-theme .owl-nav {
  position: absolute;
  top: 0;
  bottom: inherit;
  margin-top: 0;
}

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

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

@media (min-width: 768px) {
  .owl-nav-style.ui-top-center .owl-theme.owl-modal .owl-nav {
    top: -125px;
  }
}

@media (max-width: 767px) {
  .owl-nav-style.ui-top-center .owl-theme.owl-modal .owl-nav {
    top: -107px;
  }
}

.owl-nav-style.ui-top-center .owl-theme.owl-modal .owl-nav [class*="owl-"] {
  width: 50px;
  height: 50px;
  font-size: 18px;
}

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

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

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

@media (min-width: 768px) {
  .owl-nav-style.ui-top-right .owl-theme.owl-activities .owl-nav {
    right: 13px;
    top: -21px;
  }
}

@media (max-width: 767px) {
  .owl-nav-style.ui-top-right .owl-theme.owl-activities .owl-nav {
    top: 79px;
    right: 18px;
  }
}

.owl-nav-style.ui-top-right .owl-theme.owl-gallery .owl-nav {
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column-reverse;
}

.owl-nav-style.ui-top-right .owl-theme.owl-gallery .owl-nav [class*="owl-"]:not(:first-child) {
  margin-bottom: 15px;
}

.owl-nav-style.ui-top-right .owl-theme.owl-banner .owl-nav {
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column-reverse;
}

@media (max-width: 767px) {
  .owl-nav-style.ui-top-right .owl-theme.owl-banner .owl-nav {
    margin-top: 0;
    right: -3px;
  }
}

@media (min-width: 1200px) {
  .owl-nav-style.ui-top-right .owl-theme.owl-banner .owl-nav [class*="owl-"] {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
}

@media (min-width: 768px) {
  .owl-nav-style.ui-top-right .owl-theme.owl-banner .owl-nav [class*="owl-"]:not(:first-child) {
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .owl-nav-style.ui-top-right .owl-theme.owl-banner .owl-nav [class*="owl-"]:not(:first-child) {
    margin-bottom: 5px;
  }
}

@media (max-width: 479px) {
  .owl-nav-style.ui-top-right .owl-theme.owl-brands .owl-nav {
    top: initial;
    bottom: 0;
    left: 0;
    right: 0;
  }
}

.owl-nav-style.ui-top-right .owl-theme.owl-navigation-banner .owl-nav {
  right: -2px;
}

.owl-nav-style.ui-top-right .owl-theme.owl-navigation-services .owl-nav {
  right: 9px;
}

.owl-nav-style.ui-top-right .owl-theme.owl-navigation-banner .owl-nav,
.owl-nav-style.ui-top-right .owl-theme.owl-navigation-services .owl-nav {
  top: -20px;
}

.owl-nav-style.ui-top-right .owl-theme.owl-navigation-banner .owl-nav [class*="owl-"],
.owl-nav-style.ui-top-right .owl-theme.owl-navigation-services .owl-nav [class*="owl-"] {
  width: 30px;
  height: 30px;
  font-size: 14px;
  border-radius: 8px;
}

.owl-nav-style.ui-top-right .owl-theme.owl-markers .owl-nav {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .owl-nav-style.ui-top-right .owl-theme.owl-markers .owl-nav {
    top: 50%;
    right: -27px;
    transform: translateY(-50%);
  }
}

@media (max-width: 767px) {
  .owl-nav-style.ui-top-right .owl-theme.owl-markers .owl-nav {
    top: 100px;
    right: -2px;
  }
}

.headlinenews .owl-theme .owl-dots {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  counter-reset: dots;
}

@media (max-width: 767px) {
  .headlinenews .owl-theme .owl-dots {
    justify-content: center;
  }
}

.headlinenews .owl-theme .owl-dots .owl-dot {
  background: #ccd5df;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #182f4a;
  font-size: 16px;
  font-weight: 900;
}

@media (max-width: 479px) {
  .headlinenews .owl-theme .owl-dots .owl-dot {
    width: 28px;
    height: 28px;
    font-size: 13px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .headlinenews .owl-theme .owl-dots .owl-dot {
    width: 28px;
    height: 28px;
    font-size: 13px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .headlinenews .owl-theme .owl-dots .owl-dot {
    width: 37px;
    height: 37px;
    font-size: 13px;
  }
}

.headlinenews .owl-theme .owl-dots .owl-dot:not(:last-child) {
  margin-right: 6px;
}

@media (max-width: 479px) {
  .headlinenews .owl-theme .owl-dots .owl-dot:not(:last-child) {
    margin-right: 2px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .headlinenews .owl-theme .owl-dots .owl-dot:not(:last-child) {
    margin-right: 2px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .headlinenews .owl-theme .owl-dots .owl-dot:not(:last-child) {
    margin-right: 2px;
  }
}

.headlinenews .owl-theme .owl-dots .owl-dot.active,
.headlinenews .owl-theme .owl-dots .owl-dot:hover {
  background: #2d5789;
  color: #fff;
}

.headlinenews .owl-theme .owl-dots .owl-dot.active {
  box-shadow: 0 0 20px rgba(39, 42, 49, 0.3);
}

.headlinenews .owl-theme .owl-dots .owl-dot:before {
  counter-increment: dots;
  content: counter(dots);
}

.headlinenews .owl-theme .owl-dots .owl-dot span {
  display: none;
}

.projects .owl-theme .owl-nav {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 420px;
  width: 100%;
  background: rgba(24, 47, 74, 0.7);
  box-shadow: 0 0 50px rgba(24, 47, 74, 0.7);
  border-radius: 20px;
  position: absolute;
  z-index: 2;
}

@media (min-width: 480px) {
  .projects .owl-theme .owl-nav {
    right: 0;
    bottom: calc(-1 * 60px);
    left: 0;
  }
}

@media (max-width: 479px) {
  .projects .owl-theme .owl-nav {
    right: 0;
    bottom: calc(-1 * 55px);
    left: 0;
    max-width: 300px;
  }
}

.projects .owl-theme .owl-nav [class*="owl-"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0);
  margin: 0;
  border-radius: 20px;
  width: 65px;
  transition: 0.2s;
}

@media (min-width: 480px) {
  .projects .owl-theme .owl-nav [class*="owl-"] {
    height: 60px;
    font-size: 24px;
  }
}

@media (max-width: 479px) {
  .projects .owl-theme .owl-nav [class*="owl-"] {
    height: 55px;
    font-size: 20px;
  }
}

.projects .owl-theme .owl-nav [class*="owl-"]:hover {
  background: #272a31;
}

.projects-buttons {
  text-align: center;
}

.projects-buttons a {
  position: relative;
  z-index: 1;
  display: inline-flex;
  height: 60px;
  align-items: center;
  padding-left: 50px;
  padding-right: 50px;
  border-radius: 20px;
  background-color: #272a31;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 800;
  transition: 0.3s;
}

@media (max-width: 479px) {
  .projects-buttons a {
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
    height: 55px;
  }
}

@media (min-width: 480px) {
  .projects-buttons a {
    height: 60px;
  }
}

.projects-buttons a:hover {
  background-color: #213f64;
}

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: rgba(0, 0, 0, 0);
  top: 0;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  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-color: #131922;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.8;
  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;
  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;
  transition:
    opacity 0.25s ease 0s,
    visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #fff;
  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;
  user-select: none;
}

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

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

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

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

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

@media (min-width: 768px) {
  .fancybox-slide.fancybox-slide--pdf {
    padding-left: 200px;
    padding-right: 200px;
  }
}

.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 {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: #fff;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 99995;
}

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

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

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

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

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

.fancybox-image,
.fancybox-spaceball {
  background: rgba(0, 0, 0, 0);
  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;
  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: rgba(0, 0, 0, 0);
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.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;
}

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

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

.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;
}

.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;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

.fancybox-close-small {
  background: rgba(0, 0, 0, 0);
  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;
}

.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;
}

.fancybox-caption {
  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;
}

.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;
}

.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: rgba(0, 0, 0, 0);
  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;
}

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

.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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;
  }
}

.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;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-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: rgba(0, 0, 0, 0);
  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%;
}

.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;
  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 {
  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: rgba(0, 0, 0, 0);
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  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;
}

@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);
  }
}

.air-datepicker-cell.-day-.-other-month-,
.air-datepicker-cell.-year-.-other-decade- {
  color: var(--adp-color-other-month);
}

.air-datepicker-cell.-day-.-other-month-:hover,
.air-datepicker-cell.-year-.-other-decade-:hover {
  color: var(--adp-color-other-month-hover);
}

.-disabled-.-focus-.air-datepicker-cell.-day-.-other-month-,
.-disabled-.-focus-.air-datepicker-cell.-year-.-other-decade- {
  color: var(--adp-color-other-month);
}

.-selected-.air-datepicker-cell.-day-.-other-month-,
.-selected-.air-datepicker-cell.-year-.-other-decade- {
  color: #fff;
  background: var(--adp-background-color-selected-other-month);
}

.-selected-.-focus-.air-datepicker-cell.-day-.-other-month-,
.-selected-.-focus-.air-datepicker-cell.-year-.-other-decade- {
  background: var(--adp-background-color-selected-other-month-focused);
}

.-in-range-.air-datepicker-cell.-day-.-other-month-,
.-in-range-.air-datepicker-cell.-year-.-other-decade- {
  background-color: var(--adp-background-color-in-range);
  color: var(--adp-color);
}

.-in-range-.-focus-.air-datepicker-cell.-day-.-other-month-,
.-in-range-.-focus-.air-datepicker-cell.-year-.-other-decade- {
  background-color: var(--adp-background-color-in-range-focused);
}

.air-datepicker-cell.-day-.-other-month-:empty,
.air-datepicker-cell.-year-.-other-decade-:empty {
  background: none;
  border: none;
}

.air-datepicker-cell {
  border-radius: var(--adp-cell-border-radius);
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.air-datepicker-cell.-focus- {
  background: var(--adp-background-color-hover);
}

.air-datepicker-cell.-current- {
  color: var(--adp-color-current-date);
  font-weight: 800;
}

.air-datepicker-cell.-current-.-focus- {
  color: var(--adp-color);
}

.air-datepicker-cell.-current-.-in-range- {
  color: var(--adp-color-current-date);
}

.air-datepicker-cell.-disabled- {
  cursor: default;
  color: var(--adp-color-disabled);
}

.air-datepicker-cell.-disabled-.-focus- {
  color: var(--adp-color-disabled);
}

.air-datepicker-cell.-disabled-.-in-range- {
  color: var(--adp-color-disabled-in-range);
}

.air-datepicker-cell.-disabled-.-current-.-focus- {
  color: var(--adp-color-disabled);
}

.air-datepicker-cell.-in-range- {
  background: var(--adp-cell-background-color-in-range);
  border-radius: 0;
}

.air-datepicker-cell.-in-range-:hover {
  background: var(--adp-cell-background-color-in-range-hover);
}

.air-datepicker-cell.-range-from- {
  border: 1px solid var(--adp-cell-border-color-in-range);
  background-color: var(--adp-cell-background-color-in-range);
  border-radius: var(--adp-cell-border-radius) 0 0 var(--adp-cell-border-radius);
}

.air-datepicker-cell.-range-to- {
  border: 1px solid var(--adp-cell-border-color-in-range);
  background-color: var(--adp-cell-background-color-in-range);
  border-radius: 0 var(--adp-cell-border-radius) var(--adp-cell-border-radius) 0;
}

.air-datepicker-cell.-range-to-.-range-from- {
  border-radius: var(--adp-cell-border-radius);
}

.air-datepicker-cell.-selected- {
  color: #fff;
  border: none;
  background: var(--adp-cell-background-color-selected);
}

.air-datepicker-cell.-selected-.-current- {
  color: #fff;
  background: var(--adp-cell-background-color-selected);
}

.air-datepicker-cell.-selected-.-focus- {
  background: var(--adp-cell-background-color-selected-hover);
}

.air-datepicker-body {
  transition: all var(--adp-transition-duration) var(--adp-transition-ease);
}

.air-datepicker-body.-hidden- {
  display: none;
}

.air-datepicker-body--day-names {
  display: grid;
  grid-template-columns: repeat(7, var(--adp-day-cell-width));
  margin: 8px 0 3px;
}

.air-datepicker-body--day-name {
  color: var(--adp-day-name-color);
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.8em;
}

.air-datepicker-body--cells {
  display: grid;
}

.air-datepicker-body--cells.-days- {
  grid-template-columns: repeat(7, var(--adp-day-cell-width));
  grid-auto-rows: var(--adp-day-cell-height);
}

.air-datepicker-body--cells.-months- {
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: var(--adp-month-cell-height);
}

.air-datepicker-body--cells.-years- {
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: var(--adp-year-cell-height);
}

.air-datepicker-nav {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--adp-border-color-inner);
  min-height: var(--adp-nav-height);
  padding: var(--adp-padding);
  box-sizing: content-box;
}

.-only-timepicker- .air-datepicker-nav {
  display: none;
}

.air-datepicker-nav--title,
.air-datepicker-nav--action {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}

.air-datepicker-nav--action {
  width: var(--adp-nav-action-size);
  border-radius: var(--adp-border-radius);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.air-datepicker-nav--action:hover {
  background: var(--adp-background-color-hover);
}

.air-datepicker-nav--action:active {
  background: var(--adp-background-color-active);
}

.air-datepicker-nav--action.-disabled- {
  visibility: hidden;
}

.air-datepicker-nav--action svg {
  width: 32px;
  height: 32px;
}

.air-datepicker-nav--action path {
  fill: none;
  stroke: var(--adp-nav-arrow-color);
  stroke-width: 2px;
}

.air-datepicker-nav--title {
  border-radius: var(--adp-border-radius);
  padding: 0 8px;
}

.air-datepicker-nav--title i {
  font-style: normal;
  color: var(--adp-nav-color-secondary);
  margin-left: 0.3em;
}

.air-datepicker-nav--title:hover {
  background: var(--adp-background-color-hover);
}

.air-datepicker-nav--title:active {
  background: var(--adp-background-color-active);
}

.air-datepicker-nav--title.-disabled- {
  cursor: default;
  background: none;
}

.air-datepicker-buttons {
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}

.air-datepicker-button {
  display: inline-flex;
  color: var(--adp-btn-color);
  border-radius: var(--adp-btn-border-radius);
  cursor: pointer;
  height: var(--adp-btn-height);
  border: none;
  background: rgba(255, 255, 255, 0);
}

.air-datepicker-button:hover {
  color: var(--adp-btn-color-hover);
  background: var(--adp-btn-background-color-hover);
}

.air-datepicker-button:focus {
  color: var(--adp-btn-color-hover);
  background: var(--adp-btn-background-color-hover);
  outline: none;
}

.air-datepicker-button:active {
  background: var(--adp-btn-background-color-active);
}

.air-datepicker-button span {
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.air-datepicker-time {
  display: grid;
  grid-template-columns: max-content 1fr;
  grid-column-gap: 12px;
  align-items: center;
  position: relative;
  padding: 0 var(--adp-time-padding-inner);
}

.-only-timepicker- .air-datepicker-time {
  border-top: none;
}

.air-datepicker-time--current {
  display: flex;
  align-items: center;
  flex: 1;
  font-size: 14px;
  text-align: center;
}

.air-datepicker-time--current-colon {
  margin: 0 2px 3px;
  line-height: 1;
}

.air-datepicker-time--current-hours,
.air-datepicker-time--current-minutes {
  line-height: 1;
  font-size: 19px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  position: relative;
  z-index: 1;
}

.air-datepicker-time--current-hours:after,
.air-datepicker-time--current-minutes:after {
  content: "";
  background: var(--adp-background-color-hover);
  border-radius: var(--adp-border-radius);
  position: absolute;
  left: -2px;
  top: -3px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
  opacity: 0;
}

.air-datepicker-time--current-hours.-focus-:after,
.air-datepicker-time--current-minutes.-focus-:after {
  opacity: 1;
}

.air-datepicker-time--current-ampm {
  text-transform: uppercase;
  align-self: flex-end;
  color: var(--adp-time-day-period-color);
  margin-left: 6px;
  font-size: 11px;
  margin-bottom: 1px;
}

.air-datepicker-time--row {
  display: flex;
  align-items: center;
  font-size: 11px;
  height: 17px;
  background: linear-gradient(to right,
      var(--adp-time-track-color),
      var(--adp-time-track-color)) left 50%/100% var(--adp-time-track-height) no-repeat;
}

.air-datepicker-time--row:first-child {
  margin-bottom: 4px;
}

.air-datepicker-time--row input[type="range"] {
  background: none;
  cursor: pointer;
  flex: 1;
  height: 100%;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
}

.air-datepicker-time--row input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
}

.air-datepicker-time--row input[type="range"]::-ms-tooltip {
  display: none;
}

.air-datepicker-time--row input[type="range"]:hover::-webkit-slider-thumb {
  border-color: var(--adp-time-track-color-hover);
}

.air-datepicker-time--row input[type="range"]:hover::-moz-range-thumb {
  border-color: var(--adp-time-track-color-hover);
}

.air-datepicker-time--row input[type="range"]:hover::-ms-thumb {
  border-color: var(--adp-time-track-color-hover);
}

.air-datepicker-time--row input[type="range"]:focus {
  outline: none;
}

.air-datepicker-time--row input[type="range"]:focus::-webkit-slider-thumb {
  background: var(--adp-cell-background-color-selected);
  border-color: var(--adp-cell-background-color-selected);
}

.air-datepicker-time--row input[type="range"]:focus::-moz-range-thumb {
  background: var(--adp-cell-background-color-selected);
  border-color: var(--adp-cell-background-color-selected);
}

.air-datepicker-time--row input[type="range"]:focus::-ms-thumb {
  background: var(--adp-cell-background-color-selected);
  border-color: var(--adp-cell-background-color-selected);
}

.air-datepicker-time--row input[type="range"]::-webkit-slider-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid var(--adp-time-track-color);
  background: #fff;
  cursor: pointer;
  -webkit-transition: background var(--adp-transition-duration);
  transition: background var(--adp-transition-duration);
}

.air-datepicker-time--row input[type="range"]::-moz-range-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid var(--adp-time-track-color);
  background: #fff;
  cursor: pointer;
  -moz-transition: background var(--adp-transition-duration);
  transition: background var(--adp-transition-duration);
}

.air-datepicker-time--row input[type="range"]::-ms-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid var(--adp-time-track-color);
  background: #fff;
  cursor: pointer;
  -ms-transition: background var(--adp-transition-duration);
  transition: background var(--adp-transition-duration);
}

.air-datepicker-time--row input[type="range"]::-webkit-slider-thumb {
  margin-top: calc(var(--adp-time-thumb-size) / 2 * -1);
}

.air-datepicker-time--row input[type="range"]::-webkit-slider-runnable-track {
  border: none;
  height: var(--adp-time-track-height);
  cursor: pointer;
  color: rgba(0, 0, 0, 0);
  background: rgba(0, 0, 0, 0);
}

.air-datepicker-time--row input[type="range"]::-moz-range-track {
  border: none;
  height: var(--adp-time-track-height);
  cursor: pointer;
  color: rgba(0, 0, 0, 0);
  background: rgba(0, 0, 0, 0);
}

.air-datepicker-time--row input[type="range"]::-ms-track {
  border: none;
  height: var(--adp-time-track-height);
  cursor: pointer;
  color: rgba(0, 0, 0, 0);
  background: rgba(0, 0, 0, 0);
}

.air-datepicker-time--row input[type="range"]::-ms-fill-lower {
  background: rgba(0, 0, 0, 0);
}

.air-datepicker-time--row input[type="range"]::-ms-fill-upper {
  background: rgba(0, 0, 0, 0);
}

.air-datepicker {
  --adp-font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial,
    sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --adp-font-size: 14px;
  --adp-width: 246px;
  --adp-z-index: 100;
  --adp-padding: 4px;
  --adp-grid-areas: "nav" "body" "timepicker" "buttons";
  --adp-transition-duration: 0.3s;
  --adp-transition-ease: ease-out;
  --adp-transition-offset: 8px;
  --adp-background-color: #fff;
  --adp-background-color-hover: #f0f0f0;
  --adp-background-color-active: #eaeaea;
  --adp-background-color-in-range: rgba(92, 196, 239, 0.1);
  --adp-background-color-in-range-focused: rgba(92, 196, 239, 0.2);
  --adp-background-color-selected-other-month-focused: #8ad5f4;
  --adp-background-color-selected-other-month: #a2ddf6;
  --adp-color: #4a4a4a;
  --adp-color-secondary: #9c9c9c;
  --adp-accent-color: #4eb5e6;
  --adp-color-current-date: var(--adp-accent-color);
  --adp-color-other-month: #dedede;
  --adp-color-disabled: #aeaeae;
  --adp-color-disabled-in-range: #939393;
  --adp-color-other-month-hover: #c5c5c5;
  --adp-border-color: #dbdbdb;
  --adp-border-color-inner: #efefef;
  --adp-border-radius: 15px;
  --adp-border-color-inline: #d7d7d7;
  --adp-nav-height: 32px;
  --adp-nav-arrow-color: var(--adp-color-secondary);
  --adp-nav-action-size: 32px;
  --adp-nav-color-secondary: var(--adp-color-secondary);
  --adp-day-name-color: #ff9a19;
  --adp-day-cell-width: 1fr;
  --adp-day-cell-height: 32px;
  --adp-month-cell-height: 42px;
  --adp-year-cell-height: 56px;
  --adp-pointer-size: 10px;
  --adp-poiner-border-radius: 2px;
  --adp-pointer-offset: 14px;
  --adp-cell-border-radius: 8px;
  --adp-cell-background-color-selected: #5cc4ef;
  --adp-cell-background-color-selected-hover: #45bced;
  --adp-cell-background-color-in-range: rgba(92, 196, 239, 0.1);
  --adp-cell-background-color-in-range-hover: rgba(92, 196, 239, 0.2);
  --adp-cell-border-color-in-range: var(--adp-cell-background-color-selected);
  --adp-btn-height: 32px;
  --adp-btn-color: var(--adp-accent-color);
  --adp-btn-color-hover: var(--adp-color);
  --adp-btn-border-radius: var(--adp-border-radius);
  --adp-btn-background-color-hover: var(--adp-background-color-hover);
  --adp-btn-background-color-active: var(--adp-background-color-active);
  --adp-time-track-height: 1px;
  --adp-time-track-color: #dedede;
  --adp-time-track-color-hover: #b1b1b1;
  --adp-time-thumb-size: 12px;
  --adp-time-padding-inner: 10px;
  --adp-time-day-period-color: var(--adp-color-secondary);
  --adp-mobile-font-size: 16px;
  --adp-mobile-nav-height: 40px;
  --adp-mobile-width: 320px;
  --adp-mobile-day-cell-height: 38px;
  --adp-mobile-month-cell-height: 48px;
  --adp-mobile-year-cell-height: 64px;
}

.air-datepicker-overlay {
  --adp-overlay-background-color: rgba(0, 0, 0, 0.3);
  --adp-overlay-transition-duration: 0.3s;
  --adp-overlay-transition-ease: ease-out;
  --adp-overlay-z-index: 100;
}

.air-datepicker {
  background: var(--adp-background-color);
  border: 1px solid var(--adp-border-color);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: var(--adp-border-radius);
  box-sizing: content-box;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(4, max-content);
  grid-template-areas: var(--adp-grid-areas);
  font-family: var(--adp-font-family), sans-serif;
  font-size: var(--adp-font-size);
  color: var(--adp-color);
  width: var(--adp-width);
  position: absolute;
  transition:
    opacity var(--adp-transition-duration) var(--adp-transition-ease),
    transform var(--adp-transition-duration) var(--adp-transition-ease);
  z-index: var(--adp-z-index);
}

.air-datepicker:not(.-custom-position-) {
  opacity: 0;
}

.air-datepicker.-from-top- {
  transform: translateY(calc(var(--adp-transition-offset) * -1));
}

.air-datepicker.-from-right- {
  transform: translateX(var(--adp-transition-offset));
}

.air-datepicker.-from-bottom- {
  transform: translateY(var(--adp-transition-offset));
}

.air-datepicker.-from-left- {
  transform: translateX(calc(var(--adp-transition-offset) * -1));
}

.air-datepicker.-active-:not(.-custom-position-) {
  transform: translate(0, 0);
  opacity: 1;
}

.air-datepicker.-active-.-custom-position- {
  transition: none;
}

.air-datepicker.-inline- {
  border-color: var(--adp-border-color-inline);
  box-shadow: none;
  position: static;
  left: auto;
  right: auto;
  opacity: 1;
  transform: none;
}

.air-datepicker.-inline- .air-datepicker--pointer {
  display: none;
}

.air-datepicker.-is-mobile- {
  --adp-font-size: var(--adp-mobile-font-size);
  --adp-day-cell-height: var(--adp-mobile-day-cell-height);
  --adp-month-cell-height: var(--adp-mobile-month-cell-height);
  --adp-year-cell-height: var(--adp-mobile-year-cell-height);
  --adp-nav-height: var(--adp-mobile-nav-height);
  --adp-nav-action-size: var(--adp-mobile-nav-height);
  position: fixed;
  width: var(--adp-mobile-width);
  border: none;
}

.air-datepicker.-is-mobile- * {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.air-datepicker.-is-mobile- .air-datepicker--pointer {
  display: none;
}

.air-datepicker.-is-mobile-:not(.-custom-position-) {
  transform: translate(-50%, calc(-50% + var(--adp-transition-offset)));
}

.air-datepicker.-is-mobile-.-active-:not(.-custom-position-) {
  transform: translate(-50%, -50%);
}

.air-datepicker.-custom-position- {
  transition: none;
}

.air-datepicker-global-container {
  position: absolute;
  left: 0;
  top: 0;
}

.air-datepicker--pointer {
  --pointer-half-size: calc(var(--adp-pointer-size) / 2);
  position: absolute;
  width: var(--adp-pointer-size);
  height: var(--adp-pointer-size);
  z-index: -1;
}

.air-datepicker--pointer:after {
  content: "";
  position: absolute;
  background: #fff;
  border-top: 1px solid var(--adp-border-color-inline);
  border-right: 1px solid var(--adp-border-color-inline);
  border-top-right-radius: var(--adp-poiner-border-radius);
  width: var(--adp-pointer-size);
  height: var(--adp-pointer-size);
  box-sizing: border-box;
}

.-top-left- .air-datepicker--pointer,
.-top-center- .air-datepicker--pointer,
.-top-right- .air-datepicker--pointer,
[data-popper-placement^="top"] .air-datepicker--pointer {
  top: calc(100% - var(--pointer-half-size) + 1px);
}

.-top-left- .air-datepicker--pointer:after,
.-top-center- .air-datepicker--pointer:after,
.-top-right- .air-datepicker--pointer:after,
[data-popper-placement^="top"] .air-datepicker--pointer:after {
  transform: rotate(135deg);
}

.-right-top- .air-datepicker--pointer,
.-right-center- .air-datepicker--pointer,
.-right-bottom- .air-datepicker--pointer,
[data-popper-placement^="right"] .air-datepicker--pointer {
  right: calc(100% - var(--pointer-half-size) + 1px);
}

.-right-top- .air-datepicker--pointer:after,
.-right-center- .air-datepicker--pointer:after,
.-right-bottom- .air-datepicker--pointer:after,
[data-popper-placement^="right"] .air-datepicker--pointer:after {
  transform: rotate(225deg);
}

.-bottom-left- .air-datepicker--pointer,
.-bottom-center- .air-datepicker--pointer,
.-bottom-right- .air-datepicker--pointer,
[data-popper-placement^="bottom"] .air-datepicker--pointer {
  bottom: calc(100% - var(--pointer-half-size) + 1px);
}

.-bottom-left- .air-datepicker--pointer:after,
.-bottom-center- .air-datepicker--pointer:after,
.-bottom-right- .air-datepicker--pointer:after,
[data-popper-placement^="bottom"] .air-datepicker--pointer:after {
  transform: rotate(315deg);
}

.-left-top- .air-datepicker--pointer,
.-left-center- .air-datepicker--pointer,
.-left-bottom- .air-datepicker--pointer,
[data-popper-placement^="left"] .air-datepicker--pointer {
  left: calc(100% - var(--pointer-half-size) + 1px);
}

.-left-top- .air-datepicker--pointer:after,
.-left-center- .air-datepicker--pointer:after,
.-left-bottom- .air-datepicker--pointer:after,
[data-popper-placement^="left"] .air-datepicker--pointer:after {
  transform: rotate(45deg);
}

.-top-left- .air-datepicker--pointer,
.-bottom-left- .air-datepicker--pointer {
  left: var(--adp-pointer-offset);
}

.-top-right- .air-datepicker--pointer,
.-bottom-right- .air-datepicker--pointer {
  right: var(--adp-pointer-offset);
}

.-top-center- .air-datepicker--pointer,
.-bottom-center- .air-datepicker--pointer {
  left: calc(50% - var(--adp-pointer-size) / 2);
}

.-left-top- .air-datepicker--pointer,
.-right-top- .air-datepicker--pointer {
  top: var(--adp-pointer-offset);
}

.-left-bottom- .air-datepicker--pointer,
.-right-bottom- .air-datepicker--pointer {
  bottom: var(--adp-pointer-offset);
}

.-left-center- .air-datepicker--pointer,
.-right-center- .air-datepicker--pointer {
  top: calc(50% - var(--adp-pointer-size) / 2);
}

.air-datepicker--navigation {
  grid-area: nav;
}

.air-datepicker--content {
  box-sizing: content-box;
  padding: var(--adp-padding);
  grid-area: body;
}

.-only-timepicker- .air-datepicker--content {
  display: none;
}

.air-datepicker--time {
  grid-area: timepicker;
}

.air-datepicker--buttons {
  grid-area: buttons;
}

.air-datepicker--buttons,
.air-datepicker--time {
  padding: var(--adp-padding);
  border-top: 1px solid var(--adp-border-color-inner);
}

.air-datepicker-overlay {
  position: fixed;
  background: var(--adp-overlay-background-color);
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  opacity: 0;
  transition:
    opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease),
    left 0s,
    height 0s,
    width 0s;
  transition-delay:
    0s, var(--adp-overlay-transition-duration),
    var(--adp-overlay-transition-duration),
    var(--adp-overlay-transition-duration);
  z-index: var(--adp-overlay-z-index);
}

.air-datepicker-overlay.-active- {
  opacity: 1;
  width: 100%;
  height: 100%;
  transition:
    opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease),
    height 0s,
    width 0s;
}

.fullcalendar-v1 .fc-theme-standard .fc-scrollgrid {
  border: 0 none !important;
}

.fullcalendar-v1 .fc-theme-standard td,
.fullcalendar-v1 .fc-theme-standard th {
  border: 0 none !important;
}

.fullcalendar-v1 .fc .fc-daygrid-bg-harness {
  display: none !important;
}

.fullcalendar-v1 .fc .fc-scrollgrid .fc-scrollgrid-section-header .fc-scrollgrid-sync-inner {
  position: relative;
  z-index: 1;
}

.fullcalendar-v1 .fc .fc-scrollgrid .fc-scrollgrid-section-header .fc-scrollgrid-sync-inner::before {
  content: "";
  position: absolute;
  left: 2px;
  right: 2px;
  top: 2px;
  bottom: 2px;
  z-index: -1;
  background-color: #fff;
  border-radius: 8px;
}

.fullcalendar-v1 .fc .fc-scrollgrid .fc-scrollgrid-section-header .fc-scrollgrid-sync-inner a {
  color: rgba(24, 47, 74, 0.7);
  padding-top: 7px;
  padding-bottom: 7px;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: -0.5px;
}

.fullcalendar-v1 .fc .fc-scrollgrid .fc-scrollgrid-section-body .fc-day .fc-daygrid-day-frame {
  position: relative;
  z-index: 1;
  padding: 10px 10px 0 10px;
}

.fullcalendar-v1 .fc .fc-scrollgrid .fc-scrollgrid-section-body .fc-day .fc-daygrid-day-frame::before {
  content: "";
  position: absolute;
  left: 2px;
  right: 2px;
  top: 2px;
  bottom: 2px;
  border-radius: 8px;
  display: inherit;
}

.fullcalendar-v1 .fc .fc-scrollgrid .fc-scrollgrid-section-body .fc-day .fc-daygrid-day-frame .fc-daygrid-day-top a {
  font-weight: 900;
  letter-spacing: -0.5px;
  opacity: 0.5;
  line-height: 1.1;
  padding: 2px;
}

.fullcalendar-v1 .fc .fc-scrollgrid .fc-scrollgrid-section-body .fc-day .fc-daygrid-day-frame .fc-daygrid-day-events {
  left: 10px;
  right: 10px;
}

.fullcalendar-v1 .fc .fc-scrollgrid .fc-scrollgrid-section-body .fc-day .fc-daygrid-day-frame .fc-daygrid-event {
  border-radius: 5px;
  line-height: 1.3;
  margin-top: -1px;
  color: currentColor;
}

.fullcalendar-v1 .fc .fc-scrollgrid .fc-scrollgrid-section-body .fc-day .fc-daygrid-day-frame .fc-daygrid-event .fc-event-title {
  font-size: 12px;
  text-overflow: ellipsis;
  font-weight: 700;
  letter-spacing: -0.3px;
}

.fullcalendar-v1 .fc .fc-scrollgrid .fc-scrollgrid-section-body .fc-day:not(.fc-day-sat):not(.fc-day-sun) .fc-daygrid-day-frame::before {
  background: rgba(255, 255, 255, 0.5);
}

.fullcalendar-v1 .fc .fc-scrollgrid .fc-scrollgrid-section-body .fc-day.fc-day-sat .fc-daygrid-day-frame::before,
.fullcalendar-v1 .fc .fc-scrollgrid .fc-scrollgrid-section-body .fc-day.fc-day-sun .fc-daygrid-day-frame::before {
  background: #fff;
}

.fullcalendar-v1 .fc .fc-daygrid-day.fc-day-today {
  background-color: rgba(0, 0, 0, 0) !important;
}

.fullcalendar-v1 .fc .fc-daygrid-day.fc-day-today .fc-daygrid-day-frame::before {
  background: #2d5789 !important;
}

.fullcalendar-v1 .fc .fc-daygrid-day.fc-day-today .fc-daygrid-day-number {
  color: #fff;
}

.fullcalendar-v1 .fc .fc-daygrid-day.fc-day-today .fc-daygrid-event-dot {
  border: 2px solid #fff;
}

.fullcalendar-v1 .fc .fc-daygrid-day.fc-day-today .fc-daygrid-dot-event .fc-event-title {
  color: #fff;
}

.fullcalendar-v1 .fc .fc-daygrid-day.fc-day-today .fc-daygrid-day-bottom {
  color: #fff;
}

.fullcalendar-v1 .fc .fc-daygrid-day-bottom {
  padding: 0 5px 0 0 !important;
  font-size: 11px !important;
  margin-bottom: 0 !important;
  text-align: right;
  position: relative;
  bottom: 1px;
  opacity: 0.75;
}

.fullcalendar-v1 .fc-daygrid-dot-event.fc-event-mirror,
.fullcalendar-v1 .fc-daygrid-dot-event:hover {
  background-color: rgba(0, 0, 0, 0) !important;
  color: #2d5789 !important;
}

.fullcalendar-v1 .fc .fc-button {
  border-radius: 8px;
}

.fullcalendar-v1 .fc .fc-button-group button {
  border-radius: 8px !important;
}

.fullcalendar-v1 .fc .fc-button-group button:not(:last-child) {
  margin-right: 4px;
}

.fullcalendar-v1 .fc .fc-button-primary {
  background-color: #293863;
  border-color: rgba(0, 0, 0, 0);
  font-weight: 700;
  letter-spacing: -0.5px;
}

.fullcalendar-v1 .fc .fc-button-primary:hover {
  background-color: #293863;
  border-color: rgba(0, 0, 0, 0);
}

.fullcalendar-v1 .fc .fc-toolbar-title {
  color: #2d5789;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 42px;
  letter-spacing: -1.5px;
}

.fullcalendar-v1 .fc .fc-popover-header {
  padding: 8px 10px;
  font-weight: 700;
  font-size: 14px;
}

.fullcalendar-v1 .fc-event-time {
  display: none;
}

.fullcalendar-v1 .fc .fc-popover {
  border-radius: 8px;
  border: 0 none;
  box-shadow: 0 0 30px rgba(41, 56, 99, 0.1);
  margin-top: 2px;
  margin-left: 2px;
  overflow: hidden;
}

.fullcalendar-v1 .fc .fc-popover-header {
  background-color: #dbe2e7;
}

.fullcalendar-v1 .fc-daygrid-event-dot {
  border: 2px solid #2d5789;
  margin-top: -1px;
}

.fullcalendar-v1 .fc .fc-toolbar.fc-header-toolbar {
  margin-bottom: 10px !important;
  padding-left: 2px;
  padding-right: 2px;
}

.fullcalendar-v1 .fc .fc-daygrid-event {
  color: currentColor;
}

/* 
@media (min-width: 768px) {
  .slide,
  .slide-material,
  .hero {
    height: 41vw;
  }
}
@media (min-width: 992px) {
  .slide,
  .slide-material,
  .hero {
    max-height: 710px;
    min-height: 550px;
  }
}
@media (max-width: 479px) {
  .slide,
  .slide-material,
  .hero {
    height: 70vw;
    max-height: 270px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .slide,
  .slide-material,
  .hero {
    height: 65vw;
    max-height: 390px;
  }
} */

.slide {
  position: relative;
  background: #1553a4;
}

.accordion {
  float: left;
}

.slide-right-bottom {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.slide-right-bottom a {
  display: block;
  max-width: 80px;
  max-height: 80px;
  border-radius: 40px;
  overflow: hidden;
}

.slide-right-bottom a img {
  width: 100%;
  height: auto;
}

.slide-right-bottom a.whatsapp-btn {
  background-color: #25d366;
  width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 35px;
  transition: transform 0.3s ease;
}

.slide-right-bottom a.whatsapp-btn:hover {
  transform: scale(1.1);
  background-color: #20ba5a;
}

@media (max-width: 600px) {
  .slide-right-bottom {
    display: none;
  }
}

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

.slide-list li {
  display: none;
}

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

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

.slide-cover>div,
.slide-cover>a {
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  display: block;
}

@media (min-width: 1200px) {

  .slide-cover>div,
  .slide-cover>a {
    background-position: center left;
  }
}

@media (max-width: 767px) {

  .slide-cover>div,
  .slide-cover>a {
    background-position: -65px left;
  }
}

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

.slide-container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
}

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

@media (max-width: 767px) {
  .slide-content {
    width: 100%;
  }
}

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

@media (min-width: 768px) and (max-width: 991px) {
  .slide-content {
    width: 70%;
  }
}

.slide-content .heading {
  color: #fff;
  font-size: 42px;
  font-weight: 600;
  letter-spacing: -1.5px;
  line-height: 1.2;
}

.slide-content .text {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  margin: 0 auto;
  width: 100%;
}

.slide-dots {
  position: absolute;
  bottom: 40px;
  width: 100%;
  display: block;
}

@media (min-width: 1400px) {
  .slide-dots {
    right: 50px;
    left: 50px;
  }
}

@media (min-width: 1750px) {
  .slide-dots {
    right: 120px;
    left: 120px;
  }
}

@media (max-width: 991px) {
  .slide-dots {
    text-align: center;
    bottom: 20px;
    display: none;
  }
}

.slide-dots li {
  display: inline-block;
  position: relative;
  z-index: 2;
}

.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;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.5);
  transition: 0.3s;
}

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

.slide-arrows {
  position: absolute;
}

@media (min-width: 768px) {
  .slide-arrows {
    top: 50%;
    right: 0;
    left: 0;
    width: 100%;
    margin-top: -30px;
  }
}

@media (max-width: 767px) {
  .slide-arrows {
    top: 15px;
    right: 5px;
  }
}

.slide-arrows button {
  position: absolute;
  z-index: 2;
  border-radius: 999px;
  font-size: 28px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  width: 70px;
  height: 70px;
  transition: 0.3s;
}

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

@media (max-width: 767px) {
  .slide-arrows button {
    position: relative;
    margin-left: 3px;
    margin-right: 3px;
    left: inherit !important;
    right: inherit !important;
  }
}

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

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

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

@media (min-width: 1200px) {
  .slide-arrows button.next {
    right: 520px;
  }
}

@media (min-width: 1750px) {
  .slide-arrows button.next {
    right: 590px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .slide-arrows button.next {
    right: 20px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .slide-arrows button.next {
    right: 20px;
  }
}

.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 {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

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

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

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

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

.loading {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  background: rgba(255, 255, 255, 0.7);
}

.loading.ui-no-bg {
  background: rgba(0, 0, 0, 0);
}

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

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

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

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

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

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

.scrolltop {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  background: #74b731;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  z-index: 996;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.5);
  transition: 0.3s;
}

@media (min-width: 480px) {
  .scrolltop {
    right: 27px;
    bottom: 108px;
  }
}

@media (max-width: 479px) {
  .scrolltop {
    right: 15px;
    bottom: 140px;
  }
}

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

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

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

.buttons-container .btn {
  position: relative;
  z-index: 1;
}

.buttons-container .btn-group {
  background-color: rgba(24, 47, 74, 0.15);
  margin-left: -10px;
  padding-left: 25px;
  padding-right: 20px;
  display: inline-flex;
  align-items: center;
  border-top-right-radius: 11px;
  border-bottom-right-radius: 11px;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0.3px;
  color: #182f4a;
  transition: 0.3s;
}

.buttons-container .btn-group:not([class*="ui-size-small-"]) {
  height: 45px;
  font-size: 13px;
}

.buttons-container .btn-group.ui-size-small-1 {
  height: 40px;
  font-size: 12px;
}

.buttons-container .btn-group:hover {
  background-color: rgba(24, 47, 74, 0.25);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  font-family: inherit;
  text-align: center;
  letter-spacing: 0.3px;
  line-height: 1.2;
  outline: 0;
  text-transform: uppercase;
  border-radius: 11px;
  color: #fff;
  position: relative;
  font-weight: 900;
  z-index: 1;
  overflow: hidden;
  transition: 0.4s;
  background: #293863;
}

.button:not([class*="ui-size-"]) {
  padding-left: 25px;
  padding-right: 25px;
  font-size: 14px;
  height: 55px;
}

.button:not([class*="ui-size-"]) .icon {
  font-size: 24px;
}

.button:not([class*="ui-size-"]) .icon:not([class*="ui-margin-"]) {
  margin-left: 17px;
}

.button:not([class*="ui-size-"]) .icon.ui-margin-right {
  margin-right: 17px;
}

.button.ui-size-small {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 13px;
  height: 50px;
}

.button.ui-size-small .icon {
  margin-left: 13px;
  font-size: 20px;
}

.button.ui-size-small-1 {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 12px;
  height: 35px;
}

.button .icon {
  transition: 0.3s;
}

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

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

.button:hover .icon:not([class*="ui-no-hover-"]) {
  transform: scale(1.1) translateX(3px);
}

.button:hover .icon.ui-no-hover-translate {
  transform: scale(1.1);
}

.button:not([class*="ui-color-"]):hover {
  background: #293863;
}

.button.ui-color-dark {
  background: #000;
}

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

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

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

.button.ui-color-2 {
  background-color: #dbe2e7;
  color: #272a31;
}

.button.ui-color-2:hover {
  background-color: #fff;
  box-shadow: 0 0 20px rgba(39, 42, 49, 0.1);
}

.button-border {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  font-family: inherit;
  text-align: center;
  letter-spacing: 0.3px;
  line-height: 1.2;
  outline: 0;
  text-transform: uppercase;
  border-radius: 11px;
  color: #fff;
  position: relative;
  font-weight: 900;
  z-index: 1;
  overflow: hidden;
  transition: 0.4s;
  border: 1px solid #fff;
}

.button-border:not([class*="ui-size-"]) {
  padding-left: 25px;
  padding-right: 25px;
  font-size: 14px;
  height: 55px;
}

.button-border:not([class*="ui-size-"]) .icon {
  font-size: 24px;
}

.button-border:not([class*="ui-size-"]) .icon:not([class*="ui-margin-"]) {
  margin-left: 17px;
}

.button-border:not([class*="ui-size-"]) .icon.ui-margin-right {
  margin-right: 17px;
}

.button-border.ui-size-small {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 13px;
  height: 50px;
}

.button-border.ui-size-small .icon {
  margin-left: 13px;
  font-size: 20px;
}

.button-border.ui-size-small-1 {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 12px;
  height: 35px;
}

.button-border .icon {
  transition: 0.3s;
}

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

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

.button-border:hover .icon:not([class*="ui-no-hover-"]) {
  transform: scale(1.1) translateX(3px);
}

.button-border:hover .icon.ui-no-hover-translate {
  transform: scale(1.1);
}

.button-border.ui-border-dark {
  color: #272a31;
  border-width: 2px;
  border-style: solid;
  border-color: rgba(39, 42, 49, 0.1);
}

.button-border.ui-border-dark:hover {
  border-color: rgba(39, 42, 49, 0.2);
}

.button-border.ui-border-dark .icon {
  color: #272a31;
}

.button-border.ui-color-2 {
  color: #2d5789;
  border: 2px solid #2d5789;
}

.button-border.ui-color-2 .icon {
  color: #2d5789;
}

.button-line {
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
  font-weight: 900;
  position: relative;
  transition: 0.3s;
}

.button-line:hover .icon {
  transform: scale(1.1) translateX(3px);
}

.button-line .icon {
  transition: 0.3s;
}

.button-line:not([class*="ui-size-"]) {
  letter-spacing: 0.3px;
  font-size: 16px;
}

.button-line:not([class*="ui-size-"]) .icon {
  margin-left: 15px;
  font-size: 20px;
}

.button-line.ui-size-small {
  font-size: 14px;
}

.button-line.ui-size-small .icon {
  font-size: 18px;
  margin-left: 10px;
}

.button-line:not([class*="ui-color-"]) {
  color: #fff;
}

.button-line:not([class*="ui-color-"]) .icon {
  color: #fff;
}

.button-line.ui-color-dark {
  color: #272a31;
}

.button-line.ui-color-dark .icon {
  color: #272a31;
}

.button-icon {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  font-family: inherit;
  border-radius: 11px;
  box-shadow: 0px 6px 15px 2px rgba(39, 42, 49, 0.1);
  padding-right: 5px;
}

.button-icon:not([class*="ui-size-"]) {
  height: 55px;
  letter-spacing: 0.3px;
  padding-left: 25px;
}

.button-icon:not([class*="ui-size-"]) .button-icon__text {
  font-size: 14px;
  line-height: 1.4;
}

.button-icon:not([class*="ui-size-"]) .icon {
  width: 44px;
  height: 44px;
  font-size: 22px;
  margin-left: 25px;
}

.button-icon.ui-size-small {
  height: 45px;
  letter-spacing: 0.1px;
}

@media (min-width: 480px) {
  .button-icon.ui-size-small {
    padding-left: 20px;
  }
}

@media (max-width: 479px) {
  .button-icon.ui-size-small {
    padding-left: 15px;
  }
}

.button-icon.ui-size-small .button-icon__text {
  font-size: 13px;
  line-height: 1.4;
}

.button-icon.ui-size-small .icon {
  width: 35px;
  height: 35px;
  font-size: 20px;
}

@media (min-width: 480px) {
  .button-icon.ui-size-small .icon {
    margin-left: 20px;
  }
}

@media (max-width: 479px) {
  .button-icon.ui-size-small .icon {
    margin-left: 10px;
  }
}

.button-icon.ui-size-small-1 {
  height: 40px;
  letter-spacing: 0.1px;
  padding-left: 20px;
}

.button-icon.ui-size-small-1 .button-icon__text {
  font-size: 12px;
}

.button-icon.ui-size-small-1 .icon {
  width: 30px;
  height: 30px;
  font-size: 16px;
  margin-left: 17px;
}

.button-icon:not([class*="ui-color-"]) .button-icon__text {
  color: #213f64;
}

.button-icon:not([class*="ui-color-"]) .icon {
  background-color: #2d5789;
  box-shadow: 0 5px 15px 0 rgba(45, 87, 137, 0.2);
}

.button-icon.ui-color-1 .button-icon__text {
  color: #2d5789;
}

.button-icon.ui-color-1 .icon {
  background-color: #2d5789;
  box-shadow: 0 5px 15px 0 rgba(45, 87, 137, 0.2);
}

.button-icon__text {
  font-weight: 900;
  text-transform: uppercase;
  text-align: left;
  flex: 1;
}

.button-icon .icon {
  border-radius: 11px;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: 0.3s;
}

.button-icon .icon.is-live {
  animation: backgroundToggle ease-in-out 0.5s infinite alternate;
}

.button-icon:hover .icon {
  background: #293863;
  box-shadow: 0 5px 15px 0 rgba(41, 56, 99, 0.35);
}

label.checkbox {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}

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.is-active .checkbox::before {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

label.checkbox.is-active .text {
  font-weight: 700;
  color: #272a31;
}

label.checkbox input {
  z-index: -1;
  position: absolute;
  left: 8px;
  opacity: 0;
}

label.checkbox .checkbox {
  display: inline-flex;
  width: 20px;
  height: 20px;
  background: none;
  border: 2px solid rgba(39, 42, 49, 0.2);
  border-radius: 5px;
  transition: 0.2s;
  position: relative;
}

label.checkbox .checkbox::before {
  content: "âœ“";
  position: absolute;
  top: -2px;
  left: 3px;
  line-height: 0.7;
  font-size: 20px;
  transform: scale(0);
  color: #2d5789;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
}

label.checkbox .text {
  color: #272a31;
  flex: 1;
  font-size: 13px;
  line-height: 1.3;
  padding-left: 8px;
  margin-top: 2px;
  transition: 0.3s;
}

label.checkbox .text span {
  color: rgba(24, 47, 74, 0.7);
  margin-left: 5px;
}

label.checkbox .text a {
  font-weight: 800;
  color: #213f64;
}

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

label.checkbox input:checked+.checkbox+.text {
  font-weight: 700;
  color: #272a31;
}

label.radio {
  display: inline-flex;
  align-items: center;
}

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

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

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

label.radio .text {
  color: #272a31;
  flex: 1;
  font-size: 14px;
  line-height: 1.2;
  padding-left: 10px;
}

label.radio .text span {
  color: rgba(24, 47, 74, 0.7);
  margin-left: 5px;
}

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

select.selectbox {
  width: 100%;
  height: 60px;
  border-radius: 15px;
  font-family: inherit;
  padding-left: 25px;
  padding-right: 25px;
  border: 1px solid rgba(0, 0, 0, 0);
  color: rgba(39, 42, 49, 0.8);
  font-size: 14px;
  font-weight: 600;
  background: rgba(219, 226, 231, 0.5);
  transition: 0.3s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  position: relative;
}

select.selectbox:focus {
  outline: 0;
  background-color: #fff;
  border: 1px solid rgba(39, 42, 49, 0.1);
}

select.selectbox::-moz-placeholder {
  color: rgba(39, 42, 49, 0.8);
}

select.selectbox::placeholder {
  color: rgba(39, 42, 49, 0.8);
}

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

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

.MzYydGFzYXLEsW12ZXlhesSxbMSxbWFqYW5zxLE {
  box-sizing: inherit;
}

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

.breadcrumb.ui-bg {
  justify-content: center;
  display: flex;
}

.breadcrumb.ui-bg ul {
  z-index: 4;
  position: relative;
  background-color: #fff;
}

@media (min-width: 480px) {
  .breadcrumb.ui-bg ul {
    padding: 13px 30px;
  }
}

@media (max-width: 479px) {
  .breadcrumb.ui-bg ul {
    padding: 13px 20px;
  }
}

.breadcrumb.ui-bg ul:not(.ui-radius-full) {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.breadcrumb.ui-bg ul.ui-radius-full {
  border-radius: 15px;
}

@media (min-width: 768px) {
  .breadcrumb.ui-pos-bottom {
    position: absolute;
    right: 10px;
    bottom: 0;
    left: 10px;
  }
}

.breadcrumb:not([class*="ui-color-"]) ul li a {
  color: #182f4a;
}

.breadcrumb:not([class*="ui-color-"]) ul li a::after {
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  opacity: 0.3;
}

.breadcrumb:not([class*="ui-color-"]) ul li a[href]:not(.not):hover {
  color: #213f64;
}

.breadcrumb.ui-color-1 ul li a {
  color: #293863;
}

.breadcrumb.ui-color-1 ul li a::after {
  border-top: 1px solid #2d5789;
  border-right: 1px solid #2d5789;
}

.breadcrumb ul {
  display: inline-flex;
}

@media (max-width: 991px) {
  .breadcrumb ul {
    overflow-y: auto;
  }
}

.breadcrumb ul li {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.breadcrumb ul li a {
  font-size: 12px;
  text-transform: capitalize;
  display: inline-flex;
  align-items: center;
  position: relative;
  transition: 0.3s;
}

.breadcrumb ul li a::after {
  content: "";
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  margin-left: 10px;
  margin-right: 13px;
}

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

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

.popup {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(41, 56, 99, 0.8);
  z-index: 2000;
  display: flex;
  padding-left: 20px;
  padding-right: 20px;
  justify-content: center;
  transition: 0.3s;
}

.popup:not(.is-visible) {
  opacity: 0;
  visibility: hidden;
}

.popup-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}

.popup-wrapper:not(.is-visible) {
  opacity: 0;
  visibility: hidden;
  transform: translateY(100px);
}

.popup-content {
  width: 700px;
  max-width: 100%;
  display: table-cell;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

@media (max-width: 991px) {
  .popup-content {
    height: auto;
  }
}

.popup-content img {
  width: 100%;
}

.popup-close {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 45px;
  height: 45px;
  border-radius: 999px;
  background: #fff;
  font-size: 24px;
  z-index: 12;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}

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

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

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

.popup-close:hover {
  background: #2d5789;
}

.popup-close:hover::before,
.popup-close:hover::after {
  background: #fff;
}

.fixed-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  border: 5px solid #fff;
  width: 65px;
  height: 65px;
  border-radius: 100%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  text-align: center;
  color: #fff;
  z-index: 990;
  transition: 0.3s;
}

@media (min-width: 480px) {
  .fixed-btn {
    right: 25px;
  }
}

@media (max-width: 479px) {
  .fixed-btn {
    right: 12px;
  }
}

.fixed-btn::before,
.fixed-btn::after {
  content: "";
  position: absolute;
  border-radius: 100%;
  animation: pulsate 1.5s ease-out;
  animation-iteration-count: infinite;
  opacity: 0;
}

.fixed-btn:not([class*="ui-"]) {
  bottom: 150px;
}

.fixed-btn.ui-wp {
  background: #25d366;
}

@media (min-width: 768px) {
  .fixed-btn.ui-wp {
    bottom: 180px;
  }
}

@media (max-width: 767px) {
  .fixed-btn.ui-wp {
    bottom: 135px;
  }
}

.fixed-btn.ui-wp::before,
.fixed-btn.ui-wp::after {
  background: rgba(37, 211, 102, 0.1);
}

.fixed-btn.ui-search {
  background: #79a45a;
}

@media (min-width: 768px) {
  .fixed-btn.ui-search {
    bottom: 107px;
  }
}

@media (max-width: 767px) {
  .fixed-btn.ui-search {
    bottom: 135px;
    display: none;
  }
}

.fixed-btn.ui-search::before,
.fixed-btn.ui-search::after {
  background: rgba(121, 164, 90, 0.1);
}

.fixed-btn.ui-search .icon {
  font-size: 24px;
}

.fixed-btn.ui-support {
  background: #293863;
}

@media (min-width: 480px) {
  .fixed-btn.ui-support {
    bottom: 35px;
  }
}

@media (max-width: 479px) {
  .fixed-btn.ui-support {
    bottom: 68px;
  }
}

.fixed-btn.ui-support::before,
.fixed-btn.ui-support::after {
  background: rgba(41, 56, 99, 0.1);
}

.fixed-btn::before {
  width: 80px;
  height: 80px;
}

.fixed-btn::after {
  width: 100px;
  height: 100px;
}

.fixed-btn .icon {
  font-size: 28px;
}

.fixed-btn.is-active {
  transform: translateY(-70px);
}

.headlinenews {
  position: relative;
}

@media (max-width: 767px) {
  .headlinenews {
    text-align: center;
  }
}

.headlinenews .owl-headlinenews {
  position: relative;
}

@media (min-width: 768px) {
  .headlinenews .owl-headlinenews .owl-dots {
    right: 0;
    bottom: 100px;
    width: 50%;
    padding-left: 20px;
    position: absolute;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .headlinenews .owl-headlinenews .owl-dots {
    padding-left: 10px;
    bottom: 40px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .headlinenews .owl-headlinenews .owl-dots {
    bottom: 40px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .headlinenews .owl-headlinenews .owl-dots {
    padding-left: 10px;
  }
}

@media (max-width: 767px) {
  .headlinenews .owl-headlinenews .owl-dots {
    margin-top: 0 !important;
  }
}

.headlinenews .owl-headlinenews .owl-item .item {
  margin-top: 30px;
  margin-bottom: 30px;
  transition: 0.3s;
}

.headlinenews .owl-headlinenews .owl-item:not(.active) .item {
  opacity: 0;
  visibility: hidden;
}

.headlinenews .owl-headlinenews .owl-item:not(.active) .headlinenews-description .title,
.headlinenews .owl-headlinenews .owl-item:not(.active) .headlinenews-description .text,
.headlinenews .owl-headlinenews .owl-item:not(.active) .headlinenews-description .buttons-container {
  transform: translateY(-30px);
  opacity: 0;
}

.headlinenews .owl-headlinenews .owl-item .headlinenews-description .title {
  transition: 0.4s 0.1s;
}

.headlinenews .owl-headlinenews .owl-item .headlinenews-description .text {
  transition: 0.4s 0.2s;
}

.headlinenews .owl-headlinenews .owl-item .headlinenews-description .buttons-container {
  transition: 0.4s 0.3s;
}

.headlinenews-photo {
  height: 450px;
}

@media (max-width: 479px) {
  .headlinenews-photo {
    height: 75vw;
    max-height: 300px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .headlinenews-photo {
    height: 75vw;
    max-height: 455px;
  }
}

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

.headlinenews-photo a {
  display: block;
  position: relative;
  height: 100%;
  overflow: hidden;
  border-radius: 11px;
  background-color: #fff;
  box-shadow: 0 0 30px rgba(33, 63, 100, 0.15);
  padding: 13px;
  border-radius: 11px;
}

@media (max-width: 479px) {
  .headlinenews-photo a {
    padding: 8px;
  }
}

.headlinenews-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 11px;
}

@media (max-width: 767px) {
  .headlinenews-description {
    padding-top: 25px;
    text-align: center;
  }
}

@media (min-width: 768px) {
  .headlinenews-description {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

@media (min-width: 992px) {
  .headlinenews-description {
    height: 340px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .headlinenews-description {
    height: 310px;
  }
}

.headlinenews-description .title {
  color: rgba(33, 63, 100, 0.9);
  font-size: 36px;
  font-family: "Barlow Condensed", sans-serif;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: -1.2px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 92px;
}

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

@media (min-width: 768px) and (max-width: 991px) {
  .headlinenews-description .title {
    font-size: 28px;
  }
}

.headlinenews-description .text {
  font-size: 16px;
  color: #272a31;
  margin-top: 10px;
  line-height: 1.45;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 69px;
}

@media (max-width: 479px) {
  .headlinenews-description .text {
    font-size: 14px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .headlinenews-description .text {
    font-size: 14px;
  }
}

.headlinenews-description .date {
  margin-top: 15px;
  color: rgba(24, 47, 74, 0.7);
  font-size: 12px;
}

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

.headlinenews-description .buttons-container {
  margin-top: 25px;
}

@media (max-width: 767px) {
  .headlinenews-description .buttons-container {
    justify-content: center;
  }
}

@media (max-width: 479px) {
  .headlinenews-description .buttons-container .button-icon {
    padding-left: 15px;
  }
}

@media (max-width: 479px) {
  .headlinenews-description .buttons-container .button-icon__text {
    font-size: 11px;
  }
}

@media (max-width: 479px) {
  .headlinenews-description .buttons-container .btn-group {
    font-size: 11px;
    margin-left: -10px;
    padding-left: 20px;
    padding-right: 15px;
  }
}

.headlinenews-description .buttons-container .date {
  margin-left: 15px;
}

.headlinenews-all {
  z-index: 2;
  display: inline-flex;
  align-items: center;
  background-color: #293863;
  height: 42px;
  border-radius: 15px;
  padding-left: 20px;
  padding-right: 20px;
  text-transform: uppercase;
  color: #fff;
  padding-top: 2px;
  font-size: 14px;
  font-weight: 900;
}

@media (min-width: 768px) {
  .headlinenews-all {
    position: absolute;
    right: 50px;
    bottom: 100px;
  }
}

@media (max-width: 767px) {
  .headlinenews-all {
    margin-top: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .headlinenews-all {
    height: 28px;
    font-size: 11px;
    padding-left: 10px;
    padding-right: 10px;
    bottom: 41px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .headlinenews-all {
    bottom: 40px;
    height: 37px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    border-radius: 11px;
  }
}

.headlinenews-all:hover {
  background-color: #2d5789;
}

.headlinenews-all .icon {
  margin-left: 8px;
  margin-top: -3px;
  font-size: 13px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .headlinenews-all .icon {
    font-size: 10px;
    margin-left: 5px;
  }
}

.headlinenews-categories {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 45px;
  width: 50%;
  padding-left: 20px;
}

@media (max-width: 1199px) {
  .headlinenews-categories {
    display: none !important;
  }
}

.headlinenews-other .owl-news .owl-item .item {
  margin-top: 30px;
  margin-bottom: 30px;
  transition: 0.3s;
}

.headlinenews-other .owl-news .owl-item:not(.active) .item {
  opacity: 0;
  visibility: hidden;
}

.modal {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1010;
  background-color: rgba(41, 56, 99, 0.8);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  transition: 0.4s;
  will-change: opacity;
}

.modal:not(.is-visible) {
  opacity: 0;
  visibility: hidden;
}

.modal:not(.ui-no-padding) {
  padding-left: 10px;
  padding-right: 10px;
}

.modal:not(.ui-no-end) {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

@media (max-width: 767px) {
  .modal:not(.ui-no-end) {
    padding-bottom: 60px;
  }
}

@media (min-width: 768px) {
  .modal.ui-center {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .modal.ui-center {
    overflow-y: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.modal-wrapper:not(.ui-not) {
  background-color: #fff;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  transition: 0.4s;
  will-change: opacity, transform;
}

.modal-wrapper:not(.ui-not):not(.is-visible) {
  opacity: 0;
  visibility: hidden;
  transform: translateY(300px);
}

.modal-header {
  height: 110px;
  padding-left: 40px;
  padding-right: 40px;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

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

.modal-header::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  height: 1px;
  background-image: radial-gradient(rgba(219, 226, 231, 0.4) 60%,
      transparent,
      transparent);
}

@media (max-width: 767px) {
  .modal-header .section-tab {
    width: 100%;
  }
}

@media (max-width: 479px) {
  .modal-header .section-tab ul {
    width: calc(100% - 35px);
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .modal-header .section-tab ul {
    width: calc(100% - 15px);
  }
}

.modal-close {
  position: absolute;
  top: 0;
  right: 0;
}

.modal-close .btn {
  display: inline-flex;
  width: 55px;
  height: 55px;
  background-color: #293863;
  align-items: center;
  justify-content: center;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  transition: 0.3s;
}

.modal-close .btn:hover {
  background-color: #293863;
}

.modal-close .btn .icon {
  color: #fff;
  font-size: 28px;
}

.modal-container {
  overflow-y: auto;
  scrollbar-color: #2d5789 rgba(45, 87, 137, 0.2);
  scrollbar-width: thin;
  height: calc(100% - 110px);
}

.modal-container::-webkit-scrollbar-track {
  background-color: rgba(45, 87, 137, 0.2);
}

.modal-container::-webkit-scrollbar {
  width: 5px;
}

.modal-container::-webkit-scrollbar-thumb {
  background-color: #2d5789;
}

@media (min-width: 480px) {
  .modal-container {
    padding: 40px;
  }
}

@media (max-width: 479px) {
  .modal-container {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }
}

.modal-buttons .modal-wrapper {
  max-height: 90vh;
  min-height: 600px;
  width: 1050px;
  border-top-left-radius: 26px;
  border-top-right-radius: 26px;
}

.modal-search .modal-wrapper {
  width: 800px;
  height: 700px;
  max-height: 90%;
  overflow: hidden;
  border-radius: 20px;
}

.modal-search__row {
  height: 100%;
}

.modal-search__nav {
  flex: 0 0 270px;
  max-width: 270px;
  height: 100%;
  background-color: rgba(45, 87, 137, 0.06);
}

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

.modal-search__nav .heading {
  display: flex;
  align-items: center;
  height: 66px;
  padding-left: 25px;
  padding-right: 25px;
  color: #2d5789;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.modal-search__nav .heading .icon {
  color: #2d5789;
  font-size: 20px;
}

.modal-search__nav .heading .icon svg {
  fill: #2d5789;
}

.modal-search__nav .heading .text {
  padding-left: 10px;
  font-size: 18px;
  letter-spacing: -0.5px;
  font-weight: 900;
  text-transform: uppercase;
}

.modal-search__nav ul {
  padding-top: 10px;
  padding-bottom: 10px;
}

.modal-search__nav ul li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 13px 25px;
  color: #2d5789;
  position: relative;
  z-index: 1;
}

.modal-search__nav ul li a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 7px;
  bottom: 0;
  left: 7px;
  background-color: #2d5789;
  border-radius: 11px;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.modal-search__nav ul li a:hover {
  color: #fff;
}

.modal-search__nav ul li a:hover::after {
  opacity: 1;
  visibility: visible;
}

.modal-search__nav ul li a .icon {
  opacity: 0.5;
  font-size: 22px;
  width: 24px;
}

.modal-search__nav ul li a .text {
  flex: 1;
  font-size: 14px;
  font-weight: 600;
  padding-left: 12px;
}

.modal-search__input {
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.modal-search__input>.icon {
  position: absolute;
  left: 20px;
  color: #182f4a;
  font-size: 24px;
  opacity: 0.3;
}

.modal-search__input input {
  width: 100%;
  height: 100%;
  font-family: inherit;
  color: #182f4a;
  padding-left: calc(25px + 40px);
  padding-right: 70px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  font-size: 16px;
}

.modal-search__input input::-moz-placeholder {
  color: #182f4a;
}

.modal-search__input input::placeholder {
  color: #182f4a;
}

.modal-search__input input:focus+.border {
  width: 100%;
}

.modal-search__input .border {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 2px;
  background-image: linear-gradient(to right, #2d5789, #2d5789);
  width: 0;
  transition: width 0.4s;
}

.modal-search__input .btn-close {
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  display: inline-flex;
}

.modal-search__input .btn-close .icon {
  font-size: 24px;
  color: #182f4a;
  opacity: 0.7;
}

.modal-search__input .btn-close:hover .icon {
  opacity: 1;
}

.modal-search__container {
  height: 100%;
  flex: 0 0 calc(100% - 270px);
  max-width: calc(100% - 270px);
}

@media (max-width: 767px) {
  .modal-search__container {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.modal-search__content {
  padding-right: 25px;
  padding-bottom: 25px;
  padding-left: 25px;
  padding-top: 10px;
  height: calc(100% - 66px);
  overflow-y: auto;
  scrollbar-color: #2d5789 rgba(45, 87, 137, 0.2);
  scrollbar-width: thin;
}

.modal-search__content::-webkit-scrollbar-track {
  background-color: rgba(45, 87, 137, 0.2);
}

.modal-search__content::-webkit-scrollbar {
  width: 5px;
}

.modal-search__content::-webkit-scrollbar-thumb {
  background-color: #2d5789;
}

.modal-search__content .list-common ul {
  position: relative;
}

.modal-search__content .list-common ul::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  z-index: 1;
  height: 25px;
}

.modal-common__header {
  display: flex;
  align-items: center;
  height: calc(70px + 80px);
}

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

@media (min-width: 768px) {
  .modal-common__header {
    justify-content: space-between;
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (max-width: 767px) {
  .modal-common__header {
    justify-content: flex-end;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.modal-common__header .heading {
  align-items: center;
  color: #fff;
}

@media (max-width: 767px) {
  .modal-common__header .heading {
    display: none !important;
  }
}

.modal-common__header .heading .number {
  font-family: "Quicksand", sans-serif;
  font-size: 84px;
  line-height: 1;
  position: relative;
  top: 2px;
}

.modal-common__header .heading .icon:not(.ui-arrow) {
  font-size: 60px;
}

.modal-common__header .heading .icon.ui-arrow {
  font-size: 20px;
  margin-left: 30px;
}

.modal-common__header .heading>.title {
  margin-left: 25px;
  font-size: 54px;
  font-weight: 900;
  letter-spacing: -2px;
}

.modal-common__header .heading .desc {
  padding-left: 15px;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.1;
}

.modal-common__header .heading .desc .title {
  font-weight: 900;
  font-size: 32px;
  letter-spacing: -0.3px;
}

.modal-common__header .heading .desc .text {
  font-weight: 100;
  font-size: 24px;
  letter-spacing: -0.5px;
}

.modal-common__header .btn-close {
  display: inline-flex;
  position: relative;
  z-index: 10;
}

.modal-common__header .btn-close .icon {
  color: #fff;
  font-size: 48px;
}

.modal-common__container {
  padding-top: 2vw;
  padding-bottom: 2vw;
}

@media (min-width: 768px) {
  .modal-common__container {
    height: calc(100% - calc(70px + 80px));
  }
}

@media (max-width: 767px) {
  .modal-common__container {
    height: calc(100% - calc(70px + 80px) - 70px);
  }
}

@media (min-width: 768px) {
  .modal-common__container .card:not([class*="ui-"]) {
    height: calc(100vh - calc(70px + 80px));
  }
}

@media (max-width: 767px) {
  .modal-common__container .card:not([class*="ui-"]) {
    height: calc(100vh - calc(70px + 80px) - 80px);
  }
}

.modal-common__container .card.ui-cover {
  height: calc(100vh - calc(70px + 80px) - 20vh);
  max-height: 500px;
}

.modal-common__container .card-photo {
  height: calc(30% - 2vw);
}

.modal-common__container .card-footer {
  height: calc(calc(100% - 30%) - 2vw);
}

@media (min-width: 1750px) {
  .modal-common__container .card-footer {
    height: calc(calc(100% - 30%) - 3vw);
  }
}

.modal-online .modal-wrapper {
  height: 100%;
  transition: 0.4s;
  will-change: opacity, transform;
}

.modal-online .modal-wrapper:not(.is-visible) {
  opacity: 0;
  visibility: hidden;
  transform: scale(1.05);
}

.modal-summary .modal-wrapper {
  height: 100%;
  transition: 0.4s;
  will-change: opacity, transform;
}

.modal-summary .modal-wrapper:not(.is-visible) {
  opacity: 0;
  visibility: hidden;
  transform: scale(1.05);
}

.modal-personnel:not(.ui-style-1) .modal-wrapper {
  border-top-left-radius: 26px;
  border-top-right-radius: 26px;
}

.modal-personnel.ui-style-1 .modal-wrapper {
  border-radius: 26px;
}

.modal-personnel:not([class*="ui-size-"]) .modal-wrapper {
  max-height: 90vh;
  min-height: 750px;
  width: calc(1300px - 10px);
}

@media (min-width: 768px) {
  .modal-personnel.ui-size-1 .modal-wrapper {
    height: 595px;
  }
}

@media (min-width: 1200px) {
  .modal-personnel.ui-size-1 .modal-wrapper {
    width: calc(1300px - 10px);
  }
}

@media (max-width: 767px) {
  .modal-personnel.ui-size-1 .modal-wrapper {
    width: 390px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .modal-personnel.ui-size-1 .modal-wrapper {
    width: calc(768px - 10px);
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .modal-personnel.ui-size-1 .modal-wrapper {
    width: calc(992px - 10px);
  }
}

.modal-personnel__wrapper {
  height: 100%;
}

.modal-personnel__row {
  height: 100%;
  overflow: hidden;
}

.modal-personnel__row>div {
  height: 100%;
}

.modal-personnel__sidebar {
  height: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
}

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

.modal-personnel__card {
  height: 100%;
  position: relative;
}

.modal-personnel__card-cover {
  overflow: hidden;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.modal-personnel__card-cover:not(.ui-style-default) {
  height: 70%;
}

@media (min-width: 768px) {
  .modal-personnel__card-cover.ui-style-default {
    height: 450px;
  }
}

@media (max-width: 767px) {
  .modal-personnel__card-cover.ui-style-default {
    height: auto;
  }
}

.modal-personnel__card-cover.ui-style-default:empty {
  background-color: rgba(219, 226, 231, 0.5);
  min-height: 400px;
}

.modal-personnel__card-cover.ui-style-default img {
  -o-object-position: center 0;
  object-position: center 0;
}

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

.modal-personnel__card-body:not(.ui-style-default) {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.modal-personnel__card-body:not(.ui-style-default)::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: linear-gradient(transparent, #293863 65%);
  border-radius: 20px;
  opacity: 1;
}

.modal-personnel__card-body:not(.ui-style-default)>.title,
.modal-personnel__card-body:not(.ui-style-default)>.rank {
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
}

.modal-personnel__card-body:not(.ui-style-default)>.title {
  letter-spacing: -1px;
  font-weight: 900;
  font-size: 40px;
}

.modal-personnel__card-body:not(.ui-style-default)>.rank {
  letter-spacing: 2px;
  font-size: 18px;
  font-weight: 300;
  margin-top: 5px;
}

.modal-personnel__card-body.ui-style-default {
  background-color: #293863;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 20px 30px;
  text-align: center;
  color: #fff;
  line-height: 1.4;
}

.modal-personnel__card-body.ui-style-default>.title {
  text-transform: uppercase;
  font-weight: 900;
}

@media (min-width: 480px) {
  .modal-personnel__card-body.ui-style-default>.title {
    font-size: 20px;
  }
}

@media (max-width: 479px) {
  .modal-personnel__card-body.ui-style-default>.title {
    font-size: 18px;
  }
}

.modal-personnel__card-body.ui-style-default>.rank {
  font-size: 14px;
  opacity: 0.7;
}

@media (min-width: 480px) {
  .modal-personnel__card-body.ui-style-default>.rank {
    font-size: 14px;
  }
}

@media (max-width: 479px) {
  .modal-personnel__card-body.ui-style-default>.rank {
    font-size: 12px;
  }
}

.modal-personnel__card-social {
  margin-top: 20px;
}

.modal-personnel__card-social>a {
  display: inline-flex;
  width: 50px;
  height: 50px;
  border-radius: 11px;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  color: #fff;
  font-size: 18px;
  transition: 0.3s;
}

.modal-personnel__card-social>a:not(:last-child) {
  margin-right: 7px;
}

.modal-personnel__card-social>a:hover {
  border: 1px solid #2d5789;
  background-color: #2d5789;
  color: #fff;
}

.modal-personnel__nav {
  padding-top: 30px;
  padding-right: 30px;
}

.modal-personnel__nav ul li.is-current a {
  background-color: #2d5789;
  color: #fff;
  box-shadow: 0 0 20px rgba(45, 87, 137, 0.3);
}

.modal-personnel__nav ul li a {
  background-color: rgba(219, 226, 231, 0.3);
  color: #272a31;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: -0.3px;
  line-height: 1.35;
  text-transform: uppercase;
  padding-left: 15px;
  padding-right: 15px;
}

.modal-personnel__nav ul li a,
.modal-personnel__nav ul li .btn {
  height: 65px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  border-radius: 15px;
  font-family: inherit;
}

.modal-personnel__nav ul li .btn {
  flex-direction: column;
  background-color: #293863;
  padding-left: 10px;
  padding-right: 10px;
  transition: 0.3s;
}

.modal-personnel__nav ul li .btn:hover {
  background-color: #293863;
}

.modal-personnel__nav ul li .btn .icon {
  font-size: 32px;
  color: #fff;
}

.modal-personnel__container {
  padding-left: 30px;
}

.modal-personnel__container:not(.ui-no-nav) {
  height: calc(100% - 65px - 60px);
}

.modal-personnel__container.ui-no-nav {
  height: 95%;
}

@media (min-width: 768px) {
  .modal-personnel__container {
    overflow-y: auto;
    scrollbar-color: #2d5789 rgba(45, 87, 137, 0.2);
    scrollbar-width: thin;
  }

  .modal-personnel__container::-webkit-scrollbar-track {
    background-color: rgba(45, 87, 137, 0.2);
  }

  .modal-personnel__container::-webkit-scrollbar {
    width: 5px;
  }

  .modal-personnel__container::-webkit-scrollbar-thumb {
    background-color: #2d5789;
  }
}

@media (min-width: 768px) {
  .modal-personnel__container {
    margin-top: 15px;
    padding-top: 40px;
    padding-right: 60px;
    padding-bottom: 50px;
  }
}

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

@media (max-width: 767px) {
  .dots-nav {
    display: flex;
    overflow-y: auto;
  }
}

.dots-nav:not([class*="ui-size-"]) a {
  text-transform: uppercase;
  font-weight: 900;
  min-width: 120px;
  padding: 9px 19px;
  font-size: 13px;
}

.dots-nav:not([class*="ui-size-"]) a:not(:last-child) {
  margin-right: 7px;
}

.dots-nav:not([class*="ui-size-"]) a:hover {
  background-color: #2d5789;
}

.dots-nav.ui-size-1 a {
  font-size: 12px;
  font-weight: 800;
  padding: 5px 14px;
}

.dots-nav.ui-size-1 a:not(:last-child) {
  margin-right: 5px;
}

.dots-nav.ui-size-1 a:hover {
  background-color: #182f4a;
}

.dots-nav a {
  background-color: #fff;
  border-radius: 8px;
  color: #213f64;
  display: inline-flex;
  align-items: center;
  transition: 0.3s;
}

.dots-nav a::before {
  content: "";
  display: inline-flex;
  width: 6px;
  height: 6px;
  border-radius: 20px;
  background-color: currentColor;
  opacity: 0.15;
  margin-right: 10px;
}

.dots-nav a.is-current {
  color: #2d5789;
}

.dots-nav a:hover {
  color: #fff;
}

.days-nav:not([class*="ui-size-"]) .item a .title {
  font-size: 28px;
}

.days-nav:not([class*="ui-size-"]) .item a .text {
  font-size: 16px;
}

.days-nav.ui-size-1 .item a .title {
  font-size: 20px;
}

.days-nav.ui-size-1 .item a .text {
  font-size: 13px;
}

.days-nav .item {
  position: relative;
}

.days-nav .item.is-current a {
  color: #2d5789;
}

.days-nav .item a {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  line-height: 1;
  height: 55px;
  padding-left: 15px;
  padding-right: 15px;
  color: #182f4a;
  position: relative;
  z-index: 1;
  background-color: rgba(219, 226, 231, 0.3);
  border-radius: 11px;
  width: 100%;
}

.days-nav .item a span {
  display: block;
}

.days-nav .item a .title {
  font-weight: 800;
  letter-spacing: -1px;
}

.days-nav .item a .text {
  opacity: 0.7;
}

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

.accordion:not(.ui-no-content)>ul>li.is-open,
.accordion:not(.ui-no-content)>ul>li:hover {
  border: 1px solid rgba(0, 0, 0, 0);
  box-shadow: 0 2px 4px rgba(39, 42, 49, 0.1);
}

.accordion:not(.ui-no-content)>ul>li.is-open .accordion-header,
.accordion:not(.ui-no-content)>ul>li:hover .accordion-header {
  background: rgba(219, 226, 231, 0.3);
}

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

.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(33, 63, 100, 0.3);
}

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

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

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

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

.accordion.ui-no-content>ul>li a:hover {
  background-color: #2d5789;
  box-shadow: 5px 5px 30px rgba(45, 87, 137, 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 {
  margin-bottom: 15px;
}

.accordion>ul>li:last-child {
  margin-bottom: 0;
}

.accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  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: #272a31;
  letter-spacing: -0.5px;
  font-weight: 700;
  line-height: 1.4;
  overflow: hidden;
  max-height: 50px;
}

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

@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: flex;
  align-items: center;
}

.accordion-right>.icon {
  color: #182f4a;
  opacity: 0.5;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.335, 1);
  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: inline-flex;
  align-items: center;
  color: rgba(24, 47, 74, 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: #2d5789 rgba(45, 87, 137, 0.1);
  scrollbar-width: thin;
}

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

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

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

@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;
  }
}

.table-header {
  margin-bottom: 5px;
  display: flex;
  background-color: #fff;
  border-radius: 15px;
  padding-top: 12px;
  padding-bottom: 12px;
}

@media (min-width: 1200px) {
  .table-header {
    align-items: center;
    justify-content: space-between;
  }
}

@media (max-width: 1199px) {
  .table-header {
    flex-direction: column;
  }
}

@media (max-width: 1199px) {
  .table-header>div:not(:last-child) {
    margin-bottom: 10px;
  }
}

@media (min-width: 1200px) {
  .table-header:not(.ui-no-padding-h) {
    padding-left: 30px;
    padding-right: 15px;
  }
}

@media (max-width: 1199px) {
  .table-header:not(.ui-no-padding-h) {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.table-header .heading {
  color: #2d5789;
  font-size: 14px;
  font-weight: 900;
}

@media (max-width: 1199px) {
  .table-header .item {
    width: 100%;
  }
}

.table-header .item input {
  padding-left: 20px;
  height: 50px;
  border-radius: 15px;
  font-family: inherit;
  color: #182f4a;
  padding-right: 60px;
  font-size: 14px;
  font-weight: 700;
  border: 1px solid rgba(39, 42, 49, 0.15);
  border-radius: 15px;
  transition: 0.3s;
}

.table-header .item input::-moz-placeholder {
  color: #182f4a;
}

.table-header .item input::placeholder {
  color: #182f4a;
}

@media (min-width: 1200px) {
  .table-header .item input {
    width: 350px;
  }
}

@media (max-width: 1199px) {
  .table-header .item input {
    width: 100%;
  }
}

.table-header .item input:focus {
  border: 1px solid #2d5789;
}

.table-header .item input:focus+.icon {
  color: #2d5789;
  opacity: 1;
}

.table-header .item .icon {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  font-size: 18px;
  pointer-events: none;
  opacity: 0.4;
}

@media (min-width: 768px) {
  .table-list .list li:not(:last-child) {
    margin-bottom: 5px;
  }
}

@media (max-width: 767px) {
  .table-list .list li:not(:last-child) {
    margin-bottom: 40px;
  }
}

@media (min-width: 768px) {
  .table-list .list li:not(:first-child) .col-heading {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .table-list .list li:not(:first-child) .item {
    height: 100%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .table-list .list li:not(:first-child) .item {
    height: 100%;
  }
}

@media (min-width: 768px) {
  .table-list .list li:not(:first-child) .list-item .item {
    height: 100%;
  }
}

.table-list .list li:first-child .item {
  height: calc(100% - 34px);
}

.table-list .list li:not([class*="is-"]) .actions a .icon {
  background-color: rgba(45, 87, 137, 0.1);
  color: #2d5789;
}

.table-list .list li:not([class*="is-"]) .actions a:hover .icon {
  background-color: #2d5789;
  color: #fff;
  box-shadow: 5px 5px 20px rgba(45, 87, 137, 0.3);
}

.table-list .list li.is-resulted .actions a {
  color: #55b250;
}

.table-list .list li.is-resulted .actions a .icon {
  background-color: rgba(85, 178, 80, 0.1);
  color: #55b250;
}

.table-list .list li.is-resulted .actions a:hover .icon {
  background-color: #55b250;
  color: #fff;
  box-shadow: 5px 5px 20px rgba(85, 178, 80, 0.3);
}

.table-list .list li.is-failed .actions a {
  color: #2d5789;
}

.table-list .list li.is-failed .actions a .icon {
  background-color: rgba(45, 87, 137, 0.1);
  color: #2d5789;
}

.table-list .list li.is-failed .actions a:hover .icon {
  background-color: #2d5789;
  color: #fff;
  box-shadow: 5px 5px 20px rgba(45, 87, 137, 0.3);
}

.table-list .list li.is-cancelled .actions a {
  color: red;
}

.table-list .list li.is-cancelled .actions a .icon {
  background-color: rgba(255, 0, 0, 0.1);
  color: red;
}

.table-list .list li.is-cancelled .actions a:hover .icon {
  background-color: red;
  color: #fff;
  box-shadow: 5px 5px 20px rgba(255, 0, 0, 0.3);
}

@media (max-width: 767px) {
  .table-list .list-item {
    margin-left: -2px;
    margin-right: -2px;
  }
}

.table-list .list-item.ui-style-1 .item {
  background-color: rgba(219, 226, 231, 0.3);
}

@media (max-width: 767px) {
  .table-list .list-item>div {
    flex: 0 0 50% !important;
    max-width: 50% !important;
    padding-left: 2px;
    padding-right: 2px;
  }
}

.table-list .list-item>div:nth-child(even) .item .text {
  font-weight: 700;
}

@media (min-width: 768px) {
  .table-list .list-item>div:first-child .col-heading:not(.ui-no-center) {
    text-align: center;
  }
}

@media (min-width: 768px) {
  .table-list .list-item>div:first-child .item .text:not(.ui-no-center) {
    text-align: center;
  }
}

@media (min-width: 768px) {
  .table-list .list-item>div:first-child .item .text:not(.ui-no-width):not([class*="ui-width-"]) {
    width: 70px;
  }

  .table-list .list-item>div:first-child .item .text:not(.ui-no-width).ui-width-tender {
    width: 20px;
  }
}

.table-list .list-item>div>* {
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 768px) {
  .table-list .list-item>div:first-child .item {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
  }

  .table-list .list-item>div:first-child .col-heading {
    border-top-left-radius: 11px;
    border-bottom-left-radius: 11px;
  }
}

@media (min-width: 768px) {
  .table-list .list-item>div:last-child .item {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
  }

  .table-list .list-item>div:last-child .col-heading {
    border-top-right-radius: 11px;
    border-bottom-right-radius: 11px;
  }

  .table-list .list-item>div:last-child .col-heading:not(.ui-no-center) {
    text-align: center;
  }
}

.table-list .list-item .col-heading {
  font-weight: 900;
  color: rgba(24, 47, 74, 0.7);
  font-size: 12px;
  background-color: rgba(219, 226, 231, 0.5);
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.table-list .list-item .item {
  background-color: #fff;
  min-height: 70px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

@media (max-width: 767px) {
  .table-list .list-item .item {
    height: calc(100% - 34px);
  }
}

.table-list .list-item .item>.icon {
  background-color: #fff;
  align-items: center;
  justify-content: center;
  color: #2d5789;
  width: 50px;
  height: 50px;
  border-radius: 15px;
}

.table-list .list-item .item .text {
  font-weight: 300;
  color: #272a31;
}

@media (max-width: 767px) {
  .table-list .list-item .item .text {
    max-width: 350px;
  }
}

@media (min-width: 480px) {
  .table-list .list-item .item .text {
    font-size: 14px;
  }
}

@media (max-width: 479px) {
  .table-list .list-item .item .text {
    font-size: 12px;
  }
}

.table-list .list-item .item .text.ui-link {
  position: relative;
  z-index: 1;
}

.table-list .list-item .item .text.ui-link::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -3px;
  right: -7px;
  bottom: -3px;
  left: -7px;
  background-color: #dbe2e7;
  border-radius: 8px;
  opacity: 0;
  transition: 0.3s;
}

.table-list .list-item .item .text.ui-link:hover::before {
  opacity: 0.5;
}

.table-list .list-item .item .text a {
  color: currentColor;
}

.table-list .list-item .item .text a:hover {
  text-decoration: underline;
}

@media (min-width: 768px) {
  .table-list .list-item .actions {
    min-width: 63px;
    justify-content: center;
  }
}

.table-list .list-item .actions .btn:not(:last-child) {
  margin-right: 7px;
}

.table-list .list-item .actions .btn .icon {
  width: 35px;
  height: 35px;
  border-radius: 11px;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  transition: 0.3s;
}

.table-list .list-item .actions .link {
  font-size: 12px;
  font-weight: 900;
}

.table-pagination {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .table-nav {
    width: 100%;
  }
}

.table-nav.ui-active-color>ul>li.is-active>a:not(.ui-btn) {
  color: #2d5789;
}

.table-nav.ui-active-color>ul>li>button:not(.ui-btn).is-active {
  color: #2d5789;
}

.table-nav:not([class*="ui-color-"])>ul>li.is-resulted>a {
  color: #55b250;
}

.table-nav:not([class*="ui-color-"])>ul>li.is-failed>a {
  color: #fe5923;
}

.table-nav:not([class*="ui-color-"])>ul>li.is-cancelled>a {
  color: #e55353;
}

.table-nav>ul {
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .table-nav>ul {
    row-gap: 10px;
  }
}

.table-nav>ul>li {
  position: relative;
}

@media (min-width: 768px) {
  .table-nav>ul>li {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .table-nav>ul>li:not(:last-child) {
    margin-right: 20px;
  }
}

@media (max-width: 479px) {
  .table-nav>ul>li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .table-nav>ul>li {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}

.table-nav>ul>li.is-active>a:not(.ui-btn)::after,
.table-nav>ul>li.is-active>button:not(.ui-btn)::after {
  opacity: 0.1;
}

.table-nav>ul>li:hover>a:not(.ui-btn)::after,
.table-nav>ul>li:hover>button:not(.ui-btn)::after {
  opacity: 0.1;
}

.table-nav>ul>li>a,
.table-nav>ul>li>button {
  display: inline-flex;
  height: 25px;
  align-items: center;
  font-family: inherit;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
}

.table-nav>ul>li>a::after,
.table-nav>ul>li>button::after {
  content: "";
  border-radius: 8px;
  background-color: currentColor;
  position: absolute;
  top: -5px;
  right: -9px;
  bottom: -5px;
  left: -9px;
  z-index: -1;
}

.table-nav>ul>li>a .icon,
.table-nav>ul>li>button .icon {
  font-size: 14px;
  margin-right: 7px;
  opacity: 0.5;
}

.table-nav>ul>li>a .text,
.table-nav>ul>li>button .text {
  color: currentColor;
  font-size: 12px;
  font-weight: 900;
  position: relative;
}

.table-nav>ul>li>a:not(.ui-btn),
.table-nav>ul>li>button:not(.ui-btn) {
  color: #182f4a;
}

.table-nav>ul>li>a:not(.ui-btn)::after,
.table-nav>ul>li>button:not(.ui-btn)::after {
  opacity: 0;
  transition: 0.3s;
}

.table-nav>ul>li>a.ui-btn,
.table-nav>ul>li>button.ui-btn {
  color: #2d5789;
}

.table-nav>ul>li>a.ui-btn::after,
.table-nav>ul>li>button.ui-btn::after {
  opacity: 0.1;
  transition: 0.3s;
}

.table-nav>ul>li>a.ui-btn:hover,
.table-nav>ul>li>button.ui-btn:hover {
  color: #fff;
}

.table-nav>ul>li>a.ui-btn:hover::after,
.table-nav>ul>li>button.ui-btn:hover::after {
  background-color: #2d5789 !important;
  opacity: 1;
}

.table-nav>ul>li>button.is-active::after {
  opacity: 0.1;
}

.table-nav__dropdown {
  position: absolute;
  z-index: 2;
  top: 100%;
  right: -20px;
  left: -20px;
  margin-top: 10px;
  background-color: #fff;
  box-shadow: 0 20px 50px rgba(39, 42, 49, 0.15);
  border-radius: 11px;
  padding: 10px 18px;
  transform-origin: center top;
  transition: 0.3s;
}

.table-nav__dropdown.ui-list ul li.is-current a::after,
.table-nav__dropdown.ui-list ul li:hover a::after {
  opacity: 1;
}

.table-nav__dropdown.ui-list ul li a {
  color: #000;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.5px;
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative;
  z-index: 1;
}

.table-nav__dropdown.ui-list ul li a::after {
  content: "";
  background-color: rgba(41, 56, 99, 0.07);
  position: absolute;
  z-index: -1;
  top: 0;
  right: -10px;
  bottom: 0;
  left: -10px;
  border-radius: 8px;
  opacity: 0;
  transition: 0.3s;
}

.table-nav__dropdown:not(.is-visible) {
  opacity: 0;
  visibility: hidden;
  transform: scale(0.85);
}

.table-nav__dropdown ul {
  flex-direction: column;
}

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

.pagination li:not(:last-child) {
  margin-right: 10px;
}

.pagination li.active a {
  background-color: #272a31;
  color: #fff;
}

.pagination li:not(.active) a:hover {
  background-color: #293863;
  color: #fff;
}

.pagination li a {
  width: 45px;
  height: 45px;
  border-radius: 15px;
  display: inline-flex;
  background-color: #fff;
  align-items: center;
  justify-content: center;
  color: #182f4a;
  font-weight: 900;
  font-size: 16px;
  transition: 0.3s;
}

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

.inputfile+label {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  height: 60px;
  overflow: hidden;
  padding-left: 25px;
  padding-right: 25px;
  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(219, 226, 231, 0.5);
  border: 1px solid rgba(0, 0, 0, 0);
  font-weight: 600;
  color: #182f4a;
  border-radius: 15px;
  transition: 0.3s;
}

.inputfile-1+label:hover {
  border: 1px solid rgba(45, 87, 137, 0.5);
  color: #2d5789;
}

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

.shortcuts.ui-style-item .shortcuts-card.item {
  height: 95px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 15px;
  margin-bottom: 15px;
}

.shortcuts.ui-style-item .shortcuts-card.item:hover a {
  height: 100%;
}

.shortcuts.ui-style-item .shortcuts-card a {
  height: 78px;
  background-color: #fff;
  border-radius: 11px;
  display: flex;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  color: #272a31;
  box-shadow: 0 0 25px rgba(33, 63, 100, 0.07);
  transition: 0.3s;
}

.shortcuts.ui-style-item .shortcuts-card a:hover {
  background-color: #293863;
  color: #fff;
}

.shortcuts.ui-style-item .shortcuts-card a:hover .icon {
  color: #fff;
}

.shortcuts.ui-style-item .shortcuts-card .icon {
  color: #2d5789;
  font-size: 28px;
}

.shortcuts.ui-style-item .shortcuts-card .desc {
  flex: 1;
  padding-left: 10px;
}

.shortcuts.ui-style-item .shortcuts-card .desc .title {
  text-transform: uppercase;
  font-size: 13px;
  line-height: 1.25;
  font-weight: 900;
  display: inline-flex;
  flex-wrap: wrap;
}

.shortcuts.ui-style-item .shortcuts-card .desc .title span:not(:last-child) {
  margin-right: 3px;
}

.shortcuts.ui-style-item .shortcuts-card .desc .title span:nth-child(even) {
  font-weight: 300;
}

.shortcuts.ui-style-card .shortcuts-card {
  background-color: #039a36;
  border-radius: 11px;
  padding-top: 35px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.shortcuts.ui-style-card .shortcuts-card::before {
  content: "";
  position: absolute;
  top: 50px;
  right: -30px;
  bottom: -20px;
  left: -30px;
  z-index: -1;
  background-image: radial-gradient(closest-side, white, transparent);
  opacity: 0.3;
}

.shortcuts.ui-style-card .shortcuts-card .icon.ui-figure {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 10px;
  position: relative;
  z-index: 1;
}

@media (min-width: 1750px) {
  .shortcuts.ui-style-card .shortcuts-card .icon.ui-figure {
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 20px;
  }
}

.shortcuts.ui-style-card .shortcuts-card .icon.ui-figure::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  height: 1px;
  background-image: radial-gradient(rgba(255, 255, 255, 0.2) 50%,
      transparent,
      transparent);
}

.shortcuts.ui-style-card .shortcuts-card .icon.ui-figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  filter: drop-shadow(0 0 40px rgba(0, 0, 0, 0.5));
}

.shortcuts.ui-style-card .shortcuts-card .title {
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.3;
  letter-spacing: -0.5px;
  position: relative;
  z-index: 2;
  margin-top: 20px;
  max-width: 150px;
  margin-left: auto;
  margin-right: auto;
}

.shortcuts.ui-style-card .shortcuts-card .buttons-container {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding-bottom: 6px;
}

.card {
  position: relative;
}

.card.ui-cover a {
  display: block;
  position: relative;
  height: 100%;
}

.card.ui-cover a:hover .card-body::before {
  opacity: 1;
}

.card-photo {
  overflow: hidden;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background-color: #293863;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.card-photo .title {
  color: #293863;
  font-family: "Quicksand", sans-serif;
  line-height: 1;
  font-size: 60px;
  letter-spacing: -2px;
  white-space: nowrap;
}

.card-footer {
  background-color: #fff;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  position: relative;
}

.card-content {
  height: calc(100% - 55px);
  overflow-y: auto;
  scrollbar-color: #2d5789 rgba(45, 87, 137, 0.2);
  scrollbar-width: thin;
}

.card-content::-webkit-scrollbar-track {
  background-color: rgba(45, 87, 137, 0.2);
}

.card-content::-webkit-scrollbar {
  width: 5px;
}

.card-content::-webkit-scrollbar-thumb {
  background-color: #2d5789;
}

@media (min-width: 768px) {
  .card-content {
    padding: 25px 40px 40px 40px;
  }
}

@media (max-width: 767px) {
  .card-content {
    padding: 25px 30px;
  }
}

.card-content>.title {
  color: #2d5789;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.5px;
  line-height: 1.4;
}

.card-content ul {
  margin-top: 10px;
}

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

.card-content ul li a {
  display: block;
  border-radius: 8px;
  box-shadow: 0 2px 7px rgba(33, 63, 100, 0.15);
  border: 1px solid rgba(39, 42, 49, 0.1);
  background-color: #fff;
  padding: 8px 15px;
  transition: 0.3s;
}

.card-content ul li a:hover {
  background-color: #293863;
}

.card-content ul li a:hover .title {
  color: #fff;
}

.card-content ul li a:hover .text {
  color: #293863;
}

.card-content ul li a .title {
  font-size: 14px;
  color: #293863;
  font-weight: 700;
}

.card-content ul li a .text {
  font-size: 12px;
  color: #182f4a;
  line-height: 1.4;
  margin-top: 2px;
}

.card-sub {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(45, 87, 137, 0.1);
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  height: 55px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-sub a {
  color: #2d5789;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.card-cover {
  height: 100%;
  border-radius: 15px;
  overflow: hidden;
}

.card-cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transform: scale(1.01);
}

.card-body {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 15px;
  overflow: hidden;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 40px 45px;
}

.card-body::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: linear-gradient(transparent, #293863);
  opacity: 0.7;
  transition: 0.3s;
}

.card-body .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  margin-top: -75px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}

.card-body .play .icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 1px solid #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-left: 5px;
  padding-top: 3px;
  color: #fff;
  font-size: 36px;
}

.card-body .play .text {
  text-transform: uppercase;
  color: #fff;
  font-family: "Quicksand", sans-serif;
  letter-spacing: 5px;
  font-size: 24px;
  margin-top: 10px;
}

.card-body .title {
  color: #fff;
  font-family: "Quicksand", sans-serif;
  font-size: 36px;
  line-height: 1.15;
}

.card-body .title span {
  display: block;
}

.cards.ui-gap-1 ul {
  row-gap: 30px;
}

.card-v1 a {
  display: block;
  position: relative;
  border-radius: 11px;
  padding: 11px;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(39, 42, 49, 0.15);
}

@media (max-width: 479px) {
  .card-v1 a {
    padding: 6px;
  }
}

.card-v1 a:hover .card-v1-body::before {
  opacity: 0;
  visibility: hidden;
}

.card-v1 a:hover .card-v1-body::after {
  opacity: 0.85;
  visibility: visible;
}

.card-v1 a:hover .card-v1-body>.icon {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.card-v1-item {
  border-radius: 11px;
  overflow: hidden;
  position: relative;
}

.card-v1-cover {
  height: 215px;
  overflow: hidden;
}

@media (max-width: 479px) {
  .card-v1-cover {
    height: 150px;
  }
}

.card-v1-cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.card-v1-body {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
  color: #fff;
}

@media (max-width: 479px) {
  .card-v1-body {
    padding: 15px 15px 10px 15px;
  }
}

.card-v1-body::before,
.card-v1-body::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: 0.4s;
  will-change: opacity;
}

.card-v1-body::before {
  background-image: linear-gradient(transparent, #293863);
  opacity: 0.8;
}

.card-v1-body::after {
  background-color: rgba(45, 87, 137, 0.7);
  opacity: 0;
  visibility: hidden;
}

.card-v1-body .title {
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: auto;
}

@media (min-width: 1200px) {
  .card-v1-body .title {
    padding-right: 40px;
  }
}

@media (max-width: 479px) {
  .card-v1-body .title {
    font-size: 13px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: auto;
  }
}

.card-v1-body .date {
  font-size: 12px;
  margin-top: 7px;
}

@media (max-width: 479px) {
  .card-v1-body .date {
    font-size: 11px;
    margin-top: 3px;
  }
}

.card-v1-body .date .icon {
  font-size: 12px;
}

@media (max-width: 479px) {
  .card-v1-body .date .icon {
    font-size: 11px;
  }
}

.card-v1-body>.icon {
  position: absolute;
  align-items: center;
  justify-content: center;
  right: 15px;
  bottom: 15px;
  font-size: 18px;
  width: 40px;
  height: 40px;
  border-radius: 99px;
  border: 1px solid #fff;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.5);
  will-change: opacity, transform;
  transition: 0.3s;
}

@media (max-width: 479px) {
  .card-v1-body>.icon {
    display: none;
  }
}

.card-v1-footer {
  height: 55px;
  padding-top: 0;
  padding-left: 6px;
  padding-right: 6px;
  display: flex;
  padding-top: 10px;
  align-items: center;
}

.card-v1-footer .icon {
  font-size: 36px;
  width: 25px;
  opacity: 0.3;
  margin-right: 13px;
  color: #182f4a;
}

@media (max-width: 479px) {
  .card-v1-footer .icon {
    display: none;
  }
}

.card-v1-footer .title {
  color: #293863;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 39px;
}

@media (max-width: 479px) {
  .card-v1-footer .title {
    font-size: 13px;
  }
}

.projects.ui-gap-1 ul li {
  margin-bottom: 30px;
}

.card-v2 a {
  display: block;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 0 50px rgba(33, 63, 100, 0.2);
}

.card-v2 a:hover .card-v2-overlay {
  opacity: 1;
  visibility: visible;
}

.card-v2 a:hover .card-v2-overlay .title,
.card-v2 a:hover .card-v2-overlay .text,
.card-v2 a:hover .card-v2-overlay .number,
.card-v2 a:hover .card-v2-overlay .sub {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.card-v2-photo {
  height: 198px;
  overflow: hidden;
  background-color: #fff;
  border-bottom: 1px solid rgba(39, 42, 49, 0.08);
}

.card-v2-photo.ui-padding {
  padding: 20px;
}

.card-v2-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.card-v2-footer {
  background-color: #fff;
  text-align: center;
  padding: 25px 30px;
  height: 165px;
}

.card-v2-footer .title {
  color: #2d5789;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: -0.3px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 50px;
}

.card-v2-footer .text {
  color: #182f4a;
  font-size: 13px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 59px;
  margin-top: 5px;
}

.card-v2-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(45, 87, 137, 0.8);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  padding: 30px 35px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.card-v2-overlay .title,
.card-v2-overlay .text,
.card-v2-overlay .number,
.card-v2-overlay .sub {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-20px);
}

.card-v2-overlay .title {
  transition: 0.3s 0.1s;
  color: #fff;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: -0.3px;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: auto;
}

.card-v2-overlay .text {
  transition: 0.3s 0.2s;
  color: #fff;
  font-size: 13px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: auto;
}

.card-v2-overlay .number {
  transition: 0.3s 0.3s;
  color: #fff;
  font-family: "Quicksand", sans-serif;
  font-size: 36px;
  line-height: 1.2;
}

.card-v2-overlay .number span:last-child {
  font-size: 24px;
}

.card-v2-overlay .sub {
  transition: 0.3s 0.4s;
}

.card-v2-overlay .sub .icon {
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 40px;
  height: 40px;
  border-radius: 99px;
  border: 2px solid #fff;
  color: #fff;
}

.card-v2-overlay .sub .btn {
  font-size: 13px;
  color: #fff;
  margin-top: 13px;
  text-decoration: underline;
}

.boxes.ui-gap-1 ul li {
  margin-bottom: 20px;
}

.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--webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  height: 150px;
  padding: 0 !important;
  gap: 10px;
  border-radius: 15px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px rgba(69, 95, 118, 0.1);
  box-shadow: 0 0 20px rgba(69, 95, 118, 0.1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
}

.card-img {
  min-width: 150px;
  max-width: 150px;
  height: 100%;
  overflow: hidden;
}

.card-img img {
  width: 100%;
  height: 150px;
  -o-object-fit: cover;
  object-fit: cover !important;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.boxes-card a:hover {
  background-color: #293863;
}

.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: #213f64;
  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;
  margin: 0 auto;
}

@media (min-width: 1200px) {
  .boxes-card .title {
    padding-right: 20px;
  }
}

.boxes-sub {
  position: absolute;
  right: 15px;
  bottom: 15px;
  left: 30px;
  align-items: flex-end;
}

.boxes-sub:not(.ui-justify-end) {
  justify-content: space-between;
}

.boxes-sub .date,
.boxes-sub .text {
  color: rgba(24, 47, 74, 0.7);
  font-size: 12px;
  font-weight: 500;
}

.boxes-sub .icon {
  width: 25px;
  height: 25px;
  background-color: #2d5789;
  border-radius: 50%;
  color: #fff;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  padding-left: 2px;
}

.activities.ui-gap-1>ul>li {
  margin-bottom: 20px;
}

.activity-card {
  position: relative;
  display: flex;
  align-items: center;
}

.activity-card:hover .activity-description {
  background-color: #fff;
}

.activity-photo {
  background-color: #fff;
  border-radius: 11px;
  box-shadow: 0 0 30px rgba(39, 42, 49, 0.2);
  position: relative;
  z-index: 1;
}

@media (min-width: 480px) {
  .activity-photo {
    flex: 0 0 150px;
    max-width: 150px;
    padding: 11px;
    height: 220px;
  }
}

@media (max-width: 479px) {
  .activity-photo {
    flex: 0 0 130px;
    max-width: 130px;
    padding: 7px;
    height: 198px;
    display: none;
  }
}

.activity-photo a {
  display: block;
  position: relative;
  height: 100%;
}

.activity-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 11px;
}

.activity-description {
  display: flex;
  flex-direction: column;
  position: relative;
  background-color: rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 20px rgba(39, 42, 49, 0.1);
  padding-left: 15px;
  padding-right: 10px;
  padding-top: 15px;
  transition: 0.3s;
}

@media (min-width: 480px) {
  .activity-description {
    flex: 0 0 calc(100% - 150px);
    max-width: calc(100% - 150px);
    height: calc(220px - 30px);
    border-top-right-radius: 11px;
    border-bottom-right-radius: 11px;
  }
}

@media (max-width: 479px) {
  .activity-description {
    flex: 0 0 100%;
    max-width: 100%;
    border-radius: 11px;
    padding-bottom: 30px;
  }
}

.activity-description .title {
  color: #2d5789;
  font-size: 16px;
  letter-spacing: -0.5px;
  font-weight: 800;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 42px;
}

.activity-description .title a {
  color: currentColor;
}

.activity-description>.icon {
  position: absolute;
  right: 8px;
  bottom: 8px;
  width: 17px;
  height: 17px;
  color: #2d5789;
  border: 1px solid #2d5789;
  border-radius: 50%;
  font-size: 10px;
  align-items: center;
  justify-content: center;
}

.activity-description .more {
  position: absolute;
  right: 12px;
  bottom: 9px;
  color: #2d5789;
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
}

.activity-description .infos.ui-style-group {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
}

.activity-description .infos.ui-style-group .heading {
  width: 100%;
  line-height: 1;
  font-size: 11px;
  color: #2d5789;
  font-weight: 700;
}

.activity-description .infos.ui-style-group ul {
  flex: 0 0 50%;
  max-width: 50%;
  margin-top: 5px;
}

.activity-description .infos ul li:not(:last-child) {
  margin-bottom: 2px;
}

.activity-description .infos .item {
  font-size: 11px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.activity-description .infos .item .icon {
  font-size: 11px;
  opacity: 0.4;
  width: 12px;
  justify-content: center;
}

.activity-description .infos .item .text {
  color: #272a31;
  flex: 1;
  padding-left: 5px;
  padding-right: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: auto;
}

.activity-description .infos .item a.text:hover {
  color: #2d5789;
}

.activity-description .markers {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
  margin-top: 8px;
}

.activity-description .markers .marker-item {
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 5px;
  padding-right: 5px;
}

.activity-description .markers .marker-item:not(.is-today) ul {
  border: 1px solid rgba(39, 42, 49, 0.1);
}

.activity-description .markers .marker-item.is-today {
  position: relative;
}

.activity-description .markers .marker-item.is-today>.icon {
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -1px;
  right: 5px;
  z-index: 2;
  background-color: #fff;
  width: 20px;
  height: 20px;
  color: #2d5789;
  border-radius: 15px;
  font-size: 9px;
}

.activity-description .markers .marker-item.is-today ul {
  border: 3px solid rgba(39, 42, 49, 0.2);
}

.activity-description .markers .marker-item ul {
  height: 90px;
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  border-radius: 11px;
  padding: 8px 10px;
}

.activity-description .markers .marker-item ul li:first-child {
  margin-bottom: 5px;
}

.activity-description .markers .marker-item ul li .heading {
  font-weight: 800;
  letter-spacing: -0.5px;
  font-size: 12px;
  line-height: 1.3;
  color: #272a31;
  display: block;
  height: 33px;
  overflow: hidden;
  transition: 0.3s;
}

.activity-description .markers .marker-item ul li .heading:hover {
  color: #2d5789;
}

.activity-description .markers .marker-item .item {
  display: flex;
  align-items: center;
}

.activity-description .markers .marker-item .item .icon {
  justify-content: center;
  font-size: 11px;
  margin-right: 3px;
  margin-top: -1px;
  opacity: 0.3;
  width: 12px;
}

.activity-description .markers .marker-item .item .text {
  flex: 1;
  color: #182f4a;
  font-size: 11px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: auto;
}

.brand-card a {
  display: block;
  position: relative;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 0 25px rgba(33, 63, 100, 0.1);
  transition: 0.3s;
}

.brand-card a:hover {
  box-shadow: 0 0 25px rgba(33, 63, 100, 0.25);
}

.brand-card a:hover .brand-footer .title {
  color: #2d5789;
}

.brand-photo {
  height: 100px;
  overflow: hidden;
  padding: 15px;
  position: relative;
  z-index: 1;
}

.brand-photo::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  height: 1px;
  background-image: radial-gradient(rgba(219, 226, 231, 0.4) 35%,
      transparent,
      transparent);
}

.brand-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.brand-footer {
  text-align: center;
  height: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 10px;
  padding-right: 10px;
}

.brand-footer .title {
  color: #272a31;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.4;
  text-transform: uppercase;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: auto;
  transition: 0.3s;
}

.gallery.ui-gap-1 ul li {
  margin-bottom: 20px;
}

.gallery.ui-gap-1 ul.js-more-list li:not(.ui-not) {
  display: none;
}

.gallery-card a {
  display: block;
  position: relative;
}

.gallery-card a:hover .gallery-photo img {
  transform: scale(1.1);
}

.gallery-photo {
  overflow: hidden;
  height: 149px;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 10px rgba(39, 42, 49, 0.2);
}

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

.gallery-btn {
  background-color: #182f4a;
  width: 100%;
  height: 140px;
  border-radius: 15px;
  font-family: inherit;
  color: #fff;
  line-height: 1;
  transition: 0.3s;
  display: none;
}

.gallery-btn:hover {
  background-color: #272a31;
}

.gallery-btn .number {
  font-size: 60px;
  font-weight: 900;
}

.gallery-btn .text {
  font-size: 13px;
  text-transform: uppercase;
  margin-top: 5px;
  opacity: 0.7;
}

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

.document-card {
  height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 5px 5px 40px rgba(39, 42, 49, 0.1);
  border-radius: 20px;
  padding: 25px 25px 20px 25px;
  transition: 0.3s;
}

@media (max-width: 1199px) {
  .document-card {
    padding: 20px 20px 15px 20px;
    height: 190px;
  }
}

.document-card:hover {
  box-shadow: 5px 5px 40px rgba(39, 42, 49, 0.2);
}

.document-header {
  justify-content: space-between;
  align-items: center;
}

.document-header .icon {
  width: 60px;
  height: 60px;
  border-radius: 15px;
  align-items: 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(39, 42, 49, 0.1);
  color: #272a31;
}

.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: #182f4a;
  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: #272a31;
  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(24, 47, 74, 0.6);
  font-size: 12px;
  display: inline-flex;
  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;
}

.personnel.ui-gap-1 ul li {
  margin-bottom: 10px;
}

.personnel.ui-gap-2 ul li {
  margin-bottom: 30px;
}

.personnel.ui-gap-3 ul li {
  margin-bottom: 30px;
}

.personnel.ui-col-5 ul li {
  flex: 0 0 20%;
  max-width: 20%;
  padding-left: 10px;
  padding-right: 10px;
}

.personnel:not([class*="ui-list-"]) ul {
  justify-content: center;
}

.personnel[class*="ui-list-single-"] ul {
  justify-content: center;
}

.personnel[class*="ui-list-single-"] .personnel-photo {
  height: 300px;
}

.personnel.ui-list-single-1 ul li:nth-child(-n + 1) {
  flex: 0 0 100%;
  max-width: 100%;
  display: flex;
  justify-content: center;
}

@media (min-width: 768px) {
  .personnel.ui-list-single-1 ul li:nth-child(-n + 1) .personnel-card {
    flex: 0 0 calc(33.33333% - 35px);
    max-width: calc(33.33333% - 35px);
  }
}

@media (max-width: 991px) {
  .personnel.ui-list-single-1 ul li:nth-child(-n + 1) .personnel-card {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .personnel.ui-list-single-1 ul li:nth-child(-n + 1) .personnel-card {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}

.personnel.ui-list-single-2 ul li:nth-child(-n + 2) {
  flex: 0 0 100%;
  max-width: 100%;
  display: flex;
  justify-content: center;
}

@media (min-width: 768px) {
  .personnel.ui-list-single-2 ul li:nth-child(-n + 2) .personnel-card {
    flex: 0 0 calc(33.33333% - 35px);
    max-width: calc(33.33333% - 35px);
  }
}

@media (max-width: 991px) {
  .personnel.ui-list-single-2 ul li:nth-child(-n + 2) .personnel-card {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .personnel.ui-list-single-2 ul li:nth-child(-n + 2) .personnel-card {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}

@media (min-width: 768px) {
  .personnel:not([class*="ui-list-single-"]) .personnel-photo {
    height: 245px;
  }
}

@media (max-width: 479px) {
  .personnel:not([class*="ui-list-single-"]) .personnel-photo {
    height: 50vw;
    max-height: 200px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .personnel:not([class*="ui-list-single-"]) .personnel-photo {
    height: 50vw;
    max-height: 300px;
  }
}

@media (max-width: 479px) {
  .personnel:not(.ui-list-single) ul li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.personnel:not(.ui-list-single) .personnel-card a {
  display: block;
  position: relative;
}

.personnel:not(.ui-list-single) .personnel-card a:hover .personnel-photo img {
  filter: grayscale(0);
}

.personnel:not(.ui-list-single) .personnel-card a:hover .personnel-footer {
  background-color: #2d5789;
}

.personnel:not(.ui-list-single) .personnel-photo {
  overflow: hidden;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.personnel:not(.ui-list-single) .personnel-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center 0;
  object-position: center 0;
  filter: grayscale(1);
  transition: 0.3s;
}

.personnel:not(.ui-list-single) .personnel-footer {
  background-color: #293863;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 13px 10px;
  text-align: center;
  color: #fff;
  line-height: 1.4;
  transition: 0.3s;
}

.personnel:not(.ui-list-single) .personnel-footer .title {
  font-size: 14px;
  font-weight: 800;
}

@media (max-width: 479px) {
  .personnel:not(.ui-list-single) .personnel-footer .title {
    font-size: 12px;
  }
}

.personnel:not(.ui-list-single) .personnel-footer .rank {
  font-size: 11px;
  opacity: 0.7;
}

@media (max-width: 479px) {
  .personnel:not(.ui-list-single) .personnel-footer .rank {
    font-size: 10px;
  }
}

@media (max-width: 479px) {
  .personnel.ui-list-single ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
  }
}

@media (max-width: 479px) {
  .personnel.ui-list-single ul li {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 5px;
    padding-right: 5px;
  }
}

.personnel.ui-list-single .personnel-item {
  flex-wrap: wrap;
}

@media (max-width: 479px) {
  .personnel.ui-list-single .personnel-item {
    background-color: #fff;
    height: 100%;
    border-radius: 11px;
  }
}

@media (max-width: 479px) {
  .personnel.ui-list-single .personnel-item>div {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.personnel.ui-list-single .personnel-left {
  position: relative;
  overflow: hidden;
}

@media (min-width: 480px) {
  .personnel.ui-list-single .personnel-left {
    flex: 0 0 45%;
    max-width: 45%;
    border-radius: 11px;
  }
}

@media (max-width: 479px) {
  .personnel.ui-list-single .personnel-left {
    border-top-left-radius: 11px;
    border-top-right-radius: 11px;
  }
}

.personnel.ui-list-single .personnel-body {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 15px;
}

.personnel.ui-list-single .personnel-body::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: linear-gradient(transparent, #293863);
  opacity: 0.7;
}

.personnel.ui-list-single .personnel-social a {
  width: 25px;
  height: 25px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  font-size: 11px;
  transition: 0.3s;
}

.personnel.ui-list-single .personnel-social a:not(:last-child) {
  margin-right: 5px;
}

.personnel.ui-list-single .personnel-social a:hover {
  border: 1px solid #fff;
}

.personnel.ui-list-single .personnel-photo {
  overflow: hidden;
}

@media (min-width: 768px) {
  .personnel.ui-list-single .personnel-photo {
    height: 235px;
  }
}

@media (max-width: 479px) {
  .personnel.ui-list-single .personnel-photo {
    height: 55vw;
    max-height: 215px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .personnel.ui-list-single .personnel-photo {
    height: 52vw;
    max-height: 315px;
  }
}

.personnel.ui-list-single .personnel-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.personnel.ui-list-single .personnel-right {
  background-color: #fff;
}

@media (min-width: 480px) {
  .personnel.ui-list-single .personnel-right {
    flex: 0 0 calc(100% - 45%);
    max-width: calc(100% - 45%);
    border-top-right-radius: 11px;
    border-bottom-right-radius: 11px;
    padding: 25px 25px 25px 20px;
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}

@media (min-width: 768px) {
  .personnel.ui-list-single .personnel-right {
    height: calc(235px - 30px);
  }
}

@media (max-width: 479px) {
  .personnel.ui-list-single .personnel-right {
    border-bottom-left-radius: 11px;
    border-bottom-right-radius: 11px;
    padding: 15px;
    height: calc(100% - 55vw);
  }
}

@media (min-width: 390px) and (max-width: 479px) {
  .personnel.ui-list-single .personnel-right {
    height: calc(100% - 210px);
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .personnel.ui-list-single .personnel-right {
    height: 45vw;
    max-height: 275px;
  }
}

.personnel.ui-list-single .personnel-right .heading {
  line-height: 1.3;
}

.personnel.ui-list-single .personnel-right .heading .title {
  font-weight: 800;
  letter-spacing: -0.5px;
  line-height: 1.4;
  font-size: 16px;
  color: #2d5789;
}

@media (min-width: 480px) {
  .personnel.ui-list-single .personnel-right .heading .title {
    font-size: 16px;
  }
}

@media (max-width: 479px) {
  .personnel.ui-list-single .personnel-right .heading .title {
    font-size: 14px;
  }
}

.personnel.ui-list-single .personnel-right .heading .rank {
  color: rgba(24, 47, 74, 0.7);
  text-transform: uppercase;
  line-height: 1.4;
  display: inline-flex;
  transition: 0.3s;
}

@media (min-width: 480px) {
  .personnel.ui-list-single .personnel-right .heading .rank {
    font-size: 12px;
  }
}

@media (max-width: 479px) {
  .personnel.ui-list-single .personnel-right .heading .rank {
    font-size: 10px;
  }
}

.personnel.ui-list-single .personnel-right .heading .rank:hover {
  color: #182f4a;
}

.personnel.ui-list-single .personnel-right .infos .item:not(:last-child) {
  margin-bottom: 5px;
}

.personnel.ui-list-single .personnel-right .infos .item .text {
  border-bottom: 1px solid rgba(39, 42, 49, 0.1);
}

@media (max-width: 479px) {
  .personnel.ui-list-single .personnel-right .infos .item .icon {
    display: none;
  }
}

@media (min-width: 1200px) {
  .books.ui-col-5>ul>li {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

.books.ui-list>ul>li {
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

@media (max-width: 479px) {
  .books.ui-list>ul>li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.book-card>a {
  display: block;
  position: relative;
}

.book-card>a:hover .book-photo {
  box-shadow: 0 0 25px rgba(39, 42, 49, 0.3);
}

.book-content {
  display: block;
  position: relative;
  background: #fff;
  border: 1px solid rgba(39, 42, 49, 0.08);
  border-radius: 11px;
  transition: 0.3s;
}

@media (min-width: 480px) {
  .book-content {
    padding: 10px;
  }
}

@media (min-width: 768px) {
  .book-content {
    height: 380px;
  }
}

@media (max-width: 479px) {
  .book-content {
    padding: 5px;
    height: 90vw;
    max-height: 350px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .book-content {
    height: 78vw;
    max-height: 470px;
  }
}

.book-content:hover {
  box-shadow: 0 20px 25px rgba(39, 42, 49, 0.15);
}

.book-photo {
  overflow: hidden;
  border-radius: 11px;
  background-color: rgba(219, 226, 231, 0.2);
  transition: 0.3s;
}

@media (min-width: 992px) {
  .book-photo {
    height: 240px;
  }
}

@media (max-width: 479px) {
  .book-photo {
    max-height: 170px;
    height: 43vw;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .book-photo {
    height: 47vw;
    max-height: 284px;
  }
}

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

@media (min-width: 992px) and (max-width: 1199px) {
  .book-photo {
    height: 210px;
  }
}

.book-photo a {
  display: block;
  position: relative;
  height: 100%;
}

.book-photo a .icon {
  color: #182f4a;
  font-size: 60px;
  opacity: 0.15;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.book-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}

.book-footer {
  text-align: center;
}

@media (min-width: 480px) {
  .book-footer {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
  }
}

@media (max-width: 479px) {
  .book-footer {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
  }
}

.book-footer .title {
  font-family: "Quicksand", sans-serif;
  color: #272a31;
  font-size: 18px;
  line-height: 1.3;
  max-height: 47px;
  overflow: hidden;
}

@media (min-width: 480px) {
  .book-footer .title {
    font-size: 18px;
  }
}

@media (max-width: 479px) {
  .book-footer .title {
    font-size: 16px;
  }
}

.book-footer__action {
  position: absolute;
  right: 6px;
  bottom: 6px;
  left: 6px;
}

@media (min-width: 480px) {
  .book-footer__action .row>div:first-child .item {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
  }

  .book-footer__action .row>div:last-child .item {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
  }
}

@media (max-width: 479px) {
  .book-footer__action .row>div:not(:last-child) {
    margin-bottom: 5px;
  }
}

.book-footer__action .item {
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(24, 47, 74, 0.75);
  font-size: 14px;
  font-family: "Quicksand", sans-serif;
  background: rgba(219, 226, 231, 0.5);
  transition: 0.3s;
}

@media (min-width: 480px) {
  .book-footer__action .item {
    height: 45px;
  }
}

@media (max-width: 479px) {
  .book-footer__action .item {
    border-radius: 5px;
    height: 40px;
  }
}

.book-footer__action .item .icon {
  margin-right: 10px;
  font-size: 14px;
}

.book-footer__action .item:hover {
  background: #272a31;
  color: #fff;
}

.videos.ui-gap-1 ul li {
  margin-bottom: 30px;
}

@media (max-width: 479px) {
  .videos.ui-list ul {
    margin-left: -5px;
    margin-right: -5px;
  }
}

@media (max-width: 479px) {
  .videos.ui-list ul li {
    padding-left: 5px;
    padding-right: 5px;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.video-card {
  position: relative;
}

.video-card:hover .video-photo img {
  transform: scale(1.1);
}

.video-header {
  position: relative;
}

.video-header>.icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: linear-gradient(#2d5789, rgba(45, 87, 137, 0.5));
  width: 50px;
  height: 50px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  padding-left: 2px;
  pointer-events: none;
}

.video-photo {
  overflow: hidden;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

@media (min-width: 768px) {
  .video-photo {
    height: 180px;
  }
}

@media (max-width: 767px) {
  .video-photo {
    height: 35vw;
  }
}

@media (max-width: 479px) {
  .video-photo {
    max-height: 140px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .video-photo {
    max-height: 215px;
  }
}

.video-photo a {
  display: block;
  position: relative;
  height: 100%;
}

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

.video-footer {
  padding-top: 25px;
  padding-left: 20px;
  padding-right: 20px;
  height: 140px;
  background-color: rgba(255, 255, 255, 0.5);
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

@media (max-width: 479px) {
  .video-footer .avatar {
    display: none;
  }
}

.video-footer .avatar a {
  display: block;
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 50%;
}

.video-footer .avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.video-footer .avatar .letter {
  display: inline-flex;
  width: 100%;
  height: 100%;
  background-color: rgba(219, 226, 231, 0.4);
  color: #182f4a;
  line-height: 1;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 900;
}

.video-footer .description {
  display: flex;
  flex-direction: column;
}

@media (min-width: 480px) {
  .video-footer .description {
    flex: 0 0 calc(100% - 50px);
    max-width: calc(100% - 50px);
    padding-left: 15px;
  }
}

.video-footer .description .title a {
  color: #213f64;
  font-size: 14px;
  font-weight: 800;
  display: block;
  line-height: 1.4;
  letter-spacing: -0.3px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: auto;
  transition: 0.3s;
}

.video-footer .description .title a:hover {
  color: #2d5789;
}

.video-footer .description .tag {
  color: rgba(24, 47, 74, 0.7);
  font-size: 12px;
  display: inline-block;
  transition: 0.3s;
}

.video-footer .description .tag:hover {
  color: #182f4a;
}

.video-footer .description .date {
  color: rgba(24, 47, 74, 0.5);
  font-size: 11px;
  display: inline-flex;
  align-items: center;
  margin-top: 10px;
}

.video-footer .description .date .icon {
  font-size: 11px;
  margin-top: -3px;
  margin-right: 5px;
}

.categories.ui-gap-1 ul li {
  margin-bottom: 40px;
}

.category-card a {
  display: flex;
  position: relative;
  justify-content: flex-end;
  border-radius: 15px;
}

.category-card a:hover .category-cover img {
  filter: grayscale(0);
}

.category-card a:hover .category-body__content .title {
  color: #2d5789;
}

.category-card a:hover .category-body>.icon {
  transform: scale(1.2);
}

.category-cover {
  overflow: hidden;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  width: 50%;
}

@media (min-width: 480px) {
  .category-cover {
    height: 350px;
  }
}

@media (max-width: 479px) {
  .category-cover {
    height: 250px;
  }
}

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

.category-cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  filter: grayscale(1);
  transition: 0.3s;
}

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

@media (min-width: 480px) {
  .category-body {
    padding: 40px 50px;
  }
}

@media (max-width: 479px) {
  .category-body {
    padding: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .category-body {
    padding: 30px;
  }
}

.category-body::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: linear-gradient(to left, transparent, #fff 50%);
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

.category-body>.icon {
  position: absolute;
  font-size: 48px;
  color: #2d5789;
  transition: 0.4s;
}

@media (min-width: 480px) {
  .category-body>.icon {
    bottom: 40px;
    left: 50px;
    font-size: 48px;
  }
}

@media (max-width: 479px) {
  .category-body>.icon {
    bottom: 30px;
    left: 25px;
    font-size: 36px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .category-body>.icon {
    bottom: 30px;
    left: 25px;
    font-size: 36px;
  }
}

.category-body__content {
  width: calc(50% + 50px);
  position: relative;
}

.category-body__content .title {
  text-transform: uppercase;
  font-family: "Barlow Condensed", sans-serif;
  color: #272a31;
  transition: 0.3s;
}

.category-body__content .title:not([class*="ui-size-"]) {
  width: -moz-min-content;
  width: min-content;
  line-height: 1.1;
}

@media (min-width: 480px) {
  .category-body__content .title:not([class*="ui-size-"]) {
    font-size: 42px;
    letter-spacing: -2.5px;
  }
}

@media (max-width: 479px) {
  .category-body__content .title:not([class*="ui-size-"]) {
    font-size: 28px;
    letter-spacing: -1px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .category-body__content .title:not([class*="ui-size-"]) {
    font-size: 28px;
    letter-spacing: -1px;
  }
}

.category-body__content .title.ui-size-1 {
  letter-spacing: -1px;
  line-height: 1.3;
}

@media (min-width: 480px) {
  .category-body__content .title.ui-size-1 {
    font-size: 32px;
  }
}

@media (max-width: 479px) {
  .category-body__content .title.ui-size-1 {
    font-size: 24px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .category-body__content .title.ui-size-1 {
    font-size: 24px;
  }
}

.category-body__content .text {
  color: rgba(39, 42, 49, 0.7);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.3;
  margin-top: 10px;
}

@media (min-width: 480px) {
  .category-body__content .text {
    font-size: 16px;
  }
}

@media (max-width: 479px) {
  .category-body__content .text {
    font-size: 13px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .category-body__content .text {
    font-size: 13px;
  }
}

.project-category__card {
  display: block;
  position: relative;
  overflow: hidden;
}

.project-category__card:hover .project-category__cover img {
  transform: scale(1.1);
}

.project-category__card:hover .project-category__body-footer {
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
}

.project-category__card:hover .project-category__overlay {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.project-category__cover {
  overflow: hidden;
  background-color: #293863;
}

@media (min-width: 992px) {
  .project-category__cover {
    height: 30vw;
  }
}

@media (max-width: 479px) {
  .project-category__cover {
    height: 100vw;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .project-category__cover {
    height: 60vw;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .project-category__cover {
    height: 60vw;
  }
}

.project-category__cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0.4;
  transition: 1s cubic-bezier(0, 0, 0.2, 1);
}

.project-category__body {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

@media (min-width: 992px) {
  .project-category__body {
    padding: 2.5vw 3vw;
  }
}

@media (max-width: 479px) {
  .project-category__body {
    padding: 10vw;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .project-category__body {
    padding: 5vw;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .project-category__body {
    padding: 7.5vw;
  }
}

.project-category__body::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: linear-gradient(transparent, #293863);
}

.project-category__body-footer {
  transition: 0.3s;
}

.project-category__body-footer .total {
  margin-bottom: 20px;
  font-family: "Quicksand", sans-serif;
  line-height: 0.7;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #293863;
}

@media (min-width: 992px) {
  .project-category__body-footer .total {
    font-size: 10vw;
    margin-left: -10px;
    letter-spacing: -7px;
  }
}

@media (max-width: 479px) {
  .project-category__body-footer .total {
    font-size: 33.33333vw;
    letter-spacing: -5px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .project-category__body-footer .total {
    font-size: 20vw;
    letter-spacing: -3px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .project-category__body-footer .total {
    font-size: 20vw;
    letter-spacing: -3px;
  }
}

.project-category__body-footer .title {
  color: #fff;
  font-family: "Quicksand", sans-serif;
  line-height: 1;
  letter-spacing: -1.2px;
  width: -moz-min-content;
  width: min-content;
}

@media (min-width: 992px) {
  .project-category__body-footer .title {
    font-size: 3vw;
  }
}

@media (max-width: 479px) {
  .project-category__body-footer .title {
    font-size: 12vw;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .project-category__body-footer .title {
    font-size: 9vw;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .project-category__body-footer .title {
    font-size: 7vw;
  }
}

.project-category__overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  background-color: rgba(45, 87, 137, 0.8);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  opacity: 0;
  visibility: hidden;
  transform: scale(1.05);
  transition: 0.3s;
}

@media (min-width: 992px) {
  .project-category__overlay {
    padding: 4.5vw 2vw 2vw 2vw;
  }
}

@media (max-width: 479px) {
  .project-category__overlay {
    padding: 10vw;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .project-category__overlay {
    padding: 5vw;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .project-category__overlay {
    padding: 7.5vw;
  }
}

.project-category__overlay-header {
  align-items: center;
  color: #fff;
}

.project-category__overlay-header .total {
  font-family: "Quicksand", sans-serif;
  line-height: 0.9;
  letter-spacing: -2px;
  margin-right: 15px;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
}

@media (min-width: 768px) {
  .project-category__overlay-header .total {
    font-size: 4.75vw;
  }
}

@media (max-width: 479px) {
  .project-category__overlay-header .total {
    font-size: 20vw;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .project-category__overlay-header .total {
    font-size: 10vw;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .project-category__overlay-header .total {
    font-size: 10vw;
  }
}

.project-category__overlay-header .desc {
  flex: 1;
}

.project-category__overlay-header .desc .title {
  width: -moz-min-content;
  width: min-content;
  line-height: 1.1;
  text-transform: uppercase;
  font-weight: 900;
}

@media (min-width: 768px) {
  .project-category__overlay-header .desc .title {
    font-size: 1.75vw;
    letter-spacing: -1.5px;
  }
}

@media (max-width: 479px) {
  .project-category__overlay-header .desc .title {
    font-size: 7vw;
    letter-spacing: -1.5px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .project-category__overlay-header .desc .title {
    font-size: 3.5vw;
    letter-spacing: -0.5px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .project-category__overlay-header .desc .title {
    font-size: 3.5vw;
    letter-spacing: -1px;
  }
}

.project-category__overlay-middle ul li:not(:last-child) {
  margin-bottom: 15px;
}

.project-category__overlay-middle .item {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  position: relative;
}

.project-category__overlay-middle .item:hover::after {
  opacity: 1;
}

.project-category__overlay-middle .item::after {
  content: "";
  position: absolute;
  left: calc(25px - 10px);
  right: 0;
  bottom: 1px;
  background-color: #fff;
  height: 1px;
  opacity: 0.3;
  transition: 0.3s;
}

.project-category__overlay-middle .item .icon {
  background-color: #fff;
  border-radius: 5px;
  width: 25px;
  height: 25px;
  align-items: center;
  justify-content: center;
  color: #2d5789;
  font-size: 14px;
}

.project-category__overlay-middle .item .text {
  flex: 1;
  padding-left: 13px;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: -0.5px;
  color: #fff;
  text-transform: uppercase;
  position: relative;
}

.project-category__overlay-middle .item .text::after {
  content: attr(data-total);
  position: absolute;
  right: 10px;
  font-size: 13px;
  top: 50%;
  transform: translateY(-50%);
  color: #2d5789;
}

@media (min-width: 480px) and (max-width: 767px) {
  .project-category__overlay-middle .item .text::after {
    font-size: 12px;
  }
}

.project-category__overlay-footer .btn {
  text-align: center;
  width: 100%;
  padding-left: 20px;
}

.project-category__overlay-footer .btn .button-icon__text {
  font-size: 13px;
}

.project-category__overlay-footer .btn .icon {
  margin-left: 10px;
}

.card-address {
  background-color: #293863;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  align-items: center;
}

.card-address:not(.is-default) {
  margin-top: -30px;
  padding-top: 45px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.card-address.is-default {
  padding-top: 15px;
  border-radius: 15px;
}

.card-address>.icon {
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #293863;
  border-radius: 15px;
  font-size: 32px;
}

@media (max-width: 767px) {
  .card-address>.icon {
    display: none;
  }
}

.card-address .description {
  flex: 1;
  position: relative;
}

@media (min-width: 768px) {
  .card-address .description {
    padding-left: 20px;
    padding-right: 75px;
  }
}

.card-address .description .heading {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 13px;
  color: #293863;
  line-height: 1.3;
}

.card-address .description .text {
  font-weight: 300;
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
  margin-top: 3px;
}

@media (max-width: 479px) {
  .card-address .description .text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}

.card-address .description .text a {
  background-color: #2d5789;
  border-radius: 15px;
  padding: 2px 10px;
  display: inline-flex;
  font-size: 11px;
  font-weight: 800;
  color: #fff;
  position: relative;
  top: -1px;
  transition: 0.3s;
}

@media (min-width: 480px) {
  .card-address .description .text a {
    margin-left: 7px;
  }
}

@media (max-width: 479px) {
  .card-address .description .text a {
    margin-top: 10px;
  }
}

.card-address .description .icon {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  color: #293863;
  font-size: 32px;
}

@media (max-width: 479px) {
  .card-address .description .icon {
    display: none;
  }
}

.card-state {
  text-align: center;
}

.card-state>.icon {
  color: rgba(24, 47, 74, 0.15);
}

.card-state>.icon:not(.ui-bg) {
  font-size: 108px;
  margin-bottom: 15px;
}

.card-state>.icon:not(.ui-bg) img {
  width: 96px;
}

.card-state>.icon.ui-bg {
  width: 132px;
  height: 132px;
  background-color: #fff;
  border-radius: 20px;
  align-items: center;
  justify-content: center;
  font-size: 72px;
  box-shadow: 0 10px 20px rgba(33, 63, 100, 0.15);
  margin-bottom: 20px;
}

.card-state>.icon.ui-bg img {
  width: 72px;
}

.card-state .title {
  color: #213f64;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: -0.5px;
}

.card-state .text {
  color: #182f4a;
  font-size: 14px;
  line-height: 1.5;
  margin-top: 10px;
}

.card-state .buttons-container {
  margin-top: 20px;
}

.MzYydGFzYXLEsW12ZXlhesSxbMSxbWFqYW5zxLE {
  box-sizing: inherit;
}

.footer {
  position: relative;
  z-index: 995;
  background-color: #fff;
}

@media (max-width: 767px) {
  .footer {
    margin-bottom: 60px;
  }
}

.footer::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  background-color: rgba(219, 226, 231, 0.5);
  box-shadow: inset 0 20px 60px rgba(33, 63, 100, 0.2);
}

@media (min-width: 1200px) {
  .footer::after {
    right: -100px;
    left: -100px;
  }
}

@media (max-width: 1199px) {
  .footer::after {
    right: 0;
    left: 0;
  }
}

@media (min-width: 768px) {
  .footer-top .container {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .footer-top .container {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}

@media (min-width: 768px) {
  .footer-card:not(:last-child) {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .footer-card.ui-ftr-services {
    position: relative;
  }

  .footer-card.ui-ftr-services .footer-links.ui-list-btn {
    position: absolute;
    right: 30px;
    top: 16px;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

@media (min-width: 768px) {
  .footer-heading {
    color: #213f64;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .footer-heading {
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: -0.5px;
    border-bottom: 1px solid rgba(39, 42, 49, 0.08);
    position: relative;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .footer-heading::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%) rotate(45deg);
    width: 10px;
    height: 10px;
    border-top: 1px solid rgba(39, 42, 49, 0.25);
    border-right: 1px solid rgba(39, 42, 49, 0.25);
  }
}

@media (max-width: 767px) {
  .footer-links {
    margin-top: 20px;
    margin-bottom: 15px;
  }
}

.footer-links:not(.ui-list-btn) ul li:not(:last-child) {
  margin-bottom: 9px;
}

.footer-links:not(.ui-list-btn) ul li a {
  display: flex;
  align-items: center;
  /* color: #182f4a; */
  font-size: 13px;
  font-weight: 600;
  position: relative;
  line-height: 1.5;
  padding-left: 15px;
}

@media (min-width: 1200px) {
  .footer-links:not(.ui-list-btn) ul li a {
    padding-right: 10px;
  }
}

.footer-links:not(.ui-list-btn) ul li a::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  left: 0;
  display: inline-flex;
  width: 5px;
  height: 5px;
  border: 1px solid currentColor;
  opacity: 0.5;
}

.footer-links:not(.ui-list-btn) ul li a:hover {
  color: #2d5789;
}

.footer-links.ui-list-btn ul {
  display: flex;
  flex-wrap: wrap;
}

.footer-links.ui-list-btn ul li {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .footer-links.ui-list-btn ul li:not(:last-child) {
    margin-right: 10px;
  }
}

@media (max-width: 767px) {
  .footer-links.ui-list-btn ul li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .footer-links.ui-list-btn ul li a {
    display: inline-flex;
    background-color: #dbe2e7;
    border-radius: 11px;
    padding: 8px 12px;
    color: #272a31;
    font-size: 13px;
    font-weight: 600;
    transition: 0.3s;
  }

  .footer-links.ui-list-btn ul li a:hover {
    background-color: #293863;
    color: #fff;
  }
}

@media (max-width: 767px) {
  .footer-links.ui-list-btn ul li a {
    display: flex;
    align-items: center;
    color: #182f4a;
    font-size: 13px;
    font-weight: 600;
    position: relative;
    line-height: 1.5;
    padding-left: 15px;
  }

  .footer-links.ui-list-btn ul li a::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    left: 0;
    display: inline-flex;
    width: 5px;
    height: 5px;
    border: 1px solid currentColor;
    opacity: 0.5;
  }

  .footer-links.ui-list-btn ul li a:hover {
    color: #2d5789;
  }
}

@media (max-width: 767px) {
  .footer-contact__wrapper {
    display: flex;
    flex-wrap: wrap;
  }

  .footer-contact__wrapper>div {
    width: 100%;
  }
}

.footer-contact:not(.ui-not) {
  background-color: rgb(0 29 58 / 33%);
  border-radius: 15px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}

@media (min-width: 992px) {
  .footer-contact:not(.ui-not) {
    padding-top: 75px;
  }
}

@media (max-width: 991px) {
  .footer-contact:not(.ui-not) {
    padding-top: 20px;
  }
}

@media (max-width: 767px) {
  .footer-contact:not(.ui-not) {
    order: 2;
    margin-top: 10px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .footer-contact:not(.ui-not) {
    margin-top: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .footer-contact:not(.ui-not) ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }
}

.footer-contact:not(.ui-not) ul li:not(:last-child) {
  margin-bottom: 10px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .footer-contact:not(.ui-not) ul li:not(:last-child) {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .footer-contact:not(.ui-not) ul li {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-contact:not(.ui-not) ul li:not(:nth-last-child(-n + 2)) {
    margin-bottom: 10px;
  }
}

.footer-contact:not(.ui-not) .item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.footer-contact:not(.ui-not) .item:hover .icon {
  background-color: #2d5789;
  color: #fff;
}

.footer-contact:not(.ui-not) .item .icon {
  width: 45px;
  height: 45px;
  color: #213f64;
  background-color: rgba(219, 226, 231, 0.5);
  font-size: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 11px;
  transition: 0.3s;
}

.footer-contact:not(.ui-not) .item .desc {
  flex: 1;
  padding-left: 13px;
}

.footer-contact:not(.ui-not) .item .desc .phone {
  color: #ffffff;
  font-weight: 900;
  letter-spacing: -0.5px;
  font-size: 26px;
}

.footer-contact:not(.ui-not) .item .desc .phone span:first-child {
  font-size: 18px;
}

.footer-contact:not(.ui-not) .item .desc .text {
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}

.footer-contact:not(:last-child) {
  margin-bottom: 20px;
}

.footer-bottom {
  background-color: rgba(33, 63, 100, 0.1);
}

.footer-bottom .container {
  padding-top: 35px;
  padding-bottom: 35px;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 479px) {
  .footer-bottom .container {
    flex-direction: column;
    text-align: center;
  }
}

.footer-bottom .container .text {
  font-size: 14px;
  color: #272a31;
}

@media (max-width: 479px) {
  .footer-bottom .container .text {
    font-size: 13px;
  }
}

.footer-bottom .container .text strong {
  font-weight: 900;
}

@media (min-width: 768px) {
  .footer-sub {
    margin-top: 60px;
  }
}

@media (max-width: 767px) {
  .footer-sub>.row>div:not(:last-child) {
    margin-bottom: 20px;
  }
}

.footer-sub__heading .title {
  color: #2d5789;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 24px;
  letter-spacing: -1px;
  line-height: 1.1;
}

.footer-sub__heading .text {
  font-weight: 700;
  margin-top: 10px;
}

@media (min-width: 480px) {
  .footer-sub__heading .text {
    font-size: 16px;
  }
}

@media (max-width: 479px) {
  .footer-sub__heading .text {
    font-size: 14px;
  }
}

@media (min-width: 1200px) {
  .footer-sub__heading .text {
    padding-right: 150px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .footer-sub__heading .text {
    font-size: 14px;
  }
}

.footer-sub .item {
  background-color: rgba(255, 255, 255, 0.4);
  box-shadow: 0 0 30px rgba(39, 42, 49, 0.08);
  border-radius: 15px;
  overflow: hidden;
}

@media (min-width: 480px) {
  .footer-sub .item {
    padding: 30px 40px;
  }
}

@media (max-width: 479px) {
  .footer-sub .item {
    padding: 25px 25px 10px 25px;
  }
}

.footer-sub__content form .form-messages {
  display: none;
}

.footer-sub__content form>ul {
  margin-top: 20px;
}

.MzYydGFzYXLEsW12ZXlhesSxbMSxbWFqYW5zxLE {
  box-sizing: inherit;
}

.form.ui-bg {
  background-color: #fff;
  border-radius: 20px;
}

@media (min-width: 768px) {
  .form.ui-bg {
    padding: 50px 60px;
  }
}

@media (max-width: 767px) {
  .form.ui-bg {
    padding: 30px;
  }
}

.form.ui-form-membership .form-messages,
.form.ui-form-serinokta .form-messages {
  display: none;
}

.form-stage:first-child {
  margin-top: 20px;
}

.form-stage:not(:last-child) {
  margin-bottom: 20px;
}

.form-stage>ul {
  padding-left: 15px;
  padding-right: 15px;
}

.form-stage>ul>* {
  position: relative;
}

.form-stage>ul>*:not(:last-child) {
  margin-bottom: 15px;
}

.form-stage__header {
  background-color: #fff;
  border-radius: 15px;
  padding: 20px 25px;
  border: 1px solid rgba(39, 42, 49, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.form-stage__header .heading {
  color: #2d5789;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: -0.75px;
}

.form-stage__header .icon {
  font-size: 24px;
  color: #182f4a;
  opacity: 0.5;
}

.form>form>ul>* {
  position: relative;
}

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

.form-field.ui-selectbox .form-error {
  right: 45px;
}

.form-field.ui-selectbox .form-star {
  right: 45px;
}

.form-field.ui-textarea .form-error {
  top: 15px;
  transform: translateY(0);
}

.form-field.ui-inputfile .form-error {
  right: 55px;
}

@media (min-width: 768px) {
  .form-field.ui-form-error-pos-bottom .form-error {
    position: relative;
    top: inherit;
    right: inherit;
    left: 15px;
    transform: translateY(0);
  }
}

.form-field .heading {
  color: #293863;
  font-size: 13px;
  font-weight: 700;
}

.form-field .icon:not(.ui-arrow) {
  position: absolute;
  left: 0;
  top: 23px;
  width: 55px;
  justify-content: center;
  color: #2d5789;
}

.form-field .icon:not(.ui-arrow).ui-right {
  left: inherit;
  right: 5px;
  z-index: 2;
}

.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;
  background-color: rgba(255, 0, 0, 0.07);
  color: red;
}

.form-field.is-error input::-moz-placeholder,
.form-field.is-error textarea::-moz-placeholder,
.form-field.is-error label::-moz-placeholder,
.form-field.is-error select::-moz-placeholder {
  color: red;
}

.form-field.is-error input::placeholder,
.form-field.is-error textarea::placeholder,
.form-field.is-error label::placeholder,
.form-field.is-error select::placeholder {
  color: red;
}

.form-field.is-error .icon,
.form-field.is-error label {
  color: red !important;
}

.form-field input,
.form-field textarea {
  width: 100%;
  height: 60px;
  border-radius: 15px;
  font-family: inherit;
  padding-left: 25px;
  padding-right: 25px;
  border: 1px solid rgba(0, 0, 0, 0);
  color: #182f4a;
  font-size: 14px;
  font-weight: 600;
  background: rgba(219, 226, 231, 0.5);
  transition: 0.3s;
}

.form-field input:focus,
.form-field textarea:focus {
  outline: 0;
  background-color: #fff;
  border: 1px solid rgba(39, 42, 49, 0.1);
}

.form-field input::-moz-placeholder,
.form-field textarea::-moz-placeholder {
  color: #182f4a;
}

.form-field input::placeholder,
.form-field textarea::placeholder {
  color: #182f4a;
}

.form-field textarea {
  padding-top: 20px;
  height: 140px;
  display: block;
  border: 0 none;
}

.form-field .icon.ui-arrow {
  position: absolute;
  pointer-events: none;
  top: 25px;
  right: 25px;
  font-size: 14px;
  opacity: 0.5;
  transition: 0.3s;
}

.form-group {
  position: relative;
}

.form-note {
  background-color: rgba(45, 87, 137, 0.1);
  color: #2d5789;
  font-size: 13px;
  border-radius: 15px;
  padding: 10px 25px;
  margin-top: 5px;
}

.form-note strong {
  font-weight: 800;
}

.form-star {
  position: absolute;
  top: 27px;
  right: 20px;
  color: red;
  font-weight: 900;
  line-height: 1;
  pointer-events: none;
}

.form-footer {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.form-footer:not(.ui-no-padding-h) {
  padding-left: 10px;
  padding-right: 10px;
}

.form-kvkk {
  display: flex;
  flex-direction: column;
}

.form-send.ui-style-footer>input,
.form-send.ui-style-footer>button {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 13px;
}

.form-send:not(.is-hidden)>input,
.form-send:not(.is-hidden)>button {
  background: #293863;
  color: #fff;
}

.form-send:not(.is-hidden)>input:hover,
.form-send:not(.is-hidden)>button:hover {
  background-color: #2d5789;
  box-shadow: 5px 5px 20px rgba(45, 87, 137, 0.2);
}

.form-send.is-hidden>input,
.form-send.is-hidden>button {
  background-color: rgba(219, 226, 231, 0.7);
  color: #182f4a;
  pointer-events: none;
}

.form-send>input,
.form-send>button {
  height: 60px;
  font-family: inherit;
  width: 100%;
  border: 0 none;
  text-align: center;
  border-radius: 15px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 900;
  font-family: inherit;
  cursor: pointer;
  border: 2px solid rgba(0, 0, 0, 0);
  transition: 0.3s;
  position: relative;
  will-change: transform;
}

.form-error {
  position: absolute;
  top: 21px;
  right: 25px;
  color: red;
  font-size: 12px;
  font-weight: 500;
}

.form-messages {
  border-radius: 15px;
  padding: 25px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}

.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;
}

@media (min-width: 768px) {
  .logos {
    position: absolute;
    top: -80px;
    right: -115px;
  }
}

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

.logos ul {
  justify-content: center;
}

.logos ul li a {
  height: 120px;
  display: block;
  position: relative;
}

.logos ul li a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.list-shortcuts.ui-item-fixed ul li:not(:first-child) a:hover::before {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.list-shortcuts.ui-item-fixed ul li:first-child a::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 1px;
  right: -17px;
  bottom: 2px;
  left: -17px;
  background-color: #2d5789;
  border-radius: 11px;
}

.list-shortcuts.ui-item-fixed ul li:first-child .icon {
  color: #fff;
}

.list-shortcuts.ui-item-fixed ul li:first-child .description .title {
  color: #fff;
}

.list-shortcuts.ui-item-fixed ul li:first-child .description .text {
  color: rgba(255, 255, 255, 0.7);
}

.list-shortcuts:not(.ui-item-fixed) ul li a:hover::before {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.list-shortcuts:not([class*="ui-style-"]) ul li a::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 1px;
  right: -17px;
  bottom: 2px;
  left: -17px;
  background-color: rgba(219, 226, 231, 0.4);
  border-radius: 11px;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.97);
  transition: 0.3s;
}

.list-shortcuts:not([class*="ui-style-"]):not([class*="ui-size-"]) .description .title {
  font-size: 16px;
  letter-spacing: -0.5px;
}

.list-shortcuts:not([class*="ui-style-"]).ui-size-small .description .title {
  font-size: 13px;
  letter-spacing: -0.3px;
}

.list-shortcuts:not([class*="ui-style-"]) .icon {
  flex: 0 0 40px;
  max-width: 40px;
  color: #2d5789;
  font-size: 32px;
  justify-content: center;
  align-items: center;
  justify-content: center;
  border-radius: 11px;
}

.list-shortcuts:not([class*="ui-style-"]) .icon svg {
  fill: #2d5789;
}

.list-shortcuts:not([class*="ui-style-"]) .description {
  flex: 0 0 calc(100% - 40px);
  max-width: calc(100% - 40px);
}

.list-shortcuts:not([class*="ui-style-"]) .description .title {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: auto;
}

.list-shortcuts.ui-style-letter ul li a:hover .letter {
  background-color: #2d5789;
  color: #fff;
}

.list-shortcuts.ui-style-letter .letter {
  flex: 0 0 70px;
  max-width: 70px;
  height: 70px;
  text-transform: uppercase;
  background-color: rgba(45, 87, 137, 0.1);
  display: inline-flex;
  border-radius: 11px;
  align-items: center;
  justify-content: center;
  color: #2d5789;
  font-size: 32px;
  font-weight: 900;
  transition: 0.3s;
}

.list-shortcuts.ui-style-letter .description {
  flex: 0 0 calc(100% - 70px);
  max-width: calc(100% - 70px);
}

.list-shortcuts.ui-style-letter .description .title {
  font-size: 14px;
  letter-spacing: -0.3px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 40px;
}

.list-shortcuts.ui-style-photo .photo {
  flex: 0 0 120px;
  max-width: 120px;
  height: 85px;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(39, 42, 49, 0.1);
}

.list-shortcuts.ui-style-photo .photo:not(.ui-contain) img {
  -o-object-fit: cover;
  object-fit: cover;
}

.list-shortcuts.ui-style-photo .photo.ui-contain {
  padding: 11px;
  background-color: #fff;
}

.list-shortcuts.ui-style-photo .photo.ui-contain img {
  -o-object-fit: contain;
  object-fit: contain;
}

.list-shortcuts.ui-style-photo .photo img {
  width: 100%;
  height: 100%;
}

.list-shortcuts.ui-style-photo .description {
  flex: 0 0 calc(100% - 120px);
  max-width: calc(100% - 120px);
}

.list-shortcuts.ui-style-photo .description .title {
  font-size: 14px;
  letter-spacing: -0.3px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 40px;
}

.list-shortcuts:not([class*="ui-size-"]) .description .text {
  font-size: 13px;
}

.list-shortcuts.ui-size-small .description .text {
  font-size: 12px;
}

.list-shortcuts ul li {
  position: relative;
  z-index: 1;
}

.list-shortcuts ul li::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  height: 1px;
  background-image: radial-gradient(rgba(39, 42, 49, 0.1) 60%,
      transparent,
      transparent);
}

.list-shortcuts ul li a {
  display: flex;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  z-index: 1;
}

.list-shortcuts .description {
  padding-left: 20px;
  line-height: 1.4;
}

.list-shortcuts .description .title {
  text-transform: uppercase;
  color: #272a31;
  font-weight: 900;
}

.list-shortcuts .description .text {
  color: #182f4a;
  margin-top: 3px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: auto;
}

.list-common.ui-gap-1 ul li,
.list-common.ui-gap-1 ul.list li {
  margin-bottom: 30px;
}

.list-common.ui-gap-2 ul li,
.list-common.ui-gap-2 ul.list li {
  margin-bottom: 20px;
}

.list-common:not(.ui-list) ul li:not(:last-child) {
  border-bottom: 1px solid rgba(39, 42, 49, 0.1);
}

.list-common:not(.ui-list):not([class*="ui-style-"]) .list-common__item {
  padding-top: 15px;
  padding-bottom: 15px;
}

.list-common:not(.ui-list):not([class*="ui-style-"]) .list-common__item::before {
  content: "";
  position: absolute;
  top: 0;
  right: -15px;
  bottom: 0;
  left: -15px;
  border-radius: 11px;
  background-color: rgba(219, 226, 231, 0.2);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.97);
  transition: 0.3s;
}

.list-common:not(.ui-list):not([class*="ui-style-"]) .list-common__item:hover::before {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.list-common.ui-list.ui-list-bordered .list-common__item {
  border: 1px solid rgba(39, 42, 49, 0.08);
}

.list-common.ui-list ul:not(.table-header):not(.table-pagination):not(.ui-no-justify-center) {
  justify-content: center;
}

.list-common.ui-list .list-common__item {
  background-color: #fff;
  padding: 15px;
  border-radius: 15px;
}

.list-common.ui-list .list-common__item:hover .list-common__icon {
  background-color: #293863;
}

.list-common.ui-list .list-common__item:hover .list-common__icon>.icon {
  color: #fff;
}

.list-common:not([class*="ui-style-"]) .list-common__photo {
  background-color: #fff;
  padding: 5px;
}

.list-common:not([class*="ui-style-"]) .list-common__photo:not(.ui-no-shadow) {
  box-shadow: 2px 2px 20px rgba(39, 42, 49, 0.15);
}

.list-common:not([class*="ui-style-"]) .list-common__description .title {
  color: #2d5789;
}

.list-common:not([class*="ui-style-"]) .list-common__description>.text {
  color: #182f4a;
}

.list-common:not([class*="ui-style-"]) .list-common__description .tag {
  color: #182f4a;
}

@media (min-width: 992px) {
  .list-common.ui-list-videos ul {
    overflow-y: auto;
    scrollbar-color: #2d5789 rgba(45, 87, 137, 0.1);
    scrollbar-width: thin;
  }

  .list-common.ui-list-videos ul::-webkit-scrollbar-track {
    background-color: rgba(45, 87, 137, 0.1);
  }

  .list-common.ui-list-videos ul::-webkit-scrollbar {
    width: 5px;
  }

  .list-common.ui-list-videos ul::-webkit-scrollbar-thumb {
    background-color: #2d5789;
  }
}

@media (min-width: 1200px) {
  .list-common.ui-list-videos ul {
    max-height: 670px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .list-common.ui-list-videos ul {
    max-height: 420px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .list-common.ui-list-videos ul {
    margin-left: -10px;
    margin-right: -10px;
    display: flex;
    flex-wrap: wrap;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .list-common.ui-list-videos ul li {
    padding-left: 10px;
    padding-right: 10px;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.list-common.ui-list-videos .list-common__description .tag {
  margin-top: 5px;
}

.list-common.ui-style-light .list-common__item {
  padding-top: 10px;
  padding-bottom: 10px;
}

.list-common.ui-style-light .list-common__description .title {
  color: #fff;
}

.list-common.ui-style-light .list-common__description>.text {
  color: #293863;
}

.list-common.ui-style-light .list-common__description .tag {
  color: #293863;
}

.list-common__left {
  position: relative;
}

@media (min-width: 768px) {
  .list-common__left {
    flex: 0 0 120px;
    max-width: 120px;
    height: 90px;
  }
}

@media (max-width: 767px) {
  .list-common__left {
    flex: 0 0 100px;
    max-width: 100px;
    height: 75px;
  }
}

.list-common__left>div {
  width: 100%;
  height: 100%;
}

.list-common__left>.icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: linear-gradient(#2d5789, rgba(45, 87, 137, 0.5));
  width: 40px;
  height: 40px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  padding-left: 2px;
  pointer-events: none;
}

.list-common__item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  z-index: 1;
}

.list-common__photo {
  overflow: hidden;
  border-radius: 11px;
}

.list-common__photo.ui-fit-contain {
  padding: 10px;
}

.list-common__photo.ui-fit-contain img {
  -o-object-fit: contain;
  object-fit: contain;
}

.list-common__photo.ui-transform-scale img {
  transform: scale(1.2);
}

.list-common__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 11px;
}

.list-common__icon,
.list-common__letter {
  background-color: rgba(41, 56, 99, 0.1);
  border-radius: 11px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.list-common__icon>span,
.list-common__letter>span {
  font-size: 42px;
  color: #293863;
}

.list-common__letter .letter {
  font-weight: 900;
  line-height: 0;
  text-transform: uppercase;
}

.list-common__description {
  padding-left: 13px;
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .list-common__description {
    flex: 0 0 calc(100% - 120px);
    max-width: calc(100% - 120px);
  }
}

@media (max-width: 767px) {
  .list-common__description {
    flex: 0 0 calc(100% - 100px);
    max-width: calc(100% - 100px);
  }
}

.list-common__description strong {
  font-weight: 900;
}

.list-common__description .title {
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 700;
  letter-spacing: -0.3px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: auto;
}

.list-common__description>.text {
  font-size: 12px;
  line-height: 1.4;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: auto;
  margin-top: 3px;
}

.list-common__description .tag {
  display: inline-flex;
  align-items: center;
  font-size: 11px;
  margin-top: 8px;
}

.list-common__description .tag .icon {
  font-size: 11px;
  opacity: 0.5;
  margin-right: 7px;
}

.list-common__description .tag .text {
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
}

.list-common__description .date {
  color: #293863;
  font-size: 10px;
  display: inline-flex;
  margin-top: 10px;
}

.list-links.ui-style-between ul li a .desc {
  display: flex;
  justify-content: space-between;
}

.list-links:not([class*="ui-size-"])>ul>li>a {
  font-size: 13px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.list-links:not([class*="ui-size-"])>ul>li>a>.icon {
  font-size: 20px;
  margin-top: 2px;
}

.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: 18px;
  margin-top: 1px;
}

.list-links.ui-size-small>ul>li>a .desc {
  padding-left: 8px;
}

.list-links>ul>li:not(:last-child) {
  margin-bottom: 8px;
}

.list-links>ul>li>a {
  display: flex;
  align-items: flex-start;
  color: #272a31;
  transition: 0.3s;
  background-color: rgba(219, 226, 231, 0.4);
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 11px;
}

.list-links>ul>li>a:hover {
  background-color: #182f4a;
  color: #fff;
}

.list-links>ul>li>a:hover .desc .date {
  color: rgba(255, 255, 255, 0.6);
}

.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 {
  flex: 1;
}

@media (max-width: 1199px) {
  .list-links>ul>li>a .desc {
    display: flex;
    flex-direction: column;
  }
}

.list-links>ul>li>a .desc>.title {
  font-weight: 700;
}

.list-links>ul>li>a .desc .date {
  font-size: 12px;
  color: rgba(24, 47, 74, 0.6);
  display: inline-flex;
  align-items: center;
  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: flex;
  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: inline-flex;
  align-items: center;
  color: rgba(24, 47, 74, 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;
}

.list-activity:not(.ui-no-item-border).ui-list-ordered>ul>li:not(:last-child) {
  border-bottom: 1px solid rgba(39, 42, 49, 0.1);
}

.list-activity:not(.ui-no-item-border).ui-list-ordered .list-activity__item {
  padding-top: 13px;
  padding-bottom: 13px;
}

.list-activity:not(.ui-no-item-border).ui-list-ordered .list-activity__item::before {
  content: "";
  position: absolute;
  top: 0;
  right: -15px;
  bottom: 0;
  left: -15px;
  border-radius: 11px;
  background-color: rgba(219, 226, 231, 0.2);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.97);
  transition: 0.3s;
}

.list-activity:not(.ui-no-item-border).ui-list-ordered .list-activity__item:hover::before {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.list-activity.ui-list>ul>li {
  border-bottom: 1px solid rgba(39, 42, 49, 0.08);
}

.list-activity.ui-list .list-activity__item {
  padding-top: 20px;
  padding-bottom: 20px;
}

.list-activity.ui-gap-1>ul>li:not(:last-child) {
  margin-bottom: 10px;
}

.list-activity.ui-style-1 .list-activity__item {
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 15px;
  padding-right: 15px;
}

.list-activity__item {
  background-color: #fff;
  border-radius: 15px;
  position: relative;
  align-items: center;
  z-index: 1;
}

.list-activity__left {
  align-items: center;
}

.list-activity__date {
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 50px;
  margin-left: -5px;
  margin-right: 10px;
}

.list-activity__date span {
  color: #293863;
  line-height: 1.25;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 12px;
}

.list-activity__date span.number {
  font-size: 28px;
  font-weight: 900;
  letter-spacing: -3px;
  line-height: 1;
}

.list-activity__date span.year {
  font-weight: 900;
  font-size: 16px;
}

.list-activity__figure {
  position: relative;
  width: 150px;
  height: 175px;
  margin-left: 20px;
}

@media (min-width: 480px) and (max-width: 767px) {
  .list-activity__figure {
    margin-left: 7px;
    width: 120px;
    height: 110px;
  }
}

.list-activity__figure .letter-bg {
  background-color: #293863;
  border-radius: 15px;
  opacity: 0.1;
  width: 100%;
  height: 100%;
}

.list-activity__figure .letter {
  color: #293863;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  font-size: 54px;
  font-weight: 900;
}

.list-activity__photo {
  width: 65px;
  overflow: hidden;
  border-radius: 8px;
}

.list-activity__photo a {
  display: block;
  position: relative;
}

.list-activity__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.list-activity__middle {
  flex: 1;
  padding-left: 15px;
  padding-right: 15px;
}

.list-activity__middle .title a {
  color: #2d5789;
  font-size: 14px;
  letter-spacing: -0.5px;
  font-weight: 800;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 42px;
}

.list-activity__info {
  margin-top: 6px;
}

.list-activity__info ul li:not(:last-child) {
  margin-bottom: 3px;
}

.list-activity__info .item {
  font-size: 11px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.list-activity__info .item .icon {
  font-size: 11px;
  opacity: 0.4;
  width: 12px;
  justify-content: center;
}

.list-activity__info .item .text {
  color: #272a31;
  flex: 1;
  padding-left: 6px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: auto;
}

.list-activity__info .item a.text:hover {
  color: #2d5789;
}

.list-activity__right .icon {
  font-size: 20px;
  color: rgba(24, 47, 74, 0.5);
}

.list-personnel.ui-gap-1>ul>li {
  margin-bottom: 30px;
}

.list-personnel ul {
  justify-content: center;
}

.list-personnel__item {
  background-color: #fff;
  border-radius: 15px;
  padding: 15px;
  position: relative;
  z-index: 1;
}

@media (min-width: 1200px) {
  .list-personnel__item {
    max-height: 215px;
  }
}

@media (min-width: 768px) {
  .list-personnel__item {
    height: 100%;
  }
}

@media (min-width: 1750px) {
  .list-personnel__item {
    max-height: 260px;
  }
}

@media (min-width: 1200px) {
  .list-personnel__item>.row {
    height: 100%;
  }
}

.list-personnel__item>.row>div {
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 1200px) {
  .list-personnel__item>.row>div {
    height: 100%;
  }
}

@media (max-width: 479px) {
  .list-personnel__item>.row>div {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .list-personnel__left {
    flex: 0 0 27%;
    max-width: 27%;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .list-personnel__left {
    flex: 0 0 35%;
    max-width: 35%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .list-personnel__left {
    flex: 0 0 35%;
    max-width: 35%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .list-personnel__left {
    flex: 0 0 165px;
    max-width: 165px;
  }
}

@media (min-width: 1200px) {
  .list-personnel__middle {
    flex: 0 0 calc(100% - (27% + 37%));
    max-width: calc(100% - (27% + 37%));
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .list-personnel__middle {
    flex: 0 0 calc(100% - 35%);
    max-width: calc(100% - 35%);
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .list-personnel__middle {
    flex: 0 0 calc(100% - 35%);
    max-width: calc(100% - 35%);
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .list-personnel__middle {
    flex: 0 0 calc(100% - 165px);
    max-width: calc(100% - 165px);
  }
}

@media (min-width: 1200px) {
  .list-personnel__right {
    flex: 0 0 37%;
    max-width: 37%;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .list-personnel__right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .list-personnel__right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .list-personnel__right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.list-personnel__right-content {
  border-radius: 11px;
  background-color: rgba(219, 226, 231, 0.25);
  padding-left: 20px;
  padding-right: 20px;
  overflow-y: auto;
  scrollbar-color: #2d5789 rgba(45, 87, 137, 0.1);
  scrollbar-width: thin;
}

@media (min-width: 1200px) {
  .list-personnel__right-content {
    height: 100%;
  }
}

.list-personnel__right-content::-webkit-scrollbar-track {
  background-color: rgba(45, 87, 137, 0.1);
}

.list-personnel__right-content::-webkit-scrollbar {
  width: 5px;
}

.list-personnel__right-content::-webkit-scrollbar-thumb {
  background-color: #2d5789;
}

@media (max-width: 1199px) {
  .list-personnel__right-content {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 15px;
  }
}

.list-personnel__photo {
  overflow: hidden;
  border-radius: 15px;
}

@media (min-width: 480px) {
  .list-personnel__photo {
    height: 185px;
  }
}

@media (min-width: 480px) and (min-width: 768px) and (max-width: 991px) {
  .list-personnel__photo {
    height: 145px;
  }
}

@media (min-width: 1750px) {
  .list-personnel__photo {
    height: 230px;
  }
}

@media (max-width: 479px) {
  .list-personnel__photo {
    height: auto;
  }
}

.list-personnel__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.list-personnel__description {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-top: 25px;
  padding-bottom: 10px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .list-personnel__description {
    padding-top: 10px;
  }
}

.list-personnel__header {
  line-height: 1.3;
}

.list-personnel__header .title {
  color: #213f64;
  font-weight: 900;
  font-size: 18px;
  letter-spacing: -0.5px;
}

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

.list-personnel__header .rank {
  font-size: 12px;
  color: rgba(24, 47, 74, 0.7);
}

.list-personnel__footer .btn {
  background-color: rgba(45, 87, 137, 0.1);
  border-radius: 15px;
  padding: 3px 15px;
  display: inline-flex;
  font-size: 11px;
  font-weight: 800;
  color: #2d5789;
  margin-top: 15px;
  transition: 0.3s;
}

@media (min-width: 768px) and (max-width: 991px) {
  .list-personnel__footer .btn {
    margin-top: 7px;
  }
}

.list-personnel__footer .btn:hover {
  background-color: #2d5789;
  color: #fff;
  box-shadow: 5px 5px 15px rgba(45, 87, 137, 0.3);
}

@media (max-width: 479px) {
  .list-personnel__contact {
    margin-top: 10px;
  }
}

.list-personnel__contact .item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 11px;
  color: #182f4a;
  font-weight: 800;
  transition: 0.3s;
}

.list-personnel__contact .item:hover {
  color: #2d5789;
}

.list-personnel__contact .item .icon {
  font-size: 12px;
  width: 21px;
  height: 21px;
  color: #2d5789;
  align-items: center;
  justify-content: center;
  margin-right: 3px;
}

.list-personnel__contact .item .text {
  color: currentColor;
  flex: 1;
  line-height: 1.4;
}

.list-personnel__units {
  height: 100%;
}

.list-personnel__units ul {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.list-personnel__units ul li {
  display: block;
}

.list-personnel__units ul li:not(:last-child) {
  margin-bottom: 7px;
}

.list-personnel__units ul li a {
  color: #182f4a;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: -0.3px;
  display: flex;
  align-items: center;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: auto;
  position: relative;
  transition: 0.3s;
}

.list-personnel__units ul li a:hover {
  color: #2d5789;
}

.list-personnel__units ul li a::before {
  content: "";
  position: relative;
  top: -2px;
  width: 4px;
  height: 4px;
  border-radius: 5px;
  background-color: currentColor;
  opacity: 0.2;
  display: inline-flex;
  margin-right: 7px;
}

.list-personnel__buttons {
  padding-top: 10px;
  padding-bottom: 10px;
  height: 100%;
}

.list-personnel__buttons ul {
  height: 100%;
}

.list-personnel__buttons ul li {
  height: 25%;
}

.list-personnel__buttons ul li a {
  height: 100%;
  display: flex;
  align-items: center;
}

.list-personnel__buttons ul li a:hover .icon {
  background-color: #2d5789;
  color: #fff;
  box-shadow: 5px 5px 20px rgba(45, 87, 137, 0.2);
}

.list-personnel__buttons ul li a:hover .text {
  color: #272a31;
}

.list-personnel__buttons ul li a .icon {
  width: 33px;
  height: 33px;
  background-color: #fff;
  color: #2d5789;
  border-radius: 11px;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  transition: 0.3s;
}

.list-personnel__buttons ul li a .text {
  flex: 1;
  margin-left: 10px;
  padding-bottom: 3px;
  color: #182f4a;
  font-size: 12px;
  font-weight: 800;
  border-bottom: 1px solid rgba(39, 42, 49, 0.1);
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: auto;
}

.list-news.ui-list ul li:not(:last-child) {
  margin-bottom: 20px;
}

.list-news__item {
  background-color: #fff;
  padding: 15px;
  border-radius: 15px;
}

@media (min-width: 480px) {
  .list-news__item {
    flex-direction: row-reverse;
  }
}

@media (max-width: 479px) {
  .list-news__item {
    flex-direction: column-reverse;
  }
}

.list-news__item.ui-style-border {
  border: 1px solid rgba(39, 42, 49, 0.08);
}

@media (min-width: 480px) and (max-width: 767px) {
  .list-news__item.ui-style-border {
    padding: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .list-news__item.ui-style-border {
    padding: 0;
  }
}

.list-news__item:hover .list-news__photo img {
  transform: scale(1.1);
}

@media (min-width: 480px) {
  .list-news__description {
    flex: 0 0 65%;
    max-width: 65%;
    padding-top: 15px;
  }
}

@media (min-width: 992px) {
  .list-news__description {
    padding-left: 35px;
  }
}

@media (min-width: 1200px) {
  .list-news__description {
    padding-right: 50px;
  }
}

@media (max-width: 479px) {
  .list-news__description {
    padding-top: 20px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .list-news__description {
    padding-left: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .list-news__description {
    padding-left: 20px;
  }
}

.list-news__description .tag {
  text-transform: uppercase;
  color: rgba(24, 47, 74, 0.6);
  font-size: 12px;
  font-weight: 800;
}

.list-news__description .title {
  display: block;
}

@media (min-width: 1200px) {
  .list-news__description .title {
    padding-right: 50px;
  }
}

.list-news__description .title h3 {
  color: #213f64;
  font-weight: 800;
  line-height: 1.4;
  transition: 0.3s;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: auto;
}

@media (min-width: 992px) {
  .list-news__description .title h3 {
    font-size: 20px;
    letter-spacing: -0.65px;
  }
}

@media (max-width: 991px) {
  .list-news__description .title h3 {
    font-size: 16px;
    letter-spacing: -0.5px;
  }
}

.list-news__description .title h3:hover {
  color: #2d5789;
}

.list-news__description .text {
  font-size: 14px;
  font-weight: 500;
  color: #272a31;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: auto;
  margin-top: 10px;
}

@media (min-width: 480px) and (max-width: 767px) {
  .list-news__description .text {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .list-news__description .text {
    display: none;
  }
}

.list-news__description .date {
  display: inline-flex;
  align-items: center;
  margin-left: 15px;
  font-size: 12px;
  color: rgba(24, 47, 74, 0.5);
}

@media (min-width: 480px) and (max-width: 767px) {
  .list-news__description .date {
    margin-top: 8px;
  }
}

.list-news__description .date .icon {
  font-size: 12px;
  margin-right: 7px;
}

.list-news__description .buttons-container {
  margin-top: 15px;
}

@media (min-width: 480px) and (max-width: 767px) {
  .list-news__description .buttons-container {
    margin-top: 10px;
  }
}

@media (min-width: 480px) {
  .list-news__right {
    flex: 0 0 calc(100% - 65%);
    max-width: calc(100% - 65%);
  }
}

.list-news__photo {
  border-radius: 15px;
  overflow: hidden;
  background-color: rgba(219, 226, 231, 0.5);
}

@media (min-width: 480px) {
  .list-news__photo {
    height: 222px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .list-news__photo {
    height: 160px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .list-news__photo {
    height: 160px;
  }
}

.list-news__photo a {
  display: block;
  position: relative;
  height: 100%;
}

.list-news__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  transition: 1s transform cubic-bezier(0, 0, 0.2, 1);
}

.list-multimedia.ui-gap-1 ul li {
  margin-bottom: 30px;
}

.list-multimedia__item {
  display: flex;
  flex-wrap: wrap;
}

.list-multimedia__item:hover .list-multimedia__photo img {
  transform: scale(1.1);
}

.list-multimedia__item:hover .list-multimedia__description .title {
  color: #2d5789;
}

.list-multimedia__left {
  position: relative;
  flex: 0 0 45%;
  max-width: 45%;
  z-index: 1;
}

.list-multimedia__left::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(transparent, #293863);
  height: 100%;
  border-bottom-left-radius: 15px;
}

.list-multimedia__photo {
  height: 150px;
  overflow: hidden;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

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

.list-multimedia__total {
  position: absolute;
  bottom: 15px;
  left: 15px;
  z-index: 2;
  background-color: #2d5789;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  color: #fff;
  line-height: 1;
  padding: 5px 7px;
}

.list-multimedia__total .icon {
  font-size: 12px;
  margin-right: 5px;
}

.list-multimedia__total .text {
  font-weight: 900;
  font-size: 12px;
  letter-spacing: -0.5px;
}

.list-multimedia__description {
  flex: 0 0 calc(100% - 45%);
  max-width: calc(100% - 45%);
  background-color: #fff;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  padding-left: 23px;
  padding-right: 23px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.list-multimedia__description .title {
  color: #213f64;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: -0.5px;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: auto;
  transition: 0.3s;
}

.list-multimedia__description .date {
  color: rgba(24, 47, 74, 0.5);
  font-size: 12px;
  margin-top: 6px;
}

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

.list-nav .item a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 99px;
  transition: 0.3s;
}

.list-nav .item a:hover {
  background-color: #fff;
}

.list-nav__left {
  position: relative;
}

.list-nav__left>* {
  border-radius: 50%;
}

@media (min-width: 480px) {
  .list-nav__left>* {
    width: 65px;
    height: 65px;
  }
}

@media (max-width: 479px) {
  .list-nav__left>* {
    width: 50px;
    height: 50px;
  }
}

.list-nav .letter {
  background-color: #dbe2e7;
  color: #182f4a;
  line-height: 1;
  font-size: 28px;
  font-weight: 900;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}

.list-nav .photo {
  overflow: hidden;
}

.list-nav .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.list-nav .description {
  padding-right: 10px;
}

@media (min-width: 480px) {
  .list-nav .description {
    flex: 0 0 calc(100% - 65px);
    max-width: calc(100% - 65px);
    padding-left: 10px;
  }
}

@media (max-width: 479px) {
  .list-nav .description {
    flex: 0 0 calc(100% - 50px);
    max-width: calc(100% - 50px);
    padding-left: 6px;
  }
}

.list-nav .description .title {
  color: #272a31;
  font-weight: 800;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 88px;
  transition: 0.3s;
}

@media (min-width: 480px) {
  .list-nav .description .title {
    font-size: 13px;
  }
}

@media (max-width: 479px) {
  .list-nav .description .title {
    font-size: 12px;
  }
}

.mayor {
  position: relative;
}

.mayor-header {
  background-color: #fff;
  border-radius: 11px;
  position: relative;
  height: 100%;
}

.mayor-cover {
  background-color: #fff;
  border-radius: 11px;
  overflow: hidden;
}

@media (max-width: 479px) {
  .mayor-cover {
    max-height: 360px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .mayor-cover {
    max-height: 550px;
  }
}

@media (max-width: 767px) {
  .mayor-cover {
    height: 90vw !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .mayor-cover {
    height: 350px !important;
    overflow: hidden;
    border-radius: 11px;
  }
}

@media (min-width: 992px) {
  .mayor-cover {
    height: 100%;
  }
}

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

.mayor-photo {
  position: absolute;
  bottom: 0;
  left: 15px;
}

@media (max-width: 479px) {
  .mayor-photo {
    width: 57%;
    left: 5px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .mayor-photo {
    width: 55%;
    left: 5px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .mayor-photo {
    width: 210px;
    left: 30px;
  }
}

.mayor-photo img {
  width: 100%;
}

.mayor-body {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}

@media (min-width: 768px) {
  .mayor-body {
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .mayor-body {
    padding: 7vw;
  }
}

.mayor-body::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -2px;
  left: 0;
  height: 60%;
  z-index: -1;
  background-image: linear-gradient(transparent, #324452);
  border-radius: 11px;
}

.mayor-body__heading {
  text-align: right;
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
}

.mayor-body__heading .title {
  letter-spacing: -1px;
  font-weight: 900;
}

@media (min-width: 480px) {
  .mayor-body__heading .title {
    font-size: 42px;
  }
}

@media (max-width: 479px) {
  .mayor-body__heading .title {
    font-size: 10vw;
  }
}

@media (min-width: 390px) and (max-width: 479px) {
  .mayor-body__heading .title {
    font-size: 42px;
  }
}

.mayor-body__heading .title span:last-child {
  font-weight: 400;
}

.mayor-body__heading .title span:first-child {
  margin-right: 5px;
}

.mayor-body__heading .rank {
  font-weight: 300;
  margin-top: 5px;
  letter-spacing: 2.1px;
}

@media (min-width: 480px) {
  .mayor-body__heading .rank {
    font-size: 18px;
  }
}

@media (max-width: 479px) {
  .mayor-body__heading .rank {
    font-size: 3.9vw;
  }
}

@media (min-width: 390px) and (max-width: 479px) {
  .mayor-body__heading .rank {
    font-size: 16px;
  }
}

@media (min-width: 768px) {
  .mayor-social {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .mayor-social {
    margin-top: 13px;
  }
}

.mayor-social a {
  display: inline-flex;
  border-radius: 11px;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #2d5789;
  transition: 0.3s;
}

@media (min-width: 480px) {
  .mayor-social a {
    width: 50px;
    height: 50px;
    font-size: 18px;
  }
}

@media (max-width: 479px) {
  .mayor-social a {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
}

.mayor-social a:not(:last-child) {
  margin-right: 7px;
}

.mayor-social a:hover {
  background-color: #293863;
  color: #fff;
}

.mayor-footer {
  background-color: #2d5789;
  border-radius: 11px;
  box-shadow: 15px 15px 35px rgba(45, 87, 137, 0.2);
}

@media (min-width: 992px) {
  .mayor-footer {
    margin-top: 25px;
  }
}

@media (max-width: 991px) {
  .mayor-footer {
    margin-top: 10px;
  }
}

@media (max-width: 479px) {
  .mayor-footer ul li {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

.mayor-footer ul li:not(:last-child) a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 2px;
  height: 20px;
  background-color: #fff;
}

.mayor-footer ul li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  color: #fff;
  line-height: 1.4;
  font-weight: 900;
  text-transform: uppercase;
  transition: 0.3s;
}

@media (min-width: 992px) {
  .mayor-footer ul li a {
    height: 4.3vw;
    max-height: 80px;
    font-size: 12px;
  }
}

@media (max-width: 479px) {
  .mayor-footer ul li a {
    height: 60px;
    font-size: 3vw;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .mayor-footer ul li a {
    height: 75px;
    font-size: 2.75vw;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .mayor-footer ul li a {
    height: 75px;
    font-size: 16px;
  }
}

@media (min-width: 390px) and (max-width: 479px) {
  .mayor-footer ul li a {
    font-size: 11px;
  }
}

@media (min-width: 600px) and (max-width: 767px) {
  .mayor-footer ul li a {
    font-size: 14px;
  }
}

.mayor-footer ul li a span:last-child {
  font-weight: 300;
}

.mayor-footer ul li a:hover {
  color: rgba(0, 0, 0, 0.4);
}

.banner {
  position: relative;
}

.banner::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 115px;
  right: 0;
  width: 50%;
  pointer-events: none;
  background-image: linear-gradient(to right, transparent, #dbe2e7);
  opacity: 0.95;
  display: none;
}

.banner .owl-banner-thumbs .owl-stage {
  counter-reset: dots;
}

.banner .owl-banner-thumbs .owl-stage .owl-item {
  counter-increment: dots;
}

.banner .owl-banner-thumbs .owl-stage .owl-item .banner-thumb__wrapper .number::before {
  content: counter(dots);
}

.banner-card a {
  display: block;
  position: relative;
  background-color: #fff;
  border-radius: 11px;
  padding: 13px;
}

@media (max-width: 479px) {
  .banner-card a {
    padding: 8px;
  }
}

.banner-photo {
  border-radius: 11px;
  overflow: hidden;
}

.banner-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.banner-thumb {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  z-index: 1;
  box-shadow: 0 0 20px rgba(33, 63, 100, 0.2);
}

.banner-thumb__wrapper {
  display: flex;
  align-items: center;
  position: relative;
}

.banner-thumb__wrapper .number {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  margin-top: 3px;
  line-height: 1;
  font-family: "Barlow Condensed", sans-serif;
  color: #000;
  -webkit-text-fill-color: #ecf0f2;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: rgba(24, 47, 74, 0.2);
}

@media (min-width: 992px) {
  .banner-thumb__wrapper .number {
    font-size: 5.1vw;
  }
}

@media (max-width: 479px) {
  .banner-thumb__wrapper .number {
    font-size: 60px;
  }
}

@media (min-width: 992px) {
  .banner-thumb {
    margin-left: 2vw;
  }
}

@media (max-width: 479px) {
  .banner-thumb {
    margin-left: 32px;
  }
}

.banner-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

body {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  color: #272a31;
  letter-spacing: -0.2px;
  overflow-x: hidden;
}

body.ui-bg {
  background: rgba(219, 226, 231, 0.5);
}

body.is-scroll {
  overflow: hidden;
}

.tawkto-status {
  position: absolute;
}

.tawkto-status .text-status {
  position: fixed;
  z-index: 989;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.2;
  right: 57px;
  bottom: 38px;
  height: 58px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  width: 120px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-right: 40px;
  padding-left: 10px;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: -0.5px;
  pointer-events: none;
}

.tawkto-status .text-status:not([class*="ui-color-"]) {
  background-color: #2d5789;
}

.tawkto-status .text-status.ui-color-2 {
  background-color: #182f4a;
}

.tawkto-status .text-status.ui-color-offline {
  background-color: #293863;
}

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

.shape {
  position: absolute;
  z-index: -1;
}

@media (max-width: 1199px) {
  .shape {
    display: none;
  }
}

.shape.ui-01 {
  bottom: 50px;
  right: -590px;
}

.shape.ui-01 img {
  width: 83.33vw;
  max-width: 1360px;
}

.shape.ui-02 {
  top: -15px;
  left: -650px;
}

.shape.ui-02 img {
  width: 94.66vw;
  max-width: 1400px;
  opacity: 0.1;
}

.shape.ui-03 {
  top: -170px;
  right: 0;
}

.shape.ui-03 img {
  width: 120vw;
  max-width: 1850px;
  opacity: 0.06;
}

.shape.ui-04 {
  top: -120px;
  left: 0;
}

.shape.ui-04 img {
  width: 33.33vw;
  max-width: 500px;
  opacity: 0.1;
}

.small-title:not(.ui-not) {
  position: relative;
  text-transform: uppercase;
  display: block;
  font-size: 10px;
  line-height: 1.3;
  color: #2d5789;
  font-weight: 600;
  letter-spacing: 1.5px;
}

.section-header.ui-txt-center {
  text-align: center;
}

@media (min-width: 768px) {
  .section-header.ui-txt-right {
    text-align: right;
  }
}

.section-header:not([class*="ui-txt-size-"]) .title {
  font-size: 42px;
}

@media (max-width: 479px) {
  .section-header:not([class*="ui-txt-size-"]) .title {
    font-size: 36px !important;
  }
}

.section-header:not([class*="ui-txt-size-"]) .text {
  font-size: 16px;
}

@media (max-width: 479px) {
  .section-header:not([class*="ui-txt-size-"]) .text {
    font-size: 14px;
  }
}

@media (min-width: 480px) {
  .section-header.ui-txt-size-large .title {
    font-size: 54px;
  }
}

@media (max-width: 479px) {
  .section-header.ui-txt-size-large .title {
    font-size: 36px;
  }
}

.section-header.ui-txt-size-small .title {
  font-size: 36px;
}

.section-header.ui-txt-size-small-1 .title {
  font-size: 28px;
}

.section-header .heading {
  font-family: "Quicksand", sans-serif;
  font-size: 66px;
  line-height: 1;
}

@media (max-width: 479px) {
  .section-header .heading {
    font-size: 42px;
  }
}

.section-header .heading span:first-child {
  color: rgba(39, 42, 49, 0.1);
}

.section-header .heading span:last-child {
  color: rgba(39, 42, 49, 0.2);
}

.section-header .title {
  color: #213f64;
  font-family: "Barlow Condensed", sans-serif;
  line-height: 1.2;
  letter-spacing: -1px;
}

.section-header .title:not(.ui-no-uppercase) {
  text-transform: uppercase;
}

.section-header .title span {
  color: #2d5789;
}

.section-header .text {
  line-height: 1.5;
}

.section-header .text:not([class*="ui-state"]) {
  color: #182f4a;
}

.section-header .text[class*="ui-state"] {
  padding: 25px;
  border-radius: 15px;
  font-size: 14px;
  line-height: 1.6;
}

.section-header .text.ui-state-warning {
  color: #2d5789;
  background-color: rgba(45, 87, 137, 0.1);
}

.section-header .text.ui-state-bg {
  background: rgba(219, 226, 231, 0.5);
}

.section-header .text strong {
  font-weight: 900;
}

.section-header.ui-transactions .title {
  color: #fff;
}

.section-header.ui-transactions .title span {
  color: #293863;
}

.section-header.ui-transactions .text {
  color: #293863;
}

.section-header.ui-unit .text {
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  max-width: 650px;
}

.section-header.ui-mayor-message .title {
  color: #2d5789;
}

.inner-page__header {
  padding-bottom: 2rem;
  margin-top: 0rem;
}

.inner-page__header .inner-page__heading-content .title {
  font-size: 30px !important;
  letter-spacing: -1px;
}

.inner-page__heading .inner-page__heading-content {
  display: flex;
  max-width: 100%;
  align-items: center !important;
  padding: 0 1rem;
}

@media (min-width: 768px) {
  .breadcrumb.ui-pos-bottom {
    position: absolute;
    right: auto;
    bottom: 0;
    left: 1.5rem;
    z-index: 9999;
  }
}

li {
  list-style: none;
}

.MzYydGFzYXLEsW12ZXlhesSxbMSxbWFqYW5zxLE {
  box-sizing: inherit;
}

.hero {
  position: relative;
  box-shadow: 0 0 65px rgba(39, 42, 49, 0.45);
}

.hero::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-image: linear-gradient(#213f64, transparent);
  opacity: 0.25;
  height: 40%;
  z-index: 1;
  pointer-events: none;
}

.hero-tab {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 450px;
  margin-right: 10px;
}

@media (min-width: 1400px) {
  .hero-tab {
    margin-right: 50px;
  }
}

@media (min-width: 1750px) {
  .hero-tab {
    margin-right: 120px;
  }
}

@media (max-width: 1199px) {
  .hero-tab {
    display: none;
  }
}

.hero-tab__nav ul {
  padding-left: 20px;
  padding-right: 20px;
}

.hero-tab__nav ul li {
  height: 92px;
}

.hero-tab__nav ul li:nth-child(2) .btn {
  background-color: #79a45a;
}

.hero-tab__nav ul li:nth-child(3) .btn {
  background-color: #9e2f72;
}

.hero-tab__nav ul li:nth-child(4) .btn {
  background-color: #2893b0;
}

.hero-tab__nav ul li.is-current .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  height: 100%;
}

.hero-tab__nav ul li .btn {
  height: 90%;
  width: 100%;
  display: flex;
  font-family: inherit;
  border-radius: 11px;
  background-color: #293863;
  transition: 0.3s;
}

.hero-tab__nav ul li .item {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  color: #fff;
  padding-top: 1vw;
  padding-left: 3px;
  padding-right: 3px;
}

.hero-tab__nav ul li .item .icon {
  font-size: 22px;
}

.hero-tab__nav ul li .item .icon svg {
  fill: #fff;
}

.hero-tab__nav ul li .item .title {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.35;
  margin-top: 10px;
}

.hero-tab__nav ul li .item .title span {
  font-weight: 300;
  display: block;
}

.hero-tab__container {
  background-color: #fff;
  height: 400px;
  border-radius: 11px;
  padding-top: 15px;
  padding-bottom: 15px;
}

@media (min-width: 1500px) {
  .hero-tab__container {
    height: 490px;
  }
}

.hero-tab__content {
  height: 100%;
  overflow-y: auto;
  scrollbar-color: #2d5789 rgba(45, 87, 137, 0.2);
  scrollbar-width: thin;
}

.hero-tab__content::-webkit-scrollbar-track {
  background-color: rgba(45, 87, 137, 0.2);
}

.hero-tab__content::-webkit-scrollbar {
  width: 5px;
}

.hero-tab__content::-webkit-scrollbar-thumb {
  background-color: #2d5789;
}

.hero-tab__content .list-shortcuts {
  padding-left: 35px;
  padding-right: 35px;
}

.hero-tab__content .list-shortcuts ul li:last-child::after {
  display: none;
}

.hero-tab__content .activities>ul {
  position: relative;
}

.hero-tab__content .activities>ul::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  z-index: 1;
  height: 25px;
}

.hero-tab__content .card-state {
  padding-bottom: 20px;
}

.hero-tab__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Quicksand", sans-serif;
}

.hero-tab__header .heading {
  font-size: 32px;
  line-height: 1.2;
  color: rgba(24, 47, 74, 0.3);
}

.hero-tab__header .link {
  font-size: 18px;
  display: inline-flex;
  align-items: center;
  color: #182f4a;
  opacity: 0.6;
  transition: 0.3s;
}

.hero-tab__header .link .icon {
  margin-left: 5px;
  margin-top: -5px;
}

.hero-tab__header .link:hover {
  opacity: 0.9;
}

.hero-tab__activities {
  padding-left: 20px;
  padding-right: 20px;
}

.hero-tab__activities .list-activity {
  margin-top: 3px;
}

.hero-tab__projects {
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 1200px) {
  .section-container {
    padding-left: calc((100vw - 1300px + 10px) / 2);
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-container {
    padding-left: calc((100vw - 768px + 20px) / 2);
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .section-container {
    padding-left: calc((100vw - 992px + 20px) / 2);
  }
}

@media (min-width: 1750px) {
  .section-container {
    padding-left: calc((100vw - 1300px + 10px) / 2);
  }
}

.section-tab:not([class*="ui-color-1"]) ul li.is-current a,
.section-tab:not([class*="ui-color-1"]) ul li:hover a {
  background-color: #293863;
}

.section-tab:not([class*="ui-color-1"]) ul li a::after {
  border-left: 10px solid rgba(0, 0, 0, 0);
  border-right: 10px solid rgba(0, 0, 0, 0);
  border-top: 10px solid #293863;
}

.section-tab.ui-color-1 ul li.is-current a,
.section-tab.ui-color-1 ul li:hover a {
  background-color: #2d5789;
  color: #fff;
}

.section-tab.ui-color-1 ul li a::after {
  border-left: 10px solid rgba(0, 0, 0, 0);
  border-right: 10px solid rgba(0, 0, 0, 0);
  border-top: 10px solid #2d5789;
}

@media (min-width: 480px) {
  .section-tab:not([class*="ui-size-"]):not(.ui-no-width) ul li a {
    min-width: 190px;
  }
}

.section-tab:not([class*="ui-size-"]) ul li:not(:last-child) {
  margin-right: 15px;
}

.section-tab:not([class*="ui-size-"]) ul li a {
  padding-left: 40px;
  padding-right: 40px;
  font-size: 14px;
}

.section-tab.ui-size-small ul li:not(:last-child) {
  margin-right: 10px;
}

.section-tab.ui-size-small ul li a {
  font-size: 12px;
  padding-left: 20px;
  padding-right: 20px;
}

.section-tab.ui-view-personnel ul li {
  margin-bottom: 10px;
}

.section-tab:not(.ui-view-row) ul li {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

@media (min-width: 768px) {
  .section-tab ul {
    flex-wrap: wrap;
  }

  .section-tab ul:not(.ui-no-center) {
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .section-tab ul {
    overflow-x: auto;
    padding-top: 30px;
    padding-bottom: 40px;
    flex-wrap: inherit;
  }
}

.section-tab ul li.is-current a,
.section-tab ul li:hover a {
  color: #fff;
}

.section-tab ul li.is-current a::after {
  opacity: 1;
}

.section-tab ul li a {
  display: inline-flex;
  text-align: center;
  position: relative;
  z-index: 1;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  box-shadow: 0 0 50px rgba(33, 63, 100, 0.15);
  border-radius: 20px;
  color: #213f64;
  font-weight: 900;
  text-transform: uppercase;
  transition: 0.3s;
  height: 50px;
}

.section-tab ul li a::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: calc(-1 * 10px);
  left: 0;
  opacity: 0;
  width: 10px;
  height: 10px;
  margin-left: auto;
  margin-right: auto;
  transition: 0.3s;
}

.section.ui-bg-cover {
  position: relative;
  z-index: 1;
}

.section.ui-bg-cover::before {
  content: "";
  z-index: -1;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (min-width: 992px) {
  .section.ui-bg-cover.ui-cover-1::before {
    background-position: center 0;
    background-image: url(../images/section-bg-gallery.png);
  }
}

@media (min-width: 992px) {
  .section-shortcuts .section-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (max-width: 479px) {
  .section-shortcuts .section-container {
    max-width: 390px;
    padding-top: 15px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .section-shortcuts .section-container {
    max-width: 600px;
    padding-top: 20px;
  }
}

@media (max-width: 767px) {
  .section-shortcuts .section-container {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-shortcuts .section-container {
    padding-top: 20px;
  }
}

@media (min-width: 768px) {
  .section-shortcuts .section-container .shortcuts {
    margin-left: -15px !important;
  }
}

@media (max-width: 479px) {
  .section-shortcuts .section-container .shortcuts.ui-style-item .shortcuts-card a {
    padding-left: 15px;
    padding-right: 10px;
  }
}

@media (max-width: 479px) {
  .section-shortcuts .section-container .shortcuts.ui-style-item .shortcuts-card a .icon {
    font-size: 20px;
  }
}

@media (max-width: 479px) {
  .section-shortcuts .section-container .shortcuts.ui-style-item .shortcuts-card a .desc {
    padding-left: 8px;
  }
}

@media (max-width: 479px) {
  .section-shortcuts .section-container .shortcuts.ui-style-item .shortcuts-card a .desc .title {
    font-size: 12px;
    line-height: 1.35;
  }
}

@media (min-width: 768px) {
  .section-shortcuts .section-container .owl-shortcuts .owl-stage {
    padding-left: 15px !important;
  }
}

.section-shortcuts .section-container .owl-shortcuts .owl-stage .owl-item {
  transition: 0.4s;
}

@media (max-width: 479px) {
  .section-shortcuts .section-container .owl-shortcuts .owl-stage .owl-item .item {
    transition: 0.4s;
  }
}

@media (max-width: 479px) {
  .section-shortcuts .section-container .owl-shortcuts .owl-stage .owl-item:not(.active) .item {
    opacity: 0;
    visibility: hidden;
  }
}

.section-shortcuts .list-shortcuts {
  display: none;
}

@media (max-width: 767px) {
  .section-shortcuts .list-shortcuts {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-shortcuts .list-shortcuts {
    padding-left: 18px;
    padding-right: 28px;
    max-width: 768px;
  }
}

@media (max-width: 991px) {
  .section-shortcuts .list-shortcuts {
    display: block;
  }
}

@media (min-width: 2020px) {
  .section-group-01 {
    display: flex;
    justify-content: flex-end;
  }
}

.section-group-01 .section-wrapper {
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 1400px) {
  .section-group-01 .section-wrapper {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (min-width: 1750px) {
  .section-group-01 .section-wrapper {
    padding-left: 8vw;
    padding-right: 8vw;
  }
}

@media (min-width: 2020px) {
  .section-group-01 .section-wrapper {
    max-width: 2200px;
  }
}

@media (max-width: 991px) {
  .section-group-01 .section-wrapper {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 479px) {
  .section-group-01 .section-wrapper {
    max-width: 390px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .section-group-01 .section-wrapper {
    max-width: 600px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-group-01 .section-wrapper {
    max-width: 768px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .section-group-01 .section-wrapper {
    max-width: 992px;
  }
}

@media (min-width: 1200px) {
  .section-group-01 .section-wrapper>.row {
    align-items: flex-end;
  }
}

@media (max-width: 1199px) {
  .section-group-01 .section-wrapper>.row {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 1199px) {
  .section-group-01 .section-wrapper>.row>div {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .section-group-01 .section-wrapper .col-mayor {
    flex: 0 0 460px;
    max-width: 460px;
  }
}

@media (min-width: 992px) {
  .section-group-01 .section-wrapper .col-mayor .mayor-photo {
    width: 16vw;
    max-width: 250px;
  }
}

@media (min-width: 1750px) {
  .section-group-01 .section-wrapper .col-mayor .mayor-photo {
    max-width: 275px;
  }
}

@media (min-width: 1200px) {
  .section-group-01 .section-wrapper .col-banner {
    flex: 0 0 calc(100% - 460px);
    max-width: calc(100% - 460px);
  }
}

.section-group-01 .section-wrapper .col-banner .col-header {
  align-items: center;
  padding-right: 10px;
}

@media (min-width: 768px) {
  .section-group-01 .section-wrapper .col-banner .col-header {
    justify-content: space-between;
  }
}

@media (max-width: 767px) {
  .section-group-01 .section-wrapper .col-banner .col-header {
    justify-content: center;
  }
}

@media (min-width: 768px) {
  .section-group-01 .section-wrapper .col-banner .col-header .btn {
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .section-group-01 .section-wrapper .col-banner .col-header .btn {
    display: none;
  }
}

@media (min-width: 1200px) {
  .section-group-01 .banner {
    min-height: 400px;
  }
}

.section-group-01 .banner .owl-banner {
  display: flex;
}

.section-group-01 .banner .owl-banner .owl-stage-outer {
  border-top-left-radius: 11px;
  border-bottom-left-radius: 11px;
}

.section-group-01 .banner .owl-banner .owl-stage {
  padding-left: 0 !important;
}

.section-group-01 .banner .owl-banner-thumbs .owl-item.current .banner-thumb__wrapper .number {
  -webkit-text-stroke-color: rgba(45, 87, 137, 0.5);
}

.section-group-01 .banner .owl-banner-thumbs .owl-item .item {
  margin-top: 25px;
  margin-bottom: 25px;
}

@media (min-width: 1200px) {
  .section-group-01 .mayor {
    margin-bottom: 1.5vw;
  }
}

@media (min-width: 1750px) {
  .section-group-01 .mayor {
    margin-bottom: 1vw;
  }
}

@media (max-width: 991px) {
  .section-group-01 .mayor {
    margin-bottom: 50px;
  }
}

@media (min-width: 992px) {
  .section-headlinenews .container {
    padding-top: 70px;
    padding-bottom: 50px;
  }
}

@media (max-width: 479px) {
  .section-headlinenews .container {
    padding-top: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-headlinenews .container {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

@media (max-width: 479px) {
  .section-headlinenews .section-header {
    position: relative;
    top: 30px;
  }
}

@media (min-width: 768px) {
  .section-ann .section-container .boxes {
    margin-left: -20px !important;
  }
}

@media (min-width: 768px) {
  .section-ann .section-container .boxes .owl-boxes .owl-stage {
    padding-left: 20px !important;
  }
}

@media (min-width: 768px) {
  .section-ann .section-container .boxes .owl-boxes .owl-stage .owl-item {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .section-ann .section-container .boxes .owl-boxes .owl-stage .owl-item {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.section-ann .section-container .boxes .owl-boxes .owl-dots {
  margin-top: 10px;
}

@media (min-width: 1200px) {
  .section-ann .section-container .boxes .owl-boxes .owl-dots {
    margin-left: calc(-1 * (100vw - 1300px + 10px) / 2);
  }
}

@media (min-width: 1750px) {
  .section-ann .section-container .boxes .owl-boxes .owl-dots {
    margin-left: calc(-1 * (100vw - 1300px + 10px) / 2);
  }
}

.section-projects .container {
  padding-top: 80px;
  padding-bottom: 100px;
}

@media (max-width: 479px) {
  .section-projects .container {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-projects .container {
    padding-top: 50px;
  }
}

@media (min-width: 768px) {
  .section-projects .section-tab {
    margin-top: 50px;
  }
}

.section-projects .owl-projects .owl-item .item {
  transition: 0.4s;
  will-change: opacity;
}

@media (min-width: 768px) {
  .section-projects .owl-projects .owl-item .item {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .section-projects .owl-projects .owl-item .item {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.section-projects .owl-projects .owl-item:not(.active) .item {
  opacity: 0;
  visibility: hidden;
}

@media (min-width: 390px) and (max-width: 479px) {
  .section-projects .card-v2-photo {
    height: 120px;
  }
}

@media (min-width: 390px) and (max-width: 479px) {
  .section-projects .card-v2-footer {
    padding: 20px;
  }
}

@media (min-width: 390px) and (max-width: 479px) {
  .section-projects .card-v2-footer .title {
    font-size: 16px;
  }
}

@media (min-width: 390px) and (max-width: 479px) {
  .section-projects .card-v2-footer .text {
    font-size: 12px;
  }
}

.section-group-02 .section-wrapper {
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 768px) {
  .section-group-02 .section-wrapper {
    padding-bottom: 50px;
  }
}

@media (min-width: 1400px) {
  .section-group-02 .section-wrapper {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (min-width: 1750px) {
  .section-group-02 .section-wrapper {
    padding-left: 8vw;
    padding-right: 8vw;
  }
}

@media (min-width: 2020px) {
  .section-group-02 .section-wrapper {
    max-width: 2200px;
    margin-left: auto;
    margin-right: auto;
  }
}

.section-group-02 .section-wrapper .section-header .text {
  margin-top: 10px;
}

@media (min-width: 1200px) {
  .section-group-02 .section-wrapper .section-header .text {
    max-width: 450px;
  }
}

@media (max-width: 479px) {
  .section-group-02 .section-wrapper .col-activities {
    max-width: 390px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .section-group-02 .section-wrapper .col-activities {
    max-width: 600px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-group-02 .section-wrapper .col-activities {
    max-width: 768px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .section-group-02 .section-wrapper .col-activities {
    max-width: 992px;
  }
}

@media (max-width: 1199px) {
  .section-group-02 .section-wrapper .col-activities {
    margin-left: auto;
    margin-right: auto;
  }
}

.section-group-02 .section-wrapper .col-activities .owl-activities .owl-item>.item {
  margin-top: 33px;
  margin-bottom: 40px;
  transition: 0.4s;
  will-change: opacity;
}

.section-group-02 .section-wrapper .col-activities .owl-activities .owl-item:not(.active) .item {
  opacity: 0;
  visibility: hidden;
}

.section-group-02 .section-wrapper .col-activities .buttons-container {
  justify-content: center;
}

@media (max-width: 479px) {
  .section-group-02 .section-wrapper .col-activities .buttons-container .button-icon {
    padding-left: 15px;
  }
}

@media (max-width: 479px) {
  .section-group-02 .section-wrapper .col-activities .buttons-container .button-icon__text {
    font-size: 11px;
  }
}

@media (max-width: 479px) {
  .section-group-02 .section-wrapper .col-activities .buttons-container .btn-group {
    font-size: 11px;
    margin-left: -10px;
    padding-left: 20px;
    padding-right: 15px;
  }
}

@media (max-width: 767px) {
  .section-group-02 .section-wrapper .col-activities .section-header {
    text-align: center;
  }
}

@media (max-width: 1199px) {
  .section-group-02 .section-wrapper .col-transactions {
    display: none;
  }
}

@media (min-width: 768px) {
  .section-group-02 .section-wrapper .col-transactions .section-header {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
}

@media (max-width: 767px) {
  .section-group-02 .section-wrapper .col-transactions .section-header {
    text-align: center;
  }
}

.section-group-02 .section-wrapper .col-transactions .transactions {
  margin-top: 40px;
}

.section-group-02 .section-wrapper .col-transactions .owl-transactions .owl-item .item {
  transition: 0.4s;
}

.section-group-02 .section-wrapper .col-transactions .owl-transactions .owl-item:not(.center) .item {
  transform: scale(0.85);
}

.section-group-02 .section-wrapper .col-transactions .shortcuts.ui-style-card .shortcuts-card {
  height: 19.2vw;
  max-height: 320px;
}

.section-group-02 .section-wrapper .col-transactions .shortcuts.ui-style-card .icon.ui-figure {
  height: 7vw;
  max-height: 140px;
}

@media (min-width: 992px) {

  .section-gallery .container,
  .section-gallery .container-fluid {
    padding-top: 150px;
    padding-bottom: 50px;
    min-height: 855px;
  }
}

@media (max-width: 767px) {

  .section-gallery .container,
  .section-gallery .container-fluid {
    padding-top: 50px;
    padding-bottom: 35px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {

  .section-gallery .container,
  .section-gallery .container-fluid {
    padding-top: 0;
    padding-bottom: 35px;
  }
}

@media (min-width: 768px) {

  .section-gallery .container>.row,
  .section-gallery .container-fluid>.row {
    align-items: flex-end;
  }
}

@media (max-width: 767px) {
  .section-gallery .section-header {
    text-align: center;
  }
}

.section-gallery .section-header .text {
  max-width: 400px;
  margin-top: 10px;
}

@media (min-width: 768px) {
  .section-gallery .section-tab {
    margin-top: 30px;
  }
}

.section-gallery .gallery-container {
  position: relative;
}

@media (min-width: 1200px) {
  .section-gallery .gallery-container {
    height: 430px;
  }
}

@media (min-width: 768px) {
  .section-gallery .gallery-content .buttons-container {
    right: 0;
    bottom: -10px;
    position: absolute;
  }
}

@media (max-width: 767px) {
  .section-gallery .gallery-content .buttons-container {
    justify-content: center;
    margin-top: 23px;
  }
}

.section-gallery .owl-gallery .owl-item .item {
  transition: 0.4s;
  will-change: opacity;
}

@media (min-width: 768px) {
  .section-gallery .owl-gallery .owl-item .item {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .section-gallery .owl-gallery .owl-item .item {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.section-gallery .owl-gallery .owl-item:not(.active) .item {
  opacity: 0;
  visibility: hidden;
}

@media (min-width: 768px) {
  .section-gallery .owl-gallery .owl-dots {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .section-gallery .owl-gallery .owl-dots {
    margin-top: 0 !important;
  }
}

.section-gallery .cekmekoy-summary {
  position: relative;
}

@media (min-width: 992px) {
  .section-gallery .cekmekoy-summary {
    padding-bottom: 95px;
  }
}

@media (max-width: 767px) {
  .section-gallery .cekmekoy-summary {
    margin-top: 30px;
  }
}

.section-gallery .cekmekoy-summary__card {
  position: relative;
}

@media (min-width: 768px) {
  .section-gallery .cekmekoy-summary__card {
    margin-top: 40px;
  }
}

.section-gallery .cekmekoy-summary__card a {
  display: flex;
  position: relative;
  justify-content: flex-end;
  border-radius: 11px;
}

.section-gallery .cekmekoy-summary__cover {
  overflow: hidden;
  border-top-right-radius: 11px;
  border-bottom-right-radius: 11px;
  width: 65%;
  height: 293px;
}

.section-gallery .cekmekoy-summary__cover img,
.section-gallery .cekmekoy-summary__cover video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.section-gallery .cekmekoy-summary__body {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  padding: 40px 50px;
}

.section-gallery .cekmekoy-summary__body::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: linear-gradient(to left, transparent, #213f64 65%);
  border-top-left-radius: 11px;
  border-bottom-left-radius: 11px;
}

.section-gallery .cekmekoy-summary__body-content {
  width: calc(65% + 75px);
  position: relative;
}

.section-gallery .cekmekoy-summary__body-content .number {
  line-height: 0.8;
  font-family: "Quicksand", sans-serif;
  color: #2d5789;
  font-size: 84px;
}

.section-gallery .cekmekoy-summary__body-content .desc {
  margin-top: 10px;
}

.section-gallery .cekmekoy-summary__body-content .desc>div {
  display: block;
  color: #fff;
  text-transform: uppercase;
}

.section-gallery .cekmekoy-summary__body-content .desc .heading {
  font-size: 24px;
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: -1.5px;
  line-height: 1.15;
}

.section-gallery .cekmekoy-summary__body-content .desc .text {
  font-size: 20px;
  opacity: 0.7;
  line-height: 1.15;
}

.section-gallery .cekmekoy-summary__body-content .desc .text-update {
  margin-top: 10px;
  font-size: 11px;
  line-height: 1.35;
}

.section-gallery .cekmekoy-summary__body-content .desc .text-update strong {
  font-weight: 900;
}

.section-gallery .cekmekoy-summary__body-content .btn {
  color: #2d5789;
  display: inline-flex;
  align-items: center;
  margin-top: 15px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 900;
  background-color: rgba(45, 87, 137, 0.1);
  padding: 5px 12px;
  border-radius: 8px;
  transition: 0.3s;
}

.section-gallery .cekmekoy-summary__body-content .btn:hover {
  background-color: #2d5789;
  color: #fff;
  box-shadow: 0 15px 30px rgba(45, 87, 137, 0.2);
}

.section-gallery .cekmekoy-summary__body-content .btn .icon {
  margin-right: 8px;
  font-size: 14px;
}

@media (max-width: 991px) {
  .section-gallery .cekmekoy-summary .section-tab {
    display: none;
  }
}

.section-gallery .cekmekoy-summary .buttons-container {
  justify-content: center;
}

@media (min-width: 992px) {
  .section-gallery .cekmekoy-summary .buttons-container {
    position: absolute;
    right: 0;
    bottom: -10px;
    left: 0;
  }
}

@media (max-width: 991px) {
  .section-gallery .cekmekoy-summary .buttons-container {
    margin-top: 30px;
  }
}

.section-group-03 {
  background-color: #fff;
}

@media (max-width: 479px) {
  .section-group-03 .container {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 70px;
  }
}

@media (min-width: 480px) {
  .section-group-03 .container {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}

@media (max-width: 479px) {
  .section-group-03 .social {
    justify-content: center;
  }
}

.section-group-03 .social a {
  width: 52px;
  height: 52px;
  background-color: rgba(219, 226, 231, 0.5);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 11px;
  color: #272a31;
  font-size: 18px;
  transition: 0.3s;
}

.section-group-03 .social a:not(:last-child) {
  margin-right: 10px;
}

.section-group-03 .social a:hover {
  background-color: #213f64;
  color: #fff;
}

.section-group-03 .slogan {
  font-weight: 900;
  color: #213f64;
  font-size: 48px;
  letter-spacing: -1px;
  margin-top: 15px;
}

@media (max-width: 479px) {
  .section-group-03 .slogan {
    font-size: 28px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .section-group-03 .slogan {
    font-size: 42px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-group-03 .slogan {
    font-size: 32px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .section-group-03 .slogan {
    font-size: 42px;
  }
}

.section-group-03 .slogan span {
  font-weight: 400;
}

.section-group-03 .app {
  margin-top: 15px;
}

@media (max-width: 767px) {
  .section-group-03 .app {
    margin-bottom: 50px;
  }
}

.section-group-03 .app .heading {
  text-transform: uppercase;
  color: #2d5789;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: -0.5px;
  margin-bottom: 10px;
}

@media (max-width: 479px) {
  .section-group-03 .app .heading+div {
    justify-content: center;
  }
}

.section-group-03 .app a {
  display: block;
  position: relative;
  transition: 0.3s;
}

.section-group-03 .app a:hover {
  opacity: 0.6;
}

.section-group-03 .app a:not(:last-child) {
  margin-right: 30px;
}

.section-group-03 .app a img {
  width: 120px;
}

@media (max-width: 479px) {
  .section-group-03 .app a img {
    width: 100px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-group-03 .section-header .title:not([class*="ui-txt-size-"]) {
    font-size: 32px;
  }
}

.section-group-03 .brands .owl-brands .owl-item .item {
  transition: 0.3s;
  margin-top: 30px;
  margin-bottom: 30px;
  will-change: opacity;
}

.section-group-03 .brands .owl-brands .owl-item:not(.active) .item {
  opacity: 0;
  visibility: hidden;
}

@media (min-width: 480px) and (max-width: 767px) {
  .section-group-03 .owl-nav-style.ui-top-right .owl-theme .owl-nav {
    top: -25px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-group-03 .owl-nav-style.ui-top-right .owl-theme .owl-nav {
    top: -40px;
  }
}

.section-newsother .container {
  padding-top: 40px;
  padding-bottom: 25px;
}

.section-categories .section-container {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .section-categories .section-container .video-categories {
    margin-left: -15px !important;
  }
}

@media (min-width: 768px) {
  .section-categories .section-container .owl-video-categories .owl-stage {
    padding-left: 15px !important;
  }
}

.section-categories .section-container .owl-video-categories .owl-stage .owl-item {
  transition: 0.4s;
}

@media (max-width: 479px) {
  .section-categories .section-container .owl-video-categories .owl-stage .owl-item .item {
    transition: 0.4s;
  }
}

@media (max-width: 479px) {
  .section-categories .section-container .owl-video-categories .owl-stage .owl-item:not(.active) .item {
    opacity: 0;
    visibility: hidden;
  }
}

.MzYydGFzYXLEsW12ZXlhesSxbMSxbWFqYW5zxLE {
  box-sizing: inherit;
}

.inner-page__header {
  position: relative;
}

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

@media (min-width: 992px) {
  .inner-page__photo:not([class*="ui-height-"]) {
    height: 480px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .inner-page__photo:not([class*="ui-height-"]) {
    height: 230px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .inner-page__photo:not([class*="ui-height-"]) {
    height: 230px;
  }
}

.inner-page__photo.ui-height-1 {
  height: 475px;
}

.inner-page__photo.ui-height-full {
  height: calc(100vh - calc(70px + 80px));
}

.inner-page__photo.ui-pos-absolute {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
}

@media (min-width: 992px) {
  .inner-page__photo.ui-pos-absolute {
    top: calc(70px + 110px);
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .inner-page__photo.ui-pos-absolute {
    top: 105px;
  }
}

.inner-page__photo.ui-pos-absolute::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  background-image: linear-gradient(transparent, #ecf0f2);
}

.inner-page__photo.ui-style-bg-gradient img {
  filter: grayscale(1);
  opacity: 0.7;
}

@media (min-width: 992px) {
  .inner-page__photo.ui-style-bg-gradient img {
    transform: translateX(13vw);
  }
}

.inner-page__photo img,
.inner-page__photo video,
.inner-page__photo iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.inner-page__heading {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.inner-page__heading.ui-pos-relative {
  position: relative;
}

@media (min-width: 768px) {
  .inner-page__heading.ui-pos-relative:not(.ui-no-heading-content) .container {
    padding-top: 90px;
    padding-bottom: 60px;
  }
}

@media (max-width: 479px) {
  .inner-page__heading.ui-pos-relative:not(.ui-no-heading-content) .container {
    padding-top: 50px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .inner-page__heading.ui-pos-relative:not(.ui-no-heading-content) .container {
    padding-top: 70px;
  }
}

@media (min-width: 768px) {
  .inner-page__heading.ui-pos-relative.ui-no-heading-content .container {
    padding-top: 130px;
  }
}

@media (max-width: 767px) {
  .inner-page__heading.ui-pos-relative.ui-no-heading-content .container {
    padding-top: 60px;
  }
}

.inner-page__heading:not(.ui-pos-relative) .container:not(.ui-not) {
  height: calc(480px / 2);
  padding-top: 35px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .inner-page__heading:not(.ui-pos-relative) .container:not(.ui-not) {
    height: calc(230px / 2);
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .inner-page__heading:not(.ui-pos-relative) .container:not(.ui-not) {
    height: calc(230px / 2);
  }
}

.inner-page__heading:not(.ui-pos-relative) .container.ui-not {
  height: 100%;
}

.inner-page__heading.ui-style-bg-gradient {
  background-image: linear-gradient(to left, transparent, #293863 70%);
}

.inner-page__heading.ui-style-bg-gradient-1 {
  background-image: linear-gradient(to left,
      transparent,
      rgba(41, 56, 99, 0.75) 70%);
}

.inner-page__heading .container {
  position: relative;
}

.inner-page__heading-content {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 2;
}

.inner-page__heading-content .title {
  color: #293863;
  font-weight: 800;
  line-height: 1.2;
}

@media (min-width: 768px) {
  .inner-page__heading-content .title {
    font-size: 54px;
    letter-spacing: -2.5px;
  }
}

@media (max-width: 479px) {
  .inner-page__heading-content .title {
    font-size: 36px;
    letter-spacing: -1.5px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .inner-page__heading-content .title {
    font-size: 42px;
    letter-spacing: -2px;
  }
}

.inner-page__heading-content .text {
  color: #293863;
  line-height: 1.6;
  margin-top: 5px;
}

@media (max-width: 767px) {
  .inner-page__heading-content .text {
    margin-bottom: 20px;
  }
}

@media (min-width: 480px) {
  .inner-page__heading-content .text {
    font-size: 14px;
  }
}

@media (max-width: 479px) {
  .inner-page__heading-content .text {
    font-size: 13px;
  }
}

.inner-page__wrapper {
  margin-bottom: 70px;
  margin-top: 250px;
}

.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;
}

.inner-page__wrapper.ui-page-header-photo .container {
  margin-top: calc(-1 * 480px / 2);
}

@media (min-width: 480px) {
  .inner-page__wrapper.ui-no-page-header .container {
    margin-top: 65px;
  }
}

@media (max-width: 479px) {
  .inner-page__wrapper.ui-no-page-header .container {
    margin-top: 40px;
  }
}

.inner-page__wrapper .container {
  position: relative;
  z-index: 3;
}

@media (min-width: 1200px) {
  .inner-page__row:not(.no-gutters)>div {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 1199px) {
  .inner-page__row:not(.no-gutters)>div {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width: 1200px) {
  .inner-page__row:not(.no-gutters).ui-gutter-15>div {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 1199px) {
  .inner-page__row:not(.no-gutters).ui-gutter-15>div {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width: 768px) {
  .inner-page__row.ui-dir-reverse {
    flex-direction: row-reverse;
  }
}

@media (max-width: 767px) {
  .inner-page__row {
    flex-direction: column-reverse;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .inner-page__row.ui-page-tenders {
    flex-direction: column-reverse;
  }
}

@media (min-width: 992px) {
  .inner-page__article:not(.ui-no-width) {
    flex: 0 0 77%;
    max-width: 77%;
  }
}

@media (max-width: 767px) {
  .inner-page__article:not(.ui-no-width) {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .inner-page__article:not(.ui-no-width):not(.ui-no-width-tablet) {
    flex: 0 0 62%;
    max-width: 62%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .inner-page__article:not(.ui-no-width) {
    flex: 0 0 67%;
    max-width: 67%;
  }
}

@media (max-width: 767px) {
  .inner-page__sidebar {
    margin-top: 20px;
  }
}

@media (min-width: 992px) {
  .inner-page__sidebar:not(.ui-no-width) {
    flex: 0 0 calc(100% - 77%);
    max-width: calc(100% - 77%);
  }
}

@media (max-width: 767px) {
  .inner-page__sidebar:not(.ui-no-width) {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .inner-page__sidebar:not(.ui-no-width):not(.ui-no-width-tablet) {
    flex: 0 0 calc(100% - 62%);
    max-width: calc(100% - 62%);
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .inner-page__sidebar:not(.ui-no-width) {
    flex: 0 0 calc(100% - 67%);
    max-width: calc(100% - 67%);
  }
}

.inner-page__sidebar:not(.ui-no-mb)>div:not(:last-child) {
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .inner-page__content:not(.ui-no-height) {
    min-height: auto;
    padding-bottom: 40px;
  }
}

.inner-page__content:not(.ui-no-bg) {
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 0 50px rgba(39, 42, 49, 0.1);
}

.inner-page__content:not(.ui-no-bg):not(.ui-page-unit-detail):not(.ui-no-height-full) {
  height: 100%;
}

@media (min-width: 480px) {
  .inner-page__content:not(.ui-no-bg) {
    padding: 25px 30px;
  }
}

@media (max-width: 479px) {
  .inner-page__content:not(.ui-no-bg) {
    padding: 15px 20px;
  }
}

.inner-page__content.ui-page-services {
  margin-top: 30px;
}

@media (min-width: 1200px) {
  .inner-page__content.ui-page-services {
    padding-left: 55px;
    padding-right: 55px;
  }
}

@media (min-width: 768px) {
  .inner-page__content.ui-page-unit-detail {
    height: calc(100% - 450px);
  }
}

.page-content__breadcrumb {
  border-radius: 15px;
  justify-content: space-between;
}

.page-content__breadcrumb .breadcrumb {
  width: 100%;
}

@media (max-width: 767px) {
  .page-content__breadcrumb-header>.row .col-auto {
    display: none;
  }
}

.page-content__breadcrumb:not(.ui-no-bg) {
  padding: 18px 23px;
  margin-bottom: 20px;
}

.page-content__breadcrumb:not(.ui-no-bg):not([class*="ui-bg-"]) {
  background-color: rgba(219, 226, 231, 0.3);
}

.page-content__breadcrumb:not(.ui-no-bg).ui-bg-light {
  background-color: rgba(255, 255, 255, 0.5);
}

.page-content__breadcrumb.ui-no-bg {
  padding-left: 25px;
  padding-right: 25px;
  margin-bottom: 10px;
}

.page-content__breadcrumb-right {
  width: 100%;
}

.page-content__breadcrumb-right .btn-pdf {
  background-color: #293863;
  display: inline-flex;
  align-items: center;
  border-radius: 15px;
  height: 55px;
  padding-left: 15px;
  padding-right: 15px;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: -0.3px;
  transition: 0.3s;
}

.page-content__breadcrumb-right .btn-pdf:hover {
  background-color: #293863;
}

.page-content__back {
  display: inline-flex;
  align-items: center;
  color: #182f4a;
}

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

.page-content__back.ui-pos-bottom-right {
  position: absolute;
  right: 10px;
  bottom: 0;
  z-index: 4;
  padding-right: 15px;
  padding-bottom: 12px;
}

.page-content__back:hover {
  color: #272a31;
}

.page-content__back .icon {
  color: #2d5789;
  font-size: 10px;
  margin-right: 7px;
  margin-top: -1px;
}

.page-content__back .text {
  font-size: 12px;
  font-weight: 600;
}

.page-content__filter {
  margin-bottom: 15px;
  display: flex;
  position: relative;
  z-index: 2;
  margin-left: -5px;
  margin-right: -5px;
}

@media (max-width: 991px) {
  .page-content__filter {
    flex-direction: column-reverse;
  }
}

.page-content__filter>.item {
  padding-left: 5px;
  padding-right: 5px;
}

@media (max-width: 991px) {
  .page-content__filter>.item:not(:first-child) {
    margin-bottom: 10px;
  }
}

@media (min-width: 992px) {
  .page-content__filter>.item.ui-item-search {
    flex: 0 0 75%;
    max-width: 75%;
  }
}

.page-content__filter>.item.ui-item-categories {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.page-content__filter-search form {
  position: relative;
  width: 100%;
}

.page-content__filter-search form input {
  background: none;
  outline: 0;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 15px;
  border: 0 none;
  height: 60px;
  font-family: inherit;
  color: #182f4a;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: -0.3px;
  width: 100%;
  padding-left: 25px;
  padding-right: 75px;
}

.page-content__filter-search form input::-moz-placeholder {
  color: #182f4a;
}

.page-content__filter-search form input::placeholder {
  color: #182f4a;
}

.page-content__filter-search form input:focus {
  background-color: #fff;
  color: #213f64;
}

.page-content__filter-search form .icon {
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  opacity: 0.4;
  font-size: 18px;
}

.page-content__filter-nav {
  display: flex;
  flex-wrap: wrap;
}

.page-content__filter-nav .item {
  flex: 1;
  position: relative;
}

.page-content__filter-nav .btn {
  background-color: #fff;
  height: 60px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 25px;
  padding-right: 25px;
  border-radius: 15px;
  color: #2d5789;
  font-family: inherit;
}

.page-content__filter-nav .btn .title {
  font-size: 14px;
  font-weight: 900;
  letter-spacing: -0.3px;
}

.page-content__filter-nav .btn .icon {
  font-size: 12px;
  opacity: 0.5;
  transition: 0.3s;
}

.page-content__filter-nav .btn.is-active .icon {
  transform: scale(1.3) rotate(90deg);
}

.page-content__filter-nav .dropdown {
  position: absolute;
  margin-top: 3px;
  left: 0;
  right: 0;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(39, 42, 49, 0.3);
  transform-origin: center top;
  transition: 0.3s;
  padding-top: 13px;
  padding-bottom: 13px;
}

.page-content__filter-nav .dropdown:not(.is-visible) {
  opacity: 0;
  visibility: hidden;
  transform: scale(0.8);
}

.page-content__filter-nav .dropdown ul {
  max-height: 303px;
  overflow-y: auto;
  scrollbar-color: #2d5789 rgba(45, 87, 137, 0.1);
  scrollbar-width: thin;
}

.page-content__filter-nav .dropdown ul::-webkit-scrollbar-track {
  background-color: rgba(45, 87, 137, 0.1);
}

.page-content__filter-nav .dropdown ul::-webkit-scrollbar {
  width: 5px;
}

.page-content__filter-nav .dropdown ul::-webkit-scrollbar-thumb {
  background-color: #2d5789;
}

.page-content__filter-nav .dropdown ul li {
  padding-left: 20px;
  padding-right: 20px;
}

.page-content__filter-nav .dropdown ul li:not(:last-child) a {
  border-bottom: 1px solid rgba(39, 42, 49, 0.1);
}

.page-content__filter-nav .dropdown ul li.is-current a::after,
.page-content__filter-nav .dropdown ul li:hover a::after {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.page-content__filter-nav .dropdown ul li a {
  display: block;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 7px;
  color: #272a31;
  font-weight: 800;
  font-size: 13px;
  position: relative;
  z-index: 1;
}

.page-content__filter-nav .dropdown ul li a::after {
  content: "";
  position: absolute;
  top: 1px;
  right: -7px;
  bottom: 1px;
  left: -7px;
  background-color: rgba(219, 226, 231, 0.3);
  border-radius: 8px;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.85);
  transition: 0.3s;
}

.page-content__social.ui-style-fixed {
  display: flex;
}

@media (min-width: 768px) {
  .page-content__social.ui-style-fixed {
    position: absolute;
    right: 30px;
    top: -30px;
  }
}

@media (max-width: 767px) {
  .page-content__social.ui-style-fixed {
    justify-content: center;
  }
}

.page-content__social a:not(.heading) {
  color: #182f4a;
  display: inline-flex;
  background-color: #dbe2e7;
  border-top-left-radius: 11px;
  border-top-right-radius: 11px;
  width: 35px;
  height: 30px;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  transition: 0.3s;
}

.page-content__social a:not(.heading):hover {
  background-color: #fff;
}

.page-content__social a:not(.heading):not(:last-child) {
  margin-right: 3px;
}

.page-content__social a.heading {
  font-family: "Quicksand", sans-serif;
  font-size: 14px;
  color: rgba(24, 47, 74, 0.5);
  margin-right: 10px;
  position: relative;
  top: 5px;
}

.page-content__tags {
  margin-top: 20px;
}

.page-content__tags ul {
  flex-wrap: wrap;
}

.page-content__tags ul li:not(:last-child) {
  margin-right: 7px;
}

@media (max-width: 767px) {
  .page-content__tags ul li {
    margin-bottom: 10px;
  }
}

.page-content__tags ul li a {
  display: inline-flex;
  padding: 5px 10px;
  background-color: rgba(219, 226, 231, 0.2);
  border-radius: 8px;
  color: #272a31;
  font-size: 12px;
  font-weight: 800;
  transition: 0.3s;
}

.page-content__tags ul li a:hover {
  background-color: rgba(219, 226, 231, 0.7);
}

.page-content__single {
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .page-content__single {
    margin-top: 90px;
  }
}

@media (max-width: 479px) {
  .page-content__single {
    margin-top: 50px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .page-content__single {
    margin-top: 75px;
  }
}

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

@media (min-width: 768px) {
  .page-content__single-cover {
    height: 500px;
  }
}

.page-content__single-cover a {
  display: block;
  position: relative;
  z-index: 1;
  height: 100%;
  overflow: hidden;
}

@media (min-width: 992px) {
  .page-content__single-cover a {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
  }
}

@media (max-width: 991px) {
  .page-content__single-cover a {
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
  }
}

.page-content__single-cover a::before {
  content: "";
  background-image: linear-gradient(transparent, #293863);
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  opacity: 0.7;
}

.page-content__single-cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.page-content__single-description {
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
}

@media (min-width: 1200px) {
  .page-content__single-description {
    padding: 30px 60px 0 60px;
  }
}

@media (min-width: 992px) {
  .page-content__single-description {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
  }
}

@media (max-width: 479px) {
  .page-content__single-description {
    padding: 20px;
  }
}

@media (max-width: 991px) {
  .page-content__single-description {
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .page-content__single-description {
    padding: 40px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .page-content__single-description {
    padding: 40px 60px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .page-content__single-description {
    padding: 30px;
  }
}

@media (min-width: 1200px) {
  .page-content__single-description .actions {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media (min-width: 992px) {
  .page-content__single-description .actions {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding-bottom: 30px;
  }
}

@media (max-width: 991px) {
  .page-content__single-description .actions {
    margin-top: 20px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .page-content__single-description .actions {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.page-content__single-description .actions .btn {
  border-radius: 15px;
}

.page-content__single-description .actions ul li:not(:last-child) {
  margin-bottom: 10px;
}

.page-content__infos {
  margin-top: 30px;
}

@media (min-width: 768px) {
  .page-content__infos:not([class*="ui-list-"]) ul li:first-child {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }
}

@media (min-width: 768px) {
  .page-content__infos:not([class*="ui-list-"]) ul li:not(:first-child) {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .page-content__infos:not([class*="ui-list-"]) ul li:not(:first-child) .item .icon {
    display: none;
  }
}

@media (max-width: 767px) {
  .page-content__infos:not([class*="ui-list-"]) ul li {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .page-content__infos:not([class*="ui-list-"]) ul li:not(:last-child) {
    margin-bottom: 10px;
  }
}

.page-content__infos.ui-list-camii ul li {
  flex: 0 0 100%;
  max-width: 100%;
}

.page-content__infos.ui-list-camii ul li:not(:last-child) {
  margin-bottom: 10px;
}

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

@media (min-width: 768px) {
  .page-content__infos ul li:first-child {
    display: flex;
    align-items: center;
  }

  .page-content__infos ul li:first-child .item:first-child {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .page-content__infos ul li:first-child .item:nth-child(2) {
    margin-left: 10px;
  }
}

@media (max-width: 767px) {
  .page-content__infos ul li:first-child .item:not(:last-child) {
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .page-content__infos ul li:first-child .item .button {
    width: 100%;
  }
}

.page-content__infos .item:not(.ui-no-bg) {
  align-items: center;
  background-color: #fff;
  border-radius: 15px;
  padding: 7px;
}

.page-content__infos .item>.icon {
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  border-radius: 11px;
  background-color: rgba(45, 87, 137, 0.1);
  color: #2d5789;
  font-size: 20px;
}

.page-content__infos .item .desc {
  flex: 1;
  padding-left: 15px;
  line-height: 1.2;
}

.page-content__infos .item .desc .heading {
  font-size: 12px;
  font-weight: 900;
  color: #182f4a;
}

.page-content__infos .item .desc .text {
  color: #182f4a;
  font-weight: 300;
  font-size: 14px;
}

@media (max-width: 767px) {
  .page-content__nav {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .page-content__nav ul {
    overflow-x: auto;
  }
}

.page-content__nav ul li {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.page-content__nav ul li.is-current {
  margin-right: 10px;
  margin-left: 10px;
}

.page-content__nav ul li.is-current a {
  color: #2d5789;
}

.page-content__nav ul li:not(.is-current) a {
  color: #182f4a;
}

.page-content__nav ul li:not(.is-current) a::after {
  opacity: 0;
  visibility: hidden;
}

.page-content__nav ul li a {
  display: inline-flex;
  align-items: center;
  padding-top: 23px;
  padding-bottom: 23px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: -0.3px;
  position: relative;
  z-index: 1;
}

.page-content__nav ul li a::before {
  content: "";
  margin-left: 15px;
  margin-right: 12px;
  display: inline-flex;
  width: 6px;
  height: 6px;
  background-color: currentColor;
  border-radius: 99px;
  opacity: 0.4;
  margin-top: -1px;
}

.page-content__nav ul li a::after {
  content: "";
  z-index: -1;
  position: absolute;
  top: 16px;
  left: 0;
  right: -13px;
  bottom: 16px;
  background-color: #fff;
  border-radius: 11px;
}

.page-content__header {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(39, 42, 49, 0.1);
  padding-bottom: 12px;
}

@media (max-width: 991px) {
  .page-content__header {
    flex-direction: column;
    justify-content: flex-start;
  }
}

.page-content__header .title {
  line-height: 1.3;
}

@media (min-width: 480px) {
  .page-content__header .title {
    letter-spacing: -1px;
  }
}

@media (max-width: 479px) {
  .page-content__header .title {
    letter-spacing: -0.65px;
  }
}

.page-content__header .title:not([class*="ui-color-"]) {
  color: #2d5789;
}

.page-content__header .title:not([class*="ui-style-"]) {
  font-weight: 700;
}

@media (min-width: 480px) {
  .page-content__header .title:not([class*="ui-style-"]) {
    font-size: 24px;
  }
}

@media (max-width: 479px) {
  .page-content__header .title:not([class*="ui-style-"]) {
    font-size: 20px;
  }
}

.page-content__header .title.ui-color-1 {
  color: #293863;
}

.page-content__header .title.ui-style-1 {
  font-weight: 800;
}

@media (min-width: 480px) {
  .page-content__header .title.ui-style-1 {
    font-size: 28px;
  }
}

@media (max-width: 479px) {
  .page-content__header .title.ui-style-1 {
    font-size: 24px;
  }
}

.page-content__header-right {
  margin-left: 30px;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

@media (max-width: 991px) {
  .page-content__header-right {
    margin-top: 10px;
    margin-left: 0;
  }
}

.page-content__header-right .date {
  display: inline-flex;
  align-items: center;
  color: #182f4a;
  font-size: 12px;
  font-weight: 600;
}

.page-content__header-right .date .icon {
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(39, 42, 49, 0.3);
  width: 30px;
  height: 30px;
  align-items: center;
  font-size: 14px;
}

.page-content__heading:not([class*="ui-style-"]) {
  font-weight: 700;
  color: #272a31;
  font-size: 16px;
  letter-spacing: -0.3px;
  margin-bottom: 5px;
}

.page-content__heading:not([class*="ui-style-"]).ui-color-1 {
  color: #293863;
}

.page-content__heading:not([class*="ui-style-"]).ui-color-2 {
  color: #2d5789;
}

.page-content__heading.ui-style-1 {
  background-color: rgba(41, 56, 99, 0.07);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page-content__heading.ui-style-1:not([class*="ui-padding-"]) {
  padding: 20px 25px;
  border-radius: 15px;
}

.page-content__heading.ui-style-1:not([class*="ui-padding-"]) .title {
  font-size: 14px;
}

.page-content__heading.ui-style-1.ui-padding-1 {
  padding: 8px 20px;
  border-radius: 11px;
}

.page-content__heading.ui-style-1.ui-padding-1 .title {
  font-size: 12px;
}

.page-content__heading.ui-style-1 .title {
  color: #293863;
  font-weight: 800;
  text-transform: capitalize;
  letter-spacing: -0.3px;
}

.page-content__heading.ui-style-1 .icon {
  font-size: 13px;
  opacity: 0.3;
}

.page-content__photo {
  overflow: hidden;
  height: 300px;
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
  width: 50%;
  position: relative;
  border-radius: 11px;
}

@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__photo .tag {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 900;
  background-color: #293863;
  font-size: 11px;
  padding: 5px 12px;
  border-radius: 8px;
  transition: 0.3s;
}

.page-content__photo .tag:hover {
  background-color: #293863;
}

.page-content__spot {
  margin-bottom: 20px;
  font-size: 18px;
  color: #213f64;
  font-weight: 600;
  letter-spacing: -0.5px;
}

.page-content__description {
  color: #272a31 !important;
  font-size: 16px !important;
  font-weight: 300;
  line-height: 1.8 !important;
  font-family: "Barlow Condensed", sans-serif !important;
  background-color: rgba(0, 0, 0, 0) !important;
}

@media (max-width: 991px) {
  .page-content__description {
    overflow-y: auto;
  }
}

.page-content__description * {
  color: #272a31 !important;
  font-size: 14px !important;
  font-weight: 400;
  line-height: 1.7 !important;
  font-family: "Quicksand", sans-serif !important;
  background-color: rgba(0, 0, 0, 0) !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 {
  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;
}

.page-content__description img {
  max-width: 100%;
  border-radius: 20px;
}

.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(39, 42, 49, 0.1) !important;
}

.page-content__description table thead {
  background-color: rgba(219, 226, 231, 0.5);
}

.page-content__description table thead tr th {
  font-weight: 800;
}

.page-content__description table tbody tr {
  border-bottom: 1px solid rgba(39, 42, 49, 0.1) !important;
}

.page-content__description table tbody tr td,
.page-content__description table tbody tr th {
  padding: 10px 20px !important;
  border-right: 1px solid rgba(39, 42, 49, 0.1) !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__update {
  margin-top: 30px;
  color: rgba(24, 47, 74, 0.6);
  font-size: 12px;
  text-align: right;
}

.page-content__update strong {
  font-weight: 900;
}

.page-content__gallery {
  display: inline-block;
  width: 100%;
  margin-top: 10px;
}

@media (max-width: 479px) {
  .page-content__gallery ul li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 1199px) {

  .page-content__gallery .gallery-photo,
  .page-content__gallery .gallery-btn {
    height: 100px;
  }
}

@media (max-width: 1199px) {
  .page-content__gallery .gallery-btn .number {
    font-size: 42px;
  }
}

@media (max-width: 1199px) {
  .page-content__gallery .gallery-btn .text {
    font-size: 12px;
  }
}

.page-content__other {
  margin-top: 20px;
  display: inline-block;
  width: 100%;
}

.page-content__other .list-activity {
  margin-top: 10px;
}

.page-content__subs {
  margin-top: 20px;
  margin-bottom: 20px;
}

.sidebar-item {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 15px;
  padding-left: 25px;
  padding-right: 25px;
}

.sidebar-item .list-shortcuts {
  padding-bottom: 20px;
}

.sidebar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #2d5789;
  font-family: inherit;
  width: 100%;
}

.sidebar-header:not(.ui-style-bg) {
  border-bottom: 1px solid rgba(39, 42, 49, 0.08);
}

.sidebar-header.ui-style-bg {
  background-color: rgba(255, 255, 255, 0.5);
  padding-left: 25px;
  padding-right: 25px;
  border-radius: 15px;
}

.sidebar-header:not([class*="ui-size-"]) {
  height: 70px;
}

.sidebar-header:not([class*="ui-size-"]) .heading {
  font-size: 18px;
}

.sidebar-header.ui-size-small {
  height: 50px;
}

.sidebar-header.ui-size-small .heading {
  font-size: 14px;
}

.sidebar-header .heading {
  font-weight: 900;
  letter-spacing: -0.5px;
}

.sidebar-header .icon {
  font-size: 12px;
  opacity: 0.5;
}

.sidebar-nav {
  padding-bottom: 15px;
}

.sidebar-nav:not(.ui-filter) ul li:hover a {
  color: #2d5789;
}

.sidebar-nav:not(.ui-filter) ul li.is-current a {
  font-weight: 800;
  color: #213f64;
}

.sidebar-nav:not(.ui-filter) ul li a {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 14px;
}

.sidebar-nav.ui-filter {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 15px;
  margin-top: 5px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.sidebar-nav.ui-filter ul {
  padding-left: 20px;
  padding-right: 20px;
  max-height: 300px;
  overflow-y: auto;
  scrollbar-color: #2d5789 rgba(45, 87, 137, 0.1);
  scrollbar-width: thin;
}

.sidebar-nav.ui-filter ul::-webkit-scrollbar-track {
  background-color: rgba(45, 87, 137, 0.1);
}

.sidebar-nav.ui-filter ul::-webkit-scrollbar {
  width: 5px;
}

.sidebar-nav.ui-filter ul::-webkit-scrollbar-thumb {
  background-color: #2d5789;
}

.sidebar-nav.ui-filter ul li.is-current a,
.sidebar-nav.ui-filter ul li:not(.is-current):hover a {
  color: #213f64;
}

.sidebar-nav.ui-filter ul li.is-current a::before,
.sidebar-nav.ui-filter ul li:not(.is-current):hover a::before {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

.sidebar-nav.ui-filter ul li a {
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 13px;
  position: relative;
  z-index: 1;
}

.sidebar-nav.ui-filter ul li a::after {
  content: attr(data-count);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  font-size: 11px;
  opacity: 0.4;
}

.sidebar-nav.ui-filter ul li a::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 1px;
  right: -5px;
  bottom: 1px;
  left: -5px;
  background-color: rgba(219, 226, 231, 0.5);
  border-radius: 11px;
  transform: scale(0.85);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

@media (min-width: 768px) and (max-width: 991px) {
  .sidebar-nav.ui-list-flex-wrap ul {
    display: flex;
    flex-wrap: wrap;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .sidebar-nav.ui-list-flex-wrap ul li:not(:last-child) {
    margin-right: 20px;
  }
}

.sidebar-nav ul li:not(:last-child) {
  border-bottom: 1px solid rgba(39, 42, 49, 0.08);
}

.sidebar-nav ul li a {
  color: #182f4a;
  font-weight: 500;
  line-height: 1.4;
  padding-left: 5px;
  display: block;
  position: relative;
  transition: 0.3s;
}

.sidebar-list ul li {
  border-bottom: 1px solid rgba(39, 42, 49, 0.1);
  padding-top: 18px;
  padding-bottom: 18px;
}

.sidebar-list ul li a {
  display: flex;
  align-items: center;
}

.sidebar-list ul li a .icon:not([class*="ui-"]) {
  color: rgba(24, 47, 74, 0.5);
  font-size: 36px;
  width: 55px;
  justify-content: center;
}

.sidebar-list ul li a .icon.ui-figure {
  width: 55px;
  height: 55px;
}

.sidebar-list ul li a .icon.ui-figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.sidebar-list ul li a .desc {
  flex: 1;
  padding-left: 15px;
  line-height: 1.3;
}

.sidebar-list ul li a .desc .title {
  color: #272a31;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: -0.3px;
  text-transform: uppercase;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 20px;
}

.sidebar-list ul li a .desc .text {
  font-size: 12px;
  color: #182f4a;
  margin-top: 3px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 33px;
}

.sidebar-personnel__photo {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  overflow: hidden;
  max-height: 300px;
}

.sidebar-personnel__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.sidebar-personnel__footer {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 30px 35px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.sidebar-personnel__footer>.title {
  color: #213f64;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.7px;
  line-height: 1.4;
}

.sidebar-personnel__footer>.rank {
  color: #182f4a;
  font-size: 13px;
  line-height: 1.3;
}

.sidebar-personnel__footer ul {
  margin-top: 20px;
}

.sidebar-personnel__footer ul li {
  border-bottom: 1px solid #2d5789;
}

.sidebar-personnel__footer ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 8px;
  padding-bottom: 8px;
}

.sidebar-personnel__footer ul li a .text {
  font-size: 13px;
  color: #272a31;
  font-weight: 800;
}

.sidebar-personnel__footer ul li a .icon {
  font-size: 14px;
  color: #2d5789;
  width: 20px;
  justify-content: center;
}

.sidebar-summary .btn {
  align-items: center;
  text-align: left;
  font-family: inherit;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
}

.sidebar-summary .btn .number {
  font-family: "Quicksand", sans-serif;
  color: #2d5789;
  font-size: 54px;
  width: 40px;
  line-height: 0.5;
  display: inline-flex;
  justify-content: center;
  letter-spacing: -1px;
}

.sidebar-summary .btn .desc {
  padding-left: 18px;
  flex: 1;
}

.sidebar-summary .btn .desc span {
  line-height: 1.4;
  display: block;
  color: #182f4a;
  text-transform: uppercase;
}

.sidebar-summary .btn .desc .heading {
  font-size: 18px;
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: -0.5px;
}

.sidebar-summary .btn .desc .text {
  font-size: 14px;
  opacity: 0.7;
}

.sidebar-summary .btn>.icon {
  color: #2d5789;
  font-size: 16px;
}

.sidebar-news:not([class*="ui-style-"]) .sidebar-news__body-content .title {
  font-size: 13px;
  font-weight: 800;
  line-height: 1.4;
  transition: 0.3s;
}

.sidebar-news.ui-style-1 .sidebar-news__body-content .title {
  text-transform: uppercase;
  width: -moz-min-content;
  width: min-content;
  font-weight: 900;
  font-size: 14px;
  line-height: 1.3;
}

.sidebar-news ul {
  margin-top: 10px;
  counter-reset: dots;
}

@media (min-width: 480px) and (max-width: 767px) {
  .sidebar-news ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }
}

.sidebar-news ul li .dot {
  background: #293863;
}

.sidebar-news ul li:nth-child(1) .dot {
  background: #293863;
}

.sidebar-news ul li:nth-child(2) .dot {
  background: #26345c;
}

.sidebar-news ul li:nth-child(3) .dot {
  background: #233055;
}

.sidebar-news ul li:nth-child(4) .dot {
  background: #202c4d;
}

.sidebar-news ul li:nth-child(5) .dot {
  background: #1d2846;
}

.sidebar-news ul li:nth-child(6) .dot {
  background: #1a243f;
}

.sidebar-news ul li:nth-child(7) .dot {
  background: #172038;
}

.sidebar-news ul li:nth-child(8) .dot {
  background: #141b31;
}

.sidebar-news ul li:nth-child(9) .dot {
  background: #111729;
}

.sidebar-news ul li:nth-child(10) .dot {
  background: #0e1322;
}

.sidebar-news ul li:nth-child(11) .dot {
  background: #0b0f1b;
}

.sidebar-news ul li:nth-child(12) .dot {
  background: #080b14;
}

.sidebar-news ul li:nth-child(13) .dot {
  background: #05070c;
}

.sidebar-news ul li:nth-child(14) .dot {
  background: #020305;
}

.sidebar-news ul li:nth-child(15) .dot {
  background: #000;
}

@media (min-width: 480px) and (max-width: 767px) {
  .sidebar-news ul li {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
}

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

.sidebar-news ul li a {
  display: flex;
  position: relative;
  justify-content: flex-end;
  border-radius: 15px;
}

.sidebar-news ul li a:hover .sidebar-news__cover img {
  filter: grayscale(0);
}

.sidebar-news ul li a:hover .sidebar-news__body-content .title {
  color: #2d5789;
}

.sidebar-news ul li a:hover .sidebar-news__body .dot {
  background-color: #2d5789;
}

.sidebar-news__cover {
  height: 100px;
  overflow: hidden;
  border-top-right-radius: 11px;
  border-bottom-right-radius: 11px;
  width: 50%;
}

.sidebar-news__cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  filter: grayscale(1);
  transition: 0.3s;
}

.sidebar-news__body {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 20px;
  z-index: 1;
}

.sidebar-news__body::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: linear-gradient(to left, transparent, #fff 50%);
  border-top-left-radius: 11px;
  border-bottom-left-radius: 11px;
}

.sidebar-news__body-content {
  width: calc(50% + 50px);
}

.sidebar-news__body-content .title {
  color: #272a31;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: auto;
}

.sidebar-news__body-content .date {
  color: rgba(24, 47, 74, 0.7);
  font-size: 11px;
  display: inline-flex;
  align-items: center;
}

.sidebar-news__body-content .date .icon {
  font-size: 10px;
  margin-right: 5px;
  margin-top: -2px;
}

.sidebar-news__body .text {
  color: rgba(39, 42, 49, 0.7);
  font-size: 11px;
  margin-top: 3px;
}

.sidebar-news__body .dot {
  position: absolute;
  top: 23px;
  left: -10px;
  font-family: "Quicksand", sans-serif;
  color: #fff;
  line-height: 1;
  font-size: 14px;
  background-color: #2d5789;
  width: 20px;
  height: 20px;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  border-radius: 8px;
  counter-increment: dots;
  transition: 0.3s;
}

.sidebar-news__body .dot::before {
  content: counter(dots, decimal-leading-zero) " ";
}

.sidebar-multimedia ul {
  margin-top: 10px;
}

@media (max-width: 479px) {
  .sidebar-multimedia ul {
    display: flex;
    flex-wrap: wrap;
  }
}

.sidebar-multimedia ul li:not(:nth-last-child(-n + 2)) {
  margin-bottom: 10px;
}

@media (max-width: 479px) {
  .sidebar-multimedia ul li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.sidebar-multimedia ul li a {
  display: block;
  position: relative;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 11px;
  padding: 12px;
}

.sidebar-multimedia ul li a:hover .figure-overlay::after {
  background-color: #2d5789;
  opacity: 0.75;
}

.sidebar-multimedia figure {
  position: relative;
}

.sidebar-multimedia .figure-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.sidebar-multimedia .figure-overlay::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background-color: #000;
  transition: 0.3s;
  opacity: 0.2;
  border-radius: 11px;
}

.sidebar-multimedia .figure-overlay .icon {
  color: #fff;
  font-size: 18px;
  padding-left: 2px;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.sidebar-multimedia .photo {
  overflow: hidden;
  border-radius: 11px;
  height: 85px;
}

.sidebar-multimedia .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.sidebar-multimedia .description {
  text-align: center;
  padding-top: 12px;
}

.sidebar-multimedia .description .title {
  color: #272a31;
  font-weight: 800;
  line-height: 1.4;
  font-size: 12px;
}

.sidebar-activities .days-nav {
  margin-top: 10px;
}

.sidebar-activities .list-activity {
  margin-top: 10px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .sidebar-activities .days-nav.ui-size-1 .item a .title {
    font-size: 18px;
  }
}

.sidebar-search {
  background-color: #fff;
  border-radius: 15px;
  padding: 20px;
  z-index: 2;
}

.sidebar-search.ui-pos-bottom-sticky {
  position: sticky;
  bottom: 10px;
  box-shadow: 0 -20px 50px rgba(39, 42, 49, 0.25);
}

.sidebar-search__header {
  align-items: center;
}

.sidebar-search__header .icon {
  width: 60px;
  height: 60px;
  border-radius: 15px;
  background-color: rgba(45, 87, 137, 0.1);
  align-items: center;
  justify-content: center;
  color: #2d5789;
  font-size: 24px;
}

.sidebar-search__header .icon.ui-animate-pulsate {
  position: relative;
}

.sidebar-search__header .icon.ui-animate-pulsate::before,
.sidebar-search__header .icon.ui-animate-pulsate::after {
  content: "";
  position: absolute;
  background: rgba(45, 87, 137, 0.1);
  border-radius: 20px;
  animation: pulsate 1.5s ease-out;
  animation-iteration-count: infinite;
  opacity: 0;
}

.sidebar-search__header .icon.ui-animate-pulsate::before {
  width: 75px;
  height: 75px;
}

.sidebar-search__header .icon.ui-animate-pulsate::after {
  width: 95px;
  height: 95px;
}

.sidebar-search__header .desc {
  flex: 1;
  padding-left: 20px;
}

.sidebar-search__header .desc .title {
  font-family: "Quicksand", sans-serif;
  line-height: 1.2;
  font-size: 20px;
}

.sidebar-search form {
  margin-top: 15px;
}

.sidebar-search .buttons-container {
  margin-top: 20px;
}

.sidebar-search .buttons-container .btn {
  width: 100%;
}

.sidebar-form form {
  position: relative;
  width: 100%;
}

.sidebar-form form .item {
  position: relative;
}

.sidebar-form form .item input {
  width: 100%;
  height: 55px;
  outline: 0;
  border: 1px solid rgba(39, 42, 49, 0.15);
  font-family: inherit;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 15px;
  color: #182f4a;
  font-size: 13px;
  font-weight: 600;
  transition: 0.3s;
}

.sidebar-form form .item input::-moz-placeholder {
  color: #182f4a;
}

.sidebar-form form .item input::placeholder {
  color: #182f4a;
}

.sidebar-form form .item input:focus {
  border: 1px solid #2d5789;
}

.sidebar-form form .item input:focus+.icon {
  color: #2d5789;
  opacity: 1;
}

.sidebar-form form .item .icon {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  font-size: 14px;
  transition: 0.3s;
  opacity: 0.4;
}

.sidebar-form form .btn {
  background-color: #dbe2e7;
  width: 100%;
  margin-top: -15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-weight: 900;
  padding-top: 23px;
  padding-bottom: 8px;
  border-bottom-left-radius: 11px;
  border-bottom-right-radius: 11px;
  color: #272a31;
  font-family: inherit;
  transition: 0.3s;
}

.sidebar-form form .btn .text {
  font-size: 12px;
}

.sidebar-form form .btn:hover {
  background-color: #293863;
  color: #fff;
}

.sidebar-dates .sidebar-form {
  margin-top: 5px;
  position: relative;
  padding: 20px;
  background-color: #fff;
  border-radius: 15px;
}

.contact-item {
  min-height: 500px;
}

.contact-item:not(.ui-no-bg) {
  background-color: #fff;
  border-radius: 20px;
}

@media (min-width: 480px) {
  .contact-item:not(.ui-no-bg) {
    padding: 40px;
  }
}

@media (max-width: 479px) {
  .contact-item:not(.ui-no-bg) {
    padding: 20px;
  }
}

.contact-header {
  background-color: rgba(219, 226, 231, 0.6);
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  margin-left: auto;
  margin-right: auto;
  width: 96%;
  justify-content: space-between;
}

.contact-header__items .item:last-child a {
  border-top-right-radius: 15px;
}

.contact-header__items .item a {
  display: flex;
  align-items: center;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.75);
  padding-left: 20px;
  padding-right: 20px;
  color: #272a31;
}

.contact-header__items .item a .icon {
  font-size: 32px;
  color: #2d5789;
}

.contact-header__items .item a .desc {
  flex: 1;
  padding-left: 10px;
  line-height: 1.4;
}

.contact-header__items .item a .desc .heading {
  font-size: 12px;
  font-weight: 800;
}

.contact-header__items .item a .desc .text {
  font-weight: 300;
  font-size: 14px;
}

.contact-header .page-content__nav ul {
  padding-left: 7px;
  padding-right: 7px;
}

.contact-address>ul>li:not(:last-child) .contact-address__item {
  position: relative;
  z-index: 1;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.contact-address>ul>li:not(:last-child) .contact-address__item::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  height: 1px;
  background-image: radial-gradient(rgba(39, 42, 49, 0.1) 50%,
      transparent,
      transparent);
}

.contact-address__map {
  overflow: hidden;
  border-radius: 15px;
}

@media (max-width: 767px) {
  .contact-address__map {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
  }
}

.contact-address__map iframe {
  filter: grayscale(0.5);
}

@media (min-width: 768px) {
  .contact-address__map iframe {
    width: 100%;
    height: 400px;
  }
}

@media (max-width: 767px) {
  .contact-address__map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

@media (min-width: 992px) {
  .contact-address__description {
    padding: 20px 20px 20px 40px;
  }
}

@media (max-width: 767px) {
  .contact-address__description {
    padding-top: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .contact-address__description {
    padding-left: 30px;
  }
}

.contact-address__description .title {
  color: #213f64;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -1px;
  line-height: 1.3;
}

@media (min-width: 1200px) {
  .contact-address__description .title {
    padding-right: 85px;
  }
}

.contact-address__description .page-content__description {
  margin-top: 10px;
}

.contact-address__info {
  margin-top: 30px;
}

.contact-address__info>ul {
  display: flex;
  flex-wrap: wrap;
}

.contact-address__info>ul>li {
  margin-bottom: 20px;
}

.contact-address__info>ul>li:not(:last-child) {
  margin-right: 30px;
}

.contact-address__info .item {
  line-height: 1.4;
  position: relative;
  z-index: 1;
  padding-left: 15px;
}

.contact-address__info .item::before {
  content: "";
  position: absolute;
  top: 3px;
  bottom: 3px;
  left: 0;
  background-color: #2d5789;
  width: 4px;
  border-radius: 99px;
}

.contact-address__info .item .heading {
  color: rgba(24, 47, 74, 0.6);
  font-size: 12px;
  font-weight: 800;
}

.contact-address__info .item .text {
  color: #272a31;
  font-size: 14px;
}

@media (min-width: 1200px) {
  .contact-address__buttons {
    height: 400px;
  }
}

.contact-address__buttons ul {
  display: flex;
}

@media (min-width: 1200px) {
  .contact-address__buttons ul {
    height: 100%;
  }
}

@media (min-width: 1200px) {
  .contact-address__buttons ul {
    padding-top: 60px;
    padding-bottom: 60px;
    flex-direction: column;
    justify-content: center;
    gap: 15px;
  }
}

@media (max-width: 1199px) {
  .contact-address__buttons ul {
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .contact-address__buttons ul {
    margin-left: -5px;
    margin-right: -5px;
  }
}

@media (min-width: 1200px) {
  .contact-address__buttons ul li {
    height: 33.3333333333%;
  }
}

@media (max-width: 479px) {
  .contact-address__buttons ul li {
    flex: 0 0 100%;
    max-width: 100%;
  }

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

@media (min-width: 480px) and (max-width: 767px) {
  .contact-address__buttons ul li {
    padding-left: 5px;
    padding-right: 5px;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .contact-address__buttons ul li {
    padding-left: 5px;
    padding-right: 5px;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .contact-address__buttons ul li {
    padding-left: 5px;
    padding-right: 5px;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}

.contact-address__buttons ul li a {
  background-color: rgba(45, 87, 137, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  color: #2d5789;
  padding-left: 20px;
  padding-right: 20px;
  transition: 0.3s;
}

@media (min-width: 1200px) {
  .contact-address__buttons ul li a {
    height: 100%;
  }
}

@media (max-width: 1199px) {
  .contact-address__buttons ul li a {
    height: 80px;
  }
}

.contact-address__buttons ul li a:hover {
  background-color: #2d5789;
  color: #fff;
  box-shadow: 5px 5px 20px rgba(45, 87, 137, 0.3);
}

.contact-address__buttons ul li a .icon {
  font-size: 28px;
  opacity: 0.4;
  width: 36px;
  justify-content: center;
}

@media (min-width: 480px) and (max-width: 767px) {
  .contact-address__buttons ul li a .icon {
    display: none;
  }
}

.contact-address__buttons ul li a .title {
  flex: 1;
  padding-left: 13px;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 14px;
  line-height: 1.3;
}

@media (min-width: 480px) and (max-width: 767px) {
  .contact-address__buttons ul li a .title {
    padding-left: 0;
  }
}

.contact-tour {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.contact-tour iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.contact-floor>ul>li:not(:last-child) {
  border-bottom: 20px solid rgba(39, 42, 49, 0.08);
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.contact-floor>ul>li .heading {
  color: rgba(24, 47, 74, 0.3);
  text-transform: uppercase;
  font-size: 32px;
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: -2px;
  margin-top: 30px;
  position: sticky;
  top: 20px;
}

.contact-floor>ul>li .photo {
  padding-left: 50px;
  position: sticky;
  top: 20px;
}

.contact-floor>ul>li .photo a {
  display: block;
  position: relative;
}

.contact-floor>ul>li .photo img {
  width: 100%;
  height: 100%;
}

.services-explore {
  background-color: #e2e4e8;
  position: relative;
  z-index: 1;
}

.services-explore::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  opacity: 0.6;
  background-image: url(../images/ambarlis.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 60%;
  height: 100%;
  -o-object-fit: cover !important;
  object-fit: cover !important;
}

.services-explore .container {
  padding-top: 90px;
  padding-bottom: 60px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.services-explore .container>.icon {
  font-size: 72px;
}

.services-explore .container .title {
  font-weight: 900;
  font-size: 48px;
  line-height: 1;
  letter-spacing: -1.75px;
  color: #213f64;
}

.services-explore .container .text {
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  max-width: 600px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
  color: #213f64;
}

.services-explore .container .text a {
  color: #fff;
  font-weight: 900;
}

.services-explore .container .text.ui-size-1 {
  font-size: 13px;
}

.services-explore .container form {
  position: relative;
  margin-top: 40px;
}

@media (max-width: 991px) {
  .services-explore .container form {
    width: 100%;
  }
}

.services-explore .container form input {
  height: 65px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 15px;
  border: 3px solid #293863;
  padding-right: 90px;
  font-family: inherit;
  color: #213f64;
  font-weight: 800;
  letter-spacing: -0.3px;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  transition: 0.3s;
}

.services-explore .container form input::-moz-placeholder {
  color: #213f64;
}

.services-explore .container form input::placeholder {
  color: #213f64;
}

@media (min-width: 480px) {
  .services-explore .container form input {
    padding-left: 30px;
  }
}

@media (min-width: 992px) {
  .services-explore .container form input {
    width: 770px;
  }
}

@media (max-width: 479px) {
  .services-explore .container form input {
    padding-left: 20px;
  }
}

@media (max-width: 991px) {
  .services-explore .container form input {
    width: 100%;
  }
}

.services-explore .container form input:focus {
  border: 3px solid #2d5789;
}

.services-explore .container form input:focus+.icon {
  opacity: 1;
}

.services-explore .container form .icon {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  color: #fff;
  font-size: 22px;
  opacity: 0.4;
}

.videos-explore {
  position: relative;
  background-color: #293863;
}

@media (min-width: 992px) {
  .videos-explore {
    height: 550px;
  }
}

@media (min-width: 1750px) {
  .videos-explore {
    height: 650px;
  }
}

@media (min-width: 992px) {
  .videos-explore>.row>div:first-child {
    position: initial;
  }
}

.videos-header {
  margin-bottom: 30px;
}

.videos-triangle {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  z-index: 1;
  width: 90px;
  height: 0;
  border-style: solid;
  border-width: 0 0 550px 90px;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #293863;
  pointer-events: none;
}

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

@media (min-width: 1750px) {
  .videos-triangle {
    border-width: 0 0 650px 90px;
  }
}

@media (min-width: 992px) {
  .videos-heading {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 1200px) {
  .videos-heading {
    max-width: calc(1300px - 10px);
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .videos-heading {
    max-width: calc(768px - 10px);
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .videos-heading {
    max-width: calc(992px - 10px);
  }
}

.videos-heading__content {
  position: relative;
  z-index: 3;
}

@media (min-width: 992px) {
  .videos-heading__content {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
}

@media (min-width: 1200px) {
  .videos-heading__content {
    padding-right: 100px;
  }
}

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

@media (max-width: 479px) {
  .videos-heading__content {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .videos-heading__content {
    padding-top: 100px;
    padding-bottom: 70px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .videos-heading__content {
    padding-top: 100px;
    padding-bottom: 70px;
  }
}

.videos-heading__content .breadcrumb {
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  .videos-heading__content .breadcrumb ul {
    justify-content: center;
  }
}

.videos-heading__content .breadcrumb ul li a {
  text-transform: uppercase;
}

.videos-heading__content .title {
  color: #fff;
  font-weight: 900;
  letter-spacing: -3px;
  text-transform: uppercase;
  line-height: 1.2;
}

@media (min-width: 480px) {
  .videos-heading__content .title {
    font-size: 60px;
  }
}

@media (max-width: 479px) {
  .videos-heading__content .title {
    font-size: 48px;
  }
}

.videos-heading__content .text {
  color: #293863;
  text-transform: uppercase;
  font-weight: 300;
  margin-top: 10px;
}

@media (min-width: 480px) {
  .videos-heading__content .text {
    font-size: 18px;
  }
}

@media (max-width: 479px) {
  .videos-heading__content .text {
    font-size: 16px;
  }
}

.videos-heading__content .btn {
  margin-top: 25px;
}

.videos-cover {
  overflow: hidden;
}

@media (min-width: 992px) {
  .videos-cover {
    height: 550px;
  }
}

@media (min-width: 1750px) {
  .videos-cover {
    height: 650px;
  }
}

@media (max-width: 991px) {
  .videos-cover {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
  }
}

.videos-cover iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (min-width: 992px) {
  .videos-cover iframe {
    transform: scale(1.3);
  }
}

@media (max-width: 991px) {
  .videos-cover iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

.videos-cover #yayincomtr_monitor {
  padding: 0;
  border-radius: 0;
}

@media (min-width: 992px) {
  .videos-cover [itemscope] {
    height: 100%;
  }

  .videos-cover #yayincomtr_container {
    max-width: inherit;
    height: 100%;
  }

  .videos-cover #yayincomtr_monitor {
    height: 100%;
  }

  .videos-cover #yayincomtr_monitor .jwplayer.jw-flag-aspect-mode {
    height: 100% !important;
  }
}

@media (max-width: 991px) {
  .videos-cover .jw-flag-floating .jw-wrapper {
    display: none !important;
  }
}

.videos-buttons {
  position: absolute;
  right: 0;
  bottom: 30px;
  left: 0;
  text-align: center;
}

@media (min-width: 1200px) {
  .detail-personnel {
    padding-top: 40px;
  }
}

.detail-personnel__header {
  position: relative;
}

@media (max-width: 767px) {
  .detail-personnel__header>.row>div:not(:last-child) {
    margin-bottom: 10px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .detail-personnel__header.ui-page-unitv2>.row {
    flex-direction: column-reverse;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .detail-personnel__header.ui-page-unitv2>.row {
    flex-direction: column-reverse;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .detail-personnel__header.ui-page-unitv2>.row {
    flex-direction: column-reverse;
  }
}

.detail-personnel__box {
  border-radius: 20px;
  background-color: #fff;
  height: 100%;
}

.detail-personnel__photo {
  overflow: hidden;
  padding: 11px;
}

.detail-personnel__photo a {
  display: block;
  position: relative;
}

.detail-personnel__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 15px;
}

.detail-personnel__description {
  box-shadow: 0 0 50px rgba(39, 42, 49, 0.3);
  padding: 20px;
  position: relative;
}

@media (min-width: 480px) {
  .detail-personnel__description-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 479px) {
  .detail-personnel__description-content {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.detail-personnel__description-header {
  line-height: 1.35;
}

.detail-personnel__description-header .title {
  color: #293863;
  font-weight: 900;
  letter-spacing: -0.5px;
}

@media (min-width: 480px) {
  .detail-personnel__description-header .title:not([class*="ui-size-"]) {
    font-size: 28px;
  }
}

@media (min-width: 480px) and (min-width: 768px) and (max-width: 991px) {
  .detail-personnel__description-header .title:not([class*="ui-size-"]) {
    font-size: 24px;
  }
}

@media (max-width: 479px) {
  .detail-personnel__description-header .title:not([class*="ui-size-"]) {
    font-size: 24px;
  }
}

.detail-personnel__description-header .title.ui-size-1 {
  font-size: 20px;
}

.detail-personnel__description-header .rank {
  color: #293863;
}

@media (min-width: 480px) {
  .detail-personnel__description-header .rank {
    font-size: 18px;
  }
}

@media (min-width: 480px) and (min-width: 768px) and (max-width: 991px) {
  .detail-personnel__description-header .rank {
    font-size: 16px;
  }
}

@media (max-width: 479px) {
  .detail-personnel__description-header .rank {
    font-size: 16px;
  }
}

.detail-personnel__contact {
  margin-top: 30px;
}

.detail-personnel__contact .item {
  display: flex;
  align-items: center;
}

.detail-personnel__contact .item:not(:last-child) {
  margin-bottom: 15px;
}

.detail-personnel__contact .item .icon {
  width: 55px;
  height: 55px;
  border: 2px solid rgba(24, 47, 74, 0.12);
  border-radius: 15px;
  align-items: center;
  justify-content: center;
  color: #2d5789;
  font-size: 20px;
}

@media (max-width: 479px) {
  .detail-personnel__contact .item .icon {
    display: none;
  }
}

.detail-personnel__contact .item .desc {
  flex: 1;
  line-height: 1.4;
}

@media (min-width: 480px) {
  .detail-personnel__contact .item .desc {
    padding-left: 15px;
  }
}

.detail-personnel__contact .item .desc .heading {
  color: #293863;
  font-size: 13px;
  font-weight: 900;
}

.detail-personnel__contact .item .desc .text {
  color: rgba(24, 47, 74, 0.7);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.3px;
  display: block;
  margin-top: 4px;
}

.detail-personnel__contact .item .desc a.text:hover {
  color: #2d5789;
}

@media (min-width: 768px) {
  .detail-personnel__button-mail {
    position: absolute;
    right: 40px;
    bottom: 40px;
    left: 40px;
  }
}

@media (max-width: 767px) {
  .detail-personnel__button-mail {
    margin-top: 30px;
  }
}

.detail-personnel__button-mail a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border: 2px solid rgba(24, 47, 74, 0.12);
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 15px;
  color: #2d5789;
  height: 55px;
  transition: 0.3s;
  will-change: transform;
}

.detail-personnel__button-mail a:hover {
  background-color: #2d5789;
  box-shadow: 5px 5px 30px rgba(45, 87, 137, 0.3);
  color: #fff;
  transform: translateY(-5px);
}

.detail-personnel__button-mail a .text {
  font-size: 14px;
  line-height: 1.3;
}

.detail-personnel__button-mail a .icon {
  font-size: 18px;
}

.detail-personnel__right {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 30px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .detail-personnel__right {
    height: auto;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .detail-personnel__right {
    height: auto;
  }
}

.detail-personnel__units ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (min-width: 1200px) {
  .detail-personnel__units ul {
    height: 430px;
  }
}

@media (max-width: 1199px) {
  .detail-personnel__units ul {
    margin-top: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .detail-personnel__units ul {
    flex-direction: row;
    margin-left: -10px;
    margin-right: -10px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .detail-personnel__units ul {
    flex-direction: row;
    margin-left: -10px;
    margin-right: -10px;
  }
}

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

@media (min-width: 768px) and (max-width: 991px) {
  .detail-personnel__units ul li:not(:last-child) {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .detail-personnel__units ul li {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .detail-personnel__units ul li {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.detail-personnel__units ul li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.detail-personnel__units ul li a:hover .description .title {
  color: #2d5789;
}

.detail-personnel__units .photo {
  width: 53px;
  border-radius: 11px;
  overflow: hidden;
  padding: 4px;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(39, 42, 49, 0.15);
}

.detail-personnel__units .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}

.detail-personnel__units .description {
  flex: 1;
  padding-left: 15px;
  line-height: 1.4;
}

.detail-personnel__units .description .title {
  font-size: 14px;
  color: #293863;
  font-weight: 900;
  letter-spacing: -0.5px;
  transition: 0.3s;
}

.detail-personnel__units .description .text {
  font-size: 13px;
  font-weight: 600;
  color: rgba(24, 47, 74, 0.7);
  margin-top: 3px;
}

.detail-unit__header {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.detail-unit__header>div {
  flex: 0 0 50%;
  max-width: 50%;
}

.detail-unit__information {
  position: relative;
  height: 100%;
  display: flex;
  align-items: flex-end;
}

.detail-unit__left {
  position: relative;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background-color: #293863;
  padding: 13px;
}

.detail-unit__left .btn {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  background-color: #2d5789;
  padding: 12px 15px;
  display: flex;
  width: calc(100% - 26px);
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  z-index: 1;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  color: #fff;
  text-align: center;
  font-family: inherit;
  font-weight: 800;
  letter-spacing: -0.3px;
  font-size: 13px;
  transition: 0.3s;
}

.detail-unit__photo {
  overflow: hidden;
}

.detail-unit__photo img {
  width: 270px;
  border-radius: 15px;
}

.detail-unit__description {
  padding-left: 40px;
  padding-bottom: 30px;
  flex: 1;
}

.detail-unit__description>.title {
  color: #fff;
  font-size: 32px;
  line-height: 1.3;
  font-weight: 900;
  letter-spacing: -1.3px;
  text-transform: uppercase;
}

.detail-unit__description .rank {
  color: rgba(255, 255, 255, 0.75);
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.3;
}

.detail-unit__contact {
  margin-top: 17px;
}

.detail-unit__contact ul li {
  display: block;
  line-height: 1.3;
  position: relative;
  z-index: 1;
  padding-left: 15px;
  padding-top: 11px;
  padding-bottom: 11px;
  font-size: 14px;
}

.detail-unit__contact ul li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  left: 0;
  height: 1px;
  background-image: radial-gradient(rgba(255, 255, 255, 0.1) 40%,
      transparent,
      transparent);
}

.detail-unit__contact ul li:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  bottom: 10px;
  border-radius: 20px;
  background-color: #2d5789;
  z-index: -1;
  width: 3px;
}

.detail-unit__contact ul li .heading {
  font-weight: 800;
  color: #293863;
}

.detail-unit__contact ul li .text {
  color: #fff;
  display: block;
  margin-top: 2px;
}

.detail-unit__contact ul li .text[href]:hover {
  text-decoration: underline;
}

.detail-unit__right {
  position: relative;
}

.detail-unit__icon {
  position: absolute;
  right: 75px;
  top: 50%;
  transform: translateY(-50%);
  width: 250px;
  height: 250px;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  z-index: 1;
}

.detail-unit__icon::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  border: 5px solid #fff;
  transform: rotate(45deg);
  opacity: 0.3;
  border-radius: 60px;
}

.detail-unit__icon .icon {
  font-size: 84px;
  color: #fff;
}

.detail-unit__nav {
  position: relative;
  top: 0;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  z-index: 5;
  background-color: #293863;
}

.detail-unit__nav .container {
  position: relative;
  z-index: 1;
}

.detail-unit__nav .container::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  left: 0;
  height: 1px;
  background-image: radial-gradient(rgba(39, 42, 49, 0.1) 60%,
      transparent,
      transparent);
}

.detail-unit__nav ul {
  justify-content: center;
}

.detail-unit__nav ul li a {
  display: flex;
  height: 75px;
  align-items: center;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: -0.4px;
  position: relative;
  transition: 0.3s;
}

.detail-unit__nav ul li a::before {
  content: "";
  display: inline-flex;
  width: 6px;
  height: 6px;
  border-radius: 10px;
  background-color: currentColor;
  margin-left: 15px;
  margin-right: 15px;
  opacity: 0.15;
}

.detail-unit__nav ul li a:hover {
  color: #2d5789;
}

.detail-unit__item:not(:last-child) .container:not(.ui-no-border)::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  left: 0;
  height: 1px;
  background-image: radial-gradient(rgba(39, 42, 49, 0.1) 60%,
      transparent,
      transparent);
}

.detail-unit__item.ui-unit-action .container {
  text-align: center;
  margin-top: -27.5px;
}

.detail-unit__item.ui-unit-numbers .container {
  padding-top: 60px;
  padding-bottom: 60px;
}

.detail-unit__item.ui-unit-desc .container {
  padding-top: 60px;
  padding-bottom: 60px;
}

.detail-unit__item.ui-unit-desc .text {
  font-weight: 800 !important;
  font-size: 18px !important;
  letter-spacing: -0.5px;
}

@media (min-width: 1200px) {
  .detail-unit__item.ui-unit-desc .text {
    padding-left: 300px;
    padding-right: 300px;
  }
}

.detail-unit__item.ui-unit-desc .text blockquote {
  border-left: 5px solid #2d5789;
  font-weight: 800 !important;
  padding-left: 20px;
  font-size: 18px !important;
}

.detail-unit__item.ui-unit-news .container {
  padding-top: 80px;
  padding-bottom: 60px;
}

.detail-unit__item.ui-unit-accordion .container {
  padding-top: 60px;
}

.detail-unit__item.ui-unit-accordion .section-header {
  margin-bottom: 40px;
}

.detail-unit__item.ui-unit-accordion .inner-page__row {
  flex-direction: row-reverse;
}

.detail-unit__info-list .container {
  padding-top: 75px;
  padding-bottom: 75px;
}

.detail-unit__info-list.ui-style-1 ul li {
  margin-bottom: 30px;
}

.detail-unit__info-list.ui-style-1 .item {
  border: 1px solid rgba(39, 42, 49, 0.1);
  padding: 35px 50px;
  border-radius: 11px;
  height: 100%;
  transition: 0.3s;
}

@media (max-width: 767px) {
  .detail-unit__info-list.ui-style-1 .item {
    text-align: center;
  }
}

@media (max-width: 479px) {
  .detail-unit__info-list.ui-style-1 .item {
    padding: 30px 40px;
  }
}

.detail-unit__info-list.ui-style-1 .item:hover {
  background: #fff;
  box-shadow: 0 5px 12px 0 rgba(39, 42, 49, 0.11);
}

.detail-unit__info-list.ui-style-1 .number::before {
  font-size: 48px;
  letter-spacing: -2px;
}

.detail-unit__info-list:not(.ui-style-1) ul li {
  margin-bottom: 45px;
}

@media (max-width: 767px) {
  .detail-unit__info-list:not(.ui-style-1) ul li {
    text-align: center;
  }

  .detail-unit__info-list:not(.ui-style-1) ul li:not(:last-child) {
    margin-bottom: 40px;
  }
}

.detail-unit__info-list ul {
  counter-reset: dots;
  justify-content: center;
}

.detail-unit__info-list .item {
  height: 100%;
}

.detail-unit__info-list .item:hover .number::before {
  color: rgba(39, 42, 49, 0.6);
}

.detail-unit__info-list .number {
  font-size: 0;
}

.detail-unit__info-list .number::before {
  content: counter(dots, decimal-leading-zero) " ";
  counter-increment: dots;
  font-size: 72px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -3px;
  color: rgba(39, 42, 49, 0.3);
  transition: 0.3s;
}

.detail-unit__info-list .title {
  color: #213f64;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: -0.3px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.detail-unit__info-list .text {
  font-size: 13px;
  color: #182f4a;
}

.detail-unit__numbers ul {
  justify-content: center;
}

.detail-unit__numbers ul.ui-col-5 li {
  flex: 0 0 20%;
  max-width: 20%;
  padding-left: 20px;
  padding-right: 20px;
}

.detail-unit__numbers .item {
  background-color: #fff;
  height: 200px;
  padding: 10px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
}

.detail-unit__numbers .item .icon {
  color: #2d5789;
  background-color: rgba(45, 87, 137, 0.1);
  width: 65px;
  height: 65px;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  font-size: 28px;
}

.detail-unit__numbers .item .heading {
  text-align: center;
  font-size: 28px;
  line-height: 1;
  margin-top: 20px;
}

.detail-unit__numbers .item .heading .title {
  color: #293863;
  font-weight: 900;
  letter-spacing: -1px;
  font-size: 36px;
}

.detail-unit__numbers .item .heading .title span {
  color: #293863;
}

.detail-unit__numbers .item .text {
  color: #182f4a;
  font-size: 14px;
  line-height: 1;
  margin-top: 10px;
}

.detail-unit__news {
  margin-top: 20px;
}

.detail-unit__news .owl-news .owl-item .item {
  margin-top: 30px;
  margin-bottom: 30px;
  transition: 0.3s;
}

.detail-unit__news .owl-news .owl-item:not(.active) .item {
  opacity: 0;
  visibility: hidden;
}

.detail-unitv2__header {
  position: relative;
}

.detail-unitv2__cover {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  overflow: hidden;
  height: 220px;
  background-color: #272a31;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}

.detail-unitv2__cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  mix-blend-mode: multiply;
  opacity: 0.5;
}

@media (min-width: 480px) {
  .detail-unitv2__body {
    display: flex;
    align-items: flex-end;
    height: 220px;
  }
}

@media (min-width: 768px) {
  .detail-unitv2__body {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media (max-width: 479px) {
  .detail-unitv2__body {
    padding-top: 30px;
    background-color: rgba(219, 226, 231, 0.5);
  }
}

@media (max-width: 767px) {
  .detail-unitv2__body {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.detail-unitv2__photo {
  position: relative;
  height: 200px;
  border-radius: 15px;
  overflow: hidden;
}

@media (min-width: 480px) {
  .detail-unitv2__photo {
    top: 30px;
  }
}

@media (min-width: 992px) {
  .detail-unitv2__photo {
    flex: 0 0 22%;
    max-width: 22%;
  }
}

@media (max-width: 479px) {
  .detail-unitv2__photo {
    flex: 0 0 70%;
    max-width: 70%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .detail-unitv2__photo {
    flex: 0 0 140px;
    max-width: 140px;
    height: 180px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .detail-unitv2__photo {
    flex: 0 0 170px;
    max-width: 170px;
  }
}

.detail-unitv2__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top;
}

.detail-unitv2__description {
  padding-bottom: 30px;
  line-height: 1.3;
  color: #fff;
  position: relative;
}

@media (min-width: 768px) {
  .detail-unitv2__description {
    flex: 0 0 calc(100% - 22%);
    max-width: calc(100% - 22%);
    padding-left: 35px;
  }
}

@media (max-width: 479px) {
  .detail-unitv2__description {
    text-align: center;
    padding-top: 20px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .detail-unitv2__description {
    flex: 0 0 calc(100% - 140px);
    max-width: calc(100% - 140px);
    padding-left: 20px;
    padding-bottom: 18px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .detail-unitv2__description {
    flex: 0 0 calc(100% - 170px);
    max-width: calc(100% - 170px);
  }
}

.detail-unitv2__description>.title {
  font-weight: 900;
  letter-spacing: -1.3px;
  text-transform: uppercase;
}

@media (min-width: 480px) {
  .detail-unitv2__description>.title {
    color: #fff;
  }
}

@media (min-width: 768px) {
  .detail-unitv2__description>.title {
    font-size: 32px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .detail-unitv2__description>.title {
    font-size: 24px;
  }
}

@media (max-width: 479px) {
  .detail-unitv2__description>.title {
    color: #272a31;
    font-size: 24px;
  }
}

.detail-unitv2__description .rank {
  text-transform: uppercase;
  font-weight: 300;
}

@media (min-width: 480px) {
  .detail-unitv2__description .rank {
    color: rgba(255, 255, 255, 0.75);
  }
}

@media (min-width: 768px) {
  .detail-unitv2__description .rank {
    font-size: 16px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .detail-unitv2__description .rank {
    font-size: 14px;
  }
}

@media (max-width: 479px) {
  .detail-unitv2__description .rank {
    color: rgba(39, 42, 49, 0.75);
    font-size: 14px;
  }
}

.detail-unitv2__description .btn {
  margin-top: 15px;
}

@media (min-width: 480px) {
  .detail-unitv2__social {
    position: absolute;
    right: 0;
    bottom: 30px;
  }
}

@media (min-width: 480px) and (min-width: 480px) and (max-width: 767px) {
  .detail-unitv2__social {
    right: -8px;
    bottom: 20px;
  }
}

@media (max-width: 479px) {
  .detail-unitv2__social {
    justify-content: center;
    margin-top: 20px;
  }
}

.detail-unitv2__social a {
  display: inline-flex;
  width: 30px;
  height: 30px;
  border-radius: 11px;
  font-size: 12px;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

@media (min-width: 480px) {
  .detail-unitv2__social a {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.3);
  }
}

@media (max-width: 479px) {
  .detail-unitv2__social a {
    color: #182f4a;
    border: 1px solid rgba(24, 47, 74, 0.3);
  }
}

.detail-unitv2__social a:not(:last-child) {
  margin-right: 5px;
}

@media (min-width: 480px) and (max-width: 767px) {
  .detail-unitv2__social a:not(:last-child) {
    margin-right: 3px;
  }
}

.detail-unitv2__social a:hover {
  border-color: #fff;
}

.detail-unitv2__footer {
  background-color: rgba(219, 226, 231, 0.75);
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding-bottom: 35px;
}

@media (min-width: 480px) {
  .detail-unitv2__footer {
    padding-top: 60px;
  }
}

@media (min-width: 768px) {
  .detail-unitv2__footer {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media (max-width: 479px) {
  .detail-unitv2__footer {
    padding-top: 35px;
  }
}

@media (max-width: 767px) {
  .detail-unitv2__footer {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.detail-unitv2__footer>.heading {
  color: #213f64;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: -0.5px;
  line-height: 1.2;
}

.detail-unitv2__contact ul li {
  line-height: 1.4;
}

@media (max-width: 479px) {
  .detail-unitv2__contact ul li {
    text-align: center;
  }

  .detail-unitv2__contact ul li:not(:last-child) {
    margin-bottom: 15px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .detail-unitv2__contact ul li:not(:nth-last-child(-n + 2)) {
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .detail-unitv2__contact ul li:not(:nth-last-child(-n + 2)) {
    margin-bottom: 20px;
  }
}

.detail-unitv2__contact ul li .heading {
  text-transform: uppercase;
  font-weight: 900;
  color: rgba(24, 47, 74, 0.45);
  font-size: 12px;
}

.detail-unitv2__contact ul li .text {
  color: #182f4a;
  font-size: 14px;
  font-weight: 600;
  display: block;
  margin-top: 2px;
}

.detail-unitv2__contact ul li .text[href]:hover {
  text-decoration: underline;
}

.detail-unitv2__buttons {
  margin-top: 35px;
}

@media (max-width: 479px) {
  .detail-unitv2__buttons ul {
    flex-direction: column;
  }
}

@media (min-width: 480px) {
  .detail-unitv2__buttons ul li:not(:last-child) {
    margin-right: 15px;
  }
}

@media (min-width: 480px) and (min-width: 480px) and (max-width: 767px) {
  .detail-unitv2__buttons ul li:not(:last-child) {
    margin-right: 5px;
  }
}

@media (max-width: 479px) {
  .detail-unitv2__buttons ul li:not(:last-child) {
    margin-bottom: 15px;
  }
}

@media (max-width: 479px) {
  .detail-unitv2__buttons ul li {
    width: 100%;
  }
}

.detail-unitv2__buttons ul li a {
  display: inline-flex;
  align-items: center;
  background-color: #fff;
  height: 42px;
  border-radius: 11px;
  transition: 0.3s;
  color: #272a31;
}

@media (min-width: 768px) {
  .detail-unitv2__buttons ul li a {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 479px) {
  .detail-unitv2__buttons ul li a {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .detail-unitv2__buttons ul li a {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.detail-unitv2__buttons ul li a .text {
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.detail-unitv2__buttons ul li a .icon {
  font-size: 14px;
  opacity: 0.4;
  margin-right: 7px;
}

@media (min-width: 480px) and (max-width: 767px) {
  .detail-unitv2__buttons ul li a .icon {
    display: none;
  }
}

.detail-unitv2__buttons ul li a:hover {
  background-color: #2d5789;
  color: #fff;
  box-shadow: 5px 5px 20px rgba(45, 87, 137, 0.3);
}

@media (min-width: 480px) and (max-width: 767px) {
  .detail-unitv2__right .shortcuts.ui-style-item ul {
    display: flex;
    overflow-y: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .detail-unitv2__right .shortcuts.ui-style-item ul {
    display: flex;
    overflow-y: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .detail-unitv2__right .shortcuts.ui-style-item ul {
    display: flex;
    overflow-y: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.detail-unitv2__right .shortcuts.ui-style-item ul li:not(:last-child) {
  margin-bottom: 10px;
}

@media (min-width: 480px) and (max-width: 767px) {
  .detail-unitv2__right .shortcuts.ui-style-item ul li:not(:last-child) {
    margin-bottom: 0;
    margin-right: 10px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .detail-unitv2__right .shortcuts.ui-style-item ul li:not(:last-child) {
    margin-bottom: 0;
    margin-right: 10px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .detail-unitv2__right .shortcuts.ui-style-item ul li:not(:last-child) {
    margin-bottom: 0;
    margin-right: 10px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .detail-unitv2__right .shortcuts.ui-style-item ul li {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .detail-unitv2__right .shortcuts.ui-style-item ul li {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .detail-unitv2__right .shortcuts.ui-style-item ul li {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
}

.detail-unitv2__right .shortcuts.ui-style-item .shortcuts-card a {
  border-radius: 15px;
}

.detail-activity__header {
  position: relative;
  margin-bottom: 20px;
}

.detail-activity__header-cover {
  overflow: hidden;
  height: 515px;
  background-color: #293863;
}

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

.detail-activity__header-cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  filter: blur(6px);
  transform: scale(1.5);
  opacity: 0.3;
}

@media (min-width: 768px) {
  .detail-activity__header-body {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
}

@media (min-width: 768px) {
  .detail-activity__header-body .container {
    height: 100%;
  }
}

@media (min-width: 768px) {
  .detail-activity__header-body .container>div {
    height: 100%;
    align-items: flex-end;
  }
}

.detail-activity__header-photo {
  overflow: hidden;
}

@media (min-width: 768px) {
  .detail-activity__header-photo {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }
}

@media (max-width: 767px) {
  .detail-activity__header-photo {
    border-radius: 15px;
  }
}

.detail-activity__header-photo a {
  display: block;
  position: relative;
  height: 410px;
}

.detail-activity__header-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
}

.detail-activity__header-trailer {
  display: flex;
}

.detail-activity__header-trailer a {
  background-color: #2d5789;
  display: flex;
  width: 100%;
  height: 32px;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 900;
  font-size: 12px;
  text-transform: uppercase;
}

.detail-activity__header-trailer a .icon {
  font-size: 14px;
  margin-right: 5px;
}

.detail-activity__header-description {
  position: relative;
}

@media (max-width: 479px) {
  .detail-activity__header-description {
    padding-top: 45px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .detail-activity__header-description {
    padding-top: 70px;
  }
}

@media (min-width: 992px) {
  .detail-activity__header-description {
    padding-bottom: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .detail-activity__header-description {
    padding-bottom: 20px;
  }
}

.detail-activity__header-description .title {
  font-weight: 800;
  line-height: 1.2;
}

@media (min-width: 992px) {
  .detail-activity__header-description .title {
    font-size: 48px;
    letter-spacing: -1.5px;
  }
}

@media (min-width: 768px) {
  .detail-activity__header-description .title {
    color: #fff !important;
  }

  .detail-activity__header-description .tag {
    color: white !important;
  }
}

@media (max-width: 479px) {
  .detail-activity__header-description .title {
    font-size: 32px;
    letter-spacing: -1px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .detail-activity__header-description .title {
    font-size: 48px;
    letter-spacing: -1.5px;
  }
}

@media (max-width: 767px) {
  .detail-activity__header-description .title {
    color: #272a31;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .detail-activity__header-description .title {
    font-size: 32px;
    letter-spacing: -1px;
  }
}

.detail-activity__header-description .tag {
  text-transform: uppercase;
  font-weight: 300;
  display: inline-block;
  position: relative;
}

@media (min-width: 768px) {
  .detail-activity__header-description .tag {
    color: #fff;
  }
}

@media (min-width: 480px) {
  .detail-activity__header-description .tag {
    font-size: 18px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .detail-activity__header-description .tag {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .detail-activity__header-description .tag {
    color: #182f4a;
  }
}

.detail-activity__header-description .tag::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  transition: width 0.3s;
  width: 0;
}

@media (min-width: 768px) {
  .detail-activity__header-description .tag::after {
    background-color: #fff;
  }
}

.detail-activity__header-description .tag:hover::after {
  width: 100%;
}

.detail-activity__header-description .note {
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  margin-top: 20px;
}

@media (min-width: 768px) {
  .detail-activity__header-description .note {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
  }
}

@media (max-width: 767px) {
  .detail-activity__header-description .note {
    border-top: 1px solid rgba(39, 42, 49, 0.15);
    border-bottom: 1px solid rgba(39, 42, 49, 0.15);
    color: #272a31;
  }
}

.detail-activity__header-description .note .number {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: -0.5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}

@media (min-width: 768px) {
  .detail-activity__header-description .note .number {
    border: 2px solid #fff;
  }
}

@media (max-width: 767px) {
  .detail-activity__header-description .note .number {
    border: 2px solid #272a31;
  }
}

.detail-activity__header-description .note .text {
  font-size: 14px;
  flex: 1;
  line-height: 1.4;
}

.detail-activity__header-markers {
  margin-top: 30px;
}

.detail-activity__header-markers .marker-card {
  padding: 15px 20px 20px 20px;
  border-radius: 15px;
  height: 200px;
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

@media (min-width: 768px) {
  .detail-activity__header-markers .marker-card:not(.is-today) {
    border: 1px solid rgba(255, 255, 255, 0.2);
  }
}

@media (max-width: 767px) {
  .detail-activity__header-markers .marker-card:not(.is-today) {
    border: 1px solid rgba(24, 47, 74, 0.5);
  }
}

@media (min-width: 768px) {
  .detail-activity__header-markers .marker-card.is-today {
    border: 3px solid #fff;
  }
}

@media (max-width: 767px) {
  .detail-activity__header-markers .marker-card.is-today {
    border: 3px solid rgba(24, 47, 74, 0.5);
  }
}

.detail-activity__header-markers .marker-card.is-today>.icon {
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  background-color: #fff;
  width: 25px;
  height: 25px;
  color: #2d5789;
  border-bottom-left-radius: 15px;
  font-size: 10px;
}

.detail-activity__header-markers .marker-header .heading {
  font-weight: 800;
  letter-spacing: -0.5px;
  font-size: 16px;
  line-height: 1.35;
}

@media (min-width: 768px) {
  .detail-activity__header-markers .marker-header .heading {
    color: #fff;
  }
}

@media (max-width: 767px) {
  .detail-activity__header-markers .marker-header .heading {
    color: #182f4a;
  }
}

.detail-activity__header-markers .marker-infos {
  margin-top: 10px;
}

.detail-activity__header-markers .marker-infos .item {
  display: flex;
  align-items: center;
}

.detail-activity__header-markers .marker-infos .item:not(:last-child) {
  margin-bottom: 7px;
}

.detail-activity__header-markers .marker-infos .item .icon {
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  font-size: 10px;
  margin-right: 7px;
}

@media (min-width: 768px) {
  .detail-activity__header-markers .marker-infos .item .icon {
    border: 2px solid #fff;
    color: #fff;
  }
}

@media (max-width: 767px) {
  .detail-activity__header-markers .marker-infos .item .icon {
    border: 2px solid #182f4a;
    color: #182f4a;
  }
}

.detail-activity__header-markers .marker-infos .item .text {
  flex: 1;
  font-size: 13px;
}

@media (min-width: 768px) {
  .detail-activity__header-markers .marker-infos .item .text {
    color: #fff;
  }
}

@media (max-width: 767px) {
  .detail-activity__header-markers .marker-infos .item .text {
    color: #182f4a;
  }
}

.detail-activity__header-markers .marker-action {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding-left: 20px;
  padding-right: 20px;
  transition: 0.3s;
}

@media (min-width: 768px) {
  .detail-activity__header-markers .marker-action {
    background-color: rgba(255, 255, 255, 0.2);
  }
}

@media (max-width: 767px) {
  .detail-activity__header-markers .marker-action {
    background-color: rgba(24, 47, 74, 0.15);
  }
}

.detail-activity__header-markers .marker-action:hover {
  background-color: #2d5789;
  color: #fff;
}

.detail-activity__header-markers .marker-action .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: -0.3px;
}

@media (min-width: 768px) {
  .detail-activity__header-markers .marker-action .btn {
    color: #fff;
  }
}

@media (max-width: 767px) {
  .detail-activity__header-markers .marker-action .btn {
    color: #182f4a;
  }
}

.detail-video__header {
  background-color: #293863;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .detail-video__header>.container>.row>div:not(:last-child) {
    margin-bottom: 20px;
  }
}

.detail-video__header>div {
  padding-bottom: 20px;
}

@media (min-width: 1200px) {
  .detail-video__header>div {
    max-width: 1450px;
  }
}

@media (min-width: 1200px) {
  .detail-video__header>div {
    padding-top: 100px;
  }
}

@media (max-width: 479px) {
  .detail-video__header>div {
    padding-top: 50px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .detail-video__header>div {
    padding-top: 80px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .detail-video__header>div {
    padding-top: 80px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .detail-video__header>div {
    padding-top: 60px;
  }
}

.detail-video__heading {
  background-color: #293863;
  padding: 10px 20px;
  border-radius: 11px;
  align-items: center;
  justify-content: space-between;
}

.detail-video__heading .title {
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.detail-video__heading .link {
  font-size: 11px;
  font-weight: 700;
  color: #293863;
  text-transform: uppercase;
}

.detail-video__heading .link:hover {
  color: #293863;
}

.detail-video__play {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  background-color: #293863;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  overflow: hidden;
}

.detail-video__play iframe,
.detail-video__play video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.detail-video__description {
  padding: 20px 30px 25px 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: rgba(41, 56, 99, 0.2);
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}

.detail-video__description .tags a {
  display: inline-block;
  color: #293863;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  transition: 0.3s;
}

.detail-video__description .tags a:hover {
  color: #293863;
}

.detail-video__description .tags a:not(:last-child) {
  margin-right: 5px;
}

.detail-video__description .title {
  color: #fff;
  line-height: 1.3;
  font-weight: 700;
  margin-top: 5px;
}

@media (min-width: 1200px) {
  .detail-video__description .title {
    padding-right: 100px;
  }
}

@media (min-width: 480px) {
  .detail-video__description .title {
    font-size: 24px;
    letter-spacing: -1px;
  }
}

@media (max-width: 479px) {
  .detail-video__description .title {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
}

.detail-video__information ul li:not(:last-child) {
  margin-right: 20px;
}

.detail-video__information ul li a {
  display: inline-flex;
  align-items: center;
  color: #293863;
  font-size: 12px;
  font-weight: 600;
  transition: 0.3s;
}

.detail-video__information ul li a[href]:hover {
  color: #fff;
}

.detail-video__information ul li a .icon {
  font-size: 12px;
  opacity: 0.5;
  margin-right: 5px;
}

.detail-neigh__explore {
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .detail-neigh__explore {
    margin-top: 90px;
  }
}

@media (max-width: 479px) {
  .detail-neigh__explore {
    margin-top: 50px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .detail-neigh__explore {
    margin-top: 70px;
  }
}

.detail-neigh__card {
  position: relative;
}

.detail-neigh__sketch {
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 0 50px rgba(33, 63, 100, 0.2);
}

.detail-neigh__sketch a {
  height: 100%;
  display: block;
  position: relative;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 15px;
}

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

.detail-neigh__footer {
  background-color: #272a31;
  box-shadow: 0 -20px 40px rgba(39, 42, 49, 0.5);
  margin-top: 20px;
  border-radius: 20px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .detail-neigh__footer {
    padding-left: 15px;
  }
}

@media (min-width: 480px) {
  .detail-neigh__footer {
    position: sticky;
    bottom: 10px;
  }
}

@media (min-width: 992px) {
  .detail-neigh__footer {
    margin-left: 30px;
    margin-right: 30px;
  }
}

@media (max-width: 479px) {
  .detail-neigh__footer ul li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.detail-neigh__footer ul li .item {
  height: 75px;
  color: #fff;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
}

.detail-neigh__footer ul li .item .icon {
  font-size: 28px;
  justify-content: center;
}

@media (min-width: 480px) and (max-width: 767px) {
  .detail-neigh__footer ul li .item .icon {
    display: none;
  }
}

.detail-neigh__footer ul li .item .desc {
  line-height: 1.4;
  flex: 1;
  padding-left: 10px;
}

@media (min-width: 480px) and (max-width: 767px) {
  .detail-neigh__footer ul li .item .desc {
    padding-left: 15px;
  }
}

.detail-neigh__footer ul li .item .desc .heading {
  font-weight: 900;
  font-size: 11px;
  text-transform: uppercase;
}

.detail-neigh__footer ul li .item .desc .text {
  font-size: 12px;
  opacity: 0.7;
}

.detail-neigh__footer ul li a.item {
  transition: 0.3s;
}

.detail-neigh__footer ul li a.item:hover {
  background-color: #213f64;
}

.detail-neigh__right {
  padding-top: 20px;
  position: sticky;
  top: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
  .detail-neigh__right .list-personnel__item {
    height: auto;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .detail-neigh__right .list-personnel__item {
    height: auto;
  }
}

.detail-common {
  position: relative;
  z-index: 1;
}

@media (min-width: 992px) {
  .detail-common {
    max-height: calc(100vh - calc(70px + 80px));
    overflow-y: auto;
    scrollbar-color: #2d5789 rgba(45, 87, 137, 0.1);
    scrollbar-width: thin;
  }

  .detail-common::-webkit-scrollbar-track {
    background-color: rgba(45, 87, 137, 0.1);
  }

  .detail-common::-webkit-scrollbar {
    width: 5px;
  }

  .detail-common::-webkit-scrollbar-thumb {
    background-color: #2d5789;
  }
}

.detail-common>div {
  padding-left: 0;
  padding-right: 0;
  max-width: 100%;
}

.detail-common__left {
  position: sticky;
  top: 0;
}

.detail-common__card {
  position: relative;
}

.detail-common__card a {
  display: block;
  position: relative;
}

@media (max-width: 479px) {
  .detail-common__cover {
    height: 100vw;
    max-height: 390px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .detail-common__cover {
    height: 80vw;
    max-height: 480px;
  }
}

.detail-common__cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.detail-common__body {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (min-width: 768px) {
  .detail-common__body {
    padding: calc(60px - 20px) 75px;
  }
}

@media (max-width: 767px) {
  .detail-common__body {
    padding: 12vw 9vw 9vw 9vw;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .detail-common__body {
    padding: 3vw;
  }
}

.detail-common__body::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: linear-gradient(transparent, #293863);
  opacity: 0.7;
}

.detail-common__body-header .tag {
  display: inline-flex;
  align-items: center;
}

.detail-common__body-header .tag .icon {
  font-size: 20px;
  margin-right: 15px;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.detail-common__body-header .tag .desc {
  flex: 1;
  display: flex;
  flex-direction: column;
  line-height: 1.4;
  text-transform: uppercase;
  text-shadow: 0 0 10px #293863;
}

.detail-common__body-header .tag .desc [class*="text"] {
  color: #fff;
  position: relative;
  display: inline-flex;
  align-items: center;
}

.detail-common__body-header .tag .desc [class*="text"]::after {
  content: "";
  display: inline-flex;
  border-left: 5px solid #fff;
  border-top: 5px solid rgba(0, 0, 0, 0);
  border-bottom: 5px solid rgba(0, 0, 0, 0);
  margin-left: 10px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-5px);
  transition: 0.3s;
}

.detail-common__body-header .tag .desc [class*="text"]:hover::after {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.detail-common__body-header .tag .desc .text {
  font-size: 18px;
  font-weight: 900;
  letter-spacing: -0.5px;
}

.detail-common__body-header .tag .desc .text-2 {
  font-size: 14px;
}

.detail-common__body-footer {
  justify-content: flex-end;
  display: flex;
}

.detail-common__body-footer .actions .item:not(:last-child) {
  margin-right: 10px;
}

.detail-common__body-footer .actions .item a,
.detail-common__body-footer .actions .item button {
  display: inline-flex;
  font-family: inherit;
  height: 40px;
  border: 1px solid #fff;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 20px;
  font-size: 16px;
  transition: 0.3s;
}

.detail-common__body-footer .actions .item a:hover,
.detail-common__body-footer .actions .item button:hover {
  color: #2d5789;
  background-color: #fff;
}

.detail-common__body-footer .actions .item a:not([class*="ui-style-"]),
.detail-common__body-footer .actions .item button:not([class*="ui-style-"]) {
  width: 40px;
}

.detail-common__body-footer .actions .item a.ui-style-text,
.detail-common__body-footer .actions .item button.ui-style-text {
  padding-left: 15px;
  padding-right: 15px;
}

.detail-common__body-footer .actions .item a .text,
.detail-common__body-footer .actions .item button .text {
  font-weight: 900;
  letter-spacing: -1px;
  margin-left: 7px;
}

.detail-common__intro {
  background-color: #fff;
}

@media (min-width: 768px) {
  .detail-common__intro {
    padding: 60px 75px;
  }
}

@media (min-width: 992px) {
  .detail-common__intro {
    border-bottom-right-radius: 20px;
  }
}

@media (max-width: 767px) {
  .detail-common__intro {
    padding: 9vw;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .detail-common__intro {
    padding: 3vw;
  }
}

.detail-common__intro .text {
  color: #272a31;
  font-weight: 900;
  line-height: 1.6;
}

@media (min-width: 480px) {
  .detail-common__intro .text {
    font-size: 32px;
    letter-spacing: -1.3px;
  }
}

@media (max-width: 479px) {
  .detail-common__intro .text {
    font-size: 24px;
    letter-spacing: -0.5px;
  }
}

.detail-common__intro .text strong {
  font-weight: 900;
  color: #2d5789;
}

.detail-common__description {
  position: sticky;
  top: -50px;
}

@media (min-width: 768px) {
  .detail-common__description {
    padding-top: 70px;
  }
}

@media (min-width: 992px) {
  .detail-common__description {
    padding-left: 50px;
    padding-right: 50px;
  }
}

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

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

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

@media (max-width: 767px) {
  .detail-common__description {
    padding-top: 30px;
  }
}

@media (max-width: 991px) {
  .detail-common__description {
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .detail-common__description {
    padding: 3vw;
  }
}

.detail-common__description .breadcrumb ul {
  overflow-x: auto;
  width: 90%;
}

.detail-common__iframe {
  overflow: hidden;
  border-radius: 15px;
  background-color: #fff;
  padding: 12px;
}

.detail-common__iframe iframe {
  filter: grayscale(0.7);
  width: 100%;
  height: 220px;
  border-radius: 15px;
  display: block;
}

.detail-common__list ul li:not(:last-child) {
  margin-bottom: 15px;
}

.detail-common__list .item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}

.detail-common__list .item::after {
  content: "";
  position: absolute;
  left: calc(50px - 10px);
  right: 0;
  bottom: 1px;
  background-color: #fff;
  height: 1px;
}

.detail-common__list .item .icon {
  width: 50px;
  height: 50px;
  border-radius: 11px;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #2d5789;
}

.detail-common__list .item .desc {
  flex: 1;
  padding-left: 20px;
  line-height: 1.4;
  padding-bottom: 5px;
}

.detail-common__list .item .desc .heading {
  color: #213f64;
  font-size: 13px;
  font-weight: 800;
}

.detail-common__list .item .desc .text {
  color: #182f4a;
  font-size: 14px;
}

.detail-common__list .item .desc .text strong {
  font-weight: 900;
}

.detail-common__box {
  background-color: #fff;
  padding: 20px;
  margin-top: 20px;
  border-radius: 15px;
}

.detail-common__box .heading {
  color: #2d5789;
  align-items: center;
  margin-bottom: 10px;
}

.detail-common__box .heading .icon {
  font-size: 16px;
  margin-right: 8px;
}

.detail-common__box .heading .text {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.3px;
}

.detail-common__tags ul {
  flex-wrap: wrap;
}

.detail-common__tags ul li {
  margin-bottom: 6px;
}

.detail-common__tags ul li:not(:last-child) {
  margin-right: 6px;
}

.detail-common__tags ul li a {
  display: inline-flex;
  background-color: rgba(219, 226, 231, 0.4);
  border-radius: 8px;
  padding: 7px 9px;
  color: #272a31;
  font-size: 14px;
  font-weight: 600;
  transition: 0.3s;
}

.detail-common__tags ul li a:hover {
  background-color: #293863;
  color: #fff;
}

.schema {
  margin-top: 10px;
}

@media (max-width: 767px) {
  .schema {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
}

.schema-list:not([class*="ui-color-"]) ul li a,
.schema-list:not([class*="ui-color-"]) ul li button {
  color: #272a31;
}

.schema-list:not([class*="ui-item-bg"]) ul li a,
.schema-list:not([class*="ui-item-bg"]) ul li button {
  background-color: #fff;
  transition: 0.3s;
}

.schema-list:not([class*="ui-item-bg"]) ul li a:hover,
.schema-list:not([class*="ui-item-bg"]) ul li button:hover {
  background-color: #262f3f;
  color: #fff;
}

.schema-list.ui-color-light ul li a,
.schema-list.ui-color-light ul li button {
  color: #fff;
}

.schema-list.ui-item-bg>ul>li:hover>a::before,
.schema-list.ui-item-bg>ul>li:hover>button::before {
  opacity: 1;
}

.schema-list.ui-item-bg ul li a,
.schema-list.ui-item-bg ul li button {
  background-color: #fff;
}

.schema-list.ui-item-bg ul li a::before,
.schema-list.ui-item-bg ul li button::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background-color: #293863;
  opacity: 0.75;
  border-radius: 15px;
  transition: 0.3s;
}

.schema-list.ui-item-bg .schema-sub {
  row-gap: 15px;
  margin-top: calc(100px / 2);
  position: relative;
}

.schema-list.ui-item-bg .schema-sub::before {
  content: "";
  position: absolute;
  top: calc(-1 * 50px);
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #182f4a;
  width: 1px;
}

.schema-list.ui-item-bg .schema-sub li {
  width: 100%;
}

.schema-list.ui-item-bg .schema-sub li a {
  height: 80px;
}

.schema-list.ui-item-bg .schema-sub li a::before {
  opacity: 0.55;
}

.schema-list.ui-item-bg .schema-sub li a:hover::before {
  opacity: 0.75;
}

.schema-list.ui-item-bg .schema-sub li a .rank {
  font-size: 13px;
}

.schema-list.ui-item-bg .schema-sub li a .name {
  font-size: 12px;
}

.schema-list ul {
  display: flex;
  flex-wrap: wrap;
}

.schema-list ul li a,
.schema-list ul li button {
  display: flex;
  align-content: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  height: 100px;
  padding: 20px;
  border-radius: 15px;
  line-height: 1.3;
  position: relative;
  z-index: 1;
  width: 100%;
  font-family: inherit;
}

.schema-list ul li a .rank,
.schema-list ul li button .rank {
  font-weight: 800;
  letter-spacing: -0.5px;
  font-size: 16px;
}

.schema-list ul li a .name,
.schema-list ul li button .name {
  font-size: 14px;
  opacity: 0.7;
  font-weight: 600;
  margin-top: 3px;
}

.schema-list ul li button {
  display: inline-grid;
}

.schema-header {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.schema-header::before {
  content: "";
  position: absolute;
  left: 50%;
  height: calc(100% + 50px);
  transform: translateX(-50%);
  background-color: #182f4a;
  width: 1px;
  z-index: -1;
}

.schema-header ul {
  margin-left: -20px;
  margin-right: -20px;
  justify-content: space-between;
  position: relative;
}

@media (min-width: 768px) {
  .schema-header ul::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    left: 20px;
    transform: translateY(-50%);
    background-color: #182f4a;
    height: 1px;
    z-index: -1;
  }
}

.schema-header ul:not(:last-child) {
  margin-bottom: 15px;
}

.schema-header ul li {
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 768px) {
  .schema-header ul li {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}

@media (max-width: 767px) {
  .schema-header ul li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.schema-header ul li:not(:last-child) {
  margin-bottom: 15px;
}

.schema-content {
  margin-top: calc(100px / 2 + 30px);
}

.schema-content>ul {
  margin-left: -5px;
  margin-right: -5px;
  justify-content: center;
  align-items: flex-start;
  position: relative;
}

@media (min-width: 768px) {
  .schema-content>ul::before {
    content: "";
    position: absolute;
    top: calc(-1 * 30px);
    right: calc(16.6666666667% / 2);
    left: calc(16.6666666667% / 2);
    background-color: #182f4a;
    height: 1px;
  }
}

.schema-content>ul>li {
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
}

@media (min-width: 768px) {
  .schema-content>ul>li {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
}

@media (max-width: 767px) {
  .schema-content>ul>li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.schema-content>ul>li:not(:last-child) {
  margin-bottom: 30px;
}

.schema-content>ul>li::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 30px;
  background-color: #182f4a;
}

.oops {
  text-align: center;
  margin-top: 10vw;
  color: #293863;
}

.oops .title {
  line-height: 0.8;
  font-weight: 900;
  font-size: 18vw;
}

.oops .text {
  text-transform: uppercase;
  font-weight: 100;
  font-size: 3vw;
  letter-spacing: 4px;
  line-height: 1.2;
}

.oops .buttons-container {
  margin-top: 50px;
}

.oops .buttons-container .btn:not(:last-child) {
  margin-right: 20px;
}

.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 {
  justify-content: center;
}

.ui-justify-end {
  justify-content: flex-end;
}

.ui-justify-start {
  justify-content: flex-start;
}

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

.ui-align-center {
  align-items: center;
}

.ui-align-end {
  align-items: flex-end;
}

.ui-align-start {
  align-items: flex-start;
}

.ui-align-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;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .ui-flex-full-tablet {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.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 !important;
}

.ui-mb-10px {
  margin-bottom: 10px !important;
}

.ui-mb-15px {
  margin-bottom: 15px !important;
}

.ui-mb-20px {
  margin-bottom: 20px !important;
}

.ui-mb-25px {
  margin-bottom: 25px !important;
}

.ui-mb-30px {
  margin-bottom: 30px !important;
}

.ui-mb-40px {
  margin-bottom: 40px !important;
}

.ui-mb-50px {
  margin-bottom: 50px !important;
}

.ui-mb-60px {
  margin-bottom: 60px !important;
}

.ui-mb-70px {
  margin-bottom: 70px !important;
}

.ui-mb-80px {
  margin-bottom: 80px !important;
}

.ui-mb-90px {
  margin-bottom: 90px !important;
}

.ui-mb-100px {
  margin-bottom: 100px !important;
}

body {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  color: #272a31;
  letter-spacing: -0.2px;
  overflow-x: hidden;
}

body.ui-bg {
  background: rgba(219, 226, 231, 0.5);
}

body.is-scroll {
  overflow: hidden;
}

.tawkto-status {
  position: absolute;
}

.tawkto-status .text-status {
  position: fixed;
  z-index: 989;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.2;
  right: 57px;
  bottom: 38px;
  height: 58px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  width: 120px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-right: 40px;
  padding-left: 10px;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: -0.5px;
  pointer-events: none;
}

.tawkto-status .text-status:not([class*="ui-color-"]) {
  background-color: #2d5789;
}

.tawkto-status .text-status.ui-color-2 {
  background-color: #182f4a;
}

.tawkto-status .text-status.ui-color-offline {
  background-color: #293863;
}

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

.shape {
  position: absolute;
  z-index: -1;
}

@media (max-width: 1199px) {
  .shape {
    display: none;
  }
}

.shape.ui-01 {
  bottom: 50px;
  right: -590px;
}

.shape.ui-01 img {
  width: 83.33vw;
  max-width: 1360px;
}

.shape.ui-02 {
  top: -15px;
  left: -650px;
}

.shape.ui-02 img {
  width: 94.66vw;
  max-width: 1400px;
  opacity: 0.1;
}

.shape.ui-03 {
  top: -170px;
  right: 0;
}

.shape.ui-03 img {
  width: 120vw;
  max-width: 1850px;
  opacity: 0.06;
}

.shape.ui-04 {
  top: -120px;
  left: 0;
}

.shape.ui-04 img {
  width: 33.33vw;
  max-width: 500px;
  opacity: 0.1;
}

.small-title:not(.ui-not) {
  position: relative;
  text-transform: uppercase;
  display: block;
  font-size: 10px;
  line-height: 1.3;
  color: #2d5789;
  font-weight: 600;
  letter-spacing: 1.5px;
}

.section-header.ui-txt-center {
  text-align: center;
}

@media (min-width: 768px) {
  .section-header.ui-txt-right {
    text-align: right;
  }
}

.section-header:not([class*="ui-txt-size-"]) .title {
  font-size: 42px;
}

@media (max-width: 479px) {
  .section-header:not([class*="ui-txt-size-"]) .title {
    font-size: 36px !important;
  }
}

.section-header:not([class*="ui-txt-size-"]) .text {
  font-size: 16px;
}

@media (max-width: 479px) {
  .section-header:not([class*="ui-txt-size-"]) .text {
    font-size: 14px;
  }
}

@media (min-width: 480px) {
  .section-header.ui-txt-size-large .title {
    font-size: 54px;
  }
}

@media (max-width: 479px) {
  .section-header.ui-txt-size-large .title {
    font-size: 36px;
  }
}

.section-header.ui-txt-size-small .title {
  font-size: 36px;
}

.section-header.ui-txt-size-small-1 .title {
  font-size: 28px;
}

.section-header .heading {
  font-family: "Quicksand", sans-serif;
  font-size: 66px;
  line-height: 1;
}

@media (max-width: 479px) {
  .section-header .heading {
    font-size: 42px;
  }
}

.section-header .heading span:first-child {
  color: rgba(39, 42, 49, 0.1);
}

.section-header .heading span:last-child {
  color: rgba(39, 42, 49, 0.2);
}

.section-header .title {
  color: #213f64;
  font-family: "Barlow Condensed", sans-serif;
  line-height: 1.2;
  letter-spacing: -1px;
}

.section-header .title:not(.ui-no-uppercase) {
  text-transform: uppercase;
}

.section-header .title span {
  color: #2d5789;
}

.section-header .text {
  line-height: 1.5;
}

.section-header .text:not([class*="ui-state"]) {
  color: #182f4a;
}

.section-header .text[class*="ui-state"] {
  padding: 25px;
  border-radius: 15px;
  font-size: 14px;
  line-height: 1.6;
}

.section-header .text.ui-state-warning {
  color: #2d5789;
  background-color: rgba(45, 87, 137, 0.1);
}

.section-header .text.ui-state-bg {
  background: rgba(219, 226, 231, 0.5);
}

.section-header .text strong {
  font-weight: 900;
}

.section-header.ui-transactions .title {
  color: #fff;
}

.section-header.ui-transactions .title span {
  color: #293863;
}

.section-header.ui-transactions .text {
  color: #293863;
}

.section-header.ui-unit .text {
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  max-width: 650px;
}

.section-header.ui-mayor-message .title {
  color: #2d5789;
}

.inner-page__header {
  padding-bottom: 2rem;
  margin-top: -2rem;
}

.inner-page__header .inner-page__heading-content .title {
  font-size: 30px !important;
  letter-spacing: -1px;
}

.inner-page__heading .inner-page__heading-content {
  display: flex;
  max-width: 100%;
  align-items: center !important;
  padding: 0 1rem;
}

@media (min-width: 768px) {
  .breadcrumb.ui-pos-bottom {
    position: absolute;
    right: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}

li {
  list-style: none;
}

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

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

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

body {
  margin: 0;
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
    Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

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

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

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

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

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

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

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

dt {
  font-weight: bold;
}

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

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #fff;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0);
  -webkit-text-decoration-skip: objects;
}

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

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

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

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

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

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

figure {
  margin: 0 0 1rem;
}

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

svg:not(:root) {
  overflow: hidden;
}

a,
area,
button,
[role="button"],
input:not([type="range"]),
label,
select,
summary,
textarea {
  touch-action: manipulation;
}

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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 {
  padding: 0;
  border-style: none;
}

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
  font-family: "Quicksand", sans-serif;
  background-color: #f6f7f9;
  color: #fff !important;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  color: inherit;
}

a:hover {
  text-decoration: none;
}

header {
  width: 95%;
  height: 180px;
  position: absolute;
  top: 0;
  width: 100%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  z-index: 22000;
}

header nav {
  width: 95vw !important;
  z-index: 9999;
  padding: 0 30px !important;
}

header nav .row.d-flex.align-items-center {
  justify-content: space-between;
}

header nav .row.d-flex.align-items-center .logo-wrapper .img-fluid {
  width: 100%;
  height: 100%;
  max-width: 400px;
}

header nav .row.d-flex.align-items-center .row.d-flex.flex-column {
  gap: 20px;
}

header nav .row.d-flex.align-items-center .row.d-flex.flex-column .line {
  background-color: rgba(255, 255, 255, 0.216);
  width: 82%;
  height: 0.7px;
  align-self: flex-end;
}

header nav .row.d-flex.align-items-center .row.d-flex.flex-column .top-menu-links.d-flex.align-items-center {
  justify-content: flex-end;
  gap: 14px;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.3px;
}

@media (max-width: 600px) {
  header nav .row.d-flex.align-items-center .row.d-flex.flex-column .top-menu-links.d-flex.align-items-center {
    gap: 3px;
  }
}

header nav .row.d-flex.align-items-center .row.d-flex.flex-column .top-menu-links.d-flex.align-items-center .btn-link-group.d-flex.align-items-center {
  gap: 20px;
}

header nav .row.d-flex.align-items-center .row.d-flex.flex-column .top-menu-links.d-flex.align-items-center .social-link-group.d-flex.align-items-center {
  gap: 6px;
}

header nav .row.d-flex.align-items-center .row.d-flex.flex-column .top-menu-links.d-flex.align-items-center li .top-link-item.d-flex.align-items-center.btn-link {
  gap: 5px;
  border: 1px solid rgba(255, 255, 255, 0.558);
  transition: 0.4s;
  width: 120px;
  height: 40px;
  justify-content: center;
  border-radius: 7px;
  font-weight: 500;
  position: relative;
}

header nav .row.d-flex.align-items-center .row.d-flex.flex-column .top-menu-links.d-flex.align-items-center li .top-link-item.d-flex.align-items-center.btn-link i {
  color: #82b453;
}

header nav .row.d-flex.align-items-center .row.d-flex.flex-column .top-menu-links.d-flex.align-items-center li .top-link-item.d-flex.align-items-center.btn-link:hover {
  color: #82b453;
}

header nav .row.d-flex.align-items-center .row.d-flex.flex-column .top-menu-links.d-flex.align-items-center li .badge {
  position: absolute;
  top: -10px;
  right: 10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  font-weight: 500;
  font-size: 10px;
  justify-content: center;
  align-items: center;
  background-color: #82b453;
  color: #fff !important;
}

header nav .row.d-flex.align-items-center .row.d-flex.flex-column .top-menu-links.d-flex.align-items-center li .top-link-item.d-flex.align-items-center.social-link {
  border: 1px solid rgba(255, 255, 255, 0.558);
  width: 30px;
  height: 30px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.4s;
  color: #3ab87d;
}

header nav .row.d-flex.align-items-center .row.d-flex.flex-column .top-menu-links.d-flex.align-items-center li .top-link-item.d-flex.align-items-center.social-link:hover {
  color: #82b453;
}

header nav .row.d-flex.align-items-center .row.d-flex.flex-column .top-menu-links.d-flex.align-items-center .top-link-item.d-flex.align-items-center {
  gap: 5px;
  transition: 0.4s;
}

header nav .row.d-flex.align-items-center .row.d-flex.flex-column .top-menu-links.d-flex.align-items-center .top-link-item.d-flex.align-items-center:hover {
  color: #82b453;
}

header nav .row.d-flex.align-items-center .row.d-flex.flex-column .top-menu-links.d-flex.align-items-center .top-link-item.big-item {
  font-size: 24px;
  font-weight: 500;
}

header nav .row.d-flex.align-items-center .row.d-flex.flex-column .top-menu-links.d-flex.align-items-center .head-top-button {
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  transition: all 0.3s ease;
  text-decoration: none;
  line-height: 1.2;
  text-transform: uppercase;
  border: 1.5px solid rgba(255, 255, 255, 0.5);
  border-radius: 50px;
  padding: 6px 16px;
  display: flex;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.05);
}

header nav .row.d-flex.align-items-center .row.d-flex.flex-column .top-menu-links.d-flex.align-items-center .head-top-button:hover {
  background-color: rgb(130 180 83);
  border: 1.5px solid rgb(130 180 83);
}

header nav .row.d-flex.align-items-center .row.d-flex.flex-column .top-menu-links.d-flex.align-items-center .head-top-button span {
  display: inline-block;
  vertical-align: middle;
}

header nav .row.d-flex.align-items-center .row.d-flex.flex-column .top-menu-links.d-flex.align-items-center .head-top-button i {
  font-size: 18px;
  margin-right: 10px;
  font-weight: 400;
}

header nav .row.d-flex.align-items-center .row.d-flex.flex-column .top-menu-links.d-flex.align-items-center .head-top-divider {
  width: 1px;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.3);
  margin: 0 10px;
}

header nav .row.d-flex.align-items-center .row.d-flex.flex-column .top-menu-links.d-flex.align-items-center .head-btn-icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  padding: 0;
}

header nav .row.d-flex.align-items-center .row.d-flex.flex-column .top-menu-links.d-flex.align-items-center .head-btn-icon i {
  font-size: 12px;
  margin-right: 0;
}

header nav .row.d-flex.align-items-center .row.d-flex.flex-column .top-menu-links.d-flex.align-items-center .head-btn-icon:hover {
  background-color: rgba(255, 255, 255, 0.15);
  border-color: #fff;
}

header nav .row.d-flex.align-items-center .row.d-flex.flex-column .bottom-menu-links.d-flex.align-items-center {
  justify-content: flex-end;
  font-size: 16px;
  font-weight: 900;
  gap: 30px;
}

header nav .row.d-flex.align-items-center .row.d-flex.flex-column .bottom-menu-links.d-flex.align-items-center .bottom-link-item.btn-link.d-flex.align-items-center {
  width: 138px;
  height: 40px;
  border: 1px solid #82b453;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  transition: 0.4s;
}

header nav .row.d-flex.align-items-center .row.d-flex.flex-column .bottom-menu-links.d-flex.align-items-center .bottom-link-item.btn-link.d-flex.align-items-center:hover {
  color: #82b453 !important;
}

header nav .row.d-flex.align-items-center .row.d-flex.flex-column .bottom-menu-links.d-flex.align-items-center .bottom-link-item.d-flex.align-items-center:hover {
  color: #82b453 !important;
}

.header-search-box {
  border: 1.5px solid rgba(255, 255, 255, 0.5) !important;
  padding: 6px 16px !important;
  width: 200px !important;
  border-radius: 50px !important;
  background-color: rgba(255, 255, 255, 0.05) !important;
  display: flex !important;
  align-items: center !important;
  transition: all 0.3s ease !important;
}

.header-search-box:focus-within {
  border-color: #158baf !important;
  /* Light Blue/Teal Accent */
  background-color: rgba(255, 255, 255, 0.1) !important;
  box-shadow: 0 0 10px rgba(21, 139, 175, 0.2) !important;
}

header .header-search-input {
  background: transparent !important;
  border: none !important;
  color: #ffffff !important;
  width: 100% !important;
  outline: none !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  letter-spacing: 0.5px !important;
}

header .header-search-input::placeholder {
  color: rgba(255, 255, 255, 0.8) !important;
}

header .search-icon-btn {
  font-size: 16px !important;
  margin-left: 10px !important;
  color: rgba(255, 255, 255, 0.7) !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
}

.header-search-box:focus-within .search-icon-btn {
  color: #158baf !important;
}

header .search-icon-btn:hover {
  opacity: 0.7 !important;
}

/* Scrolled Header Overrides */
.scroll-show-header .header-search-box {
  border-color: rgba(35, 52, 151, 0.3) !important;
  background-color: rgba(35, 52, 97, 0.03) !important;
}

.scroll-show-header .header-search-box:focus-within {
  border-color: #158baf !important;
  background-color: #fff !important;
}

.scroll-show-header .header-search-input {
  color: #1553a4 !important;
}

.scroll-show-header .header-search-input::placeholder {
  color: rgba(35, 52, 97, 0.6) !important;
}

.scroll-show-header .search-icon-btn {
  color: #1553a4 !important;
}

.scroll-show-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  color: #1553a4;
  display: flex;
  align-items: center;
  z-index: 9999;
  padding: 0.5rem 0;
}

.scroll-show-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.scroll-show-header .scroll-show-header-logo {
  width: 50px;
}

.scroll-show-header .scroll-show-header-logo .img-fluid {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.scroll-show-header .bottom-menu-links.d-flex.align-items-center {
  gap: 1rem;
}

.bottom-menu-links.scrolled {
  position: fixed !important;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  background-color: rgba(35, 52, 97, 0.6588235294);
  width: 100% !important;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  justify-content: end !important;
  height: 100px !important;
  align-items: center !important;
  padding-top: 20px !important;
  padding-bottom: 14px !important;
  transition: background-color 0.5s;
  z-index: 22000;
  padding-right: 5%;
}

.logo-wrapper.scrolled {
  position: fixed !important;
  left: 5%;
  top: 0;
  width: 250px !important;
  justify-content: center !important;
  align-items: center !important;
  padding-top: 0px !important;
  padding-bottom: 14px !important;
  z-index: 23000;
}

.header-bg-wrapper {
  height: 180px;
  position: absolute;
  overflow: visible;
  left: 0;
  margin: auto;
  right: 0;
  top: 0;
  background-image: url(../images/sky.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
  background-color: #011b5a;
}

.slide {
  margin: auto;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.slide .main-slider {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.slide .main-slider .owl-stage-outer {
  height: 100%;
}

.slide .main-slider .owl-stage {
  height: 100%;
}

.slide .main-slider .owl-item {
  height: 100%;
}

.slide .main-slider .owl-nav {
  display: none;
}

.slide .main-slider .owl-dots {
  position: absolute;
  bottom: 60px;
  left: 5rem;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  gap: 0.3px;
  z-index: 9999;
  color: #0169f3 !important;
  min-width: 150px;
}

.slide .main-slider .owl-dots button {
  border: none !important;
  outline: none !important;
}

.slide .main-slider .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #0169f3 !important;
  margin: 3px !important;
  cursor: pointer;
}

.slide .main-slider .owl-dots .owl-dot.active span {
  width: 100px;
  transition: width 0.5s;
  height: 10px;
  border-radius: 5px;
  background-color: #0169f3 !important;
}

.slide .main-slider .item {
  width: 100%;
  height: 100%;
  position: relative !important;
  z-index: 2;
  overflow: hidden;
}

.slide .main-slider .item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(30, 52, 108, 0.7411764706);
  z-index: 2;
}

.slide .main-slider .item .img-fluid {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  animation: imgZoom 9s infinite alternate linear;
}

.slide .main-slider .item video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.slide .main-slider .item .absolute-slide-content {
  position: absolute;
  bottom: 100px;
  left: 30px;
  font-family: "Barlow Condensed", sans-serif;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  z-index: 9999;
  transform: translateX(50px);
  transition: all 0.5s;
}

.slide-scroll-down {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99999;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
  animation: scrollFloating 2s infinite ease-in-out;
  transition: all 0.3s ease;
}

.slide-scroll-down span {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-family: "Barlow Condensed", sans-serif;
}

.slide-scroll-down img {
  width: 35px;
  height: auto;
  display: block;
}

.slide-scroll-down:hover {
  bottom: 45px;
}

@keyframes scrollFloating {

  0%,
  100% {
    transform: translateX(-50%) translateY(0);
  }

  50% {
    transform: translateX(-50%) translateY(8px);
  }
}

.slide .main-slider .item .big-slide-title {
  font-size: 80px;
  font-weight: 900;
  letter-spacing: 2px;
  margin-bottom: 6px;
  z-index: 9999;
}

.slide .main-slider .item .slide-sub-title {
  font-size: 40px;
  font-style: italic;
  font-weight: 800;
  letter-spacing: 1px;
  z-index: 9999;
}

.slide .slider-navigation-links {
  position: absolute;
  top: 55%;
  width: 20%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
}

.slide .slider-navigation-links .slider-navigation-wrapper-relative {
  width: 100%;
}

.slide .slider-navigation-links .slider-navigation-wrapper-relative .nav-link {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  gap: 10px;
  padding-left: 40px;
  position: relative;
  overflow: visible !important;
  cursor: pointer;
}

.slide .slider-navigation-links .slider-navigation-wrapper-relative .nav-link .circle-img-wrapper {
  width: 60px;
  height: 60px;
  border: 3px solid #566775;
  border-radius: 50%;
  z-index: 500;
}

.slide .slider-navigation-links .slider-navigation-wrapper-relative .nav-link .nav-link-text {
  font-size: 13px;
  max-width: 15ch;
  line-height: 1.4;
  overflow-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: 600;
  color: #1553a4;
  z-index: 500;
  overflow: hidden;
  text-align: center;
  opacity: 0;
  transform: translateY(-10px);
  transition: 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}

.slide .slider-navigation-links .slider-navigation-wrapper-relative .nav-link .nav-link-text.show {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.2s;
}

.slide .slider-navigation-links .slider-navigation-wrapper-relative .nav-link img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}

.nav-indicator {
  position: absolute;
  left: 0;
  margin-top: -7%;
  height: 100px !important;
  background-color: #f6f7f9;
  transition: all 0.7s;
  width: 100%;
  z-index: -1;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

.nav-indicator:before {
  content: "";
  background-image: url(../images/vectorup.png);
  top: -49px;
  left: -0.5px;
  width: 100px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
  height: 50px;
  position: absolute;
}

.nav-indicator:after {
  content: "";
  background-image: url(../images/vectordown.png);
  bottom: -48px;
  left: -0.5px;
  width: 100px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
  height: 50px;
  position: absolute;
}

@keyframes imgZoom {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.05) rotate(1deg);
  }
}

.reels {
  min-height: 70vh;
  padding-top: 30px;
  font-family: "Barlow Condensed", sans-serif;
}

.reels .reels-header.relative {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.reels .reels-header.relative .absolute-instagram-link {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
}

.reels .reels-header.relative .absolute-instagram-link a {
  border-radius: 24px;
  background-color: #e2e6ea;
  padding: 0.8rem 1.7rem;
  display: flex;
  font-size: 11px;
  font-weight: 600;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #1553a4;
  font-family: "Quicksand", sans-serif;
  transition: 0.4s ease;
  gap: 8px;
}

.reels .reels-header.relative .absolute-instagram-link a:hover {
  background-color: #82b453;
  color: #fff;
}

.reels .reels-header.relative .absolute-instagram-link a:hover .fa-brands.fa-instagram {
  color: #fff;
  transition: 0.4s ease;
}

.reels .reels-header.relative .absolute-instagram-link .fa-brands.fa-instagram {
  color: #3ab87d;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 40px;
}

.reels .reels-header.relative .absolute-instagram-link .link-text {
  max-width: 18ch;
  line-height: 14px;
}

.reels .reels-slider-wrapper {
  padding-top: 30px;
}

.reels .reels-slider-wrapper .reels-slider .owl-nav {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.reels .reels-slider-wrapper .reels-slider .owl-nav .owl-prev {
  position: absolute;
  left: -50px;
  color: #1553a4;
  border: 1px solid #1553a4;
  padding: 1rem 0.5rem !important;
  border-radius: 6px;
  transition: 0.4s;
}

.reels .reels-slider-wrapper .reels-slider .owl-nav .owl-prev:hover {
  background-color: #82b453 !important;
  color: #fff !important;
  border: 1px solid rgba(0, 0, 0, 0);
}

.reels .reels-slider-wrapper .reels-slider .owl-nav .owl-next {
  position: absolute;
  right: -50px;
  color: #1553a4;
  border: 1px solid #1553a4;
  padding: 1rem 0.5rem !important;
  border-radius: 6px;
  transition: 0.4s;
}

.reels .reels-slider-wrapper .reels-slider .owl-nav .owl-next:hover {
  background-color: #82b453 !important;
  color: #fff !important;
  border: 1px solid rgba(0, 0, 0, 0);
}

.reels .reels-slider-wrapper .reels-slider .item {
  height: 420px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

.reels .reels-slider-wrapper .reels-slider .item:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgb(35 52 97 / 21%);
  pointer-events: none;
}

.reels .reels-slider-wrapper .reels-slider .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 20px;
}

.reels .reels-slider-wrapper .reels-slider .item video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
}

.reels .reels-slider-wrapper .reels-slider .item .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate(-50%, -50%);
  border: none;
  outline: none;
  background-color: rgba(0, 0, 0, 0) !important;
  z-index: 999;
  opacity: 0.7;
  display: flex;
  cursor: pointer;
  transition: 0.4s;
}

.reels .reels-slider-wrapper .reels-slider .item .play-btn img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 75px;
  height: 75px;
  -o-object-fit: contain !important;
  object-fit: contain !important;
}

.reels .reels-slider-wrapper .reels-slider .item .play-btn .stop-icon {
  filter: brightness(0) invert(1);
  display: none;
}

.reels .reels-slider-wrapper .reels-slider .item .like-footer {
  position: absolute;
  bottom: 0rem;
  left: 0rem;
  padding: 3rem 1rem;
  padding-bottom: 1.3rem;
  display: flex;
  letter-spacing: -1px;
  font-size: 11px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.916);
  font-family: monospace;
  z-index: 9999;
  width: 100%;
  display: flex;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.01));
  justify-content: space-between;
}

.reels .reels-slider-wrapper .reels-slider .item .like-footer .other {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.reels .reels-slider-wrapper .reels-slider .item .like-footer * {
  display: flex;
  align-items: center;
  gap: 5px;
}

.reels .reels-slider-wrapper .reels-slider .item .sound-control {
  z-index: 9999;
  color: #fff;
  position: absolute;
  top: 10px;
  border: none;
  width: 40px;
  height: 40px;
  outline: none;
  background-color: rgba(0, 0, 0, 0.331) !important;
  right: 10px;
  border-radius: 50%;
  font-size: 20px;
  transition: 0.4s;
  display: none;
}

.reels .reels-slider-wrapper .reels-slider .item:hover .sound-control {
  display: block;
}

.reels .reels-slider-wrapper .reels-slider .item:hover .play-btn {
  display: block;
}

.header-big-title {
  font-size: 48px;
  font-weight: 900;
  color: #1553a4;
  line-height: 72px;
  font-family: "Barlow Condensed", sans-serif;
  margin-bottom: -7px;
}

.reels-sub-title {
  font-size: 24px;
  font-weight: 200;
  color: #a2a9bc;
  font-family: "Barlow Condensed", sans-serif;
  line-height: 36px;
}

.video-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  color: #fff;
}

.section-modal-video-player {
  width: 100vw;
  height: 100vh;
  max-height: 100vh;
  overflow: hidden;
  background-color: #1553a4;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 12000;
  display: none;
}

.section-modal-video-player .close-icon {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background-color: #fff;
  color: #1553a4;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.section-modal-video-player .relative-areas {
  width: 100%;
  height: 100%;
  padding: 60px;
}

.section-modal-video-player .relative-areas .modal-video-wrapper {
  display: flex;
  align-items: start;
  width: 100%;
  height: 100%;
}

.section-modal-video-player .relative-areas .modal-video-wrapper .video-wrapper {
  width: 70%;
  overflow: hidden;
}

.section-modal-video-player .relative-areas .modal-video-wrapper .other-videos {
  width: 30%;
  background-color: rgba(3, 1, 45, 0.279);
  max-height: 75vh;
  padding: 2rem;
  overflow: hidden;
  border-radius: 30px;
}

.section-modal-video-player .relative-areas .modal-video-wrapper .other-videos .other-videos-scroll-h {
  overflow-y: auto !important;
  max-height: calc(75vh - 60px);
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.section-modal-video-player .relative-areas .modal-video-wrapper video {
  width: 96%;
  height: 70%;
  max-height: 75vh;
  background-color: #000 !important;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 40px;
}

.section-modal-video-player .relative-areas .modal-video-wrapper .video-title {
  font-size: 24px;
  font-weight: 900;
  color: #ddd;
  line-height: 36px;
  padding-top: 1rem;
  padding-left: 1rem;
}

.section-modal-video-player .relative-areas .modal-video-wrapper .other-video {
  display: flex;
  align-items: start;
}

.section-modal-video-player .relative-areas .modal-video-wrapper .other-video video {
  width: 110px;
  min-width: 110px;
  height: 140px;
  border-radius: 20px;
  -o-object-fit: cover;
  object-fit: cover;
}

.section-modal-video-player .relative-areas .modal-video-wrapper .other-video .other-video-title {
  font-size: 14px;
  font-weight: 900;
  color: #ddd;
  line-height: 20px;
  padding-top: 1rem;
  padding-left: 1rem;
}

.section-shortcuts {
  color: #1553a4;
  margin-top: 20px;
  max-width: 100vw;
  overflow: hidden;
  margin-left: auto !important;
}

.section-shortcuts .shortcuts-slider {
  transform: translateX(7%);
}

.section-shortcuts .shortcuts-slider .owl-stage {
  height: 150px;
  display: flex;
  align-items: center;
  padding-left: 3px;
}

.section-shortcuts .shortcuts-slider .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -5px;
  left: -50px;
  gap: 0.2rem;
  display: flex;
  flex-direction: column;
}

.section-shortcuts .shortcuts-slider .owl-nav .owl-prev {
  background-color: #1553a4;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-bottom: -3px;
}

.section-shortcuts .shortcuts-slider .owl-nav .owl-prev:hover {
  background-color: #82b453 !important;
  color: #fff !important;
  border: 1px solid rgba(0, 0, 0, 0);
}

.section-shortcuts .shortcuts-slider .owl-nav .owl-next {
  background-color: #1553a4;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-bottom: -3px;
}

.section-shortcuts .shortcuts-slider .owl-nav .owl-next:hover {
  background-color: #82b453 !important;
  color: #fff !important;
  border: 1px solid rgba(0, 0, 0, 0);
}

.section-shortcuts .shortcuts-slider .item {
  cursor: pointer;
}

.section-shortcuts .shortcuts-slider .item a {
  width: 100%;
  height: 100%;
  display: flex;
  padding: 1.4rem 1rem;
  border-radius: 24px;
  align-items: center;
  max-height: 80px;
  min-height: 80px;
  font-size: 13px;
  line-height: 18px;
  gap: 10px;
  justify-content: center;
  background-color: #fff !important;
  color: #1553a4;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.03) !important;
  transition: 0.4s;
}

.section-shortcuts .shortcuts-slider .item a:hover {
  max-height: 150px !important;
}

.section-shortcuts .shortcuts-slider .item a .icon {
  color: #82b453;
  font-size: 24px;
  transition: 0.4s;
}

.section-shortcuts .shortcuts-slider .item a .text .bold-text {
  font-weight: 600;
}

.section-shortcuts .shortcuts-slider .item a:hover {
  background-color: #1553a4 !important;
  color: #fff;
  padding: 2rem 1rem;
}

@media (min-width: 1700px) {
  .section-shortcuts {
    padding-left: 10% !important;
  }
}

.section-news {
  /* min-height: 80vh; */
  margin-top: 0px;
  padding-left: 0 !important;
  padding-right: 0 !important;
  overflow: hidden !important;
}

.section-news .section-news-header {
  padding: 0.8rem;
}

.section-news .row.news-row {
  height: 100%;
}

.section-news .row.news-row .col-12.col-lg-9 {
  position: relative;
}

.section-news .row.news-row .col-12.col-lg-9 .col-12.col-lg-8 {
  /*  margin-top: 2.2rem; */
}

.section-news .row.news-row .col-12.col-lg-9 .col-12.col-lg-8 .section-news-slider.owl-carousel.owl-theme .owl-dots {
  position: absolute;
  bottom: 60px;
  left: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.3px;
  z-index: 9999;
  color: #0169f3 !important;
  min-width: 150px;
}

.section-news .row.news-row .col-12.col-lg-9 .col-12.col-lg-8 .section-news-slider.owl-carousel.owl-theme .owl-dots button {
  border: none !important;
  outline: none !important;
}

.section-news .row.news-row .col-12.col-lg-9 .col-12.col-lg-8 .section-news-slider.owl-carousel.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff !important;
  margin: 3px !important;
  cursor: pointer;
}

.section-news .row.news-row .col-12.col-lg-9 .col-12.col-lg-8 .section-news-slider.owl-carousel.owl-theme .owl-dots .owl-dot.active span {
  width: 100px;
  transition: width 0.5s;
  height: 10px;
  border-radius: 5px;
  background-color: #fff !important;
}

.section-news .row.news-row .col-12.col-lg-9 .col-12.col-lg-8 .section-news-slider.owl-carousel.owl-theme .item {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  overflow: hidden;
}

.section-news .row.news-row .col-12.col-lg-9 .col-12 {
  color: #1553a4;
  display: flex;
  flex-direction: column;
  gap: 7px;
  /* margin-top: 2rem; */
}

.section-news .row.news-row .slider-senkron-card-item {
  color: #1553a4;
  background-color: #e9ebf1;
  height: 20%;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 20px;
  transition: 0.4s;
  overflow: hidden;
  gap: 7px;
  position: relative;
}

.section-news .row.news-row .slider-senkron-card-item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #c5abc3;
  z-index: 0;
  transition: 0.4s;
}

.section-news .row.news-row .slider-senkron-card-item .date {
  font-size: 12px;
  font-weight: 600;
  color: rgba(35, 52, 97, 0.6);
  transition: 0.4s;
  z-index: 5;
}

.section-news .row.news-row .slider-senkron-card-item .title {
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  z-index: 5;
}

.section-news .row.news-row .slider-senkron-card-item:hover {
  color: #fff !important;
}

.section-news .row.news-row .slider-senkron-card-item:hover .date {
  color: #fff !important;
}

.section-news .row.news-row .slider-senkron-card-item:hover:after {
  width: 100%;
}

.section-news .row.news-row .slider-senkron-card-item:hover:after:not(:hover) {
  height: 0%;
  transition: 0.4s;
  transition-delay: 0.4s;
}

.section-news .row.news-row .absolute-news-category-links {
  color: #1553a4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 35px;
  width: 100%;
  height: 60px;
}

.section-news .row.news-row .absolute-news-category-links .categories {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: #3ab87d;
  padding: 1.2rem 2rem !important;
  padding-left: 4.5rem !important;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  gap: 20px;
  width: 83%;
  height: 100%;
}

.section-news .row.news-row .absolute-news-category-links .categories .link-item {
  color: #fff;
  font-size: 11.5px;
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
  transition: 0.4s;
}

.section-news .row.news-row .absolute-news-category-links .categories .link-item .link-icon {
  font-size: 10px;
}

.section-news .row.news-row .col-12.col-lg-9 .absolute-news-category-links .categories .link-item .fa-solid.fa-chevron-right {
  transition: 0.4s;
}

.section-news .row.news-row .col-12.col-lg-9 .absolute-news-category-links .categories .link-item:hover {
  color: rgba(255, 255, 255, 0.6);
}

.section-news .row.news-row .col-12.col-lg-9 .absolute-news-category-links .categories .link-item:hover .fa-solid.fa-chevron-right {
  transform: translateX(3px);
}

.section-news .row.news-row .col-12.col-lg-9 .absolute-news-category-links .all-news-link {
  background-color: #d5b067;
  padding: 1.2rem 2rem !important;
  color: #fff;
  font-size: 11.5px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  border-radius: 12px;
  transition: 0.4s;
  width: 16%;
  height: 100%;
  cursor: pointer;
  gap: 6px;
}

.section-news .row.news-row .col-12.col-lg-9 .absolute-news-category-links .all-news-link:hover {
  background-color: #0169f3;
}

.section-news .row.news-row .col-12.col-lg-9 .absolute-news-category-links .all-news-link .link-icon {
  font-size: 10px;
}

.section-news .row.news-row .col-12.col-lg-3 .mayor-card-relative {
  color: #1553a4;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.section-news .row.news-row .col-12.col-lg-3 .mayor-card-relative img {
  width: 85%;
  max-height: 70%;
  margin-left: auto !important;
  margin-top: -80px;
}

.section-news .row.news-row .col-12.col-lg-3 .mayor-card-relative .mayor-card {
  width: 100%;
  height: 100%;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
}

.section-news .row.news-row .col-12.col-lg-3 .mayor-card-relative .mayor-card .mayor-social-links {
  position: absolute;
  bottom: -17px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding-left: 80px;
}

.section-news .row.news-row .col-12.col-lg-3 .mayor-card-relative .mayor-card .mayor-social-links a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 6px;
  background-color: #3ab87d;
  color: #fff;
  font-size: 17px;
  transition: 0.3s;
}

.section-news .row.news-row .col-12.col-lg-3 .mayor-card-relative .mayor-card .mayor-social-links .fa-brands.fa-instagram {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}

.section-news .row.news-row .col-12.col-lg-3 .mayor-card-relative .mayor-card .mayor-social-links .fa-brands.fa-facebook {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}

.section-news .row.news-row .col-12.col-lg-3 .mayor-card-relative .mayor-card .mayor-card-body .card-nav {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.section-news .row.news-row .col-12.col-lg-3 .mayor-card-relative .mayor-card .mayor-card-body a {
  display: flex;
  align-items: center;
  font-size: 13px;
  font-weight: 600;
  gap: 8px;
}

.section-news .row.news-row .col-12.col-lg-3 .mayor-card-relative .mayor-card .mayor-card-body a .icon-chevron-right {
  width: 24px;
  height: 24px;
  border-radius: 12px;
  border: 1px solid #82b453;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #82b453;
}

.section-news .row.news-row .col-12.col-lg-3 .mayor-card-relative .mayor-card .mayor-card-body a:hover {
  color: #82b453;
}

.section-news .row.news-row .col-12.col-lg-3 .mayor-card-relative .mayor-card .mayor-card-body a:hover .icon-chevron-right {
  background-color: #82b453;
  color: #fff;
  transition: 0.4s;
}

.section-news .row.news-row .col-12.col-lg-9 {
  z-index: 0;
}

.mayor-social-links a:hover {
  background-color: #262f3f !important;
}

.section-islemler {
  min-height: 80vh;
  background-color: #262f3f;
  padding: 70px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}

.section-islemler .row {
  height: 100%;
  justify-content: space-between;
  margin: 0 !important;
  padding: 0 !important;
}

.section-islemler .row .col-6.col-md-12.col-lg-6 {
  position: relative;
  padding-right: 0 !important;
  margin-right: 0 !important;
}

.section-islemler .row .col-6.col-md-12.col-lg-6 .duyuru-slider {
  width: 100%;
  height: 100%;
}

.section-islemler .row .col-6.col-md-12.col-lg-6 .duyuru-slider .owl-nav {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
}

.section-islemler .row .col-6.col-md-12.col-lg-6 .duyuru-slider .owl-nav .owl-prev,
.section-islemler .row .col-6.col-md-12.col-lg-6 .duyuru-slider .owl-nav .owl-next {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #262f3f;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  transition: 0.4s;
  border: none;
  outline: none;
}

.section-islemler .row .col-6.col-md-12.col-lg-6 .duyuru-slider .owl-nav .owl-prev:hover,
.section-islemler .row .col-6.col-md-12.col-lg-6 .duyuru-slider .owl-nav .owl-next:hover {
  background-color: #e2e6ea;
  color: #262f3f;
}

.section-islemler .row .col-6.col-md-12.col-lg-6 .duyuru-slider .owl-nav .owl-prev {
  margin-left: -30px;
}

.section-islemler .row .col-6.col-md-12.col-lg-6 .duyuru-slider .owl-nav .owl-next {
  margin-right: -30px;
}

.section-islemler .row .col-6.col-md-12.col-lg-6 .item {
  width: 100%;
  height: 100%;
  background-color: red;
  border-radius: 20px !important;
}

.section-islemler .row .col-6.col-md-12.col-lg-6 .item img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.section-islemler .owl-dots {
  width: 100%;
  display: flex;
  justify-content: space-between;
  z-index: 9999;
  height: auto;
  height: 90px;
}

#carousel-custom-dots {
  text-align: center;
  z-index: 9999;
  max-width: 100%;
  overflow: hidden !important;
}

#carousel-custom-dots .owl-dot {
  display: inline-block;
  margin: 0 5px;
  flex: 1 1 18% !important;
  min-width: 18.6% !important;
  overflow: hidden;
  transition: all 0.3s ease;
  border-radius: 10px;
  border: 2px solid rgba(0, 0, 0, 0);
  cursor: pointer;
}

#carousel-custom-dots .owl-dot.active {
  border: 2px solid #3ab87d !important;
}

#carousel-custom-dots .owl-dot img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.4s;
}

#carousel-custom-dots .owl-dot:hover img {
  transform: scale(1.1);
}

.tab-header {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 1rem;
  margin-bottom: 2rem;
}

.tab-header .tab-header-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background-color: #fff;
  color: #1553a4;
  position: relative;
  padding: 1rem 1.2rem;
  font-size: 13px;
  font-weight: 600;
  border-radius: 15px;
  transition: 0.4s;
  min-width: 155px;
  cursor: pointer;
  position: relative;
}

.tab-header .tab-header-item.active {
  background-color: #82b453;
  color: #fff;
}

.tab-header .tab-header-item.active:hover:after {
  border-top: 10px solid #38465e;
}

.tab-header .tab-header-item.active:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  transition: 0.4s;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 10px solid rgba(0, 0, 0, 0);
  border-right: 10px solid rgba(0, 0, 0, 0);
  border-top: 10px solid #82b453;
}

.tab-header .tab-header-item:hover {
  background-color: #38465e;
  color: #fff;
}

.tab-content-wrapper {
  margin-bottom: 2rem;
}

.tab-content-wrapper .tab-content {
  width: 100%;
}

.tab-content-wrapper .tab-content .tab-links {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.tab-content-wrapper .tab-content .tab-links .tab-link-item {
  flex: calc((100% - 4rem) / 4);
  min-height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid rgba(162, 169, 188, 0.5);
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  transition: 0.4s;
}

.tab-content-wrapper .tab-content .tab-links .tab-link-item:hover {
  background-color: #38465e;
  color: #82b453 !important;
  border: 1px solid rgba(0, 0, 0, 0);
}

.tab-content-wrapper .tab-content .tab-links .text .bold {
  font-weight: 600;
  margin-bottom: 0.3rem;
}

.tab-content-wrapper .tab-content .tab-links .text .thin {
  font-weight: 300;
}

.tab-content-wrapper .tab-content .tab-links .tab-link-item .icon {
  font-size: 20px !important;
}

.tab-sub-banner {
  height: 150px;
}

.tab-sub-banner .banner-wrapper.relative {
  height: 100%;
  position: relative;
  background-color: #3ab87d;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 30px;
  gap: 6px;
}

.tab-sub-banner .banner-wrapper.relative .banner-title {
  font-size: 34px;
  font-weight: 300;
  transition: 0.4s;
}

.tab-sub-banner .banner-wrapper.relative .banner-title strong {
  font-weight: bold;
}

.tab-sub-banner .banner-wrapper.relative .banner-text {
  font-weight: 200 !important;
  line-height: 20px;
  font-size: 14px;
  max-width: 70%;
  transition: 0.4s;
}

.tab-sub-banner .banner-wrapper.relative .absolute-card-img {
  position: absolute;
  top: 50%;
  right: -100px;
  transition: 0.4s;
  transform: translateY(-50%) rotate(0);
}

.tab-sub-banner .banner-wrapper.relative .absolute-card-img img {
  width: 250px;
}

.tab-sub-banner .banner-wrapper.relative .banner-icon {
  width: 24px;
  height: 24px;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: 0.4s;
}

.tab-sub-banner:hover {
  cursor: pointer;
}

.tab-sub-banner:hover .banner-icon {
  transform: translateX(6px);
}

.tab-sub-banner:hover .banner-title {
  letter-spacing: 4px !important;
}

.tab-sub-banner:hover .absolute-card-img {
  transform: translateY(-50%) rotate(30deg) !important;
}

.tab-sub-banner:hover .banner-text {
  letter-spacing: 0.3px !important;
}

.tab-content-wrapper {
  position: relative;
  min-height: 220px;
}

.section-islemler .tab-content {
  position: absolute;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
}

.section-islemler .tab-content.show {
  opacity: 1 !important;
  transition: 0.8s !important;
  visibility: visible !important;
  transform: translateY(0px) !important;
}

.section-duyurular {
  margin-top: 120px;
}

.section-duyurular .tab-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 2rem;
}

.section-duyurular .tab-header .tab-links {
  gap: 1rem;
}

.section-duyurular .tab-header .tab-header-item-duyuru {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background-color: #fff;
  color: #1553a4;
  position: relative;
  padding: 1rem 1.2rem;
  font-size: 13px;
  font-weight: 600;
  border-radius: 15px;
  transition: 0.4s;
  min-width: 155px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.02) !important;
  cursor: pointer;
  position: relative;
}

.section-duyurular .tab-header .tab-header-item-duyuru.active {
  background-color: #82b453;
  color: #fff;
}

.section-duyurular .tab-header .tab-header-item-duyuru.active:hover:after {
  border-top: 10px solid #38465e;
}

.section-duyurular .tab-header .tab-header-item-duyuru.active:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  transition: 0.4s;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 10px solid rgba(0, 0, 0, 0);
  border-right: 10px solid rgba(0, 0, 0, 0);
  border-top: 10px solid #82b453;
}

.section-duyurular .tab-header .tab-header-item-duyuru:hover {
  background-color: #38465e;
  color: #fff;
}

.section-duyurular .tab-header .all-links {
  color: #1553a4;
  font-size: 13px;
  font-weight: 600;
  display: flex;
  align-items: center;
}

.section-duyurular .tab-header .all-links i {
  font-size: 10px;
  margin-top: -2px;
  transition: 0.4s;
}

.section-duyurular .tab-header .all-links:hover a {
  transition: 0.4s;
  color: #82b453 !important;
}

.section-duyurular .tab-header .all-links:hover a i {
  transform: translateX(5px);
}

.section-duyurular .tab-content-wrapper {
  margin-bottom: 2rem;
}

.section-duyurular .tab-content-wrapper .tab-content-duyuru {
  width: 100%;
}

.section-duyurular .tab-content-wrapper {
  position: relative;
  min-height: 220px;
}

.section-duyurular .tab-content-duyuru {
  position: absolute;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
}

.section-duyurular .tab-content-duyuru.show {
  opacity: 1 !important;
  transition: 0.8s !important;
  visibility: visible !important;
  transform: translateY(0px) !important;
}

.tab-content-slider-duyuru.owl-carousel.owl-theme .owl-stage {
  padding: 1rem 0;
}

.tab-content-slider-duyuru.owl-carousel.owl-theme .item {
  background-color: #fff;
  color: #1553a4;
  padding: 1rem 2rem;
  min-height: 100px;
  max-height: 100px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
  transition: 0.4s;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.02) !important;
}

.tab-content-slider-duyuru.owl-carousel.owl-theme .item .item-title {
  font-size: 13px;
  line-height: 20px;
  font-weight: 600;
  text-overflow: unset;
  white-space: nowrap;
  text-wrap: wrap;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.tab-content-slider-duyuru.owl-carousel.owl-theme .item .item-footer.d-flex.align-items-center {
  justify-content: start;
  gap: 12px;
}

.tab-content-slider-duyuru.owl-carousel.owl-theme .item .item-footer.d-flex.align-items-center .date {
  font-size: 12px;
  color: #82b453;
}

.tab-content-slider-duyuru.owl-carousel.owl-theme .item:hover {
  background-color: #262f3f;
  color: #fff;
}

.card-box-wrapper.d-flex.align-items-center {
  color: #1553a4;
  gap: 10px;
  margin-top: -2.2rem;
  width: 100%;
  cursor: pointer;
}

.card-box-wrapper.d-flex.align-items-center .card-box-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: 0.4s;
  gap: 7px;
  border-radius: 10px;
  border: 2px solid rgba(162, 169, 188, 0.2);
  flex: 1 1 22.2222222222%;
  min-width: 22.2222222222% !important;
  min-height: 90px;
  padding: 0.6rem;
}

.card-box-wrapper.d-flex.align-items-center .card-box-item .icon-card i {
  font-size: 20px;
}

.card-box-wrapper.d-flex.align-items-center .card-box-item .text {
  font-size: 11px;
  font-weight: 600;
  line-height: 14px;
}

.card-box-wrapper.d-flex.align-items-center .card-box-item:hover {
  background-color: #262f3f;
  color: #fff;
}

.col-etkinlikler {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.etkinlikler-date-links.d-flex.align-items-center {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.etkinlikler-date-links.d-flex.align-items-center .date-link-group {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 80%;
}

.etkinlikler-date-links.d-flex.align-items-center .date-link-group a {
  background-color: #e9ebf1;
  color: #1553a4;
  font-weight: 600;
  padding: 0rem 2rem;
  border-radius: 10px;
  font-size: 13px;
  transition: 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16.6666666667%;
  min-height: 3rem;
}

.etkinlikler-date-links.d-flex.align-items-center .date-link-group a:hover {
  background-color: #82b453;
  color: #fff;
}

.etkinlikler-date-links.d-flex.align-items-center .get-all-dates.d-flex.align-items-center {
  background-color: #262f3f;
  color: #fff;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 1rem;
  border-radius: 10px;
  transition: 0.4s;
  font-size: 13px;
  transition: 0.4s;
  width: 19%;
}

.etkinlikler-date-links.d-flex.align-items-center .get-all-dates.d-flex.align-items-center:hover {
  background-color: #82b453;
  color: #fff;
}

.etkinlikler-slider.owl-carousel.owl-theme .owl-nav {
  display: flex;
  justify-content: center;
  align-items: center;
}

.etkinlikler-slider.owl-carousel.owl-theme .owl-nav .owl-prev,
.etkinlikler-slider.owl-carousel.owl-theme .owl-nav .owl-next {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #262f3f !important;
  transition: 0.4s;
  border: none;
  outline: none;
}

.etkinlikler-slider.owl-carousel.owl-theme .owl-nav .owl-prev:hover,
.etkinlikler-slider.owl-carousel.owl-theme .owl-nav .owl-next:hover {
  background-color: #82b453 !important;
}

.etkinlikler-slider.owl-carousel.owl-theme .item {
  cursor: pointer;
  width: 100%;
  height: 100%;
  height: -moz-max-content;
  height: max-content;
}

.etkinlikler-slider.owl-carousel.owl-theme .item:hover img {
  transform: scale(1.05) !important;
}

.etkinlikler-slider.owl-carousel.owl-theme .item:hover .etkinlik-info.d-flex.flex-column {
  background-color: rgba(38, 47, 63, 0.0862745098);
}

.etkinlikler-slider.owl-carousel.owl-theme .item .img-wrapper {
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  height: 35%;
  min-height: 35%;
  max-height: 35%;
  margin-bottom: 8px;
}

.etkinlikler-slider.owl-carousel.owl-theme .item .img-wrapper img {
  width: 100%;

  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.4s;
  height: 160px;
}

.etkinlikler-slider.owl-carousel.owl-theme .item .etkinlik-info.d-flex.flex-column {
  transition: 0.4s;
  background-color: #fff;
  border-radius: 10px;
  padding: 1rem;
  min-height: 180px;
  overflow: hidden;
  justify-content: space-between;
  color: #1553a4;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.04);
}

.etkinlikler-slider.owl-carousel.owl-theme .item .etkinlik-info.d-flex.flex-column .etkinlik-title {
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 6px;
}

.etkinlikler-slider.owl-carousel.owl-theme .item .etkinlik-info.d-flex.flex-column .etkinlik-tag {
  font-weight: 500;
  color: #a2a9bc;
  font-size: 11px;
}

.etkinlikler-slider.owl-carousel.owl-theme .item .etkinlik-info.d-flex.flex-column .etkinlik-footer {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: space-between;
  align-items: end;
  margin-top: 1rem;
  gap: 10px;
  position: relative;
}

.etkinlikler-slider.owl-carousel.owl-theme .item .etkinlik-info.d-flex.flex-column .footer-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 12px;
}

.etkinlikler-slider.owl-carousel.owl-theme .item .etkinlik-info.d-flex.flex-column .footer-left .footer-title {
  font-size: 12px;
  font-weight: 600;
  width: 17ch;
}

.etkinlikler-slider.owl-carousel.owl-theme .item .etkinlik-info.d-flex.flex-column .footer-left .footer-date {
  font-size: 12px;
  font-weight: 500;
  color: #1553a4;
  display: flex;
  align-items: center;
  gap: 5px;
}

.etkinlikler-slider.owl-carousel.owl-theme .item .etkinlik-info.d-flex.flex-column .footer-left .footer-clock {
  font-size: 12px;
  font-weight: 500;
  color: #1553a4;
  display: flex;
  align-items: center;
  gap: 5px;
}

.etkinlikler-slider.owl-carousel.owl-theme .item .etkinlik-info.d-flex.flex-column .footer-left .date-icon {
  color: #82b453;
}

.etkinlikler-slider.owl-carousel.owl-theme .item .etkinlik-info.d-flex.flex-column .footer-left .date {
  font-weight: 300;
}

.etkinlikler-slider.owl-carousel.owl-theme .item .etkinlik-info.d-flex.flex-column .footer-left .clock-icon {
  color: #82b453;
}

.etkinlikler-slider.owl-carousel.owl-theme .item .etkinlik-info.d-flex.flex-column .footer-left .clock {
  font-weight: 300;
}

.etkinlikler-slider.owl-carousel.owl-theme .item .etkinlik-info.d-flex.flex-column .footer-right .map-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50px;
  height: 80px;
  background-color: rgba(58, 184, 125, 0.4);
  border-radius: 7px;
  text-align: center;
  transition: 0.4s;
}

.etkinlikler-slider.owl-carousel.owl-theme .item .etkinlik-info.d-flex.flex-column .footer-right .map-btn:hover .map-icon {
  font-size: 20px;
}

.etkinlikler-slider.owl-carousel.owl-theme .item .etkinlik-info.d-flex.flex-column .footer-right .map-btn:hover .map-text {
  color: #fff;
}

.etkinlikler-slider.owl-carousel.owl-theme .item .etkinlik-info.d-flex.flex-column .footer-right .map-text {
  padding: 7px;
  font-size: 9px;
  color: rgba(6, 49, 6, 0.7803921569);
  font-weight: 600;
  transition: 0.4s;
}

.etkinlikler-slider.owl-carousel.owl-theme .item .etkinlik-info.d-flex.flex-column .footer-right .map-icon {
  transition: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 7px;
  background-color: #3ab87d;
  width: 100%;
  height: 60%;
  color: #fff;
}

.col-egitimler {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin: 0 !important;
  padding: 0 !important;
}

.egitim-slider.owl-carousel.owl-theme {
  position: relative;
}

.egitim-slider.owl-carousel.owl-theme .owl-dots {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 2rem;
  width: 100%;
}

.egitim-slider.owl-carousel.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff !important;
  margin: 3px !important;
  cursor: pointer;
}

.egitim-slider.owl-carousel.owl-theme .owl-dots .owl-dot.active span {
  width: 100px;
  transition: width 0.5s;
  height: 10px;
  border-radius: 5px;
  background-color: #fff !important;
}

.egitim-slider.owl-carousel.owl-theme .item {
  background-color: #262f3f;
  padding: 1.3rem;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
  /*   padding-bottom: 100px; */
}

.egitim-slider.owl-carousel.owl-theme .item .img-wrapper img {
  border-radius: 10px;
  height: 200px;
  max-height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
}

.egitim-slider.owl-carousel.owl-theme .item .egitim-info.d-flex.flex-column {
  gap: 2rem;
}

.egitim-slider.owl-carousel.owl-theme .item .egitim-info.d-flex.flex-column .egitim-title {
  font-size: 16px;
  font-weight: 600;
  max-width: 18ch !important;
  line-height: 20px;
}

.egitim-slider.owl-carousel.owl-theme .item .egitim-info.d-flex.flex-column .egitim-footer.d-flex {
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
}

.egitim-slider.owl-carousel.owl-theme .item .egitim-info.d-flex.flex-column .footer-left {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.egitim-slider.owl-carousel.owl-theme .item .egitim-info.d-flex.flex-column .footer-left .footer-title {
  font-size: 13px;
  font-weight: 500;
}

.egitim-slider.owl-carousel.owl-theme .item .egitim-info.d-flex.flex-column .footer-left .footer-date {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
}

.egitim-slider.owl-carousel.owl-theme .item .egitim-info.d-flex.flex-column .footer-left .footer-date i {
  color: #82b453;
}

.egitim-slider.owl-carousel.owl-theme .item .egitim-info.d-flex.flex-column .footer-left .footer-clock {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
}

.egitim-slider.owl-carousel.owl-theme .item .egitim-info.d-flex.flex-column .footer-left .footer-clock i {
  color: #82b453;
}

.egitim-slider.owl-carousel.owl-theme .item .egitim-info.d-flex.flex-column .footer-right .detail-btn {
  border: 1px solid rgba(162, 169, 188, 0.5);
  display: flex;
  flex-direction: column;
  padding: 0.6rem;
  border-radius: 15px;
  gap: 7px;
  margin-top: -2rem;
  transition: 0.4s;
}

.egitim-slider.owl-carousel.owl-theme .item .egitim-info.d-flex.flex-column .footer-right .detail-btn:hover {
  background-color: rgba(58, 184, 125, 0.2);
  color: #fff;
  border: 1px solid rgba(0, 0, 0, 0);
}

.egitim-slider.owl-carousel.owl-theme .item .egitim-info.d-flex.flex-column .footer-right .detail-icon {
  transition: 0.4s;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(162, 169, 188, 0.5);
  border-radius: 50%;
  transition: 0.4s;
}

.egitim-slider.owl-carousel.owl-theme .item .egitim-info.d-flex.flex-column .footer-right .detail-text {
  font-size: 12px;
  max-width: 10ch;
  line-height: 17px;
  font-weight: 600;
}

.section-hizmetler {
  background-color: #fff;
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section-hizmetler .hizmetler-header {
  text-align: center;
}

.section-hizmetler .section-hizmetler-slider {
  margin-top: 50px !important;
}

.section-hizmetler .section-hizmetler-slider .owl-dots {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: -3rem;
  width: 100%;
}

.section-hizmetler .section-hizmetler-slider .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #3ab87d !important;
  margin: 3px !important;
  cursor: pointer;
}

.section-hizmetler .section-hizmetler-slider .owl-dots .owl-dot.active span {
  width: 100px;
  transition: width 0.5s;
  height: 10px;
  border-radius: 5px;
  background-color: #3ab87d !important;
}

.section-hizmetler .section-hizmetler-slider .owl-nav {
  position: absolute;
  top: -120px;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-hizmetler .section-hizmetler-slider .owl-nav .owl-prev,
.section-hizmetler .section-hizmetler-slider .owl-nav .owl-next {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  background-color: #e9ebf1;
  align-items: center;
  color: #262f3f !important;
  transition: 0.4s;
  border: none;
  outline: none;
}

.section-hizmetler .section-hizmetler-slider .owl-nav .owl-prev:hover,
.section-hizmetler .section-hizmetler-slider .owl-nav .owl-next:hover {
  background-color: #262f3f !important;
  color: #fff !important;
}

.section-hizmetler .section-hizmetler-slider .item {
  color: #1553a4;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  gap: 0.5rem;
}

.section-hizmetler .section-hizmetler-slider .item img {
  width: 100%;
  transition: 0.4s;
  min-height: 400px;
  object-fit: cover;
  border-radius: 20px;
}

.section-hizmetler .section-hizmetler-slider .item .hizmet-card-body.d-flex.align-items-center {
  padding: 1.4rem 1rem;
  border-radius: 0px 0px 20px 20px;
  justify-content: space-between;
  transition: 0.4s;
  width: 100%;
  position: absolute;
  bottom: 0;
  background-color: #1553a4c2;
  max-height: 100px;
  height: 100px;
}

.section-hizmetler .section-hizmetler-slider .item .hizmet-card-body.d-flex.align-items-center .card-text {
  display: flex;
  flex-direction: column;
  gap: 5px;
  max-width: 22ch;
}

.section-hizmetler .section-hizmetler-slider .item .hizmet-card-body.d-flex.align-items-center .card-text p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.section-hizmetler .section-hizmetler-slider .item .hizmet-card-body.d-flex.align-items-center .card-text .card-title {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  max-width: 15ch;
  line-height: 24px;
}

.section-hizmetler .section-hizmetler-slider .item .hizmet-card-body.d-flex.align-items-center .card-text .card-sub-title {
  font-size: 12px;
  font-weight: 600;
  color: #97a4c8;
  display: none;
  line-height: 14px;
}

.section-hizmetler .section-hizmetler-slider .item .hizmet-card-body.d-flex.align-items-center .icon {
  font-size: 11px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  color: #fff;
  transition: 0.4s;
}

.section-hizmetler .section-hizmetler-slider .item:hover img {
  filter: grayscale(75%);
}

.section-hizmetler .section-hizmetler-slider .item:hover .hizmet-card-body {
  background-color: #262f3f !important;
  color: #fff;
}

.section-hizmetler .section-hizmetler-slider .item:hover .icon {
  transform: translateX(5px);
}

.section-hizmetler .foot-brand-section.d-flex.flex-column.container {
  margin-top: 60px;
  z-index: 0;
}

.section-hizmetler .foot-brand-section.d-flex.flex-column.container .foot-sub-title {
  font-size: 50px;
  font-weight: 300;
  color: #262f3f;
  font-family: "Barlow Condensed", sans-serif;
}

.section-hizmetler .foot-brand-section.d-flex.flex-column.container .foot-text {
  font-size: 22px;
  font-weight: 200;
  color: #262f3f;
  max-width: 55ch;
  font-family: "Barlow Condensed", sans-serif;
  line-height: 30px;
  margin-top: 20px;
  margin-bottom: 30px;
}

.section-hizmetler .foot-brand-section.d-flex.flex-column.container .brand-btn a {
  width: 230px;
  height: 60px;
  border-radius: 10px;
  background-color: rgba(38, 47, 63, 0.8);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1rem;
  transition: 0.4s;
}

.section-hizmetler .foot-brand-section.d-flex.flex-column.container .brand-btn a .text {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}

.section-hizmetler .foot-brand-section.d-flex.flex-column.container .brand-btn a .icon {
  width: 23px;
  height: 23px;
  color: #82b453;
  border: 1px solid #82b453;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.4s;
}

.section-hizmetler .foot-brand-section.d-flex.flex-column.container .brand-btn a:hover {
  background-color: #262f3f;
}

.section-hizmetler .foot-brand-section.d-flex.flex-column.container .brand-btn a:hover .text {
  color: #fff;
}

.section-hizmetler .foot-brand-section.d-flex.flex-column.container .brand-btn a:hover .icon {
  transform: translateX(5px);
}

.section-hizmetler .section-hizmetler-body {
  width: 100%;
  height: 100vh;
  max-height: 100vh;
  overflow: hidden !important;
  margin-top: -108vh;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.section-hizmetler .tab-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 2rem;
}

.section-hizmetler .tab-header .tab-links {
  gap: 1rem;
}

@media (max-width: 500px) {
  .section-hizmetler .tab-header .tab-links {
    gap: 0.5rem;
  }

  .section-hizmetler .tab-header .tab-header-item-service {
    min-width: auto !important;
    gap: 8px !important;
    padding: 0.75rem !important;
    height: 50px;
  }
}

.section-hizmetler .tab-header .tab-header-item-service {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background-color: #1553a4;
  color: #fff;
  position: relative;
  padding: 1rem 1.2rem;
  font-size: 13px;
  font-weight: 600;
  border-radius: 15px;
  transition: 0.4s;
  min-width: 155px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.02) !important;
  cursor: pointer;
  position: relative;
}

.section-hizmetler .tab-header .tab-header-item-service.active {
  background-color: #82b453;
  color: #fff;
}

.section-hizmetler .tab-header .tab-header-item-service.active:hover:after {
  border-top: 10px solid #38465e;
}

.section-hizmetler .tab-header .tab-header-item-service.active:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  transition: 0.4s;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 10px solid rgba(0, 0, 0, 0);
  border-right: 10px solid rgba(0, 0, 0, 0);
  border-top: 10px solid #82b453;
}

.section-hizmetler .tab-header .tab-header-item-service:hover {
  background-color: #38465e;
  color: #fff;
}

.section-hizmetler .tab-header .all-links {
  color: #1553a4;
  font-size: 13px;
  font-weight: 600;
  display: flex;
  align-items: center;
}

.section-hizmetler .tab-header .all-links i {
  font-size: 10px;
  margin-top: -2px;
  transition: 0.4s;
}

.section-hizmetler .tab-header .all-links:hover a {
  transition: 0.4s;
  color: #82b453 !important;
}

.section-hizmetler .tab-header .all-links:hover a i {
  transform: translateX(5px);
}

.section-hizmetler .tab-content-wrapper .tab-content-service {
  width: 100%;
}

.section-hizmetler .tab-content-wrapper {
  position: relative;
  min-height: 570px;
  overflow: hidden;
}

.section-hizmetler .tab-content-service {
  position: absolute;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
}

.section-hizmetler .tab-content-service.show {
  opacity: 1 !important;
  transition: 0.8s !important;
  visibility: visible !important;
  transform: translateY(0px) !important;
}

.tab-content-service.show {
  width: 100%;
  display: flex;
  gap: 0.7rem;
}

.tab-content-service.show .tab-box.d-flex.flex-column {
  cursor: pointer;
  position: relative;
  gap: 0.3rem;
  flex: 1 1 calc(25% - 4rem);
}

.tab-content-service.show .tab-box.d-flex.flex-column:hover .box-card {
  background-color: #1553a4;
  color: #fff;
}

.tab-content-service.show .tab-box.d-flex.flex-column:hover img {
  transform: scale(1.1);
}

.tab-content-service.show .tab-box.d-flex.flex-column:hover video {
  transform: scale(1.1);
}

.tab-content-service.show .tab-box.d-flex.flex-column .img-wrapper {
  width: 100%;
  min-height: 400px;
  height: 400px;
  border-radius: 15px;
  overflow: hidden;
}

.tab-content-service.show .tab-box.d-flex.flex-column .img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.4s;
}

.tab-content-service.show .tab-box.d-flex.flex-column .img-wrapper video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.4s;
  -o-object-position: top;
  object-position: top;
}

.tab-content-service.show .tab-box.d-flex.flex-column .box-card {
  /* width: 100%; */
  height: 80px;
  /* background-color: #fff; */
  border-radius: 15px;
  /* color: #1553a4; */
  display: flex;
  transition: 0.4s;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  left: 1rem;
  width: auto;
  background-color: #12457a96;
  color: white;
  backdrop-filter: blur(2px);
}

.tab-content-service.show .tab-box.d-flex.flex-column .box-card .box-title {
  font-weight: 600;
  font-size: 13px;
  max-width: 20ch;
  text-align: center;
}

.tab-content-service.show .tab-box.d-flex.flex-column .box-card .fa-solid.fa-chevron-right {
  width: 18px;
  height: 18px;
  border: 1.5px solid #82b453;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #82b453;
  font-size: 10px;
}

.explore-btn {
  padding-top: 120px;
}

.explore-btn a {
  display: flex;
  align-items: center;
  font-size: 30px;
  font-weight: 300;
  color: #1553a4;
  font-family: "Barlow Condensed", sans-serif;
  background-color: rgba(255, 255, 255, 0.594);
  padding: 20px 40px;
  border-radius: 40px;
  border: 3px solid #fff;
  transition: 0.4s;
}

.explore-btn a .fa-solid.fa-hashtag {
  font-weight: 300;
  margin-top: 3px;
  font-size: 24px;
  transition:
    transform 0.4s 0.1s,
    color 0.4s 0s;
}

.explore-btn a .explore-btn-text {
  transition:
    transform 0.4s 0.1s,
    color 0.4s 0s;
}

.explore-btn a:hover {
  background-color: #1553a4;
  color: #fff;
  transform: scale(1.02) perspective(3px) translateY(-3px);
}

.explore-btn a:hover .explore-btn-text {
  transform: scale(1.03) translateY(-3px);
}

.explore-btn a:hover .fa-solid.fa-hashtag {
  transform: scale(1.03) translateX(-5px) translateY(-3px);
}

.section-social-links.container.d-flex.flex-column.align-items-center.justify-content-center {
  margin: 80px auto;
  gap: 50px;
}

.section-social-links.container.d-flex.flex-column.align-items-center.justify-content-center .social-links {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

.section-social-links.container.d-flex.flex-column.align-items-center.justify-content-center .social-links .social-link-item {
  background-color: #262f3f;
  width: 70px;
  height: 70px;
  border-radius: 8px;
  color: #fff;
  font-size: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease;
}

.section-social-links.container.d-flex.flex-column.align-items-center.justify-content-center .social-links .social-link-item i {
  transition: 0.3s ease;
}

.section-social-links.container.d-flex.flex-column.align-items-center.justify-content-center .social-links .social-link-item:hover {
  transform: scale(1.1);
}

.section-social-links.container.d-flex.flex-column.align-items-center.justify-content-center .social-links .social-link-item:hover i {
  transform: scale(1.4);
  color: #3ab87d;
}

.section-social-links.container.d-flex.flex-column.align-items-center.justify-content-center .support-mobile.d-flex.align-items-center.justify-content-center {
  color: #1553a4;
  font-family: "Barlow Condensed", sans-serif;
  gap: 10px;
}

.section-social-links.container.d-flex.flex-column.align-items-center.justify-content-center .support-mobile.d-flex.align-items-center.justify-content-center a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 30px;
}

.section-social-links.container.d-flex.flex-column.align-items-center.justify-content-center .support-mobile.d-flex.align-items-center.justify-content-center a i {
  transition: 0.4s;
}

.section-social-links.container.d-flex.flex-column.align-items-center.justify-content-center .support-mobile.d-flex.align-items-center.justify-content-center a .text {
  font-weight: 300;
  transition: 0.4s;
  margin-right: 20px;
}

.section-social-links.container.d-flex.flex-column.align-items-center.justify-content-center .support-mobile.d-flex.align-items-center.justify-content-center a strong {
  font-weight: 800;
}

.section-social-links.container.d-flex.flex-column.align-items-center.justify-content-center .support-mobile.d-flex.align-items-center.justify-content-center a:hover {
  color: #3ab87d;
}

.section-social-links.container.d-flex.flex-column.align-items-center.justify-content-center .support-mobile.d-flex.align-items-center.justify-content-center .qrcode {
  width: 100px;
  height: 100px;
  border-radius: 10px;
  background-color: #e9ebf1;
  padding: 1.2rem;
  transition: 0.4s;
  cursor: pointer;
}

.section-social-links.container.d-flex.flex-column.align-items-center.justify-content-center .support-mobile.d-flex.align-items-center.justify-content-center .qrcode img {
  transition: 0.4s;
}

.section-social-links.container.d-flex.flex-column.align-items-center.justify-content-center .support-mobile.d-flex.align-items-center.justify-content-center .qrcode:hover {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}

.section-social-links.container.d-flex.flex-column.align-items-center.justify-content-center .support-mobile.d-flex.align-items-center.justify-content-center .download-app-store a {
  background-color: #e9ebf1;
  width: 220px;
  height: 100px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 10px;
  transition: 0.3s ease;
  text-align: center;
}

.section-social-links.container.d-flex.flex-column.align-items-center.justify-content-center .support-mobile.d-flex.align-items-center.justify-content-center .download-app-store a:hover {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}

.section-social-links.container.d-flex.flex-column.align-items-center.justify-content-center .support-mobile.d-flex.align-items-center.justify-content-center .download-app-store .icon {
  font-size: 50px;
}

.section-social-links.container.d-flex.flex-column.align-items-center.justify-content-center .support-mobile.d-flex.align-items-center.justify-content-center .download-app-store .btn-text .small-text {
  font-size: 15px;
}

.section-social-links.container.d-flex.flex-column.align-items-center.justify-content-center .support-mobile.d-flex.align-items-center.justify-content-center .download-app-store .btn-text .big-text {
  font-size: 22px;
}

.loading-screen {
  background-color: #0b4da1;
  position: fixed;

  width: 100%;
  height: 100%;

  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  top: 0;
  gap: 2rem;
  z-index: 18000;
}

.loading-screen img {
  width: 230px;
}

.loading-screen .loading-text {
  display: flex;
  flex-direction: column;
  font-family: "Barlow Condensed", sans-serif;
  opacity: 0;
  animation: textAnimation 2s ease;
}

.loading-screen .loading-text .loading-big-title {
  font-size: 50px;
  font-weight: 800;
}

.loading-screen .loading-text .loading-small-title {
  font-size: 40px;
  font-weight: 300;
  letter-spacing: 3px;
}

@keyframes logoAnimation {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(3);
  }
}

@keyframes textAnimation {
  0% {
    opacity: 0;
    transform: translateX(-230px);
  }

  100% {
    opacity: 1;
    transform: translateX(-20px);
  }
}

.loader {
  width: 80px;
  aspect-ratio: 1;
  background:
    radial-gradient(farthest-side at top,
      rgba(0, 0, 0, 0) calc(100% - 21px),
      lightblue calc(100% - 20px) 99%,
      rgba(0, 0, 0, 0)) bottom/100% 50%,
    radial-gradient(farthest-side, lightblue 94%, rgba(0, 0, 0, 0)) left/20px 20px,
    radial-gradient(farthest-side, lightblue 94%, rgba(0, 0, 0, 0)) right/20px 20px;
  background-repeat: no-repeat;
  position: relative;
}

.loader::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  inset: auto 0 0;
  margin: auto;
  border-radius: 50%;
  background: orange;
  transform-origin: 50% -20px;
  animation: l14 1s infinite cubic-bezier(0.5, 623, 0.5, -623);
}

@keyframes l14 {
  100% {
    transform: rotate(0.5deg);
  }
}

.menu-overlay .menu-content-wrapper-relative {
  position: relative;
  width: 100%;
  padding-bottom: 80px;
}

.menu-overlay .menu-content-wrapper-relative .menu-header-seperator {
  min-height: 200px;
  width: 100%;
}

.menu-content-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
  padding: 0 40px !important;
}

.menu-content-links .menu-content-item {
  flex: 1 1 calc((100% - 12rem) / 5);
  max-width: calc(100% / 5);
  flex-direction: row-reverse;
  display: flex;
  align-items: center;
  justify-content: start;
  background-color: rgba(11, 77, 161, 0.431372549) !important;
  color: #dfdfdf;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.03) !important;
  font-size: 13px;
  transition: 0.3s;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  height: 80px;
  border-radius: 25px;
  padding-left: 0rem;
  overflow: hidden;
  gap: 20px;
}

.menu-content-links .menu-content-item .text {
  max-width: 80%;
  line-height: 18px;
  letter-spacing: 0.3px;
}

.menu-content-links .menu-content-item .icon {
  border-radius: 17px;
  min-width: 40px;
  height: 100%;
  display: flex;
  align-items: center;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6392156863);
  justify-content: center;
  background-color: rgba(28, 41, 75, 0.75) !important;
  border-left: 0;
  border-left: 0;
  transition: 0.4s;
}

.menu-content-links .menu-content-item:hover {
  background-color: rgba(35, 52, 97, 0.4) !important;
}

.menu-content-links .menu-content-item:hover .icon {
  min-width: 45px !important;
}

.menu-content {
  position: relative;
  width: 100%;
}

.menu-content .menu-content-view {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.menu-content-links .egitim-slider .owl-dots {
  bottom: 1rem !important;
  justify-content: start !important;
  padding-left: 1rem;
}

.col-3-title {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 1rem;
  color: rgba(255, 255, 255, 0.7);
  font-family: "Barlow Condensed", sans-serif;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  width: -moz-max-content;
  width: max-content;
}

.list-box {
  width: 100%;
  display: flex;
  align-items: start;
  gap: 1rem;
}

.list-box.kurumsal {
  margin-top: -1rem !important;
}

.list-box .list-box-item {
  flex: 1 1 33.3333333333%;
  background-color: rgba(11, 77, 161, 0.431372549) !important;
  border-radius: 15px;
  height: 350px;
  max-height: 350px;
  overflow: hidden;
}

.sub-list-box {
  width: 100%;
  display: flex;
  align-items: start;
  gap: 1rem;
  margin-top: 1rem;
}

.sub-list-box a {
  flex: 1 1 calc((100% / 4) - 12px);
  max-width: calc((100% / 4) - 12px);
  background-color: rgb(255 255 255 / 13%) !important;
  border-radius: 15px;
  height: 67px;
  max-height: 67px;
  overflow: hidden;
  font-size: 13px;
  display: flex;
  justify-content: start;
  padding-left: 1rem;
  align-items: center;
  gap: 10px;
  transition: 0.4s;
}

.sub-list-box a:hover {
  padding-left: 1.2rem;
}

.sub-list-box a i {
  width: 30px;
  height: 30px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
  transition: 0.3s;
}

.list-box .list-box-item .list-box-title {
  font-weight: 600;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  font-family: "Barlow Condensed", sans-serif;
  padding-bottom: 10px;
  padding: 1rem;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6392156863);
  background-color: rgba(28, 41, 75, 0.75) !important;
}

.list-box .list-box-item .list-box-items {
  display: flex;
  flex-direction: column;
  max-height: 80%;
  overflow-y: auto;
}

.list-box .list-box-item .list-box-items .menu-list-item {
  display: flex;
  padding: 1.3rem 1rem;
  font-size: 13px;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background-color: rgba(0, 0, 0, 0.05);
  gap: 7px;
  transition: 0.4s;
}

.list-box .list-box-item .list-box-items .menu-list-item:hover {
  background-color: rgba(58, 184, 125, 0.4) !important;
  color: #fff !important;
}

.list-box .list-box-item .list-box-items .menu-list-item:hover .icon {
  margin-left: 10px;
}

.list-box .list-box-item .list-box-items .menu-list-item:hover .text {
  letter-spacing: 1px;
}

.list-box .list-box-item .list-box-items .icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
}

.list-box .list-box-item .list-box-items .text {
  transition: 0.4s;
}

.list-box-items::-webkit-scrollbar {
  width: 5px;
}

.list-box-items::-webkit-scrollbar-track {
  background-color: rgba(58, 184, 125, 0.3);
  border-radius: 20px !important;
}

.list-box-items::-webkit-scrollbar-thumb {
  background-color: rgba(58, 184, 125, 0.8);
  border-radius: 20px !important;
}

.col-6.menu-news-col {
  margin: 0 !important;
  padding: 0 !important;
}

.col-6.menu-news-col .col-6-item-wrapper {
  width: 100%;
  padding-right: 20px;
}

.col-6.menu-news-col .col-6-item-wrapper .menu-news-slider.owl-carousel.owl-theme .owl-nav {
  position: absolute;
  top: -80px;
  left: 80px;
  display: flex !important;
  padding: 1rem;
  display: flex;
  height: -moz-max-content;
  height: max-content;
  z-index: 9999;
}

.col-6.menu-news-col .col-6-item-wrapper .menu-news-slider.owl-carousel.owl-theme .owl-nav .owl-prev,
.col-6.menu-news-col .col-6-item-wrapper .menu-news-slider.owl-carousel.owl-theme .owl-nav .owl-next {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 14px;
  margin: 0 5px;
  transition: 0.4s;
  border: none;
  outline: none;
}

.col-6.menu-news-col .col-6-item-wrapper .menu-news-slider.owl-carousel.owl-theme .owl-nav .owl-prev:hover,
.col-6.menu-news-col .col-6-item-wrapper .menu-news-slider.owl-carousel.owl-theme .owl-nav .owl-next:hover {
  background-color: rgba(35, 52, 97, 0.4);
}

.col-6.menu-news-col .col-6-item-wrapper .menu-news-slider.owl-carousel.owl-theme .owl-stage {
  padding: 1rem 0;
}

.col-6.menu-news-col .col-6-item-wrapper .menu-news-slider.owl-carousel.owl-theme .owl-item {
  opacity: 0.7;
  transition: 1s linear;
  filter: blur(0.3px);
}

.col-6.menu-news-col .col-6-item-wrapper .menu-news-slider.owl-carousel.owl-theme .owl-item.active.center {
  transform: scaleY(1.1) !important;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2) !important;
  opacity: 1;
  filter: blur(0);
}

.col-6.menu-news-col .col-6-item-wrapper .menu-news-slider.owl-carousel.owl-theme .item {
  width: 100%;
  background-color: rgba(11, 76, 161, 0.3058823529);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  padding: 7px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
  transition: 0.6s;
}

.col-6.menu-news-col .col-6-item-wrapper .menu-news-slider.owl-carousel.owl-theme .item .detail-icon {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  opacity: 0;
  transition: 0.4s;
  display: flex;
  justify-content: center;
  align-items: center;
}

.col-6.menu-news-col .col-6-item-wrapper .menu-news-slider.owl-carousel.owl-theme .item:hover .detail-icon {
  opacity: 1;
}

.col-6.menu-news-col .col-6-item-wrapper .menu-news-slider.owl-carousel.owl-theme .item a {
  font-family: "Quicksand", sans-serif !important;
  font-size: 12px;
}

.col-6.menu-news-col .col-6-item-wrapper .menu-news-slider.owl-carousel.owl-theme .item a .menu-news-img-wrapper {
  width: 100%;
  height: 50%;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 1rem;
}

.col-6.menu-news-col .col-6-item-wrapper .menu-news-slider.owl-carousel.owl-theme .item a .menu-news-img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.col-6.menu-news-col .col-6-item-wrapper .menu-news-slider.owl-carousel.owl-theme .item a .menu-news-title {
  margin-bottom: 1rem;
  line-height: 16px;
  font-weight: 600;
}

.col-6.menu-news-col .col-6-item-wrapper .menu-news-slider.owl-carousel.owl-theme .item a .menu-news-date {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.7);
  padding: 7px;
}

.col-6.menu-news-col .col-6-item-wrapper .menu-news-slider.owl-carousel.owl-theme .item a .menu-news-date .icon {
  color: rgba(58, 184, 125, 0.4);
}

.col-6.menu-news-col .col-6-item-wrapper .menu-news-slider.owl-carousel.owl-theme .item a:hover {
  color: #fff !important;
}

.col-6.menu-activities-col {
  margin: 0 !important;
  padding: 0 !important;
}

.col-6.menu-activities-col .owl-nav {
  position: absolute;
  top: -80px;
  left: 80px;
  display: flex !important;
  padding: 1rem;
  display: flex;
  height: -moz-max-content;
  height: max-content;
  z-index: 9999;
}

.col-6.menu-activities-col .owl-nav .owl-prev,
.col-6.menu-activities-col .owl-nav .owl-next {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 14px;
  margin: 0 5px;
  transition: 0.4s;
  border: none;
  outline: none;
}

.col-6.menu-activities-col .owl-nav .owl-prev:hover,
.col-6.menu-activities-col .owl-nav .owl-next:hover {
  background-color: rgba(35, 52, 97, 0.4);
}

.menu-activities-slider {
  margin-bottom: 1.7rem;
}

.menu-activities-slider .item {
  background-color: rgba(0, 0, 0, 0.2392156863);
  border-radius: 10px;
}

.menu-activities-slider .item .d-flex.align-items-center {
  height: 130px;
  gap: 10px;
}

.menu-activities-slider .item .d-flex.align-items-center .item-img-wrapper {
  width: 60%;
  height: 100%;
  overflow: hidden;
  border-radius: 6px;
}

.menu-activities-slider .item .d-flex.align-items-center .item-img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.menu-activities-slider .item .d-flex.align-items-center .item-body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 10px 0;
}

.menu-activities-slider .item .d-flex.align-items-center .item-body .item-title {
  width: -moz-max-content;
  width: max-content;
  max-width: 18ch;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.menu-activities-slider .item .d-flex.align-items-center .item-body .item-location {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.7);
}

.menu-activities-slider .item .d-flex.align-items-center .item-body .item-date {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.7);
}

.menu-activities-slider .item .d-flex.align-items-center .item-body .item-clock {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.7);
}

.menu-duyuru-slider.owl-carousel.owl-theme .item {
  height: 90px;
  background-color: rgba(255, 255, 255, 0.0901960784);
  color: rgba(255, 255, 255, 0.7294117647);
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

.menu-duyuru-slider.owl-carousel.owl-theme .item .absolute-icon {
  position: absolute;
  bottom: -1rem;
  pointer-events: none;
  right: 1rem;
  color: rgba(0, 0, 0, 0.1);
  font-size: 110px;
}

.menu-duyuru-slider.owl-carousel.owl-theme .item a {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  justify-content: center;
  padding: 1.3rem;
}

.menu-duyuru-slider.owl-carousel.owl-theme .item a:hover {
  background-color: rgba(0, 0, 0, 0.1);
  color: #fff !important;
}

.menu-duyuru-slider.owl-carousel.owl-theme .item a .menu-duyuru-title {
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  margin-bottom: 10px;
}

.menu-duyuru-slider.owl-carousel.owl-theme .item a .item-date {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  color: rgba(0, 0, 0, 0.5);
}

.menu-duyuru-slider.owl-carousel.owl-theme .item a .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgba(255, 255, 255, 0.7);
}

.menu-duyuru-slider.owl-carousel.owl-theme .item a .date {
  color: rgba(255, 255, 255, 0.7);
}

.guncel-menu-container {
  padding: 0 4% !important;
}

.guncel-menu-container .section-shortcuts {
  margin-top: -20px;
  position: absolute;
  width: 100vw;
  bottom: -120px;
  right: -40px;
}

.guncel-menu-container .section-shortcuts .shortcuts-slider {
  transform: translateX(4%) !important;
}

.guncel-menu-container .section-shortcuts .shortcuts-slider .item a {
  width: 100%;
  height: 100%;
  display: flex;
  padding: 1.4rem 1rem;
  border-radius: 15px !important;
  align-items: center;
  font-size: 13px;
  line-height: 18px;
  gap: 10px;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0) !important;
  color: #dfdfdf;
  background-color: rgba(11, 77, 161, 0.5) !important;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05) !important;
  transition: 0.4s;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

.guncel-menu-container .section-shortcuts .shortcuts-slider .item a:hover {
  background-color: #0b4da1 !important;
  padding: 2rem 1rem;
}

.guncel-menu-container .section-shortcuts .shortcuts-slider .item a i {
  color: #3ab87d;
}

.guncel-menu-container .section-shortcuts .item {
  border-radius: 15px !important;
}

.menu-overlay {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  right: 0;
  width: 100vw !important;
  background-color: #262f3f;
  background-image: url(../images/bgheader.png);
  background-blend-mode: multiply;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.4s,
    visibility 0.4s,
    height 0.4s;
  overflow: hidden;
  height: 0;
  will-change: opacity, visibility, height;
}

.menu-overlay .menu-overlay-absolue-img {
  display: none;
}

.menu-overlay.active {
  opacity: 1;
  visibility: visible;
}

.menu-content-wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.menu-content {
  position: absolute;
  top: 200px;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 500;
  pointer-events: none;
  transform: translateY(30px);
  will-change: opacity, visibility, transform;
}

.menu-content.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: all !important;
  transition:
    opacity 0.5s,
    visibility 0.3s,
    transform 0.6s;
}

.menu-content-view {
  padding: 20px;
}

.projeler-menu-container .menu-content-item {
  position: relative;
  height: 340px;
}

.projeler-menu-container .menu-content-item .project-count {
  position: absolute;
  bottom: 2rem;
  right: 1.3rem;
  color: rgba(255, 255, 255, 0.8);
}

.projeler-menu-container .menu-content-item .text {
  font-size: 36px;
  max-width: 10ch;
  font-weight: 800;
  font-family: "Barlow Condensed", sans-serif;
  text-transform: capitalize;
  line-height: 1;
  color: rgba(255, 255, 255, 0.8);
}

.projeler-menu-container .menu-content-item:hover .text {
  color: #fff;
}

.projeler-menu-container .menu-content-item .absolute-img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  z-index: -1;
}

.projeler-menu-container .menu-content-item .absolute-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0.3;
}

.bottom-menu-links {
  height: 30px;
  margin-top: -7px;
}

.bottom-menu-links li {
  height: 100%;
  display: flex;
  align-items: center;
}

.bottom-menu-links a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
}

.webtv-menu-container {
  font-family: "Barlow Condensed", sans-serif;
}

.webtv-menu-container .web-tv-title .icon {
  font-size: 100px;
  color: #3ab87d;
  opacity: 0.2;
}

.webtv-menu-container .web-tv-title .text {
  font-size: 40px;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.1;
  letter-spacing: 0.3px;
}

.webtv-menu-container .small-text {
  font-size: 17px;
  font-weight: 300;
  letter-spacing: 2px;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 1rem;
}

.webtv-menu-container .btn-btnweb-tv {
  margin-top: 50px;
}

.webtv-menu-container .btn-btnweb-tv a {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 200px;
  height: 50px;
  border-radius: 120px;
  background-color: #3ab87d;
  font-size: 22px;
  color: #fff;
  font-weight: 500;
  justify-content: center;
  transition: 0.4s;
}

.webtv-menu-container .btn-btnweb-tv a:hover {
  background-color: rgba(58, 184, 125, 0.4);
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.292);
}

.menu-webtv-slider.owl-carousel.owl-theme .owl-nav {
  position: absolute;
  top: -80px;
  left: 130px;
  display: flex !important;
  padding: 1rem;
  display: flex;
  height: -moz-max-content;
  height: max-content;
  z-index: 9999;
}

.menu-webtv-slider.owl-carousel.owl-theme .owl-nav .owl-prev,
.menu-webtv-slider.owl-carousel.owl-theme .owl-nav .owl-next {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 14px;
  margin: 0 5px;
  transition: 0.4s;
  border: none;
  outline: none;
}

.menu-webtv-slider.owl-carousel.owl-theme .owl-nav .owl-prev:hover,
.menu-webtv-slider.owl-carousel.owl-theme .owl-nav .owl-next:hover {
  background-color: rgba(35, 52, 97, 0.4);
}

.menu-webtv-slider.owl-carousel.owl-theme .item {
  width: 100%;
  height: 30vh;
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  background-color: rgba(255, 255, 255, 0.0901960784);
  padding: 6px;
  overflow: hidden;
}

.menu-webtv-slider.owl-carousel.owl-theme .item video {
  width: 100%;
  height: 70%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}

.menu-webtv-slider.owl-carousel.owl-theme .item img {
  width: 100%;
  height: 70%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}

.menu-webtv-slider.owl-carousel.owl-theme .item .absolute-text-w100 {
  padding-left: 1rem;
  font-family: "Quicksand", sans-serif;
  margin-top: 12px;
  font-size: 13px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.menu-webtv-slider.owl-carousel.owl-theme .item .absolute-text-w100 .text {
  line-height: 17px;
}

.menu-webtv-slider.owl-carousel.owl-theme .item .absolute-text-w100 .date {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.7);
}

.menu-webtv-slider.owl-carousel.owl-theme .item .absolute-text-w100 .fa-regular.fa-calendar {
  color: rgba(58, 184, 125, 0.7);
}

.menu-webtv-slider.owl-carousel.owl-theme .item .hover-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  border-radius: 12px;
  opacity: 0;
  transition: 0.4s;
  background: linear-gradient(80deg,
      rgba(0, 0, 0, 0.4) 40%,
      rgba(0, 0, 0, 0.6) 100%);
}

.menu-webtv-slider.owl-carousel.owl-theme .item .hover-link .icon {
  width: 100px;
  height: 100px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  display: flex;
  font-size: 50px;
  justify-content: center;
  align-items: center;
  color: rgba(255, 255, 255, 0.4);
  margin-top: -65px;
}

.menu-webtv-slider.owl-carousel.owl-theme .item:hover {
  color: #fff !important;
}

.menu-webtv-slider.owl-carousel.owl-theme .item:hover .hover-link {
  opacity: 1;
}

.container-fluid.px-4.webtv-menu-container .row .col-4 .menu-maps-wrapper {
  width: 100%;
  height: 87%;
  border-radius: 20px;
  overflow: hidden;
}

.container-fluid.px-4.webtv-menu-container .row .col-4 #map {
  width: 100%;
  height: 100%;
}

.container-fluid.px-4.webtv-menu-container .row .col-4 #map iframe {
  width: 100%;
  height: 100%;
  opacity: 0.7;
  filter: grayscale(0.2);
  transition: 0.4s;
}

.container-fluid.px-4.webtv-menu-container .row .col-4 #map iframe:hover {
  opacity: 1;
  filter: grayscale(0);
}

.container-fluid.px-4.webtv-menu-container .row .col-3 {
  font-family: "Quicksand", sans-serif;
  font-size: 14px;
}

.container-fluid.px-4.webtv-menu-container .row .col-3 .menu-social-media-links {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 1rem;
}

.container-fluid.px-4.webtv-menu-container .row .col-3 .menu-social-media-links a {
  flex: 1 1 calc((100% - 4rem) / 4);
  background-color: rgba(255, 255, 255, 0.06);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  padding: 1.5rem 0;
  border-radius: 10px;
  transition: 0.4s;
}

.container-fluid.px-4.webtv-menu-container .row .col-3 .menu-social-media-links a:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: #3ab87d;
}

.container-fluid.px-4.webtv-menu-container .row .col-3 .info-card {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.container-fluid.px-4.webtv-menu-container .row .col-3 .info-card>div {
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 1.4;
  transition: 0.4s;
}

.container-fluid.px-4.webtv-menu-container .row .col-3 .info-card>div i {
  font-size: 24px;
  color: rgba(58, 184, 125, 0.7);
  transition: 0.4s;
}

.container-fluid.px-4.webtv-menu-container .row .col-3 .info-card>div:hover {
  color: #3ab87d;
}

.container-fluid.px-4.webtv-menu-container .row .col-3 .info-card>div:hover i {
  color: #3ab87d;
}

.container-fluid.px-4.webtv-menu-container .row .col-3 .info-card>div a {
  transition: 0.5s;
}

.container-fluid.px-4.webtv-menu-container .row .col-3 .info-card>div a:hover {
  color: #3ab87d;
}

.container-fluid.px-4.webtv-menu-container .row .col-3 .info-card>div a:hover i {
  color: #3ab87d;
}

.container-fluid.px-4.webtv-menu-container .col-2 {
  display: flex;
  flex-direction: column;
}

.container-fluid.px-4.webtv-menu-container .col-2 .customer-service {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 1rem;
  font-size: 24px;
  padding: 2rem 1rem;
  border-radius: 12px;
  background-color: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 2rem;
  transition: 0.4s;
}

.container-fluid.px-4.webtv-menu-container .col-2 .customer-service i {
  color: #3ab87d;
  transition: 0.4s;
}

.container-fluid.px-4.webtv-menu-container .col-2 .customer-service .text {
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 2px;
}

.container-fluid.px-4.webtv-menu-container .col-2 .customer-service:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #3ab87d;
}

.container-fluid.px-4.webtv-menu-container .col-2 .customer-service:hover i {
  color: rgba(255, 255, 255, 0.7);
}

.mobile-links {
  gap: 1rem;
  width: 100%;
  margin-bottom: 1rem;
}

.mobile-links a {
  flex: 1 1 calc((100% - 1rem) / 2);
  max-width: calc((100% - 1rem) / 2);
  background-color: #262f3f;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  padding: 1rem 2rem;
  border-radius: 10px;
  transition: 0.4s;
  color: #fff;
}

.mobile-links a img {
  width: 85px;
  -o-object-fit: contain;
  object-fit: contain;
}

.mobile-links a:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: #3ab87d;
}

.mottos {
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: 0.3px;
  color: rgba(255, 255, 255, 0.7);
}

.mottos .baskan-signature {
  font-weight: 600;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.9);
  margin-top: 10px;
}

.mottos .baskan-rank {
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.8);
}

.e-belediye-modal-wrapper {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: end;
}

.e-belediye-modal-wrapper .e-belediye-modal {
  width: 40%;
  height: 100%;
  background-color: #1553a4;
  position: relative;
  padding: 50px;
  background-image: url(../images/bgheader.png);
  background-blend-mode: multiply;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  border-bottom-left-radius: 45px;
  overflow: hidden;
}

.e-belediye-modal-wrapper .e-belediye-modal .e-belediye-modal-content .e-belediye-modal-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  background-color: #2f3a50;
  color: #fff;
  cursor: pointer;
  border-bottom-left-radius: 15px;
  transition: 0.4s;
}

.e-belediye-modal-wrapper .e-belediye-modal .e-belediye-modal-content .e-belediye-modal-close:hover {
  background-color: #0169f3;
}

.e-belediye-modal-wrapper .e-belediye-modal .e-belediye-modal-content .e-belediye-modal-title {
  font-size: 24px;
  color: #fff;
  margin-bottom: 30px;
  padding-left: 7px;
  font-weight: 600;
  font-family: "Barlow Condensed", sans-serif;
}

.e-belediye-modal-wrapper .e-belediye-modal .e-belediye-modal-content .e-belediye-modal-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  width: 100%;
  padding: 7px;
  max-height: 650px;
  overflow-y: auto;
}

.e-belediye-modal-wrapper .e-belediye-modal .e-belediye-modal-content a {
  flex: 1 1 calc((100% - 3rem) / 3);
  height: 130px;
  background-color: rgba(9, 14, 30, 0.3294117647);
  border-radius: 12px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
  line-height: 20px;
  font-weight: 600;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
  padding: 1.5rem;
  gap: 14px;
}

.e-belediye-modal-wrapper .e-belediye-modal .e-belediye-modal-content a .icon {
  font-size: 30px;
  color: rgba(58, 184, 125, 0.8);
}

.e-belediye-modal-wrapper .e-belediye-modal .e-belediye-modal-content a:hover {
  background-color: rgba(58, 184, 125, 0.2);
  color: #fff;
  transition: 0.4s;
}

.e-belediye-modal-wrapper .e-belediye-modal .e-belediye-modal-content a:hover:hover {
  background-color: #0169f3;
  transform: scale(1.03);
}

.e-belediye-modal-list::-webkit-scrollbar {
  width: 5px;
}

.e-belediye-modal-list::-webkit-scrollbar-track {
  background-color: rgba(58, 184, 125, 0.2);
  border-radius: 20px !important;
}

.e-belediye-modal-list::-webkit-scrollbar-thumb {
  background-color: rgba(205, 205, 206, 0.3294117647);
  border-radius: 20px !important;
}

.e-belediye-modal-wrapper {
  opacity: 0;
  visibility: hidden;
  transition: 0.6s;
}

.e-belediye-modal-wrapper.show {
  opacity: 1;
  visibility: visible;
}

.e-belediye-modal {
  transform: translateX(100%);
  opacity: 0;
  visibility: hidden;
  transition: 0.6s ease-in-out;
}

.e-belediye-modal.show {
  opacity: 1;
  visibility: visible;
  transform: translateX(0%);
}

.no-scroll {
  overflow: hidden;
}

.footer {
  position: relative;
  z-index: 1;
  margin-top: 0
    /* 100px*/
  ;
}

.footer::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0px;
  bottom: 0;
  left: -100px;
  background-color: rgba(219, 226, 231, 0.5);
  box-shadow: inset 0 20px 60px rgba(69, 95, 118, 0.2);
}

.footer-top .container {
  padding-top: 70px;
  padding-bottom: 70px;
}

.footer-card:not(:last-child) {
  margin-bottom: 30px;
}

@media (max-width: 479px) {
  .footer-col:not(:last-child) {
    margin-bottom: 40px;
  }
}

.footer-heading {
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 15px;
}

.footer-links ul li:not(:last-child) {
  margin-bottom: 9px;
}

.footer-links ul li a {
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  font-weight: 600;
  position: relative;
  line-height: 1.5;
  padding-left: 15px;
}

@media (min-width: 1200px) {
  .footer-links ul li a {
    padding-right: 10px;
  }
}

.footer-links ul li a::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  left: 0;
  display: inline-flex;
  width: 5px;
  height: 5px;
  border: 1px solid currentColor;
  opacity: 0.5;
}

.footer-links ul li a:hover {
  color: #fff;
}

footer svg {
  width: 20px !important;
}

.footer-contact {
  background-color: rgb(0 29 58 / 33%);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}

@media (min-width: 480px) {
  .footer-contact {
    padding-top: 60px;
  }
}

@media (max-width: 479px) {
  .footer-contact {
    padding-top: 20px;
  }
}

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

.footer-contact .item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.footer-contact .item:hover .icon {
  background-color: #1553a4;
  color: #fff;
}

.footer-contact .item .icon {
  width: 52px;
  height: 52px;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  font-size: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 11px;
  transition: 0.3s;
}

.footer-contact .item .desc {
  flex: 1;
  padding-left: 13px;
}

.footer-contact .item .desc .phone {
  color: #fff;
  font-weight: 900;
  letter-spacing: -0.5px;
  font-size: 28px;
}

.footer-contact .item .desc .phone span:first-child {
  font-size: 18px;
}

.footer-contact .item .desc .text {
  color: rgba(255, 255, 255, 0.8);
  font-size: 13px;
  line-height: 1.4;
}

.footer-bottom {
  background-color: rgba(69, 95, 118, 0.1);
}

.footer-bottom .container {
  padding-top: 35px;
  padding-bottom: 35px;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 479px) {
  .footer-bottom .container {
    flex-direction: column;
    text-align: center;
  }
}

.footer-bottom .container .text {
  font-size: 14px;
  color: 1553a4;
}

@media (max-width: 479px) {
  .footer-bottom .container .text {
    font-size: 13px;
  }
}

.footer-bottom .container .text strong {
  font-weight: 900;
}

.MzYydGFzYXLEsW12ZXlhesSxbMSxbWFqYW5zxLE {
  box-sizing: inherit;
}

.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;
  transform: translateY(0);
}

.form-field .heading {
  color: 1553a4;
  font-size: 13px;
  font-weight: 700;
}

.form-field .icon:not(.arrow) {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 55px;
  justify-content: center;
  color: 1553a4;
}

.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: 60px;
  border: 2px solid rgba(94, 120, 143, 0.1);
  border-radius: 8px;
  font-family: inherit;
  padding-left: 25px;
  padding-right: 25px;
  color: rgba(35, 52, 97, 0.5215686275);
  font-size: 16px;
  font-weight: 500;
  background: #fff;
  transition: 0.3s;
}

.form-field input:focus,
.form-field textarea:focus {
  outline: 0;
  border: 2px solid 1553a4;
}

@media (max-width: 479px) {

  .form-field input,
  .form-field textarea {
    height: 55px;
    padding-right: 15px;
    font-size: 14px;
  }
}

.form-field input::-moz-placeholder,
.form-field textarea::-moz-placeholder {
  color: rgba(35, 52, 97, 0.5215686275);
}

.form-field input::-moz-placeholder,
.form-field textarea::-moz-placeholder {
  color: rgba(35, 52, 97, 0.5215686275);
}

.form-field input::placeholder,
.form-field textarea::placeholder {
  color: rgba(35, 52, 97, 0.5215686275);
}

.form-field textarea {
  padding-top: 20px;
  height: 140px;
}

.form-field .icon.arrow {
  position: absolute;
  pointer-events: none;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  font-size: 14px;
  opacity: 0.5;
  transition: 0.3s;
}

.form-group {
  position: relative;
}

.form-footer {
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.form-kvkk {
  display: flex;
  flex-direction: column;
}

.form-send>input {
  background: 1553a4;
  height: 60px;
  font-family: inherit;
  min-width: 250px;
  border: 0 none;
  text-align: center;
  border-radius: 8px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  font-family: inherit;
  cursor: pointer;
  border: 2px solid rgba(0, 0, 0, 0);
  transition: 0.3s;
  position: relative;
  will-change: transform;
}

.form-send>input:hover {
  transform: translateY(-5px);
}

.header-logo {
  position: absolute;
  z-index: 2;
}

.header-logo:not([class*="ui-style-"]) {
  left: 50%;
  transform: translateX(-50%);
}

@media (min-width: 768px) {
  .header-logo:not([class*="ui-style-"]) {
    top: -30px;
  }
}

@media (max-width: 767px) {
  .header-logo:not([class*="ui-style-"]) {
    top: 15px;
  }

  .section-news .categories {
    display: none !important;
  }
}

.header-logo:not([class*="ui-style-"]) img {
  width: 150px;
}

@media (max-width: 479px) {
  .header-logo:not([class*="ui-style-"]) img {
    width: 75px;
  }
}

.header-logo.ui-style-1 {
  left: 50%;
  transform: translateX(-50%);
  top: -117px;
  background: #ffffff;
  padding: 1rem;
  border-radius: 20px;
}

@media (max-width: 479px) {
  .header-logo.ui-style-1 {
    display: none;
  }
}

.header-logo.ui-style-1 img {
  width: 125px;
}

.header-logo h1 {
  font-size: 0;
  margin: 0;
}

.header-logo a {
  display: block;
  position: relative;
}

.header-logo a img {
  border-radius: 11px;
}

.header-navigation {
  flex: 1;
}

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

.header-buttons:not([class*="ui-style-"]) {
  margin-left: 30px;
  margin-bottom: 10px;
}

@media (min-width: 1750px) {
  .header-buttons:not([class*="ui-style-"]) {
    margin-left: 40px;
  }
}

.header-buttons.ui-style-1 .btn {
  display: inline-flex;
  align-items: center;
  text-align: left;
  font-family: inherit;
  height: 45px;
}

.header-buttons.ui-style-1 .btn.ui-serinokta {
  background-color: #dbe2e7;
  padding-left: 30px;
  padding-right: 30px;
  border-bottom-right-radius: 11px;
  border-bottom-left-radius: 11px;
}

.header-buttons.ui-style-1 .btn.ui-serinokta img {
  width: 80px;
}

.header-buttons.ui-style-1 .btn.ui-default {
  transition: 0.3s;
}

.header-buttons.ui-style-1 .btn.ui-default:not(:last-child) {
  margin-right: 12px;
}

.header-buttons.ui-style-1 .btn.ui-default:not(.ui-summary) {
  background-color: rgba(219, 226, 231, 0.3);
  border-radius: 11px;
  padding-right: 20px;
}

.header-buttons.ui-style-1 .btn.ui-default:not(.ui-summary):hover {
  background-color: 1553a4;
}

.header-buttons.ui-style-1 .btn.ui-default:not(.ui-summary):hover .desc span {
  color: #fff;
}

.header-buttons.ui-style-1 .btn.ui-default:not(.ui-summary) .icon {
  height: 100%;
  width: 45px;
  background-color: #fff;
  border-radius: 11px;
  align-items: center;
  justify-content: center;
  color: #1553a4;
  margin-left: -1px;
  box-shadow: 0 0 20px rgba(94, 120, 143, 0.1);
}

.header-buttons.ui-style-1 .btn.ui-default:not(.ui-summary) .icon svg {
  fill: #1553a4;
}

.header-buttons.ui-style-1 .btn.ui-default.ui-summary {
  border-right: 2px solid rgba(219, 226, 231, 0.5);
  border-bottom: 2px solid rgba(219, 226, 231, 0.5);
  border-left: 2px solid rgba(219, 226, 231, 0.5);
  margin-right: 10px;
  padding-left: 25px;
  padding-right: 25px;
  border-bottom-right-radius: 11px;
  border-bottom-left-radius: 11px;
}

.header-buttons.ui-style-1 .btn.ui-default.ui-summary:hover {
  background-color: #fe8b1a;
  border-right: 2px solid #1553a4;
  border-bottom: 2px solid #1553a4;
  border-left: 2px solid #1553a4;
}

.header-buttons.ui-style-1 .btn.ui-default.ui-summary:hover .number {
  color: #fff;
}

.header-buttons.ui-style-1 .btn.ui-default.ui-summary:hover .desc span {
  color: #fff;
}

.header-buttons.ui-style-1 .btn.ui-default .icon {
  color: #fff;
  font-size: 20px;
}

.header-buttons.ui-style-1 .btn.ui-default .icon svg {
  fill: #fff;
}

.header-buttons.ui-style-1 .btn.ui-default .number {
  font-family: "Quicksand", cursive;
  color: #1553a4;
  font-size: 32px;
  line-height: 0.5;
  width: 25px;
  display: inline-flex;
  justify-content: center;
  letter-spacing: -1px;
}

.header-buttons.ui-style-1 .btn.ui-default .desc {
  padding-left: 12px;
}

.header-buttons.ui-style-1 .btn.ui-default .desc span {
  line-height: 1.2;
  display: block;
  color: rgba(35, 52, 97, 0.5215686275);
  text-transform: uppercase;
}

.header-buttons.ui-style-1 .btn.ui-default .desc .heading {
  font-size: 12px;
  font-family: "Cerebri Sans Heavy", sans-serif;
}

.header-buttons.ui-style-1 .btn.ui-default .desc .text {
  font-size: 11px;
  opacity: 0.7;
}

@media (max-width: 767px) {
  .header-buttons.ui-desktop {
    display: none;
  }
}

.header-buttons.ui-desktop .btn {
  display: inline-flex;
  align-items: center;
  font-family: inherit;
  font-weight: 800;
  font-size: 12px;
  background-color: #ff6200;
  height: 40px;
  border-radius: 8px;
  color: #fff;
  text-transform: uppercase;
  padding-left: 15px;
  padding-right: 15px;
  transition: 0.3s;
}

.header-buttons.ui-desktop .btn:hover {
  background-color: #1553a4;
}

.header-buttons.ui-desktop .btn .icon:not(.ui-arrow) {
  font-size: 14px;
}

.header-buttons.ui-desktop .btn .icon.ui-arrow {
  font-size: 10px;
  margin-top: -2px;
}

.header-buttons.ui-desktop .btn .text {
  padding-left: 7px;
  padding-right: 5px;
}

.header-social {
  margin-right: 20px;
}

.header-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 27px;
  height: 27px;
  font-size: 12px;
  border-radius: 50%;
  color: rgba(35, 52, 97, 0.5215686275);
  border: 1px solid rgba(0, 0, 0, 0);
  transition: 0.3s;
}

.header-social a:hover {
  border: 1px solid rgba(94, 120, 143, 0.15);
}

.header-links {
  margin-left: 25px;
}

.header-links ul li {
  display: inline-flex;
}

.header-links ul li:not(:last-child) {
  margin-right: 15px;
}

.header-links ul li a {
  color: rgba(35, 52, 97, 0.5215686275);
  font-size: 12px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  position: relative;
  transition: 0.3s;
}

.header-links ul li a::before {
  content: "";
  display: inline-flex;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: currentColor;
  opacity: 0.3;
  margin-right: 7px;
}

.header-links ul li a:hover {
  color: #1553a4;
}

.header-sticky {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1002;
  background-color: rgba(255, 255, 255, 0.95);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  box-shadow: 0 0px 65px rgba(94, 120, 143, 0.45);
  transition: 0.4s;
}

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

.header-sticky:not(.is-visible) {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100%);
}

.header-sticky>div {
  height: 60px;
  position: relative;
  justify-content: space-between;
}

.header-sticky .logo {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
}

.header-sticky .logo a {
  display: block;
  position: relative;
}

.header-sticky .logo img {
  width: 75px;
  border-radius: 11px;
}

.header-sticky .btn-item {
  display: inline-flex;
  align-items: center;
  font-family: inherit;
  color: 1553a4;
  transition: 0.3s;
  border-right: 2px solid rgba(94, 120, 143, 0.1);
  border-bottom: 2px solid rgba(94, 120, 143, 0.1);
  border-left: 2px solid rgba(94, 120, 143, 0.1);
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  height: 45px;
  padding-left: 15px;
  padding-right: 15px;
}

.header-sticky .btn-item .icon {
  font-size: 24px;
}

.header-sticky .btn-item>.text {
  text-transform: uppercase;
  color: currentColor;
  opacity: 0.5;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: -0.5px;
  margin-left: 7px;
  position: relative;
}

.header-sticky .btn-item:hover {
  color: #1553a4;
}

.header-sticky .btn-item.ui-bar .icon svg {
  fill: currentColor;
}

.header-sticky .btn-item.ui-search {
  margin-left: 10px;
}

.header-sticky__left {
  align-items: center;
  height: 45px;
}

.section-referans {
  width: 100%;
  margin-top: 80px;
  background-color: #e0e4ea;
  padding: 80px 0;
}

.section-referans .referans-slider-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: visible !important;
  max-width: 85%;
  margin: auto;
}

.section-referans .referans-slider-wrapper .referans-slider.owl-carousel.owl-theme {
  width: 100%;
  width: 100%;
}

.section-referans .referans-slider-wrapper .referans-slider.owl-carousel.owl-theme .owl-nav {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  z-index: -1;
  display: flex !important;
}

.section-referans .referans-slider-wrapper .referans-slider.owl-carousel.owl-theme .owl-nav .owl-prev,
.section-referans .referans-slider-wrapper .referans-slider.owl-carousel.owl-theme .owl-nav .owl-next {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #262f3f;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  transition: 0.4s;
  border: none;
  outline: none;
}

.section-referans .referans-slider-wrapper .referans-slider.owl-carousel.owl-theme .owl-nav .owl-prev:hover,
.section-referans .referans-slider-wrapper .referans-slider.owl-carousel.owl-theme .owl-nav .owl-next:hover {
  background-color: #e2e6ea;
  color: #262f3f;
}

.section-referans .referans-slider-wrapper .referans-slider.owl-carousel.owl-theme .owl-nav .owl-prev {
  margin-left: -40px;
}

.section-referans .referans-slider-wrapper .referans-slider.owl-carousel.owl-theme .owl-nav .owl-next {
  margin-right: -40px;
}

.section-referans .referans-slider-wrapper .referans-slider.owl-carousel.owl-theme .item {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  height: 200px;
  background-color: #fff;
  padding: 1rem;
  border-radius: 12px;
  cursor: pointer;
}

.section-referans .referans-slider-wrapper .referans-slider.owl-carousel.owl-theme .item:hover img {
  filter: grayscale(0%);
}

.section-referans .referans-slider-wrapper .referans-slider.owl-carousel.owl-theme img {
  width: 100%;
  height: 100px;
  transition: 0.4s;
  filter: grayscale(100%);
  -o-object-fit: contain;
  object-fit: contain;
}

.section-referans .referans-slider-wrapper .referans-slider.owl-carousel.owl-theme .title {
  color: #1553a4;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #eee;
}

.divider {
  width: 100%;
  min-height: 50px;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1400px !important;
  }
}

.owl-dot {
  border: none !important;
  outline: none !important;
}

#install-app {
  display: none;
}

@media (max-width: 768px) {
  #install-app {
    display: block;
  }
}

#carousel-custom-dots {
  z-index: 0;
}

#scrollToTopBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #555;
  color: #fff;
  cursor: pointer;
  padding: 15px;
  border-radius: 50%;
  font-size: 18px;
  transition: background-color 0.3s;
}

#scrollToTopBtn:hover {
  background-color: #333;
}

body {
  overflow-x: hidden !important;
  height: 100%;
}

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

.breadcrumb a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: #213f64 !important;
  cursor: default !important;
}

/* .app {
  padding-top: 150px !important;
} */
.page-content__heading:not([class*="ui-style-"]).ui-color-2 {
  padding-bottom: 1rem;
}

.accordion-content .page-content__description {
  padding-bottom: 30px;
}

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

.list-links:not([class*="ui-size-"])>ul>li>a {
  align-items: center;
}

.list-links:not([class*="ui-size-"])>ul>li>a>.icon {
  margin-top: 0;
}

.page-content__spot {
  padding-bottom: 1rem;
}

.gallery-photo img {
  -o-object-fit: cover !important;
  object-fit: cover !important;
}

.detail-personnel__photo {
  padding: 0 !important;
}

.detail-personnel__photo a {
  max-height: 400px;
}

.detail-personnel__photo a img {
  -o-object-fit: cover !important;
  object-fit: cover !important;
}

.mayor-message {
  color: rgba(38, 47, 63, 0.7215686275);
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
}

.mayor-message .title.ui-size-1 {
  font-weight: 800;
  color: #333;
}

.detail-personnel__contact {
  margin-top: 15px !important;
}

.inner-page__content:not(.ui-no-bg) {
  box-shadow: 0 0 0 0 !important;
}

.detail-personnel__contact .item .desc .text {
  color: rgba(38, 47, 63, 0.7);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -0.3px;
  display: block;
  margin-top: 4px;
}

.detail-personnel__photo.detail-personnel__box {
  position: relative;
}

.social-links-mayor {
  gap: 0.5rem;
  padding-top: 1rem;
  position: absolute;
  display: flex;
  align-items: end;
  bottom: 0px;
  left: 0;
  padding-bottom: 20px;
  width: 100%;
  background: linear-gradient(to bottom, transparent 50%, #000000 150%);
  height: 50% !important;
  justify-content: center;
}

.social-links-mayor a {
  font-size: 14px !important;
  background-color: #fff;
  color: #404755;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 40px !important;
  height: 40px !important;
  border-radius: 10px;
  transition: 0.4s;
}

.social-links-mayor a:hover {
  color: #fff !important;
  background-color: #5d6474 !important;
}

.social-links-mayor .detail-personnel__contact .item .icon {
  font-size: 14px !important;
}

.social-links-mayor a:hover {
  background-color: #2d5789;
  color: #fff;
}

.loading-screen {
  z-index: 23000 !important;
}

.owl-nav {
  display: flex !important;
}

.detail-personnel__description {
  box-shadow: 0 0 0 0 !important;
}

.detail-personnel__button-mail {
  position: relative !important;
  left: auto;
  bottom: auto;
  right: auto;
  top: auto;
  margin-top: auto;
  margin-top: 50px;
}

.detail-personnel__contact .item .icon {
  width: 50px;
  height: 50px;
  border: 2px solid rgba(38, 47, 63, 0.12);
  border-radius: 30px;
  align-items: center;
  justify-content: center;
  color: rgba(38, 47, 63, 0.8823529412);
  font-size: 20px;
}

.detail-personnel__description-header .title:not([class*="ui-size-"]) {
  font-size: 20px;
}

.detail-personnel__description-header .rank {
  font-size: 15px;
}

.page-content__description {
  font-family: "Quicksand", sans-serif;
}

.detail-personnel__right {
  background-color: #fff !important;
}

@media (min-width: 1200px) {
  .detail-personnel {
    padding-top: 0px !important;
  }
}

.baskan-buttons {
  margin-top: 1rem;
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 10px;
}

.baskan-buttons .btn-item {
  width: 100%;
}

.baskan-buttons .btn-item a {
  width: 100%;
  display: flex;
  color: #5d6474;
  font-weight: 600;
  border: 1px solid rgba(93, 100, 116, 0.168627451);
  padding: 15px;
  border-radius: 10px;
  font-size: 13px;
  transition: 0.4s;
}

.baskan-buttons .btn-item a:hover {
  background-color: #012a53 !important;
  color: #fff;
}

.detail-personnel__contact .item:not(:last-child) {
  margin-bottom: 0px;
  color: #333 !important;
  margin-bottom: 7px;
}

.detail-personnel__contact .item:not(:last-child) i {
  width: 30px;
  height: 30px;
  font-size: 13px;
  color: #5d6474;
  font-weight: 600;
  border: 1px solid rgba(93, 100, 116, 0.168627451);
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.detail-personnel__description-content {
  padding-left: 20px;
  padding-right: 20px;
  align-items: center;
  display: flex;
  flex-direction: column;
}

.detail-personnel__description-header {
  line-height: 1.35;
  text-align: center;
}

.inner-page__conten {
  padding: 0 2rem;
}

b {
  font-weight: 700 !important;
}

.page-content__description {
  font-family: "Quicksand", sans-serif !important;
  font-size: 14px !important;
  line-height: 2 !important;
}

.page-content__description strong {
  font-family: "Quicksand", sans-serif !important;
  font-size: 14px !important;
}

.page-content__header .title:not([class*="ui-style-"]) {
  font-size: 20px;
}

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

.video-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  background-image: url(../images/sky.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
  background-color: #011b5a;
  padding: 70px;
  padding-bottom: 0;
}

.video-box .mayor-video-box-relative {
  width: 30%;
  position: relative;
}

.video-box .mayor-video-box-relative img {
  width: 100%;
  margin-bottom: -3px;
}

.video-box .mayor-video-box-relative .baskan-info {
  position: absolute;
  top: 0;
  right: -70px;
}

.video-box .mayor-video-box-relative .baskan-info img {
  width: 200px;
  filter: brightness(0) invert(1);
}

.video-box .img-fluid {
  width: 60%;
  overflow: hidden;
}

.video-box video {
  border-radius: 25px !important;
  width: 100%;
  height: 100%;
}

.list-personnel__footer .btn {
  padding: 10px 16px !important;
}

.spec-form {
  display: flex !important;
  justify-content: center !important;
}

.inner-page__heading-content .title {
  font-size: 30px !important;
  letter-spacing: -1px;
}

.page-content__heading.ui-style-1.ui-padding-1 {
  padding: 12px 20px;
  border-radius: 11px;
  margin-bottom: 0.5rem;
}

.list-links.ui-size-small>ul>li>a {
  align-items: center;
}

.page-content__gallery .gallery-photo,
.page-content__gallery .gallery-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  background-color: #1553a4;
  width: 100%;
}

.page-content__gallery button {
  height: 100% !important;
}

.page-content__gallery .gallery-btn .text {
  font-size: 13px;
  font-weight: 700;
  max-width: 10ch;
  text-align: left;
  line-height: 1.5;
}

.gallery-card a {
  display: flex !important;
  width: 100%;
}

@media (min-width: 768px) {
  .min-height-autos {
    min-height: 300px !important;
  }
}

.p-200 {
  padding-top: 200px !important;
}

.list-activity__info {
  margin-top: 6px;
  border: 1px solid rgba(0, 0, 0, 0.1215686275);
  padding: 0.4rem 0;
  border-radius: 15px;
}

.list-activity__middle {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.ui-mb-20 {
  margin-bottom: 120px !important;
}

.fullcalendar-v1 .fc .fc-scrollgrid .fc-scrollgrid-section-body .fc-day .fc-daygrid-day-frame .fc-daygrid-event {
  color: #1553a4 !important;
}

.fullcalendar-v1 .fc .fc-scrollgrid .fc-scrollgrid-section-body .fc-day .fc-daygrid-day-frame .fc-daygrid-day-top a {
  color: #000 !important;
}

.sidebar-search__header .desc .title {
  color: #1553a4;
}

.accordion-content .page-content__description {
  max-height: -moz-max-content !important;
  max-height: max-content !important;
  overflow-y: visible;
  height: -moz-max-content !important;
  height: max-content !important;
}

.page-content__gallery {
  margin-top: 2rem !important;
}

header nav .row.d-flex.align-items-center .row.d-flex.flex-column .line {
  width: 82% !important;
}

.card-address {
  background-color: rgba(34, 42, 56, 0.09) !important;
}

.card-address .description .text {
  color: #5d6474;
}

.card-address .description .text a {
  padding: 10px 16px !important;
}

.modal.ui-center {
  z-index: 99999 !important;
}

.project-category-wrapper {
  min-height: 600px;
  width: 100vw;
  background-color: #5d6474;
  display: flex;
  align-items: center;
}

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

.card-v2-photo img {
  -o-object-fit: cover !important;
  object-fit: cover !important;
}

.ui-mb-20.w-colored {
  background-color: #5d6474 !important;
  min-height: 600px;
  display: flex;
  align-items: center;
  margin-bottom: 0 !important;
}

.detail-video__header {
  background-color: #262f3f !important;
}

.detail-video__description {
  background-color: #25345f !important;
}

.detail-video__information ul li a {
  color: rgba(217, 217, 217, 0.8784313725) !important;
}

.video-detail .list-common__description .tag .text {
  color: rgba(217, 217, 217, 0.8784313725) !important;
}

.video-detail .list-common__description .tag .icon {
  color: rgba(217, 217, 217, 0.8784313725) !important;
}

.video-detail .list-common__description .date {
  color: rgba(217, 217, 217, 0.5647058824) !important;
}

.detail-video__heading .link {
  color: rgba(217, 217, 217, 0.5647058824) !important;
}

.detail-video__description .tags a {
  color: rgba(217, 217, 217, 0.5647058824) !important;
}

.videos-explore>.row>div:first-child {
  background: #5d6474 !important;
}

.videos-heading__content .title {
  font-size: 50px !important;
  font-weight: 800 !important;
  letter-spacing: 2px !important;
  font-family: "Barlow Condensed" !important;
}

.videos-heading__content .breadcrumb ul li a {
  text-transform: uppercase;
  color: #fff !important;
}

.videos-heading__content .breadcrumb.ui-color-1 ul li a::after {
  border-top: 1px solid rgba(255, 255, 255, 0.88) !important;
  border-right: 1px solid rgba(242, 242, 242, 0.88) !important;
}

.videos-heading__content .breadcrumb ul li a:hover {
  color: #fff !important;
}

.videos-heading__content .text {
  color: rgba(237, 237, 237, 0.78);
}

.web-siteler .inner-page__content:not(.ui-no-height) {
  min-height: 300px !important;
}

.page-content__spot {
  line-height: 1.7 !important;
}

.p-179 {
  padding-top: 179px !important;
}

.detail-activity__header-cover {
  background-color: #fff !important;
}

.detail-activity__header-cover img {
  opacity: 0.2;
  background-color: #000;
  filter: grayscale(100%) blur(3px);
}

.detail-activity__header-description>* {
  color: #5d6474 !important;
}

@media (min-width: 768px) {
  .detail-activity__header-markers .marker-card>* {
    color: #5d6474 !important;
  }
}

.detail-activity__header-markers .marker-card.is-today>.icon {
  color: #5d6474 !important;
}

@media (min-width: 768px) {
  .detail-activity__header-description .note .number {
    border: 2px solid #5d6474;
  }
}

@media (min-width: 768px) {
  .detail-activity__header-markers .marker-header .heading {
    color: #5d6474;
  }
}

@media (min-width: 768px) {
  .detail-activity__header-description .note {
    border-top: 1px solid rgba(35, 39, 78, 0.3) !important;
    border-bottom: 1px solid rgba(43, 41, 90, 0.3) !important;
    color: #fff;
  }
}

@media (min-width: 768px) {
  .detail-activity__header-description .tag::after {
    background-color: #5d6474 !important;
  }
}

@media (min-width: 768px) {
  .detail-activity__header-markers .marker-infos .item .text {
    color: #5d6474;
  }
}

@media (min-width: 768px) {
  .detail-activity__header-markers .marker-infos .item .icon {
    border: 2px solid #5d6474;
    color: #5d6474;
  }
}

@media (min-width: 768px) {
  .detail-activity__header-markers .marker-card.is-today {
    border: 3px solid #5d6474;
  }
}

.detail-activity__header-markers .marker-card.is-today>.icon {
  background-color: #5d6474 !important;
  color: #fff !important;
}

@media (min-width: 768px) {
  .detail-activity__header-markers .marker-action .btn {
    color: #5d6474 !important;
  }
}

@media (min-width: 768px) {
  .detail-activity__header-markers .marker-card:not(.is-today) {
    border: 1px solid rgba(37, 52, 95, 0.2);
  }
}

.detail-activity__header-trailer a {
  background-color: rgba(255, 255, 255, 0.88);
  display: flex;
  width: 100%;
  height: 32px;
  align-items: center;
  justify-content: center;
  color: #5d6474;
  font-weight: 900;
  border: 1px solid #5d6474;
  font-size: 12px;
  text-transform: uppercase;
}

.page-content__description img {
  max-width: 56% !important;
  float: right !important;
  margin-left: 2rem;
  border-radius: 20px;
}

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

.yayincard {
  padding: 0 !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  overflow: hidden;
  height: 200px !important;
  gap: 1rem;
}

.yayincard img {
  width: 50%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.info .boxes-sub:not(.ui-justify-end) {
  justify-content: end !important;
  gap: 1rem !important;
  align-items: center !important;
}

.baskan-photos.container {
  margin-top: 0px;
  margin-bottom: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.baskan-photos.container .owl-nav {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}

.baskan-photos.container .owl-nav .owl-prev,
.baskan-photos.container .owl-nav .owl-next {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #262f3f;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  transition: 0.4s;
  border: none;
  outline: none;
  transition: 0.4s;
}

.baskan-photos.container .owl-nav .owl-prev:hover,
.baskan-photos.container .owl-nav .owl-next:hover {
  background-color: #82b453;
}

.baskan-photos.container .owl-nav .owl-prev {
  margin-left: -50px;
}

.baskan-photos.container .owl-nav .owl-next {
  margin-right: -50px;
}

.baskan-photos.container .owl-stage-outer {
  padding: 2rem 0rem;
}

.baskan-photos.container .owl-stage-outer .owl-stage {
  width: 95%;
}

.baskan-photos.container .owl-stage-outer .owl-stage .item {
  width: 100%;
}

.baskan-photos.container .title {
  font-size: 22px;
  font-weight: 600;
  padding: 20px 0;
  padding-bottom: 0;
  align-self: start;
  letter-spacing: -1px;
  color: #2d5789;
}

.baskan-photos.container .owl-carousel.owl-theme.baskan-photos-carousel .baskan-photos-item {
  border-radius: 10px;
  overflow: hidden;
}

.baskan-photos.container .owl-carousel.owl-theme.baskan-photos-carousel .baskan-photos-item a {
  width: 100%;
  height: 100%;
}

.baskan-photos.container .owl-carousel.owl-theme.baskan-photos-carousel .baskan-photos-item a:hover img {
  transform: scale(1.05);
}

.baskan-photos.container .owl-carousel.owl-theme.baskan-photos-carousel .baskan-photos-item .baskan-photo-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.baskan-photos.container .owl-carousel.owl-theme.baskan-photos-carousel .baskan-photos-item .baskan-photo-img img {
  transition: 0.4s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
  color: #2d5789;
}

.detail-activity__header-markers .marker-card>*:hover .btn {
  color: #e7e7e7 !important;
}

.detail-activity__header-trailer a {
  background-color: #2d5789;
  display: flex;
  width: 100%;
  height: 55px;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 900;
  font-size: 12px;
  text-transform: uppercase;
  border: none !important;
  transition: 0.4s;
}

.detail-activity__header-trailer a:hover {
  background-color: #293863;
}

@media (min-width: 768px) {
  .detail-activity__header-markers .marker-infos .item .icon {
    border: 1px solid rgba(93, 100, 116, 0);
    color: #5d6474;
  }
}

@media (min-width: 768px) {
  .detail-activity__header-markers .marker-action {
    background-color: #f6f7f9;
  }
}

.detail-personnel__description-header .title {
  color: #2d5789;
}

.detail-personnel__description-header .rank {
  color: #1553a4;
}

.detail-activity__header-description .map-btn {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50px;
  height: 80px;
  background-color: rgba(45, 87, 137, 0.4);
  border-radius: 7px;
  text-align: center;
  transition: 0.4s;
}

.detail-activity__header-description .map-btn:hover .map-icon {
  font-size: 20px;
}

.detail-activity__header-description .map-btn:hover .map-text {
  color: #fff;
}

.detail-activity__header-description .map-btn .map-text {
  padding: 7px;
  font-size: 9px;
  color: #293863;
  font-weight: 600;
  transition: 0.4s;
}

.detail-activity__header-description .map-btn .map-icon {
  transition: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 7px;
  background-color: #2d5789;
  width: 100%;
  height: 60%;
  color: #fff;
}

.list-activity__info .item .icon {
  color: rgba(45, 87, 137, 0.9);
}

.list-activity__info {
  padding: 10px;
}

.activity-description .markers .marker-item.is-today>.icon {
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 20px;
  left: 10px;
  z-index: 2;
  top: auto;
  right: auto;
  background-color: rgba(0, 0, 0, 0);
  width: 20px;
  height: 20px;
  color: #2e8097;
  border-radius: 15px;
  font-size: 9px;
}

.sidebar-search__header .desc .title {
  font-family: "Quicksand", cursive;
  line-height: 1.2;
  font-weight: 700;
  font-size: 15px;
}

.days-nav.ui-size-1 .item a .text {
  font-size: 12px;
}

.list-news__description .buttons-container {
  margin-top: 30px;
}

.list-news__description .text {
  font-size: 14px;
  font-weight: 500;
  color: rgba(38, 47, 63, 0.8823529412);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: auto;
  margin-top: 10px;
  line-height: 18px;
}

.gallery-btn .number {
  font-size: 50px;
  font-weight: 900;
}

.list-links:not([class*="ui-size-"])>ul>li>a {
  font-size: 13px;
  padding-top: 22px;
  padding-bottom: 22px;
}

.table-list .list-item .col-heading {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.inner-page__header {
  overflow: hidden;
  position: relative;
}

.inner-page__header::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  opacity: 0.6;
  background-image: url(../images/ambarlis.png);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  width: 60%;
  height: 100%;
  -o-object-fit: cover !important;
  object-fit: cover !important;
}

.inner-page__heading-content .title {
  color: #575757;
}

.inner-page__heading-content .text {
  color: rgba(87, 87, 87, 0.8431372549);
}

.breadcrumb.specials.ui-bg ul {
  z-index: 4;
  position: relative;
  background-color: rgba(87, 87, 87, 0.2509803922);
  color: #575757;
}

.breadcrumb.specials.ui-color-1 ul li a {
  color: inherit;
}

.breadcrumb.specials.ui-color-1 ul li:hover {
  color: #181616;
}

.breadcrumb.specials.ui-color-1 ul li a::after {
  border-top: 1px solid #575757;
  border-right: 1px solid #575757;
}

.breadcrumb.specials.ui-pos-bottom {
  bottom: 30px;
}

.page-content__back.specials.ui-pos-bottom-right {
  bottom: 30px;
}

.page-content__back.specials.ui-pos-bottom-right {
  bottom: 30px;
  width: 80px;
  border-radius: 15px;
  background-color: rgba(87, 87, 87, 0.5607843137);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  padding: 0;
  gap: 6px;
  transition: 0.4s;
}

.page-content__back.specials.ui-pos-bottom-right:hover {
  background-color: #575757;
}

.page-content__back.specials.ui-pos-bottom-right * {
  color: #fff;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}

.services-explore {
  border-bottom-left-radius: 60px;
  border-bottom-right-radius: 60px;
  overflow: hidden;
}

.services-explore .container {
  align-items: start;
  padding-top: 30px;
}

.services-explore .container .text {
  text-align: left;
  margin-left: 0;
}

.services-explore .container form input {
  height: 65px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 15px;
  border: 3px solid #fff;
  padding-right: 90px;
  font-family: inherit;
  color: #fff;
  font-weight: 800;
  letter-spacing: -0.3px;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  transition: 0.3s;
}

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

/* .list li:nth-child(2) {
  margin-top: 28px;
} */
.list.no-margin li:nth-child(2) {
  margin-top: 0;
}

.table-list .list-item .col-heading {
  font-weight: 900;
  color: rgba(38, 47, 63, 0.7);
  font-size: 12px;
  background-color: rgba(227, 231, 235, 0.5);
  margin-bottom: 5px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.table-list .list-item .item .text {
  font-size: 12px !important;
  line-height: 1.3;
}

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

.bolder:hover {
  color: #1888d7 !important;
}

.special-personel {
  display: flex;
  flex-direction: column !important;
  color: #2d5789;
}

.special-personel .sub-title {
  margin-top: 1rem;
  font-weight: 600;
}

@media (min-width: 768px) {
  .inner-page__content.ui-page-unit-detail {
    height: auto !important;
  }

  .spec-height {
    height: auto !important;
    padding-bottom: 2rem;
  }
}

.spec-height {
  padding-bottom: 2rem !important;
}

.page-content__description .reverse-img img {
  max-width: 56% !important;
  float: left !important;
  margin-right: 2rem;
  border-radius: 20px;
  margin-left: 0 !important;
}

@media (max-width: 768px) {
  .page-content__description img {
    max-width: 100% !important;
    margin-bottom: 1rem;
  }
}

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

.special-personel {
  font-family: "Quicksand", sans-serif !important;
}

.special-personel .personel-title {
  font-weight: 800;
  font-size: 16px;
  font-family: "Quicksand", sans-serif !important;
}

.special-personel .personel-rank {
  font-weight: 300;
  font-size: 14px;
  font-family: "Quicksand", sans-serif !important;
}

.special-personel .personel-sub-title {
  font-weight: 800;
  font-size: 16px;
  font-family: "Quicksand", sans-serif !important;
}

@media (max-width: 768px) {
  .page-content__description .reverse-img img {
    max-width: 100% !important;
    margin-bottom: 1rem;
  }
}

.inner-page__content.not-bg {
  background-color: rgba(0, 0, 0, 0) !important;
}

.card-v1-cover video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (min-width: 480px) {
  .videos-heading__content .text {
    font-size: 15px;
    line-height: 24px;
  }
}

@media (min-width: 992px) {
  .videos-explore {
    height: 550px;
    margin-top: -20px;
  }
}

.detail-video__header {
  margin-top: -20px;
}

@media (min-width: 1200px) {
  .detail-video__header>div {
    padding-top: 19px;
  }
}

.detail-video__heading {
  padding: 22px 20px;
}

.photo.ui-contain.h-25-u {
  height: 120px !important;
}

.section-header.specials .text.ui-state-bg {
  color: #293863 !important;
}

@media (min-width: 1200px) {
  .js-btn-navmobile {
    display: none;
  }
}

.js-btn-navmobile {
  position: absolute;
  top: 1.5rem;
  left: 2rem;
  filter: brightness(0) invert(1);
}

.nav-mobile {
  position: fixed;
  background-color: rgba(41, 56, 99, 0.8);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 23000 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  will-change: opacity;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  transition: 0.3s;
  padding: 0 10px !important;
  padding-left: 10px;
  padding-right: 10px;
  width: 100vw !important;
}

.nav-mobile.is-visible {
  opacity: 1;
  visibility: visible;
}

.nav-mobile__wrapper {
  background: #fff;
  width: 750px;
  max-height: 90vh;
  height: 100%;
  border-radius: 20px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10%);
  transition: 0.4s;
  will-change: opacity, transform;
}

@media (max-width: 767px) {
  .nav-mobile__wrapper {
    margin-left: auto;
    margin-right: auto;
  }
}

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

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

.nav-mobile__wrapper.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.nav-mobile__header {
  position: relative;
  z-index: 2;
}

.nav-mobile__header-body {
  justify-content: space-between;
  align-items: center;
  padding-left: 60px;
  padding-right: 60px;
  height: 70px;
  border-bottom: 1px solid rgba(39, 42, 49, 0.06);
}

@media (max-width: 479px) {
  .nav-mobile__header-body {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.nav-mobile__header-logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.nav-mobile__header-logo a {
  display: block;
  position: relative;
}

.nav-mobile__header-logo a img {
  width: 85px;
  border-radius: 11px;
}

.nav-mobile__header-close {
  display: inline-flex;
  color: #182f4a;
  font-size: 20px;
  color: #000 !important;
  width: 30px !important;
  height: 30px !important;
  z-index: 25000 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  filter: brightness(1) invert(0);
}

.nav-mobile__header-close .icon {
  font-size: 28px;
}

.nav-mobile__content {
  height: calc(100% - 120px);
  overflow-y: auto;
}

.nav-mobile__content>ul {
  padding-top: 15px;
  padding-bottom: 15px;
}

.nav-mobile__content>ul:not(:last-child) {
  border-bottom: 1px solid rgba(39, 42, 49, 0.06);
}

.nav-mobile__content-list>li.is-open>a {
  background: #fff;
}

.nav-mobile__content-list>li.is-open>a .heading .text {
  color: #2d5789;
}

.nav-mobile__content-list>li.is-open>a .heading .icon {
  color: rgba(45, 87, 137, 0.3);
}

.nav-mobile__content-list>li>a {
  padding: 18px 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  top: 0;
}

@media (max-width: 479px) {
  .nav-mobile__content-list>li>a {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.nav-mobile__content-list>li>a .icon.ui-plus {
  color: #2d5789;
  font-size: 20px;
}

.nav-mobile__content-list>li>a .icon.ui-plus .fa-secondary {
  opacity: 0.1;
}

.nav-mobile__content-list>li>a .heading {
  display: inline-flex;
  align-items: center;
}

.nav-mobile__content-list>li>a .heading .text {
  color: #272a31;
  font-size: 18px;
  font-weight: 800;
}

.nav-mobile__content-list>li>a .heading .icon {
  margin-right: 15px;
  font-size: 24px;
  color: rgba(24, 47, 74, 0.2);
}

.nav-mobile__content-other {
  padding-left: 60px;
  padding-right: 60px;
}

@media (max-width: 479px) {
  .nav-mobile__content-other {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.nav-mobile__sub {
  display: none;
  background: rgba(39, 42, 49, 0.06);
}

.nav-mobile__sub li {
  padding-left: 103px;
}

@media (max-width: 479px) {
  .nav-mobile__sub li {
    padding-left: 60px;
  }
}

.nav-mobile__sub li:not(:last-child) a {
  border-bottom: 1px solid rgba(39, 42, 49, 0.06);
}

.nav-mobile__sub li a {
  color: #272a31;
  font-size: 14px;
  font-weight: 600;
  display: block;
  padding: 10px 5px;
}

.nav-mobile__footer {
  padding-left: 60px;
  padding-right: 60px;
  height: 50px;
  border-top: 1px solid rgba(39, 42, 49, 0.06);
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 479px) {
  .nav-mobile__footer {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.nav-mobile__footer a {
  display: inline-flex;
  color: #182f4a;
  font-size: 14px;
}

.nav-mobile__footer a:not(:last-child) {
  margin-right: 20px;
}

header nav .row.d-flex.align-items-center {
  display: flex !important;
  justify-content: space-between;
}

@media (max-width: 1200px) {
  .header-bottom {
    display: none;
  }

  .logo-wrapper.scrolled {
    display: none;
  }

  header nav .row.d-flex.align-items-center .row.d-flex.flex-column .top-menu-links.d-flex.align-items-center {
    flex-wrap: wrap;
  }

  header nav .row.d-flex.align-items-center .logo-wrapper .img-fluid {
    min-width: 150px;
  }

  .slide .slider-navigation-links {
    min-width: 300px;
  }

  header nav .row.d-flex.align-items-center .col-2 {
    margin-left: 50px;
  }

  header .col-10 {
    flex: 0 0 73.333333%;
    max-width: 83.333333%;
  }

  .atrk-logo {
    width: 70px !important;
  }

  .js-btn-navmobile {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 3rem;
    font-size: 24px !important;
  }

  .js-btn-navmobile .icon {
    font-size: 24px;
  }
}

@media (max-width: 1080px) {
  header nav .row.d-flex.align-items-center .row.d-flex.flex-column .top-menu-links.d-flex.align-items-center .btn-link-group.d-flex.align-items-center {
    display: none !important;
  }
}

@media (max-width: 972px) {
  header {
    height: 100px;
  }

  .slide .main-slider .item .absolute-slide-content {
    bottom: auto;
    top: 130px;
  }

  .top-menu-links li:nth-child(1):not(.social-link-group li) {
    display: none !important;
  }

  .top-menu-links li:nth-child(2):not(.social-link-group li) {
    display: none !important;
  }

  .top-menu-links li:nth-child(3):not(.social-link-group li) {
    display: none !important;
  }

  header nav .row.d-flex.align-items-center .row.d-flex.flex-column {
    justify-content: center;
  }

  header nav .row.d-flex.align-items-center .row.d-flex.flex-column .line {
    display: none !important;
  }

  .slide .slider-navigation-links .slider-navigation-wrapper-relative .nav-link {
    padding-left: 20px !important;
  }
}

@media (max-width: 768px) {
  .slide .main-slider .item .absolute-slide-content {
    /* bottom: auto; */
    /* top: 17vh; */
    /* max-width: 40%; */
    /* text-align: center !important;
    align-items: center !important; */
    text-align: left !important;
    align-items: flex-start;
    bottom: 110px;
    top: unset;
  }
}

@media (max-width: 630px) {
  .slide .main-slider .item .absolute-slide-content {
    /* display: none !important; */
    font-size: 20px;
    max-width: 90%;
    width: 90%;
    right: auto !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
  }

  .slide .main-slider .item .big-slide-title {
    font-size: 20px;
    max-width: 100%;
  }

  .slide .main-slider .item .slide-sub-title {
    font-size: 15px;
    max-width: 100%;
  }
}

@media (max-width: 580px) {
  .social-link-group {
    display: none !important;
  }

  header nav .row.d-flex.align-items-center .row.d-flex.flex-column .top-menu-links.d-flex.align-items-center .top-link-item.d-flex.align-items-center {
    font-size: 15px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {

  .slide,
  .slide-material,
  .hero {
    max-height: 70vh !important;
  }
}

@media (max-width: 479px) {

  .slide,
  .slide-material,
  .hero {
    height: 70vh;
    max-height: 70vh;
  }
}

@media (max-width: 1080px) {
  .reels .reels-header.relative {
    margin-bottom: -20px;
  }

  .reels .reels-header.relative .absolute-instagram-link a {
    border-radius: 14px;
    background-color: #e2e6ea;
    padding: 0.6rem;
    width: -moz-max-content;
    width: max-content;
    display: flex;
    font-size: 11px;
    font-weight: 600;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #1553a4;
    font-family: "Quicksand", sans-serif;
    transition: 0.4s ease;
    gap: 8px;
  }

  .reels .reels-header.relative .absolute-instagram-link .link-text {
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .reels .reels-header.relative .absolute-instagram-link .fa-brands.fa-instagram {
    color: #3ab87d;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 27px;
  }

  .reels .reels-header.relative .absolute-instagram-link {
    top: 128%;
  }

  .reels {
    max-width: 100%;
  }
}

@media (max-width: 780px) {
  .section-shortcuts {
    padding-left: 30px;
  }
}

@media (max-width: 500px) {
  .reels .reels-header.relative .absolute-instagram-link {
    position: initial;
    margin-top: 30px;
  }

  .section-news .row.news-row .col-12.col-lg-9 .col-12.col-lg-8 {
    margin-top: 0rem;
  }

  .header-big-title {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 0px;
  }

  .reels-sub-title {
    font-size: 15px;
    margin-bottom: 1rem;
    line-height: 1.2;
    max-width: 70%;
  }
}

@media (max-width: 580px) {
  .section-shortcuts {
    padding-left: 35px;
  }

  .section-shortcuts .shortcuts-slider .owl-stage {
    height: 90px;
  }
}

@media (max-width: 1280px) {
  .section-news .row.news-row .col-12.col-lg-9 .absolute-news-category-links .categories {
    padding-left: 1rem !important;
  }
}

@media (max-width: 1130px) {
  .section-news .row.news-row .col-12.col-lg-9 .absolute-news-category-links {
    width: 95vw;
    margin-top: 50px;
  }
}

@media (max-width: 992px) {
  .section-news {
    padding: 10px !important;
  }

  .section-news .owl-carousel .owl-item img {
    border-radius: 30px !important;
  }

  .section-news .row.news-row .col-12.col-lg-9 .absolute-news-category-links {
    width: 98vw;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 30px;
  }

  .section-news .row.news-row .col-12.col-lg-9 .absolute-news-category-links .categories {
    border-radius: 12px !important;
  }

  .section-news .row.news-row .col-12.col-lg-9 .absolute-news-category-links {
    flex-direction: column;
    align-items: start;
    gap: 10px;
  }

  .section-news .row.news-row .col-12.col-lg-9 .absolute-news-category-links .categories {}

  .section-news .row.news-row .col-12.col-lg-9 .absolute-news-category-links {
    height: -moz-max-content !important;
    height: max-content !important;
    margin-top: 20px;
  }

  .section-news .row.news-row .col-12.col-lg-9 .absolute-news-category-links .categories {
    width: 100% !important;
  }

  .section-news .row.news-row .col-12.col-lg-9 .absolute-news-category-links .all-news-link {
    width: 100% !important;
  }
}

@media (max-width: 768px) {
  .section-news .row.news-row .col-12.col-lg-9 .absolute-news-category-links {
    width: 100% !important;
    margin-bottom: 10px;
  }

  .section-news .row.news-row .col-12.col-lg-9 .absolute-news-category-links .categories .link-item {
    background: #e9ebf1;
    color: #1553a4;
    width: 100%;
    height: 42px;
    padding: 10px;
    border-radius: 10px;
  }

  .section-news .row.news-row .col-12.col-lg-9 .absolute-news-category-links .categories .link-item:hover {
    color: #2e4b99;
  }

  .section-news .row.news-row .col-12.col-lg-9 .absolute-news-category-links .categories {
    gap: 6px;
    background-color: rgba(0, 0, 0, 0) !important;
    padding-right: 0rem !important;
    padding-left: 0rem !important;
    padding-top: 0 !important;
  }
}

@media (max-width: 1280px) {
  .section-islemler .row {
    justify-content: space-around;
  }

  .tab-header .tab-header-item {
    max-height: 50px;
  }
}

@media (max-width: 1205px) {
  .section-islemler .row {
    justify-content: space-around;
    gap: 0px;
    width: 100% !important;
    max-width: 100% !important;
  }

  .tab-header .tab-header-item {
    font-size: 10px;
    min-width: 120px;
  }

  .tab-sub-banner .banner-wrapper.relative .absolute-card-img img {
    width: 200px;
  }

  .tab-sub-banner .banner-wrapper.relative .absolute-card-img {
    right: -70px;
  }

  .tab-sub-banner .banner-wrapper.relative .banner-title {
    font-size: 24px;
  }

  .tab-sub-banner .banner-wrapper.relative .banner-text {
    font-size: 13px;
    max-width: 65%;
  }

  .section-islemler {
    padding: 50px 90px;
  }

  .section-islemler .row {
    gap: 2rem;
  }
}

@media (max-width: 768px) {
  .section-islemler {
    padding: 40px 10px;
  }

  .tab-sub-banner .banner-wrapper.relative .absolute-card-img {
    right: 0;
  }

  .section-islemler .col-6 {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }

  .tab-content-wrapper .tab-content .tab-links .tab-link-item {
    min-width: calc((100% - 4rem) / 3) !important;
  }

  .section-islemler .row .col-6.col-md-12.col-lg-6 .duyuru-slider .owl-nav .owl-prev,
  .section-islemler .row .col-6.col-md-12.col-lg-6 .duyuru-slider .owl-nav .owl-next {
    margin-right: 10px !important;
    background-color: rgba(38, 47, 63, 0.5294117647);
  }

  .section-islemler .row .col-6.col-md-12.col-lg-6 .duyuru-slider .owl-nav .owl-prev,
  .section-islemler .row .col-6.col-md-12.col-lg-6 .duyuru-slider .owl-nav .owl-prev {
    margin-left: 10px !important;
    background-color: rgba(38, 47, 63, 0.5294117647);
  }

  .section-islemler .row .col-6.col-md-12.col-lg-6 .duyuru-slider {
    width: 98%;
    height: 100%;
  }

  .section-islemler .owl-dots {
    width: 98%;
  }

  #carousel-custom-dots {
    max-width: 100%;
    overflow: auto !important;
    padding-bottom: 10px;
    height: 120px;
  }

  .section-islemler .row .col-6.col-md-12.col-lg-6 .duyuru-slider .owl-nav {
    width: 100%;
    position: absolute;
    top: 45%;
    left: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
  }

  #carousel-custom-dots::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    border-radius: 50px;
  }

  #carousel-custom-dots::-webkit-scrollbar-track {
    background: rgba(241, 241, 241, 0.3490196078);
    border-radius: 50px;
  }

  #carousel-custom-dots::-webkit-scrollbar-thumb {
    background-color: rgba(76, 175, 79, 0.6117647059);
    border-radius: 10px;
  }

  #carousel-custom-dots::-webkit-scrollbar-thumb:hover {
    background-color: #45a049;
  }

  #carousel-custom-dots .owl-dot {
    display: inline-block;
    margin: 0 5px;
    flex: 1 1 25% !important;
    min-width: 25% !important;
    overflow: hidden;
    transition: all 0.3s ease;
    border-radius: 10px;
    border: 2px solid rgba(0, 0, 0, 0);
    cursor: pointer;
  }
}

@media (max-width: 480px) {
  .tab-header {
    max-width: 100%;
    height: 100px;
    overflow-x: auto;
  }

  .tab-header .tab-header-item {
    max-height: 50px;
    min-width: 150px !important;
  }

  .tab-header::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    border-radius: 50px;
  }

  .tab-header::-webkit-scrollbar-track {
    background: rgba(241, 241, 241, 0.3490196078);
    border-radius: 50px;
  }

  .tab-header::-webkit-scrollbar-thumb {
    background-color: rgba(76, 175, 79, 0.6117647059);
    border-radius: 10px;
  }

  .tab-header::-webkit-scrollbar-thumb:hover {
    background-color: #45a049;
  }
}

@media (max-width: 600px) {
  .tab-sub-banner .banner-wrapper.relative .absolute-card-img img {
    width: 200px;
  }

  .tab-sub-banner {
    height: 238px;
  }

  .tab-sub-banner .banner-wrapper.relative {
    gap: 1.4rem;
  }

  .tab-sub-banner .banner-wrapper.relative .absolute-card-img {
    position: absolute;
    top: 90%;
    right: 0px;
    transition: 0.4s;
    transform: translateY(-50%) rotate(30deg);
  }

  .tab-sub-banner {
    margin-bottom: 1rem;
  }

  .tab-sub-banner .banner-wrapper.relative .banner-text {
    max-width: 90%;
  }

  .tab-sub-banner .banner-wrapper.relative .banner-title {
    font-size: 40px;
  }

  .tab-sub-banner .banner-wrapper.relative .banner-text {
    font-size: 17px;
    line-height: 1.6;
  }

  .tab-sub-banner .banner-wrapper.relative .banner-icon {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 490px) {
  .tab-sub-banner .banner-wrapper.relative .absolute-card-img img {
    width: 200px;
  }

  .tab-sub-banner {
    height: 238px;
  }

  .tab-sub-banner .banner-wrapper.relative {
    gap: 1.4rem;
  }

  .tab-sub-banner .banner-wrapper.relative .absolute-card-img {
    position: absolute;
    top: 70%;
    right: 0px;
    transition: 0.4s;
    transform: translateY(-50%) rotate(30deg);
  }

  .tab-sub-banner .banner-wrapper.relative .banner-text {
    max-width: 90%;
  }

  .tab-sub-banner .banner-wrapper.relative .banner-title {
    font-size: 30px;
  }

  .tab-sub-banner .banner-wrapper.relative .banner-text {
    font-size: 15px;
    line-height: 1.6;
  }

  .tab-sub-banner .banner-wrapper.relative .banner-icon {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 490px) {
  .tab-sub-banner .banner-wrapper.relative .absolute-card-img img {
    width: 130px;
  }

  .tab-sub-banner .banner-wrapper.relative .banner-title {
    font-size: 18px;
  }
}

@media (max-width: 1280px) {
  .section-duyurular {
    padding: 0 30px;
    margin-top: 52px;
    margin-bottom: 50px;
  }

  .section-duyurular .row {
    flex-direction: column !important;
  }

  .section-duyurular .col-12.col-lg-8 {
    width: 100% !important;
    max-width: 100% !important;
  }

  .section-duyurular .col-12.col-lg-4.d-flex.align-items-center {
    width: 100% !important;
    max-width: 100% !important;
  }

  .section-duyurular .tab-content-wrapper {
    position: relative;
    min-height: 161px;
  }
}

@media (max-width: 768px) {
  .section-duyurular {
    padding: 0 10px !important;
    max-width: 100% !important;
  }

  .all-links a {
    width: -moz-max-content;
    width: max-content;
  }

  .section-duyurular .tab-header .tab-header-item-duyuru {
    max-height: 50px;
  }
}

@media (max-width: 608px) {
  .section-duyurular {
    margin-top: 10px;
  }

  .section-duyurular .tab-content-wrapper {
    height: 56px;
  }

  .section-duyurular .card-box-wrapper.d-flex.align-items-center .card-box-item {
    min-width: 100px !important;
  }

  .section-duyurular .card-box-wrapper.d-flex.align-items-center {
    flex-wrap: wrap;
  }
}

@media (max-width: 1280px) {
  .date-link-group {
    max-width: 100%;
    overflow: auto;
  }

  .date-link-group a {
    min-width: 130px;
  }

  .date-link-group::-webkit-scrollbar {
    display: none;
  }
}

@media (max-width: 768px) {
  .etkinlikler-date-links.d-flex.align-items-center .get-all-dates.d-flex.align-items-center {
    min-width: 130px;
    margin-left: 6px;
  }

  .section-etkinlikler .row {
    gap: 2rem;
  }
}

@media (max-width: 1280px) {
  .foot-brand-section .row.justify-content-between {
    flex-direction: column;
    height: auto !important;
    align-items: center !important;
    text-align: center !important;
  }

  .foot-brand-section .row.justify-content-between .col-7 {
    overflow: visible !important;
    width: 80%;
    max-width: 80%;
    flex: 1 1 80%;
  }

  .foot-brand-section .brand-btn {
    text-align: center;
    justify-content: center;
    display: flex;
    margin-bottom: 2rem;
  }

  .foot-brand-section .col-4 {
    width: 70%;
    max-width: 70%;
    flex: 1 1 70%;
  }

  .foot-brand-section .col-7 {
    overflow: visible !important;
    width: 80% !important;
    max-width: 80% !important;
    flex: 1 1 80% !important;
  }

  .section-hizmetler .tab-content-wrapper {
    overflow: hidden;
  }
}

@media (max-width: 992px) {
  .foot-brand-section .col-7 {
    overflow: visible !important;
    width: 100% !important;
    max-width: 100% !important;
    flex: 1 1 100% !important;
  }
}

@media (max-width: 768px) {
  .section-hizmetler {
    margin-top: 40px;
  }

  .footer {
    margin-bottom: 0px;
  }

  .section-hizmetler .section-hizmetler-slider .owl-nav {
    top: -67px;
  }

  .section-hizmetler .foot-brand-section.d-flex.flex-column.container {
    max-width: 100% !important;
  }

  .tab-content-service {
    flex-wrap: wrap !important;
  }

  .tab-content-service.show .tab-box.d-flex.flex-column {
    min-width: 176px;
    max-width: 176px;
  }

  .explore-btn {
    padding-top: 0px;
  }

  .foot-brand-section .col-4 {
    width: 100%;
    max-width: 100%;
    flex: 1 1 100%;
  }

  .tab-content-service.show {
    justify-content: center;
  }

  .tab-header-item-service {
    max-height: 50px;
  }

  .f-row {
    display: flex;
    flex-direction: row;
    gap: 7px;
  }

  .section-social-links.container.d-flex.flex-column.align-items-center.justify-content-center .support-mobile.d-flex.align-items-center.justify-content-center a .text {
    font-size: 24px;
  }
}

@media (max-width: 500px) {
  .section-hizmetler .foot-brand-section.d-flex.flex-column.container {
    margin-top: 91px;
  }

  .egitimler-header {
    padding-left: 10px;
  }

  .section-social-links.container.d-flex.flex-column.align-items-center.justify-content-center .social-links {
    width: 100%;
  }

  .section-hizmetler .tab-content-wrapper {
    overflow: hidden;
    height: 680px;
    min-height: 680px;
  }

  .tab-content-service.show .tab-box.d-flex.flex-column .img-wrapper {
    min-height: 300px;
    height: 300px;
  }

  .section-social-links.container.d-flex.flex-column.align-items-center.justify-content-center {
    margin-top: 31px;
    gap: 30px;
  }

  .section-social-links.container.d-flex.flex-column.align-items-center.justify-content-center .support-mobile.d-flex.align-items-center.justify-content-center {
    color: #1553a4;
    font-family: "Barlow Condensed", sans-serif;
    gap: 10px;
    flex-direction: column;
    align-items: center !important;
  }
}

@media (max-width: 383px) {
  .tab-content-service.show .tab-box.d-flex.flex-column {
    min-width: 176px;
    max-width: 100% !important;
  }

  .section-hizmetler .tab-content-wrapper {
    overflow: hidden;
    height: 1250px;
  }

  #services-tab {
    height: 1260px !important;
  }

  .explore-btn {
    padding-top: 13px !important;
  }

  .section-hizmetler .section-hizmetler-body {
    width: 100% !important;
    height: 99vh !important;
    max-height: 108vh !important;
  }

  .section-social-links.container.d-flex.flex-column.align-items-center.justify-content-center .social-links .social-link-item {
    height: 60px;
    font-size: 20px;
  }
}

@media (max-width: 620px) {
  .section-shortcuts .shortcuts-slider .item a {
    max-height: 80px !important;
  }
}

.f-row {
  display: flex;
  gap: 10px;
}

/*# sourceMappingURL=main.css.map */

@media (min-width: 2000px) {
  .slide .slider-navigation-links {
    top: 65% !important;
  }

  .nav-indicator {
    margin-top: -5% !important;
    left: -1px !important;
  }

  .slide .slider-navigation-links .slider-navigation-wrapper-relative .nav-link .nav-link-text {
    font-size: 20px !important;
    max-width: 20ch !important;
    text-align: left !important;
  }

  header nav .row.d-flex.align-items-center .row.d-flex.flex-column .bottom-menu-links.d-flex.align-items-center .bottom-link-item.d-flex.align-items-center {
    font-size: 17px;
  }

  header nav .row.d-flex.align-items-center .row.d-flex.flex-column .top-menu-links.d-flex.align-items-center .top-link-item.d-flex.align-items-center {
    font-size: 15px;
  }

  .bold-link-item {
    font-size: 32px;
  }

  .icon-headset {
    font-size: 32px;
  }

  header nav .row.d-flex.align-items-center .row.d-flex.flex-column .top-menu-links.d-flex.align-items-center li .top-link-item.d-flex.align-items-center.btn-link {
    width: 130px;
    height: 50px;
  }

  header nav .row.d-flex.align-items-center .logo-wrapper .img-fluid {
    width: 90% !important;
  }
}

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

@media (max-width: 600px) {
  .slide .slider-navigation-links .slider-navigation-wrapper-relative .nav-link .circle-img-wrapper {
    width: 40px;
    height: 40px;
  }

  .slide .slider-navigation-links .slider-navigation-wrapper-relative .nav-link .nav-link-text {
    font-size: 11px;
  }

  .nav-indicator {
    position: absolute;
    left: -2px;
    margin-top: -3%;
    height: 60px !important;
    background-color: #f6f7f9;
    transition: all 0.7s;
    width: 80%;
    z-index: -1;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
  }

  .slide .slider-navigation-links .slider-navigation-wrapper-relative .nav-link {
    margin-bottom: 20px;
  }

  .slide .slider-navigation-links {
    top: 64%;
  }

  .reels .reels-slider-wrapper {
    padding-top: 30px;

    width: 70%;
    margin: auto;
  }
}

@media (max-width: 1080px) {
  .reels .reels-slider-wrapper {
    padding-top: 90px;
  }
}

@media (max-width: 500px) {
  .reels .reels-slider-wrapper {
    padding-top: 30px;
  }
}

.section-news .row.news-row .col-12.col-lg-9 .col-12.col-lg-8 .section-news-slider.owl-carousel.owl-theme .owl-dots {
  bottom: 20px;
}

@media (max-width: 1280px) {
  .section-news .row.news-row .col-12.col-lg-9 .absolute-news-category-links .categories {
    /* display: none; */
  }

  .section-news .row.news-row .absolute-news-category-links {
    color: #1553a4;
    display: flex;
    align-items: center;
    justify-content: end;
    margin-top: 15px;
    width: 100%;
    height: 60px;
  }

  .section-news .row.news-row .absolute-news-category-links .all-news-link {
    padding: 0 0 !important;
    min-height: 40px;
  }

  .section-news .row.news-row .slider-senkron-card-item .title {
    font-size: 11px;
    font-weight: 600;
    line-height: 14px;
    z-index: 5;
  }

  .section-news .row.news-row .slider-senkron-card-item .date {
    font-size: 10px;
  }

  .section-news .row.news-row .slider-senkron-card-item {
    gap: 3px;
  }

  .section-news .row.news-row .col-12.col-lg-3 .mayor-card-relative .mayor-card .mayor-card-body a {
    display: flex;
    align-items: center;
    font-size: 11px;
    font-weight: 600;
    gap: 8px;
    height: 50px;
    padding: 10px;
    border-radius: 20px;
    border: 1px solid #f1888754;
    justify-content: center;
  }

  .section-news .row.news-row .col-12.col-lg-3 .mayor-card-relative .mayor-card .mayor-card-body .card-nav {
    display: flex;
    flex-direction: row;
    gap: 12px;
    flex-wrap: wrap;
  }

  .section-news .row.news-row .col-12.col-lg-3 .mayor-card-relative .mayor-card .mayor-card-body a {
    flex: 1 1 calc((100% / 2) - 36px);
  }

  .section-news .row.news-row .col-12.col-lg-3 .mayor-card-relative .mayor-card .mayor-card-body a .icon-chevron-right {
    min-width: 20px;
    width: 20px;
    height: 20px;
  }

  .section-news .row.news-row .col-12.col-lg-3 .mayor-card-relative img {
    width: 100%;
    max-height: 70%;
    margin: auto;
    margin-top: 0px;
    background-color: #ecf0f2;
    border-radius: 30px;
    overflow: hidden;
  }

  .section-news .row.news-row .col-12.col-lg-3 .mayor-card-relative .mayor-card .mayor-social-links {
    padding-left: 0 !important;
  }

  .section-news .row.news-row .col-12.col-lg-3 .mayor-card-relative .mayor-card {
    background-color: transparent;
    position: relative;
    padding: 2.5rem 1rem;
    padding-bottom: 1rem;
    /* box-shadow: 0 0 50px #00000008; */
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-radius: 20px;
    margin-top: 0px;
  }

  .section-news .row.news-row .col-12.col-lg-3 .mayor-card-relative .mayor-card .mayor-card-body a {
    font-size: 10px;
  }

  .section-news-slider img {
    border-radius: 30px;
  }
}

.mobile-news-item-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 1.2rem;
  height: 100%;
  background: linear-gradient(to bottom, #293863 0%, rgba(41, 56, 99, 0) 100%);
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-radius: 30px;
}

.mobile-news-item-content .date {
  font-size: 10px;
}

.mobile-news-item-content .title {
  font-size: 12px;
  font-weight: 600;
}

@media (max-width: 1200px) {
  .section-news .col-12.col-lg-4 {
    display: none !important;
  }

  .section-news .row.news-row .col-12.col-lg-8 {
    width: 100% !important;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .section-news-slider img {
    border-radius: 30px;
  }

  .section-news .row.news-row .col-12.col-lg-8 {
    width: 100% !important;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .section-news .col-12.col-lg-4 {
    display: none !important;
  }

  .section-news-slider img {
    border-radius: 30px;
  }

  .section-news .row.news-row {
    /*  height: 100%;
  max-width: 90%;
  margin: auto; */
  }
}

.section-news-slider img {
  border-bottom-right-radius: 30px;
  border-top-right-radius: 30px;
}

@media (min-width: 999px) {
  .mobile-news-item-content {
    border-radius: 0px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
  }
}

@media (max-width: 1200px) {
  .section-news .row.news-row .col-12.col-lg-9 {
    width: 70%;
    flex: 0 0 70%;
    max-width: 70%;
  }

  .section-news .row.news-row .col-12.col-lg-3 {
    width: 30%;
    flex: 0 0 30%;
    max-width: 30%;
  }
}

.absolute-mayor-card-body {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 9999;
}

.absolute-mayor-card-body .card-nav {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.absolute-mayor-card-body .card-nav a {
  display: flex;
  align-items: center;
  font-size: 14px;
  gap: 8px;
}

.absolute-mayor-card-body .card-nav a i {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #ffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #011b5a;
  font-size: 16px;
  border: 2px solid rgba(0, 0, 0, 0);
  transition: 0.3s;
}

.absolute-mayor-card-body .card-nav a .hover-text {
  opacity: 0;
  transform: translateX(-10px);
  transition: 0.4s;
  background-color: #ffff;
  color: #011b5a;
  padding: 12px 24px;
  border-radius: 12px;
  z-index: 13000;
  font-size: 0.7rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  font-weight: 600;
}

.absolute-mayor-card-body .card-nav a:hover .hover-text {
  opacity: 1;
  transform: translateX(0px);
}

.absolute-mayor-card-body .card-nav a:hover i {
  border: 2px solid rgba(0, 0, 0, 0.3);
}

.section-news .row.news-row .col-12.col-lg-3 .mayor-card-relative img {
  border-top-left-radius: 30px !important;
  border-bottom-left-radius: 30px !important;
}

.section-news .row.news-row .col-12.col-lg-3 .mayor-card-relative img {
  margin-top: 0;
}

.absolute-name-flex-column {
  position: absolute;
  bottom: 60px;
  right: 1rem;

  pointer-events: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px 0px;
  border-radius: 30px;
  align-items: end;
}

.absolute-name-flex-column .absolute-name-title {
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  max-width: 15ch;
  text-align: right;
}

.absolute-name-flex-column .absolute-rank {
  font-size: 14px;
  font-weight: 600;
  color: #fff;

  text-align: right;
}

@media (max-width: 1280px) {
  .absolute-mayor-card-body {
    left: -15px;
  }
}

@media (max-width: 650px) {
  .section-news .row.news-row {
    flex-direction: column;
  }

  .section-news .col-12.col-lg-9 {
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  .section-news .col-12.col-lg-3 {
    width: 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
    padding-bottom: 2rem;
    margin: auto;
  }
}

@media (max-width: 768px) {
  .absolute-name-flex-column .absolute-name-title {
    font-size: 20px;
  }

  .absolute-name-flex-column .absolute-rank {
    font-size: 12px;
  }

  .absolute-name-flex-column {
    bottom: 30px;
  }
}

@media (max-width: 580px) {
  .section-news .col-12.col-lg-3 {
    width: 80% !important;
    flex: 0 0 80% !important;
    max-width: 80% !important;
    padding-bottom: 2rem;
    margin: auto;
  }

  .js-btn-navmobile {
    left: 2rem;
  }

  header nav .row.d-flex.align-items-center .col-2 {
    margin-left: 30px;
  }

  .section-islemler .row .col-6.col-md-12.col-lg-6 .duyuru-slider .owl-nav {
    display: none !important;
  }
}

@media (max-width: 769px) {
  .section-news .row.news-row .col-12.col-lg-9 .absolute-news-category-links .categories {
    display: none !important;
  }

  .section-news {
    min-height: 67vh;
  }

  .col-egitimler {
    gap: 1.5rem;
  }

  .col-etkinlikler {
    gap: 1.5rem;
  }

  .tab-sub-banner {
    margin-top: 100px;
  }
}

@media (max-width: 769px) and (min-width: 580px) {
  .egitim-slider.owl-carousel.owl-theme .item .img-wrapper img {
    height: 400px;
    max-height: 400px;
  }
}

.tab-content-duyuru .all-links {
  margin-bottom: 20px !important;
  margin-top: 20px !important;
}

.tab-content-duyuru .all-links a {
  color: #012a53;
  margin-bottom: 20px !important;
  margin-top: 20px !important;
  transition: 0.4s;
}

.tab-content-duyuru .all-links a:hover {
  color: #82b453;
}

@media (max-width: 1300px) {
  .section-duyurular .col-12.col-lg-4.d-flex.align-items-center {
    margin-top: 2.3rem;
  }

  .foot-brand-section .col-4 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer-row {
    /* flex-direction: column!important; */
  }
}

@media (max-width: 583px) {
  .header-big-title {
    line-height: 44px;
  }

  .reels-sub-title {
    max-width: 95%;
  }
}

#services-tab {
  margin-top: 2rem;
}

@media (max-width: 500px) and (max-height: 670px) {
  #services-tab {
    height: 1380px !important;
  }

  .explore-btn {
    transform: translateY(-130px);
  }

  .section-hizmetler .section-hizmetler-slider .owl-nav {
    right: 10px;
  }
}

@media (max-width: 980px) {
  .header-logo.ui-style-1 {
    display: none;
  }

  .section-social-links.container.d-flex.flex-column.align-items-center.justify-content-center .support-mobile.d-flex.align-items-center.justify-content-center {
    color: #1553a4;
    font-family: "Barlow Condensed", sans-serif;
    gap: 10px;
    flex-direction: column;
    align-items: center !important;
  }
}

@media (max-width: 650px) {
  .section-news .row.news-row {
    flex-direction: column;
    gap: 2rem;
  }
}

.nav-mobile {
  position: fixed;
  background-color: rgba(2, 47, 57, 0.8);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 11111;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  will-change: opacity;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  transition: 0.3s;
  padding-left: 10px;
  padding-right: 10px;
}

.nav-mobile.is-visible {
  opacity: 1;
  visibility: visible;
}

.nav-mobile__wrapper {
  background: #dbe2e7;
  width: 750px;
  max-height: 90vh;
  height: 100%;
  border-radius: 20px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10%);
  transition: 0.4s;
  will-change: opacity, transform;
}

@media (max-width: 767px) {
  .nav-mobile__wrapper {
    margin-left: auto;
    margin-right: auto;
  }
}

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

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

.nav-mobile__wrapper.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.nav-mobile__header {
  position: relative;
  z-index: 2;
}

.nav-mobile__header-body {
  justify-content: space-between;
  align-items: center;
  padding-left: 60px;
  padding-right: 60px;
  height: 70px;
  border-bottom: 1px solid rgba(94, 120, 143, 0.06);
}

@media (max-width: 479px) {
  .nav-mobile__header-body {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.nav-mobile__header-logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.nav-mobile__header-logo a {
  display: block;
  position: relative;
}

.nav-mobile__header-logo a img {
  width: 85px;
  border-radius: 11px;
}

.nav-mobile__header-close {
  display: inline-flex;
  color: #7a93a9;
}

.nav-mobile__header-close .icon {
  font-size: 28px;
}

.nav-mobile__content {
  height: calc(100% - 120px);
  overflow-y: auto;
}

.nav-mobile__content>ul {
  padding-top: 15px;
  padding-bottom: 15px;
}

.nav-mobile__content>ul:not(:last-child) {
  border-bottom: 1px solid rgba(94, 120, 143, 0.06);
}

.nav-mobile__content-list>li.is-open>a {
  background: #fff;
}

.nav-mobile__content-list>li.is-open>a .heading .text {
  color: #0097fe;
}

.nav-mobile__content-list>li.is-open>a .heading .icon {
  color: rgba(254, 126, 0, 0.3);
}

.nav-mobile__content-list>li>a {
  padding: 18px 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  top: 0;
}

@media (max-width: 479px) {
  .nav-mobile__content-list>li>a {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.nav-mobile__content-list>li>a .icon.ui-plus {
  color: #0097fe;
  font-size: 20px;
}

.nav-mobile__content-list>li>a .icon.ui-plus .fa-secondary {
  opacity: 0.1;
}

.nav-mobile__content-list>li>a .heading {
  display: inline-flex;
  align-items: center;
}

.nav-mobile__content-list>li>a .heading .text {
  color: #5e788f;
  font-size: 18px;
  font-weight: 800;
}

.nav-mobile__content-list>li>a .heading .icon {
  margin-right: 15px;
  font-size: 24px;
  color: rgba(122, 147, 169, 0.2);
}

.nav-mobile__content-other {
  padding-left: 60px;
  padding-right: 60px;
}

@media (max-width: 479px) {
  .nav-mobile__content-other {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.nav-mobile__sub {
  display: none;
  background: rgba(94, 120, 143, 0.06);
}

.nav-mobile__sub li {
  padding-left: 103px;
}

@media (max-width: 479px) {
  .nav-mobile__sub li {
    padding-left: 60px;
  }
}

.nav-mobile__sub li:not(:last-child) a {
  border-bottom: 1px solid rgba(94, 120, 143, 0.06);
}

.nav-mobile__sub li a {
  color: #5e788f;
  font-size: 14px;
  font-weight: 600;
  display: block;
  padding: 10px 5px;
}

.nav-mobile__footer {
  padding-left: 60px;
  padding-right: 60px;
  height: 50px;
  border-top: 1px solid rgba(94, 120, 143, 0.06);
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 479px) {
  .nav-mobile__footer {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.nav-mobile__footer a {
  display: inline-flex;
  color: #7a93a9;
  font-size: 14px;
}

.nav-mobile__footer a:not(:last-child) {
  margin-right: 20px;
}

.nav-mobile__sticky-wrapper {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3000;
  display: none;
}

@media (max-width: 767px) {
  .nav-mobile__sticky-wrapper {
    display: block;
  }
}

.nav-mobile__sticky-headings {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  box-shadow: 0 -10px 30px rgba(94, 120, 143, 0.2);
  z-index: 10;
}

.nav-mobile__sticky-headings ul {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 480px) and (max-width: 767px) {
  .nav-mobile__sticky-headings ul {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}

.nav-mobile__sticky-headings ul li {
  flex: 0 0 20%;
  max-width: 20%;
  position: relative;
}

.nav-mobile__sticky-headings ul li.is-current a:not(.ui-item-search) .icon,
.nav-mobile__sticky-headings ul li.is-current a:not(.ui-item-search) .heading,
.nav-mobile__sticky-headings ul li.is-current button:not(.ui-item-search) .icon,
.nav-mobile__sticky-headings ul li.is-current button:not(.ui-item-search) .heading {
  color: #0097fe;
}

.nav-mobile__sticky-headings ul li a,
.nav-mobile__sticky-headings ul li button {
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav-mobile__sticky-headings ul li a:not(.ui-item-search),
.nav-mobile__sticky-headings ul li button:not(.ui-item-search) {
  justify-content: center;
  text-align: center;
  flex-direction: column;
  height: 60px;
}

.nav-mobile__sticky-headings ul li a:not(.ui-item-search) .icon,
.nav-mobile__sticky-headings ul li button:not(.ui-item-search) .icon {
  color: #5e788f;
  opacity: 0.4;
  font-size: 20px;
}

.nav-mobile__sticky-headings ul li a:not(.ui-item-search) .heading,
.nav-mobile__sticky-headings ul li button:not(.ui-item-search) .heading {
  font-size: 11px;
  line-height: 1.2;
  margin-top: 5px;
  font-weight: 700;
  color: #1553a4;
}

.nav-mobile__sticky-headings ul li a:not(.ui-item-search) .figure img,
.nav-mobile__sticky-headings ul li button:not(.ui-item-search) .figure img {
  width: 40px;
}

.nav-mobile__sticky-headings ul li a.ui-item-search,
.nav-mobile__sticky-headings ul li button.ui-item-search {
  width: 60px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -13px;
  background-color: #0097fe;
  border-radius: 50%;
  border: 4px solid #fff;
  box-shadow: 0 0 5px rgba(94, 120, 143, 0.2);
}

.nav-mobile__sticky-headings ul li a.ui-item-search .icon,
.nav-mobile__sticky-headings ul li button.ui-item-search .icon {
  color: #fff;
  font-size: 24px;
}

.nav-mobile__sticky-container {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(2, 47, 57, 0.8);
  transition: 0.3s;
}

.nav-mobile__sticky-container:not(.is-visible) {
  opacity: 0;
  visibility: hidden;
}

.nav-mobile__sticky-content {
  position: absolute;
  right: 0;
  bottom: 60px;
  left: 0;
  height: 80%;
  background-color: #fff;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  will-change: transform;
  transition: 0.4s;
}

@media (min-width: 480px) and (max-width: 767px) {
  .nav-mobile__sticky-content {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}

.nav-mobile__sticky-content:not(.is-visible) {
  opacity: 0;
  visibility: hidden;
  transform: translateY(100%);
  will-change: transform;
}

.nav-mobile__sticky-content .activities>ul {
  position: relative;
}

.nav-mobile__sticky-content .activities>ul::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  z-index: 1;
  height: 25px;
}

.nav-mobile__sticky-content .card-state {
  padding-bottom: 20px;
}

.nav-mobile__sticky-list ul {
  row-gap: 10px;
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 479px) {
  .nav-mobile__sticky-list ul {
    flex-direction: column;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .nav-mobile__sticky-list ul {
    margin-left: -5px;
    margin-right: -5px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .nav-mobile__sticky-list ul li {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 5px;
    padding-right: 5px;
  }
}

.nav-mobile__sticky-list ul li a {
  display: flex;
  align-items: center;
  border-radius: 15px;
  transition: 0.3s;
  border: 1px solid rgba(94, 120, 143, 0.2);
}

.nav-mobile__sticky-list ul li a .icon {
  height: 57px;
  width: 50px;
  align-items: center;
  justify-content: center;
  border-right: 1px solid rgba(94, 120, 143, 0.1);
  font-size: 20px;
  font-weight: 900;
  letter-spacing: -1.5px;
  padding-left: 4px;
  color: rgba(94, 120, 143, 0.3);
}

.nav-mobile__sticky-list ul li a .desc {
  flex: 1;
  padding-left: 12px;
  padding-right: 15px;
}

.nav-mobile__sticky-list ul li a .desc .title {
  line-height: 1.45;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: auto;
  color: #5e788f;
  font-weight: 800;
  font-size: 13px;
  letter-spacing: -0.3px;
  line-height: 1.4;
}

.nav-mobile__content-header {
  align-items: center;
  justify-content: space-between;
  height: 75px;
  padding-left: 20px;
  padding-right: 20px;
}

.nav-mobile__content-header .heading {
  color: rgba(122, 147, 169, 0.2);
  font-size: 28px;
  font-family: "Bebas Neue", cursive;
  line-height: 1;
}

.nav-mobile__content-header .close {
  display: inline-flex;
}

.nav-mobile__content-header .close .icon {
  color: rgba(122, 147, 169, 0.65);
  font-size: 24px;
}

.nav-mobile__content-wrapper {
  height: calc(100% - 70px);
  overflow-y: auto;
  scrollbar-color: #0097fe rgba(254, 126, 0, 0.1);
  scrollbar-width: thin;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 40px;
}

.nav-mobile__content-wrapper::-webkit-scrollbar-track {
  background-color: rgba(254, 126, 0, 0.1);
}

.nav-mobile__content-wrapper::-webkit-scrollbar {
  width: 5px;
}

.nav-mobile__content-wrapper::-webkit-scrollbar-thumb {
  background-color: #0097fe;
}

.nav-mobile__content-wrapper .list-nav {
  overflow-x: auto;
  margin-right: -20px;
}

.nav-mobile__content-wrapper .list-nav ul li {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.nav-mobile__content-wrapper .list-nav ul li:not(:last-child) {
  margin-right: 10px;
}

.nav-mobile__content-wrapper .list-nav ul li a {
  background-color: rgba(219, 226, 231, 0.5);
}

.footer-links.ui-list-btn li {
  list-style: none;
}

.footer-links ul li a::before {
  display: none;
}

@media (max-width: 987px) {
  header {
    height: 98px;
  }

  .header-bg-wrapper {
    height: 105px;
  }

  header nav .row.d-flex.align-items-center .row.d-flex.flex-column .line {
    display: none;
  }

  .inner-page__heading .inner-page__heading-content {
    align-items: center !important;
  }

  .inner-page__heading.ui-pos-relative:not(.ui-no-heading-content) .container {
    margin-top: -50px !important;
  }

  .inner-page__header .inner-page__heading-content .title {
    font-size: 36px !important;
  }

  .detail-personnel__photo {
    /*    max-width: 60%; */
    margin: auto;
  }

  .mobile-mt-down-150 {
    margin-top: 150px !important;
  }
}

@media (max-width: 740px) {
  .detail-personnel__photo {
    max-width: 60%;
    margin: auto;
  }
}

.mt-210 {
  margin-top: 210px;
}

.mt-down-0 {
  margin-top: 0px !important;
}

@media (max-width: 570px) {
  .mt-210 {
    margin-top: 200px;
  }

  .inner-page__header .inner-page__heading-content .title {
    font-size: 24px !important;
  }

  .detail-personnel__photo {
    max-width: 80%;
    margin: auto;
  }
}

@media (max-width: 1280px) {
  .inner-page__heading.ui-pos-relative {
    position: relative;
    height: 220px;
  }

  .spec-mahalle .table-header {
    margin-top: -60px;
  }

  .mobile-down-80 {
    margin-top: 120px !important;
  }

  .mobile-mt-70 {
    margin-top: -70px !important;
  }
}

@media (max-width: 982px) {
  .mobile-down-0 {
    margin-top: 150px !important;
  }

  .mobile-down-80 {
    margin-top: 30px !important;
  }

  .services-explore {
    background-color: transparent;
  }

  .services-explore .container .title {
    font-size: 30px;
  }
}

@media (max-width: 570px) {
  .mobile-down-0 {
    margin-top: 120px !important;
  }

  .mobile-down-80 {
    margin-top: 80px !important;
  }

  .inner-page__content.ui-no-bg.ui-pt-70px.fullcalendar-v1 {
    margin-top: -60px;
  }

  .services-explore .container .text {
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  .inner-page__heading.ui-pos-relative {
    position: relative;
    height: 200px;
  }

  .breadcrumb.ui-pos-bottom {
    bottom: -30px !important;
    width: 95%;
  }

  .ui-pt-40px {
    padding-top: 20px !important;
  }

  .mobile-mt-50 {
    margin-top: -50px !important;
  }
}

.detail-personnel__photo a {
  display: flex;
}

.detail-personnel__photo img {
  height: 90%;
}

@media (max-width: 768px) {
  .detail-personnel__description-content {
    align-items: start;
    margin-top: 40px;
  }

  .baskan-photos.container .owl-nav {
    z-index: 9999;
  }

  .baskan-photos.container .owl-nav .owl-prev {
    margin-left: 0 !important;
  }

  .baskan-photos.container .owl-nav .owl-next {
    margin-right: 0 !important;
  }
}

.baskan-photos.container {
  margin-top: -50px;
}

@media (max-width: 1100px) {
  .video-box .mayor-video-box-relative .baskan-info img {
    width: 150px !important;
  }
}

@media (max-width: 900px) {
  .video-box .mayor-video-box-relative .baskan-info img {
    width: 100px !important;
  }

  .video-box .mayor-video-box-relative .baskan-info {
    right: -40px !important;
  }

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

@media (max-width: 600px) {
  .video-box {
    flex-direction: column-reverse;
    align-items: center;
    gap: 30px;
    padding: 2rem;
    padding-bottom: 0;
  }

  .video-box .mayor-video-box-relative {
    width: 65%;
  }

  .video-box .mayor-video-box-relative .baskan-info img {
    width: 170px !important;
  }

  .video-box .mayor-video-box-relative .baskan-info {
    top: 70px;
  }

  .video-box .img-fluid {
    width: 100%;
  }

  .video-box .mayor-video-box-relative img {
    margin-bottom: 0;
  }
}

@media (max-width: 550px) {
  .video-box .mayor-video-box-relative .baskan-info img {
    width: 110px !important;
  }

  .video-box .mayor-video-box-relative .baskan-info {
    top: 20px;
    right: -70px;
  }

  .video-box {
    margin-top: -40px;
  }
}

.atrk-logo {
  width: 100px;
  max-height: 40px;
  object-fit: cover;
  overflow: visible;
}

@media (max-width: 1200px) {

  .top-menu-links li:nth-child(1):not(.social-link-group li),
  .top-menu-links li:nth-child(2):not(.social-link-group li),
  .top-menu-links li:nth-child(3):not(.social-link-group li),
  .top-menu-links li:nth-child(4):not(.social-link-group li) {
    display: none !important;
  }
}

@media (max-width: 700px) {
  .social-link-group {
    display: none !important;
  }

  .atrk-logo {
    width: 50px !important;
  }
}

@media (max-width: 500px) {
  header nav .row.d-flex.align-items-center .logo-wrapper .img-fluid {
    min-width: 100px;
  }
}

.inner-page__header {
  margin-top: -4.5rem;
  padding-bottom: 1rem;
  align-items: center;
  text-align: center;
}

.breadcrumb.ui-pos-bottom {
  position: absolute;
  right: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.inner-page__header::before {
  display: none !important;
}

.inner-page__photo.ui-pos-absolute::after {
  display: none !important;
}

.inner-page__photo.ui-pos-absolute img {
  display: none !important;
}

.spec-list .table-list .list li:nth-child(1) {
  margin-bottom: 28px !important;
}

@media (max-width: 768px) {
  .footer {
    margin-bottom: 60px !important;
  }
}

@media (max-width: 1280px) {
  header nav .row.d-flex.align-items-center .row.d-flex.flex-column .top-menu-links.d-flex.align-items-center .top-link-item.big-item {
    font-size: 17px;
  }

  .bottom-menu-links a {
    font-size: 12px;
  }

  .menu-activities-slider .item .d-flex.align-items-center .item-body .item-title {
    max-width: 16ch !important;
    font-size: 10px !important;
    font-weight: 600 !important;
    line-height: 12px !important;
  }
}

@media (max-width: 500px) {
  header nav .row.d-flex.align-items-center .row.d-flex.flex-column .top-menu-links.d-flex.align-items-center .top-link-item.d-flex.align-items-center {
    font-size: 12px;
  }

  .atrk-logo {
    width: 40px !important;
  }

  header nav .row.d-flex.align-items-center .logo-wrapper .img-fluid {
    min-width: 130px;
  }
}

@media (max-width: 450px) {

  .icon-headset,
  .bold-link-item {
    display: none !important;
  }

  .atrk-logo {
    width: 50px !important;
  }

  header nav .row.d-flex.align-items-center .logo-wrapper .img-fluid {
    min-width: 130px;
  }
}

@media (min-width: 1200px) {
  .mobile-news-item-content {
    display: none !important;
  }
}

.card-box-wrapper.d-flex.align-items-center .card-box-item .text {
  line-height: 6px;
}

.etkinlikler-slider.owl-carousel.owl-theme .item .etkinlik-info.d-flex.flex-column {
  max-height: 180px;
  overflow-y: auto;
}

.etkinlikler-slider.owl-carousel.owl-theme .item .etkinlik-info.d-flex.flex-column::-webkit-scrollbar {
  display: none;
}

.etkinlikler-slider.owl-carousel.owl-theme .item .etkinlik-info.d-flex.flex-column .etkinlik-footer:nth-child(2) {
  margin-top: 50px;
}

.etkinlik-footer.scrollDown {
  position: relative;
}

.etkinlik-footer.scrollDown:after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: -65px;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 30px;

  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 12px;
  animation: scr 0.4s infinite linear alternate;
}

@keyframes scr {
  0% {
    top: -65px;
  }

  100% {
    top: -69px;
  }
}

@media (max-width: 6000px) {
  .section-duyurular .card-box-wrapper.d-flex.align-items-center .card-box-item:last-child {
    background-color: #012a53;
    color: #fff;
  }
}

@media (max-width: 1025px) and (min-width: 992px) {
  .section-news .row.news-row .col-12.col-lg-9 .absolute-news-category-links {
    justify-content: start !important;
    gap: 6px !important;
  }
}

@media (max-width: 1025px) {
  .nav-indicator {
    left: -2px !important;
  }
}

@media (max-width: 1281px) and (max-height: 801px) and (orientation: landscape) {
  .section-news .row.news-row .col-12.col-lg-3 .mayor-card-relative .mayor-card .mayor-social-links {
    bottom: 10px !important;
  }
}

@media (max-width: 800px) and (min-width: 600px) and (min-height: 750px) and (orientation: portrait) {

  /* TABLET DÄ°KET MOD Ä°Ã‡Ä°N KURALLAR */
  .reels {
    min-height: 47vh !important;
  }

  .section-news {
    min-height: 37vh;
  }

  .section-hizmetler .section-hizmetler-body {
    height: 67vh;
  }

  .personnel.ui-list-single-2 ul li:nth-child(-n + 2) {
    flex: 0 0 calc(100% / 2);
    max-width: 100%;
    display: flex;
    justify-content: center;
  }

  .personnel.ui-list-single-2 ul li:nth-child(-n + 2) .personnel-card {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  .personnel[class*="ui-list-single-"] ul li:nth-child(1) {
    min-width: 100% !important;
  }

  .inner-page-clean {
    margin-top: 125px !important;
  }

  .inner-page-clean-negative {
    margin-top: -100px !important;
  }
}

/* ! MOBÄ°L Ä°Ã‡Ä°N DÄ°KEY MOD */

@media (max-width: 599px) and (min-width: 320px) and (min-height: 480px) and (orientation: portrait) {

  /* MOBÄ°L DÄ°KEY MOD Ä°Ã‡Ä°N KURALLAR */
  .mt-list {
    margin-top: -60px !important;
  }

  .mt-list-2 {
    margin-top: -30px !important;
  }

  .personnel.ui-list-single-2 ul li:nth-child(-n + 2) {
    flex: 0 0 calc(100% / 2);
    max-width: 100%;
    display: flex;
    justify-content: center;
  }

  .personnel.ui-list-single-2 ul li:nth-child(-n + 2) .personnel-card {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  .personnel[class*="ui-list-single-"] ul li:nth-child(1) {
    min-width: 100% !important;
  }

  .section-social-links.container.d-flex.flex-column.align-items-center.justify-content-center .social-links {
    justify-content: center !important;
  }

  .inner-page-clean {
    margin-top: 125px !important;
  }

  .inner-page-clean-negative {
    margin-top: -100px !important;
  }
}

/* ! MOBÄ°L Ä°Ã‡Ä°N YATAY MOD */
@media (max-width: 992px) and (max-height: 500px) and (orientation: landscape) {

  /* MOBÄ°L YATAY MOD Ä°Ã‡Ä°N KURALLAR */
  .slide,
  .slide-material,
  .hero {
    /* max-height: 70vh !important; */
    height: 100vh;
    max-height: max-content !important;
  }

  .slide .main-slider .item .big-slide-title {
    font-size: 20px !important;
  }

  .slide .main-slider .item .slide-sub-title {
    font-size: 15px !important;
  }

  .slide .main-slider .item .absolute-slide-content {
    top: 30vh !important;
  }

  .main-links-s .section-social-links.container.d-flex.flex-column.align-items-center.justify-content-center {
    margin-top: 372px !important;
  }
}

.nav-mobile__sticky-headings {
  background-color: #293863;
  padding: 0 1rem;
}

.nav-mobile__sticky-headings ul li a.ui-item-search,
.nav-mobile__sticky-headings ul li button.ui-item-search {
  background-color: #e8ecf0;
}

.nav-mobile__sticky-headings ul li a.ui-item-search .icon,
.nav-mobile__sticky-headings ul li button.ui-item-search .icon {
  color: #293863;
}

.nav-mobile__sticky-headings ul li a:not(.ui-item-search) .icon,
.nav-mobile__sticky-headings ul li button:not(.ui-item-search) .icon {
  color: #ffffff;
  opacity: 0.6;
  font-size: 20px;
}

.nav-mobile__sticky-headings ul li a:not(.ui-item-search) .heading,
.nav-mobile__sticky-headings ul li button:not(.ui-item-search) .heading {
  font-size: 9px;
  line-height: 1.2;
  margin-top: 5px;
  font-weight: 700;
  color: #f3f5f7d9;
}

.nav-mobile__sticky-headings ul li a:not(.ui-item-search) .figure img,
.nav-mobile__sticky-headings ul li button:not(.ui-item-search) .figure img {
  width: 40px;
  filter: invert(1);
  opacity: 0.4;
}

.baskan-photos.container .owl-carousel.owl-theme.baskan-photos-carousel .baskan-photos-item .baskan-photo-img img {
  height: 189px;
}

@media (min-width: 1279px) {
  .clean-wrapper {
    margin-top: 40px !important;
  }
}

.fixed-btn.ui-search {
  background: #1553a4 !important;
}

.fixed-btn.ui-search::before,
.fixed-btn.ui-search::after {
  background: rgb(36 55 97 / 8%) !important;
}

.reels {
  position: relative;
}

.insta-get-loading {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70%;

  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 500;
  background-color: #ffffff;
  gap: 50px;
}

.insta-get-loading img {
  width: 200px;
}

.insta-get-loading .loading-txt-wrapper {
  display: flex;
  flex-direction: column;
}

.insta-get-loading .loading-txt-wrapper .title {
  font-size: 24px;
  color: #011b5a;
  font-weight: bold;
  line-height: 1;
}

.insta-get-loading .loading-txt-wrapper .text-small {
  font-size: 14px;
  color: #012a53;
  opacity: 0.7;
  font-weight: 300;
}

.spec-organizasyon-semasi {
  padding-top: 200px;
}

.schema-mayor-relative {
  position: relative;
}

@media (max-width: 769px) {
  .schema-header ul {
    display: flex;
    flex-direction: column;
  }

  .schema-header ul li {
    order: 1;
  }

  .schema-header ul li:nth-child(2) {
    order: 0 !important;
  }
}

.schema-mayor-relative .absolute-mayor-img {
  position: absolute;
  top: -249px;
  left: 0;
  width: 100%;
  z-index: -1;
}

.schema-mayor-relative .absolute-mayor-img img {
  width: 200px;
  z-index: -1;
  object-fit: contain;
}

.spec-activities .inner-page__article:not(.ui-no-width) {
  flex: 1;
  max-width: 100%;
  height: 100%;
}

.spec-activities .detail-activity__header-description {
  overflow: hidden;
  border-radius: 30px;
}

.spec-activities .detail-activity__header-description {
  overflow: hidden !important;
  border-radius: 30px !important;
  display: flex;
  flex-direction: column;
  padding: 30px;
}

.spec-activities .detail-activity__header {
  border-radius: 30px;
  overflow: hidden;
}

.spec-activities .detail-activity__header-cover img {
  filter: none !important;
  transform: scale(1) !important;
  opacity: 0.4 !important;
}

.spec-activities .detail-activity__header-cover {
  background-color: rgba(0, 0, 0, 1) !important;
}

.detail-activity__header-markers .marker-card:not(.is-today) {
  border: 1px solid rgb(255 255 255 / 20%);
}

.detail-activity__header-markers .marker-card:not(.is-today) {
  background-color: white;
}

.spec-activities .inner-page__wrapper {
  padding-top: 70px;
}

.activity-description .markers {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 0.6rem;
}

.detail-personnel__units ul {
  display: flex;
  flex-direction: column;
  justify-content: start;
  padding: 20px 0;

  max-height: 430px;
  overflow-y: auto;
}

.detail-personnel__units ul::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: rgba(0, 0, 0, 0.01);
  border-radius: 30px;
}

.detail-personnel__units ul::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 30px;
}

.detail-personnel__photo a {
  display: flex;
  height: 100%;
  max-height: 100%;
}

.detail-personnel__photo a img {
  height: 100%;
}

@media (max-width: 1200px) {
  body>div.container>div.inner-page__content.ui-no-bg.ui-no-height.ui-mb-20px>div>div>div>div.col-md-12.col-xl-3>div {
    margin-top: 2rem !important;
  }
}

@media (max-width: 600px) {
  body>div.container>div.inner-page__content.ui-no-bg.ui-no-height.ui-mb-20px>div>div>div>div.col-md-12.col-xl-3>div {
    margin-top: 0.5rem !important;
  }

  .detail-personnel__description-content {
    align-items: start;
    margin-top: 13px;
  }
}

/*30ocak guncelleme */

.drop-content-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 40px 20px;
}

.dropdown-content-header {
  color: #757575;
  font-size: 18px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  margin-bottom: 30px;
}

.sub-title {
  color: rgba(255, 0, 0, 0.7);
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  gap: 10px;
  font-weight: 700;
}

.sub-title .icon-chevron-right {
  color: red;
}

.input-group-box {
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: #757575;
  margin-top: 10px;
}

.input-group-box .calculate-button {
  background-color: #213f64;
  color: #fff;
  border: none;
  padding: 16px 24px;
  border-radius: 12px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  font-weight: 600;
  font-size: 13px;
  width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.input-group-box .calculate-button:hover {
  background-color: #14273e;
}

.input-group-box .input-row {
  display: flex;
  flex-direction: column;
}

.input-group-box label {
  font-weight: 600;
  width: 200px;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.input-group-box .input-result {
  font-weight: 600;
  font-size: 14px;
  color: green;
  padding: 10px 0;
}

.input-group-box .input-result.has-error {
  color: red;
}

.input-group-box .reset-button {
  background-color: #2461ac;
  color: #fff;
  border: none;
  width: 120px;
  padding: 16px 24px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s ease;
  font-weight: 600;
  font-size: 13px;
}

.input-group-box .reset-button:hover {
  background-color: #14273e;
}

.input-group-box .input-wrapper {
  width: -moz-max-content;
  width: max-content;
  height: -moz-max-content;
  height: max-content;
  position: relative;
  display: flex;
  align-items: center;
  height: 60px;
}

.input-group-box .input-wrapper:after {
  content: "";
  font-family: "FontAwesome";
  font-weight: 900;
  position: absolute;
  font-size: 20px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: background-color 0.3s ease;
  pointer-events: none;
  opacity: 0.6;
}

.input-group-box .input-wrapper input {
  padding: 10px 20px;
  border: 1px solid #ccc;
  border-radius: 12px;
  height: 60px;
  color: #757575;
  transition: border-color 0.3s ease;
  font-weight: 600;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  margin-bottom: -7px;
}

.input-group-box .input-wrapper input:focus {
  border-color: #213f64;
}

.input-group-box .input-wrapper input::-moz-placeholder {
  color: rgba(117, 117, 117, 0.6);
}

.input-group-box .input-wrapper input::placeholder {
  color: rgba(117, 117, 117, 0.6);
}

.input-col-flex-col {
  display: flex;
  flex-direction: column;
}

.input-col-flex-col .rower .calculate-button.evlilik-yasi-hesapla {
  margin-left: 0;
}

.page-detail {
  color: #757575;
  font-size: 15px;
  padding: 20px;
  font-weight: 500;
  line-height: 28px;
}

.page-detail .list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.page-detail .list .bold {
  display: flex;
  align-items: center;
  gap: 8px;
  line-height: 1.2;
}

.page-detail .sub-title {
  color: #213f64;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 900;
}

.page-detail .big-title {
  color: #213f64;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 900;
}

.activity-description .markers {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0;
  width: 100%;

  margin-top: 1rem;
}

.activity-description .markers .marker-item ul li .heading {
  max-width: 10ch;
}

.activity-description .markers .marker-item .item .icon {
  color: #012a53;
}

.activity-description .markers .marker-item .item {
  margin-bottom: 7px;
}

.activity-description {
  display: flex;
  flex-direction: column;
  align-items: start;
}

.activity-description .infos .item .icon {
  color: #012a53;
}

.activity-description .infos .item {
  margin-top: 5px;
}

.activity-description .markers .marker-item ul {
  gap: 2px;
}

.activity-card-special .activity-card {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  background: white;
  height: 400px;
  border-radius: 20px;
  overflow: hidden;
}

.activity-card-special .activity-card .activity-photo {
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;

  height: 200px !important;
  max-height: 200px !important;
}

.activity-card-special .activity-card .activity-photo a {
  display: flex;
}

.activity-card-special .activity-card .activity-description {
  flex: 1 1 100%;
  max-width: 100%;
  width: 100%;
  border-radius: 0;
  box-shadow: 0 0 0 0;
}

.activity-card-special .activity-card .activity-description .more {
  bottom: 12px;
}

.reels-slider .reels-slider .item {
  position: relative;
  cursor: pointer;
}

.reels-slider .item:hover:after {
  background: rgba(0, 0, 0, 0.2) !important;
}

.reels-slider .item video {
  cursor: pointer;
}

.reels-slider .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  width: 68px;
  height: 68px;
}

.reels-slider .play-icon img {
  width: 100%;
  height: 100%;
  fill: #fff;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: 0.6;
}

.reels-slider .item:hover .play-icon img {
  opacity: 1;
}

.reels-slider .social-stats {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: end;
  justify-content: space-between;
  padding: 14px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.reels-slider .social-stats .likes {
  display: flex;
  flex-direction: column;
  align-items: end;
  text-align: right;
  gap: 7px;
  font-size: 14px;
}

.reels {
  position: relative;
}

#contentModal {
  display: none;
}

#contentModal.modalReels {
  position: fixed;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
  width: 320px;
  height: 600px;
  z-index: 9999;
}

@media (max-width: 600px) {
  #contentModal.modalReels {
    right: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 94%;
    height: 80%;
  }
}

#contentModal.modalReels .modal-content {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 24000;
}

#contentModal.modalReels .modal-content .icons.close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 36px;
  height: 36px;
  background-color: #011b5a;
  cursor: pointer;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: white;
  cursor: pointer;
  z-index: 999;
}

#contentModal.modalReels .modal-content .icons:hover {
  background-color: #0097fe !important;
}

#contentModal.modalReels .modal-content #prevButton.navigation-button {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 36px;
  height: 36px;
  background-color: #011b5a;
  cursor: pointer;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: white;
  z-index: 999;
}

#contentModal.modalReels .modal-content .navigation-button {
  transition: 0.4s;
  z-index: 24000 !important;
}

#contentModal.modalReels .modal-content .navigation-button:hover {
  background-color: #0097fe !important;
}

#contentModal.modalReels .modal-content #nextButton.navigation-button {
  position: absolute;
  top: 10px;
  left: 50px;
  width: 36px;
  height: 36px;
  background-color: #011b5a;
  cursor: pointer;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: white;
}

#contentModal.modalReels .modal-content #modalInnerContent {
  width: 100%;
  height: 100%;
}

#contentModal.modalReels .modal-content #modalInnerContent video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

#contentModal.modalReels .modal-content .progress-container #videoProgress {
  display: none;
}

#loading-message {
  background: linear-gradient(45deg, #fbc2eb 0, #a6c1ee 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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 340px;
  border-radius: 20px;
  z-index: 9999;
  text-align: center;
}

#loading-message img {
  width: 100px;
}

#loading-message .load-desc {
  font-weight: 700;
  font-size: 20px;
}

#loading-message .load-thin-text {
  opacity: 0.7;
}

.menu-content .menu-content-view {
  width: 100%;
  display: flex !important;
  justify-content: center;
}

.section-news {
  padding: 80px 0;
  background: #fff;
}

/* Sol Taraf Stil */
.blue-area-carousel {
  margin-bottom: 40px;
}

.blue-box-item {
  padding: 0 10px;
  display: block;
  transition: transform 0.3s ease;
}

.box-image {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 30px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.news-big-title {
  color: #1553a4;
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 10px;
  letter-spacing: -1px;
}

.news-sub-text {
  color: #1553a4;
  font-size: 1.15rem;
  margin-bottom: 25px;
}

.news-social-link {
  display: inline-block;
  padding: 10px 25px;
  background: #ced4da;
  color: #fff;
  border-radius: 30px;
  font-size: 0.95rem;
  font-weight: 600;
}

/* Sağ Taraf Stil */
.news-tabs-wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-right: 15px;
}

.custom-news-item {
  background: #f8f9fa;
  padding: 18px;
  border-radius: 15px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid transparent;
}


.custom-news-item:hover {
  background: #e8eef5;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}


.custom-news-item .date {
  font-size: 0.85rem;
  color: #adb5bd;
  margin-bottom: 6px;
}

.custom-news-item .title {
  font-size: 1rem;
  font-weight: 700;
  color: #495057;
  line-height: 1.4;
}

.custom-owl .item {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  display: block;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.custom-owl .item img {
  width: 100%;
  height: 550px;
  object-fit: cover;
}

.slider-overlay-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 40px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
  color: #fff;
}

.slider-overlay-content .date {
  font-size: 0.95rem;
  margin-bottom: 8px;
  font-weight: 500;
}

.slider-overlay-content .title {
  font-size: 1.4rem;
  font-weight: 800;
  line-height: 1.3;
}

@media (min-width: 768px) {
  .slider-area-reorganized {
    display: flex;
    align-items: stretch;
  }

  .news-tabs-wrapper {
    height: 100%;
  }

  .custom-news-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

@media (max-width: 991px) {
  .section-news {
    padding: 50px 0;
  }

  .blue-area-carousel {
    margin-bottom: 30px;
  }

  .box-image {
    height: 300px;
  }

  .news-big-title {
    font-size: 1.8rem;
  }

  .news-sub-text {
    font-size: 1.05rem;
    margin-bottom: 20px;
  }

  .news-left-content {
    margin-bottom: 40px;
  }

  .custom-owl .item img {
    height: 320px;
  }

  .slider-overlay-content {
    padding: 25px 20px;
  }

  .slider-overlay-content .title {
    font-size: 1.2rem;
  }

  .news-tabs-wrapper {
    padding-right: 0;
    margin-top: 25px;
    /* Adds gap between slider and tabs when stacked */
  }
}

@media (max-width: 575px) {
  .section-news {
    padding: 40px 0;
  }

  .box-image {
    height: 250px;
  }

  .news-big-title {
    font-size: 1.5rem;
  }

  .news-sub-text {
    font-size: 1rem;
  }

  .custom-owl .item img {
    height: 250px;
  }

  .slider-overlay-content {
    padding: 20px 15px;
  }

  .slider-overlay-content .title {
    font-size: 1.05rem;
    line-height: 1.4;
  }

  .custom-news-item {
    padding: 15px;
  }

  .custom-news-item .title {
    font-size: 0.95rem;
  }

  .custom-news-item .date {
    font-size: 0.8rem;
  }
}

/* Play Button and Hover Effects */
.blue-box-item.position-relative {
  position: relative;
  cursor: pointer;
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  z-index: 5;
}

.blue-box-item.position-relative:hover .play-btn {
  /* No hover effects */
}

.play-btn svg {
  width: 64px;
  height: 64px;
  margin-left: 6px;
  /* visually center play icon */
}

/* Floating Video Modal */
.floating-video-modal {
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: none;
  width: 260px;
  height: 462px;
  background: rgba(10, 10, 15, 0.7);
  border-radius: 20px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.6);
  z-index: 9999;
  overflow: hidden;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  pointer-events: none;
}

.floating-video-modal.active {
  display: block;
  opacity: 1;
  pointer-events: auto;
}

.modal-content-wrap {
  width: 100%;
  height: 100%;
  position: relative;
}

.modal-content-wrap video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.close-video-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  background: rgba(30, 30, 40, 0.73);
  color: #fff;
  border-radius: 12px;
  width: 30px;
  height: 30px;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(10px);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.close-video-btn:hover {
  background: #ef4444;
  border-color: #ef4444;
}

.nav-video-btn {
  background: rgba(30, 30, 40, 0.73);
  color: #fff;
  border-radius: 12px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  backdrop-filter: blur(10px);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.nav-video-btn:hover {
  background: #3c82f6;
  border-color: #3c82f6;
}

.modal-nav-container {
  position: absolute;
  top: 15px;
  left: 15px;
  display: flex;
  gap: 10px;
  z-index: 20;
}

.nav-video-btn svg {
  width: 16px;
  height: 16px;
}

.video-progress-container {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: rgba(255, 255, 255, 0.1);
  z-index: 20;
}

.video-progress-bar {
  height: 100%;
  width: 0;
  background: #3c82f6;
  /* Premium blue */
  box-shadow: 0 0 15px #3c82f6;
  transition: width 0.1s linear;
}

@media (max-width: 575px) {
  .floating-video-modal {
    width: 160px;
    height: 284px;
    bottom: 20px;
    right: 20px;
  }

  .close-video-btn {
    width: 28px;
    height: 28px;
    font-size: 18px;
  }

  .nav-video-btn {
    width: 32px;
    height: 32px;
  }

  .nav-video-btn svg {
    width: 18px;
    height: 18px;
  }
}

.footer-top {
  background: linear-gradient(rgb(0 55 107 / 91%)), url(../images/banner/footer-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Footer Social Links Extension */
.footer-social-links {
  margin-top: 20px;
  display: flex;
  gap: 15px;
}

.footer-social-item {
  background-color: rgba(255, 255, 255, 0.08);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  text-decoration: none !important;
}

.footer-social-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.3);
}

.footer-social-item i {
  transition: transform 0.3s ease;
}