*{
	font-family: Montserrat;
	box-sizing: border-box;
}

body{
    width: 100%;
    overflow-x: hidden;
}
a{
	cursor: pointer;
	text-decoration: none;
}

ul,
ol{
	margin: 0;
	padding:0;
}

h3{
	font-weight: 700 !important;
}
p{
	font-family: Lato, Arial, Helvetica, sans-serif !important;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 15px !important;
}
p a{
	background: linear-gradient(90deg,#f5286e,#fc6d43);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #f84a5a;
}
.mt-20{
	margin-top: 20px !important;
}
.mt-30{
	margin-top: 30px !important;
}
.mt-50{
	margin-top: 50px !important;
}
.mt-100{
	margin-top: 100px !important;
}

.mt-150{
	margin-top: 150px !important;
}
.text-center{
	text-align: center;
}
.un-footer-top {
  max-width: 1195px;
  margin: 0 auto;
}
.un-footer-bottom {
  max-width: 1195px;
  margin: 0 auto;
}
footer.un-footer {
  background-color: #ffffff;
  width: 100%;
  max-width: 100%;
}
.scrollto {
 margin: 20px auto;
 cursor: pointer;
 text-align: center;
}
.scrollto a.scroll {
  background-color: transparent;
}
.talk-to-team-sticky-btn {
  position: fixed;
    bottom: 80px;
    right: 37px;
    z-index: 12;
    transition: all 0.3s ease-in-out 0s;
    opacity: 0;
}
.talk-to-team-sticky-btn.show{
  opacity: 1;
}

.talk-to-team-sticky-btn  a{
  background: linear-gradient(90deg, #F5286E 0%, #FC6D43 100%) !important;
  box-shadow: 0px 5px 15px rgba(245, 40, 110, 0.35);
  border-radius: 8px;
  min-height: 56px;
  width: 250px;
  text-align: center;
  margin-top: 20px;
  line-height: 56px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  -webkit-background-clip: unset !important;
    -webkit-text-fill-color: white !important;
  }
  .talk-to-team-sticky-btn  a:hover {
    background: linear-gradient(90deg, #FC6D43 0%, #F5286E 100%);
    color: #fff;
  }
  .talk-to-team-sticky-btn  a span.img-text-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    align-items: center;
  }
  .talk-to-team-sticky-btn  a span img {
    padding-right: 15px;
    display: block;
  }
  .talk-to-team-sticky-btn  a span.txt-lbl{
    display: block;
  }

 .talk-to-team-sticky-btn a {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700 !important;
  font-size: 20px;
  text-align: center;
  color: #FFFFFF !important;
  }
footer.un-footer{
  z-index: 15;
}

/* Start: Main style */
.u-block {
  padding-top: 0;
  padding-bottom: 26px;
}
.main-container {
  padding-top: 22px;
  padding-bottom: 0;
}
.fw {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}
.fw-social {
  width: 100%;
  max-width: 1168px;
  margin: 0 auto;
}
ul.breadcrumbs-list{
	display: flex;
	font-size: 13px;
	font-weight: 500;
  list-style-type: none;
}
ul.breadcrumbs-list li:after{
	content: url('../img/breadcrumbs-arrow.svg');
	margin: 0 8px;	
}
ul.breadcrumbs-list li:last-child:after{
	content: none;
}
ul.breadcrumbs-list li a{
	color: #78818B;
}
ul.breadcrumbs-list li.active a{
	color: #000;
}
.top-banner{
  width: 100%;
  height: 780px;
  background: url(../img/get-featured/aws-get-featured-banner.jpg) no-repeat center top;
  background-size: cover;
  display: flex;
  align-items: center;
}
.top-banner .hero-content{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.top-banner .hero-content .hero-heading{
  width: 100%;
  max-width: 560px;
  padding: 194px 0 191px;  
}
.top-banner .hero-content .hero-heading article{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.top-banner .hero-content .hero-heading article h1{
  font-family: Montserrat;
  font-size: 64px;
  font-weight: 700;
  line-height: 78px;
  text-align: center;
  color: #fff;
  margin: 0 !important;
}
.top-banner .hero-content .hero-heading article p{
  font-family: Lato;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  text-align: center;
  color: #fff;
  margin-top: 13px;
  margin-bottom: 0 !important;
}
.top-banner .hero-content .hero-heading .talk-team{
  width: 250px;
  height: 56px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 5px 15px rgba(245, 40, 109, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 27px;
}
.top-banner .hero-content .hero-heading .talk-team span{
  display: inline-block;
  background: linear-gradient(90deg,#f5286e,#fc6d43);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #f84a5a;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 700;
}

.differentiation{
  padding: 140px 0;
  background-color: #F6F6F6;
}
.differentiation .differentiation-cards{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.differentiation .differentiation-cards .differentiation-card{
  height: 350px;
  width: 100%;
  max-width: 368px;
  border-radius: 20px;
  padding: 38px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.differentiation .differentiation-cards .differentiation-card .differentiation-deal-icon{
  width: 78px;
  height: auto;
}
.differentiation .differentiation-cards .differentiation-card article h2{
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  text-align: center;
  margin-top: 24.18px;
}
.differentiation .differentiation-cards .differentiation-card article p{
  margin-top: 18px;
  font-family: Lato;
  font-size: 18px;
  font-weight: 800;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: center;
  font-family: Lato;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  text-align: center;
  margin-top: 16px;
}
.differentiation .differentiation-cards .differentiation-card p strong{
  background: linear-gradient(90deg,#f5286e,#fc6d43);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #f84a5a;
}
.social-features{
  padding: 50px 0 40px;
}
.social-features article h2{
  font-family: Montserrat;
  font-size: 36px !important;
  font-weight: 700;
  line-height: 44px;
  text-align: center;
}
.social-features article p{
  font-family: Lato;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  text-align: center;
  margin-top: 21px;
  padding-left: 10px;
padding-right: 10px;
}
.social-features .social-tabs-top{
  width: 100%;
  display: flex;
  justify-content: center;
  list-style-type: none;
  padding: 20px 0 0;
  border-bottom: 1px solid #ddd;
}   
.social-features .social-tabs-top li .social-tab {
  width: 268px;
  height: 100%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 30px 0;
  cursor: pointer;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  color: #1E1F22;
  border-bottom: 2px solid #1877F2;
}
.social-features .social-tabs-top li #tab2.social-tab{
  border-bottom-color: #E75066;
}
.social-features .social-tabs-top li #tab3.social-tab{
  border-bottom-color: #010101;
}
.social-features .social-tabs-top li #tab4.social-tab{
  border-bottom-color: #ff0000;
}
.social-features .social-tabs-top li a.inactive{
  color: #d2d2d3;
  border-bottom: 0;
}

.social-tab .fb{
  width: 50px;
  height: 50px;
}
.social-tab .soc-icn:before{
  content: '';
  width: 50px;
  height: 50px;
  display: inline-block;
}
.social-tab .fb:before{  
  background: url(../img/get-featured/aws-fb-active.svg) no-repeat center;
  background-size: 100% auto;  
}
.social-tab .insta:before{
  background: url(../img/get-featured/aws-insta-active.svg) no-repeat center;
  background-size: 100% auto;
}
.social-tab .tiktok:before{
  height: 37.60083770751953px;
  width: 33.27489471435547px;
  background: url(../img/get-featured/aws-tiktok-active.svg) no-repeat bottom;
  background-size: 100% auto;
}
.social-tab .youtube:before{
  height: 50px;
  width: 50px;
  background: url(../img/get-featured/aws-youtube-ic-act.png) no-repeat bottom;
  background-size: 100% auto;
}
.social-tab .des-text{
  margin-left: 13px;
}
.social-tab .des-text article h2{
  font-family: Montserrat;
  font-size: 24px !important;
  font-weight: 700;
  line-height: 29px;
  color: #E3E3E3;
  margin: 0;
  text-align: left;
}
.social-tab .des-text article p{
  font-family: Lato;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #E3E3E3;
  text-align: left;
  margin: 0 !important;
  padding: 0 !important;
}

.social-tab.inactive .fb:before{
  background: url(../img/get-featured/aws-fb.svg) no-repeat center;
  background-size: 100% auto;
}
.social-tab.inactive .insta:before{
  background: url(../img/get-featured/aws-insta.svg) no-repeat center;
  background-size: 100% auto;
}
.social-tab.inactive .tiktok:before{
  height: 37.60083770751953px;
  width: 33.27489471435547px;
  background: url(../img/get-featured/aws-tiktok.svg) no-repeat center top;
  background-size: 100% auto;
}
.social-tab.inactive .youtube:before{
  height: 50px;
  width: 50px;
  background: url(../img/get-featured/aws-youtube-ic-inact.png) no-repeat center top;
  background-size: 100% auto;
}
.social-tab.inactive .des-text article h2{
  color: #E3E3E3;
}
.social-tab.inactive .des-text article p{
  color: #E3E3E3;
}
.social-features-container{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-start;
}
.social-tabs-container{
  margin-top: 70px;
  overflow-x: auto;
}
.social-features-container .social-features-image{
  border-radius: 8px;
  height: 247px;
  overflow: hidden;
}
#tab1C .social-features-container .social-features-image:nth-child(6n +1) {
  flex: 0 0 36%;
}
#tab1C .social-features-container .social-features-image:nth-child(6n +2) {
  flex: 0 0 25%;
}
#tab1C .social-features-container .social-features-image:nth-child(6n + 3) {
  flex: 0 0 36%;
}
#tab1C .social-features-container .social-features-image:nth-child(6n + 4) {
  flex: 0 0 28%;
}
#tab1C .social-features-container .social-features-image:nth-child(6n + 5) {
  flex: 0 0 41%;
}
#tab1C .social-features-container .social-features-image:nth-child(6n + 6) {
  flex: 0 0 28%;
}

#tab1C .social-features-container .social-features-image:nth-child(3) a {
  display: flex;
}
.social-features-container.tiktok .social-features-image{
  height: 550px;
  max-width: 24%;
}
.social-features-container.youtube-sc .social-features-image{
  height: 550px;
  max-width: 24%;
}

#tab2C .social-features-container .social-features-image:nth-child(6n +1) {
  flex: 0 0 36%;
}
#tab2C .social-features-container .social-features-image:nth-child(6n + 2) {
  flex: 0 0 25%;
}
#tab2C .social-features-container .social-features-image:nth-child(6n + 3) {
  flex: 0 0 36%;
}
#tab2C .social-features-container .social-features-image:nth-child(6n + 4) {
  flex: 0 0 28%;
}
#tab2C .social-features-container .social-features-image:nth-child(6n + 5) {
  flex: 0 0 41%;
}
#tab2C .social-features-container .social-features-image:nth-child(6n + 6) {
  flex: 0 0 28%;
}
/* #tab2C .social-features-container .social-features-image:first-child a,
#tab2C .social-features-container .social-features-image:nth-child(4) a,
#tab2C .social-features-container .social-features-image:nth-child(7) a {
  display: flex;
} */


.tiktok-embed {
  margin: 0 auto;
  border-radius: 8px;
  min-width: 100% !important;
}
.social-features-container.tiktok .social-features-image .content-details {
  -webkit-transform: translate(-50%, -80%);
  -moz-transform: translate(-50%, -80%);
  transform: translate(-50%, -80%);
}
.social-features-container.youtube-sc .social-features-image .content-details {
  -webkit-transform: translate(-50%, -80%);
  -moz-transform: translate(-50%, -80%);
  transform: translate(-50%, -80%);
}
.social-features-container .social-features-image a {
display: block;
-webkit-background-clip: unset !important;
-webkit-text-fill-color: white !important;
background-image: none !important;
}
.social-features-container .social-features-image img{
  height: 100%;
object-fit: cover;
}
.social-features-container .social-features-image2 {
  width: 896px;
  margin: 0 auto;
  border-radius: 13px;
  overflow: hidden;
}
.youtube-video{
  height: 415px;
}

/* FAQ */
.featured-faq .h2{
  font-family: Montserrat;
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
  text-align: center;
}
.featured-faq #social-tabs{
  width: 100%;
  display: flex;
  justify-content: center;
  list-style-type: none;
  padding: 20px 0 30px;
}   
.featured-faq #social-tabs li a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 40px;
  cursor: pointer;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  color: #1E1F22;
  border-bottom: 2px solid #f84a5a;
}
.featured-faq #social-tabs li a.inactive{
  color: #d2d2d3;
  border-bottom: 0;
}
.featured-faq .accordion, .accordion-2 {
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0em;
  transition: 0.4s;
  display: flex;
  padding: 30px;
  position: relative;
}
.featured-faq .panel, .panel-2 {
  font-family: Montserrat;
  font-size: 17px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  display: none;
  overflow: hidden;
  padding: 0 30px;
}
.featured-faq .panel p, .panel-2 p{
  font-family: Montserrat;
  font-size: 17px;
  font-weight: 400;
  line-height: 22px;
}
.featured-faq .accordion:after, .accordion-2:after{
  content: '';
  background: url(../img/deals-exp/aws-r-arrow.svg) no-repeat center center;
  background-size: 100%;
  height: 13.36579704284668px;
  width: 7.69272518157959px;
  display: inline-block;
  margin-left: auto;
  transition: all 0.3s ease-in-out;
  position: absolute;
  right: 30px;
  top: 35px;
}
.work-with-us-form{
  margin-bottom: -60px;
  padding-bottom: 60px;
}

@media only screen and  (max-width:1365px) {
  .u-block {
    padding-bottom: 22px;
  }
  .top-banner .hero-content{
    flex-direction: column;
    padding: 142px 18px 137px;
  }  
  .featured-faq .h2{
    font-size: 30px;
  }
  .featured-faq .accordion, .accordion-2 {
    padding: 18px;
    font-size: 18px;
  }
  .featured-faq .panel {
    font-size: 15px;
    padding: 0 18px;
  }
  .featured-faq .accordion:after, .accordion-2:after{
    top: 23px;
  }
  .fw {
    max-width: 100%;
    padding-left: 18px;
    padding-right: 18px;
  }
  .social-features-container {
    max-width: 930px;
    margin: 0 auto;
  }
  .social-features-container.tiktok {
    max-width: 580px;
    margin: 0 auto;
  }
  .social-features-container.youtube-sc {
    max-width: 580px;
    margin: 0 auto;
  }
  .differentiation .differentiation-cards{
    flex-direction: column;
    row-gap: 30px;
    align-items: center;
  }
  .social-features-container .social-features-image {
    height: 247px;
    width: 268px;
  }
  .social-features-container .social-features-image img{
    object-fit: cover;
    height: 100%;
  }
  .social-features-container{
    justify-content: flex-start;
    min-width: 890px;
  }
  .social-features-container.tiktok{
    min-width: 1142px;
  }
  .social-features-container.youtube-sc{
    min-width: 0;
  }
  .talk-to-team-sticky-btn{
    right: 20px;
  }
  .talk-to-team-sticky-btn a {
    font-size: 16px;
    width: 220px;
  }
}
@media only screen and  (max-width:1023px) {
  .top-banner{
    height: 100%;
    background-size: auto 100%;
  }
  .top-banner .hero-content .hero-heading article h1{
    font-size: 36px;
  }
  .differentiation .differentiation-cards .differentiation-card{
    padding: 38px 22px;
  }
  .social-features article h2{
    font-size: 30px !important;
  }
  .differentiation, .social-features{
    padding: 80px 0;
  }

  .social-features-container {
    margin: 0 auto;
    padding: 0 20px;
  }
  /* .social-features-container .social-features-image {
    height: 152px;
  } */
  .social-features .social-tabs-top{
    justify-content: space-between;
    padding: 0 18px;
  }
  .social-features .social-tabs-top li .social-tab{
    width: auto;
  }
  .featured-faq .accordion:after, .accordion-2:after{
    right: 8px;
  }
}
@media only screen and  (max-width:767px) {
  
  .social-tab .des-text article h2{
    font-size: 17px !important;
  }
  .social-tab .fb {
    width: 36px;
    height: 36px;
  }
  .social-tab .soc-icn:before {
    height: 36px;
    width: 36px;
  }
  .social-tab.inactive .tiktok:before {
    width: 30px;
    height: 36px;
  }
  .social-tab.inactive .youtube:before{
    height: 36px;
    width: 36px;
  }
  .social-tab .soc-icn  {
    margin: 6px auto !important;
    text-align: center;
  }
 
  .featured-faq .accordion:after{
    right: 0;
  }
  .talk-to-team-sticky-btn{
    right: 21px;
    bottom: 27px;
  }
  .talk-to-team-sticky-btn a {
    width: 56px;
  }
  .talk-to-team-sticky-btn a span img {
    padding-right: 0 !important;
  }
  .talk-to-team-sticky-btn a span.txt-lbl{
    display: none !important;
  }
}
@media only screen and (max-width:568px) {
  .social-features .social-tabs-top li .social-tab {
    flex-direction: column;
    width: auto;
    justify-content: flex-start;
  }
  .social-tab .des-text article h2 {
    text-align: center;
  }
  .social-tab .des-text article p {
    text-align: center;
    padding: 0 !important;
  }
  .social-tab .des-text {
    margin: 6px 0 0 0;
  }
}
@media only screen and (max-width:400px) {
  .social-tab .des-text article h2{
    font-size: 14px;
  }
  .social-tab .des-text article p{
    font-size: 12px;
  }
  .social-features .social-tabs-top li .social-tab{
    flex-direction: column;
    width: auto;
    justify-content: flex-start;
  }
  
  .social-features-container{
    justify-content: flex-start;
  }
  .top-banner .hero-content .hero-heading{
    padding: 0;
  }
  .social-features-container {
    max-width: 330px;
  }
  
}

.social-features-image {
  position: relative;
}

.social-features-image .content-overlay {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.social-features-image:hover .content-overlay {
  opacity: 1;
}

.content-image {
  width: 100%;
}

.content-details {
  position: absolute;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.social-features-image:hover .content-details {
  top: 50%;
  left: 50%;
  opacity: 1;
}

.content-details h3 {
font-family: 'Lato';
font-style: normal;
font-weight: 700;
font-size: 14px !important;
line-height: 151%;
color: #FFFFFF !important;
display: flex;
align-content: center;
justify-content: flex-start;
align-items: center;
}
.content-details h3 img {
  padding-right: 5px;
}

.content-details p {
font-family: 'Lato';
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 151%;
color: #FFFFFF;
}

.fadeIn-bottom {
  top: 80%;
}
.social-tab .fb-text article h2 {
  color: #1877F2;
}
.social-tab .fb-text article p {
  color: #1877F2;
}
.social-tab .insta-text article h2 {
  color: #E75066;
}
.social-tab .insta-text article p {
  color: #E75066;
}

.social-tab .tik-text article h2 {
  color: #010101;
}
.social-tab .tik-text article p {
  color: #010101;
}
.social-tab .tik-text article h2 {
  color: #010101;
}
.social-tab .yt-text article h2 {
  color: #f61c0d;
}
.social-tab .yt-text article p {
  color: #f61c0d;
}
#featured_form_metro {
  display: block;
}
.field-item.metro .select2-container {
width: 100%;
}