body {
	background-color: #f1f1f1;
	color: #000;
	font-size: 18px;
	font-family: Arial,Helvetica,sans-serif
  }
  
  @media (max-width: 1199px) {
	body {
		font-size:16px
	}
  }
  
  @media (max-width: 767px) {
	body {
		font-size:14px
	}
  }
  
  * {
	outline: 0 none
  }
  
  h1,.h1 {
	font-size: 123px;
	font-weight: 900;
	letter-spacing: -0.5px;
	font-family: 'Montserrat',sans-serif
  }
  
  @media (max-width: 1199px) {
	h1,.h1 {
		font-size:48px
	}
  }
  
  @media (max-width: 991px) {
	h1,.h1 {
		font-size:42px
	}
  }
  
  @media (max-width: 767px) {
	h1,.h1 {
		font-size:32px
	}
  }
  
  h2,.h2 {
	font-size: 52px;
	font-weight: 900;
	letter-spacing: -0.5px;
	font-family: 'Montserrat',sans-serif
  }
  
  @media (max-width: 1199px) {
	h2,.h2 {
		font-size:32px
	}
  }
  
  @media (max-width: 991px) {
	h2,.h2 {
		font-size:30px
	}
  }
  
  @media (max-width: 767px) {
	h2,.h2 {
		font-size:24px
	}
  }
  
  h3,.h3 {
	font-size: 30px;
	font-weight: 700
  }
  
  @media (max-width: 1199px) {
	h3,.h3 {
		font-size:28px
	}
  }
  
  @media (max-width: 991px) {
	h3,.h3 {
		font-size:24px
	}
  }
  
  @media (max-width: 767px) {
	h3,.h3 {
		font-size:21px
	}
  }
  
  h4,.h4 {
	font-size: 26px;
	font-weight: 700
  }
  
  @media (max-width: 1199px) {
	h4,.h4 {
		font-size:24px
	}
  }
  
  @media (max-width: 991px) {
	h4,.h4 {
		font-size:21px
	}
  }
  
  @media (max-width: 767px) {
	h4,.h4 {
		font-size:19px
	}
  }
  
  h5,.h5 {
	font-size: 22px;
	font-weight: 700
  }
  
  @media (max-width: 1199px) {
	h5,.h5 {
		font-size:20px
	}
  }
  
  @media (max-width: 991px) {
	h5,.h5 {
		font-size:18px
	}
  }
  
  @media (max-width: 767px) {
	h5,.h5 {
		font-size:16px
	}
  }
  
  h6,.h6 {
	font-size: 18px;
	font-weight: 700
  }
  
  @media (max-width: 1199px) {
	h6,.h6 {
		font-size:17px
	}
  }
  
  @media (max-width: 991px) {
	h6,.h6 {
		font-size:16px
	}
  }
  
  @media (max-width: 767px) {
	h6,.h6 {
		font-size:15px
	}
  }
  
  input,textarea,button,select {
	font-family: Arial,Helvetica,sans-serif;
	outline: none !important;
	line-height: normal
  }
  
  input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0
  }
  
  ::-moz-selection {
	background-color: #0c8df3;
	color: #fff
  }
  
  ::selection {
	background-color: #0c8df3;
	color: #fff
  }
  
  ::-webkit-input-placeholder {
	color: #000;
	opacity: 0.6
  }
  
  :-moz-placeholder {
	color: #000;
	opacity: 0.6
  }
  
  ::-moz-placeholder {
	color: #000;
	opacity: 0.6
  }
  
  :-ms-input-placeholder {
	color: #000;
	opacity: 0.6
  }
  
  input[type="text"],input[type="email"],input[type="password"],input[type="tel"],input[type="number"],input[type="file"],input[type="search"],textarea,select,.selectric {
	width: 100%;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	border: 1px solid #f1f1f1;
	line-height: 24px;
	padding: 11px 15px;
	background-color: #FFF;
	color: #000;
	-webkit-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
	-ms-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
	-o-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
	transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out
  }
  
  input[type="text"].form-control,input[type="email"].form-control,input[type="password"].form-control,input[type="tel"].form-control,input[type="number"].form-control,input[type="file"].form-control,input[type="search"].form-control,textarea.form-control,select.form-control,.selectric.form-control {
	height: 50px;
	font-weight: 300;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none
  }
  
  select {
	height: 50px
  }
  
  .selectric-hover .selectric {
	border-color: #f1f1f1
  }
  
  .selectric {
	padding: 11px 20px;
	line-height: 24px
  }
  
  @media (max-width: 1199px) {
	.selectric {
		line-height:30px
	}
  }
  
  @media (max-width: 991px) {
	.selectric {
		line-height:24px;
		padding: 9px 15px
	}
  }
  
  .selectric .label {
	height: 24px;
	line-height: 24px;
	font-size: 14px;
	font-weight: 700;
	color: #0c8df3;
	text-transform: uppercase;
	margin-left: 0;
	transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out
  }
  
  @media (max-width: 1199px) {
	.selectric .label {
		font-size:16px;
		line-height: 30px;
		height: 30px
	}
  }
  
  @media (max-width: 991px) {
	.selectric .label {
		font-size:14px;
		line-height: 24px;
		height: 24px
	}
  }
  
  .selectric .button:after {
	content: "\e916";
	font-family: 'ace' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	line-height: 1;
	border: none;
	font-size: 7px;
	color: #0c8df3;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	padding: 0 8px 8px 0
  }
  
  .selectric .button:before {
	display: none
  }
  
  .selectric-open .selectric .button:after {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	padding-right: 18px
  }
  
  .selectric .button {
	border: none !important;
	height: 100%;
	background: none !important;
	padding: 0 !important;
	width: 50px;
	min-width: auto;
	font-size: 0px;
	text-shadow: none
  }
  
  .selectric-items {
	background-color: #fff;
	border: 1px solid #f1f1f1;
	border-top: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none
  }
  
  .selectric-items ul,.selectric-items li {
	font-size: 15px
  }
  
  .selectric-items li {
	padding: 10px 25px
  }
  
  .selectric-items li.highlighted {
	background-color: #0c8df3;
	color: #fff
  }
  
  textarea {
	height: 210px;
	display: block;
	resize: none
  }
  
  @media (max-width: 767px) {
	textarea {
		height:180px
	}
  }
  
  input[type=search]::-ms-clear {
	display: none;
	width: 0;
	height: 0
  }
  
  input[type=search]::-ms-reveal {
	display: none;
	width: 0;
	height: 0
  }
  
  input[type="search"]::-webkit-search-decoration,input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-results-button,input[type="search"]::-webkit-search-results-decoration {
	display: none
  }
  
  a,button,.button,input,.fas,.far,button[type="submit"] {
	-webkit-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out,opacity .2s ease-in-out;
	-moz-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out,opacity .2s ease-in-out;
	-ms-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out,opacity .2s ease-in-out;
	-o-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out,opacity .2s ease-in-out;
	transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out,opacity .2s ease-in-out;
	text-decoration: none
  }
  
  b,strong {
	font-weight: 700
  }
  
  p,ul,ol {
	margin-bottom: 25px
  }
  
  a {
	color: #0c8df3
  }
  
  a:hover {
	color: #210647;
	text-decoration: none
  }
  
  .wrapper {
	width: 100%
  }
  
  @media (min-width: 1500px) {
	.container {
		max-width:1360px
	}
  }
  
  @media (min-width: 1740px) {
	.container {
		max-width:1670px
	}
  }
  
  @media (max-width: 991px) {
	#wpadminbar {
		display:none !important
	}
  
	html[lang*="-"],html[lang*="ar"] {
		margin-top: 0 !important
	}
  }
  
  [class^="icon-"],[class*=" icon-"] {
	display: inline-block;
	vertical-align: middle
  }
  
  .alignleft {
	float: left;
	margin-right: 1rem
  }
  
  @media only screen and (min-width: 768px) {
	.alignleft {
		margin-right:calc(2rem)
	}
  }
  
  .alignright {
	float: right;
	margin-left: 1rem
  }
  
  @media only screen and (min-width: 768px) {
	.alignright {
		margin-left:calc(2rem)
	}
  }
  
  .aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto
  }
  
  .wp-caption-text {
	margin: 10px 0 0;
	font-size: 15px
  }
  
  .videoWrapper {
	position: relative;
	padding-bottom: 56.25%;
	height: 0
  }
  
  .videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
  }
  
  .at-share-btn-elements .at-share-btn {
	padding: 0 !important;
	margin: 0 5px 0 0 !important
  }
  
  .at-share-btn-elements .at-share-btn .at-icon-wrapper {
	width: 46px !important;
	height: 46px !important;
	line-height: 46px !important;
	background-color: #0080BB;
	border-radius: 100%;
	background-repeat: no-repeat;
	background-position: center center
  }
  
  .at-share-btn-elements .at-share-btn .at-icon-wrapper svg {
	display: none
  }
  
  .at-share-btn-elements .at-share-btn.at-svc-facebook .at-icon-wrapper {
	background-image: url('../../../../../../wp-content/themes/alliance4creativity/assets/images/share-facebook.svg')
  }
  
  .at-share-btn-elements .at-share-btn.at-svc-twitter .at-icon-wrapper {
	background-image: url('../../../../../../wp-content/themes/alliance4creativity/assets/images/share-twitter.svg')
  }
  
  .at-share-btn-elements .at-share-btn.at-svc-linkedin .at-icon-wrapper {
	background-image: url('../../../../../../wp-content/themes/alliance4creativity/assets/images/share-linked-in.svg')
  }
  
  .at-share-btn-elements .at-share-btn.at-svc-email .at-icon-wrapper {
	background-image: url('../../../../../../wp-content/themes/alliance4creativity/assets/images/share-email.svg')
  }
  
  .animation-rotate {
	animation: rotate linear 1s;
	animation-iteration-count: infinite;
	transform-origin: 50% 50%;
	-webkit-animation: rotate linear 1s;
	-webkit-animation-iteration-count: infinite;
	-webkit-transform-origin: 50% 50%;
	-moz-animation: rotate linear 1s;
	-moz-animation-iteration-count: infinite;
	-moz-transform-origin: 50% 50%;
	-o-animation: rotate linear 1s;
	-o-animation-iteration-count: infinite;
	-o-transform-origin: 50% 50%;
	-ms-animation: rotate linear 1s;
	-ms-animation-iteration-count: infinite;
	-ms-transform-origin: 50% 50%;
	font-size: 113px;
	color: #50f9b7
  }
  
  @keyframes rotate {
	0% {
		transform: rotate(0deg)
	}
  
	100% {
		transform: rotate(359deg)
	}
  }
  
  @-moz-keyframes rotate {
	0% {
		-moz-transform: rotate(0deg)
	}
  
	100% {
		-moz-transform: rotate(359deg)
	}
  }
  
  @-webkit-keyframes rotate {
	0% {
		-webkit-transform: rotate(0deg)
	}
  
	100% {
		-webkit-transform: rotate(359deg)
	}
  }
  
  @-o-keyframes rotate {
	0% {
		-o-transform: rotate(0deg)
	}
  
	100% {
		-o-transform: rotate(359deg)
	}
  }
  
  @-ms-keyframes rotate {
	0% {
		-ms-transform: rotate(0deg)
	}
  
	100% {
		-ms-transform: rotate(359deg)
	}
  }
  
  body {
	padding-top: 98px
  }
  
  @media (min-width: 992px) {
	body.admin-bar .header-wrapper .navbar {
		top:32px
	}
  }
  
  body.page-template-template-splash {
	padding-top: 0
  }
  
  @media (max-width: 1499px) {
	body {
		padding-top:117px
	}
  }
  
  @media (max-width: 1199px) {
	body {
		padding-top:97px
	}
  }
  
  body#has-lang {
	padding-top: 143px
  }
  
  @media (max-width: 1499px) {
	body#has-lang {
		padding-top:163px
	}
  }
  
  @media (max-width: 1199px) {
	body#has-lang {
		padding-top:143px
	}
  }
  
  @media (max-width: 767px) {
	body#has-lang {
		padding-top:138px
	}
  }
  
  html[lang="en-US"] .language-bar li:nth-child(1) a,html[lang="auto"] .language-bar li:nth-child(1) a {
	border-bottom-color: #FFF !important
  }
  
  html[lang="pt"] .language-bar li:nth-child(2) a {
	border-bottom-color: #FFF !important
  }
  
  html[lang="es"] .language-bar li:nth-child(3) a {
	border-bottom-color: #FFF !important
  }
  
  .header-wrapper {
	background-color: #210647
  }
  
  .header-wrapper .navbar {
	background-color: #210647;
	padding: 24.5px 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%
  }
  
  .header-wrapper .navbar.has-lang-bar {
	display: block;
	padding-top: 0
  }
  
  .header-wrapper .navbar .language-bar {
	background: #50f9b7;
	background: -moz-linear-gradient(left, #50f9b7 0%, #0591f5 100%);
	background: -webkit-linear-gradient(left, #50f9b7 0%, #0591f5 100%);
	background: linear-gradient(to right, #50f9b7 0%, #0591f5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#50f9b7', endColorstr='#0591f5', GradientType=1);
	margin-bottom: 24.5px;
	font-weight: 700
  }
  
  .header-wrapper .navbar .language-bar .wpml-ls-legacy-list-horizontal {
	border: none;
	padding: 0
  }
  
  .header-wrapper .navbar .language-bar .wpml-ls-legacy-list-horizontal ul {
	display: flex;
	justify-content: flex-end;
	list-style: none;
	padding: 0;
	margin: 0
  }
  
  .header-wrapper .navbar .language-bar .wpml-ls-legacy-list-horizontal ul li {
	padding: 12px 15px
  }
  
  .header-wrapper .navbar .language-bar .wpml-ls-legacy-list-horizontal ul li:nth-child(3) {
	padding-right: 0
  }
  
  .header-wrapper .navbar .language-bar .wpml-ls-legacy-list-horizontal ul li:nth-child(3)~li {
	display: none
  }
  
  .header-wrapper .navbar .language-bar .wpml-ls-legacy-list-horizontal ul li a {
	display: block;
	font-size: 15px;
	line-height: 20px;
	text-transform: uppercase;
	color: #fff;
	padding: 0;
	border-bottom: 2px solid transparent
  }
  
  @media (max-width: 767px) {
	.header-wrapper .navbar .language-bar .wpml-ls-legacy-list-horizontal ul li a {
		font-size:12px;
		line-height: 15px
	}
  }
  
  .header-wrapper .navbar .language-bar .wpml-ls-legacy-list-horizontal ul li.wpml-ls-current-language a {
	border-bottom: 2px solid #fff;
  }
  
  .header-wrapper .navbar .container {
	position: relative;
	z-index: 1;
  }
  
  .header-wrapper .navbar .header-top {
	position: static;
  }
  
  .header-wrapper .navbar .header-top .linkedin-link {
	display: block;
	width: 35px;
	height: 35px;
	background: url('../../../../../../wp-content/themes/alliance4creativity/assets/images/linkedin.svg') no-repeat center;
	background-size: 100%;
  }

  /* SDLC-1538 */
  /*
  body.rtl .header-wrapper .navbar .header-top .linkedin-link {
	margin-left: 15px;
  }
  */
  body.lang-ar .header-wrapper .navbar .header-top .linkedin-link,
  body.lang-arc .header-wrapper .navbar .header-top .linkedin-link,
  body.lang-dv .header-wrapper .navbar .header-top .linkedin-link,
  body.lang-fa .header-wrapper .navbar .header-top .linkedin-link,
  body.lang-ha .header-wrapper .navbar .header-top .linkedin-link,
  body.lang-iw .header-wrapper .navbar .header-top .linkedin-link,
  body.lang-khw .header-wrapper .navbar .header-top .linkedin-link,
  body.lang-ks .header-wrapper .navbar .header-top .linkedin-link,
  body.lang-ku .header-wrapper .navbar .header-top .linkedin-link,
  body.lang-ps .header-wrapper .navbar .header-top .linkedin-link,
  body.lang-ur .header-wrapper .navbar .header-top .linkedin-link,
  body.lang-yi .header-wrapper .navbar .header-top .linkedin-link {
	margin-left: 15px;
  }


  
  .header-wrapper .navbar .logo {
	position: relative;
	z-index: 1010;
	overflow: hidden;
	width: 150px;
  }
  
  .header-wrapper .navbar .logo:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	background: url('../../../../../../wp-content/themes/alliance4creativity/assets/images/logo-alt.svg') no-repeat left center;
	background-size: auto 100%;
	left: 0;
	top: -1px;
	z-index: 1;
	-webkit-transition: transform .3s ease;
	-moz-transition: transform .3s ease;
	-ms-transition: transform .3s ease;
	-o-transition: transform .3s ease;
	transition: transform .3s ease;
	transform: translateY(100%);
  }
  
  .header-wrapper .navbar .logo img {
	-webkit-transition: transform .3s ease;
	-moz-transition: transform .3s ease;
	-ms-transition: transform .3s ease;
	-o-transition: transform .3s ease;
	transition: transform .3s ease;
	transform: translateY(0%);
	position: relative;
	z-index: 2
  }
  
  .header-wrapper .navbar .logo:hover:before {
	transform: translateY(0%);
  }
  
  .header-wrapper .navbar .logo:hover img {
	transform: translateY(-100%);
  }
  
  .header-wrapper .navbar .navbar-collapse .navbar-nav {
	padding-top: 25px;
  }
  
  .header-wrapper .navbar .navbar-collapse .navbar-nav>li>a {
	display: block;
	color: #fff;
	padding: 10px 15px;
	text-transform: uppercase;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
  }
  
  .header-wrapper .navbar .navbar-collapse .navbar-nav>li>a [class^="icon-"],
  .header-wrapper .navbar .navbar-collapse .navbar-nav>li>a [class*=" icon-"] {
	display: inline-block;
	color: #50f9b7;
	font-size: 22px;
	vertical-align: top;
	margin-right: 8px;
	text-align: center;
  }

  /* SDLC-1538 */
  /*
  body.rtl .header-wrapper .navbar .navbar-collapse .navbar-nav>li>a [class^="icon-"],
  body.rtl .header-wrapper .navbar .navbar-collapse .navbar-nav>li>a [class*=" icon-"] {
	margin-right: 0 !important;
	margin-left: 8px !important;
  }
  */

  body.lang-ar .header-wrapper .navbar .navbar-collapse .navbar-nav>li>a [class^="icon-"],
  body.lang-arc .header-wrapper .navbar .navbar-collapse .navbar-nav>li>a [class^="icon-"],
  body.lang-dv .header-wrapper .navbar .navbar-collapse .navbar-nav>li>a [class^="icon-"],
  body.lang-fa .header-wrapper .navbar .navbar-collapse .navbar-nav>li>a [class^="icon-"],
  body.lang-ha .header-wrapper .navbar .navbar-collapse .navbar-nav>li>a [class^="icon-"],
  body.lang-iw .header-wrapper .navbar .navbar-collapse .navbar-nav>li>a [class^="icon-"],
  body.lang-khw .header-wrapper .navbar .navbar-collapse .navbar-nav>li>a [class^="icon-"],
  body.lang-ks .header-wrapper .navbar .navbar-collapse .navbar-nav>li>a [class^="icon-"],
  body.lang-ku .header-wrapper .navbar .navbar-collapse .navbar-nav>li>a [class^="icon-"],
  body.lang-ps .header-wrapper .navbar .navbar-collapse .navbar-nav>li>a [class^="icon-"],
  body.lang-ur .header-wrapper .navbar .navbar-collapse .navbar-nav>li>a [class^="icon-"],
  body.lang-yi .header-wrapper .navbar .navbar-collapse .navbar-nav>li>a [class^="icon-"],
  body.lang-ar .header-wrapper .navbar .navbar-collapse .navbar-nav>li>a [class*=" icon-"],
  body.lang-arc .header-wrapper .navbar .navbar-collapse .navbar-nav>li>a [class*=" icon-"],
  body.lang-dv .header-wrapper .navbar .navbar-collapse .navbar-nav>li>a [class*=" icon-"],
  body.lang-fa .header-wrapper .navbar .navbar-collapse .navbar-nav>li>a [class*=" icon-"],
  body.lang-ha .header-wrapper .navbar .navbar-collapse .navbar-nav>li>a [class*=" icon-"],
  body.lang-iw .header-wrapper .navbar .navbar-collapse .navbar-nav>li>a [class*=" icon-"],
  body.lang-khw .header-wrapper .navbar .navbar-collapse .navbar-nav>li>a [class*=" icon-"],
  body.lang-ks .header-wrapper .navbar .navbar-collapse .navbar-nav>li>a [class*=" icon-"],
  body.lang-ku .header-wrapper .navbar .navbar-collapse .navbar-nav>li>a [class*=" icon-"],
  body.lang-ps .header-wrapper .navbar .navbar-collapse .navbar-nav>li>a [class*=" icon-"],
  body.lang-ur .header-wrapper .navbar .navbar-collapse .navbar-nav>li>a [class*=" icon-"],
  body.lang-yi .header-wrapper .navbar .navbar-collapse .navbar-nav>li>a [class*=" icon-"] {
	margin-right: 0 !important;
	margin-left: 8px !important;
  }



  
  .header-wrapper .navbar .navbar-collapse .navbar-nav>li:hover>a {
	color: #50f9b7;
  }
  
  .header-wrapper .navbar .navbar-toggler {
	color: #50f9b7;
	border-color: #50f9b7;
	width: 35px;
	height: 35px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 5px;
	margin-left: 15px;
  }
  
  .header-wrapper .navbar .navbar-toggler .icon-bar {
	font-family: inherit;
	display: block;
	height: 2px;
	margin: 2px 0;
	width: 20px;
	background-color: #50f9b7;
  }
  
  @media (min-width: 1200px) {
	.header-wrapper .navbar .header-top {
		position:absolute;
		right: .75rem;
		top: 50%;
		z-index: 1000;
		margin-top: -17.5px;
	}


	/* SDLC-1538 */
	/*
	body.rtl .header-wrapper .navbar .header-top {
		left: 2.0rem;
		margin-top: -15px;
	}
	*/
	body.lang-ar .header-wrapper .navbar .header-top,
	body.lang-arc .header-wrapper .navbar .header-top,
	body.lang-dv .header-wrapper .navbar .header-top,
	body.lang-fa .header-wrapper .navbar .header-top,
	body.lang-ha .header-wrapper .navbar .header-top,
	body.lang-iw .header-wrapper .navbar .header-top,
	body.lang-khw .header-wrapper .navbar .header-top,
	body.lang-ks .header-wrapper .navbar .header-top,
	body.lang-ku .header-wrapper .navbar .header-top,
	body.lang-ps .header-wrapper .navbar .header-top,
	body.lang-ur .header-wrapper .navbar .header-top,
	body.lang-yi .header-wrapper .navbar .header-top {
		left: 2.0rem;
		margin-top: -15px;
	}



  
	.header-wrapper .navbar .logo {
		max-width: 200px;
	}
  
	.header-wrapper .navbar .navbar-toggler {
		display: none;
	}
  
	.header-wrapper .navbar .navbar-collapse {
		padding-right: 70px;
	}

	/* SDLC-1538 */
	/*
	body.rtl .header-wrapper .navbar .navbar-collapse {
		padding-left: 70px;
		padding-right: 0;
	}
	*/
	body.lang-ar .header-wrapper .navbar .navbar-collapse,
	body.lang-arc .header-wrapper .navbar .navbar-collapse,
	body.lang-dv .header-wrapper .navbar .navbar-collapse,
	body.lang-fa .header-wrapper .navbar .navbar-collapse,
	body.lang-ha .header-wrapper .navbar .navbar-collapse,
	body.lang-iw .header-wrapper .navbar .navbar-collapse,
	body.lang-khw .header-wrapper .navbar .navbar-collapse,
	body.lang-ks .header-wrapper .navbar .navbar-collapse,
	body.lang-ku .header-wrapper .navbar .navbar-collapse,
	body.lang-ps .header-wrapper .navbar .navbar-collapse,
	body.lang-ur .header-wrapper .navbar .navbar-collapse,
	body.lang-yi .header-wrapper .navbar .navbar-collapse {
		padding-left: 70px;
		padding-right: 0;
	}


  
	.header-wrapper .navbar .navbar-collapse .navbar-nav {
		padding-top: 0;
		z-index: 1005;
	}
	
	.header-wrapper .navbar .navbar-collapse .navbar-nav>li>a {
		font-size: 14px;
		overflow: hidden;
	}
  
	.header-wrapper .navbar .navbar-collapse .navbar-nav>li>a [class^="icon-"],
	.header-wrapper .navbar .navbar-collapse .navbar-nav>li>a [class*=" icon-"] {
		margin-right: 0;
		margin-bottom: 5px;
		display: block;
	}
  }
  
  @media (min-width: 1500px) {
	.header-wrapper .navbar .logo {
		max-width: 200px;
	}
  
	.header-wrapper .navbar .navbar-collapse .navbar-nav>li>a {
		font-size: 14px;
		padding: 10px 20px;
	}
  
	.header-wrapper .navbar .navbar-collapse .navbar-nav>li>a [class^="icon-"],
	.header-wrapper .navbar .navbar-collapse .navbar-nav>li>a [class*=" icon-"] {
		margin-right: 8px;
		margin-bottom: 0;
		display: inline-block;
	}

	/* SDLC-1538 */
	/*
	body.rtl .header-wrapper .navbar .navbar-collapse .navbar-nav>li>a [class^="icon-"],
	body.rtl .header-wrapper .navbar .navbar-collapse .navbar-nav>li>a [class*=" icon-"] {
		margin-right: 0;
		margin-left: 8px;
	}
	*/
	body.lang-ar .header-wrapper .navbar .navbar-collapse .navbar-nav>li>a [class^="icon-"],
	body.lang-arc .header-wrapper .navbar .navbar-collapse .navbar-nav>li>a [class^="icon-"],
	body.lang-dv .header-wrapper .navbar .navbar-collapse .navbar-nav>li>a [class^="icon-"],
	body.lang-fa .header-wrapper .navbar .navbar-collapse .navbar-nav>li>a [class^="icon-"],
	body.lang-ha .header-wrapper .navbar .navbar-collapse .navbar-nav>li>a [class^="icon-"],
	body.lang-iw .header-wrapper .navbar .navbar-collapse .navbar-nav>li>a [class^="icon-"],
	body.lang-khw .header-wrapper .navbar .navbar-collapse .navbar-nav>li>a [class^="icon-"],
	body.lang-ks .header-wrapper .navbar .navbar-collapse .navbar-nav>li>a [class^="icon-"],
	body.lang-ku .header-wrapper .navbar .navbar-collapse .navbar-nav>li>a [class^="icon-"],
	body.lang-ps .header-wrapper .navbar .navbar-collapse .navbar-nav>li>a [class^="icon-"],
	body.lang-ur .header-wrapper .navbar .navbar-collapse .navbar-nav>li>a [class^="icon-"],
	body.lang-yi .header-wrapper .navbar .navbar-collapse .navbar-nav>li>a [class^="icon-"],
	body.lang-ar .header-wrapper .navbar .navbar-collapse .navbar-nav>li>a [class*=" icon-"]
	body.lang-arc .header-wrapper .navbar .navbar-collapse .navbar-nav>li>a [class*=" icon-"],
	body.lang-dv .header-wrapper .navbar .navbar-collapse .navbar-nav>li>a [class*=" icon-"],
	body.lang-fa .header-wrapper .navbar .navbar-collapse .navbar-nav>li>a [class*=" icon-"],
	body.lang-ha .header-wrapper .navbar .navbar-collapse .navbar-nav>li>a [class*=" icon-"],
	body.lang-iw .header-wrapper .navbar .navbar-collapse .navbar-nav>li>a [class*=" icon-"],
	body.lang-khw .header-wrapper .navbar .navbar-collapse .navbar-nav>li>a [class*=" icon-"],
	body.lang-ks .header-wrapper .navbar .navbar-collapse .navbar-nav>li>a [class*=" icon-"],
	body.lang-ku .header-wrapper .navbar .navbar-collapse .navbar-nav>li>a [class*=" icon-"],
	body.lang-ps .header-wrapper .navbar .navbar-collapse .navbar-nav>li>a [class*=" icon-"],
	body.lang-ur .header-wrapper .navbar .navbar-collapse .navbar-nav>li>a [class*=" icon-"],
	body.lang-yi .header-wrapper .navbar .navbar-collapse .navbar-nav>li>a [class*=" icon-"] {
		margin-right: 0;
		margin-left: 8px;
	}
  }
  
  @media (min-width: 1740px) {
	.header-wrapper .navbar .logo {
		max-width: 250px;
	}
  
	.header-wrapper .navbar .navbar-collapse .navbar-nav>li>a {
		font-size: 16px;
		padding: 10px 25px;
	}
  }
  
  .prefooter {
	background-color: #e4ecec;
	padding: 150px 0;
	padding: clamp(50px, 10vw, 150px) 0;
  }
  
  .prefooter .row--prefooter {
	--bs-gutter-x: 3rem;
	--bs-gutter-y: 1rem;
  }
  
  .prefooter .footer-logos .img+.img {
	padding-left: clamp(20px, 5vw, 45px);
	margin-left: clamp(20px, 5vw, 45px);
	border-left: 2px solid #000
  }
  
  .prefooter .footer-text {
	font-size: 16px
  }
  
  .prefooter .footer-text a {
	font-weight: 700;
	font-size: 18px
  }
  
  .prefooter .footer-text>*:last-child {
	margin-bottom: 0
  }
  
  .prefooter .footer-social>span {
	text-transform: uppercase;
	font-size: 29px;
	font-family: 'Montserrat',sans-serif;
	font-weight: 900;
	color: #210647;
	letter-spacing: -1px;
	display: inline-block;
	vertical-align: middle
  }
  
  .prefooter .footer-social .linkedin-link {
	display: inline-block;
	width: 42px;
	height: 42px;
	background: url('../../../../../../wp-content/themes/alliance4creativity/assets/images/linkedin.svg') no-repeat center;
	background-size: 100%;
	vertical-align: middle;
	margin-left: 25px
  }
  
  @media (min-width: 1200px) {
	.prefooter .footer-text {
		max-width:615px;
		margin: auto
	}
  }
  
  .footer {
	background-color: #210647;
	color: #fff;
	font-size: 16px;
	padding: 30px 0
  }
  
  .footer .container-fluid {
	padding-left: 60px;
	padding-right: 60px
  }
  
  .footer .container-fluid .row {
	--bs-gutter-x: 3rem;
	--bs-gutter-y: 0.5rem
  }
  
  .footer a {
	color: #50f9b7
  }
  
  .footer a:hover {
	text-decoration: underline
  }
  
  .footer .footer-copyright p {
	margin: 0
  }

  /* SDLC-1575 */
  body.lang-ar .footer-copyright .gt-block a,
  body.lang-arc .footer-copyright .gt-block a,
  body.lang-dv .footer-copyright .gt-block a,
  body.lang-fa .footer-copyright .gt-block a,
  body.lang-ha .footer-copyright .gt-block a,
  body.lang-iw .footer-copyright .gt-block a,
  body.lang-khw .footer-copyright .gt-block a,
  body.lang-ks .footer-copyright .gt-block a,
  body.lang-ku .footer-copyright .gt-block a,
  body.lang-ps .footer-copyright .gt-block a,
  body.lang-ur .footer-copyright .gt-block a,
  body.lang-yi .footer-copyright .gt-block a,
  body.lang-ar .footer-copyright .gt-block span.sep,
  body.lang-arc .footer-copyright .gt-block span.sep,
  body.lang-dv .footer-copyright .gt-block span.sep,
  body.lang-fa .footer-copyright .gt-block span.sep,
  body.lang-ha .footer-copyright .gt-block span.sep,
  body.lang-iw .footer-copyright .gt-block span.sep,
  body.lang-khw .footer-copyright .gt-block span.sep,
  body.lang-ks .footer-copyright .gt-block span.sep,
  body.lang-ku .footer-copyright .gt-block span.sep,
  body.lang-ps .footer-copyright .gt-block span.sep,
  body.lang-ur .footer-copyright .gt-block span.sep,
  body.lang-yi .footer-copyright .gt-block span.sep {
	float: right;
	margin-left: 5px;
  }

  
  .footer .footer-copyright .sep {
	color: #827398
  }
  
  .footer .footer-footnotes {
	font-size: 16px;
	line-height: 18px;
	color: #50f9b7;
	text-transform: capitalize
  }
  
  .footer .footer-footnotes p {
	margin: 0
  }
  
  .wrapper {
	width: 100%;
	overflow: hidden
  }
  
  .page-builder-section {
	padding-top: 65px;
	padding-bottom: 65px
  }
  
  @media (max-width: 991px) {
	.page-builder-section {
		padding-top:50px;
		padding-bottom: 50px
	}
  }
  
  @media (max-width: 767px) {
	.page-builder-section {
		padding-top:30px;
		padding-bottom: 30px
	}
  }
  
  .button {
	display: inline-block;
	border: none;
	background-color: #0c8df3;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 20px;
	font-family: Arial,Helvetica,sans-serif;
	line-height: 30px;
	padding: 10px 25px;
	font-weight: 700;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px
  }
  
  .button:hover {
	background-color: #210647;
	color: #fff
  }
  
  @media (min-width: 992px) {
	.button {
		line-height:40px;
		padding: 15px 45px
	}
  }
  
  .section-homepage_hero {
	padding: 30px 0;
	position: relative;
	z-index: 1;
	height: 100vh;
	height: calc(100vh - 243px);
	min-height: 500px
  }
  
  .section-homepage_hero:before {
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #210647;
	opacity: .55;
	position: absolute;
	z-index: 1
  }
  
  .section-homepage_hero .container {
	position: relative;
	z-index: 2
  }
  
  .section-homepage_hero .text-block {
	color: #fff;
	max-width: 1400px
  }
  
  .section-homepage_hero .text-block h1 {
	font-size: clamp(35px, 6vw, 100px);
	letter-spacing: -0.5px;
	font-weight: 900;
	font-family: 'Montserrat',sans-serif;
	text-transform: uppercase;
	line-height: 1;
	margin-bottom: 0.35em
  }
  
  .section-homepage_hero .text-block h1 span {
	display: block;
	font-size: 0.56em
  }
  
  .section-homepage_hero .text-block .text {
	max-width: 645px;
	margin: 0 auto;
	font-family: 'Montserrat',sans-serif;
	font-weight: 700;
	font-style: italic;
	font-size: 21px
  }
  
  .section-homepage_hero .text-block .text>*:last-child {
	margin-bottom: 0
  }
  
  .section-members_logos_carousel {
	padding: 10px 0;
	background-color: #fff
  }
  
  .section-members_logos_carousel .container-fluid {
	padding: 0
  }
  
  .section-members_logos_carousel .members-inline-carousel:not(.slick-initialized) {
	display: none
  }
  
  .section-members_logos_carousel .members-inline-carousel .slick-track {
	display: flex;
	align-items: center
  }
  
  .section-members_logos_carousel .members-inline-carousel .slick-track .slick-slide {
	display: flex;
	align-items: center;
	justify-content: center
  }
  
  .section-members_logos_carousel .members-inline-carousel .item {
	padding: 0 40px
  }
  
  .section-members_logos_carousel .members-inline-carousel .item img {
	max-width: 125px;
	max-height: 93px;
	width: 100%;
	height: auto !important
  }
  
  .section-latest_news .section-block-title h2 {
	text-align: center;
	color: #210647;
	font-family: 'Montserrat',sans-serif;
	margin-bottom: 1em;
	text-transform: uppercase
  }
  
  .section-latest_news .block-cta {
	text-align: center;
	margin-top: 20px
  }
  
  .section-latest_news .block-cta .button {
	width: 100%;
	max-width: 412px
  }
  
  @media (min-width: 992px) {
	.section-latest_news .block-cta {
		margin-top:54px
	}
  }
  
  .section-related_posts {
	flex-basis: 260px;
	margin-right: 40px;
	padding-top: 30px;
	padding-bottom: 30px
  }
  
  .section-related_posts h2 {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 2
  }
  
  .section-related_posts h3 {
	font-family: 'Montserrat',sans-serif;
	font-weight: 900;
	font-size: 18px;
	line-height: 1;
	letter-spacing: -0.02em;
	text-transform: uppercase
  }
  
  .section-related_posts h3 a {
	color: #210647;
  }
  
  .section-related_posts h3 a:hover {
	color: #50f9b7;
  }
  
  .section-related_posts .post-excerpt {
	font-size: 16px;
	line-height: 1.25;
	font-style: italic
  }
  
  .section-related_posts .post-excerpt p {
	margin-bottom: 10px
  }
  
  .section-related_posts .related_post-item {
	margin-bottom: 20px;
	border-bottom: 1px solid #d3dce5
  }
  
  .blog-single-page {
	padding-top: 30px;
	padding-bottom: 80px
  }
  
  .blog-single-page .share-post {
	padding-top: 45px
  }
  
  .blog-single-page .share-post h3 {
	font-family: 'Montserrat',sans-serif;
	font-weight: 900;
	font-size: 18px;
	line-height: 1;
	letter-spacing: -0.02em;
	text-transform: uppercase
  }

  .blog-single-page .post-tags {
	margin-top: 30px;
	font-family: 'Montserrat',sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 28px;
	text-transform: uppercase;
	color: #210647;
  }
  
  .blog-single-page .post-tags a {
	color: #210647
  }
  

  .share-post ul.share_icons {
	margin: 20px 0;
	padding: 0;
  }

  ul.share_icons li {
	list-style-type: none !important;
	float: left;
	margin: 0 25px 0 0;
	padding: 0;
	overflow: hidden;
  }

  ul.share_icons li a.social_button {
	display: block;
	cursor: pointer;
	height: 50px;
	width: 50px;
  }

  a.social_button span.label {
	display: none;
	visibility: none;
  }

  a.social_button span.icon {
	display: block !important;
	height: 50px;
	width: 50px;
	background-image: url('../../../../../../wp-content/themes/alliance4creativity/assets/images/social-icons-sprite.png');
	background-repeat: no-repeat !important;
	background-color: transparent;
  }


  a.social_button .facebook-bt {
	background-position: 0 0;
  }
  a.social_button:hover .facebook-bt,
  a.social_button .facebook-bt:hover {
	background-position: 0 -100px;
  }


  a.social_button .x-bt {
	background-position: -50px 0;
  }
  a.social_button:hover .x-bt,
  a.social_button .x-bt:hover {
	background-position: -50px -100px;
  }


  a.social_button .linkedin-bt {
	background-position: -100px 0;
  }
  a.social_button:hover .linkedin-bt,
  a.social_button .linkedin-bt:hover {
	background-position: -100px -100px;
  }

  a.social_button .vimeo-bt {
	background-position: -100px 0;
  }
  a.social_button:hover .vimeo-bt,
  a.social_button .vimeo-bt:hover {
	background-position: -100px -100px;
  }

  a.social_button .email-bt {
	background-position: -200px 0;
  }
  a.social_button:hover .email-bt,
  a.social_button .email-bt:hover {
	background-position: -200px -100px;
  }


  .infinite-scroll_container {
	position: relative
  }
  
  .infinite-scroll_container.js--infinite-scroll-ended .infinite-scroll_status {
	display: none
  }
  
  .infinite-scroll_container .block-pagination {
	display: none
  }
  
  .infinite-scroll_pagination {
	display: none
  }
  
  .infinite-scroll_status {
	background: linear-gradient(rgba(241,241,241,0) 0%, #f1f1f1 74.40000000000001%, #f1f1f1 100%);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 32vw;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	padding: 40px
  }
  
  .infinite-scroll_status .icon-loading {
	display: none
  }
  
  .infinite-scroll_status.js--loading .icon-loading {
	display: block
  }
  
  .news-item {
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 50px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 50px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 50px rgba(0,0,0,0.1);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	padding: 35px 30px 85px 40px;
	margin-bottom: 16px;
	position: relative;
  }
  
  .news-item .news-item__meta__date {
	color: #210647;
	font-weight: 500;
	font-family: 'Montserrat',sans-serif;
	margin-bottom: 20px;
	text-transform: uppercase;
  }
  
  .news-item .text-block h3 {
	letter-spacing: -0.5px;
	font-family: 'Montserrat',sans-serif;
	font-weight: 900;
	text-transform: uppercase;
	line-height: 1;
	margin-bottom: 25px;
  }
  
  .news-item .text-block h3 a {
	color: #210647;
  }
  
  .news-item .text-block h3 a:hover {
	color: #0c8df3;
  }
  
  .news-item .text-block .post-excerpt {
	font-style: italic;
  }
  
  .news-item .text-block .post-excerpt p {
	margin-bottom: 0;
  }
  
  .news-item .read-more-link {
	margin-top: 25px;
	position: absolute;
	bottom: 35px;
  }
  
  @media (min-width: 1200px) {
	.news-item {
		padding:65px 60px 115px 60px
	}
  
	.news-item .read-more-link {
		bottom: 65px
	}
  }
  
  .blog-list {
	margin-left: -8px;
	margin-right: -8px
  }
  
  .blog-list>div {
	padding-left: 8px;
	padding-right: 8px
  }
  
  .read-more-link a {
	text-transform: uppercase;
	font-size: 16px;
	font-family: 'Nobile',sans-serif;
	font-weight: 700;
	color: #210647
  }
  
  .read-more-link a span {
	color: #50f9b7
  }
  
  html[lang="es"] .section-report_piracy_preview .text-block,html[lang="pt"] .section-report_piracy_preview .text-block {
	max-width: 788px
  }
  
  @media (max-width: 1520px) {
	html[lang="es"] .section-report_piracy_preview .text-block,html[lang="pt"] .section-report_piracy_preview .text-block {
		max-width:720px
	}
  }
  
  @media (max-width: 1399px) {
	html[lang="es"] .section-report_piracy_preview .text-block,html[lang="pt"] .section-report_piracy_preview .text-block {
		max-width:645px
	}
  }
  
  @media (max-width: 1219px) {
	html[lang="es"] .section-report_piracy_preview .text-block,html[lang="pt"] .section-report_piracy_preview .text-block {
		max-width:560px
	}
  }
  
  @media (max-width: 991px) {
	html[lang="es"] .section-report_piracy_preview .text-block,html[lang="pt"] .section-report_piracy_preview .text-block {
		max-width:440px
	}
  }
  
  html[lang="es"] .section-report_piracy_preview .text-block .text,html[lang="pt"] .section-report_piracy_preview .text-block .text {
	max-width: 520px
  }
  
  .section-report_piracy_preview {
	padding-top: calc(25px + 6vw);
	padding-bottom: calc(25px + 11vw);
	position: relative;
	z-index: 1;
	background-repeat: no-repeat;
	background-position: center 75%;
	background-size: cover
  }
  
  .section-report_piracy_preview:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	opacity: 0.7;
	background: -moz-linear-gradient(left, rgba(80,249,183,0) 0%, #50f9b7 100%);
	background: -webkit-linear-gradient(left, rgba(80,249,183,0) 0%, #50f9b7 100%);
	background: linear-gradient(to right, rgba(80,249,183,0) 0%, #50f9b7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0050f9b7', endColorstr='#50f9b7', GradientType=1);
  }
  
  .section-report_piracy_preview .container {
	position: relative;
	z-index: 2
  }
  
  .section-report_piracy_preview .text-block {
	max-width: 520px;
	margin-left: auto;
	font-size: 21px;
	margin-right: 70px
  }
  
  .section-report_piracy_preview .text-block h2 {
	color: #fff;
	text-transform: uppercase;
	font-size: 120px;
	font-size: clamp(40px, 7vw, 120px);
	line-height: 0.8;
	text-shadow: 0px 3px 22px rgba(0,0,0,0.16);
	margin-bottom: 25px
  }
  
  @media (max-width: 991px) {
	.section-report_piracy_preview {
		padding-top:65px
	}
  
	.section-report_piracy_preview .text-block {
		max-width: 70%;
		margin-right: 25px
	}
  }
  
  .section-our_approach {
	background-color: #fff
  }
  
  @media (min-width: 1500px) {
	.section-our_approach .container {
		max-width:1410px
	}
  }
  
  .section-our_approach .text-block {
	text-align: center;
	margin-bottom: 35px;
	font-size: 21px
  }
  
  .section-our_approach .text-block h2 {
	color: #210647;
	text-transform: uppercase
  }
  
  .section-our_approach .accordion .accordion-item {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: none;
	position: relative;
	z-index: 1;
	background-color: transparent
  }
  
  .section-our_approach .accordion .accordion-item:not(:last-child):before {
	content: '';
	width: 2px;
	height: 100%;
	left: 41.5px;
	top: 20px;
	background-color: #210647;
	position: absolute;
	z-index: 1
  }
  
  .section-our_approach .accordion .accordion-item .accordion-header {
	position: relative;
	z-index: 2
  }
  
  .section-our_approach .accordion .accordion-item .accordion-header .accordion-button {
	color: #a59bb5;
	text-transform: uppercase;
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	font-size: 32px;
	font-weight: 700;
	font-family: 'Montserrat',sans-serif;
	padding-left: 120px;
	position: relative
  }
  
  .section-our_approach .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
	color: #210647;
	font-size: 44px;
	font-weight: 900
  }
  
  .section-our_approach .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) span {
	font-size: 50px;
	width: 85px;
	height: 85px;
	line-height: 85px;
	left: 0
  }
  
  .section-our_approach .accordion .accordion-item .accordion-header .accordion-button:after {
	display: none
  }
  
  .section-our_approach .accordion .accordion-item .accordion-header .accordion-button span {
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	color: #fff;
	background-color: #210647;
	font-family: 'Montserrat',sans-serif;
	font-size: 18px;
	font-weight: 900;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	left: 25px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%)
  }
  
  .section-our_approach .accordion .accordion-item .accordion-body {
	font-size: 24px;
	padding: 0 0 30px 120px
  }
  
  .section-our_approach .accordion .accordion-item .accordion-body>*:last-child {
	margin-bottom: 0
  }
  
  .section-our_approach .accordion .accordion-item .image {
	padding-left: 120px;
	padding-bottom: 25px
  }
  
  .section-our_approach .accordion-images {
	flex: 0 0 57%;
	padding-left: 30px
  }
  
  .section-our_approach .accordion-images .image {
	display: none
  }
  
  .section-our_approach .accordion-images .image.active {
	display: block
  }
  
  .section-our_approach .block-cta {
	padding-left: 120px;
	margin-top: 30px
  }
  
  .section-our_approach .block-cta .button {
	width: 100%;
	max-width: 280px
  }
  
  @media (max-width: 575px) {
	.section-our_approach .accordion .accordion-item .accordion-header .accordion-button {
		padding:0;
		font-size: 25px !important;
		color: #a59bb5 !important;
		font-weight: 700 !important
	}
  
	.section-our_approach .accordion .accordion-item .accordion-header .accordion-button span {
		display: none
	}
  
	.section-our_approach .accordion .accordion-item:not(:last-child):before {
		content: none
	}
  
	.section-our_approach .accordion .accordion-item .accordion-body {
		padding-left: 0;
		font-size: 18px
	}
  
	.section-our_approach .accordion .accordion-item .image {
		padding-left: 0
	}
  
	.section-our_approach .accordion .accordion-item .accordion-collapse {
		display: block !important;
		height: auto !important;
		overflow: visible !important
	}
  
	.section-our_approach .block-cta {
		padding-left: 0;
		text-align: center
	}
  }
  
  .section-members {
	position: relative
  }
  
  .section-members .text-block {
	max-width: 995px;
	color: #fff;
	font-size: clamp(20px, 2vw, 27px);
	line-height: 1.26;
	margin-bottom: 40px
  }
  
  .section-members .text-block h1 {
	color: #fff;
	text-transform: uppercase;
	font-size: clamp(40px, 7vw, 123px);
	margin-bottom: calc(40px + 2.5vw)
  }
  
  .section-members .bg {
	background-color: #210647;
	background-position: center top;
	background-size: 100%;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1
  }
  
  .section-members .block-cta {
	margin-top: 50px;
  }
  
  .section-members .block-cta .button:hover {
	background-color: #50f9b7;
  }
  
  .section-members .animation-rotate {
	font-size: 72px;
  }
  
  .section-members .infinite-scroll_status {
	background: linear-gradient(rgba(33,6,71,0) 0%, #210647 74.40000000000001%, #210647 100%)
  }
  
  .section-members.infinite-scroll_container:not(.js--infinite-scroll-ended) .block-cta {
	position: absolute;
	z-index: 10;
	left: 0;
	right: 0;
	bottom: 150px
  }
  
  .section-members_homepage {
	background-color: #210647;
	color: #fff;
	position: relative;
	z-index: 1;
	overflow: hidden
  }
  
  .section-members_homepage .bg {
	background-position: center top;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.3;
	z-index: 1
  }
  
  .section-members_homepage .container {
	position: relative;
	z-index: 2
  }
  
  .section-members_homepage .footnotes {
	font-size: 16px;
	line-height: 18px;
	text-transform: capitalize
  }
  
  .section-members_homepage .members-stats {
	margin-bottom: calc(50px + 10vw)
  }
  
  .section-members_homepage .members-stats h2 {
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 0.65em
  }
  
  .section-members_homepage .members-stats .items {
	max-width: 1450px;
	margin: 0 auto
  }
  
  .section-members_homepage .members-stats .items .item {
	text-align: center;
	flex: 0 0 100%;
	margin: 30px 0
  }
  
  @media (min-width: 768px) {
	.section-members_homepage .members-stats .items .item {
		flex:0 0 33.33%;
		margin: 0
	}
  }
  
  @media (min-width: 1200px) {
	.section-members_homepage .members-stats .items .item {
		flex:0 0 320px
	}
  }
  
  .section-members_homepage .members-stats .items .item h4 {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 19px;
	font-weight: 'Montserrat', sans-serif;
	margin-bottom: 15px
  }
  
  .section-members_homepage .members-stats .items .item .icon {
	min-height: 106px;
	margin-bottom: 15px
  }
  
  .section-members_homepage .members-stats .items .item .icon img {
	max-height: 106px
  }
  
  .section-members_homepage .members-stats .items .item h5 {
	font-family: 'Montserrat',sans-serif;
	font-size: clamp(40px, 10vw, 80px);
	text-transform: uppercase;
	margin-bottom: 10px;
	font-weight: 900
  }
  
  .section-members_homepage .members-stats .items .item h5 span {
	vertical-align: 0.45em;
	margin-right: 5px;
	font-size: 37.5%
  }
  
  .section-members_homepage .members-stats .items .item h5 span:last-child {
	margin-left: 5px;
	margin-right: 0;
	font-size: 62.5%;
	vertical-align: 0.2em
  }
  
  .section-members_homepage .members-stats .items .item p {
	margin-bottom: 0;
	font-weight: 700;
	font-family: 'Montserrat',sans-serif;
	font-size: 24px;
	text-transform: uppercase;
	line-height: 1.3
  }
  
  .section-members_homepage .members-list-block .text-block {
	max-width: 990px;
	margin: 0 auto 40px;
	text-align: center;
	font-size: 21px
  }
  
  .section-members_homepage .members-list-block .text-block h2 {
	text-transform: uppercase;
	font-size: calc(40px + (120 - 40) * ((100vw - 375px) / (1920 - 375)))
  }
  
  .section-members_homepage .block-cta {
	text-align: center;
	margin-top: 62px
  }
  
  .section-members_homepage .block-cta .button {
	width: 100%;
	max-width: 394px;
  }
  
  .section-members_homepage .block-cta .button:hover {
	background-color: #50f9b7;
  }
  
  @media (min-width: 768px) {
	.section-members_homepage .bg {
		opacity:0.5;
	}
  }
  
  @media (min-width: 1600px) {
	.section-members_homepage .bg {
		background-size:100%
	}
  }
  
  .members-list {
	margin-left: -8px;
	margin-right: -8px
  }
  
  .members-list .item {
	padding: 8px;
	flex: 0 0 100%
  }
  
  .members-list .item>span {
	background-color: rgba(255,255,255,0.07000000000000001);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	padding: 30px;
	-webkit-transition: background-color .3s ease;
	-moz-transition: background-color .3s ease;
	-ms-transition: background-color .3s ease;
	-o-transition: background-color .3s ease;
	transition: background-color .3s ease;
	position: relative;
	padding-bottom: 62.5%
  }
  
  .members-list .item>span img {
	width: 300px;
	max-width: calc(100% - 60px);
	max-height: calc(100% - 60px);
	filter: brightness(0) invert(1);
	-webkit-transition: filter .3s ease;
	-moz-transition: filter .3s ease;
	-ms-transition: filter .3s ease;
	-o-transition: filter .3s ease;
	transition: filter .3s ease;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%)
  }
  
  .members-list .item>span:hover {
	background-color: #fff
  }
  
  .members-list .item>span:hover img {
	filter: none
  }
  
  @media (min-width: 576px) {
	.members-list .item {
		flex:0 0 50%
	}
  }
  
  @media (min-width: 768px) {
	.members-list .item {
		flex:0 0 50%
	}
  }
  
  @media (min-width: 992px) {
	.members-list .item {
		flex:0 0 33.33%
	}
  }
  
  @media (min-width: 1200px) {
	.members-list .item {
		flex:0 0 25%
	}
  }
  
  .section-platforms_carousel {
	padding: 0 0 45% 0;
	position: relative
  }
  
  .section-platforms_carousel .image-bg {
	position: absolute;
	z-index: 1;
	padding-bottom: 45%;
	display: block;
	width: 100%;
	top: 0
  }
  
  .section-platforms_carousel .image-bg img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%
  }
  
  .section-platforms_carousel .platforms-carousel__block {
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding-top: 8.5%;
	padding-left: 42.5%;
	padding-right: 23%;
	padding-bottom: 27%
  }
  
  .section-platforms_carousel .platforms-carousel {
	background-size: 0
  }
  
  .section-platforms_carousel .text-block {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 3;
	max-width: 490px;
	background-color: rgba(255,255,255,0.7);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-shadow: 0px 0px 50px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 50px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 50px rgba(0,0,0,0.1);
	padding: 65px 40px
  }
  
  .section-platforms_carousel .text-block h2 {
	color: #210647;
	font-size: clamp(40px, 5vw, 80px);
	letter-spacing: -0.05em;
	line-height: 1;
	margin-bottom: 25px
  }
  
  .section-platforms_carousel .slick-slide .item-wrap {
	padding-bottom: 56.25%;
	position: relative;
	height: 0
  }
  
  .section-platforms_carousel .slick-slide .item-wrap>span {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: stretch;
	padding: 30px
  }
  
  .section-platforms_carousel .slick-slide .item-wrap>span>span {
	display: block;
	margin-bottom: 40px;
	flex-grow: 1;
	height: calc(100% - 70px);
	display: flex
  }
  
  .section-platforms_carousel .slick-slide .item-wrap>span .read-more-link {
	flex-grow: 0;
	text-align: center
  }
  
  .section-platforms_carousel .slick-slide .item-wrap img {
	margin: 0 auto;
	max-width: 100%;
	max-height: 100%
  }
  
  .section-platforms_carousel .slick-nav {
	width: 86px;
	height: 86px;
	text-align: center;
	line-height: 86px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0px 3px 20px rgba(0,0,0,0.16);
	-moz-box-shadow: 0px 3px 20px rgba(0,0,0,0.16);
	box-shadow: 0px 3px 20px rgba(0,0,0,0.16);
	background-color: rgba(255,255,255,0.8);
	color: #0c8df3;
	font-size: 22px;
	position: absolute;
	top: 50%;
	margin-top: -43px;
	z-index: 10;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	cursor: pointer
  }
  
  .section-platforms_carousel .slick-nav:hover {
	background-color: #0c8df3;
	color: #fff
  }
  
  .section-platforms_carousel .slick-nav.slick-prev {
	left: -45px
  }
  
  .section-platforms_carousel .slick-nav.slick-next {
	right: -45px
  }
  
  @media (max-width: 1399px) {
	.section-platforms_carousel {
		padding:0
	}
  
	.section-platforms_carousel .image-bg {
		position: static
	}
  
	.section-platforms_carousel .text-block {
		position: static;
		transform: none;
		max-width: none;
		background-color: transparent;
		box-shadow: none;
		text-align: center;
		padding: 50px 0
	}
  }
  
  @media (max-width: 1199px) {
	.section-platforms_carousel .image-bg {
		padding-bottom:550px
	}
  
	.section-platforms_carousel .image-bg img {
		max-width: none;
		left: auto;
		height: 550px;
		width: auto;
		right: 0
	}
  
	.section-platforms_carousel .platforms-carousel__block {
		left: auto;
		right: 278px;
		width: 425px;
		padding: 0;
		top: 105px;
		height: auto
	}
  
	.section-platforms_carousel .slick-slide .item-wrap {
		padding-bottom: 240px
	}
  }
  
  @media (max-width: 991px) {
	.section-platforms_carousel .image-bg img {
		transform:translateX(100px)
	}
  
	.section-platforms_carousel .platforms-carousel__block {
		right: 178px
	}
  
	.section-platforms_carousel .slick-nav {
		width: 56px;
		height: 56px;
		line-height: 56px;
		margin-top: 0;
		transform: translateY(-50%)
	}
  
	.section-platforms_carousel .slick-nav.slick-next {
		right: -30px
	}
  
	.section-platforms_carousel .slick-nav.slick-prev {
		left: -30px
	}
  }
  
  @media (max-width: 767px) {
	.section-platforms_carousel .platforms-carousel__block {
		right:21.5%;
		top: 11%;
		left: 23.5%;
		width: auto
	}
  
	.section-platforms_carousel .image-bg {
		padding-bottom: 400px;
		overflow: hidden;
		position: relative;
		background-position: 75% 20%;
		background-size: 160%;
		background-repeat: no-repeat
	}
  
	.section-platforms_carousel .image-bg img {
		display: none
	}
  
	.section-platforms_carousel .slick-slide .item-wrap {
		padding-bottom: 56.25%
	}
  
	.section-platforms_carousel .slick-slide .item-wrap>span>span {
		margin-bottom: 15px;
		max-height: 100%
	}
  
	.section-platforms_carousel .slick-slide .item-wrap img {
		max-height: 60px
	}
  }
  
  .section-platforms_carousel-old {
	padding: 0;
	position: relative;
	z-index: 1
  }
  
  .section-platforms_carousel-old .image-bg {
	text-align: center
  }
  
  .section-platforms_carousel-old .block-content {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 2;
	padding-top: 7%
  }
  
  .section-platforms_carousel-old .text-block {
	background-color: rgba(255,255,255,0.7);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-shadow: 0px 0px 50px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 50px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 50px rgba(0,0,0,0.1);
	padding: 65px 50px;
	flex: 0 0 490px
  }
  
  .section-platforms_carousel-old .text-block h2 {
	color: #210647;
	font-size: clamp(40px, 5vw, 80px);
	line-height: 1;
	margin-bottom: 25px
  }
  
  .section-platforms_carousel-old * {
	min-width: 0;
	min-height: 0
  }
  
  .section-platforms_carousel-old .platforms-carousel__block {
	flex: 0 0 40.05%;
	margin-right: 18.6%;
	padding-top: 2%
  }
  
  .section-platforms_carousel-old .platforms-carousel {
	background-color: #fff
  }
  
  .section-platforms_carousel-old .platforms-carousel:not(.slick-initialized) {
	display: none
  }
  
  .section-platforms_carousel-old .platforms-carousel .slick-slide {
	padding-bottom: 7.9%;
	position: relative;
	text-align: center
  }
  
  .section-platforms_carousel-old .platforms-carousel .slick-slide>span {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 0 80px
  }
  
  .section-platforms_carousel-old .platforms-carousel .slick-slide>span>span {
	display: block;
	margin-bottom: 40px
  }
  
  .section-platforms_carousel-old .platforms-carousel .slick-slide>span>span img {
	margin: 0 auto;
	width: 100%;
	max-height: 110px
  }
  
  .section-platforms_carousel-old .platforms-carousel .slick-nav {
	width: 86px;
	height: 86px;
	text-align: center;
	line-height: 86px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0px 3px 20px rgba(0,0,0,0.16);
	-moz-box-shadow: 0px 3px 20px rgba(0,0,0,0.16);
	box-shadow: 0px 3px 20px rgba(0,0,0,0.16);
	background-color: rgba(255,255,255,0.8);
	color: #0c8df3;
	font-size: 22px;
	position: absolute;
	top: 50%;
	margin-top: -43px;
	z-index: 10;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	cursor: pointer
  }
  
  .section-platforms_carousel-old .platforms-carousel .slick-nav:hover {
	background-color: #0c8df3;
	color: #fff
  }
  
  .section-platforms_carousel-old .platforms-carousel .slick-nav.slick-prev {
	left: -45px
  }
  
  .section-platforms_carousel-old .platforms-carousel .slick-nav.slick-next {
	right: -45px
  }
  
  .section-page_title {
	background-color: #50f9b7;
	color: #fff
  }
  
  .section-page_title h1 {
	text-transform: uppercase;
	line-height: 86px
  }
  
  .section-page_title p {
	color: #000;
	font-size: clamp(18px, 2vw, 28px);
	line-height: 1.2857
  }
  




  .section-page_title.section-inner_page_banner {
	position: relative;
	background-repeat: no-repeat;
	background-position: right center
  }


	/* SDLC-1538 */
	/* Default RTL background position */
	/*
	body.rtl .section-page_title.section-inner_page_banner {
	background-position: left center !important;
	}
	*/
	body.lang-ar .section-page_title.section-inner_page_banner,
	body.lang-arc .section-page_title.section-inner_page_banner,
	body.lang-dv .section-page_title.section-inner_page_banner,
	body.lang-fa .section-page_title.section-inner_page_banner,
	body.lang-ha .section-page_title.section-inner_page_banner,
	body.lang-iw .section-page_title.section-inner_page_banner,
	body.lang-khw .section-page_title.section-inner_page_banner,
	body.lang-ks .section-page_title.section-inner_page_banner,
	body.lang-ku .section-page_title.section-inner_page_banner,
	body.lang-ps .section-page_title.section-inner_page_banner,
	body.lang-ur .section-page_title.section-inner_page_banner,
	body.lang-yi .section-page_title.section-inner_page_banner {
		background-position: left center !important;
	}


	/* SDLC-1538 */
	/* About Us page RTL banner */
	/*
	body.rtl.page-id-9 .section-page_title.section-inner_page_banner {
	background-image: url('../../../../../../wp-content/themes/alliance4creativity/assets/images/about-us-banner-rtl.png') !important;
	}
	*/
	body.lang-ar.page-id-9 .section-page_title.section-inner_page_banner,
	body.lang-arc.page-id-9 .section-page_title.section-inner_page_banner,
	body.lang-dv.page-id-9 .section-page_title.section-inner_page_banner,
	body.lang-fa.page-id-9 .section-page_title.section-inner_page_banner,
	body.lang-ha.page-id-9 .section-page_title.section-inner_page_banner,
	body.lang-he.page-id-9 .section-page_title.section-inner_page_banner,
	body.lang-khw.page-id-9 .section-page_title.section-inner_page_banner,
	body.lang-ks.page-id-9 .section-page_title.section-inner_page_banner,
	body.lang-ku.page-id-9 .section-page_title.section-inner_page_banner,
	body.lang-ps.page-id-9 .section-page_title.section-inner_page_banner,
	body.lang-ur.page-id-9 .section-page_title.section-inner_page_banner,
	body.lang-yi.page-id-9 .section-page_title.section-inner_page_banner {
		background-image: url('../../../../../../wp-content/themes/alliance4creativity/assets/images/about-us-banner-rtl.png') !important;
	}
	  

	/* SDLC-1538 */
	/* News page RTL banner */
	/*
	body.rtl.blog .section-page_title.section-inner_page_banner {
	background-image: url('../../../../../../wp-content/themes/alliance4creativity/assets/images/news-rtl.png') !important;
	}
	*/
	body.lang-ar.blog .section-page_title.section-inner_page_banner,
	body.lang-arc.blog .section-page_title.section-inner_page_banner,
	body.lang-dv.blog .section-page_title.section-inner_page_banner,
	body.lang-fa.blog .section-page_title.section-inner_page_banner,
	body.lang-ha.blog .section-page_title.section-inner_page_banner,
	body.lang-he.blog .section-page_title.section-inner_page_banner,
	body.lang-khw.blog .section-page_title.section-inner_page_banner,
	body.lang-ks.blog .section-page_title.section-inner_page_banner,
	body.lang-ku.blog .section-page_title.section-inner_page_banner,
	body.lang-ps.blog .section-page_title.section-inner_page_banner,
	body.lang-ur.blog .section-page_title.section-inner_page_banner,
	body.lang-yi.blog .section-page_title.section-inner_page_banner {
		background-image: url('../../../../../../wp-content/themes/alliance4creativity/assets/images/news-rtl.png') !important;
	}


	/* SDLC-1538 */
	/* Watch Legally page RTL banner */
	/*
	body.rtl.page-id-13 .section-page_title.section-inner_page_banner {
	background-image: url('../../../../../../wp-content/themes/alliance4creativity/assets/images/watch-legally-rtl.png') !important;
	}
	*/
	body.lang-ar.page-id-13 .section-page_title.section-inner_page_banner,
	body.lang-arc.page-id-13 .section-page_title.section-inner_page_banner,
	body.lang-dv.page-id-13 .section-page_title.section-inner_page_banner,
	body.lang-fa.page-id-13 .section-page_title.section-inner_page_banner,
	body.lang-ha.page-id-13 .section-page_title.section-inner_page_banner,
	body.lang-he.page-id-13 .section-page_title.section-inner_page_banner,
	body.lang-khw.page-id-13 .section-page_title.section-inner_page_banner,
	body.lang-ks.page-id-13 .section-page_title.section-inner_page_banner,
	body.lang-ku.page-id-13 .section-page_title.section-inner_page_banner,
	body.lang-ps.page-id-13 .section-page_title.section-inner_page_banner,
	body.lang-ur.page-id-13 .section-page_title.section-inner_page_banner,
	body.lang-yi.page-id-13 .section-page_title.section-inner_page_banner {
		background-image: url('../../../../../../wp-content/themes/alliance4creativity/assets/images/watch-legally-rtl.png') !important;
	}




  .section-page_title.section-inner_page_banner:not(.background-type--image) .text-block {
	max-width: 800px;
	position: relative;
	z-index: 2
  }
  
  .section-page_title.background-type--image .text-block {
	padding-top: 30px
  }
  
  .section-page_title.background-type--image img {
	max-width: 100%;
  }
  
  @media (min-width: 991px) {
	.section-page_title.background-type--image h1 {
		line-height: 86px;
	}
  }
  
  .section-page_title.type-subpage h1 {
	font-size: 44px;
	line-height: 42px;
	text-transform: uppercase;
	text-shadow: 1px 1px rgba(0,0,0,0.1);
}

 .section-page_title.type-subpage h2 {
	font-size: 26px;
	line-height: 22px;
	text-transform: uppercase;
	color: #210647;
	font-style: italic;
	margin-top: 20px;
	margin-bottom: 20px;
}
  
  .section-page_title .page-title-date {
	color: #210647;
	font-weight: 700;
  }
  
  @media (max-width: 1600px) {
	.section-page_title.section-inner_page_banner:not(.background-type--image):after {
		content:'';
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(80,249,183,0.75);
	}
  }
  
  @media (max-width: 1199px) {
	.section-page_title h1 {
		line-height: normal;
	}
  }
  
  @media (max-width: 767px) {
	.section-page_title.section-inner_page_banner {
		background-size: contain;
	}
	.section-page_title.type-subpage h1 {
		font-size: 30px;
		line-height: 32px;
		text-shadow: 1px 1px rgba(0,0,0,0.25);
	}
	.section-page_title.type-subpage h2 {
		font-size: 20px;
		line-height: 22px;
	}
  }
  
  .section-about_floating_text {
	position: relative;
	color: #fff;
  }
  
  .section-about_floating_text .background {
	background-size: auto 90%;
	background-repeat: no-repeat;
	background-position: right -30px center;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0.5
  }

  /* SDLC-1538 */
  /*
  body.rtl .section-about_floating_text .background {
	background-position: left -30px center !important;
  }
  */
  body.lang-ar .section-about_floating_text .background,
  body.lang-arc .section-about_floating_text .background,
  body.lang-dv .section-about_floating_text .background,
  body.lang-fa .section-about_floating_text .background,
  body.lang-ha .section-about_floating_text .background,
  body.lang-iw .section-about_floating_text .background,
  body.lang-khw .section-about_floating_text .background,
  body.lang-ks .section-about_floating_text .background,
  body.lang-ku .section-about_floating_text .background,
  body.lang-ps .section-about_floating_text .background,
  body.lang-ur .section-about_floating_text .background,
  body.lang-yi .section-about_floating_text .background {
	background-position: left -30px center !important;
  }

  
  
  .section-about_floating_text h2 {
	text-transform: uppercase;
	font-size: clamp(30px, 3vw, 49px);
	letter-spacing: -0.025em;
	line-height: 0.8;
	margin: 0 0 15px 0
  }
  
  .section-about_floating_text .text {
	color: #fff;
	position: relative;
	z-index: 2
  }
  
  .section-about_floating_text .text-block {
	max-width: 590px;
	font-size: clamp(16px, 2vw, 20px);
	line-height: 1.4;
	margin-top: 20vw;
	margin-bottom: 5vw
  }
  
  @media (min-width: 1740px) {
	.section-about_floating_text .background {
		opacity:1
	}
  }
  
  .section-three_column_infographic .row--infographics {
	margin-top: 30px;
	--bs-gutter-x: calc(12px + 4.5vw)
  }
  
  .section-three_column_infographic .row--infographics>* {
	padding-top: 30px;
	padding-bottom: 30px
  }
  
  .section-three_column_infographic h2 {
	font-size: clamp(50px, 8vw, 106px);
	line-height: 0.7;
	text-align: center;
	text-transform: uppercase;
	color: #210647
  }
  
  .section-three_column_infographic h3 {
	font-family: 'Montserrat',sans-serif;
	font-weight: 900;
	font-size: clamp(20px, 2vw, 30px);
	line-height: 1;
	text-transform: uppercase;
	color: #1f0647;
	margin-bottom: 0;
	padding-bottom: 20px
  }
  
  .section-three_column_infographic .image {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 85px;
	margin-bottom: 15px
  }
  
  .section-three_column_infographic .image img {
	max-width: 100%;
	max-height: 100%
  }
  
  .section-three_column_infographic .text {
	font-size: 17px;
	line-height: 28px;
	letter-spacing: -0.01em
  }
  
  .section-three_column_infographic .link {
	margin-top: 15px
  }
  
  .section-three_column_infographic .block-cta {
	margin-top: 30px
  }
  
  .section-types_piracy {
	background-color: white;
	min-height: 640px;
	display: flex;
	align-items: center;
	position: relative
  }
  
  .section-types_piracy .bg {
	background-position: right center;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0.2
  }

  /* SDLC-1538 */
  /*
  body.rtl .section-types_piracy .bg {
	background-position: left center !important;
  }
  */
  body.lang-ar .section-types_piracy .bg,
  body.lang-arc .section-types_piracy .bg,
  body.lang-dv .section-types_piracy .bg,
  body.lang-fa .section-types_piracy .bg,
  body.lang-ha .section-types_piracy .bg,
  body.lang-iw .section-types_piracy .bg,
  body.lang-khw .section-types_piracy .bg,
  body.lang-ks .section-types_piracy .bg,
  body.lang-ku .section-types_piracy .bg,
  body.lang-ps .section-types_piracy .bg,
  body.lang-ur .section-types_piracy .bg,
  body.lang-yi .section-types_piracy .bg {
	background-position: left center !important;
  }



  .section-types_piracy .links a {
	font-weight: 700;
    font-family: 'Montserrat', sans-serif;
  }



  
  .section-types_piracy .container {
	position: relative;
	z-index: 2
  }
  
  .section-types_piracy h2 {
	color: #210647;
	text-transform: uppercase;
	font-size: clamp(50px, 8vw, 106px)
  }
  
  .section-types_piracy .text {
	font-size: 28px;
	line-height: 1.2857;
	max-width: 900px
  }
  
  .section-types_piracy .links {
	max-width: 1000px;
	font-size: 20px;
	line-height: 1.2
  }
  
  .section-types_piracy .links.row {
	--bs-gutter-y: 1rem;
	--bs-gutter-x: 3rem
  }
  
  @media (min-width: 1200px) {
	.section-types_piracy .bg {
		opacity:0.7
	}
  
	.section-types_piracy .links.row {
		--bs-gutter-y: 3rem
	}
  }
  
  @media (min-width: 1740px) {
	.section-types_piracy .bg {
		opacity:1
	}
  }
  
  .platform-filters {
	padding-bottom: 30px;
	position: relative;
	z-index: 5
  }
  
  .platform-filters label {
	display: flex;
	align-items: center;
	padding: 20px 25px;
	color: #001A3F;
	font-size: 24px;
	line-height: 1;
	font-family: 'Montserrat',sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	background-color: #fff;
	border-radius: 20px;
	box-shadow: 0px 0px 50px rgba(0,0,0,0.1);
	cursor: pointer;
	transition: .3s ease-in-out;
	position: relative;
	padding-left: 75px
  }
  
  .platform-filters label:before {
	content: '';
	width: 34px;
	height: 34px;
	position: absolute;
	left: 25px;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 100%;
	opacity: 0.5;
	background-image: linear-gradient(#341c55, #341c55)
  }
  
  .platform-filters label:after {
	content: '';
	width: 15px;
	height: 15px;
	position: absolute;
	left: 35px;
	top: 50%;
	transform: translateY(-50%);
	background-color: #fff;
	border-radius: 100%
  }
  
  .platform-filters input:checked+label {
	background-color: rgba(49,24,84,0.78);
	color: white
  }
  
  .platform-filters input:checked+label:before {
	opacity: 1;
	background-image: linear-gradient(#50f9b7 0%, #00d3b9 100%)
  }
  
  .platform-filters fieldset>div:not(:first-child) {
	margin-bottom: 20px
  }
  
  .platform-list .row {
	--bs-gutter-x: 56px;
	--bs-gutter-y: 20px
  }
  
  .platform-image {
	max-width: 200px;
	padding: 15px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 20px;
	background-color: #fff;
	transition: .3s ease-in-out;
	margin: auto
  }
  
  .platform-image img {
	max-width: calc(100% - 30px);
	max-height: calc(100% - 30px)
  }
  
  .platform-title {
	font-family: 'Montserrat',sans-serif;
	font-weight: 700;
	font-size: 20px;
	letter-spacing: -0.01em;
	line-height: 22px;
	text-align: center;
	color: #001a3f;
	text-transform: uppercase;
	margin-top: 15px
  }
  
  .platform-item:hover .platform-image {
	transform: translateY(-10px)
  }
  
  @media (min-width: 1200px) {
	.platform-filters {
		flex-basis:350px;
		padding-right: 75px
	}
  }
  
  @media (min-width: 992px) {
	.platform-filters label {
		min-height:90px
	}
  }
  
  @media (min-width: 1740px) {
	.platform-item {
		width:20%
	}
  }
  
  @media (min-width: 576px) {
	.platform-image {
		padding:0;
		padding-bottom: 94%;
		max-width: none
	}
  
	.platform-image img {
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
	}
  
	.platform-title {
		font-size: 24px;
	}
  }
  
  .section-contact_form {
	position: relative;
  }
  
  .section-contact_form .background-image {
	background-color: #210647;
	background-size: 100% auto;
	background-position: center center;
	background-repeat: no-repeat;
	border: 1px solid #707070;
	position: absolute;
	z-index: -1;
	left: 0;
	height: 100%;
	top: 0;
	right: 0;
	width: 100vw;
	left: 50%;
	transform: translateX(-50%);
  }
  
  @media (min-width: 992px) {
	.section-contact_form .background-image {
		left:calc(calc( (100vw - 960px)/2 + (960px*0.4) + 8px ));
		transform: none;
		width: auto;
	}

	/* SDLC-1538 */
	/*
	body.rtl .section-contact_form .background-image {
		right: calc(calc( (100vw - 960px)/2 + (960px*0.4) + 8px ));
		left: 0;
	}
	*/
	body.lang-ar .section-contact_form .background-image,
	body.lang-arc .section-contact_form .background-image,
	body.lang-dv .section-contact_form .background-image,
	body.lang-fa .section-contact_form .background-image,
	body.lang-ha .section-contact_form .background-image,
	body.lang-iw .section-contact_form .background-image,
	body.lang-khw .section-contact_form .background-image,
	body.lang-ks .section-contact_form .background-image,
	body.lang-ku .section-contact_form .background-image,
	body.lang-ps .section-contact_form .background-image,
	body.lang-ur .section-contact_form .background-image,
	body.lang-yi .section-contact_form .background-image {
		right: calc(calc( (100vw - 960px)/2 + (960px*0.4) + 8px ));
		left: 0;
	}
  }
  
  @media (min-width: 1200px) {
	.section-contact_form .background-image {
		left: calc(calc( (100vw - 1140px)/2 + (1140px*0.4) + 8px ));
	}

	/* SDLC-1538 */
	/*
	body.rtl .section-contact_form .background-image {
		right: calc(calc( (100vw - 1140px)/2 + (1140px*0.4) + 8px ));
		left: 0;
	}
	*/
	body.lang-ar .section-contact_form .background-image,
	body.lang-arc .section-contact_form .background-image,
	body.lang-dv .section-contact_form .background-image,
	body.lang-fa .section-contact_form .background-image,
	body.lang-ha .section-contact_form .background-image,
	body.lang-iw .section-contact_form .background-image,
	body.lang-khw .section-contact_form .background-image,
	body.lang-ks .section-contact_form .background-image,
	body.lang-ku .section-contact_form .background-image,
	body.lang-ps .section-contact_form .background-image,
	body.lang-ur .section-contact_form .background-image,
	body.lang-yi .section-contact_form .background-image {
		right: calc(calc( (100vw - 1140px)/2 + (1140px*0.4) + 8px ));
		left: 0;
	}
  }
  
  @media (min-width: 1400px) {
	.section-contact_form .background-image {
		left: calc(calc( (100vw - 1320px)/2 + (1320px*0.4) + 8px ));
	}

	/* SDLC-1538 */
	/*
	body.rtl .section-contact_form .background-image {
		right: calc(calc( (100vw - 1320px)/2 + (1320px*0.4) + 8px ));
		left: 0;
	}
	*/
	body.lang-ar .section-contact_form .background-image,
	body.lang-arc .section-contact_form .background-image,
	body.lang-dv .section-contact_form .background-image,
	body.lang-fa .section-contact_form .background-image,
	body.lang-ha .section-contact_form .background-image,
	body.lang-iw .section-contact_form .background-image,
	body.lang-khw .section-contact_form .background-image,
	body.lang-ks .section-contact_form .background-image,
	body.lang-ku .section-contact_form .background-image,
	body.lang-ps .section-contact_form .background-image,
	body.lang-ur .section-contact_form .background-image,
	body.lang-yi .section-contact_form .background-image {
		right: calc(calc( (100vw - 1320px)/2 + (1320px*0.4) + 8px ));
		left: 0;
	}
  }
  
  @media (min-width: 1500px) {
	.section-contact_form .background-image {
		left:calc(calc( (100vw - 1360px)/2 + (1360px*0.4) + 8px ))
	}

	/* SDLC-1538 */
	/*
	body.rtl .section-contact_form .background-image {
		right: calc(calc( (100vw - 1360px)/2 + (1360px*0.4) + 8px ));
		left: 0;
	}
	*/
	body.lang-ar .section-contact_form .background-image,
	body.lang-arc .section-contact_form .background-image,
	body.lang-dv .section-contact_form .background-image,
	body.lang-fa .section-contact_form .background-image,
	body.lang-ha .section-contact_form .background-image,
	body.lang-iw .section-contact_form .background-image,
	body.lang-khw .section-contact_form .background-image,
	body.lang-ks .section-contact_form .background-image,
	body.lang-ku .section-contact_form .background-image,
	body.lang-ps .section-contact_form .background-image,
	body.lang-ur .section-contact_form .background-image,
	body.lang-yi .section-contact_form .background-image {
		right: calc(calc( (100vw - 1360px)/2 + (1360px*0.4) + 8px ));
		left: 0;
	}
  }
  
  @media (min-width: 1740px) {
	.section-contact_form .background-image {
		left: calc(calc( (100vw - 1670px)/2 + (1670px*0.4) + 8px ));
	}

	/* SDLC-1538 */
	/*
	body.rtl .section-contact_form .background-image {
		right: calc(calc( (100vw - 1670px)/2 + (1670px*0.4) + 8px ));
		left: 0;
	}
	*/
	body.lang-ar .section-contact_form .background-image,
	body.lang-arc .section-contact_form .background-image,
	body.lang-dv .section-contact_form .background-image,
	body.lang-fa .section-contact_form .background-image,
	body.lang-ha .section-contact_form .background-image,
	body.lang-iw .section-contact_form .background-image,
	body.lang-khw .section-contact_form .background-image,
	body.lang-ks .section-contact_form .background-image,
	body.lang-ku .section-contact_form .background-image,
	body.lang-ps .section-contact_form .background-image,
	body.lang-ur .section-contact_form .background-image,
	body.lang-yi .section-contact_form .background-image {
		right: calc(calc( (100vw - 1670px)/2 + (1670px*0.4) + 8px ));
		left: 0;
	}
  }
  
  .section-contact_form .text {
	font-size: 24px;
	line-height: 34px;
	padding-top: 30px;
	padding-bottom: 30px
  }
  
  @media (min-width: 992px) {
	.section-contact_form .text {
		width: 40%;
	}
  }
  
  .section-contact_form .text h2 {
	text-transform: uppercase;
	font-size: 24px;
	line-height: 20px;
	text-align: left;
	color: #1f0647;
  }

  /*SDLC-1575*/
  body.lang-ar .section-contact_form .text h2,
  body.lang-arc .section-contact_form .text h2,
  body.lang-dv .section-contact_form .text h2,
  body.lang-fa .section-contact_form .text h2,
  body.lang-ha .section-contact_form .text h2,
  body.lang-iw .section-contact_form .text h2,
  body.lang-khw .section-contact_form .text h2,
  body.lang-ks .section-contact_form .text h2,
  body.lang-ku .section-contact_form .text h2,
  body.lang-ps .section-contact_form .text h2,
  body.lang-ur .section-contact_form .text h2,
  body.lang-yi .section-contact_form .text h2 {
	text-align: right;
  }


  
  .section-contact_form .text [href^="mailto:contact"] {
	border-radius: 35px;
	background: transparent;
	border: 3px solid #0c8df3;
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;
	padding: 20px 25px;
	display: inline-block;
	margin-bottom: 30px
  }
  
  .section-contact_form .text [href^="mailto:contact"]:hover {
	border-color: #210647
  }
  
  .section-contact_form .form-block {
	position: relative;
	padding-top: 30px;
	padding-bottom: 30px
  }
  
  @media (min-width: 992px) {
	.section-contact_form .form-block {
		position:static;
		width: 60%;
		padding: 30px 50px;
		padding-left: calc(50px + 6vw);
		background: none !important
	}
  }
  
  .section-contact_form .wpcf7 {
	padding: 45px 45px 35px 45px;
	background-color: #E2E1E7;
	box-shadow: 0px 0px 40px #000;
	border-radius: 20px;
  }
  
  @media (min-width: 992px) {
	.section-contact_form .wpcf7 {
		max-width: 625px;
	}
  }
  
  .section-contact_form .wpcf7-form p {
	margin: 0 0 20px 0;
  }
  
  .section-contact_form .wpcf7-text,.section-contact_form .wpcf7-textarea {
	font-size: 16px;
	line-height: 25px;
	color: #8298ab;
	background: #f1f1f1;
	border: 1px solid #a2a2a2;
  }
  
  .section-contact_form .wpcf7-textarea {
	height: 180px
  }
  
  .section-contact_form .wpcf7 .button {
	width: 100%;
	max-width: 265px;
	text-align: center;
	border-radius: 35px
  }
  
  .section-report_form h2 {
	font-size: 24px;
	letter-spacing: -0.02em;
	line-height: 20px;
	margin-bottom: 25px;
	color: #1f0647;
	text-transform: uppercase
  }
  
  .section-report_form .wpcf7-text {
	background: #fff;
	box-shadow: 0px 3px 8px rgba(0,0,0,0.1)
  }
  
  .section-report_form .wpcf7-submit {
	border-radius: 35px;
	width: 100%;
	max-width: 340px;
	text-align: center;
	margin-top: 30px
  }
  
  @media (min-width: 768px) {
	.section-report_form .wpcf7-form {
		display:flex;
		flex-wrap: wrap;
		margin: 0 -8px
	}
  
	.section-report_form .wpcf7-form>p {
		flex: 0 0 auto;
		width: 50%;
		padding: 0 8px
	}
  
	.section-report_form .wpcf7-form>p:last-of-type {
		width: 100%
	}
  }
  
  .section-404 {
	position: relative;
	color: #fff;
	padding-top: clamp(50px, 8vw, 150px);
	padding-bottom: clamp(50px, 7vw, 140px)
  }
  
  .section-404 h1 {
	color: inherit;
	font-size: clamp(40px, 4vw, 63px);
	letter-spacing: -0.02em;
	line-height: 0.73;
	text-transform: uppercase;
	margin-bottom: 0;
	margin-top: 40px
  }
  
  .section-404 p {
	color: inherit;
	font-family: 'Montserrat',sans-serif;
	font-weight: 700;
	font-size: 29px;
	font-size: clamp(20px, 4vw, 29px);
	letter-spacing: 0.02em;
	text-shadow: 0px 3px 6px rgba(0,0,0,0.1);
	text-transform: uppercase;
	margin-bottom: 0;
	margin-top: 25px
  }
  
  .section-404 a {
	color: #50f9b7;
	text-decoration: underline
  }
  
  .section-404 a:hover {
	color: #0c8df3
  }
  
  .section-404 .image-404 {
	filter: drop-shadow(8px 13px 28px rgba(0,0,0,0.1));
	opacity: 1;
	visibility: visible;
	transition: .3s ease-in-out
  }
  
  .section-404 .image-404-block {
	position: relative
  }
  
  .section-404 .image-404-block:before {
	content: '';
	background: transparent url('../../../../../../wp-content/themes/alliance4creativity/assets/images/404-hover.svg') no-repeat scroll center center;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	transition: .3s ease-in-out
  }
  
  .section-404 .image-404-block img {
	max-width: 100%
  }
  
  .section-404 .text-block:hover .image-404-block:before {
	opacity: 1;
	visibility: visible
  }
  
  .section-404 .text-block:hover .image-404-block img {
	opacity: 0;
	visibility: hidden
  }
  
  .section-splash {
	background-size: cover;
	background-position: center center;
	min-height: calc(100vh - 113px);
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center
  }
  
  .section-splash .splash-logo {
	margin-bottom: calc(30px + 3vw);
	max-width: 100%
  }
  
  .section-splash .heading-background {
	background-color: #FD0D1B;
	margin-bottom: 40px;
	padding: 25px
  }
  
  .section-splash .text {
	font-family: 'Montserrat',sans-serif;
	font-weight: 300;
	font-size: clamp(20px, 5vw, 37px);
	letter-spacing: -0.02em;
	line-height: 1.25;
	color: #fff;
	text-transform: uppercase;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto
  }
  
  .section-splash .text a {
	color: #50f9b7;
	text-decoration: underline
  }
  
  .section-splash h1 {
	margin-left: auto;
	margin-right: auto;
	font-size: clamp(30px, 5vw, 56px);
	letter-spacing: -0.02em;
	line-height: 1;
	color: #fff;
	text-transform: uppercase;
	max-width: 1210px;
	margin-bottom: 0
  }
  
  .section-splash .countdown {
	padding-top: 30px;
	padding-bottom: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-family: 'Montserrat',sans-serif;
	font-size: 30px;
	font-size: clamp(20px, 5vw, 30px);
	line-height: 32px;
	position: relative;
	margin-top: clamp(30px, 10vw, 80px)
  }
  
  .section-splash .countdown-text-middle {
	position: relative;
	width: 160px;
	margin: 15px 0
  }
  
  .section-splash .countdown .countdown-seconds {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-family: 'Montserrat',sans-serif;
	font-weight: 700;
	font-size: 92px;
	line-height: 135px;
	color: #50f9b7
  }
  
  .section-splash .countdown .countdown-seconds>span {
	font-size: 65px;
	line-height: 135px;
	display: block
  }
  
  .section-splash svg.radial-progress {
	height: 135px;
	padding: 0;
	transform: rotate(-90deg);
	width: 135px
  }
  
  .section-splash svg.radial-progress circle {
	stroke: #50f9b7;
	fill: rgba(0,0,0,0);
	stroke-dashoffset: 0;
	stroke-width: 10
  }
  
  .section-splash svg.radial-progress circle.complete {
	stroke-dasharray: 219.91148575129
  }
  
  .section-splash svg.radial-progress circle.incomplete {
	stroke: #C3C3C3
  }
  
  @media (min-width: 576px) {
	.section-splash .countdown {
		padding:0
	}
  
	.section-splash .countdown-text-before {
		position: absolute;
		right: 50%;
		transform: translateY(-50%);
		margin-right: 90px;
		top: 50%
	}
  
	.section-splash .countdown-text-middle {
		margin: 0
	}
  
	.section-splash .countdown-text-after {
		position: absolute;
		left: 50%;
		transform: translateY(-50%);
		margin-left: 90px;
		top: 50%
	}
  }
  
  .admin-bar .section-splash {
	min-height: calc(100vh - 145px)
  }