body, html {
  margin: 0px;
  padding: 0px;
  background-color: #000000;
  overflow-x: hidden;
}

body {
  position: relative;
}
body .gradient {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  left: 0px;
  top: 0px;
  max-height: 100%;
  width: 100%;
}
body .gradient > img {
  max-height: 100%;
  pointer-events: none;
  min-width: 1920px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Thicc" ,sans-serif;
}

@font-face {
  font-family: "Social";
  src: url("../fonts/Social.otf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Thicc";
  src: url("../fonts/THICCCBOI-Black.ttf");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Thicc";
  src: url("../fonts/THICCCBOI-Bold.ttf");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Thicc";
  src: url("../fonts/THICCCBOI-Light.ttf");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Thicc";
  src: url("../fonts/THICCCBOI-Medium.ttf");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Thicc";
  src: url("../fonts/THICCCBOI-Regular.ttf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Thicc";
  src: url("../fonts/THICCCBOI-Thin.ttf");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Thicc";
  src: url("../fonts/THICCCBOI-SemiBold.ttf");
  font-weight: 600;
  font-style: normal;
}
.container {
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

header {
  padding-top: 25px;
  padding-bottom: 25px;
  position: relative;
  z-index: 2;
}
header .outer__header {
  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;
}
header .outer__header .header__right {
  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;
  width: 100%;
}
header .outer__header .header__right .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
header .outer__header .header__right .content > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 40px;
  min-width: 150px;
  /* background: -webkit-gradient(linear, left top, right top, from(rgba(66, 255, 0, 0.14)), color-stop(101.04%, #DBFF00)); */
  background: linear-gradient(90deg, #fff 0%, #3298fd 101.04%);
  border-radius: 20px;
  text-decoration: none;
  font-size: 16px;
  line-height: 24px;
  color: black;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
  margin-left: 25px;
}
header .outer__header .header__right .content > a:hover {
  opacity: .7;
}
header .outer__header .header__right > ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
header .outer__header .header__right > ul > li {
  margin-right: 35px;
}
header .outer__header .header__right > ul > li > a {
  font-size: 16px;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
header .outer__header .header__right > ul > li > a:hover {
  color: white;
}
header .outer__header .header__right > ul > li:last-child {
  margin-right: 0px;
}
header .outer__header .header__right .socials > ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
header .outer__header .header__right .socials > ul > li {
  margin-right: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
header .outer__header .header__right .socials > ul > li > a {
  font-family: "Social" ,sans-serif;
  font-size: 24px;
  line-height: 27px;
  color: #FFFFFF;
  text-decoration: none;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
header .outer__header .header__right .socials > ul > li > a:hover {
  opacity: .7;
}
header .outer__header .header__right .socials > ul > li:last-child {
  margin-right: 0px;
}
header .outer__header .header__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  z-index: 3;
}
header .outer__header .header__left > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
  margin-right: 50px;
}
header .outer__header .header__left > a:hover {
  opacity: .7;
}

.hero__section {
  padding-top: 90px;
  position: relative;
}
.hero__section > .gradient {
  position: absolute;
  left: 0px;
  top: 250px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hero__section > .gradient > img {
  pointer-events: none;
  min-width: 1440px;
  max-height: 2800px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.hero__section .hero__desc {
  text-align: center;
}
.hero__section .hero__desc > p {
  margin: 0px;
  font-size: 24px;
  color: rgba(255, 255, 255, 0.8);
}
.hero__section .outer__hero {
  position: relative;
  z-index: 3;
  max-width: 1005px;
  margin-left: auto;
  margin-right: auto;
}
.hero__section .outer__hero .hero__media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.hero__section .outer__hero .hero__media > .float__one {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  left: -43px;
  bottom: 30px;
}
.hero__section .outer__hero .hero__media > .float__two {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  top: -30px;
  right: -20px;
}
.hero__section .outer__hero .hero__media > img {
  max-width: calc(100% + 100px);
  width: calc(100% + 100px);
  margin-left: 0px;
}
.hero__section .outer__hero > h1 {
  margin-top: 0px;
  margin-bottom: 80px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(rgba(255, 255, 255, 0.8)));
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.8) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-size: 64px;
  line-height: 72px;
  font-weight: bold;
  text-align: center;
  text-shadow: 0px 4px 5px rgba(0, 0, 0, 0.25);
}
.hero__section .outer__hero > h1 span {
  /* background: -webkit-gradient(linear, left top, left bottom, from(rgba(66, 255, 0, 0.85)), to(#DBFF00)), -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(rgba(255, 255, 255, 0.8))); */
  background: linear-gradient(90deg, #fff 0%, #3298fd 101.04%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.hero__section > img {
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  width: 100%;
  min-width: 1440px;
  max-height: 920px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.article__wrapper {
  position: relative;
  z-index: 2;
  margin-top: 80px;
  background: url("../img/experienceback.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.article__wrapper .outer__article .article__grid {
  margin-top: 80px;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
.article__wrapper .outer__article .article__grid > .elem__article {
  max-width: 440px;
  margin-bottom: -25px;
}
.article__wrapper .outer__article .article__grid > .elem__article .article__content > p {
  margin: 0px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
  line-height: 17px;
  font-weight: 600;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.article__wrapper .outer__article .article__grid > .elem__article .article__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 30px;
}
.article__wrapper .outer__article .article__grid > .elem__article .article__head > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 30px;
}
.article__wrapper .outer__article .article__grid > .elem__article .article__head > h6 {
  margin: 0px;
  font-size: 36px;
  line-height: 42px;
  /* background: -webkit-gradient(linear, left top, left bottom, from(#DBFF00), to(#42FF00)); */
  background: linear-gradient(90deg, #fff 0%, #3298fd 101.04%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-weight: 800;
}
.article__wrapper .outer__article .article__grid > .elem__article:nth-child(odd) {
  margin-right: auto;
}
.article__wrapper .outer__article .article__grid > .elem__article:nth-child(even) {
  margin-left: auto;
}
.article__wrapper .outer__article > h2 {
  margin-top: 0px;
  margin-bottom: 60px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(rgba(255, 255, 255, 0.8)));
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.8) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  text-shadow: 0px 4px 5px rgba(0, 0, 0, 0.25);
  font-size: 55px;
  line-height: 64px;
  font-weight: bold;
  text-align: center;
}

.socials__wrapper {
  position: relative;
  z-index: 2;
  margin-top: 150px;
  padding: 120px 0px;
}
.socials__wrapper .outer__socials {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 70px;
  background: linear-gradient(90deg, black 0%, #3298fd 101.04%);
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.socials__wrapper .outer__socials > .media {
  position: absolute;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  left: -120px;
}
.socials__wrapper .outer__socials > .media > img {
  max-width: 440px;
}
.socials__wrapper .outer__socials .socials__desc {
  max-width: 580px;
  margin-left: auto;
}
.socials__wrapper .outer__socials .socials__desc ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.socials__wrapper .outer__socials .socials__desc ul > li {
  margin-right: 40px;
}
.socials__wrapper .outer__socials .socials__desc ul > li > a {
  font-size: 110px;
  font-family: "Social" ,sans-serif;
  /* background: -webkit-gradient(linear, left top, left bottom, from(#DBFF00), to(#42FF00)); */
  background: linear-gradient(90deg, #fff 0%, #3298fd 101.04%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.47);
}
.socials__wrapper .outer__socials .socials__desc ul > li > a:hover {
  opacity: .7;
}
.socials__wrapper .outer__socials .socials__desc ul > li:last-child {
  margin-right: 0px;
}
.socials__wrapper .outer__socials .socials__desc > h2 {
  margin-top: 0px;
  margin-bottom: 30px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(rgba(255, 255, 255, 0.8)));
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.8) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  text-shadow: 0px 4px 5px rgba(0, 0, 0, 0.25);
  font-size: 55px;
  line-height: 63px;
  font-weight: bold;
}

footer {
  padding-top: 120px;
  padding-bottom: 35px;
  position: relative;
  z-index: 2;
}
footer .footer__top {
  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;
  margin-bottom: 25px;
  position: relative;
}
footer .footer__top a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
  position: relative;
  z-index: 2;
}
footer .footer__top a:hover {
  opacity: .7;
}
footer .footer__top:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  width: calc(50% - 43px);
  height: 1px;
  background-color: #6F6F6F;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
footer .footer__top:after {
  content: "";
  position: absolute;
  right: 0px;
  top: 50%;
  width: calc(50% - 43px);
  height: 1px;
  background-color: #6F6F6F;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
footer .outer__footer > p {
  text-align: center;
  margin: 0px;
  font-size: 24px;
  color: #989898;
  font-weight: 300;
}

.menu__button {
  display: none;
}

@media (max-width: 1200px) {
  .hero__section .outer__hero .hero__media > .float__one img {
    max-width: 100px;
  }

  .hero__section .outer__hero .hero__media > .float__two img {
    max-width: 50px;
  }

  .hero__section .outer__hero .hero__media > .float__two {
    top: 20px;
  }

  footer {
    padding-top: 40px;
  }

  .socials__wrapper .outer__socials {
    max-width: 740px;
  }

  .socials__wrapper .outer__socials .socials__desc > h2 {
    font-size: 45px;
    line-height: 55px;
  }

  .socials__wrapper .outer__socials .socials__desc ul > li > a {
    font-size: 94px;
  }

  .socials__wrapper {
    margin-top: 70px;
  }

  .socials__wrapper .outer__socials > .media > img {
    max-width: 360px;
  }

  .hero__section .outer__hero > h1 {
    margin-bottom: 0px;
    font-size: 54px;
    line-height: 64px;
  }

  .hero__section .hero__desc > p {
    font-size: 20px;
  }

  .hero__section {
    padding-top: 55px;
  }

  .article__wrapper .outer__article .article__grid > .elem__article .article__head > h6 {
    font-size: 30px;
    line-height: 36px;
  }

  .article__wrapper .outer__article .article__grid > .elem__article .article__head > span {
    margin-right: 15px;
  }

  .article__wrapper .outer__article .article__grid > .elem__article .article__head {
    margin-bottom: 15px;
  }

  .article__wrapper .outer__article .article__grid > .elem__article {
    margin-bottom: 0px;
  }
}
@media (max-width: 991px) {
  .hero__section .outer__hero .hero__media > .float__one {
    left: -20px;
    bottom: 60px;
  }

  footer .outer__footer > p {
    font-size: 20px;
  }

  .socials__wrapper {
    margin-top: 30px;
    padding: 60px 0px;
  }

  .socials__wrapper .outer__socials {
    max-width: 540px;
  }

  .socials__wrapper .outer__socials > .media > img {
    max-width: 240px;
  }

  .socials__wrapper .outer__socials .socials__desc > h2 {
    font-size: 36px;
    line-height: 44px;
  }

  .socials__wrapper .outer__socials .socials__desc ul > li > a {
    font-size: 80px;
  }

  .socials__wrapper .outer__socials .socials__desc ul > li {
    margin-right: 30px;
  }

  .hero__section > img {
    min-width: 1140px;
  }

  .article__wrapper .outer__article .article__grid {
    margin-top: 50px;
  }

  .article__wrapper .outer__article .article__grid > .elem__article {
    margin-bottom: 25px;
  }

  .article__wrapper .outer__article > h2 {
    margin-bottom: 40px;
    font-size: 44px;
    line-height: 55px;
  }

  .hero__section .outer__hero > h1 {
    font-size: 44px;
    line-height: 54px;
    margin-bottom: -25px;
  }

  .hero__section {
    padding-top: 35px;
  }

  .hero__section .outer__hero .hero__media {
    margin-bottom: -35px;
  }

  .menu__button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .menu__button > a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .menu__button > a.active > span:nth-child(1) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 7px;
  }
  .menu__button > a.active > span:nth-child(2) {
    opacity: 0;
  }
  .menu__button > a.active > span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    bottom: 7px;
  }
  .menu__button > a > span {
    min-width: 28px;
    position: relative;
    min-height: 2px;
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 5px;
    -webkit-transition: .4s ease all;
    transition: .4s ease all;
    top: 0px;
    bottom: auto;
  }
  .menu__button > a > span:last-child {
    top: auto;
    bottom: 0px;
    margin-bottom: 0px;
  }

  header .outer__header .header__left > a img {
    max-width: 140px;
  }

  header {
    padding: 15px 0px;
    z-index: 4;
  }
  header .outer__header .header__right {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #000000;
    top: -100%;
    -webkit-transition: .7s ease all;
    transition: .7s ease all;
  }
  header .outer__header .header__right > ul {
    -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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .outer__header .header__right > ul > li {
    margin-bottom: 15px;
    margin-right: 0px;
  }
  header .outer__header .header__right > ul > li:last-child {
    margin-bottom: 0px;
  }
  header .outer__header .header__right .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    bottom: 15px;
  }

  header .outer__header .header__right .content > a {
    margin-left: 0px;
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .hero__section .outer__hero .hero__media > .float__one img {
    max-width: 70px;
  }

  .hero__section .outer__hero .hero__media > .float__two img {
    max-width: 35px;
  }

  footer {
    padding-top: 0px;
  }

  .socials__wrapper .outer__socials > .media {
    display: none;
  }

  .socials__wrapper .outer__socials {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .socials__wrapper .outer__socials .socials__desc {
    margin-left: 0px;
  }

  .socials__wrapper .outer__socials .socials__desc > h2 {
    font-size: 30px;
    line-height: 38px;
  }

  .socials__wrapper .outer__socials {
    padding: 30px 45px;
    max-width: 440px;
  }

  .socials__wrapper .outer__socials .socials__desc ul > li > a {
    font-size: 65px;
  }

  .socials__wrapper .outer__socials .socials__desc ul > li {
    margin-right: 15px;
  }

  .article__wrapper .outer__article .article__grid > .elem__article .article__head > h6 {
    text-align: center;
  }

  .article__wrapper .outer__article .article__grid > .elem__article .article__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .article__wrapper .outer__article .article__grid > .elem__article .article__head > span {
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .article__wrapper .outer__article .article__grid > .elem__article .article__head > span > img {
    max-width: 75px;
  }

  .article__wrapper .outer__article .article__grid > .elem__article .article__content > p {
    text-align: center;
  }

  .article__wrapper .outer__article > h2 {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 25px;
  }

  .article__wrapper .outer__article .article__grid > .elem__article .article__head > h6 {
    font-size: 24px;
    line-height: 30px;
  }

  .article__wrapper .outer__article .article__grid > .elem__article {
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero__section .outer__hero .hero__media > img {
    width: calc(100% + 50px);
    max-width: calc(100% + 50px);
  }

  .hero__section .hero__desc > p {
    font-size: 18px;
  }

  .hero__section .outer__hero > h1 {
    font-size: 38px;
    line-height: 44px;
  }

  .hero__section .outer__hero .hero__media {
    margin-bottom: -15px;
  }

  .hero__section .outer__hero > h1 {
    margin-bottom: 0px;
  }

  .socials__wrapper {
    padding-top: 30px;
  }
}
@media (max-width: 480px) {
  .hero__section .outer__hero .hero__media > .float__one img {
    max-width: 45px;
  }

  .hero__section .outer__hero .hero__media > .float__one {
    bottom: 35px;
  }

  .socials__wrapper .outer__socials {
    padding: 20px;
  }

  .socials__wrapper .outer__socials .socials__desc > h2 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 15px;
  }

  .socials__wrapper .outer__socials .socials__desc ul > li > a {
    font-size: 57px;
  }

  .hero__section > img {
    min-width: 940px;
  }

  .article__wrapper .outer__article > h2 {
    font-size: 30px;
    line-height: 36px;
  }

  .hero__section .outer__hero .hero__media {
    margin-bottom: 0px;
  }

  .hero__section .outer__hero > h1 {
    font-size: 32px;
    line-height: 38px;
  }

  .hero__section .hero__desc > p {
    font-size: 16px;
  }
}
@media (max-width: 400px) {
  .article__wrapper .outer__article > h2 {
    font-size: 26px;
    line-height: 32px;
  }

  .hero__section .outer__hero > h1 {
    font-size: 26px;
    line-height: 32px;
  }
}
