@import url(https://fonts.googleapis.com/css?family=Gothic+A1:100,200,300,regular,500,600,700,800,900);
:root {
  --main1: #2DA5FF;
}

body {
  background-color: #18222D;
  font-family: "Gothic A1", sans-serif;
  color: #fff;
  font-size: 18px;
}

* {
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  width: 100%;
}

h1 {
  font-size: clamp(40px, 7.333vw, 50px);
  font-weight: 900;
  line-height: 150%;
  text-transform: uppercase;
}
h1 span {
  color: var(--main1);
}

h2 {
  font-size: clamp(30px, 4.667vw, 40px);
  font-weight: 900;
  line-height: 150%;
  text-transform: uppercase;
  letter-spacing: 0.3rem;
  margin-bottom: 20px;
}

h3 {
  font-size: clamp(22px, 3.467vw, 30px);
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 15px;
}

p {
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 140%;
}

.memfortpslistt {
  list-style-type: disc;
  padding-left: 20px;
}
.memfortpslistt li {
  margin-bottom: 20px;
  line-height: 140%;
}

section {
  padding: clamp(35px, 7.333vw, 75px) 0;
  margin: clamp(35px, 7.333vw, 75px) 0;
  background-color: #2DA5FF;
  border: 1px solid var(--main1);
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 20px;
}

.memfortpscontainer {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 900px) {
  .memfortpscontainer {
    width: 100%;
    padding: 0 15px;
  }
}

.ooorpo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.memfortpslologo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.memfortpslologo img {
  min-width: clamp(150px, 24.667vw, 220px);
  width: clamp(150px, 24.667vw, 220px);
  border-radius: clamp(15px, 3.067vw, 30px);
  border: 1px solid var(--main1);
}

.mainmnu {
  padding: 0 15px;
}
.mainmnu .memfortpscontainer2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
.mainmnu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(20px, 4.667vw, 50px);
}
.mainmnu a {
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
  -webkit-transition: 0.23s;
  transition: 0.23s;
}
.mainmnu a:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .mainmnu a {
    font-size: 16px;
  }
}

.memfortpsgplbt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.memfortpsgplbt img {
  width: clamp(180px, 28vw, 240px);
}

.memfortpssidebar {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  position: relative;
  margin-top: 50px;
  padding-top: 35px;
  padding-bottom: 35px;
  border-radius: 20px;
  background-color: #2DA5FF;
  border: 2px solid var(--main1);
}
@media (max-width: 768px) {
  .memfortpssidebar {
    min-width: 100%;
    max-width: 100%;
    position: relative;
  }
  .memfortpssidebar .memfortpscontainer2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 20px;
  }
  .memfortpssidebar .memfortpscontainer2 br {
    display: none;
  }
  .memfortpssidebar .memfortpslologo {
    margin-bottom: 0;
  }
  .memfortpssidebar .memfortpslologo img {
    width: 80px;
    min-width: 80px;
  }
}

.memfortpsmain {
  padding-left: 0px;
}
@media (max-width: 768px) {
  .memfortpsmain {
    padding-left: 0;
  }
}

.memfortpsmainscc {
  padding-top: clamp(40px, 9.333vw, 100px);
}
.memfortpsmainscc .memfortpscontainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: clamp(20px, 4vw, 40px);
}
.memfortpsmainscc__rr img {
  border-radius: clamp(15px, 2.667vw, 40px);
  width: 100%;
}
.memfortpsmainscc p {
  color: #A8CA55;
  font-size: 18px;
  margin-top: 40px;
}
.memfortpsmainscc .memfortpsgplbt {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .memfortpsmainscc .memfortpscontainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .memfortpsmainscc__mn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .memfortpsmainscc h1 br {
    display: none;
  }
}

.memfortpsabt .memfortpscontainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}
@media (max-width: 768px) {
  .memfortpsabt .memfortpscontainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.memfortpsabt__on img {
  border-radius: 30px;
}
.bg .memfortpscontainer {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #1F2A38;
  border-radius: 20px;
}

.memfortpsscree__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.memfortpsscree__box img {
  border-radius: 20px;
  width: 100%;
}
.memfortpsscree__item {
  width: 100%;
  padding: 20px 20px;
}
@media (max-width: 992px) {
  .memfortpsscree__item {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .memfortpsscree__item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.memfortpsscree .memfortpsgplbt {
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 60px;
}

.memfortpsfaqsec h2 {
  text-align: center;
}

.memfortpsfaqsec_list {
  margin: 0 auto;
  max-width: 1000px;
  overflow: hidden;
  display: -ms-grid;
  display: grid;
  gap: 30px;
}

.memfortpsfaqsec_item {
  display: block;
  -webkit-transition: 0.23s;
  transition: 0.23s;
  background-color: var(--main1);
  border-radius: 10px;
  padding: 0 30px;
}
.memfortpsfaqsec_item:hover {
  opacity: 0.8;
}

.memfortpsfaqsec_item .memfortpsfaqsec_item__question {
  padding: 20px 0px;
  border-radius: 10px;
  cursor: pointer;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: scale(1);
          transform: scale(1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 20px;
}
.memfortpsfaqsec_item .memfortpsfaqsec_item__question svg {
  -webkit-transition: 0.23s;
  transition: 0.23s;
  min-width: 30px;
  max-width: 30px;
  height: 30px;
  fill: #fff;
}
.memfortpsfaqsec_item .memfortpsfaqsec_item__question.active svg {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}

.memfortpsfaqsec_item .memfortpsfaqsec_item__question h6 {
  padding-right: 0px;
  line-height: 130%;
  font-size: clamp(20px, 3.733vw, 32px);
  margin-bottom: 0;
}

.memfortpsfaqsec_item .memfortpsfaqsec_item__answer {
  display: none;
  padding: 20px 20px;
  margin-top: 5px;
  padding-left: 50px;
}

.memfortpsfaqsec_item .memfortpsfaqsec_item__answer p {
  font-size: clamp(14px, 2.267vw, 20px);
  line-height: 200%;
}

.memfortpsupst__boxi {
  max-width: 900px;
  margin: 0 auto;
  color: #fff;
  border-radius: 20px;
  padding: 50px 30px;
}
.memfortpsupst__boxi h2 {
  text-align: center;
}
@media (max-width: 768px) {
  .memfortpsupst__boxi {
    padding-left: 0;
    padding-right: 0;
  }
}
.memfortpsupst .memfortpsgplbt {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}

footer {
  padding: clamp(35px, 7.333vw, 75px) 0;
  border-top: 2px solid var(--main1);
}
footer .memfortpscontainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  footer .memfortpscontainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 60px;
  }
}
footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
footer ul a {
  color: #fff;
  -webkit-transition: 0.23s;
  transition: 0.23s;
}
footer ul a:hover {
  color: var(--main1);
}
@media (max-width: 768px) {
  footer ul {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
footer .memfortpsf_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .memfortpsf_logo img {
  min-width: 140px;
  width: 140px;
  border-radius: 10px;
  border: 1px solid var(--main1);
}

.memfortpscoooooki {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3000;
  max-width: 1700px;
  margin: 0 auto;
  padding: 50px;
}
.memfortpscoooooki .memfortpscoooooki_sec {
  background: var(--main1);
  color: #fff;
  padding: 40px;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}
.memfortpscoooooki p {
  line-height: 200%;
}
.memfortpscoooooki a {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
}
.memfortpscoooooki .memfortpscoooooki_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #121E2A;
  background-color: #fff;
  border: none;
  padding: 15px 25px;
  border-radius: 15px;
  min-width: 200px;
}
@media (max-width: 768px) {
  .memfortpscoooooki {
    padding: 20px 10px;
  }
  .memfortpscoooooki .memfortpscoooooki_sec {
    padding: 20px 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  .memfortpscoooooki p {
    font-size: 13px;
  }
}

.memfortpstextpage h1 {
  font-size: 60px;
  text-align: center;
  margin-bottom: clamp(50px, 8vw, 70px);
}
@media (max-width: 768px) {
  .memfortpstextpage h1 {
    font-size: 34px !important;
  }
}
.memfortpstextpage a {
  color: var(--main1);
}
.memfortpstextpage a:hover {
  text-decoration: underline;
}
.memfortpstextpage h2 {
  margin-top: 50px;
  font-size: clamp(24px, 3.467vw, 28px);
  text-transform: capitalize;
}