*{
	font-family: Montserrat;
	box-sizing: border-box;
}

body{
    width: 100%;
    overflow-x: hidden;
}
.media-heading, .personalised-guide-section, .multiple-tabs-section, unation-credit-section {
  width: 100%;
  overflow-x: hidden;
}
a{
	cursor: pointer;
	text-decoration: none;
}
.fw{
	max-width: 1195px;
}
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;
}

/* hero banner*/
#video-viewport {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
  }
  video {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .mediakit-video-bg {
    height: 100%;
    overflow: hidden;
  }
  
  .mediakit-video-bg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
  }
  .mediakit-video-bg:after {
    content: "";
    background-color: #000;
    opacity: 0.3;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  
  .mediakit-video-bg .inner {
    display: table;
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    z-index: 2;
  }
  .mediakit-video-bg .inner > div {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    padding: 0 2em;
  }

  .mediakit-hero {
    overflow: hidden;
    height: 675px;
    width: 100%;
    overflow: hidden;
    position: relative;
    min-height: 300px;
    z-index: 15;
    background-color: #ffffff;
  }
  
  
  #video-viewport {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  video {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .mediakit-video-bg {
    height: 100%;
    overflow: hidden;
  }
  
  .mediakit-video-bg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
  }
  .mediakit-video-bg:after {
    content: "";
    background-color: #000;
    opacity: 0.3;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  #video-viewport .video-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    width: 100%;
    height: 100%;
  }
  background
  .mediakit-video-bg .inner {
    display: table;
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    z-index: 2;
  }
  .mediakit-video-bg .inner > div {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    padding: 0 2em;
  }
  
  .bg-overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.6;
    z-index: -9;
    width: 100%;
    height: 100%;
  }
 
  .mediakit-text{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .align-hv {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    max-width: 910px;
    width: 100%;
    margin: 0 auto;
  }
  .single-guide-container .mediakit-hero .mediakit-text h1{
    color: #FFFFFF;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    
  }

  .single-guide-container .mediakit-hero .mediakit-text h1:hover {
    background-size: 0 !important;
  }
.scrollto {
 margin: 20px auto 75px;
 cursor: pointer;
 text-align: center;
}
.scrollto a.scroll {
  background-color: transparent;
}

  .button-group{
    text-align: center;
    width: 250px;
    background-color: #fff;
    margin: 30px auto;
    box-shadow: 0px 5px 15px rgba(245, 40, 110, 0.35);
border-radius: 8px;
overflow: hidden;
height: 56px;
line-height: 56px;
  }
  #video-viewport, #video-viewport video{
    object-fit: cover;
    height: 100%;
    margin-top: -1px;
    margin-bottom: -1px;
  } 
   
  .fullsize-image-overlay{
    height: 100vh;
    width: 100%;
  }

  .mediakit-video-bg .inner > div {
    text-align: left;
    display: table-cell;
    vertical-align: bottom;
    padding: 0 2em 45px;
  }


/*Personalised guide section*/
.media-heading h2 {
  text-align: center;
  margin-top: 60px;
}
#personalised-guide-section .media-heading h2 {
  font-size: 40px !important;
  line-height: 49px !important; 
}
.personalised-guide-section .guide-wrap {
  justify-content: space-between;
  margin-bottom: 60px;
}
.personalised-guide-section .guide-wrap .guide-text-section {
  width: 37%;
}
.personalised-guide-section .guide-wrap .guide-image-section {
  width: 60%;
}

/* Accordion styles */
.personalised-guide-section .tabs {
  overflow: hidden;
}

.personalised-guide-section .tab {
  width: 100%;
  color: white;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  margin-bottom: 18px;
}
.personalised-guide-section .tab-label {
  padding: 1em;
  font-weight: bold;
  cursor: pointer;
  position: relative;
  width: 100%;
  transition: all 0.2s ease-in-out;
}
.personalised-guide-section .tab-label span {
font-family: "Montserrat",Sans-serif;
font-size: 20px;
font-weight: 700;
line-height: 26px;
color: #133240;
}
.personalised-guide-section .tab-label p {
font-style: normal;
font-weight: 400;
font-size: 17px;
line-height: 24px;
color: rgba(29, 29, 31, 0.7);
font-family: Lato, Arial, Helvetica, sans-serif !important;
margin-bottom: 0 !important;
margin-top: 5px;
}

.personalised-guide-section .tab-content p {
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
  color: rgba(29, 29, 31, 0.7);
  font-family: Lato, Arial, Helvetica, sans-serif !important;
  margin-bottom: 0px !important;
 
  }
  .personalised-guide-section .tab-content ul {
    padding-left: 18px;
  }
  .personalised-guide-section .tab-content ul li {
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
    color: rgba(29, 29, 31, 0.7);
    font-family: Lato, Arial, Helvetica, sans-serif !important;
    list-style-type: disc;
 }
.personalised-guide-section .tab-label::after {
content: "";
width: 12px;
height: 12px;
text-align: center;
transition: all 0.35s;
background-image: url(../img/mediakit/plus.png);
background-repeat: no-repeat;
background-size: 100% 100%;
position: absolute;
right: 15px;
top: 23px;
}
.personalised-guide-section .tab-content {
  max-height: 0;
  padding: 0 1em;
  color: #000;
  background: white;
  transition: height 0.3s ease-in-out;
}
.personalised-guide-section .tab-close {
  display: flex;
  justify-content: flex-end;
  padding: 1em;
  font-size: 0.75em;
  background: #F8F2FF;
  cursor: pointer;
}
.personalised-guide-section .tab-close:hover {
  background: #F8F2FF;
}
.personalised-guide-section input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.personalised-guide-section input:checked + .tab-label span {
background-image: linear-gradient(90deg, #F5286E 0%, #FC6D43 38%);
-webkit-background-clip: text !important;
-webkit-text-fill-color: transparent !important;
display: block;
color: #FC6D43;
}
.personalised-guide-section input:checked + .tab-label::after {
  position: absolute;
  right: 15px;
  top: 23px;
  content: "";
  width: 13px;
  height: 2px;
  background-color: #99999966;
  border-radius: 50px;
}
.personalised-guide-section input:checked ~ .tab-content {
  max-height: 1000px;
  padding: 0 1em 1em;
  background: #F2F3FA;
}
.personalised-guide-section input:checked + .tab-label p {
  display: none;
}
.personalised-guide-section input:checked + .tab-label {
  background: #F2F3FA;
}


/* Accordion styles end */

/*Multy tabs Section*/
.multiple-tabs-section {
  padding: 60px 55px;
  background-color: #F2F3FA;
}
.multiple-tabs-section .container {
  width: 100%;
    max-width: 1319px;
    margin: 0 auto;

}
.multiple-tabs-section .bold-para {
  font-family: Montserrat;
  font-style: normal;
font-weight: 700;
font-size: 17px;
line-height: 35px;
color: #000;
}
.multiple-tabs-section .multiple-tab-slider--container .multiple-guide-tabs-text {
  width: 50%;
  margin-top: 40px;
  padding-left: 80px;
  float: left;
  margin-bottom: 30px;
}
.multiple-tabs-section .multiple-tab-slider--container .multiple-guide-tabs-image {
  width: 50%;
  float: right;
  padding-right: 20px;
}
.multiple-tabs-section .multiple-tab-slider--container .multiple-guide-tabs-image img {
  width: 100%;
}
.multiple-tab-slider--nav {
	width: 100%;
	margin-bottom: 40px;
}
.multiple-tabs-section .multiple-tab-slider--container .multiple-guide-tabs-text h2 {
font-family: Montserrat;
font-style: normal;
font-weight: bold;
font-size: 60px !important;
line-height: 74px !important;
}
.multiple-tabs-section .multiple-tab-slider--container .multiple-guide-tabs-text h3 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px !important;
  color: #133240;
  padding-top: 15px;
}
.multiple-tabs-section .multiple-tab-slider--container .multiple-guide-tabs-text p {
font-family: 'Lato' !important;
font-style: normal;
font-weight: 400;
font-size: 17px;
line-height: 24px;
color: rgba(29, 29, 31, 0.7);
margin-bottom: 15px !important;
max-width: 380px;
}
.multiple-tabs .number-list { /*.multiple-tabs-section .multiple-tab-slider--container .multiple-guide-tabs-text */
  list-style: none;
  counter-reset: my-awesome-counter;
  margin-top: 40px;
}
.multiple-tabs .number-list li {
  counter-increment: my-awesome-counter;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: normal;
  margin-bottom: 0;
  color: #1D1D1F;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 16px;
}
.multiple-tabs .number-list li a{
  background-image: linear-gradient(90deg, #F5286E 0%, #FC6D43 80%);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  color: #FC6D43;
  font-weight: normal;
  text-decoration: underline !important;
  margin-right: 5px;
}
.multiple-tabs .number-list li:before {
  content: counter(my-awesome-counter);
  color: #fff;
  background: linear-gradient(90deg, #F5286E 0%, #FC6D43 88.61%);
  font-weight: bold;
  font-family: Montserrat;
  text-align: center;
  border-radius: 100%;
  font-size: 17px;
  width: 41px;
  height: 41px;
  flex: 0 0 41px;
  display: inline-block;
  line-height: 38px;
  margin: 0 20px 0 0;

}
.multiple-tabs-section .multiple-tab-slider--container .multiple-guide-tabs-text .number-list li span {
  padding-left: 55px;
}
.multiple-tabs-section .multiple-tab-slider--container .multiple-guide-tabs-text .social-link-section {
  margin-bottom: 20px;
}
.multiple-tabs-section .multiple-tab-slider--container .multiple-guide-tabs-text .social-link-wrap {
  justify-content: space-between;
  max-width: 442px;
  padding-left: 46px;
}
.multiple-tabs-section .multiple-tab-slider--container .multiple-guide-tabs-text .social-link-wrap .social-links {
  padding-left: 20px;
  list-style: disc;
}
.multiple-tabs-section .multiple-tab-slider--container .multiple-guide-tabs-text .social-link-wrap .social-links li span {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    color: #000000;
}
.multiple-tabs-section .multiple-tab-slider--container .multiple-guide-tabs-text .icon-wrap{
  align-items: flex-start;
  align-self: flex-start;
}
.multiple-tabs-section .multiple-tab-slider--container .multiple-guide-tabs-text .icon-wrap img {
  margin-top: 12px;
}
.multiple-tabs-section .multiple-tab-slider--container .multiple-guide-tabs-text .icon-wrap .icon-text {
  padding-left: 14px;
}
.multiple-tabs-section .multiple-tab-slider--container .multiple-guide-tabs-text .icon-wrap h4 {
  margin-bottom: 0 !important;
  font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 20px !important;
    color: #000;
}
.multiple-tabs-section .multiple-tab-slider--container .multiple-guide-tabs-text .icon-wrap p {
  font-family: Lato;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px !important;
    color: #000;
}
.multiple-tabs-section .multiple-tab-slider--container .multiple-guide-tabs-text .make-deal {
  background-image: linear-gradient(90deg, #F5286E 0%, #FC6D43 80%);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  display: block;
  color: #FC6D43;
}

.multiple-tabs-section .multiple-tab-slider--container .multiple-guide-tabs-text .experience {
  background-image: linear-gradient(90deg, #28D0F5  0%, #43FCDB 80%);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  display: block;
  color: #28D0F5;
}

.multiple-tabs-section .multiple-tab-slider--container .multiple-guide-tabs-text .event-feature {
  background-image: linear-gradient(90deg, #7628F5   0%, #438DFC  80%);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  display: block;
  color: #7628F5;
}

.multiple-tabs-section .multiple-tab-slider--container .multiple-guide-tabs-text .brand {
  background-image: linear-gradient(90deg, #F528E0    0%, #7E43FC   80%);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  display: block;
  color: #F528E0;
}

.multiple-tabs-section .multiple-tab-slider--container .multiple-guide-tabs-text .brand {
  background-image: linear-gradient(90deg, #F528E0    0%, #7E43FC   80%);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  display: block;
  color: #F528E0;
}

.multiple-tabs-section .multiple-tab-slider--container .multiple-guide-tabs-text .social {
  background-image: linear-gradient(90deg, #28D0F5  0%, #43FCDB 80%);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  display: block;
  color: #28D0F5;
}
  
.multiple-tabs .deal-btn {
  background: linear-gradient(90deg, #F5286E 0%, #FC6D43 88.61%);
  width: auto;
  height: 48px;
  text-align: center;
  line-height: 48px;
  padding: 0 30px;
  margin-top: 35px;
  border-radius: 5px;
  display: inline-block;
}
.multiple-tabs .deal-btn a {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700 !important;
  font-size: 16px;
  color: #fff !important;
  -webkit-background-clip: unset !important;
-webkit-text-fill-color: white !important;
background-image: none !important;
line-height: 45px !important;
}
  .multiple-tab-slider--tabs {
	background-color: transparent;
	border-radius: 30px;
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	overflow: hidden;
	height: 56px;
	-webkit-user-select: none;
	   -moz-user-select: none;
		-ms-user-select: none;
			user-select: none;
      justify-content: center;
    width: 100%;
  }

 .multiple-tab-slider--tabs.slide:after {
	left: 50%;
  }
  
 .multiple-tab-slider--trigger {
  background-color: #FFFFFF;
	overflow: hidden;
	padding: 14px 20px;
	border-radius: 5px;
	text-align: center;
	position: relative;
	z-index: 2;
	height: 48px;
	line-height: 18px;
	cursor: pointer;
	display: inline-block;
	transition: all 0.7s ease-in-out;
	-webkit-user-select: none;
	   -moz-user-select: none;
		-ms-user-select: none;
			user-select: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
    width: 208px;
    margin-left: 5px;
    margin-right: 5px;
    
  }

 .multiple-tab-slider--trigger span {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.093617px;
	color: rgba(0, 0, 0, 0.5);
	
  }
 .multiple-tab-slider--trigger.active {
	background-color: #fff;
  
  }

 .multiple-tab-slider--trigger.active  {
	background: linear-gradient(90deg, #F5286E 0%, #FC6D43 88.61%);

  }
  .multiple-tab-slider--trigger.active span {
    color: #fff;
  }
  
 .multiple-tab-slider--body {
  justify-content: center;
  background-color: #fff;
  margin: 0 auto 20px;
  }
  .multiple-tabs-section .slick-slide {
    border-radius: 20px;
  height: auto !important;
  }



/*unation-credit-section */
.unation-credit-section {
  padding: 40px 0 40px;
}
.unation-credit-section .credit-wrap {
  justify-content: center;
}
.unation-credit-section .credit-wrap .credit-image-section {
  width: 43%;
}

.unation-credit-section .credit-wrap .credit-text-section {
  width: 51%;
}
.unation-credit-section .credit-wrap .credit-text-section h2 {
  background-image: linear-gradient(90deg, #F5286E 0%, #FC6D43 80%);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  display: block;
  color: #FC6D43;
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 60px !important;
  line-height: 74px !important;
  margin-bottom: 0;
}
.unation-credit-section .credit-wrap .credit-text-section .sub-head {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  color: #000;
}
.unation-credit-section .credit-wrap .credit-text-section ul {
  padding-left: 23px;
}
.unation-credit-section .credit-wrap .credit-text-section ul li {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 35px;
  color: #1D1D1F;
  list-style-type: disc;
}
.unation-credit-section .credit-wrap .credit-text-section .para {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 27px;
  color: rgba(0, 0, 0, 0.7);
  margin-top: 20px;
}
.desktop-none {
  display: none;
}
.item-slick {
  display: none;
}
.item-slick.current {
  display: block;
}
.about-media .fw{
  padding: 0;
}
.about-media #tabs{
  width: 100%;
  display: flex;
  justify-content: center;
  list-style-type: none;
  padding: 20px 0 0;
  border-bottom: 1px solid #E3E3E3;
}   
.about-media #tabs li a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 53px;
  cursor: pointer;
  border-bottom: 2px solid #f84a5a;
}
.about-media #tabs li a span {
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.0936170220375061px;
  text-align: center;
  background: linear-gradient(90deg,#f5286e,#fc6d43);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #f84a5a;
}
.about-media #tabs li a.inactive{
  background: none;
    background-clip: unset;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: #78818B;
  color: #78818B;
  border-bottom: 0;
}
.about-media .who-content .who-slide{
  padding: 60px 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.about-media .who-content h3 {
  font-family: 'Montserrat';
font-style: normal;
font-weight: 700;
font-size: 64px;
line-height: 78px;
letter-spacing: 0.01em;
color: rgba(120, 129, 139, 0.4);
margin: 0;
word-break: break-word;
max-width: 1000px;
width: 100%;
}
.about-media .who-content h3 span {
  background: linear-gradient(90deg,#f5286e,#fc6d43);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #f84a5a;
}
/*------------------- Who */
.who-slide .slick-dots{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 82px 0 12px;
}
.who-slide .slick-dots li{
  padding: 0 5px;
}
.who-slide .slick-dots li button{
  text-indent: -20000px;
  width: 10px;
  height: 10px;
  background-color: #D9D9D9;
  padding: 0;
}
.who-slide .slick-dots li button:focus{
  border: 0;
  outline: none;
}
.who-slide .slick-dots li.slick-active button{
  background-color: #78818B;
}
/*------------------- What */
.what-container{
  padding: 34px 0 60px;
}
.what-container .what-heading{
  height: 67px;
  width: 1110px;
  margin: 0 auto;
  background-color: rgba(120, 129, 139, 0.03);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.what-container .what-heading h2{
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: 0.0936170220375061px;
  color: #1E1F22;
  margin: 0;
}
.what-container .what-heading h2 span{
  background: linear-gradient(90deg,#f5286e,#fc6d43);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #f84a5a;
}
.what-container .what-content{
  display: flex;
  align-items: center;
  justify-content: center;
}
.what-container .what-content-lef{
  width: 100%;
  max-width: 458px;
}
.what-container .what-content-lef img{
  max-width: 100%;
}
.what-container .what-content-right{
  width: 100%;
  max-width: 593px;
}
.what-container .what-content-right .what-right-heading{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid #f84a5a;
}
.what-container .what-content-right .what-right-heading h3{
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  color: #1E1F22;
  margin: 0;
}
.what-container .what-content-right .what-right-heading img{
  margin-right: 12px;
  width: 24px;
}
.what-container .what-points {
  padding-left: 50px;
  margin: 0 auto;
}
.what-points li{
  margin-top: 28px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.what-points li strong{
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.0009em;
  text-align: right;
  color: #1E1F22;
  width: 82px;
  flex: 0 0 82px;
}
.what-points li .what-points-txt{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Lato;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  text-align: left;
  color: #1E1F22;
}
.what-points li .what-points-txt::before{
  content: '';
  height: 12px;
  width: 18.967741012573242px;
  margin: 0 5px;
  display: inline-block;
  background: url(../img/mediakit/aws-what-polygon.svg) no-repeat center;
  background-size: auto 100%;
  margin-top: 5px;
}
/*------------------- Why */
.why-container{
  display: flex;
  flex-direction: column;
  padding: 49px 0 58px;
}
.why-container .why-top{
  display: flex;
  align-items: center;
}
.why-container .why-top .why-heading{
  height: 67px;
  width: 100%;
  max-width: 690px;
  border-radius: 50px;
  background-color: rgba(120, 129, 139, 0.03);
  display: flex;
  align-items: center;
  justify-content: center;
}
.why-container .why-top .why-heading h2{
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: 0.0936170220375061px;
  color: #1E1F22;
  margin: 0;
}
.why-container .why-top .sub-heading{
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.0936170220375061px;
  color: #1E1F22;
  /* flex: 1 1 auto; */
  text-align: center;
  max-width: 446px;
margin-right: 50px;
width: 100%;
}
.why-container .why-top .why-heading h2 span{
  background: linear-gradient(90deg,#f5286e,#fc6d43);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #f84a5a;
}
.why-bottom{
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.why-bottom .why-bottom-left{
  width: 100%;
  max-width: 595px;
  display: flex;
  flex-direction: column;
  padding-left: 20px;
  padding-right: 40px;
}
.why-bottom .why-bottom-left p{
  font-family: Lato;
  font-size: 10px;
  font-weight: 500;
  line-height: 12px;
  text-align: left;
  color: #78818B;
  margin: 40px 0 0 !important;
}
.why-bottom .why-bottom-left p a{
  color: #7628F5;
  text-decoration: underline;  
}
.why-bottom .why-bottom-right{
  width: 100%;
  max-width: 461px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.why-bottom .why-bottom-right p{
  font-family: Lato;
  font-size: 10px;
  font-weight: 500;
  line-height: 12px;
  text-align: center;
  color: #78818B;
  margin: 10px 0 0 !important;
}
.why-bottom .why-bottom-right p a{
  color: #7628F5;
  text-decoration: underline;  
}
.why-bottom .why-bottom-left h6{
  font-family: Lato;
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
  text-align: justify;
  color: #1E1F22;
  margin: 20px 0 70px;
}
.rating-progress{
  display: block;
}
.rating-progress + .rating-progress {
  margin-top: 13px;
}
.rating-progress .bar{
  height: 44px;
  background: linear-gradient(90deg, #F5286E 0%, #FC6D43 88.61%);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  box-shadow: 0 5px 15px rgba(245, 40, 110, 0.35);
  padding: 4px;
  padding-left: 11px;
  border-radius: 0 50px 50px 0;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  position: relative;
}
.rating-progress .bar .rate-cir{
  height: 36px;
  width: 36px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  font-family: Lato;
  font-size: 15px;
  font-weight: 700;
  line-height: 22px;
  color: #1E1F22;
  margin-left: auto;
  position: absolute;
  right: 4px;
}
/*------------------- Where */
.where-container{
  padding: 22px 0 38px;
}
.where-container .where-heading{
  height: 94px;
  width: 100%;
  max-width: 1110px;
  margin: 0 auto;
  background-color: rgba(120, 129, 139, 0.03);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.where-container .where-heading h2{
  font-family: Montserrat;
  max-width: 916px;
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: 0.0936170220375061px;
  color: #1E1F22;
  margin: 0;
  text-align: center;
}
.where-container .where-heading h2 span{
  background: linear-gradient(90deg,#f5286e,#fc6d43);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #f84a5a;
}
.where-container .where-content{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 29px;
}
.where-container .where-content-left, .where-container .where-content-right{
  width: 100%;
  max-width: 534px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.where-container .where-content-right{
  width: 100%;
  max-width: 482px;
}
.where-container .where-content-left img, .where-container .where-content-right img{
  max-width: 100%;
}
.where-container .where-content-left h6, .where-container .where-content-right h6{
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  margin-top: 0;
  margin-bottom: 21px;
  color: #78818B;
}
.where-container .where-content-left h6 span, .where-container .where-content-right h6 span {
  background: linear-gradient(90deg,#f5286e,#fc6d43);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #f84a5a;
}
.where-container .where-rear-txt{
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  margin-top: 34px;
  text-align: center;
  color: #1E1F22;
  margin: 0 !important;
}

/*------------------- How */
.how-container{
  display: flex;
  padding: 22px 50px 44px;
  justify-content: center;
  align-items: center;
}
.how-container .how-left{
  width: 100%;
  max-width: 679px;
  display: flex;
  flex-direction: column;
}
.how-container .how-left-heading{
  height: 123px;
  width: 100%;
  border-radius: 50px;
  background-color: rgba(120, 129, 139, 0.03);
  display: flex;
  align-items: center;
  justify-content: center;
}
.how-container .how-left-heading h2{
  width: 100%;
  max-width: 577px;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: 0.0936170220375061px;
  color: #1E1F22;
  margin: 0 auto;
  text-align: center;
}
.how-container .how-left-heading h2 span{
  background: linear-gradient(90deg,#f5286e,#fc6d43);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #f84a5a;
}
.how-container .how-right{
  width: 100%;
  max-width: 380px;
  margin-left: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.how-container .how-left .how-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 23px;
  margin-top: 30px;
}
.how-container .how-left .how-grid li{
  width: 100%;
  height: auto;
  border-radius: 10px;
  background-color: #fff;
  padding: 22px 15px 22px 29px;
  box-shadow: 0 0 50px rgba(11, 7, 110, 0.07);
  position: relative;
}
.how-container .how-left .how-grid li .how-grid-card{
  height: auto;
  width: 100%;
  font-family: Lato;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  text-align: justify;
  word-spacing: -2px;
}
.how-container .how-left .how-grid li .how-grid-card span{
  background: linear-gradient(90deg,#f5286e,#fc6d43);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #f84a5a;
}
.how-container .how-left .how-grid li:before{
  content: '';
  height: 16px;
  width: 19px;  
  display: inline-block;
  background: url(../img/mediakit/aws-how-polygon.svg) no-repeat center;
  background-size: auto 100%;
  position: absolute;
  left: -6px;
  top: 24px;
}

/*------------------- Data */
.data-container{
  display: flex;
  padding: 22px 0 44px;
  justify-content: space-between;
  align-items: center;
}
.data-container .data-left{
  width: 100%;
  max-width: 613px;
  display: flex;
  flex-direction: column;
}
.data-container .data-left-heading{
  height: 123px;
  width: 100%;
  border-radius: 50px;
  background-color: rgba(120, 129, 139, 0.03);
  display: flex;
  align-items: center;
  justify-content: center;
}
.data-container .data-left-heading h2{
  width: 100%;
  max-width: 577px;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: 0.0936170220375061px;
  color: #1E1F22;
  margin: 0 auto;
  text-align: center;
}
.data-container .data-left-heading h2 span{
  background: linear-gradient(90deg,#f5286e,#fc6d43);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #f84a5a;
}
.data-container .data-right{
  width: 100%;
  max-width: 405px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.data-container .data-left .data-grid{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.data-container .data-left .data-grid li{
  width: 100%;
}
.data-container .data-left .data-grid li + li{
  margin-top: 10px;
}
.data-container .data-left .data-grid li .data-grid-card{
  height: auto;
  width: 100%;
  border-radius: 10px;
  background-color: #fff;
  padding: 22px 22px 24px 29px;
  box-shadow: 0 0 50px rgba(11, 7, 110, 0.07);
  position: relative;
  font-family: Lato;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
}
.data-container .data-left .data-grid li .data-grid-card span{
  background: linear-gradient(90deg,#f5286e,#fc6d43);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #f84a5a;
}
.data-container .data-left .data-grid li .data-grid-card:before{
  content: '';
  height: 16px;
  width: 19px;  
  display: inline-block;
  background: url(../img/mediakit/aws-how-polygon.svg) no-repeat center;
  background-size: auto 100%;
  position: absolute;
  left: -6px;
  top: 24px;
}

/* -----------Credit section */
.credit-header{
  width: 100%;
  padding: 60px 0;
  text-align: center;
}
.credit-header article h2{
  font-family: Montserrat;
  font-size: 40px !important;
  font-weight: 700;
  line-height: 73px;
  text-align: center;
  color: #1E1F22;
  margin: 0 0 8px;
}
.credit-header article p{
  font-family: Lato;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.0936170220375061px;
  text-align: center;
  color: #78818B ;
  margin: 0 !important;
}
.credit-grid{
  width: 100%;
  max-width: 888px;
  margin: 0 auto;
  padding: 20px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}
.credit-grid .credit-card, .credit-grid .credit-card-2x{
  width: 100%;
  height: 197.37px;
  border-radius: 20px;
  box-shadow: 0 0 50px rgba(11, 7, 110, 0.07);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.credit-grid .credit-card-2x{
  height: 414px;
  align-items: center;
  justify-content: flex-start;
  padding: 39px 60px;
}
.credit-grid .credit-card article {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.credit-grid .credit-card article h2{
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  margin: 0;
  background: linear-gradient(90deg,#f5286e,#fc6d43);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #f84a5a;
}
.credit-grid .credit-card article p{
  font-family: Lato;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  margin: 0 !important;
  color: #1E1F22;
}
.credit-grid .credit-card p.metro {
  width: 100%;
  font-family: Lato;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: center;
  margin: 0 !important;
  color: #78818B;
}
.credit-grid .credit-card-2x {
  grid-column: span 2 / span 2;
}
.credit-grid .credit-card-2x > h2{
  font-family: Montserrat;
  font-size: 20px !important;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  background: linear-gradient(90deg,#f5286e,#fc6d43);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #f84a5a;
  margin: 0 auto 24px;
  max-width: 257px;
}
.credit-grid .credit-card-2x.next-box > h2{
  max-width: 200px;
}
.credit-grid .credit-card-2x article {
  width: 100%;
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.credit-grid .credit-card-2x article h2 {
  font-family: Lato;
  font-size: 16px !important;
  font-weight: 700;
  line-height: 19px;
  text-align: center;
  color: #1E1F22;
  margin: 0;
}
.credit-grid .credit-card-2x article p {
  font-family: Lato;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  text-align: center;
  color: #78818B;
  margin: 0 !important;
}

/* Multiple tabs */
.multiple-tabs{
  background-color: rgba(242, 243, 250, 1);
  padding: 60px 0;
}
.multiple-tabs > h2{
  font-family: Montserrat;
  font-size: 40px !important;
  font-weight: 700;
  line-height: 59px;
  letter-spacing: 0em;
  text-align: center;
  color: #1d1d1f;
  margin: 0 0 60px;
}
.multiple-tabs #mtabs {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;  
  justify-content: space-between;
  width: 100%;
  gap: 10px;
  overflow-x: auto;
}
.multiple-tabs #mtabs li{  
  text-align: center;
  position: relative;
  line-height: 18px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.7s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;  
}
.multiple-tabs #mtabs li a{
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 48px;
  padding: 0 44px;
  border: 0;
  color: #fff;
  background: linear-gradient(90deg, #F5286E 0%, #FC6D43 88.61%);
  border-radius: 5px;
}
.multiple-tabs #mtabs li a.inactive {
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: rgba(120, 129, 139, 1);
  background: #fff;
}
.mtabs-container{
  border-radius: 10px;
  background-color: #fff;
  margin-top: 30px;
}
.mtabs-container .mtab-container{
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 33px 42px 33px 49px;
  width: 100%;
  border-radius: 10px;
}
.mtabs-container .mtab-container .mtab-description > h2{
  font-family: Montserrat;
  font-size: 22px !important;
  font-weight: 700;
  line-height: 29px !important;
  text-align: justify;
  margin: 0;
  color: rgba(30, 31, 34, 1);
  word-spacing: -2px;
}
.mtabs-container .mtab-container .mtab-description{
  width: 100%;
  padding-right: 40px;
}
/* ------------Guide */
.mtabs-container .mtab-container.guide .mtab-description{
  max-width: 520px;
}
.mtabs-container .mtab-container.guide .mtab-description > h2{
  margin-bottom: 83px;
}
.mtabs-container .mtab-container.guide .mtab-description article + article{
  margin-top: 40px;
}

/* ------------Events */
.mtabs-container .mtab-container.events .mtab-description{
  max-width: 456px;
}
/* ------------Deal */
.mtabs-container .mtab-container.deal .mtab-description{
  max-width: 477px;
}
/* ------------Experiences */
.mtabs-container .mtab-container.experiences .mtab-description{
  max-width: 457px;
}
/* ------------Social */
.mtabs-container .mtab-container.social .mtab-description{
  max-width: 511px;
}
/* ------------Brand */
.mtabs-container .mtab-container.brand .mtab-description{
  max-width: 455px;
}


.mtabs-container .mtab-container .mtab-description article h3{
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 700;
  color: rgba(30, 31, 34, 1);
  line-height: 24px;
  text-align: left;
  margin: 0;
}
.mtabs-container .mtab-container .mtab-description article p{
  font-family: Lato;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.0009em;
  text-align: justify;
  word-spacing: 0px;
  color: rgba(30, 31, 34, 1);
  margin: 12px 0 0 !important;
}

.mtabs-container .mtab-container .mtab-description article p a,
.mtabs-container .mtab-container .mtab-description article p a span{
  background: linear-gradient(90deg,#f5286e,#fc6d43);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #f84a5a;
}
.mtabs-container .mtab-container .social-list{
  justify-content: flex-start;
  padding-top: 0;
  margin-top: 60px;
  position: relative;
  height: 380px;
}
.mtabs-container .mtab-container .social-list .social-list-cnt{
  margin-bottom: 30px;
  padding: 0 ;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100% !important;
  min-height: 0;
}
.mtabs-container .mtab-container .social-list .social-list-cnt article {
  padding-left: 20px;
}
.mtabs-container .mtab-container .social-list .social-list-cnt img {
  width: 37px;
}
.mtabs-container .mtab-container .social-list .social-list-cnt.insta:before{
  background: url(../img/mediakit/social-insta.svg) no-repeat center;
  background-size: 100% auto;  
}
.mtabs-container .mtab-container .social-list .social-list-cnt.fb:before {
  width: 44px;
}
.mtabs-container .mtab-container .social-list .social-list-cnt.fb:before{
  background: url(../img/mediakit/social-fb.svg) no-repeat center;
  background-size: 100% auto;  
}
.mtabs-container .mtab-container .social-list .social-list-cnt.tiktok:before{
  background: url(../img/mediakit/social-tiktok.svg) no-repeat center;
  background-size: auto 100%;  
}
.mtabs-container .mtab-container .social-list .social-list-cnt h4{
  margin: 0;
}
.mtabs-container .mtab-container .social-list .slick-list{
  width: 100% !important;
  height: 100% !important;
}
.slick-vertical .slick-slide{
  border: 0 !important;
}
.mtabs-container .mtab-container .social-list .slick-list .slick-track{
  top: -112px;
  height: 470px !important;
}
.mtabs-container .mtab-container .social-list .slick-list .slick-track{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.mtabs-container .mtab-container .social-list .social-list-cnt{
  height: 0;
  margin-bottom: 0;
  overflow: visible;
  cursor: pointer;
}
.mtabs-container .mtab-container .mtab-media{
  width: 100%;
  max-width: 480px;
}
.mtabs-container .mtab-container.guide .mtab-media{
  max-width: 480px;
}
.mtabs-container .mtab-container.events .mtab-media{
  max-width: 542px;
}
.mtabs-container .mtab-container.experiences .mtab-media{
  max-width: 441px;
}
.mtabs-container .mtab-container.brand .mtab-media{
  max-width: 480px;
}
.mtabs-container .mtab-container.social .mtab-media{
  height: 564px;
  width: 282px;
  padding: 10px 9px 0 15px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  z-index: 9;
}
.mtabs-container .mtab-container.social .mtab-media:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 570px;
  width: 280px;
  background: url(../img/mediakit/mobile-frame2.png) no-repeat 0 0;
  background-size: 100%;
  z-index: 9999;
}
.mtabs-container .mtab-container .mtab-media img{
  max-width: 100%;
}
/* .mtab-media{
  width: 380px;
  height: 558.99px;
} */
.mtab-media > img{
  max-width: none;
  max-height: 100%;
}
.mtab-media .slick-slider button.slick-arrow{
  visibility: hidden !important;
}

/* Ready to get started */
.get-started{
  width: 100%;
  position: relative;
    z-index: 99;
    background-color: #fff;
}
.get-started .fw{
  width: 100%;
  height: 600px;
  background: url(../img/mediakit/get-started-bg.png) no-repeat right 0;
  background-size: auto 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
}
.get-started-container{
  width: 100%;
  max-width: 452px;
  /* margin-left: 167px; */
}
.get-started-container article h2{
  font-family: Montserrat;
  font-size: 40px !important;
  font-weight: 700;
  line-height: 49px;
  text-align: left;
  color: #000;
  margin-bottom: 20px;
}
.get-started-container article p{
  font-family: Lato;
  font-size: 17px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  color: #000;
  margin-bottom: 20px;
}
.talk-to-team {
  background: linear-gradient(90deg, #F5286E 0%, #FC6D43 88.61%) !important;
  width: 250px;
  height: 56px;
  text-align: center;
  line-height: 24.38px;
  margin-top: 20px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700 !important;
  font-size: 16px;
  color: #fff !important;
  -webkit-background-clip: unset !important;
  -webkit-text-fill-color: white !important;
}
.aws-search{
  padding-bottom: 30px !important;
}

@media screen and (max-width: 1365px){
  .how-container .how-right{
    margin-left: 0;
    padding-left: 45px;
  }
  .data-container .data-right{
    padding-left: 24px;
  }
}
@media screen and (max-width: 1199px){

  .about-media .fw {
      max-width: none;
      padding: 0 18px;
  }
  .what-container .what-heading{
    width: 100%;
    text-align: center;
  }
  .what-container .what-heading h2, .why-container .why-top .why-heading h2, .where-container .where-heading h2, .how-container .how-left-heading h2, .data-container .data-left-heading h2 {
    font-size: 20px;
  }
  .mtabs-container .mtab-container.brand .mtab-media {
    padding-left: 15px;
  }
}
@media only screen and  (max-width:1023px) {
  
  .about-media #tabs li a{
    padding: 15px 38px;
  }
  .what-container .what-heading{
    padding: 0 18px;
  }
  .what-container .what-content-right .what-right-heading h3{
    font-size: 16px;
    text-align: center;
  }
  .what-points li{
    align-items: flex-start;
  }
  .what-points li strong, .what-points li .what-points-txt {
    font-size: 14px;
  }
  .why-container .why-top .why-heading{
    max-width: 550px;
  }
  .where-container .where-heading{
    padding: 19px 24px 28px 29px;
    height: auto;
  }
  .where-container .where-content-left{
    padding-right: 15px;
  }
  .where-container .where-content-right{
    padding-left: 15px;
  }
  .how-container .how-left-heading{
    padding: 0 8px;
  }  
  .how-container .how-right, .data-container .data-right{
    max-width: 270px;
  }
  .data-container .data-left-heading{
    padding: 0 8px;
  }
  .credit-grid .credit-card article h2, .credit-grid .credit-card article p{
    font-size: 16px;
  }
  .credit-grid .credit-card p.metro {
    font-size: 16px;
  }  
  .mtabs-container .mtab-container.social .mtab-description {
    max-width: 396px;
  }
  .mtabs-container .mtab-container .mtab-description{
    padding-right: 20px;
  }
  .mtabs-container .mtab-container {
      padding: 33px 28px 33px 28px;
  }
  .get-started-container {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0 27px 40px 27px;
  }
  .rating-progress .bar{
    padding-left: 5px;
    font-size: 14px;
  }
  .mtabs-container .mtab-container .mtab-description article p, .why-bottom .why-bottom-left h6, .how-container .how-left .how-grid li .how-grid-card{
    text-align: left;
  }
  .how-container .how-left .how-grid li{
    padding-right: 10px;
  }
}
  @media only screen and  (max-width:767px) {
    .multiple-tabs > h2 {
      font-size: 27px !important;
    }
    .what-container .what-points {
      padding-left: 0;
    }
    .about-media #tabs{
      overflow-x: auto;
      justify-content: flex-start;
    }
    .about-media #tabs li a{
      font-size: 14px;
    }
    .about-media .who-content .who-slide{
      padding: 60px 20px 20px 25px;
    }
    .about-media .who-content h3 {
      font-size: 40px;
      line-height: 58px;
      max-width: 300px;
    }    
    .what-container .what-content{
      flex-direction: column;
      align-items: center;
    }
    .what-container .what-content-right .what-right-heading img{
      margin-right: 10px;
      width: 36px;
    }
    .what-points li .what-points-txt::before {
      height: 10px;
      width: 15.806450843811035px;
    }
    .who-slide .slick-dots{
      margin: 60px 0 0;
    }    
    .what-points li strong{
      width: 134px;
    }
    .why-container .why-top{
      flex-direction: column;
    }
    .why-container .why-top .sub-heading{
      margin-top: 19px;
      text-align: center;
    margin-right: 0;
    max-width: 100%;
    }
    .why-bottom {
      flex-direction: column-reverse;
      align-items: center;
    }
    .why-bottom .why-bottom-left{
      padding-left: 0;
    }
    .why-bottom .why-bottom-right{
      margin-top: 11px;
    }
    .why-bottom .why-bottom-left h6{
      margin: 40px 18px;
    }
    .why-bottom .why-bottom-left, .why-bottom .why-bottom-right{
      padding: 0 18px;
    }
    .where-container .where-content{
      flex-direction: column;
      align-items: center;
    }
    .where-container .where-content-right h6{
      margin-top: 20px;
    }
    .how-container{
      flex-direction: column;
    }
    .how-container .how-right{
      margin-top: 20px;
    }
    .how-container .how-left .how-grid{
      display: flex;
      flex-direction: column;
    }
    .data-container{
      flex-direction: column;
    }
    .data-container .data-right{
      margin-top: 20px;
    }
    .credit-grid{      
      grid-template-columns: repeat(2, minmax(0, 1fr));
      max-width: 380px;
    }
    .credit-grid .credit-card {
      height: 160px;
    }
    .credit-grid .credit-card-2x{
      height: auto;
      padding: 39px 24px;
    }    
    .credit-grid .credit-card-2x > h2{
      margin: 0;
    }
    .credit-header article h2{
      line-height: 34.13px;
    }
    .credit-header article p{
      line-height: 19.2px;
    }
    .credit-header article h2{
      font-size: 28px !important;
    }
    .credit-header article p{
      font-size: 16px;
    }
    .multiple-tabs .fw{
      padding-left: 8px;
      padding-right: 8px;
    }
    .mtabs-container{
      margin-top: 20px;
    }
    .mtabs-container .mtab-container.social .mtab-description {
      max-width: 346px;
    }
    .mtabs-container .mtab-container .mtab-description{
      padding-top: 0;
    }
    .mtabs-container .mtab-container .mtab-description > h2{
      font-size: 20px;
    }
    .mtabs-container .mtab-container.guide .mtab-description > h2 {
      margin-bottom: 20px;
    }
    .mtabs-container .mtab-container .mtab-description article h3{
      font-size: 18px;
    }
    .mtabs-container .mtab-container .mtab-description article p{
      font-size: 15px;
      line-height: 19.2px;
      word-spacing: -1px;
    }
    .mtabs-container .mtab-container.guide .mtab-description article + article {
      margin-top: 30px;
    }
    .mtabs-container .mtab-container .mtab-media{
      margin-top: 33px;
    }
    .multiple-tabs .deal-btn{
      width: 100%;
    }
    .get-started .fw{
      height: 367px;
    }    
    .get-started-container article h2{
      font-size: 24px !important;
      margin-bottom: 18px;
    }
    .get-started-container article p{
      font-family: Lato;
      font-size: 14px;
      font-weight: 400;
      line-height: 17px;
      text-align: left;
      margin-bottom: 0 !important;
    }
    .talk-to-team {
      margin-top: 18px;
    }
    .how-container {
      padding: 22px 0 44px;
    }
    .how-container .how-right, .data-container .data-right{
      padding-left: 0;
    }
    .mtabs-container .mtab-container .mtab-description{
      padding-right: 0;
    }

    .scrollto {
      margin: 20px auto 25px !important;
  }
    .multiple-tabs-section .slick-slide {
      height: auto !important;
    }
    .multiple-tabs-section .multiple-tab-slider--container .multiple-guide-tabs-text .number-list li {
      line-height: 35px;
      margin-bottom: 10px;
    }
    .multiple-tabs-section .bold-para {
      margin-top: 15px;
    }
    .multiple-tabs-section .multiple-tab-slider--container .multiple-guide-tabs-text .deal-btn {
      display: none !important;
    }
    #personalised-guide-section .media-heading h2 {
      font-size: 27px !important;
      line-height: 33px !important;
  }
    .personalised-guide-section .guide-wrap .guide-image-section {
      width: 100% !important;
      margin-top: 23px;
  }
    .unation-credit-section {
      padding: 0 0 40px !important;
  }
  
    .unation-credit-section .credit-wrap .credit-text-section h2 {
      font-size: 27px !important;
      line-height: 33px !important;
      text-align: center;
      margin-bottom: 10px;
    }
    .unation-credit-section .credit-wrap .credit-text-section .para {
      font-size: 16px !important;
      line-height: 27px !important;
      
    }
    .unation-credit-section .credit-wrap .credit-text-section .sub-head {
      font-size: 20px !important;
      line-height: 24px !important;
      text-align: center;
    }
    .unation-credit-section .credit-wrap .credit-text-section ul li {
      font-size: 16px !important;
      line-height: 28px !important;
    }
    .multiple-tabs-section .multiple-tab-slider--container .multiple-guide-tabs-text h2 {
      font-size: 27px !important;
    line-height: 33px !important;
    text-align: center;
    }
    
    .d-none {
      display: none !important;
    }
    .desktop-none {
      display: block !important;
    }
    .unation-credit-section .credit-wrap .credit-image-section {
      width: 100% !important;
      text-align: center;
  }
  .unation-credit-section .credit-wrap .credit-text-section {
    width: 100% !important;
}
    .multiple-tabs-section {
      padding: 18px 15px;
  }
 
  .multiple-tabs-section .multiple-tab-slider--container .multiple-guide-tabs-text {
    width: 100%;
    margin-top: 0px;
   padding: 30px 14px 0 !important;
   margin-bottom: 10px !important;
}
.multiple-tabs-section .multiple-tab-slider--container .multiple-guide-tabs-text .number-list li:before {
  margin-top: 0 !important;
}
.multiple-tabs-section .multiple-tab-slider--container .multiple-guide-tabs-image {
  width: 100%;
  padding-bottom: 15px;
}
    .personalised-guide-section .guide-wrap .guide-text-section {
      width: 100%;
  } 
 
    .personalised-guide-section .guide-wrap {
      display: block !important;
    }
    .multiple-tabs-section .multiple-tab-slider--nav {
      display: none;
    }
    .multiple-tabs-section .multiple-tab-slider--body {
      display: block !important;
    }
    .unation-credit-section .credit-wrap  {
      display: block !important;
    }
    .mediakit-hero {
      overflow: hidden;
      height: 505px !important;
      width: 100%;
  }
  .mediakit-text h1{
    font-size: 24px !important;
    line-height: 30px !important;
  }
  .align-hv {
    width: 100%;
    max-width: 340px;
  }
  #video-viewport, #video-viewport video{
    z-index: 0;
    object-fit: cover;
    width: 100% !important;
    height: 100% !important;
  } 
  }
  @media screen and (max-width: 991px){
  .fw, .page-template-template-home .fw {
      max-width: 740px !important;
  }
}
  @media only screen and (min-width:768px) and (max-width:1199px) {
    .why-container .why-top .sub-heading {
      margin-right: 0px !important;
    }
    .why-bottom .why-bottom-left {
      padding-left: 0px !important;
    }
    .unation-credit-section .credit-wrap .credit-text-section .para {
      font-size: 16px !important;
      line-height: 24px !important;
      margin-top: 10px !important;
  }
    .unation-credit-section .credit-wrap .credit-text-section h2 {
      font-size: 35px !important;
      line-height: 40px !important;
      margin-bottom: 10px;
    }
    .unation-credit-section .credit-wrap .credit-text-section .sub-head {
      font-size: 20px !important;
      line-height: 24px !important;
      margin-bottom: 10px !important;
  }
  .unation-credit-section .credit-wrap .credit-text-section ul li {
    font-size: 17px !important;
    line-height: 30px !important;
}
    .multiple-tabs-section .multiple-tab-slider--container .multiple-guide-tabs-text ul li:before {
      padding: 4px 10px;
      font-size: 14px;
  }
    .multiple-tabs-section .multiple-tab-slider--container .multiple-guide-tabs-text h2 {
      font-size: 35px !important;
      line-height: 40px !important;
  }
  .multiple-tabs-section .multiple-tab-slider--container .multiple-guide-tabs-text {
    margin: 20px 0 !important;
  }
    .multiple-tabs-section .multiple-tab-slider--trigger {
      padding: 14px 10px !important;
      width: auto !important;
    }
    .mediakit-hero{
      height: 100vh;
      min-height: 430px;
    }
    .mediakit-text h1 {
      font-size: 30px !important;
    line-height: 45px !important;
    max-width: 768px;
  }
    #video-viewport, #video-viewport video{
      object-fit: cover;
      width: 100% !important;
      height: 100% !important;
    } 
  }
@media screen and (max-width: 699px) {
  .mtabs-container .mtab-container{
    flex-direction: column;
    padding: 23px 16px;
  } 
  .why-container .why-top .why-heading h2{
    text-align: center;
  }
  /* .how-container .how-left-heading h2 h2, .data-container .data-left-heading h2{
    font-size: 18px;
  } */
  .what-container .what-heading, .how-container .how-left-heading, .data-container .data-left-heading{
    height: auto;
    padding: 15px;
  }
  .why-bottom .why-bottom-left, .why-bottom .why-bottom-right {
    padding: 0;
  }
  .mtabs-container .mtab-container .mtab-description > h2{
    text-align: left;
  }
  /* .rating-progress .bar .rate-cir{
    font-size: 13px;
  } */
}
/* hero banner*/

#mtab6C  .mtab-container .mtab-media img {
  height: 450px;
}
#mtab6C  .mtab-container.brand .mtab-media {
text-align: center;
padding-left: 0;
}
 .mediakit-hide-header .aws-search-wrap{
	display: none !important;
}
#FeaturedOnUnation h2 {
  font-size: 22px;
}
#horizontal-line {
  padding: 20px 0 0px;
  background-color: #fff;
  position: relative;
  z-index: 96;
}
.mediakit-hide-header .hr-cat-1 {
  margin: 0;
}
.mediakit-hide-header  .header-algolia-search {
display: none;
}


.multiple-tabs .pos-rel, .multiple-tabs .pos-rel video {
  position: relative;
  object-fit: cover;
  height: 500px;
}
.multiple-tabs .height-fixed {
  height: 564px;
}

.multiple-tabs .pos-rel .video-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  width: 350px;
  max-width: 100%;
  height: 100%;
}