@charset "UTF-8";
/*---------------------------------------------"
// Template Name: Blog Insight 
// Description:  Blog Insight || Blogging / Magazine HTML Template 
// Version: 1.0.0

===============================================   
STYLE SHEET INDEXING
|
|___ Fonts
|___ Variables
|___ Responsive
|___ Reset Styles
|___ Spacing
|___ Helper Classes
|___ Buttons
|___ Headings
|___ Layout Styles
|___ END STYLE SHEET INDEXING

--------------------------------------------*/
/*-------------------------
    Fonts
-------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&amp;display=swap");
/*-------------------------
    Variables
-------------------------*/
/* Fonts */
/* Colors */
/* Transitions */
/* Border-Radius */
/* Gap */
/*-------------------------
    Responsive Styles
-------------------------*/
/*-------------------------
    Reset Styles
-------------------------*/
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

ul.list-style,
ol.list-style {
  padding: 0;
}

ul.list-style li::marker,
ol.list-style li::marker {
  color: #1458E4;
}

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

.page-content {
  margin: clamp(14px, 1.198vw, 40px) 0;
}

.container-fluid {
  padding-right: calc(var(--bs-gutter-x)* .75);
  padding-left: calc(var(--bs-gutter-x)* .75);
}
@media (min-width: 1200px) {
  .container-fluid {
    padding: 0 5vw;
    width: 100%;
  }
}
@media (max-width: 575px) {
  .container-fluid {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
  }
}

/*-------------------------
  Typography
-------------------------*/
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Roboto", sans-serif;
  color: #45474F;
  background-color: #FAFAFA;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-size: clamp(15px, 0.833vw, 22px);
  /* 20px */
  font-weight: 400;
  line-height: 150%;
  overflow-x: hidden;
}
body::-webkit-scrollbar {
  width: 5px;
}
@media (max-width: 490px) {
  body::-webkit-scrollbar {
    width: 0;
  }
}
body::-webkit-scrollbar-track {
  background-color: #e4e4e4;
  border-radius: 0;
}
body::-webkit-scrollbar-thumb {
  border-radius: 0;
  background: #E60023;
}

.scroll-container {
  overflow: hidden;
  width: 100%;
  will-change: transform;
}

a {
  display: inline-block;
  text-decoration: none;
  color: unset;
  transition: all 0.3s ease-in-out;
}
a:hover {
  color: #FCB900;
  transition: all 0.3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6,
address,
p,
pre,
blockquote,
table,
hr {
  margin: 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  color: #0C0C0D;
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
}

h1,
.h1 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: clamp(42px, 2.5vw, 60px);
  /*48*/
  line-height: 120%;
  letter-spacing: -0.47px;
}
@media (max-width: 820px) {
  h1,
.h1 {
    font-size: clamp(32px, 4.39vw, 48px);
    /*36*/
  }
}
@media (max-width: 490px) {
  h1,
.h1 {
    font-size: clamp(24px, 5.714vw, 38px);
    /*28*/
  }
}

h2,
.h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: clamp(36px, 2.083vw, 60px);
  /*40*/
  line-height: 120%;
}
@media (max-width: 820px) {
  h2,
.h2 {
    font-size: clamp(24px, 3.293vw, 34px);
    /*27*/
  }
}
@media (max-width: 490px) {
  h2,
.h2 {
    font-size: clamp(22px, 4.694vw, 27px);
    /*21*/
  }
}

h3,
.h3 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: clamp(29px, 1.719vw, 48px);
  /*33*/
  line-height: 125%;
  letter-spacing: -0.47px;
}
@media (max-width: 820px) {
  h3,
.h3 {
    font-size: clamp(23px, 2.927vw, 48px);
    /*24*/
  }
}
@media (max-width: 490px) {
  h3,
.h3 {
    font-size: clamp(21px, 4.49vw, 38px);
    /*22*/
  }
}

h4,
.h4 {
  font-family: "Roboto", sans-serif;
  font-size: clamp(24px, 1.458vw, 38px);
  /* 28px */
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
@media (max-width: 1024px) {
  h4,
.h4 {
    font-size: clamp(21px, 2.246vw, 36px);
  }
}
@media (max-width: 768px) {
  h4,
.h4 {
    font-size: clamp(20px, 2.474vw, 32px);
  }
}
@media (max-width: 490px) {
  h4,
.h4 {
    font-size: clamp(19px, 3.878vw, 28px);
  }
}

h5,
.h5 {
  font-family: "Roboto", sans-serif;
  font-size: clamp(19px, 1.198vw, 27px);
  /* 23px */
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.021875vw;
}
@media (max-width: 1024px) {
  h5,
.h5 {
    font-size: clamp(18px, 1.953vw, 24px);
  }
}
@media (max-width: 768px) {
  h5,
.h5 {
    font-size: clamp(18px, 2.344vw, 21px);
  }
}
@media (max-width: 490px) {
  h5,
.h5 {
    font-size: 21px;
  }
}

h6,
.h6 {
  font-size: clamp(17px, 0.99vw, 21px);
  /*19*/
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.32px;
}
@media (max-width: 820px) {
  h6,
.h6 {
    font-size: clamp(16px, 2.195vw, 22px);
    /*18*/
  }
}
@media (max-width: 490px) {
  h6,
.h6 {
    font-size: clamp(17px, 3.673vw, 21px);
    /*16*/
  }
}

p,
.text-16 {
  font-family: "Roboto", sans-serif;
  font-size: clamp(15px, 0.833vw, 22px);
  font-weight: 400;
  line-height: 150%;
}

.text-block p {
  margin-bottom: 15px;
}

.lead {
  font-size: clamp(17px, 0.99vw, 21px);
  font-weight: 400;
  line-height: 150%;
}

.subtitle {
  font-size: clamp(12.5px, 0.729vw, 18px);
  /* 14px */
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #0C0C0D;
  text-transform: uppercase;
  font-size: clamp(14px, 0.833vw, 24px);
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: 120%;
}

span {
  display: inline-block;
}

b,
strong {
  font-family: "Roboto", sans-serif;
}

/*-------------------------
Helpers
-------------------------*/
.color-primary {
  color: #1458E4 !important;
}

.color-sec {
  color: #E60023 !important;
}

.color-ter {
  color: #FCB900 !important;
}

.color-quat {
  color: #E7F2CB !important;
}

.black {
  color: #0C0C0D !important;
}

.medium-black {
  color: #141516 !important;
}

.light-black {
  color: #1E1F20 !important;
}

.dark-gray {
  color: #45474F !important;
}

.medium-gray {
  color: #92949F !important;
}

.light-gray {
  color: #EAEAEC !important;
}

.light-white {
  color: #FAFAFA !important;
}

.white {
  color: #FAFAFA;
}

.bg-primary {
  background: #1458E4 !important;
}

.bg-sec {
  background: #E60023 !important;
}

.bg-ter {
  background: #FCB900 !important;
}

.bg-quat {
  background: #E7F2CB !important;
}

.bg-black {
  background: #0C0C0D !important;
}

.bg-medium-black {
  background: #141516 !important;
}

.bg-light-black {
  background: #1E1F20 !important;
}

.bg-dark-gray {
  background: #45474F !important;
}

.bg-medium-gray {
  background: #92949F !important;
}

.bg-light-gray {
  background: #EAEAEC !important;
}

.bg-light-white {
  background: #F5F5F5 !important;
}

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

.bg-white-bordered {
  background: #FAFAFA;
  border: 1px solid #EAEAEC;
  border-radius: clamp(8px, 0.625vw, 24px);
}

.box-shadow {
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.12);
}

.fw-200 {
  font-weight: 200;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.font-primary {
  font-family: "Roboto", sans-serif;
}

.br-4 {
  border-radius: clamp(2px, 0.208vw, 8px);
}

.br-8 {
  border-radius: clamp(4px, 0.417vw, 16px);
}

.br-10 {
  border-radius: clamp(5px, 0.521vw, 20px);
}

.br-12 {
  border-radius: clamp(8px, 0.625vw, 24px);
}

.br-14 {
  border-radius: clamp(10px, 0.729vw, 28px);
}

.br-16 {
  border-radius: clamp(12px, 0.833vw, 32px);
}

.br-18 {
  border-radius: clamp(14px, 0.938vw, 36px);
}

.br-20 {
  border-radius: clamp(16px, 1.042vw, 40px);
}

.br-24 {
  border-radius: clamp(18px, 1.25vw, 48px);
}

.br-32 {
  border-radius: clamp(24px, 1.667vw, 64px);
}

.br-50perc {
  border-radius: 50%;
}

/*----------------------------------------*/
/*  SPACE CSS START
/*----------------------------------------*/
.my-80 {
  margin: clamp(48px, 4.167vw, 160px) 0;
}
@media (max-width: 575px) {
  .my-80 {
    margin: 40px 0;
  }
}

.mt-80 {
  margin-top: clamp(48px, 4.167vw, 160px);
}
@media (max-width: 575px) {
  .mt-80 {
    margin-top: 40px;
  }
}

.mb-80 {
  margin-bottom: clamp(48px, 4.167vw, 160px);
}
@media (max-width: 575px) {
  .mb-80 {
    margin-bottom: 40px;
  }
}

.mb-64 {
  margin-bottom: clamp(32px, 3.33vw, 128px);
}
@media (max-width: 767px) {
  .mb-64 {
    margin-bottom: 26px;
  }
}

.mt-64 {
  margin-top: clamp(32px, 3.33vw, 128px);
}
@media (max-width: 767px) {
  .mt-64 {
    margin-top: 26px;
  }
}

.mb-54 {
  margin-bottom: clamp(28px, 2.813vw, 96px);
}
@media (max-width: 767px) {
  .mb-54 {
    margin-bottom: 34px;
  }
}

.mt-48 {
  margin-top: clamp(24px, 2.5vw, 96px);
}
@media (max-width: 767px) {
  .mt-48 {
    margin-top: 20px;
  }
}

.mb-48 {
  margin-bottom: clamp(24px, 2.5vw, 96px);
}
@media (max-width: 767px) {
  .mb-48 {
    margin-bottom: 20px;
  }
}

.mb-40 {
  margin-bottom: clamp(24px, 2.083vw, 80px);
}
@media (max-width: 575px) {
  .mb-40 {
    margin-bottom: 20px;
  }
}

.mt-32 {
  margin-top: 32px;
}
@media (max-width: 1599px) {
  .mt-32 {
    margin-top: 29px;
  }
}
@media (max-width: 1399px) {
  .mt-32 {
    margin-top: 27px;
  }
}
@media (max-width: 1199px) {
  .mt-32 {
    margin-top: 25px;
  }
}
@media (max-width: 991px) {
  .mt-32 {
    margin-top: 22px;
  }
}
@media (max-width: 767px) {
  .mt-32 {
    margin-top: 20px;
  }
}

.mb-32 {
  margin-bottom: 32px;
}
@media (max-width: 1599px) {
  .mb-32 {
    margin-bottom: 29px;
  }
}
@media (max-width: 1399px) {
  .mb-32 {
    margin-bottom: 27px;
  }
}
@media (max-width: 1199px) {
  .mb-32 {
    margin-bottom: 25px;
  }
}
@media (max-width: 991px) {
  .mb-32 {
    margin-bottom: 22px;
  }
}
@media (max-width: 767px) {
  .mb-32 {
    margin-bottom: 20px;
  }
}

.mt-24 {
  margin-top: 24px;
}
@media (max-width: 1199px) {
  .mt-24 {
    margin-top: 22px;
  }
}
@media (max-width: 991px) {
  .mt-24 {
    margin-top: 22px;
  }
}
@media (max-width: 767px) {
  .mt-24 {
    margin-top: 20px;
  }
}

.mb-24 {
  margin-bottom: 24px !important;
}
@media (max-width: 1199px) {
  .mb-24 {
    margin-bottom: 22px;
  }
}
@media (max-width: 991px) {
  .mb-24 {
    margin-bottom: 22px;
  }
}
@media (max-width: 767px) {
  .mb-24 {
    margin-bottom: 20px;
  }
}

.mb-20 {
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .mb-20 {
    margin-bottom: 18px;
  }
}
@media (max-width: 991px) {
  .mb-20 {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .mb-20 {
    margin-bottom: 14px;
  }
}

.mt-16 {
  margin-top: 16px;
}
@media (max-width: 1199px) {
  .mt-16 {
    margin-top: 15px;
  }
}
@media (max-width: 991px) {
  .mt-16 {
    margin-top: 14px;
  }
}
@media (max-width: 767px) {
  .mt-16 {
    margin-top: 10px;
  }
}

.mb-16 {
  margin-bottom: 16px;
}
@media (max-width: 1199px) {
  .mb-16 {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .mb-16 {
    margin-bottom: 14px;
  }
}
@media (max-width: 767px) {
  .mb-16 {
    margin-bottom: 10px;
  }
}

.mb-12 {
  margin-bottom: 12px;
}
@media (max-width: 1199px) {
  .mb-12 {
    margin-bottom: 11px;
  }
}
@media (max-width: 991px) {
  .mb-12 {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .mb-12 {
    margin-bottom: 8px;
  }
}

.mb-8 {
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .mb-8 {
    margin-bottom: 4px;
  }
}

.mb-4p {
  margin-bottom: 4px;
}

.py-160 {
  padding: clamp(96px, 8.32vw, 320px) 0;
}
@media (max-width: 575px) {
  .py-160 {
    padding: 80px 0;
  }
}

.pt-160 {
  padding-top: clamp(96px, 8.32vw, 320px);
}
@media (max-width: 575px) {
  .pt-160 {
    padding-top: 80px;
  }
}

.pb-160 {
  padding-bottom: clamp(96px, 8.32vw, 320px);
}
@media (max-width: 575px) {
  .pb-160 {
    padding-bottom: 80px;
  }
}

.py-80 {
  padding: clamp(48px, 4.167vw, 160px) 0;
}
@media (max-width: 575px) {
  .py-80 {
    padding: 40px 0;
  }
}

.pt-80 {
  padding-top: clamp(48px, 4.167vw, 160px);
}
@media (max-width: 575px) {
  .pt-80 {
    padding-top: 40px;
  }
}

.pb-80 {
  padding-bottom: clamp(48px, 4.167vw, 160px);
}
@media (max-width: 575px) {
  .pb-80 {
    padding-bottom: 40px;
  }
}

.py-64 {
  padding: clamp(32px, 3.33vw, 128px) 0;
}
@media (max-width: 767px) {
  .py-64 {
    padding: 26px 0;
  }
}

.pt-64 {
  padding-top: clamp(32px, 3.33vw, 128px);
}
@media (max-width: 767px) {
  .pt-64 {
    padding-top: 26px;
  }
}

.pb-64 {
  padding-bottom: clamp(32px, 3.33vw, 128px);
}
@media (max-width: 767px) {
  .pb-64 {
    padding-bottom: 26px;
  }
}

.py-48 {
  padding: clamp(24px, 2.5vw, 96px) 0;
}
@media (max-width: 767px) {
  .py-48 {
    padding: 20px 0;
  }
}

.pb-48 {
  padding-bottom: clamp(24px, 2.5vw, 96px);
}
@media (max-width: 767px) {
  .pb-48 {
    padding-bottom: 20px;
  }
}

.pt-48 {
  padding-top: clamp(24px, 2.5vw, 96px);
}
@media (max-width: 767px) {
  .pt-48 {
    padding-top: 20px;
  }
}

.py-40 {
  padding: clamp(24px, 2.083vw, 80px) 0;
}
@media (max-width: 575px) {
  .py-40 {
    padding: 20px 0;
  }
}

.pt-40 {
  padding-top: clamp(24px, 2.083vw, 80px);
}
@media (max-width: 575px) {
  .pt-40 {
    padding-top: 20px;
  }
}

.pb-40 {
  padding-bottom: clamp(24px, 2.083vw, 80px);
}
@media (max-width: 575px) {
  .pb-40 {
    padding-bottom: 20px;
  }
}

.py-32 {
  padding: 32px 0;
}
@media (max-width: 1599px) {
  .py-32 {
    padding: 29px 0;
  }
}
@media (max-width: 1399px) {
  .py-32 {
    padding: 27px 0;
  }
}
@media (max-width: 1199px) {
  .py-32 {
    padding: 25px 0;
  }
}
@media (max-width: 991px) {
  .py-32 {
    padding: 22px 0;
  }
}
@media (max-width: 767px) {
  .py-32 {
    padding: 20px 0;
  }
}

.p-32 {
  padding: 32px;
}
@media (max-width: 1599px) {
  .p-32 {
    padding: 29px;
  }
}
@media (max-width: 1399px) {
  .p-32 {
    padding: 27px;
  }
}
@media (max-width: 1199px) {
  .p-32 {
    padding: 25px;
  }
}
@media (max-width: 991px) {
  .p-32 {
    padding: 22px;
  }
}
@media (max-width: 767px) {
  .p-32 {
    padding: 20px;
  }
}

.py-24 {
  padding: 24px 0;
}
@media (max-width: 1199px) {
  .py-24 {
    padding: 22px 0;
  }
}
@media (max-width: 991px) {
  .py-24 {
    padding: 22px 0;
  }
}
@media (max-width: 767px) {
  .py-24 {
    padding: 20px 0;
  }
}

.pl-24 {
  padding-left: 24px;
}
@media (max-width: 1199px) {
  .pl-24 {
    padding-left: 22px;
  }
}
@media (max-width: 991px) {
  .pl-24 {
    padding-left: 22px;
  }
}
@media (max-width: 767px) {
  .pl-24 {
    padding-left: 20px;
  }
}

.pt-24 {
  padding-top: 24px;
}
@media (max-width: 1199px) {
  .pt-24 {
    padding-top: 22px;
  }
}
@media (max-width: 991px) {
  .pt-24 {
    padding-top: 22px;
  }
}
@media (max-width: 767px) {
  .pt-24 {
    padding-top: 20px;
  }
}

.pb-24 {
  padding-bottom: 24px;
}
@media (max-width: 1199px) {
  .pb-24 {
    padding-bottom: 22px;
  }
}
@media (max-width: 991px) {
  .pb-24 {
    padding-bottom: 22px;
  }
}
@media (max-width: 767px) {
  .pb-24 {
    padding-bottom: 20px;
  }
}

.p-24 {
  padding: 24px;
}
@media (max-width: 1199px) {
  .p-24 {
    padding: 22px;
  }
}
@media (max-width: 991px) {
  .p-24 {
    padding: 22px;
  }
}
@media (max-width: 767px) {
  .p-24 {
    padding: 20px;
  }
}

.pl-16 {
  padding-left: 16px;
}
@media (max-width: 1199px) {
  .pl-16 {
    padding-left: 15px;
  }
}
@media (max-width: 991px) {
  .pl-16 {
    padding-left: 14px;
  }
}
@media (max-width: 767px) {
  .pl-16 {
    padding-left: 10px;
  }
}

.pb-16 {
  padding-bottom: 16px;
}
@media (max-width: 1199px) {
  .pb-16 {
    padding-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .pb-16 {
    padding-bottom: 14px;
  }
}
@media (max-width: 767px) {
  .pb-16 {
    padding-bottom: 10px;
  }
}

.pt-16 {
  padding-top: 16px;
}
@media (max-width: 1199px) {
  .pt-16 {
    padding-top: 15px;
  }
}
@media (max-width: 991px) {
  .pt-16 {
    padding-top: 14px;
  }
}
@media (max-width: 767px) {
  .pt-16 {
    padding-top: 10px;
  }
}

.py-16 {
  padding: 16px 0;
}
@media (max-width: 1199px) {
  .py-16 {
    padding: 15px 0;
  }
}
@media (max-width: 991px) {
  .py-16 {
    padding: 14px 0;
  }
}
@media (max-width: 767px) {
  .py-16 {
    padding: 10px 0;
  }
}

.p-16 {
  padding: 16px;
}
@media (max-width: 1199px) {
  .p-16 {
    padding: 15px;
  }
}
@media (max-width: 991px) {
  .p-16 {
    padding: 14px;
  }
}
@media (max-width: 767px) {
  .p-16 {
    padding: 10px;
  }
}

.p-12 {
  padding: 12px;
}
@media (max-width: 1199px) {
  .p-12 {
    padding: 11px;
  }
}
@media (max-width: 991px) {
  .p-12 {
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .p-12 {
    padding: 8px;
  }
}

.gap-4 {
  gap: clamp(2px, 0.208vw, 8px);
}

.gap-8 {
  gap: clamp(4px, 0.417vw, 16px);
}

.gap-10 {
  gap: clamp(5px, 0.521vw, 20px);
}

.gap-12 {
  gap: clamp(8px, 0.625vw, 24px);
}

.gap-14 {
  gap: clamp(10px, 0.729vw, 28px);
}

.gap-16 {
  gap: clamp(12px, 0.833vw, 32px);
}

.gap-18 {
  gap: clamp(14px, 0.938vw, 36px);
}

.gap-20 {
  gap: clamp(16px, 1.042vw, 40px);
}

.gap-24 {
  gap: clamp(18px, 1.25vw, 48px);
}

.gap-32 {
  gap: clamp(24px, 1.667vw, 64px);
}

.gap-38 {
  gap: clamp(28px, 1.979vw, 76px);
}

.gap-48 {
  gap: clamp(10px, 2.5vw, 28px);
}

.gap-64 {
  gap: clamp(48px, 3.333vw, 128px);
}

/*-------------------------
Elements
-------------------------*/
/*----------------------------------------*/
/*  Button CSS START
/*----------------------------------------*/
.cus-btn {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  background: none;
  cursor: pointer;
  position: relative;
  text-transform: capitalize;
  font-weight: 500;
  font-size: clamp(15px, 0.833vw, 22px);
  transition: all 0.15s ease;
}
.cus-btn::before {
  top: 0;
  border-bottom-width: 0;
}
.cus-btn::after {
  bottom: 0;
  border-top-width: 0;
}
.cus-btn:active::before {
  top: 3px;
}
.cus-btn:active::after {
  bottom: 3px;
}
.cus-btn:hover {
  color: #FAFAFA;
}
.cus-btn:hover .cus-btn-slide {
  width: calc(100% + 15px);
}
.cus-btn:hover .cus-btn-parent::after {
  background-color: #fff;
}
.cus-btn:hover .btn-text {
  transition: all 0.3s ease-in-out;
  color: #FAFAFA;
}
.cus-btn:active, .cus-btn:focus {
  outline: none;
}
.cus-btn:active::before, .cus-btn:active::after {
  right: 3px;
  left: 3px;
}
.cus-btn .cus-btn-parent {
  position: relative;
  display: inline-block;
  padding: clamp(12px, 0.964vw, 30px) clamp(26px, 1.667vw, 48px);
  color: #0C0C0D;
  background-color: #FCB900;
  border-radius: clamp(24px, 1.667vw, 64px);
  overflow: hidden;
  box-shadow: inset 0px 0px 0px 1px transparent;
}
.cus-btn .cus-btn-parent.small-padding {
  padding: clamp(8px, 0.625vw, 20px) clamp(26px, 1.667vw, 48px);
}
.cus-btn .cus-btn-slide {
  display: block;
  position: absolute;
  top: 0;
  bottom: -1px;
  left: -8px;
  width: 0;
  background-color: #E60023;
  transform: skew(-15deg);
  transition: all 0.4s ease;
}
.cus-btn .btn-text {
  transition: all 0.3s ease-in-out;
  font-weight: 500;
  color: #0C0C0D;
  position: relative;
}

.cus-btn-2 {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  background: none;
  cursor: pointer;
  position: relative;
  text-transform: capitalize;
  font-weight: 500;
  font-size: clamp(15px, 0.833vw, 22px);
  transition: all 0.15s ease;
}
.cus-btn-2::before {
  top: 0;
  border-bottom-width: 0;
}
.cus-btn-2::after {
  bottom: 0;
  border-top-width: 0;
}
.cus-btn-2:active::before {
  top: 3px;
}
.cus-btn-2:active::after {
  bottom: 3px;
}
.cus-btn-2:hover {
  color: #FAFAFA;
}
.cus-btn-2:hover .cus-btn-slide {
  width: calc(100% + 15px);
}
.cus-btn-2:hover .cus-btn-parent::after {
  background-color: #fff;
}
.cus-btn-2:hover .btn-text {
  transition: all 0.3s ease-in-out;
  color: #0C0C0D;
}
.cus-btn-2:active, .cus-btn-2:focus {
  outline: none;
}
.cus-btn-2:active::before, .cus-btn-2:active::after {
  right: 3px;
  left: 3px;
}
.cus-btn-2 .cus-btn-parent {
  position: relative;
  display: inline-block;
  padding: clamp(12px, 0.964vw, 30px) clamp(26px, 1.667vw, 48px);
  color: #0C0C0D;
  background-color: #E60023;
  border-radius: clamp(24px, 1.667vw, 64px);
  overflow: hidden;
  box-shadow: inset 0px 0px 0px 1px transparent;
}
.cus-btn-2 .cus-btn-parent.small-padding {
  padding: clamp(8px, 0.625vw, 20px) clamp(26px, 1.667vw, 48px);
}
.cus-btn-2 .cus-btn-slide {
  display: block;
  position: absolute;
  top: 0;
  bottom: -1px;
  left: -8px;
  width: 0;
  background-color: #FCB900;
  transform: skew(-15deg);
  transition: all 0.4s ease;
}
.cus-btn-2 .btn-text {
  transition: all 0.3s ease-in-out;
  font-weight: 500;
  color: #FAFAFA;
  position: relative;
}

.cus-arrow-btn {
  display: flex;
  align-items: center;
  gap: clamp(4px, 0.417vw, 16px);
  color: #0C0C0D;
  transition: all 0.3s ease-in-out;
}
.cus-arrow-btn svg path {
  transition: all 0.3s ease-in-out;
}
.cus-arrow-btn:hover {
  transition: 0.2s ease-in-out;
  color: #1458E4;
  gap: clamp(8px, 0.625vw, 24px);
}
.cus-arrow-btn:hover svg path {
  fill: #1458E4;
  transition: all 0.3s ease-in-out;
}

/*----------------------------------------*/
/* scroll to top
/*----------------------------------------*/
.scrollToTopBtn {
  background-color: #1458E4;
  border: none;
  border-radius: 0;
  color: #FAFAFA;
  cursor: pointer;
  font-size: clamp(18px, 1.25vw, 48px);
  line-height: 48px;
  display: grid;
  align-items: center;
  justify-content: center;
  width: clamp(40px, 2.5vw, 64px);
  height: clamp(40px, 2.5vw, 64px);
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 100;
  opacity: 0;
  transform: translateY(100px);
  transition: all 0.5s ease;
}
.scrollToTopBtn:hover {
  background: #E60023;
  color: #FAFAFA;
  transition: all 0.3s ease-in-out;
}

.showBtn {
  opacity: 1;
  transform: translateY(0);
}

.slider-arrows {
  display: flex;
  align-items: center;
  gap: clamp(12px, 0.833vw, 32px);
}
.slider-arrows .arrow-btn {
  width: clamp(24px, 1.667vw, 40px);
  height: clamp(24px, 1.667vw, 40px);
  border-radius: 50%;
  display: grid;
  align-items: center;
  justify-content: center;
  background: #45474F;
  transition: all 0.3s ease-in-out;
}
.slider-arrows .arrow-btn svg {
  width: clamp(12px, 0.833vw, 24px);
  height: clamp(12px, 0.833vw, 24px);
  transition: all 0.3s ease-in-out;
}
.slider-arrows .arrow-btn svg path {
  fill: #FAFAFA;
  transition: all 0.3s ease-in-out;
}
.slider-arrows .arrow-btn:hover {
  transition: all 0.3s ease-in-out;
}
.slider-arrows .arrow-btn:hover path {
  fill: #E60023;
  transition: all 0.3s ease-in-out;
}

.social-icons {
  display: flex;
  align-items: center;
  gap: clamp(18px, 1.25vw, 48px) !important;
}
.social-icons.icon-v2 {
  gap: clamp(8px, 0.625vw, 24px) !important;
}
.social-icons.icon-v2 li svg path {
  fill: #1458E4;
  transition: all 0.3s ease-in-out;
}
.social-icons.icon-v2 li:hover svg path {
  fill: #141516;
  transition: all 0.3s ease-in-out;
}
.social-icons li a {
  display: grid;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
}
.social-icons li a svg {
  width: clamp(20px, 1.25vw, 48px);
  height: clamp(20px, 1.25vw, 48px);
}
.social-icons li a svg path {
  transition: all 0.3s ease-in-out;
}
.social-icons li a:hover svg path {
  fill: #E60023;
  transition: all 0.3s ease-in-out;
}

.pagination {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  overflow: hidden;
  display: flex;
}
.pagination #border-pagination {
  display: flex;
  gap: 8px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.pagination #border-pagination li {
  display: inline;
}
.pagination #border-pagination li span {
  color: #45474F;
  transition: all 0.3s ease-in-out;
}
.pagination #border-pagination li a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #0C0C0D;
  width: clamp(26px, 1.667vw, 52px);
  height: clamp(26px, 1.667vw, 52px);
  border-radius: 4px;
  border: 1px solid #0C0C0D;
  background: #FAFAFA;
  float: left;
  transition: all 0.3s ease-in-out;
  font-family: "Roboto", sans-serif;
  font-size: clamp(14px, 0.833vw, 22px);
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 21.6px */
}
.pagination #border-pagination li a svg path {
  stroke: #0C0C0D;
  transition: all 0.3s ease-in-out;
}
.pagination #border-pagination li a.active {
  background-color: #1458E4;
  color: #FAFAFA;
  border: 1px solid #1458E4;
}
.pagination #border-pagination li a.active svg path {
  stroke: #FAFAFA;
  transition: all 0.3s ease-in-out;
}
.pagination #border-pagination li a:hover {
  background-color: #1458E4;
  color: #FAFAFA;
  border: 1px solid #1458E4;
}
.pagination #border-pagination li a:hover svg path {
  stroke: #FAFAFA;
  transition: all 0.3s ease-in-out;
}
.pagination #border-pagination li:hover span {
  color: #FAFAFA;
  transition: all 0.3s ease-in-out;
}

/*-------------------------
  Form Styling
-------------------------*/
textarea.form-control {
  min-height: 130px;
  max-height: 150px;
}
@media (max-width: 578px) {
  textarea.form-control {
    min-height: 80px;
    max-height: 80px;
  }
}
.xfields select {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0.5rem !important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #0C0C0D;
    background-color: #FAFAFA;
    background-clip: padding-box;
    border: 1px solid #92949F;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.375rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
input[type=text].form-control,input[type=password].form-control,input[type=email].form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #0C0C0D;
    background-color: #FAFAFA;
    background-clip: padding-box;
    border: 1px solid #92949F;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.375rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #0C0C0D;
    background-color: #FAFAFA;
    background-clip: padding-box;
    border: 1px solid #92949F;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.375rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control.form-control-nav {
  padding: clamp(11px, 0.833vw, 24px);
}
@media (max-width: 430px) {
  .form-control {
    padding-right: 54px;
  }
}
.form-control:focus {
  box-shadow: none;
  outline: 0;
  color: #0C0C0D !important;
}
.form-control::placeholder {
  color: #45474F;
  opacity: 1;
}
.form-control svg {
  position: absolute;
  top: 16px;
  left: 18px;
}

.input-block {
  position: relative;
}
.input-block svg, .input-block i {
  position: absolute;
  top: 18px;
  left: 16px;
  color: #45474F;
}
@media (max-width: 1699px) {
  .input-block svg, .input-block i {
    top: 15px;
  }
}
@media (max-width: 1399px) {
  .input-block svg, .input-block i {
    top: 13px;
  }
}
@media (max-width: 490px) {
  .input-block svg, .input-block i {
    top: 12px;
  }
}
.input-block svg path, .input-block i path {
  fill: #45474F;
}

input[type=file] {
  display: none;
}

label.error {
  color: #ff0000;
}

.cus-checkBox input {
  display: none;
}
.cus-checkBox label {
  position: relative;
  display: flex;
  align-items: center;
  font-size: clamp(13px, 0.729vw, 18px);
  /* 14px */
  gap: 8px;
  cursor: pointer;
}
.cus-checkBox label::before {
  content: "";
  font-family: "Font Awesome 6 Pro";
  color: #141516;
  font-size: clamp(16px, 1.042vw, 20px);
  font-weight: 300;
}
.cus-checkBox input[type=checkbox]:checked + label::before {
  content: "";
  color: #1458E4;
  font-weight: 600;
}

#preloader {
  position: fixed;
  width: 100%;
  height: 100vh;
  display: grid;
  align-items: center;
  justify-content: center;
  background: #EAEAEC;
  z-index: 9999999;
}

@keyframes square-animation {
  0% {
    left: 0;
    top: 0;
  }
  10.5% {
    left: 0;
    top: 0;
  }
  12.5% {
    left: 32px;
    top: 0;
  }
  23% {
    left: 32px;
    top: 0;
  }
  25% {
    left: 64px;
    top: 0;
  }
  35.5% {
    left: 64px;
    top: 0;
  }
  37.5% {
    left: 64px;
    top: 32px;
  }
  48% {
    left: 64px;
    top: 32px;
  }
  50% {
    left: 32px;
    top: 32px;
  }
  60.5% {
    left: 32px;
    top: 32px;
  }
  62.5% {
    left: 32px;
    top: 64px;
  }
  73% {
    left: 32px;
    top: 64px;
  }
  75% {
    left: 0;
    top: 64px;
  }
  85.5% {
    left: 0;
    top: 64px;
  }
  87.5% {
    left: 0;
    top: 32px;
  }
  98% {
    left: 0;
    top: 32px;
  }
  100% {
    left: 0;
    top: 0;
  }
}
.loader {
  position: relative;
  width: 96px;
  height: 96px;
  transform: rotate(45deg);
}

.loader-square {
  position: absolute;
  top: 0;
  left: 0;
  width: 28px;
  height: 28px;
  margin: 2px;
  border-radius: 0px;
  background: #1E1F20;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  animation: square-animation 10s ease-in-out infinite both;
}

.loader-square:nth-of-type(0) {
  animation-delay: 0s;
}

.loader-square:nth-of-type(1) {
  animation-delay: -1.4285714286s;
}

.loader-square:nth-of-type(2) {
  animation-delay: -2.8571428571s;
}

.loader-square:nth-of-type(3) {
  animation-delay: -4.2857142857s;
}

.loader-square:nth-of-type(4) {
  animation-delay: -5.7142857143s;
}

.loader-square:nth-of-type(5) {
  animation-delay: -7.1428571429s;
}

.loader-square:nth-of-type(6) {
  animation-delay: -8.5714285714s;
}

.loader-square:nth-of-type(7) {
  animation-delay: -10s;
}

.video-link {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 4px;
  text-decoration: none;
  color: white;
  background-color: #f03;
  box-shadow: 0 5px 10px -3px rgba(0, 0, 0, 0.5);
}

.player {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.65) 0%, black 100%);
  background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.65) 0%, black 100%);
  background: -ms-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.65) 0%, black 100%);
  background: radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.65) 0%, black 100%);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.player__video {
  position: relative;
  top: 50%;
  left: 50%;
  width: auto;
  max-width: 65%;
  height: 77%;
  background-color: #fff;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.95);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 1024px) {
  .player__video {
    height: 30%;
  }
}
@media (max-width: 490px) {
  .player__video {
    max-width: 78%;
  }
}

.js--show-video {
  opacity: 1;
}

.video-filler {
  display: block;
  width: 100%;
}

.video-close {
  position: absolute;
  z-index: 0;
  top: 0;
  right: -30px;
  padding: 5px 10px;
  border: none;
  outline: none;
  border-radius: 0 50% 50% 0;
  cursor: pointer;
  font-size: 24px;
  color: #000;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.75);
}

.video-iframe {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
}

.heading h2 {
  position: relative;
  display: inline-block;
  z-index: 10;
}
.heading h2::before {
  content: "";
  position: absolute;
  top: 30px;
  width: 100%;
  background: #FCB900;
  height: 16px;
  z-index: -1;
}
@media (max-width: 1599px) {
  .heading h2::before {
    top: 27px;
    height: 12px;
  }
}
@media (max-width: 1024px) {
  .heading h2::before {
    top: 26px;
  }
}
@media (max-width: 899px) {
  .heading h2::before {
    top: 20px;
    height: 11px;
  }
}
@media (max-width: 490px) {
  .heading h2::before {
    top: 17px;
    height: 8px;
  }
}
.heading.heading-2 h2 {
  position: relative;
  display: inline-block;
  z-index: 10;
}
.heading.heading-2 h2::before {
  content: "";
  position: absolute;
  top: 30px;
  width: 100%;
  background: #3B8231;
  height: 16px;
  z-index: -1;
}
@media (max-width: 1599px) {
  .heading.heading-2 h2::before {
    top: 27px;
    height: 12px;
  }
}
@media (max-width: 1024px) {
  .heading.heading-2 h2::before {
    top: 26px;
  }
}
@media (max-width: 899px) {
  .heading.heading-2 h2::before {
    top: 20px;
    height: 11px;
  }
}
@media (max-width: 490px) {
  .heading.heading-2 h2::before {
    top: 17px;
    height: 8px;
  }
}
.heading.heading-3 h5 {
  position: relative;
  display: inline-block;
  z-index: 10;
}
.heading.heading-3 h5::before {
  content: "";
  position: absolute;
  top: 18px;
  width: 100%;
  background: #FCB900;
  height: 8px;
  z-index: -1;
}
@media (max-width: 1599px) {
  .heading.heading-3 h5::before {
    top: 14px;
  }
}
@media (max-width: 1024px) {
  .heading.heading-3 h5::before {
    top: 15px;
  }
}
@media (max-width: 820px) {
  .heading.heading-3 h5::before {
    top: 12px;
  }
}
@media (max-width: 490px) {
  .heading.heading-3 h5::before {
    top: 17px;
  }
}

.wrapper-dropdown {
  padding: clamp(5px, 0.417vw, 20px);
  border-radius: clamp(2px, 0.208vw, 8px);
  background: #EAEAEC;
  position: relative;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-align: left;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.wrapper-dropdown .selected-display {
  font-weight: 400;
  color: #45474F;
}
.wrapper-dropdown::before {
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -2px;
  border-width: 6px 6px 0 6px;
  border-style: solid;
  border-color: #fff transparent;
}
.wrapper-dropdown .topbar-dropdown {
  width: 100%;
  background: #EAEAEC;
  transition: 0.3s;
  position: absolute;
  top: 104%;
  left: 0px;
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 99;
  border-radius: 0 0 4px 4px;
  box-shadow: inherit;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.12);
}
.wrapper-dropdown .topbar-dropdown li {
  padding: 4px 16px;
  line-height: 30px;
  border-radius: 0;
  overflow: hidden;
  font-size: clamp(14px, 0.781vw, 18px);
  /* 15px */
  font-family: "Roboto", sans-serif;
  color: #45474F;
  font-style: normal;
  font-weight: 400;
}
.wrapper-dropdown .topbar-dropdown li:last-child {
  border-bottom: none;
}
.wrapper-dropdown .topbar-dropdown li:hover {
  background-color: #92949F;
  color: #FAFAFA;
}
.wrapper-dropdown.active .topbar-dropdown {
  opacity: 1;
  visibility: visible;
  border-radius: 5px;
}
.wrapper-dropdown .scrollable-menu {
  height: auto;
  max-height: 200px;
  overflow-x: hidden;
}
.wrapper-dropdown .arrow {
  float: right;
  rotate: 180deg;
}
.wrapper-dropdown svg {
  transition: all 0.3s;
}
.wrapper-dropdown .rotated {
  transform: rotate(-180deg);
}

.tag-label {
  padding: clamp(6px, 0.417vw, 16px) clamp(10px, 0.625vw, 20px);
  background: #1458E4;
  color: #FAFAFA;
  border-radius: clamp(2px, 0.208vw, 8px);
  font-size: clamp(12.5px, 0.729vw, 18px);
  /* 14px */
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  display: inline-block;
}
.tag-label.bg-zinc {
  background: #007784;
}
.tag-label.bg-violet {
  background: #A5057D;
}
.tag-label.bg-green {
  background: #3B8231;
}

.vr-line {
  width: 1px;
  height: 32px;
  background: #FAFAFA;
}
.vr-line.line-2 {
  height: 41px;
}
.vr-line.line-3 {
  height: 24px;
  background: #92949F;
}

.hr-line {
  width: 100%;
  height: 1px;
  background: #45474F;
}
.hr-line.line-2 {
  background: #EAEAEC;
}

/*-------------------------
  layouts
-------------------------*/
.header {
  background: #0C0C0D;
}
@media (max-width: 490px) {
  .header .header-topbar .slider-container {
    padding: 0;
  }
}
.header .header-topbar .header-topbar-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 490px) {
  .header .header-topbar .header-topbar-wrapper {
    gap: 16px;
    justify-content: unset;
  }
}
.header .header-topbar .header-topbar-wrapper .breaking-news {
  padding: clamp(6px, 0.417vw, 16px) clamp(12px, 0.833vw, 24px);
  background: #E60023;
  display: inline-block;
}
.header .header-topbar .header-topbar-wrapper .breaking-news-slider {
  width: 980px !important;
  margin: 0 -12px;
}
@media (max-width: 1399px) {
  .header .header-topbar .header-topbar-wrapper .breaking-news-slider {
    width: 830px !important;
  }
}
@media (max-width: 1199px) {
  .header .header-topbar .header-topbar-wrapper .breaking-news-slider {
    width: 650px !important;
  }
}
@media (max-width: 992px) {
  .header .header-topbar .header-topbar-wrapper .breaking-news-slider {
    width: 420px !important;
  }
}
@media (max-width: 490px) {
  .header .header-topbar .header-topbar-wrapper .breaking-news-slider {
    width: 268px !important;
  }
}
@media (max-width: 399px) {
  .header .header-topbar .header-topbar-wrapper .breaking-news-slider {
    width: 240px !important;
  }
}
.header .header-topbar .header-topbar-wrapper .breaking-news-slider .news-text {
  display: flex;
  align-items: center;
  gap: clamp(8px, 0.625vw, 24px);
}
.header .header-topbar .header-topbar-wrapper .breaking-news-slider .news-text::before {
  content: "•";
  display: flex;
  gap: clamp(8px, 0.625vw, 24px);
  margin-left: 12px;
}
.header .header-topbar .header-topbar-wrapper .breaking-news-slider .news-text p {
  display: flex;
  gap: clamp(8px, 0.625vw, 24px);
}
.header .header-topbar .header-topbar-wrapper .breaking-news-slider .news-text p:last-child::before {
  content: "•";
}
.header .navigation {
  width: 100%;
  position: relative;
  padding: clamp(12px, 0.833vw, 32px) 0;
  z-index: 1000;
}
.header .navigation .nav-main-wrapper {
  display: flex;
  align-items: center;
  gap: clamp(40px, 2.8px, 96px);
}
@media (max-width: 1024px) {
  .header .navigation .header-logo {
    width: 80%;
  }
}
@media (max-width: 580px) {
  .header .navigation .header-logo {
    width: 100%;
  }
}
.header .navigation .menu-button-right {
  display: flex;
  align-items: center;
  gap: clamp(24px, 3.333vw, 72px);
}
.header .navigation .menu-button-right .main-menu__nav {
  margin-left: auto;
  margin-right: auto;
}
.header .navigation .menu-button-right .main-menu__nav .main-menu__list,
.header .navigation .menu-button-right .main-menu__nav .main-menu__list ul,
.header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list,
.header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  align-items: center;
  display: none;
}
@media screen and (min-width: 1200px) {
  .header .navigation .menu-button-right .main-menu__nav .main-menu__list,
.header .navigation .menu-button-right .main-menu__nav .main-menu__list ul,
.header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list,
.header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list ul {
    display: flex;
  }
}
.header .navigation .menu-button-right .main-menu__nav .main-menu__list > li,
.header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list > li {
  padding-top: 8px;
  padding-bottom: 8px;
  position: relative;
  margin-right: clamp(16px, 1.25vw, 32px);
}
.header .navigation .menu-button-right .main-menu__nav .main-menu__list > li > a,
.header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list > li > a {
  font-size: clamp(16px, 0.938vw, 24px);
  /* 18px */
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 27.6px */
  letter-spacing: 0.32px;
  text-transform: uppercase;
  color: #F5F5F5;
  display: flex;
  align-items: center;
  gap: clamp(18px, 1.25vw, 48px) !important;
  position: relative;
  transition: all all 0.3s ease-in-out;
}
.header .navigation .menu-button-right .main-menu__nav .main-menu__list > li > a.active, .header .navigation .menu-button-right .main-menu__nav .main-menu__list > li > a:hover,
.header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list > li > a.active,
.header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list > li > a:hover {
  color: #FAFAFA;
}
.header .navigation .menu-button-right .main-menu__nav .main-menu__list > li.current a, .header .navigation .menu-button-right .main-menu__nav .main-menu__list > li:hover a,
.header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list > li.current a,
.header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list > li:hover a {
  color: #FAFAFA;
}
.header .navigation .menu-button-right .main-menu__nav .main-menu__list > li .header-arrow,
.header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list > li .header-arrow {
  margin-left: -18px;
}
@media (max-width: 1699px) {
  .header .navigation .menu-button-right .main-menu__nav .main-menu__list > li .header-arrow,
.header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list > li .header-arrow {
    margin-left: -12px;
  }
}
.header .navigation .menu-button-right .main-menu__nav .main-menu__list li ul,
.header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list li ul {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 210px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  opacity: 0;
  visibility: hidden;
  transform-origin: top center;
  transform: scaleY(0) translateZ(100px);
  backface-visibility: hidden;
  transition: opacity all 0.3s ease-in-out, visibility all 0.3s ease-in-out, transform 700ms ease;
  z-index: 99;
  background: #1E1F20;
  padding: 0;
  border-radius: clamp(2px, 0.208vw, 8px);
}
.header .navigation .menu-button-right .main-menu__nav .main-menu__list li ul li,
.header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list li ul li {
  flex: 1 1 100%;
  width: 100%;
  position: relative;
}
.header .navigation .menu-button-right .main-menu__nav .main-menu__list li ul li > a,
.header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list li ul li > a {
  font-size: clamp(14px, 0.833vw, 20px);
  line-height: 26px;
  color: #0C0C0D;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  display: flex;
  padding: 7px 20px;
  transition: 400ms;
  border-radius: clamp(2px, 0.208vw, 8px);
}
.header .navigation .menu-button-right .main-menu__nav .main-menu__list li ul li.current > a, .header .navigation .menu-button-right .main-menu__nav .main-menu__list li ul li:hover > a,
.header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list li ul li.current > a,
.header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list li ul li:hover > a {
  background-color: #FAFAFA;
  color: #0C0C0D;
}
.header .navigation .menu-button-right .main-menu__nav .main-menu__list li ul li > ul,
.header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list li ul li > ul {
  top: 0;
  left: calc(100% + 20px);
}
.header .navigation .menu-button-right .main-menu__nav .main-menu__list li ul li > ul.right-align,
.header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list li ul li > ul.right-align {
  top: 0;
  left: auto;
  right: 100%;
}
.header .navigation .menu-button-right .main-menu__nav .main-menu__list li ul li > ul ul,
.header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list li ul li > ul ul {
  display: flex;
}
.header .navigation .menu-button-right .main-menu__nav .main-menu__list li:hover > ul,
.header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list li:hover > ul {
  opacity: 1;
  visibility: visible;
  gap: 0;
  transform: scaleY(1) translateZ(0px);
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header .navigation .menu-button-right .main-menu__nav .main-menu__list li:nth-last-child(1) ul li > ul, .header .navigation .menu-button-right .main-menu__nav .main-menu__list li:nth-last-child(2) ul li > ul,
.header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list li:nth-last-child(1) ul li > ul,
.header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list li:nth-last-child(2) ul li > ul {
    left: auto;
    right: calc(100% + 20px);
  }
}
.header .navigation .main-menu__right {
  display: flex;
  align-items: center;
  gap: clamp(4px, 0.417vw, 16px);
  /* Demo 2 */
}
@media (max-width: 1024px) {
  .header .navigation .main-menu__right {
    gap: clamp(18px, 1.25vw, 48px) !important;
  }
}
.header .navigation .main-menu__right #q_search {
  position: relative;
}
.header .navigation .main-menu__right #q_search input[type=search] {
  width: clamp(32px, 2.083vw, 64px);
  height: clamp(32px, 2.083vw, 64px);
  display: grid;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 32px;
  color: #F5F5F5;
  background: #1E1F20;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.header .navigation .main-menu__right #q_search input[type=search]:hover {
  width: 230px;
  border-radius: clamp(24px, 1.667vw, 64px);
  color: #F5F5F5;
  background-color: #1E1F20;
  cursor: auto;
  transition: all 0.3s ease-in-out;
}
.header .navigation .main-menu__right #q_search input[type=search]:focus {
  color: #F5F5F5 !important;
  padding-left: 12px;
}
.header .navigation .main-menu__right #q_search input {
  color: #F5F5F5;
}
.header .navigation .main-menu__right #q_search input:-moz-placeholder {
  color: transparent;
}
.header .navigation .main-menu__right #q_search input::-webkit-input-placeholder {
  color: transparent;
}
.header .navigation .main-menu__right #q_search button {
  pointer-events: none;
  background: transparent;
  border: 0;
  position: absolute;
  top: 50%;
  right: -12px;
  transform: translate(-50%, -44%);
}
.header .navigation .main-menu__right #q_search button i {
  font-size: clamp(17px, 1.042vw, 24px);
  color: #FAFAFA;
}
.header .navigation .main-menu__right .user-icon {
  width: clamp(32px, 2.083vw, 64px);
  height: clamp(32px, 2.083vw, 64px);
  display: grid;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  color: #F5F5F5;
  background: #1E1F20;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.header .navigation .main-menu__right .user-icon svg {
  width: clamp(17px, 1.042vw, 24px);
  height: clamp(17px, 1.042vw, 24px);
}
.header .navigation .main-menu__right .user-icon svg path {
  transition: all 0.3s ease-in-out;
}
.header .navigation .main-menu__right .user-icon i {
  font-size: clamp(17px, 1.042vw, 24px);
  transition: all 0.3s ease-in-out;
}
.header .navigation .main-menu__right .user-icon:hover svg path {
  fill: #FCB900;
  transition: all 0.3s ease-in-out;
}
.header .navigation .main-menu__right .user-icon:hover i {
  color: #FCB900;
  transition: all 0.3s ease-in-out;
}
.header .navigation .main-menu__right .notification-menu {
  padding: clamp(16px, 1.25vw, 40px);
  position: absolute;
  top: 100%;
  right: 4%;
  width: clamp(300px, 18.75vw, 480px);
  border-radius: clamp(4px, 0.417vw, 16px);
  z-index: 10;
  min-height: 100px;
  background: #FAFAFA;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  opacity: 0;
  transform: translateY(-10px);
  visibility: hidden;
  transition: 300ms;
}
@media (max-width: 1024px) {
  .header .navigation .main-menu__right .notification-menu {
    right: 9%;
  }
}
@media (max-width: 820px) {
  .header .navigation .main-menu__right .notification-menu {
    right: 11%;
  }
}
.header .navigation .main-menu__right .notification-menu::before {
  content: "";
  position: absolute;
  top: -10px;
  right: 14px;
  width: 20px;
  height: 20px;
  background: #FAFAFA;
  transform: rotate(45deg);
  z-index: -1;
}
.header .navigation .main-menu__right .notification-menu.active {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
.header .navigation .main-menu__right .notification-menu ul {
  position: relative;
  display: flex;
  flex-direction: column;
  z-index: 10;
  margin-bottom: 0;
  padding-left: 0;
}
.header .navigation .main-menu__right .notification-menu ul li {
  list-style: none;
}
.header .navigation .main-menu__right .notification-menu ul li.border-list {
  border-top: 1px solid #EAEAEC;
  border-bottom: 1px solid #EAEAEC;
}
.header .navigation .main-menu__right .notification-menu ul li a {
  text-decoration: none;
  color: #0C0C0D;
  display: flex;
  align-items: center;
  gap: clamp(8px, 0.625vw, 24px);
}
.header .navigation .main-menu__right .notification-menu ul li:hover a {
  transition: all 0.3s ease-in-out;
  color: #FCB900;
}
.header .navigation .main-menu__right .account-menu {
  padding: clamp(10px, 0.833vw, 24px);
  position: absolute;
  top: 100%;
  right: 0;
  width: clamp(120px, 8.333vw, 220px);
  border-radius: clamp(4px, 0.417vw, 16px);
  z-index: 10;
  min-height: 100px;
  background: #FAFAFA;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  opacity: 0;
  transform: translateY(-10px);
  visibility: hidden;
  transition: 300ms;
}
@media (max-width: 1024px) {
  .header .navigation .main-menu__right .account-menu {
    right: 4.5%;
  }
}
@media (max-width: 820px) {
  .header .navigation .main-menu__right .account-menu {
    right: 6.5%;
  }
}
.header .navigation .main-menu__right .account-menu::before {
  content: "";
  position: absolute;
  top: -10px;
  right: 14px;
  width: 20px;
  height: 20px;
  background: #FAFAFA;
  transform: rotate(45deg);
  z-index: -1;
}
.header .navigation .main-menu__right .account-menu.active {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
.header .navigation .main-menu__right .account-menu ul {
  position: relative;
  display: flex;
  flex-direction: column;
  z-index: 10;
  margin-bottom: 0;
  padding-left: 0;
}
.header .navigation .main-menu__right .account-menu ul li {
  list-style: none;
}
.header .navigation .main-menu__right .account-menu ul li.border-list {
  border-top: 1px solid #EAEAEC;
  border-bottom: 1px solid #EAEAEC;
}
.header .navigation .main-menu__right .account-menu ul li a {
  text-decoration: none;
  color: #0C0C0D;
  display: flex;
  align-items: center;
  padding: 8px 0px;
  gap: 6px;
}
.header .navigation .main-menu__right .account-menu ul li:hover a {
  transition: all 0.3s ease-in-out;
  color: #FCB900;
}

.mobile-nav__toggler {
  font-size: 24px;
  font-weight: 200;
  color: #FAFAFA;
  cursor: pointer;
  transition: 500ms;
  display: none;
}
@media (max-width: 1099px) {
  .mobile-nav__toggler {
    display: flex;
    filter: hue-rotate(50deg);
  }
}
.mobile-nav__toggler:hover {
  color: #1458E4;
}

/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.mobile-nav__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  transform: translateX(-100%);
  transform-origin: left center;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
  visibility: hidden;
  position: fixed;
}
.mobile-nav__wrapper .container {
  padding-left: 0;
  padding-right: 0;
}
.mobile-nav__wrapper.expanded {
  opacity: 1;
  transform: translateX(0%);
  visibility: visible;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
}
.mobile-nav__wrapper.expanded .mobile-nav__content {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
}
.mobile-nav__wrapper .mobile-nav__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #0C0C0D;
  opacity: 0.3;
}
.mobile-nav__wrapper .mobile-nav__content {
  width: 300px;
  background-color: #0C0C0D;
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%);
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
}
@media (max-width: 490px) {
  .mobile-nav__wrapper .mobile-nav__content {
    width: clamp(250px, 55.102vw, 450px);
  }
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__nav {
  display: block;
  padding: 0;
}
.mobile-nav__wrapper .mobile-nav__content .logo-box {
  margin-bottom: 40px;
  display: flex;
}
.mobile-nav__wrapper .mobile-nav__content .logo-box img {
  width: 100%;
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list,
.mobile-nav__wrapper .mobile-nav__content .main-menu__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list ul {
  display: none;
  border-top: 1px solid RGBA(255, 255, 255, 0.1);
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list ul li > a {
  padding-left: 1em;
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list ul li:not(:last-child) {
  border-bottom: 1px solid RGBA(255, 255, 255, 0.1);
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list li:not(:last-child) {
  border-bottom: 1px solid RGBA(255, 255, 255, 0.1);
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list li a {
  display: flex;
  justify-content: space-between;
  line-height: 30px;
  color: #FAFAFA;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  text-transform: capitalize;
  font-weight: 500;
  height: 46px;
  letter-spacing: 0.8px;
  align-items: center;
  transition: 500ms;
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list li a.expanded {
  color: #1458E4;
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list li a button {
  width: 30px;
  height: 30px;
  background-color: #1458E4;
  border: none;
  outline: none;
  color: #FAFAFA;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: rotate(-90deg);
  transition: transform 500ms ease;
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list li a button.expanded {
  transform: rotate(0deg);
  background-color: #FAFAFA;
  color: #0C0C0D;
}
.mobile-nav__wrapper .mobile-nav__close {
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 18px;
  color: #FAFAFA;
  cursor: pointer;
}

.mobile-nav__social {
  display: flex;
  align-items: center;
}
.mobile-nav__social a {
  font-size: 16px;
  color: #FAFAFA;
  transition: 500ms;
}
.mobile-nav__social a + a {
  margin-left: 20px;
}
.mobile-nav__social a:hover {
  color: #1458E4;
}

.mobile-nav__contact {
  margin-bottom: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
.mobile-nav__contact li {
  color: #FAFAFA;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
}
.mobile-nav__contact li + li {
  margin-top: 15px;
}
.mobile-nav__contact li a {
  color: inherit;
  transition: 500ms;
}
.mobile-nav__contact li a:hover {
  color: #1458E4;
}
.mobile-nav__contact li i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #1458E4;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 14px;
  margin-right: 10px;
  color: #FAFAFA;
}

.mobile-nav__container .main-menu__logo,
.mobile-nav__container .main-menu__right {
  display: none;
}

.social-media-icons ul {
  display: flex;
  align-items: center;
  gap: clamp(4px, 0.417vw, 16px);
}

.hero-banner {
  position: relative;
  width: 100vw;
  height: calc(100vh - 6.536vw);
  overflow: hidden;
}
@media (max-width: 1024px) {
  .hero-banner {
    height: calc(100vh - 100px);
  }
}
.hero-banner .hero-slider {
  position: relative;
  margin-bottom: -1px;
}
.hero-banner .hero-slider .slick-dots {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: end;
  gap: clamp(3px, 0.208vw, 8px);
  bottom: 0px;
  right: 16.458vw;
  top: 0;
  width: auto !important;
}
@media (max-width: 490px) {
  .hero-banner .hero-slider .slick-dots {
    flex-direction: row;
    justify-content: normal;
    right: unset;
    gap: 6px;
    left: 50%;
    bottom: 32px;
    transform: translate(-50%, 0);
  }
}
.hero-banner .hero-slider .slick-dots li {
  width: 6px;
  height: 16px;
  display: grid;
  align-items: center;
  justify-content: center;
  border-radius: clamp(2px, 0.208vw, 8px);
  background: #FEDE85;
  margin: 0 1px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 490px) {
  .hero-banner .hero-slider .slick-dots li {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: rgba(245, 247, 249, 0.2);
  }
}
.hero-banner .hero-slider .slick-dots li.slick-active {
  background-color: #FCB900;
  height: 32px;
}
@media (max-width: 490px) {
  .hero-banner .hero-slider .slick-dots li.slick-active {
    height: 18px;
    background-color: #FCB900;
    border: 3px solid #FFFFFF;
  }
}
.hero-banner .hero-slider .slick-dots li button {
  color: #FAFAFA;
  font-size: 0;
  padding: 0;
}
.hero-banner .hero-slider .slick-dots li button:before {
  color: transparent;
}
@media (max-width: 490px) {
  .hero-banner .hero-slider .slick-dots li button {
    padding: 0;
    color: #FAFAFA;
    font-size: 0;
    /* 18px */
  }
  .hero-banner .hero-slider .slick-dots li button:before {
    color: transparent;
  }
}
.hero-banner .hero-slider .hero-slide .hero-slide__img {
  transition: all 0.3s ease-in-out;
}
.hero-banner .hero-slider .hero-slide .hero-slide__img img {
  object-position: center bottom;
}
@media (max-width: 1599px) {
  .hero-banner .hero-slider .hero-slide .hero-slide__img img {
    object-fit: cover;
  }
}
@media (max-width: 1024px) {
  .hero-banner .hero-slider .hero-slide .hero-slide__img img {
    object-fit: cover;
  }
}
.hero-banner .hero-slider .hero-slide .hero-slide__content {
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 80%);
}
@media (max-width: 1799px) {
  .hero-banner .hero-slider .hero-slide .hero-slide__content {
    transform: translate(-50%, 60%);
  }
}
@media (max-width: 490px) {
  .hero-banner .hero-slider .hero-slide .hero-slide__content {
    width: 100%;
  }
}

@media (max-width: 992px) {
  .hero-banner-2 .banner-medium-blogs {
    display: flex;
    align-items: center;
    gap: clamp(8px, 0.625vw, 24px);
  }
}
@media (max-width: 490px) {
  .hero-banner-2 .banner-medium-blogs {
    flex-direction: column;
  }
}
.hero-banner-2 .hero-news {
  position: relative;
  width: 100%;
}
@media (max-width: 992px) {
  .hero-banner-2 .hero-news {
    height: 100%;
  }
}
.hero-banner-2 .hero-news.hero-new-lg {
  height: 100%;
}
.hero-banner-2 .hero-news.hero-new-lg .image-block {
  height: 98.75%;
}
@media (max-width: 992px) {
  .hero-banner-2 .hero-news.hero-new-lg .image-block {
    height: 100%;
  }
}
.hero-banner-2 .hero-news.hero-new-lg .image-block img {
  height: 100%;
}
.hero-banner-2 .hero-news .image-block {
  overflow: hidden;
  border-radius: clamp(2px, 0.208vw, 8px);
  width: 100%;
}
@media (max-width: 992px) {
  .hero-banner-2 .hero-news .image-block {
    height: 100%;
  }
}
.hero-banner-2 .hero-news .image-block img {
  -webkit-transition: all 0.35s linear 0s;
  transition: all 0.35s linear 0s;
  border-radius: clamp(2px, 0.208vw, 8px);
  width: 100%;
}
@media (max-width: 992px) {
  .hero-banner-2 .hero-news .image-block img {
    height: 100%;
  }
}
.hero-banner-2 .hero-news .image-block .tag-label {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 99;
}
.hero-banner-2 .hero-news .text-block {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 12px;
}
.hero-banner-2 .hero-news .text-block h4,
.hero-banner-2 .hero-news .text-block h6 {
  color: #FAFAFA;
  transition: all 0.3s ease-in-out;
}
.hero-banner-2 .hero-news:hover .image-block img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.35s linear 0s;
  transition: all 0.35s linear 0s;
}
.hero-banner-2 .hero-news:hover .text-block h4,
.hero-banner-2 .hero-news:hover .text-block h6 {
  color: #FCB900;
  transition: all 0.3s ease-in-out;
}

.hero-banner-3 .content-container h1 {
  color: #0C0C0D;
  transition: all 0.3s ease-in-out;
}
.hero-banner-3 .content-container h1:hover {
  color: #FCB900;
  transition: all 0.3s ease-in-out;
}
.hero-banner-3 .banner-image-container img {
  width: 100%;
}

.hero-banner-4 .content-container h2, .hero-banner-4 .content-container h5 {
  color: #0C0C0D;
  transition: all 0.3s ease-in-out;
}
.hero-banner-4 .content-container h2:hover, .hero-banner-4 .content-container h5:hover {
  color: #FCB900;
  transition: all 0.3s ease-in-out;
}
.hero-banner-4 .image-container {
  position: relative;
}
.hero-banner-4 .image-container img {
  border-radius: clamp(8px, 0.625vw, 24px);
}
.hero-banner-4 .image-container .tag-label {
  position: absolute;
  top: 16px;
  left: 16px;
}

.blog-info {
  display: flex;
  align-items: center;
  gap: clamp(8px, 0.625vw, 24px);
}
@media (max-width: 399px) {
  .blog-info {
    flex-wrap: wrap;
  }
}
.blog-info .author {
  display: flex;
  align-items: center;
  gap: clamp(8px, 0.625vw, 24px);
}
.blog-info .date-time {
  display: flex;
  align-items: center;
  gap: clamp(8px, 0.625vw, 24px);
}
.blog-info .date-time .icon-box {
  background: #FAFAFA;
  width: clamp(28px, 1.667vw, 40px);
  height: clamp(28px, 1.667vw, 40px);
  display: grid;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.category-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: url("../media/images/category-1.png") no-repeat;
  background-position: center;
  background-size: 100% 100%;
  padding: clamp(10px, 0.625vw, 24px) clamp(14px, 0.833vw, 32px);
  border-radius: clamp(2px, 0.208vw, 8px);
}
@media (max-width: 1024px) {
  .category-block {
    background-size: cover;
  }
}
.category-block.category-2 {
  background: url("../media/images/category-2.png") no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
@media (max-width: 1024px) {
  .category-block.category-2 {
    background-size: cover;
    background-position: top;
  }
}
.category-block.category-3 {
  background: url("../media/images/category-3.png") no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
@media (max-width: 1024px) {
  .category-block.category-3 {
    background-size: cover;
    background-position: top;
  }
}
.category-block.category-4 {
  background: url("../media/images/category-4.png") no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
@media (max-width: 1024px) {
  .category-block.category-4 {
    background-size: cover;
    background-position: top;
  }
}
.category-block.category-5 {
  background: url("../media/images/category-5.png") no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
@media (max-width: 1024px) {
  .category-block.category-5 {
    background-size: cover;
    background-position: top;
  }
}
.category-block.category-6 {
  background: url("../media/images/category-6.png") no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
@media (max-width: 1024px) {
  .category-block.category-6 {
    background-size: cover;
    background-position: top;
  }
}
.category-block.category-7 {
  background: url("../media/images/category-7.png") no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
@media (max-width: 1024px) {
  .category-block.category-7 {
    background-size: cover;
    background-position: top;
  }
}
.category-block.category-8 {
  background: url("../media/images/category-8.png") no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
@media (max-width: 1024px) {
  .category-block.category-8 {
    background-size: cover;
    background-position: top;
  }
}
.category-block .image-block {
  display: flex;
  align-items: center;
  gap: clamp(12px, 0.833vw, 32px);
}
.category-block .image-block img {
  width: clamp(40px, 3.333vw, 96px);
  height: clamp(40px, 3.333vw, 96px);
}
.category-block .image-block h6 {
  color: #FAFAFA;
  transition: all 0.3s ease-in-out;
}
.category-block .number-box {
  width: clamp(36px, 2.292vw, 60px);
  height: clamp(36px, 2.292vw, 60px);
  display: grid;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #FAFAFA;
  transition: all 0.3s ease-in-out;
}
.category-block:hover h6 {
  color: #FCB900;
  transition: all 0.3s ease-in-out;
}
.category-block:hover .number-box {
  transition: all 0.3s ease-in-out;
  color: #FCB900;
  background: #FCB900;
}

.blog-timeline-section .slider-wrap {
  position: relative;
}
.blog-timeline-section .blog-timeline-slider-asnav {
  overflow: hidden;
}
.blog-timeline-section .blog-timeline-slider-asnav::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  pointer-events: none;
  background: linear-gradient(180deg, #FAFAFA 0%, rgba(255, 255, 255, 0.17) 1.5%, rgba(245, 245, 245, 0) 80%, rgba(255, 255, 255, 0.3) 85%, #FAFAFA 100%);
}
.blog-timeline-section .blog-timeline-slider-asnav .slick-list {
  height: 41.667vw !important;
}
@media (max-width: 1024px) {
  .blog-timeline-section .blog-timeline-slider-asnav .slick-list {
    height: 55.664vw !important;
  }
}
@media (max-width: 490px) {
  .blog-timeline-section .blog-timeline-slider-asnav .slick-list {
    height: 100vw !important;
  }
}
.blog-timeline-section .blog-timeline-slider-asnav .slick-list .slick-track {
  height: 41.667vw !important;
}
.blog-timeline-section .blog-timeline-slider-asnav .blog-slide {
  display: flex;
  align-items: flex-start;
  gap: clamp(18px, 1.25vw, 48px) !important;
  padding: clamp(12px, 1.25vw, 32px) 0;
  position: relative;
  overflow: hidden;
}
.blog-timeline-section .blog-timeline-slider-asnav .blog-slide:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 2px;
  z-index: 1;
}
.blog-timeline-section .blog-timeline-slider-asnav .blog-slide .cus-btn {
  display: none;
}
.blog-timeline-section .blog-timeline-slider-asnav .blog-slide .slider-progress {
  display: none;
}
.blog-timeline-section .blog-timeline-slider-asnav .blog-slide.slick-current h4 {
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  font-size: clamp(24px, 1.719vw, 48px);
}
.blog-timeline-section .blog-timeline-slider-asnav .blog-slide.slick-current .cus-btn {
  display: block;
  width: fit-content;
}
.blog-timeline-section .blog-timeline-slider-asnav .blog-slide.slick-current .slider-progress {
  display: block;
  position: absolute;
  left: 0;
  bottom: 16px;
  width: 100%;
  height: 2px;
  background-color: #EAEAEC;
}
.blog-timeline-section .blog-timeline-slider-asnav .blog-slide.slick-current .slider-progress span {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0px;
  height: 100%;
  background-color: #45474F;
  transition: all 0s linear;
}
.blog-timeline-section .blog-timeline-slider-asnav .blog-slide.slick-current .slider-progress span.active {
  width: 100%;
}
.trending-news-section .nav {
  display: inline-flex;
  gap: clamp(24px, 1.667vw, 64px);
  border: 0px;
  position: relative;
  row-gap: 0;
  width: 100%;
}
@media (max-width: 1599px) {
  .trending-news-section .nav {
    gap: clamp(12px, 0.833vw, 32px);
    row-gap: 24px;
  }
}
@media (max-width: 1199px) {
  .trending-news-section .nav {
    row-gap: 0;
  }
}
.trending-news-section .nav::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #EAEAEC;
}
@media (max-width: 1199px) {
  .trending-news-section .nav::after {
    bottom: -10px;
  }
}
@media (max-width: 992px) {
  .trending-news-section .nav::after {
    display: none;
  }
}
.trending-news-section .nav .nav-item .nav-link {
  color: #45474F;
  font-family: "Roboto", sans-serif;
  font-size: clamp(16px, 0.938vw, 22px);
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  border: 0px;
  padding: 0px;
  position: relative;
}
.trending-news-section .nav .nav-item .nav-link::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #E60023;
  transition: width 0.7s;
  margin-top: 2px;
}
.trending-news-section .nav .nav-item .nav-link.active {
  font-weight: 500;
  background: transparent;
  color: #E60023;
  transition: all 0.3s ease-in-out;
  border: 0px;
}
.trending-news-section .nav .nav-item .nav-link.active::after {
  width: 100%;
}
.trending-news-section .nav .nav-item .nav-link:hover {
  color: #E60023;
  transition: all 0.3s ease-in-out;
}
.trending-news-section .nav .nav-item .nav-link:hover::after {
  width: 100%;
}

.trending-new-block {
  position: relative;
  border-radius: clamp(8px, 0.625vw, 24px);
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.trending-new-block .image-box {
  border-radius: clamp(8px, 0.625vw, 24px);
  height: 100%;
}
.trending-new-block .image-box img {
  border-radius: clamp(8px, 0.625vw, 24px);
  -webkit-transition: all 0.35s linear 0s;
  transition: all 0.35s linear 0s;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.trending-new-block .image-box .tag-label {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 99;
}
.trending-new-block .content-box {
  position: absolute;
  bottom: 16px;
  right: 16px;
  left: 16px;
}
.trending-new-block .content-box p {
  color: #F5F5F5;
  transition: all 0.3s ease-in-out;
}

.content-box p.editdate {
    color: #ffffff;
    font-style: italic;
    border-radius: 10px;
    transition: all 0.3sease-in-out;
    margin-top: 20px;
    padding: 6px;
    border: #fcb900 2px solid;
}

.trending-new-block .content-box h6 {
  color: #FAFAFA;
  transition: all 0.3s ease-in-out;
}
.trending-new-block .content-box-2 {
  position: absolute;
  bottom: -250px;
  right: 16px;
  left: 16px;
  padding: clamp(12px, 0.833vw, 24px);
  background: #FAFAFA;
  border-radius: clamp(4px, 0.417vw, 16px);
  transition: all 0.3s ease-in-out;
}
.trending-new-block .content-box-2 p {
  color: #0C0C0D;
  transition: all 0.3s ease-in-out;
}
.trending-new-block .content-box-2 h6 {
  color: #0C0C0D;
  transition: all 0.3s ease-in-out;
}
.trending-new-block .content-box-2 h6:hover {
  transition: all 0.3s ease-in-out;
  color: #E60023;
}
.trending-new-block:hover .image-box img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.35s linear 0s;
  transition: all 0.35s linear 0s;
}
.trending-new-block:hover .content-box-2 {
  bottom: 16px;
}

.random-slider-wrapper {
  background: #1E1F20;
  padding: clamp(16px, 1.25vw, 40px);
  border-radius: clamp(8px, 0.625vw, 24px);
}
.random-slider-wrapper .slider-asnav-wrapper {
  margin-top: -24px !important;
}
@media (max-width: 490px) {
  .random-slider-wrapper .slider-asnav-wrapper {
    overflow: hidden;
  }
}
.random-slider-wrapper .slider-asnav-wrapper .menu-row {
  margin-top: 24px !important;
  margin: 0 -4px;
}
@media (max-width: 490px) {
  .random-slider-wrapper .slider-asnav-wrapper .menu-row {
    margin: 0;
  }
}
.random-slider-wrapper .slider-asnav-wrapper .menu-row .slick-track {
  width: 37.708vw !important;
}
@media (max-width: 1499px) {
  .random-slider-wrapper .slider-asnav-wrapper .menu-row .slick-track {
    width: 50.5vw !important;
  }
}
@media (max-width: 1399px) {
  .random-slider-wrapper .slider-asnav-wrapper .menu-row .slick-track {
    width: 46.748vw !important;
  }
}
@media (max-width: 1024px) {
  .random-slider-wrapper .slider-asnav-wrapper .menu-row .slick-track {
    width: 69.727vw !important;
  }
}
@media (max-width: 820px) {
  .random-slider-wrapper .slider-asnav-wrapper .menu-row .slick-track {
    width: 74.634vw !important;
  }
}
@media (max-width: 768px) {
  .random-slider-wrapper .slider-asnav-wrapper .menu-row .slick-track {
    width: 78.646vw !important;
  }
}
@media (max-width: 490px) {
  .random-slider-wrapper .slider-asnav-wrapper .menu-row .slick-track {
    width: 151.02vw !important;
  }
}
.random-slider-wrapper .slider-asnav-wrapper .menu-row .slick-track .slick-slide.slick-current a {
  color: #E60023;
}
.random-slider-wrapper .slider-asnav-wrapper .menu-row li {
  margin: 0 12px;
}
.random-slider-wrapper .slider-asnav-wrapper .menu-row li a {
  color: #92949F;
  transition: all 0.3s ease-in-out;
}
.random-slider-wrapper .slider-asnav-wrapper .menu-row li:hover a {
  transition: all 0.3s ease-in-out;
  color: #E60023;
}
.random-slider-wrapper .random-slider {
  margin: 0 -18px;
}
@media (max-width: 1024px) {
  .random-slider-wrapper .random-slider {
    margin: 0 -12px;
  }
}
.random-slider-wrapper .random-slider .blog-grid {
  margin: 0 12px;
}
.random-slider-wrapper .random-slider .blog-grid .news-container {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.random-slider-wrapper .random-slider .blog-grid .news-container .img-box {
  overflow: hidden;
  border-radius: clamp(8px, 0.625vw, 24px);
}
.random-slider-wrapper .random-slider .blog-grid .news-container .img-box img {
  width: 100%;
  border-radius: clamp(8px, 0.625vw, 24px);
  -webkit-transition: all 0.35s linear 0s;
  transition: all 0.35s linear 0s;
}
.random-slider-wrapper .random-slider .blog-grid .news-container .img-box .tag-label {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 99;
}
.random-slider-wrapper .random-slider .blog-grid .news-container .text-box .author-info {
  display: flex;
  align-items: center;
  gap: clamp(12px, 0.833vw, 32px);
}
.random-slider-wrapper .random-slider .blog-grid .news-container .text-box .author-info .icon-box {
  display: flex;
  align-items: center;
  gap: clamp(4px, 0.417vw, 16px);
}
.random-slider-wrapper .random-slider .blog-grid .news-container .text-box h5 {
  color: #FAFAFA;
  transition: all 0.3s ease-in-out;
}
.random-slider-wrapper .random-slider .blog-grid .news-container:hover .img-box img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.35s linear 0s;
  transition: all 0.35s linear 0s;
}
.random-slider-wrapper .random-slider .blog-grid .news-container:hover .text-box h5 {
  color: #FCB900;
  transition: all 0.3s ease-in-out;
}
.random-slider-wrapper .random-slider .blog-grid .new-container-mini {
  display: flex;
  align-items: center;
  gap: clamp(12px, 0.833vw, 32px);
}
.random-slider-wrapper .random-slider .blog-grid .new-container-mini .img-box {
  display: flex;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: clamp(4px, 0.417vw, 16px);
}
.random-slider-wrapper .random-slider .blog-grid .new-container-mini .img-box img {
  border-radius: clamp(4px, 0.417vw, 16px);
  -webkit-transition: all 0.35s linear 0s;
  transition: all 0.35s linear 0s;
}
.random-slider-wrapper .random-slider .blog-grid .new-container-mini .news-content h6 {
  color: #FAFAFA;
  transition: all 0.3s ease-in-out;
}
.random-slider-wrapper .random-slider .blog-grid .new-container-mini:hover .img-box img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.35s linear 0s;
  transition: all 0.35s linear 0s;
}
.random-slider-wrapper .random-slider .blog-grid .new-container-mini:hover .news-content h6 {
  color: #FCB900;
  transition: all 0.3s ease-in-out;
}

.weather-block {
  padding: clamp(12px, 1.25vw, 40px);
  background: url("../media/backgrounds/weather-bg.png") no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: clamp(8px, 0.625vw, 24px);
}
.weather-block .weather-info {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.weather-block .weather-info .text-box h2 {
  font-size: clamp(61px, 5vw, 140px);
  font-weight: 700;
}
.weather-block .weather-info .text-box .h1 {
  margin-top: 8px;
}
.weather-block .function-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
}

.promotional-banner {
  background: url("../media/backgrounds/promo-bg.png") no-repeat;
  background-position: center;
  background-size: cover;
  height: 21.5vw;
  display: grid;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(20px, 2.083vw, 64px) clamp(32px, 3.333vw, 120px);
  border-radius: clamp(8px, 0.625vw, 24px);
}
@media (max-width: 490px) {
  .promotional-banner {
    height: auto;
  }
}

.blog-functional-bar form {
  position: relative;
  width: clamp(380px, 21.667vw, 580px);
}
@media (max-width: 490px) {
  .blog-functional-bar form {
    width: 100%;
  }
}
.blog-functional-bar form button {
  position: absolute;
  top: 14px;
  left: 12px;
  background: transparent;
  border: 0;
}
@media (max-width: 1024px) {
  .blog-functional-bar form button {
    top: 10px;
    left: 10px;
  }
}

.travelling-parent {
  position: relative;
}
.travelling-parent.line-parent {
  position: relative;
}
.travelling-parent.line-parent::before {
  content: "";
  position: absolute;
  left: -13px;
  top: 0;
  background: #92949F;
  width: 1px;
  height: 100%;
}
.travelling-parent.line-parent::after {
  content: "";
  position: absolute;
  right: -13px;
  top: 0;
  background: #92949F;
  width: 1px;
  height: 100%;
}
@media (max-width: 820px) {
  .travelling-parent.line-parent::after {
    display: none;
  }
}

.travel-block {
  padding: clamp(12px, 1.25vw, 40px);
  text-align: center;
}
@media (max-width: 490px) {
  .travel-block.block-2 {
    border-bottom: 1px solid #92949F;
  }
}
.travel-block .image-block img {
  border-radius: 50%;
}
.travel-block .content-block h5 {
  transition: all 0.3s ease-in-out;
  color: #0C0C0D;
}
.travel-block:hover .content-block h5 {
  transition: all 0.3s ease-in-out;
  color: #FCB900;
}

.tech-wrapper .tech-blog {
  position: relative;
}
.tech-wrapper .tech-blog .image-block {
  width: 100%;
}
.tech-wrapper .tech-blog .image-block img {
  width: 100%;
  border-radius: clamp(8px, 0.625vw, 24px);
}
.tech-wrapper .tech-blog .image-block .tag-label {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 99;
}
.tech-wrapper .tech-blog .image-block .play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: clamp(48px, 5.208vw, 180px);
}
.tech-wrapper .tech-blog .text-block {
  position: absolute;
  bottom: 24px;
  left: 16px;
}
@media (max-width: 490px) {
  .tech-wrapper .tech-blog .text-block {
    bottom: 16px;
    left: 8px;
  }
}
.tech-wrapper .tech-blog .text-block h4 {
  color: #FAFAFA;
  transition: all 0.3s ease-in-out;
}
.tech-wrapper .blog-mini-wrapper {
  display: flex;
  align-items: center;
  gap: clamp(12px, 0.833vw, 32px);
}
@media (max-width: 490px) {
  .tech-wrapper .blog-mini-wrapper {
    flex-direction: column;
  }
}
.tech-wrapper .blog-mini-wrapper .tech-blog-mini {
  display: flex;
  align-items: center;
  gap: clamp(12px, 0.833vw, 32px);
}
.tech-wrapper .blog-mini-wrapper .tech-blog-mini .img-box {
  position: relative;
  display: flex;
  flex-shrink: 0;
}
.tech-wrapper .blog-mini-wrapper .tech-blog-mini .img-box img {
  border-radius: clamp(4px, 0.417vw, 16px);
}
.tech-wrapper .blog-mini-wrapper .tech-blog-mini .img-box .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1024px) {
  .tech-wrapper .tech-blog-medium {
    width: 100%;
  }
}
.tech-wrapper .tech-blog-medium.medium-block {
  margin-bottom: clamp(16px, 1.25vw, 40px);
}
@media (max-width: 1024px) {
  .tech-wrapper .tech-blog-medium.medium-block {
    margin-bottom: 0;
  }
}
.tech-wrapper .tech-blog-medium .image-block {
  position: relative;
  width: 100%;
}
.tech-wrapper .tech-blog-medium .image-block img {
  border-radius: clamp(4px, 0.417vw, 16px);
  width: 100%;
}
.tech-wrapper .tech-blog-medium .image-block .tag-label {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 99;
}
.tech-wrapper .tech-blog-medium .image-block .play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.lifestyle-wrapper .lifestyle-news-block {
  position: relative;
  width: 100%;
}
.lifestyle-wrapper .lifestyle-news-block.blog-mini {
  display: flex;
  align-items: center;
  gap: clamp(8px, 0.625vw, 24px);
}
.lifestyle-wrapper .lifestyle-news-block.blog-mini .image-box {
  display: flex;
  flex-shrink: 0;
  width: 100%;
}
.lifestyle-wrapper .lifestyle-news-block.blog-mini .image-box img {
  width: 100%;
  object-fit: cover;
}
.lifestyle-wrapper .lifestyle-news-block .image-box {
  border-radius: clamp(4px, 0.417vw, 16px);
  overflow: hidden;
  width: 100%;
}
.lifestyle-wrapper .lifestyle-news-block .image-box img {
  -webkit-transition: all 0.35s linear 0s;
  transition: all 0.35s linear 0s;
  border-radius: clamp(4px, 0.417vw, 16px);
  width: 100%;
  object-fit: cover;
}
.lifestyle-wrapper .lifestyle-news-block .image-box .tag-label {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 99;
}
.lifestyle-wrapper .lifestyle-news-block .content-box h3, .lifestyle-wrapper .lifestyle-news-block .content-box h5, .lifestyle-wrapper .lifestyle-news-block .content-box h6 {
  transition: all 0.3s ease-in-out;
}
.lifestyle-wrapper .lifestyle-news-block:hover .image-box img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.35s linear 0s;
  transition: all 0.35s linear 0s;
}
.lifestyle-wrapper .lifestyle-news-block:hover .content-box h3, .lifestyle-wrapper .lifestyle-news-block:hover .content-box h5, .lifestyle-wrapper .lifestyle-news-block:hover .content-box h6 {
  color: #FCB900;
  transition: all 0.3s ease-in-out;
}

.blog-sidebar .sidebar-input {
  position: relative;
}
.blog-sidebar .sidebar-input button {
  position: absolute;
  top: 14px;
  left: 12px;
  background: transparent;
  border: 0;
}
@media (max-width: 1024px) {
  .blog-sidebar .sidebar-input button {
    top: 10px;
    left: 10px;
  }
}
.blog-sidebar .writer-block .writer-image img {
  width: clamp(90px, 9.375vw, 290px);
  height: clamp(90px, 9.375vw, 290px);
}
.blog-sidebar .instagram-container ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: clamp(8px, 0.625vw, 24px);
  grid-row-gap: clamp(8px, 0.625vw, 24px);
}
@media (max-width: 1024px) {
  .blog-sidebar .instagram-container ul {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 490px) {
  .blog-sidebar .instagram-container ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
.blog-sidebar .instagram-container ul li {
  height: 100px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border-radius: clamp(8px, 0.625vw, 24px);
}
.blog-sidebar .instagram-container ul li:nth-child(1) {
  background: url("../media/images/insta-1.png");
  background-size: cover;
  background-position: center;
}
.blog-sidebar .instagram-container ul li:nth-child(2) {
  background: url("../media/images/insta-2.png");
  background-size: cover;
  background-position: center;
}
.blog-sidebar .instagram-container ul li:nth-child(3) {
  background: url("../media/images/insta-3.png");
  background-size: cover;
  background-position: center;
}
.blog-sidebar .instagram-container ul li:nth-child(4) {
  background: url("../media/images/insta-4.png");
  background-size: cover;
  background-position: center;
}
.blog-sidebar .instagram-container ul li:nth-child(5) {
  background: url("../media/images/insta-5.png");
  background-size: cover;
  background-position: center;
}
.blog-sidebar .instagram-container ul li:nth-child(6) {
  background: url("../media/images/insta-6.png");
  background-size: cover;
  background-position: center;
}
.blog-sidebar .instagram-container ul li .overlay {
  background: rgba(12, 12, 13, 0.2);
  position: absolute;
  margin: auto;
  width: 0px;
  height: 0px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.blog-sidebar .instagram-container ul li .overlay span {
  position: absolute;
  margin: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.blog-sidebar .instagram-container ul li:hover .overlay {
  opacity: 1;
  width: 100%;
  height: 100%;
}
.blog-sidebar .instagram-container ul li:hover .overlay span {
  opacity: 1;
  -webkit-transition: 1.3s ease;
  transition: 1.3s ease;
}
.blog-sidebar .img-block {
  display: flex;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: clamp(4px, 0.417vw, 16px);
}
.blog-sidebar .img-block img {
  width:140px;
  height:94px;
  -webkit-transition: all 0.35s linear 0s;
  transition: all 0.35s linear 0s;
  border-radius: clamp(4px, 0.417vw, 16px);
  object-fit: cover;
}
.blog-sidebar:hover .img-block img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.35s linear 0s;
  transition: all 0.35s linear 0s;
}

.blog-sidebar-block {
  display: flex;
  align-items: center;
  gap: clamp(12px, 0.833vw, 32px);
}
.blog-sidebar-block .img-block {
  display: flex;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: clamp(4px, 0.417vw, 16px);
  width: 160px;
  height: 128px;
  object-fit: cover;
}
.blog-sidebar-block .img-block img {
  -webkit-transition: all 0.35s linear 0s;
  transition: all 0.35s linear 0s;
  border-radius: clamp(4px, 0.417vw, 16px);
  object-fit: cover;
}
.blog-sidebar-block .text-block p:nth-child(2) {
  color: #0C0C0D;
  transition: all 0.3s ease-in-out;
}
.blog-sidebar-block:hover .img-block img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.35s linear 0s;
  transition: all 0.35s linear 0s;
  object-fit: cover;
}
.blog-sidebar-block:hover .text-block p:nth-child(2) {
  color: #FCB900;
  transition: all 0.3s ease-in-out;
}

.tags-container ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: clamp(4px, 0.417vw, 16px);
}
.tags-container ul li a {
  padding: clamp(6px, 0.417vw, 12px) clamp(10px, 0.625vw, 16px);
  background: #EAEAEC;
  color: #0C0C0D;
  border-radius: clamp(2px, 0.208vw, 8px);
  transition: all 0.3s ease-in-out;
}
.tags-container ul li:hover a {
  transition: all 0.3s ease-in-out;
  background: #1458E4;
  color: #FAFAFA;
}

.architechture-wrapper .architect-news {
  position: relative;
}
.architechture-wrapper .architect-news .image-block {
  overflow: hidden;
  border-radius: clamp(8px, 0.625vw, 24px);
}
.architechture-wrapper .architect-news .image-block img {
  -webkit-transition: all 0.35s linear 0s;
  transition: all 0.35s linear 0s;
  border-radius: clamp(4px, 0.417vw, 16px);
}
.architechture-wrapper .architect-news .image-block .tag-label {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 99;
}
.architechture-wrapper .architect-news .text-block {
  position: absolute;
  bottom: 24px;
  left: 16px;
}
.architechture-wrapper .architect-news .text-block h4 {
  color: #FAFAFA;
  transition: all 0.3s ease-in-out;
}
.architechture-wrapper .architect-news:hover .image-block img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.35s linear 0s;
  transition: all 0.35s linear 0s;
}
.architechture-wrapper .architect-news:hover .text-block h4 {
  color: #FCB900;
  transition: all 0.3s ease-in-out;
}
.architechture-wrapper .architect-news-mini {
  display: flex;
  align-items: center;
  gap: clamp(12px, 0.833vw, 32px);
}
.architechture-wrapper .architect-news-mini .image-box {
  display: flex;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: clamp(4px, 0.417vw, 16px);
}
.architechture-wrapper .architect-news-mini .image-box img {
  -webkit-transition: all 0.35s linear 0s;
  transition: all 0.35s linear 0s;
  border-radius: clamp(4px, 0.417vw, 16px);
  object-fit: cover;
}
.architechture-wrapper .architect-news-mini .content-box h6 {
  transition: all 0.3s ease-in-out;
  color: #0C0C0D;
}
.architechture-wrapper .architect-news-mini:hover .image-box img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.35s linear 0s;
  transition: all 0.35s linear 0s;
}
.architechture-wrapper .architect-news-mini:hover .content-box h6 {
  transition: all 0.3s ease-in-out;
  color: #FCB900;
}

.blog-detail-wrapper .main-image {
  position: relative;
}
.blog-detail-wrapper .main-image img {
	display: block;
  margin: auto!important;
}
.blog-detail-wrapper .main-image.image-v2 .play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.blog-detail-wrapper .main-image.image-v2 .play-btn img {
  width: clamp(48px, 5.208vw, 180px);
  height: clamp(48px, 5.208vw, 180px);
}
.blog-detail-wrapper .foto-cover {
  border-radius: 50%;
  width: clamp(32px, 2.333vw, 86px);
  height: clamp(32px, 2.333vw, 86px);
  border-radius: 50%;
  object-fit: cover;
}
.blog-detail-wrapper .qoutes {
  padding: clamp(16px, 1.25vw, 32px);
  border-radius: clamp(5px, 0.521vw, 20px);
  border-left: 2px solid #E60023;
}
.blog-detail-wrapper .blog-post-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 820px) {
  .blog-detail-wrapper .blog-post-row {
    flex-direction: column;
    flex-wrap: wrap;
    row-gap: 16px;
  }
}
.blog-detail-wrapper .blog-post-row .blog-post-block {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 575px) {
  .blog-detail-wrapper .blog-post-row .blog-post-block {
    gap: 8px;
  }
}
.blog-detail-wrapper .blog-post-row .blog-post-block .arrow-block {
  display: grid;
  align-items: center;
  justify-content: center;
  width: clamp(28px, 1.667vw, 64px);
  height: clamp(28px, 1.667vw, 64px);
  border: 1px solid #0C0C0D;
  border-radius: 5px;
  background: transparent;
  transition: all 0.3s ease-in-out;
}
.blog-detail-wrapper .blog-post-row .blog-post-block .arrow-block svg path {
  transition: all 0.3s ease-in-out;
}
.blog-detail-wrapper .blog-post-row .blog-post-block .post-text {
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1499px) {
  .blog-detail-wrapper .blog-post-row .blog-post-block br {
    display: none;
  }
}
.blog-detail-wrapper .blog-post-row .blog-post-block:hover .arrow-block {
  background: #1458E4;
  border: 1px solid #1458E4;
}
.blog-detail-wrapper .blog-post-row .blog-post-block:hover .arrow-block svg path {
  transition: all 0.3s ease-in-out;
  stroke: #FAFAFA;
}
.blog-detail-wrapper .blog-post-row .blog-post-block:hover .post-text {
  color: #1458E4;
  transition: all 0.3s ease-in-out;
}
.blog-detail-wrapper .review-area .review-block {
  display: flex;
  align-items: flex-start;
  gap: clamp(8px, 0.625vw, 24px);
}
.blog-detail-wrapper .review-area .review-block.block-2 {
  padding-left: clamp(32px, 5vw, 120px);
}
.blog-detail-wrapper .review-area .review-block .image-box {
  display: flex;
  flex-shrink: 0;
}
.blog-detail-wrapper .review-area .review-block .image-box img {
  border-radius: 50%;
  width: clamp(40px, 3.333vw, 96px);
  object-fit: cover;
}
.blog-detail-wrapper .review-area .review-block .reply-btn {
  color: #0C0C0D;
  transition: all 0.3s ease-in-out;
}
.blog-detail-wrapper .review-area .review-block, span.reply-btn {
	margin-right:10px;
	padding: 4px;
}
@media (max-width: 490px) {
  .blog-detail-wrapper .review-area .review-block .reply-btn {
    font-size: 2.8vw;
  }
}
.blog-detail-wrapper .review-area .review-block .reply-btn:hover {
  transition: all 0.3s ease-in-out;
  color: #1458E4;
}

.account {
  height: 100%;
}
@media (max-width: 1024px) {
  .account.account-1 {
    height: auto;
  }
}
.account .or {
  position: relative;
  text-align: center;
  color: #0C0C0D;
  padding: clamp(16px, 1.25vw, 32px) 0;
}
.account .or::after, .account .or::before {
  content: "";
  height: 0.75px;
  width: 46%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  background: #EAEAEC;
}
.account .or::after {
  right: 0;
}
.account .or::before {
  left: 0;
}
.account .cus-btn .cus-btn-parent {
  width: clamp(180px, 12.708vw, 300px);
}
.account #eye, .account #eye-icon {
  cursor: pointer;
}
.account .link-btn {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(10px, 0.83vw, 20px);
  padding: clamp(8px, 0.625vw, 16px) clamp(10px, 0.83vw, 20px);
  border-radius: 5px;
  border: 1px solid #92949F;
  transition: all 0.3s ease-in-out;
}
.account .link-btn img {
  width: clamp(24px, 1.66vw, 40px);
}
.account .link-btn:hover {
  color: #FAFAFA;
  background: #FCB900;
  transition: all 0.3s ease-in-out;
}

.social-media-section .social-media-wrapper {
  display: flex;
  align-items: center;
  gap: clamp(18px, 1.25vw, 48px) !important;
  width: 100%;
}
@media (max-width: 490px) {
  .social-media-section .social-media-wrapper {
    flex-wrap: wrap;
  }
}
.social-media-section .social-media-wrapper .social-media-block {
  width: 24%;
  text-align: center;
}
@media (max-width: 490px) {
  .social-media-section .social-media-wrapper .social-media-block {
    width: 47.5%;
  }
}
@media (max-width: 380px) {
  .social-media-section .social-media-wrapper .social-media-block {
    width: 47%;
  }
}
.social-media-section .social-media-wrapper .social-media-block .info-box {
  background: #EAEAEC;
  border-radius: clamp(8px, 0.625vw, 24px);
  padding: clamp(16px, 1.667vw, 48px);
  transition: all 0.3s ease-in-out;
}
.social-media-section .social-media-wrapper .social-media-block .info-box img {
  width: clamp(40px, 3.333vw, 120px);
  height: clamp(40px, 3.333vw, 120px);
}
.social-media-section .social-media-wrapper .social-media-block:hover .info-box {
  transition: all 0.3s ease-in-out;
  background: #FCB900;
}

.contact-form-container .input-block input {
  background: #1E1F20;
  color: #FAFAFA;
}
.contact-form-container .input-block input:focus {
  background: #1E1F20;
  color: #FAFAFA !important;
}
.contact-form-container .input-block input::placeholder {
  color: #92949F;
}
.contact-form-container .input-block input:-webkit-autofill, .contact-form-container .input-block input:-webkit-autofill:focus {
  transition: background-color 600000s 0s, color 600000s 0s;
}
.contact-form-container .input-block svg path {
  fill: #FAFAFA !important;
}
.contact-form-container .input-block i {
  color: #FAFAFA;
  margin-top: 2px;
}
.contact-form-container .input-block .wrapper-dropdown {
  border-radius: clamp(4px, 0.417vw, 16px);
  padding: clamp(11px, 0.833vw, 24px);
  padding-left: 48px;
  background: #1E1F20;
}
.contact-form-container .input-block .wrapper-dropdown #drp-arrow {
  right: 16px !important;
  left: unset !important;
}
.contact-form-container .cus-btn .cus-btn-parent {
  width: clamp(140px, 12.708vw, 300px);
}

.map {
  position: relative;
  margin-top: -128px;
  z-index: -1;
  height: clamp(350px, 31.25vw, 880px);
}
.map iframe {
  width: 100%;
  height: clamp(350px, 31.25vw, 880px);
}

@media (max-width: 1024px) {
  .error-section {
    height: 49.15vh;
    display: grid;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 820px) {
  .error-section {
    height: 43.15vh;
  }
}
@media (max-width: 490px) {
  .error-section {
    height: 50vh;
  }
}
@media (max-width: 380px) {
  .error-section {
    height: 60vh;
  }
}
.error-section .error-wrapper h2 {
  font-size: clamp(120px, 31.25vw, 800px);
  font-style: normal;
  line-height: 80%;
  /* 720px */
  letter-spacing: -18px;
  text-transform: uppercase;
}
@media (max-width: 490px) {
  .error-section .error-wrapper h2 {
    letter-spacing: -4px;
  }
}

.coming-soon-page {
  display: grid;
  align-items: center;
  height: 100vh;
}
.coming-soon-page .coming-soon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -6%;
}
.coming-soon-page .coming-soon-wrapper ul {
  display: flex;
  gap: clamp(6px, 0.833vw, 24px);
}
.coming-soon-page .coming-soon-wrapper ul li {
  width: clamp(96px, 8.333vw, 240px);
  height: clamp(96px, 8.333vw, 240px);
  border: 1px solid #1458E4;
  border-radius: clamp(8px, 0.625vw, 24px);
  background: #EAEAEC;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 490px) {
  .coming-soon-page .coming-soon-wrapper ul li {
    width: 76px;
    height: 84px;
  }
}
.coming-soon-page .coming-soon-wrapper ul li h2 {
  color: #0C0C0D;
  text-transform: uppercase;
  font-size: clamp(48px, 3.958vw, 72px);
  /* 55px */
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 66px */
}
@media (max-width: 1199px) {
  .coming-soon-page .coming-soon-wrapper ul li h2 {
    font-size: clamp(39px, 3.586vw, 52px);
    /* 43px */
  }
}
@media (max-width: 820px) {
  .coming-soon-page .coming-soon-wrapper ul li h2 {
    font-size: clamp(33px, 4.634vw, 48px);
    /* 38px */
  }
}
.coming-soon-page .coming-soon-wrapper ul li h6 {
  color: #0C0C0D;
  font-size: clamp(20px, 1.198vw, 32px);
  /* 23px */
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 27.6px */
}
@media (max-width: 1199px) {
  .coming-soon-page .coming-soon-wrapper ul li h6 {
    font-size: clamp(21px, 1.918vw, 28px);
    /* 23px */
  }
}
@media (max-width: 820px) {
  .coming-soon-page .coming-soon-wrapper ul li h6 {
    font-size: clamp(18px, 2.317vw, 21px);
    /* 19px */
  }
}
.coming-soon-page .title-area img {
  width: clamp(40%, 23.802vw, 500px);
}
.coming-soon-page .coming-soon-container .coming-soon-text {
  -webkit-text-stroke: 3px #FCB900;
  -webkit-text-fill-color: transparent;
  font-size: clamp(96px, 15.417vw, 450px);
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  line-height: 70%;
  letter-spacing: -8.88px;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 490px) {
  .coming-soon-page .coming-soon-container .coming-soon-text {
    font-size: 70px;
    letter-spacing: -2.88px;
    -webkit-text-stroke: 1px #FCB900;
  }
}
@media (max-width: 399px) {
  .coming-soon-page .coming-soon-container .coming-soon-text {
    font-size: 60px;
    letter-spacing: -0.88px;
  }
}
.coming-soon-page .coming-soon-container .newsletter-heading {
  display: flex;
  align-items: center;
  gap: clamp(8px, 1.25vw, 40px);
}
.coming-soon-page .coming-soon-container .newsletter-heading h4 {
  line-height: 120%;
  letter-spacing: 1.643px;
}
@media (max-width: 575px) {
  .coming-soon-page .coming-soon-container .newsletter-heading h4 {
    font-size: 16px;
  }
}
.coming-soon-page .coming-soon-container .newsletter-container {
  display: flex;
  justify-content: center;
}
.coming-soon-page .coming-soon-container .newsletter-container form {
  width: clamp(350px, 21.667vw, 650px);
}
.coming-soon-page .coming-soon-container .newsletter-container form input {
  color: #FAFAFA !important;
}
.coming-soon-page .coming-soon-container .newsletter-container form input::placeholder {
  color: #92949F !important;
}
.coming-soon-page .coming-soon-container .newsletter-container form input:focus {
  color: #FAFAFA !important;
}

.newsletter-container .newsletter-form {
  position: relative;
}
.newsletter-container .newsletter-form button {
  position: absolute;
  right: 0;
  top: 0;
  background: #FCB900;
  border: 0;
  padding: clamp(13px, 0.938vw, 24px) 16px;
  border-radius: 0 clamp(4px, 0.417vw, 16px) clamp(4px, 0.417vw, 16px) 0;
  display: inline-flex;
  width: fit-content;
  transition: all 0.3s ease-in-out;
}
.newsletter-container .newsletter-form button svg path {
  transition: all 0.3s ease-in-out;
}
.newsletter-container .newsletter-form button:hover {
  transition: all 0.3s ease-in-out;
  background: #E60023;
}
.newsletter-container .newsletter-form button:hover svg path {
  fill: #FAFAFA;
  transition: all 0.3s ease-in-out;
}

footer .instagram-link-images ul {
  display: flex;
  align-items: center;
  gap: clamp(8px, 0.625vw, 24px);
  width: 100%;
}
@media (max-width: 820px) {
  footer .instagram-link-images ul {
    flex-wrap: wrap;
  }
}
footer .instagram-link-images ul li {
  width: 16%;
  height: 120px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border-radius: clamp(8px, 0.625vw, 24px);
}
@media (max-width: 820px) {
  footer .instagram-link-images ul li {
    width: 32.5%;
  }
}
@media (max-width: 490px) {
  footer .instagram-link-images ul li {
    width: 48.75%;
  }
}
@media (max-width: 399px) {
  footer .instagram-link-images ul li {
    width: 31.75%;
    height: 84px;
  }
}
footer .instagram-link-images ul li:nth-child(1) {
  background: url("../media/images/insta-image-1.png");
  background-size: cover;
  background-position: center;
}
footer .instagram-link-images ul li:nth-child(2) {
  background: url("../media/images/insta-image-2.png");
  background-size: cover;
  background-position: center;
}
footer .instagram-link-images ul li:nth-child(3) {
  background: url("../media/images/insta-image-3.png");
  background-size: cover;
  background-position: center;
}
footer .instagram-link-images ul li:nth-child(4) {
  background: url("../media/images/insta-image-4.png");
  background-size: cover;
  background-position: center;
}
footer .instagram-link-images ul li:nth-child(5) {
  background: url("../media/images/insta-image-5.png");
  background-size: cover;
  background-position: center;
}
footer .instagram-link-images ul li:nth-child(6) {
  background: url("../media/images/insta-image-6.png");
  background-size: cover;
  background-position: center;
}
footer .instagram-link-images ul li .overlay {
  background: rgba(12, 12, 13, 0.2);
  position: absolute;
  margin: auto;
  width: 0px;
  height: 0px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
footer .instagram-link-images ul li .overlay span {
  position: absolute;
  margin: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
footer .instagram-link-images ul li:hover .overlay {
  opacity: 1;
  width: 100%;
  height: 100%;
}
footer .instagram-link-images ul li:hover .overlay span {
  opacity: 1;
  -webkit-transition: 1.3s ease;
  transition: 1.3s ease;
}
footer .footer-wrapper {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: clamp(18px, 1.25vw, 48px) !important;
}
@media (max-width: 820px) {
  footer .footer-wrapper {
    flex-wrap: wrap;
  }
}
footer .footer-wrapper .footer-block {
  width: clamp(32%, 21.667vw, 560px);
}
@media (max-width: 820px) {
  footer .footer-wrapper .footer-block:nth-child(1) {
    width: 70%;
  }
}
@media (max-width: 490px) {
  footer .footer-wrapper .footer-block:nth-child(1) {
    width: 95%;
  }
}
@media (max-width: 1024px) {
  footer .footer-wrapper .footer-block:nth-child(3) {
    width: clamp(310px, 31.641vw, 420px);
  }
}
@media (max-width: 820px) {
  footer .footer-wrapper .footer-block:nth-child(3) {
    width: 48%;
  }
}
@media (max-width: 490px) {
  footer .footer-wrapper .footer-block:nth-child(3) {
    width: 95%;
  }
}
footer .footer-wrapper .footer-block.link-block {
  display: flex;
  align-items: start;
  gap: clamp(18px, 1.25vw, 48px) !important;
}
@media (max-width: 1024px) {
  footer .footer-wrapper .footer-block.link-block {
    width: clamp(260px, 26.953vw, 390px);
  }
}
@media (max-width: 820px) {
  footer .footer-wrapper .footer-block.link-block {
    width: 48%;
  }
}
@media (max-width: 490px) {
  footer .footer-wrapper .footer-block.link-block {
    width: 90%;
  }
}
footer .footer-wrapper .footer-block.link-block .block-1 {
  width: clamp(160px, 10.208vw, 290px);
}

.wrapper_nav nav {
	position: relative;
	margin: auto;
	width: 360px;
    background: 
}
.wrapper_nav nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.wrapper_nav nav ul li {
  /* Sub Menu */
  background: #EAEAEC
}
.wrapper_nav nav ul li a {
	display: block;
	padding: 10px 15px;
	color: #000;
	text-decoration: none;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	-ms-transition: 0.2s linear;
	-o-transition: 0.2s linear;
	transition: 0.2s linear;
}
.wrapper_nav nav ul li a:hover {
	background: #FCB900;
	color: #fff;
}
.wrapper_nav nav ul li a .fa {
	width: 16px;
	text-align: center;
	margin-right: 5px;
	float:right;
}
.wrapper_nav nav ul ul {
	background: rgba(0, 0, 0, 0.2);
}
.wrapper_nav nav ul li ul li a {
	
	border-left: 4px solid transparent;
	padding: 10px 20px;
}
.wrapper_nav nav ul li ul li a:hover {
	border-left: 4px solid #E60023;
}

.lightstat_main * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.lightstat_main *:before, .lightstat_main *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.lightstat_main {
	min-width: 230px;
	width: 100%;
	margin: 0 auto;
	font-family: arial;
	box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
	border-radius: 8px;
}

.lightstat_progress {
	width: 100%;
	padding: 0 10px;
}

.lightstat_progress span {
	height: 4px;
	display: block;
	float: left;
}

.lightstat_progress span:nth-of-type(1) {
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
}

.lightstat_progress span:nth-last-of-type(1) {
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
}

.lightstat_body {
	background: #242043;
	border-radius: 8px 8px 0 0;
	padding: 15px 0 1px 0;
}

.lightstat_body.border_none_user {
	border-radius: 8px;
}

.lightstat_body .result_numb div {
	padding: 0 10px 11px 10px;
	color: #bbb;
	font-size: 14px;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .6);
}

.lightstat_body .result_numb div span:nth-of-type(1) {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 99px;
	margin: 4px 10px 0 0;
	vertical-align: top;
	box-shadow: 0px -1px 1px rgba(0, 0, 0, .6);
}

.lightstat_body .result_numb div span:nth-of-type(2) {
	float: right;
	color: #fff;
}

.lightstat_body .result_numb .lightstat_user span:nth-of-type(1) {
	border: 2px solid #d9823b;
}

.lightstat_body .result_numb .lightstat_guest span:nth-of-type(1) {
	border: 2px solid #a963b9;
}

.lightstat_body .result_numb .lightstat_bot span:nth-of-type(1) {
	border: 2px solid #36a7a5;
}

.lightstat_user_circle {
	background: #d9823b;
}

.lightstat_guest_circle {
	background: #a963b9;
}

.lightstat_bot_circle {
	background: #36a7a5;
}

.lightstat_is {
	color: #fff;
	font-size: 10px;
	text-transform: uppercase;
	padding: 18px 0 15px 28px;
	display: block;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .6);
}

.lightstat_user_list {
	background: #fff;
	border-radius: 0 0 8px 8px;
	position: relative;
}

.lightstat_pandoge_com {
	width: 8px;
	height: 20px;
	position: relative; 
	background: #222;
	display: block;
	position: absolute;
	top: 0;
	right: 20px;
	transition: .2s;
}

.lightstat_pandoge_com:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 0;
	border-bottom: 4px solid #d1d5d8;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
}

.lightstat_pandoge_com:hover {
	height: 24px;
	transition: .2s;
}

.lightstat_user_list_title {
	color: #242043;
	font-size: 10px;
	text-transform: uppercase;
	padding: 18px 0 17px 28px;
	display: block;
	font-weight: 700;
}

.lightstat_user_list_item {
	padding: 0 10px 20px 10px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.lightstat_user_list_item a {
	text-decoration: none !important;
	color: #242043;
}

.lightstat_user_list_item_avatar {
	background-size: cover !important;
	border-radius: 99px;
	width: 34px;
	height: 34px;
	display: block;
}

.lightstat_user_list_item_avatar:hover {
	opacity: .8;
}

.lightstat_user_list_item_info {
	font-size: 12px;
	font-weight: 700;
	width: calc(100% - 34px);
	padding: 1px 0 0 10px;
}

.lightstat_user_list_item_info span {
	display: block;
	font-weight: 400;
	padding: 2px 0 0 0;
	color: #888;
}

.lightstat_user_list_item_info a:hover {
	text-decoration: underline !important;
}

.full_list_visit {
	margin: auto;
	color: #242043;
	font-size: 10px;
	text-transform: uppercase;
	display: block;
	font-weight: 700;
	width: 120px;
	text-align: center;
	background: #fff;
	border-radius: 99px;
	height: 26px;
	line-height: 26px;
	border: 1px solid #888;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
}

.full_list_visit:hover {
	box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
}

.full_list_visit_bg {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 0 0 8px 8px;
	z-index: 2;
	background: -moz-linear-gradient(bottom, rgba(255, 255, 255, .1) 0, rgba(255, 255, 255, 1) 100%);
	background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, .1) 0, rgba(255, 255, 255, 1) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, .1) 0, rgba(255, 255, 255, 1) 100%);
	padding: 20px 0;
}

.lightstat_user_list_item {
	display: none;
}

.lightstat_user_list .lightstat_user_list_item:nth-of-type(1), .lightstat_user_list .lightstat_user_list_item:nth-of-type(2), .lightstat_user_list .lightstat_user_list_item:nth-of-type(3) {
	display: flex;
}

.lightstat_light_theme .lightstat_body {
	background: #f1f5f7;
}

.lightstat_light_theme .lightstat_body {
	background: #f1f5f7;
}

.lightstat_light_theme .lightstat_user_list_item a {
	color: #030304;
}

.lightstat_light_theme .lightstat_user_list_title {
	color: #030304;
}

.lightstat_light_theme .lightstat_body .result_numb div span:nth-of-type(2) {
	color: #283e52;
}

.lightstat_light_theme .lightstat_body .result_numb div {
	color: #030304;
	text-shadow: none;
}

.lightstat_light_theme .lightstat_is {
	text-shadow: none;
	color: #283e52;
}

.lightstat_light_theme .lightstat_body .result_numb .lightstat_user span:nth-of-type(1) {
	border: 2px solid #0bb1d6;
	box-shadow: none;
}

.lightstat_light_theme .lightstat_body .result_numb .lightstat_guest span:nth-of-type(1) {
	border: 2px solid #ff6d00;
	box-shadow: none;
}

.lightstat_light_theme .lightstat_body .result_numb .lightstat_bot span:nth-of-type(1) {
	border: 2px solid #345471;
	box-shadow: none;
}

.lightstat_light_theme .lightstat_user_circle {
	background: #0bb1d6;
}

.lightstat_light_theme .lightstat_guest_circle {
	background: #ff6d00;
}

.lightstat_light_theme .lightstat_bot_circle {
	background: #345471;
}

.rate { margin:auto!important; }
		.rate_stars { margin-top: 6px; }
		
		.rate-comment { margin-top:5px; }

		.rate_like > a, .rate_like-dislike {
			padding: 6px 12px;
			border-radius: 8px;
			text-decoration: none !important;
			font-weight: bold;
			color: #64748b;
			-webkit-transition: all ease .2s; transition: all ease .2s;
		}
		.rate_like > a:hover { border-color: #3394e6; color: #3394e6; }
		.rate_like .icon { width: 16px; height: 15px; margin: -.2em .3em 0 0; }
		.rate_like-dislike .fa-heart, .fa-thumbs-up { color: #07a729 }
        .rate_like-dislike .fa-heart-crack, .fa-thumbs-down { color: #ed0733 }
		.rate_like-dislike > a {
			display: inline-block;
			width: 22px; height: 22px;
			text-align: center;
		}
		.rate_like-dislike > a .icon {
			width: 14px; height: 15px;
			fill: #ed0733;
			vertical-align: middle;
			margin: -.3em 0 0 0;
		}
		.rate_like-dislike > a:hover .icon { fill: #0c5f7eed; }
		.rate_like-dislike .ratingplus { color: #88c54d; }
		.rate_like-dislike .ratingminus { color: #e45757; }
		.rate_like-dislike > span { cursor: default; margin: 0 .3em; }
		
	#dle-comments-list { width: 100%; overflow: hidden; }
	#dle-comments-list > .comments-tree-list > li > .comments-tree-list { padding: 0 8%; border-top: 1px solid #efefef; }
	#dle-comments-list > .comments-tree-list > li .comments-tree-list > li { padding-left: 20px; }
	.comments-tree-list { list-style: none; padding: 0; margin: 0; }

	.comments-tree-list > li > ol > li .comment {
		padding: 30px 0;
		position: relative;
		box-shadow: none; -webkit-box-shadow: none;
		border-width: 0;
	}
	.comments-tree-list li ol li .comment {

		position: relative;
		box-shadow: none; -webkit-box-shadow: none;
		border-width: 0;
	}
	.comments-tree-list > li > ol > li .comment:after {
		content: "";
		position: absolute;
		width: 2000px; height: 1px;
		margin-left: -500px;
		left: 0; top: 0;
		background-color: #efefef;
	}

	.comments-tree-list > li > ol > li .comment:before {
		content: "";
		position: absolute;
		left: 0; top: 12px;
		margin: 30px 0 0 -20px;
		background-color: #e6e6e6;
		width: 10px; height: 2px;
	}	

	.mass_comments_action { text-align: right; border-top: 1px solid #efefef; padding: 2% 4%; }
	.mass_comments_action > select { height: 36px; padding: 5px; width: 200px; margin-left: 1em; }
	
		.vote_more { font-size: .9em; margin: -.7em 0 1em 0; }

		.vote_list { margin: 8% 0; }
		.vote_list .vote, .vote_list .pollanswer { margin: .6em 0 .2em 0; }
		.vote_list .vote > input, .vote_list .pollanswer > input { display:none;  }
		.vote_list .vote > input + label:before, .vote_list .pollanswer > input + label:before {
			display:inline-block;
			width: 8px; height: 8px;
			border: 4px solid #3b3b3b;
			background-color: #fff;
			margin: -3px 4px 0 0;
			vertical-align:middle;
			cursor:pointer;
			content: "";
			border-radius: 2px;
		}
		.vote_list .vote > input[type="radio"] + label:before,
		.vote_list .pollanswer > input[type="radio"] + label:before { border-radius: 50%; }
		.vote_list .vote > input + label:hover:before, .vote_list .pollanswer > input + label:hover:before { border-color: #3394e6; }
		.vote_list .vote > input:checked + label:before, .vote_list .pollanswer > input:checked + label:before {
			background-color: #3394e6;
			border-color: #3394e6;
		}
		.vote_list .vote > input + label:before, .vote_list .vote > input:checked + label:before,
		.vote_list .pollanswer > input + label:before, .vote_list .pollanswer > input:checked + label:before
		{ -webkit-transition: border-color ease .2s; transition: border-color ease .2s; }

		.btn-border .icon-votes { width: 16px; height: 14px; margin: -3px 0 0 0; vertical-align: middle; }
		.vote_votes, .pollallvotes { font-size: .9em; }

		#dlevotespopupcontent { height: auto !important; overflow: visible !important; }
		

	.block_grey {
		padding: 25px;
		margin-bottom: 25px;
		border-radius: 2px;
	}
		
#pm-menu:after { content: ""; clear: both; display: block; }
	#pm-menu { margin-bottom: 25px; }
	#pm-menu a { color: inherit; padding: 10px 16px; border-radius: 2px; border: 2px solid transparent; float: left; text-decoration: none !important; }
	#pm-menu a:hover { border-color: #0c5f7e; color: #0c5f7e; }

	.pm-box { margin-bottom: 25px; }
		.pm_status { padding: 25px;width:100%; }
		.pm_progress_bar { background-color: #4a8de2; margin-bottom: 10px; border-radius: 2px; }
		.pm_progress_bar span { background: #e85319; font-size: 0; height: 20px; border-radius: 2px; display: block; overflow: hidden }
.pm th{
    text-align: left;
    font-weight: 500;
    white-space: nowrap;
}
.pm th.pm_checkbox {
	text-align: center;
}
.pm_list.pm_subj, .pm_list.pm_icon, .pm_list.pm_last_user {
 cursor: pointer;
}
.pm_list.pm_icon svg {
	width: 1.4rem;
	height: 1.4rem;
	vertical-align: middle;
}

.pm_list.pm_icon.pm-unread-image {
 color: #3394e6;
}
.pm td.pm_list.pm_icon, .userstop td, th.pm_head.pm_icon {
	border-bottom: none;
}
.pm_list.pm_icon.pm-reply-image {
	color: #087e02c4;
}
.pm_list.pm_icon.pm-read-image {
	color: #afafaf;
}

.pm_list .pm_last_message, .pm_list .pm_last_date, .pm_list .pm_with_user {
	color: #64748b;
	font-size: .8rem;
}
.pm tbody > tr:hover {
    background-color: #e2e8f099;
}
.pm_navigation {
	margin-top: 1rem;
}
.pm_navigation .navigation {
	display: inline-block;
	color: #333333;
	background-color: #f5f5f5;
	border-radius: 0.188rem;
	padding: .4rem;
}

.pm_navigation .navigation a, .pm_navigation .navigation span {
    padding: 0.5rem;
    min-width: 2.25rem;
}
.pm_navigation .navigation span {
    background-color: #4581d0;
    color: #fff;
}
.pm_navigation .navigation a {
    text-decoration: none;
    color: #000;
}
.pm_navigation .navigation a:hover {
    background-color: #e2e8f0;
}

.pcss3t {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	font-size: 0;
	text-align: left;
	width: 100%;
	max-width: 100%;
}
.pcss3t > input {
	position: absolute;
	left: -9999px;
}
.pcss3t > label {
	position: relative;
	display: inline-block;
	/*width: 20%;*/
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	cursor: pointer;
	transition: all 0.1s;
	-o-transition: all 0.1s;	
	-ms-transition: all 0.1s;	
	-moz-transition: all 0.1s;	
	-webkit-transition: all 0.1s;
}
.pcss3t > label i {
	display: block;
	float: left;
	margin: 3px 8px 0 -2px;
	padding: 0;
	border: 0;
	outline: none;
	font-family: FontAwesome;
	font-style: normal;
	font-size: 17px;
}
.pcss3t > input:checked + label {
	cursor: default;
}
.pcss3t > ul {
	list-style: none;
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	font-size: 13px;
}
.pcss3t > ul > li {
	position: absolute;
	width: 100%;
	overflow: auto;
	padding: 30px 40px 40px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	opacity: 0;
	transition: all 0.5s;
	-o-transition: all 0.5s;	
	-ms-transition: all 0.5s;	
	-moz-transition: all 0.5s;	
	-webkit-transition: all 0.5s;
}
.pcss3t > .tab-content-first:checked ~ ul .tab-content-first,
.pcss3t > .tab-content-2:checked ~ ul .tab-content-2,
.pcss3t > .tab-content-3:checked ~ ul .tab-content-3,
.pcss3t > .tab-content-4:checked ~ ul .tab-content-4,
.pcss3t > .tab-content-5:checked ~ ul .tab-content-5,
.pcss3t > .tab-content-6:checked ~ ul .tab-content-6,
.pcss3t > .tab-content-7:checked ~ ul .tab-content-7,
.pcss3t > .tab-content-8:checked ~ ul .tab-content-8,
.pcss3t > .tab-content-9:checked ~ ul .tab-content-9,
.pcss3t > .tab-content-last:checked ~ ul .tab-content-last {
	z-index: 1;
	top: 0;
	left: 0;
	opacity: 1;
	-webkit-transform: scale(1,1);
	-webkit-transform: rotate(0deg);
}


/*----------------------------------------------------------------------------*/
/*                                 EXTENSIONS                                 */
/*----------------------------------------------------------------------------*/

/**/
/* auto height */
/**/
.pcss3t-height-auto > ul {
	height: auto !important;
}
.pcss3t-height-auto > ul > li {
	position: static;
	display: none;
	height: auto !important;
}
.pcss3t-height-auto > .tab-content-first:checked ~ ul .tab-content-first,
.pcss3t-height-auto > .tab-content-2:checked ~ ul .tab-content-2,
.pcss3t-height-auto > .tab-content-3:checked ~ ul .tab-content-3,
.pcss3t-height-auto > .tab-content-4:checked ~ ul .tab-content-4,
.pcss3t-height-auto > .tab-content-5:checked ~ ul .tab-content-5,
.pcss3t-height-auto > .tab-content-last:checked ~ ul .tab-content-last {
	display: block;
}


/**/
/* grid */
/**/
.pcss3t .grid-row {
	margin-top: 20px;
}
.pcss3t .grid-row:after {
	content: '';
	display: table;
	clear: both;
}
.pcss3t .grid-row:first-child {
	margin-top: 0;
}
.pcss3t .grid-col {
	display: block;
	float: left;
	margin-left: 2%;
}
.pcss3t .grid-col:first-child {
	margin-left: 0;
}
.pcss3t .grid-col .inner {
	padding: 10px 0;
	border-radius: 5px;
	background: #f2f2f2;
	text-align: center;
}
.pcss3t .grid-col-1 {
	width: 15%;
}
.pcss3t .grid-col-2 {
	width: 32%;
}
.pcss3t .grid-col-3 {
	width: 49%;
}
.pcss3t .grid-col-4 {
	width: 66%;
}
.pcss3t .grid-col-5 {
	width: 83%;
}
.pcss3t .grid-col-offset-1 {
	margin-left: 19%;
}
.pcss3t .grid-col-offset-1:first-child  {
	margin-left: 17%;
}
.pcss3t .grid-col-offset-2 {
	margin-left: 36%;	
}
.pcss3t .grid-col-offset-2:first-child {
	margin-left: 34%;
}
.pcss3t .grid-col-offset-3 {
	margin-left: 53%;
}
.pcss3t .grid-col-offset-3:first-child {
	margin-left: 51%;
}
.pcss3t .grid-col-offset-4 {
	margin-left: 70%;
}
.pcss3t .grid-col-offset-4:first-child {
	margin-left: 68%;
}
.pcss3t .grid-col-offset-5:first-child {
	margin-left: 85%;
}


/**/
/* typography */
/**/
.pcss3t .typography {
	color: var(--tt-black);
}

.lt .pcss3t .typography {color: #000;}

.pcss3t .typography h1,
.pcss3t .typography h2,
.pcss3t .typography h3,
.pcss3t .typography h4,
.pcss3t .typography h5,
.pcss3t .typography h6 {
	margin: 40px 0 0 0;
	padding: 0;
	font-family: Gabriela, Georgia, serif;
	text-align: left;
	color: var(--tt-black);
}
.pcss3t .typography h1 {
	font-size: 40px;
	line-height: 60px;
	text-shadow: 3px 3px rgba(0,0,0,0.1);
}
.pcss3t .typography h2 {
	font-size: 32px;
	line-height: 48px;
	text-shadow: 2px 2px rgba(0,0,0,0.1);
}
.pcss3t .typography h3 {
	font-size: 26px;
	line-height: 38px;
	text-shadow: 1px 1px rgba(0,0,0,0.1);
}
.pcss3t .typography h4 {
	font-size: 20px;
	line-height: 30px;
}
.pcss3t .typography h5 {
	font-size: 15px;
	line-height: 23px;
	text-transform: uppercase;
}
.pcss3t .typography h6 {
	font-size: 13px;
	line-height: 20px;
	font-weight: 700;
	text-transform: uppercase;
}
.pcss3t .typography p {
	margin: 20px 0 0 0;
	padding: 0;
	line-height: 20px;
	text-align: left;
}
.pcss3t .typography ul,
.pcss3t .typography ol {
	list-style: none;
	margin: 20px 0 0 0;
	padding: 0;
}
.pcss3t ul.xfieldimagegallery li {
	position: relative;
	margin-top: 5px;
	padding-left: 20px;
	list-style: none;	
}
.pcss3t .typography li {
	position: relative;
	margin-top: 5px;
	padding-left: 20px;
}
.pcss3t .typography li ul,
.pcss3t .typography li ol {
	margin-top: 5px;
}
.pcss3t .typography ul li:before {
	content: '';
	position: absolute;
	top: 8px;
	left: 0;
	width: 6px;
	height: 4px;
	background: #404040;
}
.pcss3t .typography ol {
	counter-reset: list1;
}
.pcss3t .typography ol > li:before {
	counter-increment:list1;
	content: counter(list1)'.';
	position: absolute;
	top: 0;
	left: 0;
}
.pcss3t .typography a {
	text-decoration: underline;
	color: #f06513;
}
.pcss3t .typography a:hover {
	text-decoration: none;
}
.pcss3t .typography .pic {
	padding: 4px;
	border: 1px dotted #var(--ui-bg-btn-hover);
}
.pcss3t .typography .pic img {
	display: block;
}
.pcss3t .typography .pic-right {
	float: right;
	margin: 0 0 10px 20px;
}
.pcss3t .typography .link {
	text-decoration: underline;
	color: #1889e6;
	cursor: pointer;
}
.pcss3t .typography .link:hover {
	text-decoration: none;
}
.pcss3t .typography h1:first-child,
.pcss3t .typography h2:first-child,
.pcss3t .typography h3:first-child,
.pcss3t .typography h4:first-child,
.pcss3t .typography h5:first-child,
.pcss3t .typography h6:first-child,
.pcss3t .typography p:first-child {
	margin-top: 0;
}
.pcss3t .typography .text-center {
	text-align: center;
}
.pcss3t .typography .text-right {
	text-align: right;
}


/**/
/* steps */
/**/
.pcss3t-steps > label {
	cursor: default;
}


/**/
/* animation effects */
/**/
.pcss3t-effect-scale > ul > li {
	-webkit-transform: scale(0.1,0.1);
}
.pcss3t-effect-rotate  > ul > li {
	-webkit-transform: rotate(180deg);
}
.pcss3t-effect-slide-top > ul > li {
	top: -40px;
}
.pcss3t-effect-slide-right > ul > li {
	left: 80px;
}
.pcss3t-effect-slide-bottom > ul > li {
	top: 40px;
}
.pcss3t-effect-slide-left > ul > li {
	left: -80px;
}



/*----------------------------------------------------------------------------*/
/*                                   LAYOUTS                                  */
/*----------------------------------------------------------------------------*/

/**/
/* top right */
/**/
.pcss3t-layout-top-right {
	text-align: right;
}


/**/
/* top center */
/**/
.pcss3t-layout-top-center {
	text-align: center;
}


/**/
/* top combi */
/**/
.pcss3t > .right {
	float: right;
}



/*----------------------------------------------------------------------------*/
/*                                    ICONS                                   */
/*----------------------------------------------------------------------------*/

/**/
/* icons positions */
/**/
.pcss3t-icons-top > label {
	text-align: center;
}
.pcss3t-icons-top > label i {
	float: none;
	margin: 0 auto -10px;
	padding-top: 17px;
	font-size: 23px;
	line-height: 23px;
	text-align: center;
}
.pcss3t-icons-right > label i {
	float: right;
	margin: 0 -2px 0 8px;
}
.pcss3t-icons-bottom > label {
	text-align: center;
}
.pcss3t-icons-bottom > label i {
	float: none;
	margin: -10px auto 0;
	padding-bottom: 17px;
	font-size: 23px;
	line-height: 23px;
	text-align: center;
}
.pcss3t-icons-only > label i {
	float: none;
	margin: 0 auto;
	font-size: 23px;
}



/*----------------------------------------------------------------------------*/
/*                               RESPONSIVENESS                               */
/*----------------------------------------------------------------------------*/

/**/
/* pad */
/**/
@media screen and (max-width: 980px) {
	
}


/**/
/* phone */
/**/
@media screen and (max-width: 767px) {
	.pcss3t > label {
		display: block;
	}
	.pcss3t > .right {
		float: none;
	}
}



/*----------------------------------------------------------------------------*/
/*                                   THEMES                                   */
/*----------------------------------------------------------------------------*/

/**/
/* default */
/**/
.pcss3t > label {	
	padding: 0 20px;
	background: #e5e5e5;
	font-size: 13px;
	line-height: 49px;
}
.pcss3t > label:hover {
	background: #f2f2f2;
}
.pcss3t > input:checked + label {
	background: #fff;
}
.pcss3t > ul {
	background: var(--bg-darker);
	text-align: left;
}


.pcss3t-steps > label:hover {
	background: #e5e5e5;	
}


/**/
/* theme 1 */
/**/
.pcss3t-theme-1 > label {
	margin: 0 5px 5px 0;
	border-radius: 5px;
	background: var(--accent);
	box-shadow: 0 2px rgba(0,0,0,0.2);
	color: #fff;
	opacity: 0.8;
}
.pcss3t-theme-1 > label:hover {
	background: var(--ui-bg-btn-hover);
	opacity: 1;
}
.pcss3t-theme-1 > input:checked + label {
	margin-bottom: 0;
	padding-bottom: 5px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	color: #fff;
	opacity: 1;
}
.pcss3t-theme-1 > ul {
	border-radius: 5px;
	box-shadow: 0 3px rgba(0,0,0,0.2);
}
.pcss3t-theme-1 > .tab-content-first:checked ~ ul {
	border-top-left-radius: 0;
}
@media screen and (max-width: 767px) {
	.pcss3t-theme-1 > label {
		margin-right: 0;
	}
	.pcss3t-theme-1 > input:checked + label {
		margin-bottom: 5px;
		padding-bottom: 0;
		border-radius: 5px;
	}
	.pcss3t-theme-1 > .tab-content-first:checked ~ ul {
		border-top-left-radius: 5px;
	}
}


/**/
/* theme 2 */
/**/
.pcss3t-theme-2 {
	padding: 5px;
	background: rgba(0,0,0,0.2);
}
.pcss3t-theme-2 > label {
	margin-right: 0;
	margin-bottom: 0;
	background: none;
	border-radius: 0;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	color: #fff;
	opacity: 1;
}
.pcss3t-theme-2 > label:hover {
	background: rgba(255,255,255,0.2);
}
.pcss3t-theme-2 > input:checked + label {
	padding-bottom: 0;
	background: #fff;
	background: linear-gradient(to bottom, #e5e5e5 0%, #ffffff 100%);
	background: -o-linear-gradient(top, #e5e5e5 0%, #ffffff 100%);
	background: -ms-linear-gradient(top, #e5e5e5 0%, #ffffff 100%);
	background: -moz-linear-gradient(top, #e5e5e5 0%, #ffffff 100%);
	background: -webkit-linear-gradient(top, #e5e5e5 0%, #ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5e5e5', endColorstr='#ffffff', GradientType=0);
	text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
	color: #822bd9;
}
.pcss3t-theme-2 > ul {
	margin: 0 -5px -5px;
	border-radius: 0;
	box-shadow: none;
}
@media screen and (max-width: 767px) {
	.pcss3t-theme-2 > ul {
		margin-top: 5px;
	}
}


/**/
/* theme 3 */
/**/
.pcss3t-theme-3 {
	background: rgba(0,0,0,0.8);	
}
.pcss3t-theme-3 > label {
	background: none;
	border-right: 1px dotted rgba(255,255,255,0.5);
	text-align: center;
	color: #fff;
	opacity: 0.6;
}
.pcss3t-theme-3 > label:hover {
	background: none;
	color: #d9d92b;
	opacity: 0.8;
}
.pcss3t-theme-3 > input:checked + label {
	background: #d9d92b;
	color: #000;
	opacity: 1;
}
.pcss3t-theme-3 > ul {
	border-top: 4px solid #d9d92b;
	border-bottom: 4px solid #d9d92b;
	border-radius: 0;
	box-shadow: none;
}


/**/
/* theme 4 */
/**/
.pcss3t-theme-4 {
	margin-bottom: 20px;
}
.pcss3t-theme-4 > label {
	margin: 0 10px 10px 0;
	border-radius: 5px;
	background: #FCB900;
	box-shadow: inset 0 1px rgba(255,255,255,0.5), 0 1px rgba(0,0,0,0.5);
	line-height: 39px;
	text-shadow: 0 1px rgba(0,0,0,0.5);
	color: #fff;
  transition: all 0.3s ease-in-out;
}
.pcss3t-theme-4 > label:hover {
	background: #E60023;
  transform: skew(-15deg);
  transition: all 0.4s ease;
}
.pcss3t-theme-4 > input:checked + label {
	top: 1px;
	background: #E60023;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.5), 0 1px rgba(255,255,255,0.5);
	text-shadow: none;
  transform: skew(-15deg);
  transition: all 0.4s ease;
}
.pcss3t-theme-4 > ul {
	border: 1px solid #FCB900;
	border-radius: 5px;
	box-shadow: 0 2px 2px rgba(0,0,0,0.3);
}
@media screen and (max-width: 767px) {
	.pcss3t-theme-4 > label {
		margin-right: 0;
	}
}


/**/
/* theme 5 */
/**/
.pcss3t-theme-5 {
	padding: 15px;
	border-radius: 5px;
	background: #ad6395;
	background: linear-gradient(to right, #ad6395 0%, #a163ad 100%);
	background: -o-linear-gradient(left, #ad6395 0%, #a163ad 100%);
	background: -ms-linear-gradient(left, #ad6395 0%, #a163ad 100%);
	background: -moz-linear-gradient(left, #ad6395 0%, #a163ad 100%);
	background: -webkit-linear-gradient(left, #ad6395 0%, #a163ad 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5f9dc9', endColorstr='#a163ad', GradientType=1);
}
.pcss3t-theme-5 > label {
	margin-right: 10px;
	margin-bottom: 15px;
	background: none;
	border-radius: 5px;
	text-align: center;
	color: #fff;
	opacity: 1;
}
.pcss3t-theme-5 > label:hover {
	background: rgba(255,255,255,0.15);
}
.pcss3t-theme-5 > input:checked + label {
	background: rgba(255,255,255,0.3);
	color: #000;
}
.pcss3t-theme-5 > input:checked + label:after {
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	margin-top: 10px;
	margin-left: -6px;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #fff;
	border-left: 6px solid transparent;
}
.pcss3t-theme-5 > ul {
	margin: 0 -15px -15px;
	border-radius: 0 0 5px 5px;
	box-shadow: none;
}
@media screen and (max-width: 767px) {
	.pcss3t-theme-5 > input:checked + label:after {
		display: none;
	}
}


/*----------------------------------------------------------------------------*/
/*                               CUSTOMIZATION                                */
/*----------------------------------------------------------------------------*/

/**/
/* height */
/**/
.pcss3t > ul,
.pcss3t > ul > li {
	height: 370px;
}

.page__list{line-height:1.6;padding:15px;font-size:14px;border-bottom:1px solid #EAEAEC}
.page__list span{font-weight:700;margin-right:6px}
.page__list a{color:#f06513;border-bottom:1px dotted #EAEAEC}
.right { float: right; }
.left { float: left; }
.review-block .mass input { position:relative;margin: -4px 0 0 0; float:right; vertical-align: middle; }
.list-style {
		list-style: none;
		margin: 0 0 0 30px;
		padding: 0;
	}
/*DataLife Engine*/
	.informer_list {
		list-style: none;
		margin: 0 -25px 0 0;
		padding: 0;
	}
		.informer_list:after { clear: both; display: block; content: ""; }
		.informer_list li {
			float: left;
			width: 33.33333%;
			padding-right: 25px;
			-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
		}
		.informer_list li .title { font-weight: bold; margin-bottom: 1em; }
		.informer_list li .title a { display: block; color: inherit; text-decoration: none !important; }
		.informer_list li .title a:hover { color: #0c5f7eed; }
	.signature {
		font-size: .9em;
		opacity: .5;
		margin-top: .9em;
	}
/*.navigation {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
}	
	
.navigation a {
  border-radius: 4px;
  border: 1px solid #0C0C0D;
  background: #FAFAFA;
  font-weight: bold;
  text-align: center;
  clear: both;
  display: inline-block;
  align-items: center;
  justify-content: center;
  margin-right:5px;
  padding-top:4px;
  font-size: 14px;
  color: #0C0C0D;
  width: clamp(26px, 1.667vw, 52px);
  height: clamp(26px, 1.667vw, 52px);
  font-family: "Roboto", sans-serif;
  font-size: clamp(14px, 0.833vw, 22px);
  font-style: normal;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  line-height: 1rem;
}
.navigation a:hover {
  background-color: #1458E4;
  color: #FAFAFA;
  border: 1px solid #1458E4;
}
.navigation a:first-child {
  border-radius: 0;
  border-radius: 4px;
}
.navigation a:last-child {
  border-radius: 0;
  border-radius: 4px;
}
.navigation span {
  margin-right:5px;
  border-radius: 4px;
  border: 1px solid #0C0C0D;
  color: #45474F;
  width: clamp(26px, 1.667vw, 52px);
  height: clamp(26px, 1.667vw, 52px);
  text-align: center;clear: both;
  display: inline-block;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  font-size: clamp(14px, 0.833vw, 22px);
  font-style: normal;
  font-weight: 500;
  line-height: 1rem;
  padding-top:4px;  
  transition: all 0.3s ease-in-out;
}
.navigation span:hover i {
  color: #0C0C0D;
  transition: all 0.3s ease-in-out;
}
	.splitnewsnavigation { margin-top: 4%; padding-top: 4%; font-weight: bold; border-top: 1px solid #efefef; }
	.splitnewsnavigation > a, .splitnewsnavigation > span { padding: 6px 10px; }
*/
.paginate {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  overflow: hidden;
  gap: 8px;
  margin: 0 auto;
  padding: 0;
}
.paginate a {
  display: inline-block;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  color: #0C0C0D;
  width: clamp(26px, 1.667vw, 52px);
  height: clamp(26px, 1.667vw, 52px);
  border-radius: 4px;
  border: 1px solid #0C0C0D;
  background: #FAFAFA;
  margin-right:5px;
  padding-top:2px;
  font-family: "Roboto", sans-serif;
  font-size: clamp(14px, 0.833vw, 22px);
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  transition: all 0.3s ease-in-out;
}
.paginate a i {
  stroke: #0C0C0D;
  transition: all 0.3s ease-in-out;
}
.paginate a:hover {
  background-color: #1458E4;
  color: #FAFAFA;
  border: 1px solid #1458E4;
}

.paginate a:hover i {
  stroke: #FAFAFA;
  transition: all 0.3s ease-in-out;
}
.paginate span:hover i {
  color: #0C0C0D;
  transition: all 0.3s ease-in-out;
}

.paginate span {
  color: #45474F;
  width: clamp(26px, 1.667vw, 52px);
  height: clamp(26px, 1.667vw, 52px);
  margin-right:5px;
  padding-top:2px;
  border-radius: 4px;
  border: 1px solid #0C0C0D;
  transition: all 0.3s ease-in-out;
}