@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
:root {
  --clr-white: #ffffff;
  --clr-black: #000000;
  --clr-black90:#090909;
  --clr-red: #CA0014;
  --clr-grey:#767676;
  --clr-grey1:#232726;
  --clr-lightgrey:#F2F2F2;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  font-weight: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  font-weight: 300;
  line-height: 1.4;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  cursor: pointer;
}

input,
textarea,
select {
  margin: 0;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

textarea {
  overflow: auto;
}

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

mark {
  background: none;
  color: inherit;
}

strong {
  font-weight: bold;
}

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

html {
  scroll-behavior: smooth;
}

html,
body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  width: 100%;
  min-height: 100%;
  color: var(--clr-black);
  background-color: var(--clr-white);
}

a,
button,
input {
  outline: none;
}

a,
a:hover {
  text-decoration: none;
}

p,
li {
  margin-bottom: 0;
}

button {
  border: 0;
  background-color: transparent;
}

*:focus {
  outline: none;
}

.content-wrapper {
  width: 100%;
  max-width: 1240px;
  padding-left: 40px;
  padding-right: 40px;
  margin-left: auto;
  margin-right: auto;
}

.desk-visible {
  display: block;
}

.only-mobile {
  display: none;
}

.hide-mobile-tablet {
  display: block;
}

.only-mobile-tablet {
  display: none;
}

@media (max-width: 1023px) {
  .content-wrapper {
    padding-left: 32px;
    padding-right: 32px;
  }
  .hide-mobile-tablet {
    display: none;
  }
  .only-mobile-tablet {
    display: block;
  }
}
@media (max-width: 767px) {
  .content-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }
  .desk-visible {
    display: none;
  }
  .only-mobile {
    display: block;
  }
}
#ShareFrame {
  height: 570px;
  overflow-x: scroll;
}

.slp-button {
  background-color: #CA0014;
  border: 1px solid #CA0014;
  padding: 8px 16px;
  border-radius: 5px;
  color: #fff;
  font-weight: 700;
  display: block;
  text-align: center;
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.slp-button--white {
  background-color: #fff;
  color: #000;
}
.slp-button--white:hover {
  background-color: #CA0014 !important;
  border: 1px solid #CA0014 !important;
  transition: 0.3s;
}
.slp-button .navbar-collapse {
  flex-grow: inherit;
}
.slp-button:hover {
  color: #fff;
  border: 1px solid #fff;
  background-color: #090909;
  transition: 0.3s;
}
.slp-button--blue {
  background-color: rgb(31, 61, 123);
  border: 1px solid rgb(31, 61, 123) !important;
  font-weight: 400 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slp-button--blue img {
  margin-right: 5px;
  width: 9px;
}
.slp-button--blue:hover {
  background-color: rgb(24, 54, 114);
}

.slp-heading {
  text-align: center;
}
.slp-heading__red {
  color: var(--clr-red);
  font-size: 15px;
  margin-bottom: 12px;
  font-weight: 700;
}
.slp-heading__black {
  color: var(--clr-black90);
  font-size: 24px;
  font-weight: 700;
  font-weight: 800;
}

.slp-input {
  margin-bottom: 15px;
}
.slp-input__text {
  border: 1px solid var(--clr-black);
  height: 40px;
  border-radius: 5px;
  color: rgba(0, 0, 0, 0.5);
  width: 100%;
  padding: 5px 10px;
  line-height: 1;
  background-color: rgba(217, 217, 217, 0.2);
}

.slp-help {
  padding: 50px 0;
  background-color: var(--clr-lightgrey);
}
.slp-help .slp-heading {
  margin-bottom: 30px;
}
.slp-help__in {
  display: flex;
}
.slp-help__txt p {
  color: #000;
  font-size: 15px;
  padding-bottom: 4px;
  font-weight: 500;
}
.slp-help__tile {
  width: calc(33.33% - 16px);
  margin: 0px 8px;
  background-color: var(--clr-white);
  padding: 10px 10px 10px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}
.slp-help__body {
  padding: 0px 5px;
}
.slp-help__title {
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 14px;
  font-weight: 600;
}
.slp-help__desc {
  font-size: 13px;
  color: var(--clr-grey);
  font-weight: 600;
  min-height: 75px;
}
.slp-help__link {
  color: var(--clr-red);
}
.slp-help__link:hover {
  color: var(--clr-red);
  text-decoration: underline;
}
.slp-help__img {
  margin-bottom: 15px;
}
.slp-help__img img {
  width: 100%;
  border-radius: 5px;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .slp-help__desc {
    min-height: 90px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .slp-help__title {
    min-height: 71px;
  }
  .slp-help__desc {
    min-height: 102px;
  }
}
@media (max-width: 767px) {
  .slp-help__in {
    flex-direction: column;
  }
  .slp-help__tile {
    width: calc(100% - 0px);
    margin: 0px 0px 20px;
  }
  .slp-help__tile:last-child {
    margin-bottom: 0;
  }
}
.slp-approach-tile {
  width: 100%;
  background-color: #fff;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  padding: 24px 16px;
}
.slp-approach-tile__img {
  width: 100px;
  height: auto;
  margin-bottom: 24px;
}
.slp-approach-tile__img img {
  width: 100%;
  height: auto;
}
.slp-approach-tile__head {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  margin-bottom: 16px;
}
.slp-approach-tile__txt {
  font-size: 13px;
  color: #767676;
  margin-bottom: 16px;
  min-height: 75px;
}
.slp-approach-tile__link {
  display: inline-flex;
  align-items: center;
}
.slp-approach-tile__link span {
  font-size: 16px;
  font-weight: 700;
  color: #ca0014;
  margin-right: 16px;
}
.slp-approach-tile__link img {
  width: 6px;
  height: auto;
  padding-top: 2px;
  transition: 0.3s;
}
.slp-approach-tile__link:hover img {
  transform: translateX(4px);
  transition: 0.3s;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .slp-approach-tile__txt {
    min-height: 90px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .slp-approach-tile__txt {
    min-height: 120px;
  }
}
.slp-title {
  margin: 0 auto;
}
.slp-title h2 {
  color: #1F3D7B;
  font-size: 45px;
  font-weight: 700;
  text-align: center;
}
.slp-title__red {
  color: #CA0014;
  font-size: 55px;
  font-weight: 800;
  text-align: center;
}
.slp-title__txt {
  color: #1F3D7B;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}
.slp-title__txt--black {
  color: #000;
}
.slp-title__txt--bottom {
  font-weight: 600;
}

@media (max-width: 1023px) {
  .slp-title h2 {
    font-size: 28px;
  }
  .slp-title__red {
    font-size: 32px;
  }
  .slp-title__txt {
    font-size: 16px;
  }
  .slp-title__txt--bottom {
    font-weight: 600;
  }
}
.slp-modal .btn-close {
  background-image: url("data:image/svg+xml,%3Csvg width='50' height='50' viewBox='0 0 37 37' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.42054 31.5795C3.6536 29.8729 2.24423 27.8316 1.27466 25.5745C0.305094 23.3174 -0.205251 20.8898 -0.226596 18.4334C-0.247942 15.977 0.220139 13.5409 1.15034 11.2674C2.08053 8.99377 3.45421 6.92821 5.19123 5.1912C6.92824 3.45418 8.9938 2.0805 11.2674 1.15031C13.541 0.220109 15.977 -0.247973 18.4335 -0.226627C20.8899 -0.205281 23.3174 0.305064 25.5745 1.27463C27.8316 2.2442 29.873 3.65357 31.5795 5.42051C34.9495 8.90965 36.8142 13.5828 36.772 18.4334C36.7299 23.2841 34.7842 27.9241 31.3542 31.3542C27.9241 34.7842 23.2841 36.7298 18.4335 36.772C13.5828 36.8141 8.90968 34.9494 5.42054 31.5795ZM21.09 18.5L26.3255 13.2645L23.717 10.656L18.5 15.8915L13.2645 10.656L10.656 13.2645L15.8915 18.5L10.656 23.7355L13.2645 26.344L18.5 21.1085L23.7355 26.344L26.344 23.7355L21.1085 18.5H21.09Z' fill='%23CA0014'/%3E%3C/svg%3E%0A");
  opacity: 1;
  padding: 0;
  margin: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 25px;
  height: 25px;
}
.slp-modal .btn-close:focus {
  box-shadow: none;
}
.slp-modal .modal-header {
  padding: 8px 8px 0;
  margin-left: auto;
  border: 0;
}
.slp-modal .modal-content {
  border-radius: 20px;
}
.slp-modal .modal-dialog {
  max-width: 700px;
}
.slp-modal .modal-body {
  padding-bottom: 0;
  border-bottom: 25px solid #D5D5D5;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding-top: 0;
}
.slp-modal .slp-sharesec__btn {
  margin-bottom: 24px;
}
.slp-modal__out {
  width: 70%;
  margin: 0 auto;
}
.slp-modal .slp-sharesec__btn {
  flex-direction: row-reverse;
  transition: 0.3s;
  border: 0;
}
.slp-modal .slp-sharesec__btn:hover {
  border: 0;
  color: #fff;
  opacity: 0.8;
  transition: 0.3s;
}
.slp-modal .slp-sharesec__btn span {
  margin-left: 8px;
}

.slp-footer {
  padding: 60px 0 0;
}
.slp-footer .slp-button {
  font-weight: 700;
}
.slp-footer__main {
  background-color: var(--clr-black90);
  background-position: center top 10px;
  background-size: 35%;
  background-repeat: no-repeat;
}
.slp-footer__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.slp-footer__logo img {
  max-width: 190px;
}
.slp-footer .slp-button.desk {
  display: block;
}
.slp-footer__nav {
  display: flex;
}
.slp-footer__nav-item {
  padding: 14px 20px;
}
.slp-footer__nav-link {
  color: var(--clr-white);
  position: relative;
}
.slp-footer__nav-link::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  background-color: #fff;
  height: 1px;
  width: 0;
  transition: 0.3s;
}
.slp-footer__nav-link:hover {
  color: #fff;
}
.slp-footer__nav-link:hover::after {
  width: 100%;
  transition: 0.3s;
}
.slp-footer__title {
  font-size: 18px;
  color: var(--clr-white);
  margin-bottom: 10px;
}
.slp-footer__btm {
  display: flex;
  padding-top: 50px;
  margin-bottom: 50px;
}
.slp-footer__item {
  width: 40%;
}
.slp-footer__list-item {
  margin-bottom: 10px;
}
.slp-footer__list-item:last-child {
  pointer-events: none;
}
.slp-footer__list-link {
  color: var(--clr-white);
  font-size: 12px;
  display: inline-flex;
  padding-top: 5px;
  transition: all 0.5s;
}
.slp-footer__list-link:hover {
  color: var(--clr-red);
}
.slp-footer__list-link:hover .slp-footer__list-icn {
  background-color: var(--clr-red);
}
.slp-footer__list-icn {
  width: 25px;
  height: 25px;
  margin-right: 10px;
  background-color: var(--clr-grey1);
  padding: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  margin-top: -5px;
  transition: all 0.5s;
}
.slp-footer__list-icn svg {
  width: 100%;
  fill: var(--clr-white);
}
.slp-footer__list-icn img {
  width: 100%;
}
.slp-footer__end {
  border-top: 1px solid var(--clr-grey);
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.slp-footer__copy {
  font-size: 13px;
  color: var(--clr-white);
}
.slp-footer__sociable {
  display: flex;
}
.slp-footer__sociable a {
  width: 30px;
  height: 30px;
  margin: 0px 10px;
  background-color: var(--clr-grey1);
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  transition: all 0.5s;
}
.slp-footer__sociable a svg {
  width: 100%;
  fill: var(--clr-white);
}
.slp-footer__sociable a:hover {
  background-color: var(--clr-red);
  margin-top: -3px;
}
.slp-footer__sociable a img {
  height: 13px;
}
.slp-footer__sociable a:last-child {
  margin-right: 0px;
}

@media (max-width: 767px) {
  .slp-footer__main {
    background-size: 90%;
  }
  .slp-footer__top {
    flex-direction: column;
  }
  .slp-footer__top .slp-footer__nav {
    justify-content: space-between;
    width: 100%;
  }
  .slp-footer__top .slp-footer__nav-item:first-child {
    padding-left: 0;
  }
  .slp-footer__top .slp-footer__nav-item:last-child {
    padding-right: 0;
  }
  .slp-footer__top .slp-footer__donate {
    width: 100%;
    margin-top: 10px;
  }
  .slp-footer__btm {
    flex-direction: column;
  }
  .slp-footer .slp-footer__item {
    width: 100%;
  }
  .slp-footer .slp-footer__item--support {
    margin-bottom: 20px;
  }
  .slp-footer__end {
    flex-direction: column;
    align-items: flex-start;
  }
  .slp-footer .slp-footer__sociable {
    transform: translate(-10px, 0px);
    margin-top: 20px;
  }
}
.slp-header {
  background-color: #090909;
  padding: 16px 0;
}
.slp-header .bg-light {
  background-color: #090909 !important;
}
.slp-header .navbar-brand {
  color: #fff;
  padding: 0;
  display: inline-flex;
}
.slp-header .navbar-brand img {
  width: 170px;
  height: auto;
}
.slp-header .slp-button.mob {
  display: none;
}
.slp-header .navbar {
  padding: 0;
}
.slp-header .nav-link {
  color: #fff !important;
  position: relative;
}
.slp-header .nav-link::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  background-color: #fff;
  height: 1px;
  width: 0;
  transition: 0.3s;
}
.slp-header .nav-link:hover::after {
  width: 100%;
  transition: 0.3s;
}
.slp-header .navbar-collapse {
  flex-grow: inherit;
}
.slp-header .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  margin: 0 24px;
  padding-bottom: 4px;
}
.slp-header .navbar-expand-lg .navbar-collapse {
  width: 65%;
  justify-content: space-between;
}
.slp-header.social .navbar-expand-lg .navbar-collapse {
  justify-content: flex-end;
}

@media (max-width: 1023px) {
  .slp-header .navbar-brand {
    width: 110px;
  }
  .slp-header .navbar-toggler-icon {
    width: 25px;
    height: 25px;
  }
  .slp-header .container-fluid {
    padding: 0;
  }
  .slp-header .slp-button.desk {
    display: none;
  }
  .slp-header .slp-button.mob {
    display: flex !important;
  }
  .slp-header .slp-button {
    font-size: 10px;
    padding: 6px 8px;
  }
  .slp-header .navbar-nav {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding-top: 32px;
  }
  .slp-header .nav-item {
    padding-right: 32px;
  }
  .slp-header .nav-item:last-child {
    padding-right: 0;
  }
  .slp-header .navbar-brand img {
    width: 90px;
  }
  .slp-header .navbar-expand-lg .navbar-nav .nav-link {
    margin: 0;
  }
  .slp-header .navbar-expand-lg .navbar-nav .nav-link {
    padding-bottom: 8px;
  }
  .slp-header .navbar-toggler {
    padding: 0;
    box-shadow: none;
  }
  .slp-header .navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 101.16 80.52'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath class='cls-1' d='M5.81,9.82C1.19,9.82.43,7.08.18,6.18a4.83,4.83,0,0,1,.6-3.93A4.71,4.71,0,0,1,4.08.13,14.19,14.19,0,0,1,6.21,0H95.57c2.05,0,4.66.66,5.45,3.79a4.82,4.82,0,0,1-3.9,5.89,11.11,11.11,0,0,1-1.8.13H5.81Z'/%3E%3Cpath class='cls-1' d='M5.6,80.52c-2,0-4.67-.66-5.46-3.79A4.84,4.84,0,0,1,4,70.83a12.49,12.49,0,0,1,1.81-.12H95.35c4.62,0,5.38,2.74,5.64,3.64a4.83,4.83,0,0,1-.61,3.93,4.69,4.69,0,0,1-3.3,2.12,14.5,14.5,0,0,1-2.12.12H5.6Z'/%3E%3Cpath class='cls-1' d='M14.66,45.18H5.51c-2,0-4.5-.64-5.33-3.65a4.82,4.82,0,0,1,.6-3.91A4.7,4.7,0,0,1,4.1,35.47a11.13,11.13,0,0,1,1.53-.11H26.1q11.85,0,23.69,0a8.06,8.06,0,0,1,3.25.72,4.58,4.58,0,0,1,2.31,5.19,4.77,4.77,0,0,1-4.11,3.77,13.56,13.56,0,0,1-1.86.1H14.66Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  }
}
.slp-banner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  padding: 60px 0;
}
.slp-banner__out {
  display: flex;
  margin: 0 -16px;
  align-items: center;
}
.slp-banner__left {
  width: calc(50% - 32px);
  margin: 0 16px;
}
.slp-banner__right {
  width: calc(50% - 32px);
  margin: 0 16px;
}
.slp-banner__right-img {
  width: 100%;
  height: auto;
}
.slp-banner__right-img img {
  width: 100%;
  height: 100%;
}
.slp-banner__yellow-txt {
  color: #CA0014;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 24px;
}
.slp-banner__heading {
  font-size: 40px;
  color: #0C2C84;
  font-weight: 800;
}
.slp-banner__heading-sub {
  padding-bottom: 24px;
  font-size: 32px;
}
.slp-banner__heading span {
  color: #CA0014;
}
.slp-banner__discr {
  font-size: 15px;
  color: #fff;
  font-weight: 400;
  padding-bottom: 24px;
}
.slp-banner__txt {
  font-size: 16px;
  color: #000000;
  font-weight: 700;
  padding-bottom: 24px;
}
.slp-banner__donate-out {
  display: flex;
  align-items: flex-start;
}
.slp-banner__donate {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.slp-banner__donate:last-child {
  margin-right: 0;
}
.slp-banner__donate ul {
  display: flex;
}
.slp-banner__donate ul li {
  position: relative;
  width: 42%;
  color: #000000;
  padding-left: 12px;
  margin-bottom: 6px;
}
.slp-banner__donate ul li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 4px;
  height: 4px;
  background-color: #CA0014;
}
.slp-banner__donate a {
  background-color: #CA0014;
  padding: 14px 16px;
  border-radius: 35px;
  width: 170px;
  color: #fff;
  text-align: center;
  justify-content: center;
  display: flex;
  font-weight: 700;
  font-size: 14px;
  margin-top: 16px;
}

@media (max-width: 1023px) {
  .slp-banner__out {
    flex-direction: column;
  }
  .slp-banner__left {
    width: calc(100% - 32px);
    margin: 0 16px;
    padding-bottom: 32px;
  }
  .slp-banner__new-txt {
    left: 0%;
    bottom: -24%;
    text-align: center;
    width: 100%;
  }
  .slp-banner__right {
    width: calc(100% - 32px);
    margin: 0 16px;
    justify-content: center;
  }
  .slp-banner__right-img {
    width: 70%;
    height: auto;
  }
  .slp-banner__right-img img {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 767px) {
  .slp-banner {
    padding: 32px 0;
  }
  .slp-banner__donate-out {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
  }
  .slp-banner__donate {
    margin-right: 0;
    padding-bottom: 16px;
    width: 100%;
  }
  .slp-banner__donate ul {
    flex-direction: column;
  }
  .slp-banner__donate ul li {
    width: 100%;
  }
  .slp-banner__right {
    justify-content: center;
  }
  .slp-banner__right-img {
    width: 100%;
  }
  .slp-banner__heading {
    font-size: 32px;
  }
  .slp-banner__yellow-txt, .slp-banner__heading, .slp-banner__discr {
    padding-bottom: 16px;
  }
}
.slp-about {
  padding-bottom: 40px;
}
.slp-about__top {
  display: flex;
}
.slp-about__left {
  width: 50%;
  padding-top: 40px;
}
.slp-about__right {
  width: 50%;
}
.slp-about__right img {
  width: 100%;
  height: auto;
}
.slp-about__head {
  color: #CA0014;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 16px;
}
.slp-about__text {
  font-weight: 600;
  font-size: 14px;
}
.slp-about__title {
  display: flex;
  align-items: flex-start;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.2;
  padding-left: 45px;
}
.slp-about__title img {
  display: block;
  width: 200px;
  margin: 0 8px;
}
.slp-about__logosec {
  position: relative;
  margin-top: 100px;
}
.slp-about__supportimg {
  position: absolute;
  width: 215px;
  height: auto;
  left: -16px;
  top: -67px;
}
.slp-about__supportimg img {
  width: 100%;
}
.slp-about__btn {
  display: inline-block;
  background-color: #0C2C84;
  border: 1px solid #0C2C84;
  padding: 8px 24px;
  color: #fff;
  font-weight: 600;
  border-radius: 10px;
  transition: 0.3s;
}
.slp-about__btn:hover {
  transition: 0.3s;
  background-color: #fff;
  color: #0C2C84;
}
.slp-about__btnout {
  display: flex;
  justify-content: flex-end;
  margin-top: -8px;
  width: 85%;
}
.slp-about__status {
  display: flex;
  justify-content: center;
  margin-top: 16px;
}
.slp-about__statusitem {
  margin: 0 40px;
}
.slp-about__statusitem h4 {
  font-size: 60px;
  color: #0C2C84;
  font-weight: 700;
  text-align: center;
}
.slp-about__statusitem p {
  color: #767676;
  text-align: center;
}
.slp-about__statusitem--red h4 {
  color: #CA0014;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .slp-about__top {
    align-items: center;
  }
  .slp-about__title {
    font-size: 25px;
    padding-left: 32px;
  }
  .slp-about__title img {
    width: 155px;
  }
  .slp-about__logosec {
    margin-top: 75px;
  }
  .slp-about__supportimg {
    width: 150px;
    left: -4px;
    top: -50px;
  }
  .slp-about__btn {
    font-size: 14px;
  }
  .slp-about__btnout {
    margin-top: 8px;
    width: 100%;
  }
  .slp-about__status {
    margin-top: 24px;
  }
  .slp-about__statusitem {
    margin: 0 24px;
  }
  .slp-about__statusitem h4 {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .slp-about__top {
    flex-direction: column-reverse;
  }
  .slp-about__left {
    width: 100%;
  }
  .slp-about__right {
    width: 100%;
  }
  .slp-about__title {
    font-size: 25px;
    padding-left: 24px;
  }
  .slp-about__title img {
    width: 155px;
  }
  .slp-about__supportimg {
    width: 140px;
    left: -4px;
    top: -45px;
  }
  .slp-about__logosec {
    margin-top: 60px;
  }
  .slp-about__btn {
    font-size: 14px;
  }
  .slp-about__btnout {
    margin-top: 8px;
    justify-content: center;
    width: 100%;
  }
  .slp-about__status {
    margin-top: 24px;
    flex-direction: column;
  }
  .slp-about__statusitem {
    margin: 0 16px 16px;
  }
  .slp-about__statusitem h4 {
    font-size: 32px;
  }
}
.slp-approach {
  background-color: #f2f2f2;
  padding: 40px 0;
}
.slp-approach__out {
  display: flex;
  flex-wrap: wrap;
}
.slp-approach__out .slp-approach-tile {
  width: calc(33.3% - 16px);
  margin: 0 8px;
}

@media (max-width: 767px) {
  .slp-approach__out {
    display: flex;
    flex-wrap: wrap;
  }
  .slp-approach__out .slp-approach-tile {
    width: calc(100% - 0px);
    margin: 0 0 20px;
  }
  .slp-approach__out .slp-approach-tile:last-child {
    margin-bottom: 0;
  }
}
.slp-login {
  padding: 40px 30px 70px;
}
.slp-login__main {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
}
.slp-login .slp-heading__red {
  text-align: center;
  font-size: 50px;
  font-weight: 700;
  margin-top: 16px;
}
.slp-login .slp-heading__red span {
  color: #1F3D7B;
  display: block;
  font-size: 40px;
}
.slp-login .slp-title__txt.slp-title__txt--black {
  padding-top: 24px;
}
.slp-login__text {
  text-align: center;
  color: #1F3D7B;
  font-weight: 400;
}
.slp-login__text--blk {
  color: #000;
}
.slp-login__form {
  width: 40%;
  margin-right: 32px;
}
.slp-login__form-main {
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
  width: 80%;
  margin: 0 auto;
}
.slp-login__form .slp-heading__red {
  font-size: 15px;
  text-align: left;
  color: #CA0014;
}
.slp-login__form-slider {
  width: 40%;
}
.slp-login__img-sec {
  width: 100%;
  height: auto;
}
.slp-login__img-sec img {
  width: 100%;
  height: 100%;
}
.slp-login .slp-button {
  height: 40px;
  margin-bottom: 15px;
}
.slp-login__sep {
  position: relative;
  text-align: center;
  margin-bottom: 15px;
}
.slp-login__sep span {
  color: rgba(0, 0, 0, 0.6);
  position: relative;
  z-index: 2;
  font-size: 14px;
}
.slp-login__sep::before {
  content: "";
  width: 45%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  top: 12px;
  z-index: 1;
}
.slp-login__sep::after {
  content: "";
  width: 45%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  right: 0;
  top: 12px;
  z-index: 1;
}
.slp-login__log {
  font-size: 14px;
  color: var(--clr-black);
}
.slp-login__log a {
  color: var(--clr-red);
  font-weight: 700;
}
.slp-login .slick-dots li.slick-active button:before {
  opacity: 1;
  width: 30px;
}
.slp-login .slick-dots li button:before {
  height: 3px;
  width: 25px;
  background-color: #CA0014;
  content: "";
  top: 50%;
}
.slp-login .slick-dots li button {
  padding: 0;
  width: 30px;
}
.slp-login .slick-dots li {
  width: auto;
  height: auto;
  margin: 0;
}

@media (max-width: 1023px) {
  .slp-login {
    padding: 20px 0px 50px;
  }
  .slp-login .slp-heading__red {
    font-size: 25px;
  }
  .slp-login .slp-heading__red span {
    font-size: 18px;
  }
  .slp-login__text {
    width: 100%;
  }
  .slp-login__form {
    width: 100%;
    margin-bottom: 40px;
  }
  .slp-login__form-main {
    flex-direction: column;
    justify-content: center;
  }
  .slp-login__form-slider {
    width: 70%;
    margin: 0 auto;
  }
}
.slp-pageheader {
  background-color: var(--clr-black90);
  padding: 16px 0;
}
.slp-pageheader__outer {
  display: flex;
  justify-content: space-between;
}
.slp-pageheader__logo {
  display: inline-flex;
  width: 160px;
}
.slp-pageheader__logo img {
  width: 100%;
  height: auto;
}
.slp-pageheader__links {
  display: flex;
  align-items: center;
}
.slp-pageheader__links a {
  padding: 0 8px;
  border-right: 1px solid var(--clr-white);
  color: var(--clr-white);
}
.slp-pageheader__links a:last-child {
  color: var(--clr-red);
  border: none;
}
.slp-pageheader__links a:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .slp-pageheader__logo {
    width: 120px;
  }
}
.slp-sharesec {
  box-shadow: 0px 0px 12px 0px rgba(31, 61, 123, 0.4);
  background-color: #F3F7FF;
  border-radius: 10px;
  padding: 16px;
  display: inline-flex;
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -16px;
}
.slp-sharesec__img {
  margin: 0 auto;
  width: 80%;
  height: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.slp-sharesec__img img {
  width: 100%;
  height: auto;
  display: block;
}
.slp-sharesec__tile {
  width: calc(33.3% - 32px);
  margin: 0 16px;
}
.slp-sharesec__tileimg {
  padding: 16px 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.slp-sharesec__tileimg img {
  width: 100%;
  height: 425px;
}
.slp-sharesec__btn {
  padding: 8px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
  align-items: center;
  border-radius: 5px;
  width: 90%;
  background: var(--btn-color);
  color: var(--clr-white);
  font-weight: 600;
  border: 1px solid var(--btn-color);
  transition: 0.3s;
  position: relative;
  height: 57px;
  margin-bottom: 10px;
}
.slp-sharesec__btn::after {
  content: "";
  position: absolute;
  right: 5%;
  top: 37%;
  width: 20px;
  height: 13px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 4.4543L10.6669 0L12 1.2733L6 7L0 1.2733L1.33312 0.000900222L6 4.4543Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
  transform: rotate(270deg);
  transition: 0.3s;
}
.slp-sharesec__btn:hover {
  color: var(--clr-white);
  transition: 0.3s;
  opacity: 0.8;
}
.slp-sharesec__btn:hover::after {
  margin-right: -3px;
  transition: 0.3s;
}
.slp-sharesec__btn span {
  width: 24px;
  height: 24px;
  margin-left: 16px;
}
.slp-sharesec__btn span svg {
  width: 100%;
  height: 100%;
}
.slp-sharesec__btn span svg path {
  transition: 0.3s;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .slp-sharesec__tileimg img {
    height: 320px;
  }
  .slp-sharesec__btn {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .slp-sharesec {
    padding: 0 0 24px;
    margin: 0 0px;
  }
  .slp-sharesec__img {
    width: 70%;
    height: auto;
  }
  .slp-sharesec__tile {
    width: calc(50% - 32px);
    margin: 0 16px;
  }
  .slp-sharesec__tileimg img {
    height: auto;
  }
}
@media (max-width: 767px) {
  .slp-sharesec {
    margin: 0px;
    padding: 0 0 24px;
  }
  .slp-sharesec__img {
    width: 100%;
    height: auto;
  }
  .slp-sharesec__tile {
    width: calc(100% - 32px);
    margin: 0 0px;
  }
  .slp-sharesec__tileimg {
    padding: 16px 8px;
  }
  .slp-sharesec__tileimg img {
    width: 100%;
    height: auto;
  }
}
.slp-share {
  padding: 40px 0;
}