@font-face {
  font-family: "Jost";
  src: url(../fonts/Jost-VariableFont_wght.ttf);
  font-display: swap
}
@font-face {
  font-family: "Manrope";
  src: url(../fonts/Manrope-VariableFont_wght.ttf);
  font-display: swap
}
:root {
  --primary: #0F4BB9;
  --secondary: #202122;
  --primary-light: #0f4ab963;
  --secondary-light: #666666;
  --white: #fff;
  --title-color: #202122;
  --title-family: 'Manrope', sans-serif;
  --common-family: 'Jost', sans-serif;
  --bg-light: #FAFAFA;
  --transition: all 0.3s linear
}
body {
  background-color: var(--white);
  font-family: var(--common-family);
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  color: var(--secondary-light);
  padding: 0;
  margin: 0;
  overflow-x: hidden
}
@media (min-width:1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1170px
  }
}
@media only screen and (max-width:767px) {
  body {
    font-size: 14px
  }
}
a {
  color: var(--title-color);
  outline: 0 none;
  text-decoration: none
}
a:hover,
a:focus {
  text-decoration: none;
  outline: 0 none
}
a:active,
a:hover,
a:focus {
  color: var(--primary)
}
p {
  font-family: var(--common-family)
}
p a {
  color: #4c4c4c
}
img {
  border-style: none;
  height: auto;
  max-width: 100%;
  vertical-align: middle
}
hr {
  clear: both
}
section,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
summary {
  display: block
}
.overflow-hide {
  overflow: hidden
}
.overflow-auto {
  overflow: auto
}
.clear {
  clear: both
}
::selection {
  background: var(--title-color);
  ;
  color: var(--white)
}
::-moz-selection {
  background: var(--title-color);
  ;
  color: var(--white)
}
::-webkit-selection {
  background: var(--title-color);
  ;
  color: var(--white)
}
@media only screen and (max-width:600px) {
  .col-xs-100pc {
    width: 100%
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--title-family);
  color: var(--title-color);
  line-height: 1.3
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: var(--title-color)
}
h1 a.sx-text-white,
h2 a.sx-text-white,
h3 a.sx-text-white,
h4 a.sx-text-white,
h5 a.sx-text-white,
h6 a.sx-text-white {
  color: var(--white)
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: var(--primary)
}
h1 a.sx-text-white:hover,
h2 a.sx-text-white:hover,
h3 a.sx-text-white:hover,
h4 a.sx-text-white:hover,
h5 a.sx-text-white:hover,
h6 a.sx-text-white:hover {
  color: var(--primary)
}
h1 {
  font-size: 42px
}
h2 {
  font-size: 36px
}
h3 {
  font-size: 32px
}
h4 {
  font-size: 28px
}
h5 {
  font-size: 24px
}
h6 {
  font-size: 20px
}
strong {
  font-weight: 600
}
.bg-center {
  background-position: center
}
.bg-top-left {
  background-position: top left
}
.bg-top-right {
  background-position: top right
}
.bg-top-center {
  background-position: top center
}
.bg-bottom-left {
  background-position: bottom left
}
.bg-bottom-right {
  background-position: bottom right
}
.bg-bottom-center {
  background-position: bottom center
}
.bg-left-center {
  background-position: left
}
.bg-right-center {
  background-position: right
}
.bg-auto {
  background-size: auto
}
.bg-contain {
  background-size: contain
}
.bg-cover {
  background-size: cover
}
.bg-full-width {
  background-size: 100% auto
}
.bg-full-height {
  background-size: auto 100%
}
.bg-repeat {
  background-repeat: repeat
}
.bg-no-repeat {
  background-repeat: no-repeat
}
.bg-repeat-x {
  background-repeat: repeat-x
}
.bg-repeat-y {
  background-repeat: repeat-y
}
.bg-fixed {
  background-attachment: fixed
}
.bg-scroll {
  background-attachment: scroll
}
.contact-info .icon-content p {
  word-break: normal
}
.text-left {
  text-align: left
}
.text-center {
  text-align: center
}
.text-right {
  text-align: right
}
.text-justify {
  text-align: justify
}
.text-lowercase {
  text-transform: lowercase
}
.text-uppercase {
  text-transform: uppercase
}
.text-capitalize {
  text-transform: capitalize
}
dl,
ul,
ol {
  list-style-position: outside;
  padding: 0
}
ul,
ol {
  margin-bottom: 24px
}
ul li,
ol li {
  padding: 0
}
dl {
  margin-left: 0;
  margin-bottom: 30px
}
dl dd {
  margin-bottom: 10px
}
.sx-arrow-circle-checked {
  margin: 0 0 30px 0;
  padding: 0;
  list-style: none
}
.sx-arrow-circle-checked li {
  padding: 5px 5px 5px 0;
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 400;
  font-size: 18px;
  line-height: 36px;
  color: var(--title-color)
}
.sx-arrow-circle-checked li:before {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../images/check.png) no-repeat center / contain;
  flex-shrink: 0
}
ul.primary li:before {
  color: var(--primary)
}
ul.secondry li:before {
  color: #77C04B
}
ul.black li:before {
  color: var(--title-color)
}
ul.white li:before {
  color: var(--white)
}
ul.orange li:before {
  color: #F60
}
ul.green li:before {
  color: #0C0
}
ul.red li:before {
  color: #FF3737
}
dl.no-margin,
ul.no-margin,
ol.no-margin {
  margin: 0px !important;
  list-style: none
}
.p-a0 {
  padding: 0
}
.p-a5 {
  padding: 5px
}
.p-a10 {
  padding: 10px
}
.p-a15 {
  padding: 15px
}
.p-a20 {
  padding: 20px
}
.p-a25 {
  padding: 25px
}
.p-a30 {
  padding: 30px
}
.p-a40 {
  padding: 40px
}
.p-a50 {
  padding: 50px
}
.p-a60 {
  padding: 60px
}
.p-a70 {
  padding: 70px
}
.p-a80 {
  padding: 80px
}
.p-a90 {
  padding: 90px
}
.p-a100 {
  padding: 100px
}
.p-a110 {
  padding: 110px
}
.p-a120 {
  padding: 120px
}
.p-a130 {
  padding: 130px
}
.p-a140 {
  padding: 140px
}
.p-a150 {
  padding: 150px
}
.p-t0 {
  padding-top: 0
}
.p-t5 {
  padding-top: 5px
}
.p-t10 {
  padding-top: 10px
}
.p-t15 {
  padding-top: 15px
}
.p-t20 {
  padding-top: 20px
}
.p-t30 {
  padding-top: 30px
}
.p-t40 {
  padding-top: 40px
}
.p-t50 {
  padding-top: 50px
}
.p-t60 {
  padding-top: 60px
}
.p-t70 {
  padding-top: 70px
}
.p-t80 {
  padding-top: 80px
}
.p-t90 {
  padding-top: 90px
}
.p-t100 {
  padding-top: 100px
}
.p-t110 {
  padding-top: 110px
}
.p-t120 {
  padding-top: 120px
}
.p-t130 {
  padding-top: 130px
}
.p-t140 {
  padding-top: 140px
}
.p-t150 {
  padding-top: 150px
}
.p-b0 {
  padding-bottom: 0
}
.p-b5 {
  padding-bottom: 5px
}
.p-b10 {
  padding-bottom: 10px
}
.p-b15 {
  padding-bottom: 15px
}
.p-b20 {
  padding-bottom: 20px
}
.p-b30 {
  padding-bottom: 30px
}
.p-b40 {
  padding-bottom: 40px
}
.p-b50 {
  padding-bottom: 50px
}
.p-b60 {
  padding-bottom: 60px
}
.p-b70 {
  padding-bottom: 70px
}
.p-b80 {
  padding-bottom: 80px
}
.p-b90 {
  padding-bottom: 90px
}
.p-b100 {
  padding-bottom: 100px
}
.p-b110 {
  padding-bottom: 110px
}
.p-b120 {
  padding-bottom: 120px
}
.p-b130 {
  padding-bottom: 130px
}
.p-b140 {
  padding-bottom: 140px
}
.p-b150 {
  padding-bottom: 150px
}
.p-l0 {
  padding-left: 0
}
.p-l5 {
  padding-left: 5px
}
.p-l10 {
  padding-left: 10px
}
.p-l15 {
  padding-left: 15px
}
.p-l20 {
  padding-left: 20px
}
.p-l30 {
  padding-left: 30px
}
.p-l40 {
  padding-left: 40px
}
.p-l50 {
  padding-left: 50px
}
.p-l60 {
  padding-left: 60px
}
.p-l70 {
  padding-left: 70px
}
.p-l80 {
  padding-left: 80px
}
.p-l90 {
  padding-left: 90px
}
.p-l100 {
  padding-left: 100px
}
.p-l110 {
  padding-left: 110px
}
.p-l120 {
  padding-left: 120px
}
.p-l130 {
  padding-left: 130px
}
.p-l140 {
  padding-left: 140px
}
.p-l150 {
  padding-left: 150px
}
.p-r0 {
  padding-right: 0
}
.p-r5 {
  padding-right: 5px
}
.p-r10 {
  padding-right: 10px
}
.p-r15 {
  padding-right: 15px
}
.p-r20 {
  padding-right: 20px
}
.p-r30 {
  padding-right: 30px
}
.p-r40 {
  padding-right: 40px
}
.p-r50 {
  padding-right: 50px
}
.p-r60 {
  padding-right: 60px
}
.p-r70 {
  padding-right: 70px
}
.p-r80 {
  padding-right: 80px
}
.p-r90 {
  padding-right: 90px
}
.p-r100 {
  padding-right: 100px
}
.p-r110 {
  padding-right: 110px
}
.p-r120 {
  padding-right: 120px
}
.p-r130 {
  padding-right: 130px
}
.p-r140 {
  padding-right: 140px
}
.p-r150 {
  padding-right: 150px
}
.p-lr0 {
  padding-left: 0;
  padding-right: 0
}
.p-lr5 {
  padding-left: 5px;
  padding-right: 5px
}
.p-lr10 {
  padding-left: 10px;
  padding-right: 10px
}
.p-lr15 {
  padding-left: 15px;
  padding-right: 15px
}
.p-lr20 {
  padding-left: 20px;
  padding-right: 20px
}
.p-lr30 {
  padding-left: 30px;
  padding-right: 30px
}
.p-lr40 {
  padding-left: 40px;
  padding-right: 40px
}
.p-lr50 {
  padding-left: 50px;
  padding-right: 50px
}
.p-lr60 {
  padding-left: 60px;
  padding-right: 60px
}
.p-lr70 {
  padding-left: 70px;
  padding-right: 70px
}
.p-lr80 {
  padding-left: 80px;
  padding-right: 80px
}
.p-lr90 {
  padding-left: 90px;
  padding-right: 90px
}
.p-lr100 {
  padding-left: 100px;
  padding-right: 100px
}
.p-lr120 {
  padding-left: 120px;
  padding-right: 120px
}
.p-lr150 {
  padding-left: 150px;
  padding-right: 150px
}
.p-tb0 {
  padding-bottom: 0;
  padding-top: 0
}
.p-tb5 {
  padding-bottom: 5px;
  padding-top: 5px
}
.p-tb10 {
  padding-bottom: 10px;
  padding-top: 10px
}
.p-tb15 {
  padding-bottom: 15px;
  padding-top: 15px
}
.p-tb20 {
  padding-bottom: 20px;
  padding-top: 20px
}
.p-tb30 {
  padding-bottom: 30px;
  padding-top: 30px
}
.p-tb40 {
  padding-bottom: 40px;
  padding-top: 40px
}
.p-tb50 {
  padding-bottom: 50px;
  padding-top: 50px
}
.p-tb60 {
  padding-bottom: 60px;
  padding-top: 60px
}
.p-tb70 {
  padding-bottom: 70px;
  padding-top: 70px
}
.p-tb80 {
  padding-bottom: 80px;
  padding-top: 80px
}
.p-tb90 {
  padding-bottom: 90px;
  padding-top: 90px
}
.p-tb100 {
  padding-bottom: 100px;
  padding-top: 100px
}
.p-tb120 {
  padding-bottom: 120px;
  padding-top: 120px
}
.p-tb150 {
  padding-bottom: 150px;
  padding-top: 150px
}
.m-a-1 {
  margin: -1px
}
.m-a0 {
  margin: 0
}
.m-a5 {
  margin: 5px
}
.m-a10 {
  margin: 10px
}
.m-a15 {
  margin: 15px
}
.m-a20 {
  margin: 20px
}
.m-a30 {
  margin: 30px
}
.m-a40 {
  margin: 40px
}
.m-a50 {
  margin: 50px
}
.m-a60 {
  margin: 60px
}
.m-a70 {
  margin: 70px
}
.m-a80 {
  margin: 80px
}
.m-a90 {
  margin: 90px
}
.m-a100 {
  margin: 100px
}
.m-a110 {
  margin: 110px
}
.m-a120 {
  margin: 120px
}
.m-a130 {
  margin: 130px
}
.m-a140 {
  margin: 140px
}
.m-a150 {
  margin: 150px
}
.m-t0 {
  margin-top: 0
}
.m-t5 {
  margin-top: 5px
}
.m-t10 {
  margin-top: 10px
}
.m-t15 {
  margin-top: 15px
}
.m-t20 {
  margin-top: 20px
}
.m-t30 {
  margin-top: 30px
}
.m-t40 {
  margin-top: 40px
}
.m-t50 {
  margin-top: 50px
}
.m-t60 {
  margin-top: 60px
}
.m-t70 {
  margin-top: 70px
}
.m-t80 {
  margin-top: 80px
}
.m-t90 {
  margin-top: 90px
}
.m-t100 {
  margin-top: 100px
}
.m-t110 {
  margin-top: 110px
}
.m-t120 {
  margin-top: 120px
}
.m-t130 {
  margin-top: 130px
}
.m-t140 {
  margin-top: 140px
}
.m-t150 {
  margin-top: 150px
}
.m-b0 {
  margin-bottom: 0
}
.m-b5 {
  margin-bottom: 5px
}
.m-b10 {
  margin-bottom: 10px
}
.m-b15 {
  margin-bottom: 15px
}
.m-b20 {
  margin-bottom: 20px
}
.m-b30 {
  margin-bottom: 30px
}
.m-b40 {
  margin-bottom: 40px
}
.m-b50 {
  margin-bottom: 50px
}
.m-b60 {
  margin-bottom: 60px
}
.m-b70 {
  margin-bottom: 70px
}
.m-b80 {
  margin-bottom: 80px
}
.m-b90 {
  margin-bottom: 90px
}
.m-b100 {
  margin-bottom: 100px
}
.m-b110 {
  margin-bottom: 110px
}
.m-b120 {
  margin-bottom: 120px
}
.m-b130 {
  margin-bottom: 130px
}
.m-b140 {
  margin-bottom: 140px
}
.m-b150 {
  margin-bottom: 150px
}
.m-l0 {
  margin-left: 0
}
.m-l5 {
  margin-left: 5px
}
.m-l10 {
  margin-left: 10px
}
.m-l15 {
  margin-left: 15px
}
.m-l20 {
  margin-left: 20px
}
.m-l30 {
  margin-left: 30px
}
.m-l40 {
  margin-left: 40px
}
.m-l50 {
  margin-left: 50px
}
.m-l60 {
  margin-left: 60px
}
.m-l70 {
  margin-left: 70px
}
.m-l80 {
  margin-left: 80px
}
.m-l90 {
  margin-left: 90px
}
.m-l100 {
  margin-left: 100px
}
.m-l110 {
  margin-left: 110px
}
.m-l120 {
  margin-left: 120px
}
.m-l130 {
  margin-left: 130px
}
.m-l140 {
  margin-left: 140px
}
.m-l150 {
  margin-left: 150px
}
.m-r0 {
  margin-right: 0
}
.m-r5 {
  margin-right: 5px
}
.m-r10 {
  margin-right: 10px
}
.m-r15 {
  margin-right: 15px
}
.m-r20 {
  margin-right: 20px
}
.m-r30 {
  margin-right: 30px
}
.m-r40 {
  margin-right: 40px
}
.m-r50 {
  margin-right: 50px
}
.m-r60 {
  margin-right: 60px
}
.m-r70 {
  margin-right: 70px
}
.m-r80 {
  margin-right: 80px
}
.m-r90 {
  margin-right: 90px
}
.m-r100 {
  margin-right: 100px
}
.m-r110 {
  margin-right: 110px
}
.m-r120 {
  margin-right: 120px
}
.m-r130 {
  margin-right: 130px
}
.m-r140 {
  margin-right: 140px
}
.m-r150 {
  margin-right: 150px
}
.m-lr0 {
  margin-left: 0;
  margin-right: 0
}
.m-lr5 {
  margin-left: 5px;
  margin-right: 5px
}
.m-lr10 {
  margin-left: 10px;
  margin-right: 10px
}
.m-lr15 {
  margin-left: 15px;
  margin-right: 15px
}
.m-lr20 {
  margin-left: 20px;
  margin-right: 20px
}
.m-lr30 {
  margin-left: 30px;
  margin-right: 30px
}
.m-lr40 {
  margin-left: 40px;
  margin-right: 40px
}
.m-lr50 {
  margin-left: 50px;
  margin-right: 50px
}
.m-lr60 {
  margin-left: 60px;
  margin-right: 60px
}
.m-lr70 {
  margin-left: 70px;
  margin-right: 70px
}
.m-lr80 {
  margin-left: 80px;
  margin-right: 80px
}
.m-lr90 {
  margin-left: 90px;
  margin-right: 90px
}
.m-lr100 {
  margin-left: 100px;
  margin-right: 100px
}
.m-lr120 {
  margin-left: 120px;
  margin-right: 120px
}
.m-lr150 {
  margin-left: 150px;
  margin-right: 150px
}
.m-tb0 {
  margin-bottom: 0;
  margin-top: 0
}
.m-tb5 {
  margin-bottom: 5px;
  margin-top: 5px
}
.m-tb10 {
  margin-bottom: 10px;
  margin-top: 10px
}
.m-tb15 {
  margin-bottom: 15px;
  margin-top: 15px
}
.m-tb20 {
  margin-bottom: 20px;
  margin-top: 20px
}
.m-tb30 {
  margin-bottom: 30px;
  margin-top: 30px
}
.m-tb40 {
  margin-bottom: 40px;
  margin-top: 40px
}
.m-tb50 {
  margin-bottom: 50px;
  margin-top: 50px
}
.m-tb60 {
  margin-bottom: 60px;
  margin-top: 60px
}
.m-tb70 {
  margin-bottom: 70px;
  margin-top: 70px
}
.m-tb80 {
  margin-bottom: 80px;
  margin-top: 80px
}
.m-tb90 {
  margin-bottom: 90px;
  margin-top: 90px
}
.m-tb100 {
  margin-bottom: 100px;
  margin-top: 100px
}
.m-tb120 {
  margin-bottom: 120px;
  margin-top: 120px
}
.m-tb150 {
  margin-bottom: 150px;
  margin-top: 150px
}
.no-col-gap [class*="col-xs-"],
.no-col-gap [class*="col-sm-"],
.no-col-gap [class*="col-md-"],
.no-col-gap [class*="col-lg-"] {
  padding-left: 0;
  padding-right: 0
}
.relative {
  position: relative
}
.absolute {
  position: absolute
}
.static {
  position: static
}
.sx-text-primary {
  color: var(--primary)
}
.sx-text-secondry {
  color: var(--secondary)
}
.sx-text-black {
  color: var(--title-color)
}
.sx-dark-one {
  background-color: #343243
}
.sx-dark-two {
  background-color: #242535
}
.bg-transparent {
  background-color: #fff0
}
.sx-bg-primary {
  background-color: var(--primary)
}
.sx-bg-secondry {
  background-color: var(--title-color)
}
.sx-bg-black {
  background-color: var(--title-color)
}
.sx-bg-light {
  background-color: var(--bg-light)
}
.sx-bg-white {
  background-color: var(--white)
}
.bg-dark {
  background-color: #141414
}
.bg-dark-light {
  background-color: #2a2a2a
}
.bg-white {
  background-color: var(--white)
}
.bg-black {
  background-color: var(--title-color)
}
.bg-black-light {
  background-color: #212121
}
.bg-gray {
  background-color: #eef1f2
}
.bg-gray-light {
  background-color: #f9f9f9
}
.bg-gray-dark {
  background-color: #d3d3d3
}
.bg-red {
  background-color: #fb5455
}
.rounded-bx,
.sx-box,
.sx-icon-box,
.sx-icon-box-small,
.sx-thum-bx,
.sx-post-thum {
  position: relative
}
.sx-box {
  position: relative
}
.sx-box.no-margin {
  margin-bottom: 0
}
#header-custom {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 10;
  transition: 0.3s
}
#header-custom .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 16px 0
}
#header-custom .logo-link {
  display: flex;
  align-items: center;
  gap: 10px;
  width: auto;
}
#header-custom .logo-link p {
  margin-bottom: 0;
  font-weight: 700;
  color: #000;
  line-height: 1;
  font-size: 18px;
}
#header-custom .header-logo {
  width: 36px;
}
.sx-icon-box-xld,
.sx-icon-box-xl,
.sx-icon-box-lg,
.sx-icon-box-md,
.sx-icon-box-sm,
.sx-icon-box-xs {
  display: inline-block;
  text-align: center
}
.sx-icon-box-xld {
  width: 180px;
  height: 180px
}
.sx-icon-box-xl {
  width: 150px;
  height: 150px
}
.sx-icon-box-lg {
  width: 120px;
  height: 120px
}
.sx-icon-box-md {
  width: 100px;
  height: 100px
}
.sx-icon-box-sm {
  width: 80px;
  height: 80px
}
.sx-icon-box-xs {
  width: 40px;
  height: 40px
}
.sx-icon-box-xld.radius,
.sx-icon-box-xl.radius,
.sx-icon-box-lg.radius,
.sx-icon-box-md.radius,
.sx-icon-box-sm.radius,
.sx-icon-box-xs.radius {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%
}
.sx-icon-box-xld img,
.sx-icon-box-xl img,
.sx-icon-box-lg img,
.sx-icon-box-md img,
.sx-icon-box-sm img,
.sx-icon-box-xs img {
  vertical-align: middle;
  max-width: 100%;
  width: auto
}
.sx-icon-box-xld img {
  height: 90px
}
.sx-icon-box-xl img {
  height: 80px
}
.sx-icon-box-lg img {
  height: 55px
}
.sx-icon-box-md img {
  height: 40px
}
.sx-icon-box-sm img {
  height: 30px
}
.sx-icon-box-xs img {
  height: 20px
}
.icon-xld,
.icon-xl,
.icon-lg,
.icon-md,
.icon-sm,
.icon-xs {
  display: inline-block;
  text-align: center
}
.icon-xld {
  width: 100px
}
.icon-xld.inline-icon {
  width: auto
}
.icon-xl {
  width: 80px
}
.icon-xl.inline-icon {
  width: auto
}
.icon-lg {
  width: 65px
}
.icon-lg.inline-icon {
  width: auto
}
.icon-md {
  width: 60px
}
.icon-md i {
  font-size: 45px
}
.icon-md.inline-icon {
  width: auto
}
.icon-sm {
  width: 40px
}
.icon-sm i {
  font-size: 30px
}
.icon-sm.inline-icon {
  width: auto
}
.icon-xs {
  width: 30px
}
.icon-xs.inline-icon {
  width: auto
}
.icon-xld img,
.icon-xl img,
.icon-lg img,
.icon-md img,
.icon-sm img,
.icon-xs img {
  vertical-align: middle;
  max-width: 100%;
  width: auto
}
.icon-xld img {
  height: 90px
}
.icon-xl img {
  height: 80px
}
.icon-lg img {
  height: 70px
}
.icon-md img {
  height: 60px
}
.icon-sm img {
  height: 30px
}
.icon-xs img {
  height: 20px
}
.sx-icon-box-wraper {
  position: relative
}
.sx-icon-box-wraper .sx-tilte {
  margin-top: 0
}
.sx-icon-box-wraper .after-titile-line {
  margin-bottom: 10px
}
.sx-icon-box-wraper p:last-child {
  margin: 0
}
.icon-content {
  overflow: hidden
}
.sx-icon-box-xld,
.sx-icon-box-xl,
.sx-icon-box-lg,
.sx-icon-box-md,
.sx-icon-box-sm,
.sx-icon-box-xs {
  display: table
}
.sx-icon-box-xld .icon-cell,
.sx-icon-box-xl .icon-cell,
.sx-icon-box-lg .icon-cell,
.sx-icon-box-md .icon-cell,
.sx-icon-box-sm .icon-cell,
.sx-icon-box-xs .icon-cell {
  display: table-cell;
  vertical-align: middle
}
.sx-icon-box-wraper.left .sx-icon-box-xld,
.sx-icon-box-wraper.left .sx-icon-box-xl,
.sx-icon-box-wraper.left .sx-icon-box-lg,
.sx-icon-box-wraper.left .sx-icon-box-md,
.sx-icon-box-wraper.left .sx-icon-box-sm,
.sx-icon-box-wraper.left .sx-icon-box-xs {
  float: left;
  margin-right: 20px
}
.sx-icon-box-wraper.left .icon-xld,
.sx-icon-box-wraper.left .icon-xl,
.sx-icon-box-wraper.left .icon-lg,
.sx-icon-box-wraper.left .icon-md,
.sx-icon-box-wraper.left .icon-sm,
.sx-icon-box-wraper.left .icon-xs {
  float: left;
  margin-right: 10px
}
.sx-icon-box-wraper.right {
  text-align: right
}
.sx-icon-box-wraper.right .sx-icon-box-xld,
.sx-icon-box-wraper.right .sx-icon-box-xl,
.sx-icon-box-wraper.right .sx-icon-box-lg,
.sx-icon-box-wraper.right .sx-icon-box-md,
.sx-icon-box-wraper.right .sx-icon-box-sm,
.sx-icon-box-wraper.right .sx-icon-box-xs {
  float: right;
  display: table;
  margin-left: 20px
}
.sx-icon-box-wraper.right .icon-xld,
.sx-icon-box-wraper.right .icon-xl,
.sx-icon-box-wraper.right .icon-lg,
.sx-icon-box-wraper.right .icon-md,
.sx-icon-box-wraper.right .icon-sm,
.sx-icon-box-wraper.right .icon-xs {
  float: right;
  margin-left: 10px
}
.sx-icon-box-wraper.center {
  text-align: center
}
.sx-icon-box-wraper.center .sx-icon-box-xld,
.sx-icon-box-wraper.center .sx-icon-box-xl,
.sx-icon-box-wraper.center .sx-icon-box-lg,
.sx-icon-box-wraper.center .sx-icon-box-md,
.sx-icon-box-wraper.center .sx-icon-box-sm,
.sx-icon-box-wraper.center .sx-icon-box-xs {
  margin-left: auto;
  margin-right: auto
}
.sx-thum-bx img,
.sx-post-thum img {
  width: 100%;
  height: auto
}
.yt-thum-box {
  max-height: 270px
}
.btn {
  padding-top: 9px;
  padding-bottom: 9px
}
.site-button,
.site-button-secondry {
  font-family: var(--common-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-transform: capitalize;
  color: var(--secondary-light);
  border-radius: 100px;
  padding: 12px 20px;
  display: inline-flex;
  align-items: center
}
.site-button.icon i,
.site-button-secondry.icon i {
  margin-right: 6px
}
.site-button.sx-btn-primary {
  background-color: var(--primary);
  color: var(--white)
}
.site-button.sx-btn-primary:hover {
  background-color: var(--bg-light);
  color: var(--secondary)
}
.site-button.outline,
.site-button-secondry.outline {
  background: none;
  color: var(--title-color);
  border: 3px solid var(--title-color);
  ;
  padding-right: 60px;
  position: relative
}
.site-button.outline span,
.site-button-secondry.outline span {
  width: 30px;
  height: 3px;
  right: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%)
}
@media only screen and (max-width:768px) {
  .site-button,
  .site-button-secondry {
    padding: 10px 10px;
    letter-spacing: 3px;
    font-size: 12px
  }
}
.rev-btn .site-button,
.rev-btn .site-button-secondry {
  letter-spacing: 10px !important
}
@media only screen and (max-width:480px) {
  .rev-btn .site-button,
  .rev-btn .site-button-secondry {
    letter-spacing: 0px !important;
    font-size: 14px !important
  }
}
.site-button {
  background-color: var(--bg-light);
  color: var(--secondary-light)
}
.site-button:active,
.site-button:hover,
.site-button:focus,
.active>.site-button {
  background-color: var(--primary);
  color: var(--white)
}
.site-button:hover {
  background-color: var(--primary);
  color: var(--white);
  box-shadow: inset 0 2px 4px 0 rgb(0 0 0 / .1)
}
.site-button:hover.icon i {
  -webkit-animation: flip-vertical-right 0.4s cubic-bezier(.455, .03, .515, .955) both;
  animation: flip-vertical-right 0.4s cubic-bezier(.455, .03, .515, .955) both
}
.site-button-secondry {
  background-color: var(--title-color);
  color: var(--white)
}
.site-button-secondry:active,
.site-button-secondry:hover,
.site-button-secondry:focus,
.active>.site-button-secondry {
  background-color: #222;
  color: var(--white)
}
.sx-btn-lg {
  padding: 25px 60px
}
@media only screen and (max-width:640px) {
  .sx-btn-lg {
    padding: 12px 24px
  }
}
.site-button.text-uppercase {
  text-transform: uppercase
}
.button-sm {
  padding: 5px 10px;
  font-size: 12px
}
.button-lg {
  padding: 10px 20px;
  font-size: 16px
}
.button-xl {
  padding: 30px 50px;
  font-size: 24px
}
.radius-no {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0
}
.radius-sm {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px
}
.radius-xl {
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px
}
.radius-bx {
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%
}
.site-button.white {
  background-color: var(--white);
  color: var(--secondary-light);
}
.site-button.white:hover,
.site-button.white:active,
.site-button.white:focus {
  background-color: #F4F4F4;
  color: #555
}
.site-button.outline {
  color: #888;
  background: none;
  border-width: 2px;
  border-style: solid;
  border-color: #eee
}
.site-button.outline.white {
  color: #e7e7e7;
  border-color: #e7e7e7
}
.site-button.outline.white:hover {
  color: #666
}
.site-button.outline.black {
  color: #171717;
  border-color: #171717
}
.section-head.center {
  text-align: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px
}
@media only screen and (max-width:767px) {
  .section-head.center {
    margin-bottom: 30px
  }
}
.section-head.center.max-900 {
  max-width: 900px
}
.section-head2 {
  margin-bottom: 30px
}
.section-head.right {
  text-align: right
}
.section-head.left {
  margin-bottom: 30px
}
.section-head .sx-head-s-title,
.section-head2 .sx-head-s-title {
  font-family: var(--common-family);
  font-weight: 400;
  font-size: 14px;
  padding-bottom: 10px;
  text-transform: uppercase;
  color: var(--primary)
}
.section-head .sx-head-l-title .sx-title {
  font-family: var(--title-family);
  margin-bottom: 0;
  font-weight: 800;
  font-size: 32px;
  text-transform: capitalize;
  color: var(--secondary)
}
.section-head .sx-head-l-title .sx-title2,
.section-head2 .sx-head-l-title .sx-title2 {
  font-family: var(--title-family);
  margin-bottom: 0;
  font-weight: 800;
  font-size: 60px;
  text-transform: capitalize;
  color: var(--secondary)
}
@media only screen and (max-width:1024px) {
  .section-head .sx-head-l-title .sx-title2,
  .section-head2 .sx-head-l-title .sx-title2 {
    font-size: 48px
  }
}
@media only screen and (max-width:991px) {
  .section-head .sx-head-l-title .sx-title2,
  .section-head2 .sx-head-l-title .sx-title2 {
    font-size: 30px
  }
}
@media only screen and (max-width:640px) {
  .section-head .sx-head-l-title .sx-title2,
  .section-head2 .sx-head-l-title .sx-title2 {
    font-size: 22px
  }
}
.section-head {
  margin-bottom: 0
}
.section-head p {
  margin-bottom: 30px
}
.section-head.no-margin {
  margin-bottom: 0
}
.text-center.section-head p {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto
}
label {
  font-weight: 600;
  margin-bottom: 10px
}
.form-group {
  margin-bottom: 25px
}
.form-control {
  border-color: #e1e6eb;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  height: 44px;
  font-size: 13px;
  line-height: 20px;
  padding: 9px 12px 9px 12px
}
.form-control:focus {
  border-color: #e1e1e1;
  outline: 0
}
.form-control:focus,
.has-error .form-control:focus {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none
}
.form-control.kv-fileinput-caption {
  height: 39px
}
.form-group.form-inline .radio,
.form-group.form-inline .checkbox {
  margin-right: 15px
}
.input-group {
  width: 100%
}
.input-group .form-control,
.input-group-addon,
.input-group-btn {
  display: table-cell
}
.input-group-addon {
  background: var(--white);
  border-color: #e1e1e1;
  padding: 6px 14px;
  font-size: 16px
}
.input-group-addon.font-size-20 {
  font-size: 20px
}
.input-group-addon.fixed-w {
  text-align: center;
  padding: 6px 0;
  width: 40px
}
.input-group-addon.v-align-t {
  line-height: 30px
}
input[type=checkbox],
input[type=radio] {
  opacity: 0;
  margin-left: 1px !important
}
input[type=checkbox]+label,
input[type=radio]+label {
  display: block;
  padding-left: 30px !important;
  position: relative
}
input[type=checkbox]+label:hover:before,
input[type=radio]+label:hover:before {
  border-color: #222
}
input[type=checkbox]+label:before,
input[type=radio]+label:before {
  background-color: var(--white);
  border: 2px solid #b6b7b8;
  border-radius: 0;
  content: "";
  display: inline-block;
  height: 16px;
  line-height: 1;
  margin-left: -30px;
  position: absolute;
  top: 2px;
  transition: all linear 0.1s;
  width: 16px
}
input[type=checkbox]+label:after {
  color: var(--white);
  content: "\2713";
  font-family: FontAwesome;
  font-size: 0;
  -webkit-font-smoothing: antialiased;
  left: 7px;
  position: absolute;
  top: 6px;
  transition: all linear 0.1s
}
input[type=checkbox]:checked+label:before {
  border-width: 7px;
  border-color: var(--title-color);
  background-color: var(--title-color);
}
input[type=checkbox]:checked+label:after {
  font-size: 10px;
  left: 3px;
  top: 1px
}
input[type=radio]+label:before {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  content: ""
}
input[type=radio]:checked+label:before {
  border-color: #3396d1;
  border-width: 5px
}
.form-inline .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"] {
  position: absolute;
  left: 0;
  bottom: 0
}
.widget {
  margin-bottom: 40px
}
.widget-title {
  margin: 0 0 25px
}
.widget-title {
  margin-bottom: 20px
}
.recent-posts-entry ul {
  margin: 0;
  list-style: none;
  padding: 0
}
.widget_services ul {
  list-style: none;
  margin-bottom: 0
}
.widget_services ul li {
  margin-bottom: 13px;
  position: relative;
  padding: 0 0 30px 0;
  margin-bottom: 0;
  line-height: 20px
}
.widget_services ul li:last-child {
  border-bottom: 0;
  padding-bottom: 0
}
.widget_services ul li {
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear
}
.widget_services ul li a {
  color: var(--secondary-light);
  ;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  text-transform: capitalize
}
.widget_services ul li a span {
  display: inline
}
.widget_services ul li a:hover {
  color: var(--primary)
}
.widget_services li {
  border-bottom: none;
  line-height: 28px
}
.widget_services li:before {
  top: 0;
  left: 1px
}
.widget_services.inline-links li {
  display: block;
  border-bottom: none
}
.site-footer .widget_services ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  border: 0
}
.site-footer .widget_services ul li {
  margin-bottom: 0;
  position: relative;
  padding: 0 10px 25px 0;
  line-height: 20px;
  background: none
}
.site-footer .widget_services ul li:first-child {
  padding-top: 0
}
.site-footer .widget_services ul li:last-child {
  border-bottom: 0
}
.site-footer .widget_services ul li:hover {
  border-left: 0 solid var(--primary);
  box-shadow: none
}
.site-footer .widget_services ul li:last-child {
  padding-bottom: 0
}
.site-footer .widget_services ul li a {
  color: rgb(255 255 255 / .5)
}
.site-footer .widget_services ul li a:hover {
  color: var(--primary)
}
.site-footer .widget_services li {
  border-bottom: none;
  line-height: 28px
}
.site-footer .widget_services li:before {
  top: 0;
  left: 1px
}
.widget_services.inline-links li {
  display: block;
  border-bottom: none
}
.widget_about p {
  margin-bottom: 10px
}
.widget_about-call-section {
  margin-top: 30px
}
.widget_about-call-section {
  display: flex;
  align-items: center
}
.widget_about-call-section .sx-f-call-icon {
  color: var(--white);
  font-size: 48px;
  width: 60px;
  margin-right: 5px
}
.widget_about-call-section .sx-f-call-section span {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px
}
.widget_about-call-section .sx-f-call-section a {
  display: block;
  font-family: var(--title-family);
  font-weight: 600;
  font-size: 22px;
  line-height: 32px;
  text-transform: uppercase;
  color: rgb(255 255 255 / .7)
}
@media only screen and (max-width:991px) {
  .widget_about-call-section .sx-f-call-section a {
    font-size: 18px;
    line-height: 32px
  }
  .widget_about-call-section .sx-f-call-icon {
    font-size: 34px;
    width: 45px
  }
}
.site-footer .widget_info ul {
  list-style: none;
  margin-bottom: 0;
  display: flex;
  flex-direction: column
}
.site-footer .widget_info ul li {
  margin-bottom: 6px;
  position: relative;
  padding: 0 0 6px 0;
  line-height: 20px;
  display: inline-block;
  gap: 10px
}
.site-footer .widget_info ul li b {
  color: #fff
}
.site-footer .widget_info ul li:last-child {
  margin-bottom: 0
}
.site-footer .widget_info ul li .widget-info-icon {
  max-width: 20px;
  width: 100%
}
.site-footer .widget_info ul li .widget-info-detail p {
  margin-bottom: 0;
  line-height: 28px;
  margin-top: -5px
}
.site-footer .widget_info ul li a {
  color: rgb(255 255 255 / .5);
  display: block;
  padding-bottom: 10px
}
.site-footer .widget_info ul li a:last-child {
  padding-bottom: 0
}
.site-footer .widget_info ul li a:hover {
  color: var(--primary)
}
.site-footer .widget_info li {
  border-bottom: none;
  line-height: 28px
}
.site-footer .widget_info li:before {
  top: 0;
  left: 1px
}
.widget .post-title {
  font-size: 16px;
  margin-top: 0;
  line-height: normal;
  font-family: var(--common-family);
  margin: 10px 0 20px 0
}
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto
}
.logo-footer a {
  display: flex;
  align-items: center;
  gap: 10px;
}
.logo-footer img {
  width: 36px;
  filter: brightness(0) invert(1);
}
.logo-footer p {
  margin-bottom: 0;
  line-height: 0;
  font-weight: 700;
  line-height: 1;
  color: white;
  font-size: 18px;
}
footer p b {
  color: #fff
}
.site-footer .widget>.widget-title {
  font-weight: 600
}
.site-footer {
  position: relative;
  color: rgb(255 255 255 / .5)
}
.site-footer .sx-f-title {
  font-size: 18px;
  font-weight: 400;
  font-family: var(--common-family);
  color: var(--white);
  margin-bottom: 30px
}
.site-footer .widget ul {
  list-style: none;
  margin-top: 0
}
.footer-bottom {
  padding: 100px 0;
  color: #787878;
  font-size: 13px
}
.footer-dark.site-footer {
  background-color: #251A37
}
.footer-dark .footer-top {
  padding-top: 80px;
  padding-bottom: 60px
}
@media only screen and (max-width:991px) {
  .footer-dark .footer-top {
    padding-top: 60px;
    padding-bottom: 40px
  }
}
.footer-dark .footer-bottom {
  background-color: var(--title-color);
  border-top: 1px solid #2e313b
}
.sx-f-bottom-section {
  text-align: center;
  font-family: var(--title-family);
  font-weight: 600;
  font-size: 14px;
  line-height: 28px;
  color: rgb(255 255 255 / .7);
  margin: 0 70px;
  padding: 40px;
  background: #1D152C;
  border-radius: 5px
}
.sx-f-bottom-section .sx-f-copy a {
  color: var(--white)
}
@media only screen and (max-width:767px) {
  .sx-f-bottom-section {
    margin: 0;
    padding: 20px
  }
}
.footer-bottom ul {
  margin: 0
}
@media only screen and (max-width:1200px) {
  .footer-col-3 {
    clear: both
  }
}
@media only screen and (max-width:991px) {
  footer .container {
    width: 100%
  }
}
#bg {
  background-attachment: fixed;
  background-size: cover
}
.page-wraper {
  background: var(--white)
}
.page-content {
  position: relative
}
.section-full {
  position: relative
}
.text-white {
  color: var(--white)
}
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white .title-small {
  color: var(--white)
}
@media only screen and (max-width:1024px) {
  .section-full {
    background-attachment: scroll !important
  }
}
@media only screen and (max-width:991px) {
  .section-head .sx-head-l-title h1.sx-title,
  .section-head .sx-head-l-title h2.sx-title,
  .section-head .sx-head-l-title h3.sx-title,
  h1,
  h2 {
    font-size: 28px
  }
  .sx-post-title h2.post-title {
    font-size: 28px
  }
  h3 {
    font-size: 21px
  }
  h4 {
    font-size: 18px
  }
}
@media only screen and (max-width:640px) {
  .section-head .sx-head-l-title h1.sx-title,
  .section-head .sx-head-l-title h2.sx-title,
  .section-head .sx-head-l-title h3.sx-title,
  h1,
  h2 {
    font-size: 22px
  }
  .sx-post-title h2.post-title {
    font-size: 22px
  }
}
.contact-form {
  padding-right: 100px
}
.contact-info {
  margin: 0
}
.contact-info .sx-icon-box-wraper {
  position: relative;
  border: 1px solid #f3f2f2;
  padding: 20px;
  margin-bottom: 10px
}
.contact-info .sx-icon-box-wraper:last-child {
  margin-bottom: 0
}
.contact-info .section-head .sx-head-l-title .sx-title {
  font-size: 40px;
  color: var(--secondary);
  margin-bottom: 16px;
  font-family: var(--title-family);
  font-weight: 800;
  text-transform: capitalize
}
@media only screen and (max-width:1024px) {
  .contact-info .section-head .sx-head-l-title .sx-title {
    font-size: 48px
  }
}
@media only screen and (max-width:991px) {
  .contact-info .section-head .sx-head-l-title .sx-title {
    font-size: 30px
  }
}
@media only screen and (max-width:640px) {
  .contact-info .section-head .sx-head-l-title .sx-title {
    font-size: 22px
  }
}
.contact-info .section-head {
  margin-bottom: 40px
}
ul.contact-info li {
  padding: 0 0 15px 25px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e1e1e1;
  position: relative;
  line-height: 20px
}
ul.contact-info li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none
}
ul.contact-info li h4 ul.contact-info li h5,
ul.contact-info li h6 {
  margin: 0 0 10px
}
ul.contact-info li p {
  line-height: 20px;
  margin: 0
}
ul.contact-info li .fa {
  position: absolute;
  left: 0;
  top: 2px;
  color: #3396d1;
  font-size: 16px
}
@media only screen and (max-width:991px) {
  .contact-info {
    padding: 0
  }
}
.btn,
.panel,
.form-control,
.img-thumbnail,
.panel-head ing,
.dropdown-menu,
.panel-group .panel,
.nav-tabs>li>a,
.modal-content,
.navbar-toggler,
.nav-pills>li>a,
.pager li>a,
.pager li>span,
.well,
.alert,
.list-group-item:first-child,
.list-group-item:last-child,
.input-group-addon,
.btn-group>.dropdown-toggle:not(:first-child),
.searchform input[type="text"],
.searchform input[type="submit"],
ol.comment-list li.comment .comment-body {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0
}
a,
.btn,
.form-control,
.overlay-bx,
.overlay-icon li a i,
.sx-icon-box-xld,
.sx-icon-box-xl,
.sx-icon-box-lg,
.sx-icon-box-md,
.sx-icon-box-sm,
.sx-icon-box-xs,
.share-social-bx li,
.indicator,
.navbar-toggler,
.logo-header,
.header-nav .nav>li>a,
.extra-nav {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear
}
.clearfix::after,
.filter-wrap::after,
.filter-wrap::after,
.sx-icon-box-wraper::after,
ol.commentlist li::after {
  content: "";
  display: table;
  clear: both
}
.box-shadow {
  -webkit-box-shadow: 0 0 5px 0 #dcdcdc;
  box-shadow: 0 0 5px 0 #dcdcdc
}
.contact-home1-right {
  position: relative;
  z-index: 1;
  border-radius: 10px
}
.contact-home-1-form {
  padding: 50px
}
.contact-home-1-form .sx-title {
  font-family: var(--title-family);
  margin-bottom: 20px;
  font-weight: 800;
  font-size: 24px;
  text-transform: capitalize;
  color: var(--secondary)
}
.contact-home-1-form button {
  border: none
}
@media only screen and (max-width:768px) {
  .contact-home-1-form {
    padding: 20px
  }
}
@media only screen and (max-width:640px) {
  .contact-home-1-form .sx-title {
    font-size: 22px
  }
}
.sx-service-bx-1:hover .sx-icon-box-wraper .scale-in-center {
  -webkit-animation: bounce-in-fwd 1.1s both;
  animation: bounce-in-fwd 1.1s both
}
.hover-animation-1:hover .scale-in-center {
  -webkit-animation: bounce-in-fwd 1.1s both;
  animation: bounce-in-fwd 1.1s both
}
@-webkit-keyframes bounce-in-fwd {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0
  }
  38% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1
  }
  55% {
    -webkit-transform: scale(.7);
    transform: scale(.7);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
  72% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }
  81% {
    -webkit-transform: scale(.84);
    transform: scale(.84);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
  89% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }
  95% {
    -webkit-transform: scale(.95);
    transform: scale(.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }
}
@keyframes bounce-in-fwd {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0
  }
  38% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1
  }
  55% {
    -webkit-transform: scale(.7);
    transform: scale(.7);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
  72% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }
  81% {
    -webkit-transform: scale(.84);
    transform: scale(.84);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
  89% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }
  95% {
    -webkit-transform: scale(.95);
    transform: scale(.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }
}
.large-title .sx-title {
  position: relative;
  z-index: 1
}
.large-title .sx-title:before {
  position: absolute;
  content: attr(data-title);
  color: rgb(210 210 210 / .1);
  font-weight: 900;
  font-size: 130px;
  line-height: 130px;
  text-transform: uppercase;
  top: -60px;
  right: -60px;
  z-index: -1;
  font-family: 'Roboto', sans-serif
}
@media only screen and (max-width:1199px) {
  .large-title .sx-title:before {
    position: inherit;
    color: rgb(210 210 210 / .4);
    font-weight: 900;
    font-size: 60px;
    line-height: 60px;
    top: auto;
    right: auto;
    padding-right: 10px
  }
}
@media only screen and (max-width:767px) {
  .large-title .sx-title {
    font-size: 20px
  }
}
.sx-service-bx-1 {
  position: relative;
  z-index: 1;
  transition: all 0.5s linear;
  overflow: hidden
}
.sx-service-bx-1 {
  text-align: center;
  padding: 16px 25px;
  height: 100%
}
.sx-service-bx-1 .sx-service-bx-icon {
  text-align: center;
  margin-bottom: 30px
}
.sx-service-bx-1 .sx-service-bx-icon span {
  width: 170px;
  height: 170px;
  font-size: 64px;
  transition: var(--transition);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--white);
  border-radius: 50%;
  position: relative;
  margin: 10px
}
.sx-service-bx-1 .sx-service-bx-icon span:after {
  border-radius: 50%;
  padding: 5px;
  border: 2px solid var(--white);
  position: absolute;
  content: '';
  top: -10px;
  left: -10px;
  bottom: -10px;
  right: -10px
}
.sx-service-bx-1 .sx-tilte {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 14px
}
@media only screen and (max-width:991px) {
  .sx-service-bx-1 .sx-tilte {
    font-size: 18px
  }
}
.sx-service-bx-1 p {
  margin-bottom: 45px
}
.sx-service-bx-1 .icon-content {
  overflow: inherit
}
.sx-service-bx-1:after {
  content: '';
  position: absolute;
  left: 100%;
  bottom: 0;
  top: 0;
  height: 100%;
  width: 0;
  z-index: -1;
  background-color: #f3f3f3;
  transition: all 0.4s ease
}
.sx-service-bx-1.reverse:after {
  background-color: #f7f7f7
}
.sx-service-bx-1:hover:after {
  width: 100%;
  left: 0;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
  z-index: -1
}
.sx-service-bx-1.reverse .sx-service-bx-icon span {
  background-color: var(--bg-light)
}
.sx-service-bx-1.reverse .sx-service-bx-icon span:after {
  border: 2px solid #f1f1f1
}
.sx-service-bx-1:hover .sx-service-bx-icon span {
  position: relative;
  top: 20px
}
.sx-service-bx-1.reverse:hover .sx-service-bx-icon span {
  top: 0
}
.sx-service-bx-1.reverse {
  padding: 30px 25px 30px;
  border: 1px solid #f4f4f4
}
.sx-icon-bx-1 {
  position: relative;
  z-index: 1;
  transition: all 0.5s linear;
  overflow: hidden
}
.sx-icon-bx-1 {
  height: 100%;
  padding: 50px;
  background: var(--white);
  border: 2px solid #F6F6F6
}
.sx-icon-bx-1 .sx-icon-bx-icon {
  text-align: left;
  margin-bottom: 30px
}
.sx-icon-bx-1 .sx-icon-bx-icon span {
  font-size: 64px;
  line-height: 64px;
  display: inline-flex
}
.sx-icon-bx-1 .sx-tilte {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 14px
}
@media only screen and (max-width:991px) {
  .sx-icon-bx-1 .sx-tilte {
    font-size: 18px
  }
}
@media only screen and (max-width:575px) {
  .sx-icon-bx-1 {
    padding: 35px
  }
}
.sx-icon-bx-1 p {
  margin-bottom: 45px
}
.sx-icon-bx-1 .icon-content {
  overflow: inherit
}
.sx-icon-bx-1:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: -1px;
  top: -1px;
  right: -1px;
  bottom: -1px;
  transition: var(--transition);
  outline: solid 0 var(--white)
}
.sx-icon-bx-1:hover:after {
  outline: solid 20px var(--white);
  outline-offset: -20px;
  background-color: var(--primary-light)
}
.sx-icon-bx-1:hover {
  color: var(--white);
  z-index: 1;
  position: relative
}
.sx-icon-bx-1:hover .sx-tilte {
  color: var(--white)
}
.sx-icon-bx-1:hover .sx-text-primary {
  color: var(--white)
}
.full-landing-image {
  width: 100%
}
.sx-bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}
.sx-bg-overlay+.container {
  position: relative;
  z-index: 1
}
.sx-our-services-bx .row {
  display: flex;
  justify-content: center
}
@media only screen and (max-width:991px) {
  .sx-our-service-info.m-b80 {
    margin-bottom: 60px
  }
}
.sx-video-1-outer,
.sx-video-2-outer {
  padding: 190px 0
}
.sx-video-1-outer .sx-bg-overlay {
  background-color: #291E3B;
  opacity: .6
}
.sx-vodeo-section {
  max-width: 998px;
  margin: auto
}
.sx-large-title {
  font-size: 48px;
  color: var(--white);
  margin-bottom: 30px;
  font-family: var(--title-family);
  font-weight: 800;
  text-transform: capitalize
}
.sx-vodeo-section a {
  margin-bottom: 30px
}
.sx-vodeo-section p {
  color: #fff;
  font-size: 18px
}
@media only screen and (max-width:1024px) {
  .sx-large-title {
    font-size: 48px
  }
}
@media only screen and (max-width:991px) {
  .sx-large-title {
    font-size: 30px
  }
}
@media only screen and (max-width:640px) {
  .sx-large-title {
    font-size: 22px;
    margin-bottom: 30px
  }
}
.sx-video-btn-wrap {
  position: relative;
  min-height: 240px
}
@media only screen and (max-width:991px) {
  .sx-video-btn-wrap {
    position: relative;
    min-height: 120px
  }
}
.h_800 {
  height: 800px;
  display: flex;
  align-items: center
}
.sx-atc-fixed {
  background-attachment: fixed;
  -webkit-background-attachment: fixed;
  -moz-background-attachment: fixed;
  -o-background-attachment: fixed
}
@media only screen and (max-width:991px) {
  .sx-atc-fixed {
    background-attachment: scroll;
    -webkit-background-attachment: scroll;
    -moz-background-attachment: scroll;
    -o-background-attachment: scroll
  }
}
.sx-about-bx1-media {
  position: relative;
  margin-right: 70px;
  margin-left: 70px
}
.sx-ab-img-outer .sx-about-bx1-media {
  display: flex;
  align-items: baseline
}
.sx-about-bx1-media .sx-dot-bx {
  position: absolute;
  left: -150px;
  top: 0;
  z-index: 1
}
.sx-about-bx1-media .sx-ab-img-outer {
  display: flex;
  align-items: flex-end
}
.sx-ab-img-section-1 {
  width: 70px;
  height: 410px;
  border-radius: 10px;
  background-size: contain;
  background-position: center;
  margin-right: 30px
}
@media only screen and (max-width:460px) {
  .sx-ab-img-section-1 {
    display: none
  }
}
.sx-about-bx1-media .sx-ab-img-outer .sx-ab-img-section-2 {
  border-radius: 10px;
  overflow: hidden
}
.sx-ab-video {
  position: relative;
  margin-bottom: 50px
}
.sx-ab-video .circle {
  width: 70px;
  height: 70px;
  background-color: var(--secondary);
  left: 0;
  transform: inherit;
  position: inherit;
  top: auto
}
.sx-ab-video .circle i {
  color: var(--white);
  font-size: 14px
}
.sx-ab-video .circle::after,
.sx-ab-video .circle::before {
  border-color: var(--secondary)
}
.sx-about-bx1-column {
  margin-bottom: 20px
}
.sx-about-bx1-content-wrap>.row {
  display: flex;
  align-items: center
}
.sx-about-bx1-content .sx-title {
  font-size: 36px;
  color: var(--secondary);
  margin-bottom: 15px;
  font-family: var(--title-family);
  font-weight: 800;
  text-transform: capitalize
}
.sx-about-bx1-content .sx-title-2 {
  color: var(--primary);
  font-size: 20px;
  line-height: 36px;
  font-style: italic
}
@media only screen and (max-width:1024px) {
  .sx-about-bx1-content .sx-title {
    font-size: 48px
  }
}
@media only screen and (max-width:991px) {
  .sx-about-bx1-content .sx-title {
    font-size: 30px
  }
  .sx-about-bx1-media {
    margin-bottom: 30px
  }
}
@media only screen and (max-width:640px) {
  .sx-about-bx1-content .sx-title {
    font-size: 22px
  }
}
@media only screen and (max-width:460px) {
  .sx-about-bx1-media {
    margin: 0 0 30px 0
  }
  .sx-about-bx1-media .sx-dot-bx {
    left: 0
  }
  .sx-about-bx1-media .sx-ab-img-outer {
    display: block
  }
  .sx-ab-img-section-1-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
  }
}
.sx-about-bx4-content-wrap>.row {
  display: flex;
  align-items: center
}
.sx-about-bx4-media {
  position: relative;
  padding-right: 70px;
  padding-bottom: 0;
  z-index: 1
}
.sx-about-bx4-media .sx-ab4-img-outer {
  display: flex;
  align-items: flex-end
}
.sx-about-bx4-content {
  margin-bottom: 30px
}
.sx-about-bx4-content .sx-title {
  font-size: 60px;
  color: var(--secondary);
  margin-bottom: 0;
  font-family: var(--title-family);
  font-weight: 800;
  text-transform: capitalize;
  margin-bottom: 15px
}
@media only screen and (max-width:1024px) {
  .sx-about-bx4-content .sx-title {
    font-size: 48px
  }
}
@media only screen and (max-width:991px) {
  .sx-about-bx4-content .sx-title {
    font-size: 30px
  }
  .sx-about-bx4-media {
    padding-right: 0;
    padding-bottom: 30px
  }
  .sx-about-bx4-content-wrap.p-b70 {
    padding-bottom: 30px
  }
}
@media only screen and (max-width:640px) {
  .sx-about-bx4-content .sx-title {
    font-size: 22px
  }
}
.sx-bnr-1-wrap-outer {
  width: 100%;
  position: relative;
  min-height: 100vh;
  background: url(../images/bg.webp) no-repeat center/cover;
  padding: 200px 0 150px;
  display: flex;
  align-items: center;
  z-index: 1
}
.sx-bnr-1-wrap-outer::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: .5;
  z-index: -1
}
.sx-bnr-1-wrap-outer .sx-bnr-1-small-title {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: var(--white)
}
.sx-bnr-1-wrap-outer .sx-bnr-1-large-title {
  font-family: var(--title-family);
  font-weight: 800;
  font-size: 64px;
  text-transform: capitalize;
  color: var(--white);
  margin-bottom: 20px
}
.sx-bnr-1-wrap-outer .sx-bnr-1-info {
  font-size: 18px;
  line-height: 30px;
  color: var(--white);
  margin-bottom: 50px
}
.sx-bnr-1-wrap-outer .sx-bnr-1-wrap .site-button {
  display: inline-flex;
  padding: 25px 50px;
  margin-right: 50px
}
@media only screen and (max-width:991px) {
  .sx-bnr-1-wrap-outer .sx-bnr-1-large-title {
    font-size: 38px
  }
  .sx-bnr-1-wrap-outer .sx-bnr-1-small-title {
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 2px
  }
  .sx-bnr-1-wrap-outer .sx-bnr-1-info {
    font-size: 16px
  }
  .sx-bnr-1-wrap-outer .swiper-slide {
    min-height: 600px
  }
}
@media only screen and (max-width:575px) {
  .sx-bnr-1-wrap-outer .sx-bnr-1-large-title {
    font-size: 22px
  }
  .sx-bnr-1-wrap-outer .sx-bnr-1-small-title {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0;
    margin-bottom: 10px;
    display: block
  }
  .sx-bnr-1-wrap-outer .sx-bnr-1-info {
    font-size: 14px;
    line-height: 24px
  }
  .sx-bnr-1-wrap-outer .swiper-slide {
    min-height: 600px
  }
  .sx-bnr-1-wrap-outer .sx-bnr-1-wrap .site-button {
    display: inline-flex;
    padding: 10px;
    margin-right: 10px
  }
}
@media only screen and (max-width:575px) {
  .sx-bnr-1-wrap-outer .sx-bnr-1-large-title {
    font-size: 22px
  }
  .sx-bnr-1-wrap-outer .sx-bnr-1-small-title {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0;
    margin-bottom: 10px;
    display: block
  }
  .sx-bnr-1-wrap-outer .sx-bnr-1-info {
    font-size: 14px;
    line-height: 24px
  }
  .sx-bnr-1-wrap-outer .swiper-slide {
    min-height: 600px
  }
  .sx-bnr-1-wrap-outer .sx-bnr-1-wrap .site-button {
    display: inline-flex;
    padding: 10px;
    margin-right: 10px
  }
}
.sx-icon-bx-5 {
  display: flex
}
.sx-icon-bx-5 .sx-media {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  min-width: 70px;
  margin-right: 30px;
  border-radius: 50%;
  background-color: var(--bg-light);
  text-align: center
}
.sx-icon-bx-5 .sx-media i {
  font-size: 30px;
  color: var(--secondary)
}
.sx-icon-bx-5 .sx-icon-bx-info .sx-icon-bx-title {
  font-family: var(--title-family);
  font-weight: 800;
  font-size: 16px;
  line-height: 30px;
  color: var(--secondary);
  display: block
}
.sx-icon-bx-5 .sx-icon-bx-info .sx-icon-bx-title-info {
  display: block;
  color: var(--secondary-light)
}
@media only screen and (max-width:640px) {
  .sx-icon-bx-5 .sx-icon-bx-info .sx-icon-bx-title {
    font-size: 14px
  }
}
.sx-pic-l {
  margin-bottom: 30px
}
.input-animate.input {
  transition: 300ms cubic-bezier(.4, 0, .2, 1);
  -webkit-transition: 300ms cubic-bezier(.4, 0, .2, 1);
  -ms-transition: 300ms cubic-bezier(.4, 0, .2, 1)
}
.input-animate.input input,
.input-animate.input textarea,
.input-animate.input label {
  font-size: 12px;
  color: rgb(0 0 0 / .8);
  font-weight: 500
}
.input-animate.input {
  margin-bottom: 30px;
  height: 44px
}
.input-animate.input::before {
  content: "";
  background: rgb(135 135 135 / .2);
  z-index: 3
}
.input-animate.input input {
  height: 44px;
  top: 0;
  border: none;
  background: #fff0
}
.input-animate.input textarea {
  height: 44px;
  padding-top: 15px;
  top: 0;
  border: none;
  background: #fff0
}
.input-animate.input label {
  position: relative
}
.input-animate.input input,
.input-animate.input textarea,
.input-animate.input label {
  font-size: 18px;
  color: var(--title-color);
  font-weight: 600
}
.input-animate.input::before,
.input-animate.input .spin {
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0
}
.input-animate.input,
.input-animate.input input,
.input-animate.input textarea {
  position: relative;
  width: 100%;
  outline: none
}
.input-animate.input input,
.input-animate.input textarea {
  border-radius: 0;
  font-size: 14px;
  height: 40px
}
.input-animate.input.textarea {
  height: 100px
}
.input-animate.input.textarea textarea {
  resize: none;
  padding: 5px 0
}
.input-animate.input .spin {
  background: var(--primary);
  z-index: 4;
  width: 0
}
.input-animate.input,
.input-animate.input label,
.input-animate.input input,
.input-animate.input textarea,
.input-animate.input .spin {
  transition: 300ms cubic-bezier(.4, 0, .2, 1);
  -webkit-transition: 300ms cubic-bezier(.4, 0, .2, 1);
  -ms-transition: 300ms cubic-bezier(.4, 0, .2, 1);
  box-shadow: none;
  font-family: var(--title-family)
}
@media only screen and (max-width:480px) {
  .input-animate.input {
    height: auto;
    margin-bottom: 10px
  }
  .input-animate.input input {
    width: 100%;
    left: 0;
    font-size: 14px !important
  }
  .input-animate.input label {
    position: inherit;
    top: auto;
    left: auto;
    z-index: 2;
    cursor: pointer;
    line-height: normal
  }
  .input-animate.input textarea {
    width: 100%;
    left: 0;
    padding: 10px 10px;
    font-size: 14px !important
  }
  .input-animate.input textarea {
    margin-bottom: -6px
  }
}
@media only screen and (max-width:991px) {
  .section-full.p-t110 {
    padding-top: 60px
  }
  .section-full.p-b110 {
    padding-bottom: 60px
  }
  .section-full.p-b80 {
    padding-bottom: 30px
  }
  .section-full.p-b70 {
    padding-bottom: 30px
  }
  .section-full.p-t100 {
    padding-top: 60px
  }
  .sx-video-1-outer,
  .sx-video-2-outer {
    padding: 100px 0
  }
}
.sx-div-line {
  background-color: #f1f1f1;
  height: 1px;
  margin: 1px 0
}
@media(max-width:767.98px) {
  .sx-bnr-1-wrap-outer {
    min-height: auto
  }
  body {
    word-break: break-word;
  }
}
.thanks {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  padding: 200px 0 150px
}
.thanks .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 10px
}
.thanks img {
  width: 100px;
  height: auto;
  margin-bottom: 10px
}
.thanks p {
  text-align: center;
  font-size: 18px
}
.thanks p.thanks-text {
  color: var(--primary);
  font-weight: 700
}
@media screen and (max-width:767.98px) {
  .thanks {
    padding: 150px 0 100px
  }
}
.docs {
  word-break: break-word;
  padding: 130px 0 50px
}
.docs h1 {
  text-align: center;
  margin-bottom: 20px;
  font-weight: 700
}
.docs li,
.docs p {
  color: inherit;
  font-size: 16px
}
.docs a {
  text-decoration: none !important;
  color: var(--primary)
}
.docs a:hover {
  color: var(--secondary)
}
html {
  overflow-x: hidden
}
.last-updated {
  text-align: center;
  color: var(--secondary-light);
  margin-bottom: 20px
}
.contact-home-1-form input,
.contact-home-1-form textarea,
.contact-home-1-form select,
.contact-home-1-form button {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box
}
.input-animate.input input {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box
}
@media (max-width:640px) {
  .logo-link {
    word-break: break-all
  }
  .footer-col,
  .widget_info,
  .widget_about {
    word-break: break-all
  }
  #header-custom .row {
    flex-wrap: wrap
  }
}
@media (max-width:480px) {
  .container {
    padding-left: 12px;
    padding-right: 12px
  }
  .contact-home-1-form {
    padding: 16px
  }
  .docs {
    padding: 100px 12px 40px
  }
  .sx-f-bottom-section {
    margin: 0;
    padding: 16px;
    font-size: 12px
  }
  .site-button,
  .site-button-secondry {
    font-size: 12px;
    padding: 10px 16px
  }
}
.site-footer .widget_services ul li {
  transition: none;
  -webkit-transition: none
}
.site-footer .widget_services ul li:hover {
  border-left: none;
  box-shadow: none;
  transform: none;
  padding-left: 0
}
.site-footer .widget_services ul li a.footer-doc {
  display: block;
  transition: none;
  -webkit-transition: none;
  text-transform: none;
  animation: none
}
.site-footer .widget_services ul li a.footer-doc:hover {
  color: var(--primary)
}
.site-footer .widget_services li:before {
  display: none;
  content: none
}

.cookie-banner {
  position: fixed;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 9999;
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
  opacity: 0;
  visibility: hidden;
  transform: translateY(35px);
  pointer-events: none;
  transition:
    opacity .3s ease,
    visibility .3s ease,
    transform .3s ease;
}

.cookie-banner.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.cookie-banner__shell {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  overflow: hidden;
  background: var(--white);
  border: 1px solid #e4e6ea;
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(20, 32, 55, .18);
}

.cookie-banner__identity {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 35px;
  padding: 28px;
  background: var(--primary);
  color: var(--white);
}

.cookie-banner__country {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .38);
  border-radius: 50%;
  font-family: var(--title-family);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .08em;
}

.cookie-banner__identity-label {
  display: block;
  margin-bottom: 2px;
  color: rgba(255, 255, 255, .65);
  font-family: var(--common-family);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.cookie-banner__identity strong {
  display: block;
  color: var(--white);
  font-family: var(--title-family);
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
}

.cookie-banner__main {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 32px;
  align-items: center;
  padding: 28px 30px;
}

.cookie-banner__copy {
  min-width: 0;
}

.cookie-banner__overline {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--primary);
  font-family: var(--common-family);
  font-size: 11px;
  line-height: 1.3;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.cookie-banner__copy h3 {
  max-width: 620px;
  margin: 0 0 10px;
  color: var(--title-color);
  font-family: var(--title-family);
  font-size: 23px;
  line-height: 1.25;
  font-weight: 700;
}

.cookie-banner__copy p {
  max-width: 680px;
  margin: 0;
  color: var(--secondary-light);
  font-family: var(--common-family);
  font-size: 13px;
  line-height: 1.65;
}

.cookie-banner__legal {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 13px;
}

.cookie-banner__legal a {
  position: relative;
  color: var(--secondary);
  font-family: var(--common-family);
  font-size: 12px;
  line-height: 1.4;
  font-weight: 500;
  text-decoration: none;
}

.cookie-banner__legal a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3px;
  height: 1px;
  background: #cdd1d7;
  transition: background-color .2s ease;
}

.cookie-banner__legal a:hover {
  color: var(--primary);
}

.cookie-banner__legal a:hover::after {
  background: var(--primary);
}

.cookie-banner__choices {
  display: grid;
  gap: 9px;
}

.cookie-choice {
  width: 100%;
  min-height: 70px;
  display: grid;
  grid-template-columns: 30px 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 11px 16px;
  border: 1px solid #e1e4e8;
  border-radius: 4px;
  text-align: left;
  font-family: var(--common-family);
  cursor: pointer;
  transition:
    transform .2s ease,
    background-color .2s ease,
    border-color .2s ease,
    box-shadow .2s ease;
}

.cookie-choice__number {
  color: inherit;
  font-family: var(--title-family);
  font-size: 11px;
  font-weight: 700;
  opacity: .55;
}

.cookie-choice__text {
  display: grid;
  gap: 2px;
}

.cookie-choice__text strong {
  color: inherit;
  font-family: var(--title-family);
  font-size: 14px;
  line-height: 1.3;
  font-weight: 700;
}

.cookie-choice__text small {
  color: inherit;
  font-size: 10px;
  line-height: 1.35;
  opacity: .68;
}

.cookie-choice__arrow {
  font-size: 19px;
  line-height: 1;
  transition: transform .2s ease;
}

.cookie-choice:hover {
  transform: translateX(3px);
}

.cookie-choice:hover .cookie-choice__arrow {
  transform: translateX(3px);
}

.cookie-choice--accept {
  background: var(--primary);
  color: var(--white);
  border-color: var(--primary);
  box-shadow: 0 8px 20px rgba(15, 75, 185, .14);
}

.cookie-choice--accept:hover {
  background: #0b3f9d;
  border-color: #0b3f9d;
}

.cookie-choice--necessary {
  background: var(--bg-light);
  color: var(--secondary);
}

.cookie-choice--necessary:hover {
  background: var(--white);
  border-color: var(--primary);
  color: var(--primary);
}

.cookie-choice:focus-visible,
.cookie-banner__legal a:focus-visible,
.cookie-settings-link:focus-visible {
  outline: 3px solid rgba(15, 75, 185, .25);
  outline-offset: 3px;
}

.cookie-settings-link {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 9000;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 0 15px 0 11px;
  background: var(--white);
  color: var(--secondary);
  border: 1px solid #e0e3e7;
  border-radius: 4px;
  box-shadow: 0 8px 24px rgba(32, 33, 34, .12);
  font-family: var(--common-family);
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  transition:
    color .2s ease,
    border-color .2s ease,
    box-shadow .2s ease,
    transform .2s ease;
}

.cookie-settings-link__mark {
  width: 20px;
  height: 20px;
  display: block;
  position: relative;
  background: var(--primary);
  border-radius: 2px;
}

.cookie-settings-link__mark::before,
.cookie-settings-link__mark::after {
  content: "";
  position: absolute;
  background: var(--white);
}

.cookie-settings-link__mark::before {
  width: 10px;
  height: 2px;
  left: 5px;
  top: 6px;
  box-shadow: 0 6px 0 var(--white);
}

.cookie-settings-link__mark::after {
  width: 3px;
  height: 3px;
  left: 8px;
  top: 5px;
  border-radius: 50%;
  box-shadow: -3px 6px 0 var(--white);
}

.cookie-settings-link:hover {
  color: var(--primary);
  border-color: rgba(15, 75, 185, .4);
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(32, 33, 34, .15);
}

body:has(.cookie-banner.show) .cookie-settings-link {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

@media (max-width: 900px) {
  .cookie-banner__shell {
    grid-template-columns: 130px minmax(0, 1fr);
  }

  .cookie-banner__identity {
    padding: 22px;
  }

  .cookie-banner__main {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 24px;
  }

  .cookie-banner__choices {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 650px) {
  .cookie-banner {
    left: 10px;
    right: 10px;
    bottom: 10px;
    width: auto;
  }

  .cookie-banner__shell {
    display: block;
    border-radius: 6px;
  }

  .cookie-banner__identity {
    min-height: auto;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    padding: 13px 17px;
  }

  .cookie-banner__country {
    width: 34px;
    height: 34px;
    font-size: 10px;
  }

  .cookie-banner__identity-label {
    display: none;
  }

  .cookie-banner__identity strong {
    font-size: 15px;
  }

  .cookie-banner__main {
    padding: 19px 17px 17px;
    gap: 17px;
  }

  .cookie-banner__overline {
    margin-bottom: 6px;
    font-size: 10px;
  }

  .cookie-banner__copy h3 {
    font-size: 19px;
    line-height: 1.28;
  }

  .cookie-banner__copy p {
    font-size: 12px;
    line-height: 1.55;
  }

  .cookie-banner__legal {
    gap: 13px;
    margin-top: 11px;
  }

  .cookie-banner__legal a {
    font-size: 11px;
  }

  .cookie-banner__choices {
    grid-template-columns: 1fr;
  }

  .cookie-choice {
    min-height: 60px;
    padding: 9px 13px;
  }

  .cookie-settings-link {
    right: 10px;
    bottom: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cookie-banner,
  .cookie-choice,
  .cookie-choice__arrow,
  .cookie-settings-link {
    transition: none;
  }
}