:root {
  --ls-primary-blue-color: #007BB6;
  --ls-primary-blue70-color: #B3E6FF;
  --ls-primary-blue10-color: #009BE6;
  --ls-primary-blueDark-color: #034289;
  --ls-accent-orange-color: #F15A22;
  --ls-selective-yellow-color: #FDB913;
  --ls-supportive-teal-color: #00AAAD;
  --ls-supportive-safa-blue-color: #034EA2;
  --ls-supportive-blue-lightcolor: #13538A;
  --ls-neutral-black-color: #202025;
  --ls-neutral-black50-color: #6E6E77;
  --ls-alert-yellow-color: #FEB811;
  --ls-alert-red-color: #AD0101;
  --ls-alert-success-color: #007C00;
  --ls-base-fontfamily: "Inter";
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-sizing: border-box;
  scroll-behavior: smooth;
}

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

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: var(--ls-base-fontfamily);
  line-height: 1.5;
  font-weight: 400;
  box-sizing: border-box;
  position: relative;
}

a {
  text-decoration: none;
  outline: none;
  text-shadow: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

ul {
  padding: 0;
  margin: 0;
  list-style: outside none none;
}

li {
  margin: 0;
  padding: 0;
}

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

::-webkit-input-placeholder, ::-moz-placeholder, :-ms-input-placeholder, ::placeholder {
  color: #000;
  opacity: 1;
  font-family: inherit;
}

h1 {
  font-size: 56px;
}

h2 {
  font-size: 48px;
}

h3 {
  font-size: 40px;
}

h4 {
  font-size: 32px;
}

h5 {
  font-size: 24px;
}

h6 {
  font-size: 16px;
}

p {
  font-family: "Inter";
  font-size: 16px;
  font-weight: 400;
}

/*.container {*/
/*  max-width: 1320px;*/
/*  padding-left: 20px;*/
/*  padding-right: 20px;*/
/*  margin: 0 auto;*/
/*  box-sizing: border-box;*/
/*}*/

.responsive-iframe-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%;
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.pos-relative {
  position: relative;
}

.vis-mob {
  display: none;
}

.vis-desk {
  display: block;
}

.f-0 {
  font-size: 0;
}

.di-block {
  display: inline-block;
  font-size: initial;
}

.flt-left {
  float: left;
}

.flt-right {
  float: right;
}

.ext-link {
  color: var(--ls-primary-blue-color);
  font-family: inherit;
  font-size: inherit;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 1;
}

.w-100 {
  width: 100%;
}

.w-50 {
  width: 50%;
}

@media only screen and (max-width: 991px) {
  .vis-desk {
    display: none;
  }
  .vis-mob {
    display: block;
  }
}
header .container {
  font-size: 0;
}
header .container::after {
  display: block;
  clear: both;
  content: "";
}
header .logo-thumbnail {
  text-align: left;
  max-width: 113px;
  padding: 10px 32px 10px 0;
  box-sizing: border-box;
  display: inline-block;
  font-size: initial;
  vertical-align: top;
}
header .menu {
  display: inline-block;
  font-size: initial;
  vertical-align: top;
  width: calc(100% - 113px);
}
header .menu::after {
  display: block;
  clear: both;
  content: "";
}
header .menu ul {
  font-size: 0;
}
header .menu ul li {
  display: inline-block;
  font-size: initial;
  vertical-align: top;
  position: static;
  padding-right: 16px;
}
header .menu ul li a {
  position: relative;
  display: block;
  color: var(--ls-neutral-black-color);
  font-family: var(--ls-base-fontfamily);
  font-style: normal;
  font-weight: 700;
  text-align: left;
  transition: all 0.5s ease-in;
}
header .menu ul li a.nav-link {
  font-size: 12px;
  text-transform: uppercase;
  padding: 5px 26px 5px 8px;
  line-height: 70px;
  border-bottom: 2px solid #fff;
}
header .menu ul li a.nav-link::after {
  content: "";
  background: transparent url("../img/icons/expand_more.svg") scroll no-repeat 50% 50%;
  width: 16px;
  height: 16px;
  position: absolute;
  right: -4px;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s ease-in;
}
header .menu ul li.active .nav-link, header .menu ul li:hover .nav-link {
  color: var(--ls-primary-blue-color);
  border-bottom: 2px solid var(--ls-primary-blue-color);
}
header .menu ul li.active .nav-link::after, header .menu ul li:hover .nav-link::after {
  transition: all 0.5s ease-in;
  background: transparent url("../img/icons/expand-less.svg") scroll no-repeat 50% 50%;
}
header .menu ul li .submenu {
  display: none;
  background: #fff;
  border-bottom: 2px solid var(--ls-selective-yellow-color);
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1;
  transition: all 0.5s ease-in;
}
header .menu ul li .submenu .container {
  font-size: 0;
}
header .menu ul li .submenu .container .submenu-cols {
  width: 25%;
  padding: 30px 35px 0 0;
  display: inline-block;
  font-size: initial;
  vertical-align: top;
}
header .menu ul li .submenu .container .submenu-cols:last-child {
  padding: 0;
  width: 24%;
}
header .menu ul li .submenu .container .submenu-cols:last-child p {
  text-align: left;
  font-size: 18px;
  font-weight: 600;
}
header .menu ul li .submenu .container .submenu-cols .content p {
  margin: 11px 0 14px;
  line-height: 1;
  color: #202025;
  font-size: inherit;
  font-weight: 500;
  text-align: left;
  text-transform: capitalize;
}
header .menu ul li .submenu .container .submenu-cols .content p.short-detail {
  color: var(--ls-neutral-black50-color);
  font-size: 14px;
  line-height: 21px;
  text-transform: unset;
  margin: 0 0 30px;
}
header .menu ul li .submenu .container .submenu-cols .content ul {
  padding: 0;
  margin: 0;
  list-style: outside none none;
}
header .menu ul li .submenu .container .submenu-cols .content ul li {
  display: block;
  color: var(--ls-neutral-black-color);
  font-family: var(--ls-base-fontfamily);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  text-transform: capitalize;
  text-align: left;
  margin-bottom: 24px;
}
header .menu ul li .submenu .container .submenu-cols .ext-link {
  color: var(--ls-primary-blue-color);
  font-size: inherit;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0;
  line-height: 1;
  border: none;
}
header .menu ul li .submenu .container .submenu-cols .ext-link img {
  display: inline-block;
  font-size: initial;
  vertical-align: top;
  padding: 5px 1px;
  margin: 0 0 0 7px;
}
header .menu ul li .submenu .container .submenu-cols .card {
  background: rgba(179, 230, 255, 0.3);
  border-left: 1px solid rgba(0, 155, 230, 0.3);
  padding: 12px;
  min-height: 383px;
}
header .menu ul li .submenu .container .submenu-cols .card .thumbnail {
  position: relative;
  margin-bottom: 12px;
}
header .menu ul li .submenu .container .submenu-cols .card .thumbnail .playBtn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
header .menu ul li .submenu .container .submenu-cols .card p {
  text-align: left;
  margin: 0 0 16px;
  color: var(--ls-neutral-black-color);
  font-size: 16px;
  font-weight: 700;
  line-height: 22.4px;
}
header .menu ul li .submenu .container ul.cat-list {
  display: inline-block;
  font-size: initial;
  vertical-align: top;
  width: 30%;
  border-right: 1px solid #F2F2F3;
}
header .menu ul li .submenu .container ul.cat-list li {
  display: block;
  cursor: pointer;
  background: #fff;
  padding: 35px 18px;
  margin-bottom: 8px;
  box-sizing: border-box;
}
header .menu ul li .submenu .container ul.cat-list li a {
  color: var(--ls-neutral-black-color);
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  padding: 0;
  border: none;
  text-align: left;
  outline: none;
}
header .menu ul li .submenu .container ul.cat-list li a:focus {
 outline: none !important;
}
header .menu ul li .submenu .container ul.cat-list li a::after {
  display: block;
  clear: both;
  content: "";
}
header .menu ul li .submenu .container ul.cat-list li a::after {
  display: none;
}
header .menu ul li .submenu .container ul.cat-list li a img {
  float: left;
  margin: 0 11px 0 0;
}
header .menu ul li .submenu .container ul.cat-list li a img.act {
  display: none;
}
header .menu ul li .submenu .container ul.cat-list li.current {
  background: var(--ls-neutral-black-color);
}
header .menu ul li .submenu .container ul.cat-list li.current a {
  color: #F2F2F3;
}
header .menu ul li .submenu .container ul.cat-list li.current a img {
  display: none;
}
header .menu ul li .submenu .container ul.cat-list li.current a img.act {
  display: unset;
}
header .menu ul li .submenu .container .tab-content {
  display: none;
  width: 70%;
  padding: 0 0 0 86px;
  box-sizing: border-box;
}
header .menu ul li .submenu .container .tab-content.current {
  display: inline-block;
  font-size: initial;
  vertical-align: top;
  font-size: 0;
  box-sizing: border-box;
}
header .menu ul li .submenu .container .tab-content .submenu-cols {
  padding-right: 110px;
  width: 50%;
}
header .menu ul li .submenu .container .tab-content .submenu-cols:last-child {
  padding: 30px 100px 0 0;
}
header .menu ul li .submenu .container .tab-content .submenu-cols .article-card {
  border-top: 1px solid #D9D9D9;
  padding: 16px 0 16px 24px;
  min-height: 184px;
}
header .menu ul li .submenu .container .tab-content .submenu-cols .article-card a.heading {
  cursor: pointer;
  display: block;
  color: var(--ls-neutral-black-color);
  font-size: 16px;
  font-weight: 500;
  line-height: 22.4px;
  text-transform: capitalize;
  padding: 0;
  margin-bottom: 8px;
}
header .menu ul li .submenu .container .tab-content .submenu-cols .article-card a.heading::after {
  display: none;
}
header .menu ul li .submenu .container .tab-content .submenu-cols .article-card a.heading::before {
  content: "";
  background: var(--ls-accent-orange-color);
  position: absolute;
  left: -24px;
  top: 0;
  width: 10px;
  height: 10px;
  margin-top: 5px;
}
header .menu ul li .submenu .container .tab-content .submenu-cols .article-card a.heading:hover {
  color: var(--ls-primary-blue-color);
}
header .menu ul li .submenu .container .tab-content .submenu-cols .article-card p {
  color: var(--ls-neutral-black50-color);
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  text-align: left;
  margin: 8px 0 14px;
}
header .menu ul li .submenu .container .tab-content .submenu-cols .article-card ul li {
  display: block;
  color: var(--ls-neutral-black50-color);
  font-family: var(--ls-base-fontfamily);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  text-transform: capitalize;
  text-align: left;
  margin-bottom: 12px;
}
header .menu ul li:hover .submenu {
  display: block;
}
header .menu ul.global {
  text-align: right;
}
header .menu ul.global li {
  padding-right: 0;
}
header .menu ul.global li a {
  padding: 5px 18px 5px 8px;
}
header .menu ul.global li a::after {
  right: -8px;
}
header .menu ul.global li .submenu .submenu-cols {
  position: relative;
}
header .menu ul.global li .submenu .submenu-cols:nth-child(2)::before, header .menu ul.global li .submenu .submenu-cols:nth-child(2)::before, header .menu ul.global li .submenu .submenu-cols:nth-child(3)::before, header .menu ul.global li .submenu .submenu-cols:nth-child(3)::before {
  content: "";
  position: absolute;
  left: -30px;
  top: 30px;
  width: 1px;
  height: calc(100% - 30px);
  background: #EEEEEE;
}
header .menu ul.global li .submenu .submenu-cols .content p:first-child {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 32px;
  padding-left: 8px;
  border-left: 2px solid var(--ls-primary-blue-color);
}
header .menu ul.global li .submenu .submenu-cols .content ul li {
  line-height: 1;
}
header .hamburger-menu {
  float: right;
  cursor: pointer;
}
header .mob-menu {
  position: absolute;
  left: -100%;
  top: 0;
}

@media screen and (max-width: 1023px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9;
    background: #fff;
    height: 76px;
  }
  header .logo-thumbnail {
    max-width: 64px;
    padding: 14px 0px 14px 0;
  }
  header .menu {
    display: none;
  }
  header .hamburger-menu {
    display: inline-block;
    font-size: initial;
    vertical-align: top;
    margin: 14px 0;
    padding: 17px 14px;
  }
  header .hamburger-menu span {
    display: block;
    width: 20px;
    height: 2px;
    background: #000;
    margin-bottom: 4px;
  }
  header .hamburger-menu span:last-child {
    margin-bottom: 0;
  }
  header .hamburger-menu.act {
    background: var(--ls-primary-blue-color);
    padding: 24px 14px;
    margin-top: 0px;
    transition: all 0.8s ease;
  }
  header .hamburger-menu.act span.act {
    background: #fff;
    transition: all 0.8s ease;
  }
  header .hamburger-menu.act span.act:nth-child(2) {
    display: none;
  }
  header .hamburger-menu.act span.act:nth-child(1) {
    transform: rotate(45deg);
  }
  header .hamburger-menu.act span.act:nth-child(3) {
    transform: rotate(-45deg);
    margin-top: -6px;
  }
  header .mob-menu {
    position: fixed;
    left: -100%;
    top: 0;
    width: 306px;
    height: 100%;
    z-index: 1;
    transition: all 0.8s ease;
  }
  header .mob-menu ul li a {
    position: relative;
    display: block;
    color: #202025;
    font-family: var(--ls-base-fontfamily);
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 11px 20px;
    margin-bottom: 10px;
  }
  header .mob-menu ul li a.mnav-link {
    margin-bottom: 0;
  }
  header .mob-menu ul li a.has-submenu:not(.mnav-link)::after {
    content: "";
    background: transparent url("../img/icons/down-arrow.png") scroll no-repeat 50% 50%;
    width: 16px;
    height: 16px;
    position: absolute;
    right: auto;
    top: 50%;
    transform: translate(0, -50%) rotate(-90deg);
    margin-top: 1px;
    transition: all 0.5s ease-in;
  }
  header .mob-menu .nav-title .logo-thumbnail {
    display: inline-block;
    font-size: initial;
    vertical-align: middle;
    margin-left: 20px;
    padding: 10px 0px 10px 0;
  }
  header .mob-menu .nav-title .mnav-link {
    font-family: var(--ls-base-fontfamily);
    font-weight: 700;
    color: var(--ls-neutral-black-color);
    padding-left: 0;
    margin-left: 20px;
  }
  header .mob-menu .nav-title ul {
    padding-top: 12px;
    border-top: 1px solid #EEEEEE;
  }
  header .mob-menu .mnav-link {
    line-height: 76px;
    padding: 0 20px;
  }
  header .mob-menu .side-menu {
    position: absolute;
    top: 0px;
    left: 0px;
    color: #fff;
    background-color: #fff;
    width: 306px;
    height: calc(100vh - 76px) !important;
  }
  header .mob-menu .side-menu:last-child ul li a {
    background-color: #fff;
  }
  header .mob-menu .side-menu.hide {
    left: -306px;
    transition: all 0.8s ease;
  }
  header .mob-menu .side-menu.show-menu {
    left: 0 !important;
  }
  header .mob-menu .side-menu.layer1 ul li:first-child {
    border-bottom: 1px solid #EEEEEE;
    margin-bottom: 10px;
  }
  header .mob-menu .side-menu.layer1 ul li a:not(.mnav-link) {
    margin-bottom: 2px;
  }
  header .mob-menu .side-menu.layer2 {
    background-color: #fff;
    margin-top: 86px;
    height: calc(100% - 86px);
  }
  header .mob-menu .side-menu.layer2 ul li a {
    line-height: 22.4px;
    padding: 11px 20px;
    margin-bottom: 2px;
  }
  header .mob-menu .side-menu.layer3 {
    background-color: #fff;
    margin-top: 86px;
    height: calc(100% - 86px);
  }
  header .mob-menu .side-menu ul li.menu-title {
    color: var(--ls-neutral-black-color);
    font-size: 24px;
    font-weight: 700;
    font-family: var(--ls-base-fontfamily);
    padding: 20px 20px;
    line-height: 31.2px;
  }
  header .mob-menu .side-menu ul li a {
    font-size: 16px;
    font-weight: 500;
    text-transform: unset;
  }
  header .mob-menu .side-menu ul li a.has-sub-submenu-1, header .mob-menu .side-menu ul li a.has-sub-submenu-2, header .mob-menu .side-menu ul li a.has-sub-submenu-3 {
    font-size: 18px;
  }
  header .mob-menu.menu-open {
    left: 0;
    transition: all 0.8s ease;
    background: #fff;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  }
}
@media screen and (max-width: 320px) {
  header .hamburger-menu {
    padding-left: 0;
    padding-right: 0;
  }
  header .hamburger-menu.act {
    margin-right: -18px;
  }
  header .mob-menu {
    width: 269px;
  }
  header .mob-menu .nav-title .mnav-link {
    padding-right: 10px;
    margin-left: 10px;
  }
  header .mob-menu .side-menu {
    width: 269px;
  }
}
footer {
  border-bottom: 1px solid var(--ls-primary-blue70-color);
  /*margin-top: 76px;*/
}
footer .top-footer {
  padding: 48px 0;
  background: var(--ls-supportive-safa-blue-color);
}
footer .top-footer .container {
  font-size: 0;
}
footer .top-footer .foot-col {
  width: 16.666%;
  display: inline-block;
  font-size: initial;
  vertical-align: top;
}
footer .top-footer .foot-col.vis-mob-600 {
  display: none;
}
footer .top-footer .foot-col p {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  text-align: left;
  text-transform: uppercase;
  margin: 0 0 35px;
}
footer .top-footer .foot-col ul li {
  margin: 0 0 20px;
  line-height: 1.5;
}
footer .top-footer .foot-col ul li a {
  display: inline-block;
  font-size: initial;
  vertical-align: top;
  color: var(--ls-primary-blue70-color);
  font-family: "Inter";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  opacity: 0.6;
}
footer .bottom-footer {
  background: var(--ls-primary-blueDark-color);
  padding: 24px 0 30px;
}
footer .bottom-footer .container::after {
  display: block;
  clear: both;
  content: "";
}
footer .bottom-footer .left-col {
  float: left;
  width: 50%;
  text-align: left;
}
footer .bottom-footer .right-col {
  float: right;
  width: 50%;
  text-align: right;
}
footer .bottom-footer .logo-thumbnail a {
  display: table;
}
footer .bottom-footer .logo-thumbnail img {
  display: inline-block;
  font-size: initial;
  vertical-align: top;
}
footer .bottom-footer .copyright {
  display: inline-block;
  font-size: initial;
  vertical-align: top;
  color: var(--ls-primary-blue70-color);
  font-family: "Inter";
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  margin-top: 21px;
}
footer .bottom-footer .social-icons {
  text-align: right;
}
footer .bottom-footer .social-icons p {
  display: none;
}
footer .bottom-footer .social-icons ul {
  font-size: 0;
}
footer .bottom-footer .social-icons ul li {
  display: inline-block;
  font-size: initial;
  vertical-align: top;
  margin: 21px 0 15px;
  width: 24px;
  height: 24px;
}
footer .bottom-footer .social-icons ul li:not(:last-child) {
  margin-right: 20px;
}
footer .bottom-footer .social-icons ul li a {
  display: block;
}
footer .bottom-footer .social-icons ul li a img {
  border: 0;
}
footer .bottom-footer .footer-links {
  font-size: 0;
  padding-top: 21px;
}
footer .bottom-footer .footer-links li {
  display: inline-block;
  font-size: initial;
  vertical-align: top;
}
footer .bottom-footer .footer-links li:not(:last-child) {
  margin-right: 28px;
}
footer .bottom-footer .footer-links li a {
  color: var(--ls-primary-blue70-color);
  font-family: "Inter";
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.01em;
  text-align: right;
}

@media screen and (max-width: 991px) {
  footer .top-footer {
    padding-bottom: 0;
  }
  footer .top-footer .foot-col {
    width: 33.333%;
    margin-bottom: 30px;
  }
  footer .top-footer .foot-col.invis-mob-600 {
    display: none;
  }
  footer .top-footer .foot-col.vis-mob-600 {
    display: inline-block;
  }
  footer .top-footer .foot-col p {
    font-size: 14px;
    margin-bottom: 10px;
  }
  footer .top-footer .foot-col ul li {
    margin-bottom: 10px;
  }
  footer .top-footer .foot-col ul li a {
    color: #fff;
    opacity: 0.6;
    font-size: 14px;
    line-height: 20px;
  }
  footer .top-footer .foot-col .has-sublist {
    margin-bottom: 10px;
  }
  footer .top-footer .foot-col .has-sublist li {
    padding-left: 14px;
    position: relative;
  }
  footer .top-footer .foot-col .has-sublist li::after {
    content: "";
    background: transparent url("../img/icons/foot-arrow-right.png") scroll no-repeat top left;
    position: absolute;
    left: 0;
    top: 0;
    width: 8px;
    height: 12px;
    margin-top: 5px;
  }
  footer .top-footer .foot-col .has-sublist li a {
    cursor: default;
    color: #fff;
    opacity: 0.6;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.03em;
    line-height: 20px;
    margin-bottom: 5px;
  }
  footer .top-footer .foot-col .has-sublist .list {
    list-style: disc inside;
    margin-left: -10px;
  }
  footer .top-footer .foot-col .has-sublist .list ::marker {
    color: rgba(255, 255, 255, 0.6);
  }
  footer .top-footer .foot-col .has-sublist .list li {
    list-style: disc inside;
    margin-bottom: 0;
    padding-left: 0px;
  }
  footer .top-footer .foot-col .has-sublist .list li ::marker {
    color: rgba(255, 255, 255, 0.6);
  }
  footer .top-footer .foot-col .has-sublist .list li::after {
    display: none;
  }
  footer .top-footer .foot-col .has-sublist .list li a {
    cursor: pointer;
    display: inline-block;
    margin-left: -4px;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.03em;
    line-height: 18px;
    text-align: left;
    margin-bottom: 0;
  }
  footer .bottom-footer .copyright {
    font-size: 14px;
    margin-top: 11px;
  }
  footer .bottom-footer .social-icons p {
    display: block;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    text-align: right;
    margin-top: 29px;
  }
  footer .bottom-footer .social-icons ul li {
    margin: 11px 0 11px;
  }
  footer .bottom-footer .footer-links {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  footer .top-footer {
    padding-bottom: 14px;
  }
  footer .top-footer .foot-col {
    width: 50%;
  }
  footer .top-footer .foot-col p {
    font-size: 14px;
  }
  footer .bottom-footer .copyright {
    font-size: 12px;
  }
}
body {
  padding: 0;
  margin: 0 auto;
}

h1 {
  color: var(--ls-primary-blue-color);
}/*# sourceMappingURL=style.css.map */

@media screen and (min-width: 992px){
	footer .top-footer .foot-col:nth-child(2) p {
		left: 0%;
		position: relative;
	}
}
