/* Default CSS */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, span, video {
   margin: 0;
   padding: 0;
   border: 0;
   outline: 0;
   font-size: 100%;
   background: transparent;
}
table {
   border-collapse: collapse;
   border-spacing: 0;
}
button{
  outline: none !important;
}
input
{
    outline:none !important;
}

h1,h2,h3,h4,h5,h6,p{
  margin:0;
  padding:0;
}
input, button, textarea, select{
  outline: none;
}
.btn.focus, .btn:focus {
  outline: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

ul{
  margin:0;
  padding: 0;
  list-style: none;
}
a{
  margin:0;
  padding:0;
  text-decoration: none;
}
a:hover{
  text-decoration: none;
}
body{
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 500;
  overflow: hidden;
  background: #E2EFFF;
}
html{
  overflow-x: hidden !important;
}
h1 {
  font-style: normal;
  font-weight: 900;
  font-size: 66px;
  line-height: 90px;
  color: #053B5A;
}
h2 {
  font-style: normal;
  font-weight: 900;
  font-size: 55px;
  line-height: 1.5;
  text-align: center;
  color: #053B5A;
}
h3 {
  font-style: normal;
  font-weight: 900;
  font-size: 47px;
  line-height: 1.5;
  color: #053B5A;
}
h4 {
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  color: #FFFFFF;
}
p {
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 42px;
  color: #000000;
}
img{
  width: 100%;
  height: auto;
  display: block;
}


/*---------------1. header_main_area css-----------------------*/
.header_content_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 40px;
}
.logo_area a img {
  max-width: 135px;
  width: 100%;
}
.header_social_area ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header_social_area ul li a img {
  max-width: 40px;
  width: 100%;
  max-height: 40px;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
}
.header_social_area ul li:not(:last-child) a img {
  margin-right: 30px !important;
}
.menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header_social_area ul li a {
  margin: 0;
  display: inline-block;
}
.menu ul li a {
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 33px;
  color: #000000;
  display: inline-block;
  margin: 0 15px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.menu ul li a:hover {
  background: -o-linear-gradient(225deg, #D800B7 0%, #FF0900 49.87%, #FFD300 100%);
  background: linear-gradient(225deg, #D800B7 0%, #FF0900 49.87%, #FFD300 100%);
  -webkit-text-fill-color: transparent;
  color: #FFF;
  background-clip: text;
  -webkit-background-clip: text;
}
.header_main_area {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  content: "";
  z-index: 999;
}
/*Start Humber Icon Design Css*/
.mobile-menu-icon {
  display: none;
}
.all-p-humber {
  width: 30px;
  height: 18px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  z-index: 99;
}
.all-p-humber span {
  display: block;
  position: absolute;
  height: 3px;
  width: 30px;
  background: -o-linear-gradient(225deg, #D800B7 0%, #FF0900 49.87%, #FFD300 100%);
  background: linear-gradient(225deg, #D800B7 0%, #FF0900 49.87%, #FFD300 100%);
  border-radius: 0;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  left: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
.all-p-humber span:nth-child(1) {
  top: 0px;
}
.all-p-humber span:nth-child(2), .all-p-humber span:nth-child(3) {
  top: 8px;
}
.all-p-humber span:nth-child(4) {
  top: 16px;
}
.all-p-humber.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.all-p-humber.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}
.all-p-humber.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}
.all-p-humber.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
/*End Humber Icon Design Css*/

/*----------------2. banner_main_area css-------------------*/
.banner_main_area {
  background: url(../images/banner.png) no-repeat scroll 0 0 / cover;
  padding-top: 210px;
  padding-bottom: 120px;
}
.banner_content_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.left_banner_area{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.right_banner_area{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.banner_txt h1 {
  margin-bottom: 25px;
}
.banner_txt p {
  margin-bottom: 80px;
}
.btn_style_1 {
  display: inline-block;
  font-family: 'Titan One', cursive;
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 32px;
  text-align: center;
  color: #FFFFFF !important;
  background: -o-linear-gradient(top, #2674A1 -37.95%, #053B5A 122.89%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-37.95%, #2674A1), color-stop(122.89%, #053B5A));
  background: linear-gradient(180deg, #2674A1 -37.95%, #053B5A 122.89%);
  border-radius: 60px;
  padding: 20px 60px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn_style_1:hover{
  background: -o-linear-gradient(top, #053B5A -37.95%, #2674A1 122.89%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-37.95%, #053B5A), color-stop(122.89%, #2674A1));
  background: linear-gradient(180deg, #053B5A -37.95%, #2674A1 122.89%);
  color: #FFF;
}
/*------------------3.video_main_area css------------*/
.video_content_area {
  max-width: 900px;
  width: 100%;
  margin: auto;
  padding-top: 75px;
}
.stream_btn_area {
  text-align: center;
  padding: 40px 0 150px;
}
.stream_btn_area a {
  background: -o-linear-gradient(top, #FF0900 0%, #8B0D09 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#FF0900), to(#8B0D09));
  background: linear-gradient(180deg, #FF0900 0%, #8B0D09 100%);
  border-radius: 60px;
}
.stream_btn_area a:hover{
  background: -o-linear-gradient(top, #8B0D09 0%, #FF0900 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#8B0D09), to(#FF0900));
  background: linear-gradient(180deg, #8B0D09 0%, #FF0900 100%);
  color: #FFF;
}
/*iframe poster code*/

.video { 
  position: relative; 
  padding-bottom: 56.25%;
  height: 0;
  z-index: 3; 
}
.video img { 
  position: absolute; 
  display: block; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; 
  z-index: 20; 
  cursor: pointer; 
}
.video.player iframe {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-radius: 30px !important;
}
.video iframe { 
  position: absolute; 
  top: 0; 
  left: 0;
  width: 100%; 
  height: 100%; 
}

/* image poster clicked, player class added using js */
.video.player img { display: none; }
.video.player:after { display: none; }
/*---------------------4.beacome_serverowner_main_area css----------------------*/
.server_owner_logo a {
  max-width: 360px;
  width: 100%;
  display: block;
  margin: auto;
  position: relative;
  top: 20px;
}
.beacome_serverowner_main_area {
  position: relative;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.beacome_serverowner_main_area .beacome_overlay{
  position: relative;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}



.beacome_serverowner_content{
  position: absolute;
  z-index: 99;
  top: 0;
  width: calc(100% - 24px);
  margin-top: 24px;
}

.beacome_serverowner_content .server_owner_logo{
  position: absolute;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -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;
}

.beacome_serverowner_content .server_owner_logo img{
  width: 40%;
}
.beacome_serverowner_content .server_owner_logo h2{
  width: 60%;
  margin-top: 30px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  font-weight: 900;
  color: #053B5A;
}

/* .server_owner_logo h2 {
  max-width: 700px;
  width: 100%;
  margin: auto;
  padding: 100px 0 210px;
} */
/*---------------------5.service_managment_main_area css---------------------------*/
.service_managment_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.service_managment_main_area {
  padding-top: 64px;
}
.left_service_managment {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.right_service_managment{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.service_managment_images {
  max-width: 500px;
  width: 100%;
}
.service_managment_txt p {
  margin-top: 10px;
}
/*------------------6.install_plugin_main_area css---------------------*/
.install_plugin_main_area {
  padding-top: 64px;
}
.flex_class {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex_1{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.install_plugin_txt p {
  max-width: 555px;
  width: 100%;
}

.right_install_plugin .single-plugin {
  height: 100px;
  width: 110px;
  background: -o-linear-gradient(top, #1FC2F8 35.7%, #046281 102.32%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(35.7%, #1FC2F8), color-stop(102.32%, #046281));
  background: linear-gradient(180deg, #1FC2F8 35.7%, #046281 102.32%);
  border-radius: 10px;
  -webkit-transition: all .5s ease-in;
  -o-transition: all .5s ease-in;
  transition: all .5s ease-in;
  -webkit-transform: rotate(-30deg);
      -ms-transform: rotate(-30deg);
          transform: rotate(-30deg);
  position: relative;
}

.right_install_plugin .single-plugin:hover{
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

.right_install_plugin .single-plugin img{
  height: 110px;
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
  -webkit-transition: all .5s ease-in;
  -o-transition: all .5s ease-in;
  transition: all .5s ease-in;
  top: -5px;
  position: relative;
  width: 100%;
  left: 0;
}

.right_install_plugin .single-plugin:hover img{
  -webkit-transform: scale(.6);
      -ms-transform: scale(.6);
          transform: scale(.6)
}

/*------------------7.staff_main_area css---------------------*/
.staff_images ul li .single-hire-staff {
  max-width: 160px;
  width: 100%;
  display: inline-block;
}
.staff_images ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: space-between;
  padding-top: 30px;
  max-width: 600px;
  width: 100%;
  margin: auto;
}
.staff_images ul li .single-hire-staff > img {
  max-width: 140px;
  width: 100%;
}
.staff_images ul li .single-hire-staff {
  display: inline-block;
  background: -o-linear-gradient(top, #1FC2F8 35.7%, #046281 102.32%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(35.7%, #1FC2F8), color-stop(102.32%, #046281));
  background: linear-gradient(180deg, #1FC2F8 35.7%, #046281 102.32%);
  border-radius: 21px;
  padding: 20px 0 30px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: relative;
}
.staff_images ul li .single-hire-staff:hover{
  -webkit-transform: rotate(-30deg);
          -ms-transform: rotate(-30deg);
      transform: rotate(-30deg);
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.overly_icon img {
  max-width: 40px;
  width: 100%;
  margin: auto;
  -webkit-transform: rotate(30deg);
          -ms-transform: rotate(30deg);
      transform: rotate(30deg);
  padding-bottom: 15px;
}
.overly_icon h4 {
  padding: 15px 0 0;
}
.hire_staff_content.flex_class {
  -webkit-box-align: start;
      -ms-flex-align: start;
              -ms-grid-row-align: flex-start;
          align-items: flex-start;
}
.staff_images ul li {
  margin: 0 15px;
}
.staff_txt_area p {
  max-width: 550px;
  width: 100%;
}
.staff_main_area {
  padding-top: 64px;
}
.overly_icon {
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: absolute;
  bottom: -80px;
  background: #0A779B;
  width: 100%;
  border-bottom-right-radius: 21px;
  border-bottom-left-radius: 21px;
}
.staff_images ul li .single-hire-staff:hover .overly_icon{
  visibility: visible;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
/*----------------8.playstore_main_area css-------------------*/
.right_playstore_area ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
}
.right_playstore_area ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 20px);
          flex: 0 0 calc(50% - 20px);
  margin: auto;
  margin-top: 25px;
  margin-bottom: 25px;
}
.right_playstore_area ul li a img {
  max-width: 120px;
  width: 100%;
  margin: auto;
  height: 115px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: scale(1.0);
          -ms-transform: scale(1.0);
      transform: scale(1.0);
}
.right_playstore_area ul li a {
  position: relative;
  margin-bottom: 0;
  display: block;
  padding: 20px 40px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.right_playstore_area ul li a:after {
  content: "";
  position: absolute;
  width: 230px;
  height: 148px;
  background: -o-linear-gradient(top, #1FC2F8 35.7%, #046281 102.32%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(35.7%, #1FC2F8), color-stop(102.32%, #046281));
  background: linear-gradient(180deg, #1FC2F8 35.7%, #046281 102.32%);
  border-radius: 10px;
  top: 0;
  z-index: -1;
  -webkit-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all;
}
.right_playstore_area ul li a:hover:after {
  width: 180px;
  height: 100px;
  -webkit-transform: rotate(-20.76deg);
          -ms-transform: rotate(-20.76deg);
      transform: rotate(-20.76deg);
  top: 35px;
  left: 55px;
}
.price_values h4 {
  font-family: Titan One;
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 32px;
  text-align: center;
  color: #211A1A;
}
.right_playstore_area ul li a:hover img{
  -webkit-transform: scale(1.3);
          -ms-transform: scale(1.3);
      transform: scale(1.3);
}
.price_values {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  bottom: 10px;
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  content: "";
  -webkit-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all;
}
.right_playstore_area ul li a:hover .price_values {
  bottom: -35px;
  visibility: visible;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.playstore_txt_area p {
  max-width: 555px;
  width: 100%;
}
.playstore_main_area {
  padding-top: 64px;
}
/*--------------------9.event_main_area css----------------------*/
.enjoy_event_content{
  position: relative;
}
.enjoy_event_txt {
  text-align: center;
  position: relative;
  z-index: 9;
}
.enjoy_event_txt p {
  max-width: 500px;
  width: 100%;
  margin: auto;
  padding: 20px 0 50px;
}
.event_left_para p {
  font-size: 16px;
  max-width: 137px;
  width: 100%;
  line-height: 23px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.event_left_para p:after {
  content: "";
  position: absolute;
  width: 145%;
  height: 145%;
  left: -15px;
  top: -25px;
  background: url(../images/cloud_1.png) no-repeat scroll 0 0 / cover;
  z-index: -1;
}
.event_left_para {
  position: relative;
  top: -210px;
}
.box_images {
  max-width: 300px;
  width: 100%;
  position: relative;
  top: -20px;
  left: -25px;
}
.event_right_man {
  position: relative;
  top: -710px;
}
.event_right_man p {
  font-size: 16px;
  max-width: 155px;
  width: 100%;
  line-height: 23px;
  text-align: center;
  position: relative;
  z-index: 1;
  margin-left: auto;
  right: -50px;
}
.event_right_man p:after {
  content: "";
  position: absolute;
  width: 145%;
  height: 155%;
  left: -45px;
  top: -25px;
  background: url(../images/cloud_2.png) no-repeat scroll 0 0 / cover;
  z-index: -1;
}
.box_images_two {
  max-width: 400px;
  width: 100%;
  margin-left: auto;
  position: relative;
  right: -15px;
  top: 20px;
}
.event_main_area {
  padding-top: 64px;
  margin-bottom: -700px;
}
/*---------------10. discord_main_area css--------------*/
.discord_main_area {
  position: relative;
  z-index: 1;
  background: url(../images/discord_bg.png) no-repeat scroll 0 0 / cover;
  padding-top: 295px;
}
.discord_content_area h2 {
  font-family: Titan One;
  font-style: normal;
  font-weight: normal;
  font-size: 90px;
  line-height: 90px;
  text-align: center;
  color: #09354E;
  text-shadow: 5px 5px 4px #FFF;
}
.discord_content_area p {
  max-width: 690px;
  text-align: center;
  margin: auto;
  width: 100%;
  padding: 50px 0 40px;
}
.discord_img {
  max-width: 350px;
  width: 100%;
  margin: auto;
}
.discord_content_area {
  text-align: center;
}
.discord_content_area a {
  margin: 50px 0 70px;
}
/*--------------------11.footer_main_area css------------------*/
.footer_main_area {
  background: #135378;
  padding: 40px 0 20px;
}
.footer_content_area {
  text-align: center;
}
.footer_content_area p {
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 20px;
}
.footer_subscribe_area form #mce-EMAIL {
  border: 2px solid #FFFFFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 14px;
  background: transparent;
  color: #FFF;
  display: inline-block;
  padding: 10px 20px;
  width: 100%;
  max-width: 340px;
}
#mc-embedded-subscribe {
  background: -o-linear-gradient(top, #FF0900 0%, #8B0D09 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#FF0900), to(#8B0D09));
  background: linear-gradient(180deg, #FF0900 0%, #8B0D09 100%);
  border-radius: 60px;
  border: none;
  font-family: Titan One;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  color: #FFFFFF;
  display: inline-block;
  padding: 13px 40px;
  margin-left: 20px;
}
.footer_social_area ul li a img{
  max-width: 42px;
  width: 100%;
  max-height: 42px;
  display: inline-block;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer_social_area ul {
  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;
  padding: 30px 0 15px;
}
.footer_social_area ul li {
  margin: 0 20px;
}
.copy_right p {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
}

#mc_embed_signup {
  background: transparent !important;
  clear: left;
  font: 14px Helvetica,Arial,sans-serif;
  width: 100%;
}
.man_three_area li button{
  background: -o-linear-gradient(top, #FFFFFF -37.95%, #5D5D5D 122.89%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-37.95%, #FFFFFF), color-stop(122.89%, #5D5D5D));
  background: linear-gradient(180deg, #FFFFFF -37.95%, #5D5D5D 122.89%);
  color: #053B5A !important;
  padding: 18px 25px;
  border: none;
  width: 245px;
}
.man_three_area li button:hover{
  background: -o-linear-gradient(top, #5D5D5D -14.73%, #FFFFFF 122.89%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-14.73%, #5D5D5D), color-stop(122.89%, #FFFFFF));
  background: linear-gradient(180deg, #5D5D5D -14.73%, #FFFFFF 122.89%);
}
.man_three_area {
  position: relative;
  top: -260px;
  left: 88px;
}
.man_three_area li:not(:last-child){
  margin-bottom: 8px;
}
#mc_embed_signup_scroll {
  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;
          gap: 16px;
}


#mc_embed_signup .foot {
  display: inline;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}